"}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/custom/mp-custom-elements.js b/assets/js/checkouts/custom/mp-custom-elements.js
new file mode 100644
index 000000000..5f088ea5a
--- /dev/null
+++ b/assets/js/checkouts/custom/mp-custom-elements.js
@@ -0,0 +1,28 @@
+const CheckoutElements = {
+ cardTokenId: '#cardTokenId',
+ cardInstallments: '#cardInstallments',
+ fcCardholderName: '#form-checkout__cardholderName',
+ fcCardNumberContainer: '#form-checkout__cardNumber-container',
+ fcCardExpirationDateContainer: '#form-checkout__expirationDate-container',
+ fcIdentificationNumber: '#form-checkout__identificationNumber',
+ fcIdentificationNumberContainer: '#form-checkout__identificationNumber-container',
+ fcInputTableContainer: '[data-cy=input-table-list]',
+ fcInstallments: '#form-checkout__installments',
+ fcSecurityNumberContainer: '#form-checkout__securityCode-container',
+ mpCardNumber: 'mp-card-number',
+ mpCardholderName: 'mp-card-holder-name',
+ mpDocumentContainer: '#mp-doc-div',
+ mpExpirationDate: 'mp-expiration-date',
+ mpInputRadio: '.mp-input-radio-radio',
+ mpInputTaxCft: '#mp-checkout-custom-box-input-tax-cft',
+ mpInstallmentsContainer: '#mp-checkout-custom-installments-container',
+ mpInstallments: '#mp-checkout-custom-installments',
+ mpIssuerContainer: '#mp-checkout-custom-issuers-container',
+ mpSecurityCode: 'mp-security-code',
+ mpTaxCftText: '#mp-checkout-custom-tax-cft-text',
+ mpTaxTeaText: '#mp-checkout-custom-tax-tea-text',
+ mpIdentificationNumber: 'mp-doc-number',
+ mpSecurityCodeInfo: '#mp-security-code-info',
+ paymentMethodId: '#paymentMethodId',
+ customContent: '.mp-checkout-custom-container',
+};
diff --git a/assets/js/checkouts/custom/mp-custom-elements.min.js b/assets/js/checkouts/custom/mp-custom-elements.min.js
new file mode 100644
index 000000000..e946a6e1f
--- /dev/null
+++ b/assets/js/checkouts/custom/mp-custom-elements.min.js
@@ -0,0 +1 @@
+const CheckoutElements={cardTokenId:"#cardTokenId",cardInstallments:"#cardInstallments",fcCardholderName:"#form-checkout__cardholderName",fcCardNumberContainer:"#form-checkout__cardNumber-container",fcCardExpirationDateContainer:"#form-checkout__expirationDate-container",fcIdentificationNumber:"#form-checkout__identificationNumber",fcIdentificationNumberContainer:"#form-checkout__identificationNumber-container",fcInputTableContainer:"[data-cy=input-table-list]",fcInstallments:"#form-checkout__installments",fcSecurityNumberContainer:"#form-checkout__securityCode-container",mpCardNumber:"mp-card-number",mpCardholderName:"mp-card-holder-name",mpDocumentContainer:"#mp-doc-div",mpExpirationDate:"mp-expiration-date",mpInputRadio:".mp-input-radio-radio",mpInputTaxCft:"#mp-checkout-custom-box-input-tax-cft",mpInstallmentsContainer:"#mp-checkout-custom-installments-container",mpInstallments:"#mp-checkout-custom-installments",mpIssuerContainer:"#mp-checkout-custom-issuers-container",mpSecurityCode:"mp-security-code",mpTaxCftText:"#mp-checkout-custom-tax-cft-text",mpTaxTeaText:"#mp-checkout-custom-tax-tea-text",mpIdentificationNumber:"mp-doc-number",mpSecurityCodeInfo:"#mp-security-code-info",paymentMethodId:"#paymentMethodId",customContent:".mp-checkout-custom-container"};
\ No newline at end of file
diff --git a/assets/js/checkouts/custom/mp-custom-page.js b/assets/js/checkouts/custom/mp-custom-page.js
new file mode 100644
index 000000000..32144d932
--- /dev/null
+++ b/assets/js/checkouts/custom/mp-custom-page.js
@@ -0,0 +1,407 @@
+/* globals wc_mercadopago_custom_checkout_params, CheckoutElements, cardForm */
+
+const CheckoutPage = {
+ setElementDisplay(element, operator) {
+ document.querySelector(CheckoutElements[element]).style.display = operator;
+ },
+
+ setText(element, text) {
+ document.querySelector(CheckoutElements[element]).innerHTML = text;
+ },
+
+ setValue(element, value) {
+ document.querySelector(CheckoutElements[element]).value = value;
+ },
+
+ setBackground(element, background) {
+ document.querySelector(CheckoutElements[element]).style.setProperty('background', background, 'important');
+ },
+
+ setImageCard(secureThumbnail) {
+ this.setBackground('fcCardNumberContainer', 'url(' + secureThumbnail + ') 98% 50% no-repeat #fff');
+ document
+ .querySelector(CheckoutElements.fcCardNumberContainer)
+ .style.setProperty('background-size', 'auto 32px', 'important');
+ },
+
+ findContainerField(field) {
+ let id = field === 'cardholderName' ? `#form-checkout__${field}` : `#form-checkout__${field}-container`;
+
+ return Object.keys(CheckoutElements).find((key) => CheckoutElements[key] === id);
+ },
+
+ setDisplayOfError(elementName, operator, className, checkoutSelector = 'customContent') {
+ let checkoutContent = document.querySelector(CheckoutElements[checkoutSelector]);
+ let element = checkoutContent.querySelector(CheckoutElements[elementName]);
+
+ if (element) {
+ if (operator === 'add') {
+ element.classList.add(`${className}`);
+ } else {
+ element.classList.remove(`${className}`);
+ }
+ }
+ },
+
+ setDisplayOfInputHelper(elementName, operator, checkoutSelector = 'customContent') {
+ let checkoutContent = document.querySelector(CheckoutElements[checkoutSelector]);
+ let divInputHelper = checkoutContent.querySelector(`input-helper[input-id=${elementName}-helper]`);
+
+ if (divInputHelper) {
+ let inputHelper = divInputHelper.querySelector('div');
+ inputHelper.style.display = operator;
+ }
+ },
+
+ setCvvHint(securityCode) {
+ var cvvText = wc_mercadopago_custom_checkout_params.cvvText;
+ cvvText = `${securityCode.length} ${cvvText} `;
+ cvvText += this.cvvLocationTranslate(securityCode.card_location);
+ this.setText('mpSecurityCodeInfo', cvvText);
+ },
+
+ cvvLocationTranslate(location) {
+ let cvvFront = wc_mercadopago_custom_checkout_params.cvvHint['front'];
+ let cvvBack = wc_mercadopago_custom_checkout_params.cvvHint['back'];
+ return location === 'back' ? cvvBack : cvvFront;
+ },
+
+ additionalInfoHandler(additionalInfoNeeded) {
+ if (additionalInfoNeeded.cardholder_name) {
+ this.setElementDisplay('fcCardholderName', 'block');
+ } else {
+ this.setElementDisplay('fcCardholderName', 'none');
+ }
+
+ if (additionalInfoNeeded.issuer) {
+ this.setElementDisplay('mpIssuerContainer', 'block');
+ } else {
+ this.setElementDisplay('mpIssuerContainer', 'none');
+ }
+
+ if (additionalInfoNeeded.cardholder_identification_type && additionalInfoNeeded.cardholder_identification_number) {
+ this.setElementDisplay('mpDocumentContainer', 'block');
+ } else {
+ this.setElementDisplay('mpDocumentContainer', 'none');
+ }
+ },
+
+ getCountry() {
+ return wc_mercadopago_custom_checkout_params.site_id;
+ },
+
+ changeCvvPlaceHolder(cvvLength) {
+ let text = '';
+
+ for (let index = 0; index < cvvLength; index++) {
+ text += index + 1;
+ }
+
+ cardForm.update('securityCode', { placeholder: text });
+ },
+
+ clearTax() {
+ this.setElementDisplay('mpInputTaxCft', 'none');
+ this.setText('mpTaxCftText', '');
+ this.setText('mpTaxTeaText', '');
+ },
+
+ installment_amount(paymentTypeId) {
+ let element = document.querySelector(CheckoutElements.fcInstallments);
+
+ if (paymentTypeId === 'debit_card') {
+ element.setAttribute('disabled', 'disabled');
+ } else {
+ element.removeAttribute('disabled');
+ }
+ },
+
+ formatCurrency(value) {
+ const formatter = new Intl.NumberFormat(wc_mercadopago_custom_checkout_params.intl, {
+ currency: wc_mercadopago_custom_checkout_params.currency,
+ style: 'currency',
+ currencyDisplay: 'narrowSymbol',
+ });
+
+ return formatter.format(value);
+ },
+
+ inputHelperName(field) {
+ let inputHelperName = {
+ cardNumber: CheckoutElements.mpCardNumber,
+ cardholderName: CheckoutElements.mpCardholderName,
+ expirationDate: CheckoutElements.mpExpirationDate,
+ securityCode: CheckoutElements.mpSecurityCode,
+ identificationNumber: CheckoutElements.mpIdentificationNumber,
+ };
+
+ return inputHelperName[field];
+ },
+
+ removeAdditionFields() {
+ this.setElementDisplay('mpDocumentContainer', 'none');
+ this.setElementDisplay('mpInstallments', 'none');
+ this.setElementDisplay('mpIssuerContainer', 'none');
+ this.setDisplayOfInputHelper('installments', 'none');
+ this.setValue('cardInstallments', '');
+ },
+
+ clearInstallmentsComponent() {
+ const selectorInstallments = document.querySelector(CheckoutElements.mpInstallmentsContainer);
+
+ selectorInstallments.classList.remove(CheckoutElements.mpInstallmentsContainer);
+
+ if (selectorInstallments.firstElementChild) {
+ selectorInstallments.removeChild(selectorInstallments.firstElementChild);
+ }
+ },
+
+ showInstallmentsComponent(child) {
+ const selectorInstallments = document.querySelector(CheckoutElements.mpInstallmentsContainer);
+
+ selectorInstallments.classList.add(CheckoutElements.mpInstallmentsContainer);
+
+ selectorInstallments.appendChild(child);
+ },
+
+ getHelperMessage(field) {
+ let query = 'input-helper[input-id=' + this.inputHelperName(field) + '-helper]';
+ let divInputHelper = document.querySelector(query);
+
+ return divInputHelper.querySelector('div[class=mp-helper-message]');
+ },
+
+ argentinaResolution(payerCosts) {
+ let dataInput = '';
+
+ if (this.getCountry() === 'MLA') {
+ for (let l = 0; l < payerCosts.length; l++) {
+ if (payerCosts[l].indexOf('CFT_') !== -1) {
+ dataInput = payerCosts[l];
+ }
+ }
+ }
+
+ return dataInput;
+ },
+
+ hideErrors() {
+ let customContent = document.querySelector('.mp-checkout-custom-container');
+ let inputHelpers = customContent.querySelectorAll('input-helper');
+
+ inputHelpers.forEach((inputHelper) => {
+ inputHelper.querySelector('div').style.display = 'none';
+ });
+ },
+
+ clearInputs() {
+ this.hideErrors();
+ this.setBackground('fcCardNumberContainer', 'no-repeat #fff');
+ this.setValue('fcCardholderName', '');
+ this.setDisplayOfError('fcCardholderName', 'removed', 'mp-error');
+
+ this.setValue('fcCardExpirationDateContainer', '');
+ this.setDisplayOfError('fcCardExpirationDateContainer', 'removed', 'mp-error');
+
+ this.setValue('fcSecurityNumberContainer', '');
+ this.setDisplayOfError('fcSecurityNumberContainer', 'removed', 'mp-error');
+
+ this.setValue('fcIdentificationNumber', '');
+ this.setElementDisplay('mpDocumentContainer', 'none');
+ this.setDisplayOfError('fcIdentificationNumberContainer', 'removed', 'mp-error');
+
+ this.clearInstallmentsComponent();
+ this.setElementDisplay('mpInstallments', 'none');
+
+ document.querySelector('input[data-cy=input-document]').value = '';
+ },
+
+ verifyDocument() {
+ let input = document.querySelector(CheckoutElements.fcIdentificationNumber);
+ let inputContainer = document.querySelector(CheckoutElements.mpDocumentContainer);
+
+ if (inputContainer.style.display === 'none' || inputContainer.style.display === '') {
+ return true;
+ }
+
+ if (input.value === '-1' || input.value === '') {
+ return false;
+ }
+
+ let inputHelper = document.querySelector('input-helper[input-id=mp-doc-number-helper]');
+
+ return inputHelper.querySelector('div').style.display !== 'flex';
+ },
+
+ loadAdditionalInfo(sdkAdditionalInfoNeeded) {
+ const additionalInfoNeeded = {
+ issuer: false,
+ cardholder_name: false,
+ cardholder_identification_type: false,
+ cardholder_identification_number: false,
+ };
+
+ for (let i = 0; i < sdkAdditionalInfoNeeded.length; i++) {
+ if (sdkAdditionalInfoNeeded[i] === 'issuer_id') {
+ additionalInfoNeeded.issuer = true;
+ }
+
+ if (sdkAdditionalInfoNeeded[i] === 'cardholder_name') {
+ additionalInfoNeeded.cardholder_name = true;
+ }
+
+ if (sdkAdditionalInfoNeeded[i] === 'cardholder_identification_type') {
+ additionalInfoNeeded.cardholder_identification_type = true;
+ }
+
+ if (sdkAdditionalInfoNeeded[i] === 'cardholder_identification_number') {
+ additionalInfoNeeded.cardholder_identification_number = true;
+ }
+ }
+ return additionalInfoNeeded;
+ },
+
+ verifyInstallments() {
+ if (document.querySelector(CheckoutElements.cardInstallments).value === '') {
+ CheckoutPage.setDisplayOfError('fcInputTableContainer', 'add', 'mp-error');
+ this.setDisplayOfInputHelper('mp-installments', 'flex');
+ return false;
+ }
+
+ CheckoutPage.setDisplayOfError('fcInputTableContainer', 'remove', 'mp-error');
+ this.setDisplayOfInputHelper('mp-installments', 'none');
+
+ return true;
+ },
+
+ validateInputsCreateToken() {
+ let isInstallmentsValid = this.verifyInstallments();
+ let isDocumentValid = this.verifyDocument();
+
+ return isInstallmentsValid && isDocumentValid;
+ },
+
+ showTaxes() {
+ let choCustomContent = document.querySelector('.mp-checkout-custom-container');
+
+ const selectorInstallments = choCustomContent.querySelectorAll(CheckoutElements.mpInputRadio);
+
+ let tax = null;
+ let display = 'block';
+
+ selectorInstallments.forEach((installment) => {
+ if (installment.checked) {
+ tax = installment.getAttribute('datarate');
+ }
+ });
+
+ let cft = '';
+ let tea = '';
+
+ if (tax != null) {
+ const tax_split = tax.split('|');
+
+ cft = tax_split[0].replace('_', ' ');
+ tea = tax_split[1].replace('_', ' ');
+
+ if (cft === 'CFT 0,00%' && tea === 'TEA 0,00%') {
+ display = 'none';
+ cft = '';
+ tea = '';
+ }
+ }
+
+ document.querySelector(CheckoutElements.mpInputTaxCft).style.display = display;
+ document.querySelector(CheckoutElements.mpTaxCftText).innerHTML = cft;
+ document.querySelector(CheckoutElements.mpTaxTeaText).innerHTML = tea;
+ },
+
+ setupTaxEvents() {
+ const choCustomContent = document.querySelector(CheckoutElements.customContent);
+ const taxesElements = choCustomContent.getElementsByClassName('mp-input-table-label');
+
+ for (var i = 0; i < taxesElements.length; i++) {
+ let installmentValue = taxesElements[i].getElementsByTagName('input')[0].value;
+
+ if (wc_mercadopago_custom_checkout_params.site_id === 'mla') {
+ taxesElements[i].addEventListener('click', this.showTaxes);
+ }
+
+ taxesElements[i].addEventListener('click', () => {
+ CheckoutPage.setDisplayOfError('fcInputTableContainer', 'remove', 'mp-error');
+ this.setDisplayOfInputHelper('mp-installments', 'none');
+ this.setValue('fcInstallments', installmentValue);
+ this.setValue('cardInstallments', installmentValue);
+ });
+ }
+ },
+
+ getBankInterestDisclaimerCountries(siteId) {
+ return siteId === 'mlc' || siteId === 'mco' || siteId === 'mpe';
+ },
+
+ getInstallments(response, bankInterestDisclaimer) {
+ let payerCosts = [];
+ const installments = [];
+
+ this.clearInstallmentsComponent();
+ payerCosts = response.payer_costs;
+ if (payerCosts) {
+ this.setElementDisplay('mpInstallments', 'block');
+ }
+
+ for (let j = 0; j < payerCosts.length; j++) {
+ const installment = payerCosts[j].installments;
+ const installmentRate = payerCosts[j].installment_rate === 0;
+ const installmentRateCollector = payerCosts[j].installment_rate_collector.includes('MERCADOPAGO');
+ const installmentTotalAmount = this.formatCurrency(payerCosts[j].total_amount);
+
+ const backInterestText = bankInterestDisclaimer
+ ? `${installmentTotalAmount} + ${wc_mercadopago_custom_checkout_params.interestText}`
+ : installmentTotalAmount;
+
+ installments.push({
+ id: `installment-${installment}`,
+ value: installment,
+ highlight: installmentRate && installmentRateCollector ? 'true' : '',
+ dataRate: this.argentinaResolution(payerCosts[j].labels),
+ rowText: payerCosts[j].recommended_message.split('(')[0],
+ rowObs:
+ installmentRate && installmentRateCollector
+ ? wc_mercadopago_custom_checkout_params.installmentObsFee
+ : backInterestText,
+ });
+ }
+
+ return installments;
+ },
+
+ setChangeEventOnInstallments(siteId, response) {
+ const bankInterestDisclaimer = this.getBankInterestDisclaimerCountries(siteId);
+ const installments = this.getInstallments(response, bankInterestDisclaimer);
+
+ const inputTable = document.createElement('input-table');
+ inputTable.setAttribute('name', 'mp-installments');
+ inputTable.setAttribute('button-name', wc_mercadopago_custom_checkout_params.installmentButton);
+ inputTable.setAttribute('columns', JSON.stringify(installments));
+
+ if (bankInterestDisclaimer) {
+ inputTable.setAttribute('bank-interest-text', wc_mercadopago_custom_checkout_params.bankInterestText);
+ }
+
+ this.setElementDisplay('mpInstallments', 'block');
+ this.showInstallmentsComponent(inputTable);
+ this.setupTaxEvents();
+
+ let customContent = document.querySelector('.mp-checkout-custom-container');
+ customContent.querySelector('#more-options').addEventListener('click', () => {
+ setTimeout(() => {
+ this.setupTaxEvents();
+ }, 300);
+ });
+
+ if (siteId === 'mla') {
+ this.clearTax();
+ }
+ },
+};
diff --git a/assets/js/checkouts/custom/mp-custom-page.min.js b/assets/js/checkouts/custom/mp-custom-page.min.js
new file mode 100644
index 000000000..45a0d08a1
--- /dev/null
+++ b/assets/js/checkouts/custom/mp-custom-page.min.js
@@ -0,0 +1 @@
+const CheckoutPage={setElementDisplay(e,t){document.querySelector(CheckoutElements[e]).style.display=t},setText(e,t){document.querySelector(CheckoutElements[e]).innerHTML=t},setValue(e,t){document.querySelector(CheckoutElements[e]).value=t},setBackground(e,t){document.querySelector(CheckoutElements[e]).style.setProperty("background",t,"important")},setImageCard(e){this.setBackground("fcCardNumberContainer","url("+e+") 98% 50% no-repeat #fff"),document.querySelector(CheckoutElements.fcCardNumberContainer).style.setProperty("background-size","auto 32px","important")},findContainerField(e){let t="cardholderName"===e?`#form-checkout__${e}`:`#form-checkout__${e}-container`;return Object.keys(CheckoutElements).find((e=>CheckoutElements[e]===t))},setDisplayOfError(e,t,n,r="customContent"){let s=document.querySelector(CheckoutElements[r]).querySelector(CheckoutElements[e]);s&&("add"===t?s.classList.add(`${n}`):s.classList.remove(`${n}`))},setDisplayOfInputHelper(e,t,n="customContent"){let r=document.querySelector(CheckoutElements[n]).querySelector(`input-helper[input-id=${e}-helper]`);if(r){r.querySelector("div").style.display=t}},setCvvHint(e){var t=wc_mercadopago_custom_checkout_params.cvvText;t=`${e.length} ${t} `,t+=this.cvvLocationTranslate(e.card_location),this.setText("mpSecurityCodeInfo",t)},cvvLocationTranslate(e){let t=wc_mercadopago_custom_checkout_params.cvvHint.front,n=wc_mercadopago_custom_checkout_params.cvvHint.back;return"back"===e?n:t},additionalInfoHandler(e){e.cardholder_name?this.setElementDisplay("fcCardholderName","block"):this.setElementDisplay("fcCardholderName","none"),e.issuer?this.setElementDisplay("mpIssuerContainer","block"):this.setElementDisplay("mpIssuerContainer","none"),e.cardholder_identification_type&&e.cardholder_identification_number?this.setElementDisplay("mpDocumentContainer","block"):this.setElementDisplay("mpDocumentContainer","none")},getCountry:()=>wc_mercadopago_custom_checkout_params.site_id,changeCvvPlaceHolder(e){let t="";for(let n=0;nnew Intl.NumberFormat(wc_mercadopago_custom_checkout_params.intl,{currency:wc_mercadopago_custom_checkout_params.currency,style:"currency",currencyDisplay:"narrowSymbol"}).format(e),inputHelperName:e=>({cardNumber:CheckoutElements.mpCardNumber,cardholderName:CheckoutElements.mpCardholderName,expirationDate:CheckoutElements.mpExpirationDate,securityCode:CheckoutElements.mpSecurityCode,identificationNumber:CheckoutElements.mpIdentificationNumber}[e]),removeAdditionFields(){this.setElementDisplay("mpDocumentContainer","none"),this.setElementDisplay("mpInstallments","none"),this.setElementDisplay("mpIssuerContainer","none"),this.setDisplayOfInputHelper("installments","none"),this.setValue("cardInstallments","")},clearInstallmentsComponent(){const e=document.querySelector(CheckoutElements.mpInstallmentsContainer);e.classList.remove(CheckoutElements.mpInstallmentsContainer),e.firstElementChild&&e.removeChild(e.firstElementChild)},showInstallmentsComponent(e){const t=document.querySelector(CheckoutElements.mpInstallmentsContainer);t.classList.add(CheckoutElements.mpInstallmentsContainer),t.appendChild(e)},getHelperMessage(e){let t="input-helper[input-id="+this.inputHelperName(e)+"-helper]";return document.querySelector(t).querySelector("div[class=mp-helper-message]")},argentinaResolution(e){let t="";if("MLA"===this.getCountry())for(let n=0;n{e.querySelector("div").style.display="none"}))},clearInputs(){this.hideErrors(),this.setBackground("fcCardNumberContainer","no-repeat #fff"),this.setValue("fcCardholderName",""),this.setDisplayOfError("fcCardholderName","removed","mp-error"),this.setValue("fcCardExpirationDateContainer",""),this.setDisplayOfError("fcCardExpirationDateContainer","removed","mp-error"),this.setValue("fcSecurityNumberContainer",""),this.setDisplayOfError("fcSecurityNumberContainer","removed","mp-error"),this.setValue("fcIdentificationNumber",""),this.setElementDisplay("mpDocumentContainer","none"),this.setDisplayOfError("fcIdentificationNumberContainer","removed","mp-error"),this.clearInstallmentsComponent(),this.setElementDisplay("mpInstallments","none"),document.querySelector("input[data-cy=input-document]").value=""},verifyDocument(){let e=document.querySelector(CheckoutElements.fcIdentificationNumber),t=document.querySelector(CheckoutElements.mpDocumentContainer);return"none"===t.style.display||""===t.style.display||"-1"!==e.value&&""!==e.value&&"flex"!==document.querySelector("input-helper[input-id=mp-doc-number-helper]").querySelector("div").style.display},loadAdditionalInfo(e){const t={issuer:!1,cardholder_name:!1,cardholder_identification_type:!1,cardholder_identification_number:!1};for(let n=0;n{e.checked&&(t=e.getAttribute("datarate"))}));let r="",s="";if(null!=t){const e=t.split("|");r=e[0].replace("_"," "),s=e[1].replace("_"," "),"CFT 0,00%"===r&&"TEA 0,00%"===s&&(n="none",r="",s="")}document.querySelector(CheckoutElements.mpInputTaxCft).style.display=n,document.querySelector(CheckoutElements.mpTaxCftText).innerHTML=r,document.querySelector(CheckoutElements.mpTaxTeaText).innerHTML=s},setupTaxEvents(){const e=document.querySelector(CheckoutElements.customContent).getElementsByClassName("mp-input-table-label");for(var t=0;t{CheckoutPage.setDisplayOfError("fcInputTableContainer","remove","mp-error"),this.setDisplayOfInputHelper("mp-installments","none"),this.setValue("fcInstallments",n),this.setValue("cardInstallments",n)}))}},getBankInterestDisclaimerCountries:e=>"mlc"===e||"mco"===e||"mpe"===e,getInstallments(e,t){let n=[];const r=[];this.clearInstallmentsComponent(),n=e.payer_costs,n&&this.setElementDisplay("mpInstallments","block");for(let e=0;e{setTimeout((()=>{this.setupTaxEvents()}),300)})),"mla"===e&&this.clearTax()}};
\ No newline at end of file
diff --git a/assets/js/checkouts/custom/session.js b/assets/js/checkouts/custom/session.js
new file mode 100644
index 000000000..d90edf10d
--- /dev/null
+++ b/assets/js/checkouts/custom/session.js
@@ -0,0 +1,19 @@
+(function () {
+ window.addEventListener('load', function () {
+ try {
+ const scriptTag = document.createElement('script');
+ scriptTag.setAttribute('id', 'mp_woocommerce_security_session');
+ scriptTag.src = 'https://www.mercadopago.com/v2/security.js';
+ scriptTag.async = true;
+ scriptTag.defer = true;
+
+ scriptTag.onerror = function () {
+ console.warn('Error on loading mp security js script');
+ };
+
+ document.body.appendChild(scriptTag);
+ } catch (e) {
+ console.warn(e);
+ }
+ });
+})();
diff --git a/assets/js/checkouts/custom/session.min.js b/assets/js/checkouts/custom/session.min.js
new file mode 100644
index 000000000..66ac2f927
--- /dev/null
+++ b/assets/js/checkouts/custom/session.min.js
@@ -0,0 +1 @@
+window.addEventListener("load",(function(){try{const e=document.createElement("script");e.setAttribute("id","mp_woocommerce_security_session"),e.src="https://www.mercadopago.com/v2/security.js",e.async=!0,e.defer=!0,e.onerror=function(){console.warn("Error on loading mp security js script")},document.body.appendChild(e)}catch(e){console.warn(e)}}));
\ No newline at end of file
diff --git a/assets/js/checkouts/mp-checkout-update.js b/assets/js/checkouts/mp-checkout-update.js
new file mode 100644
index 000000000..0d2a176e4
--- /dev/null
+++ b/assets/js/checkouts/mp-checkout-update.js
@@ -0,0 +1,9 @@
+(function ($) {
+ 'use strict';
+
+ $(function () {
+ $(document.body).on('change', 'input[name="payment_method"]', function () {
+ $('body').trigger('update_checkout');
+ });
+ });
+})(jQuery);
diff --git a/assets/js/checkouts/mp-checkout-update.min.js b/assets/js/checkouts/mp-checkout-update.min.js
new file mode 100644
index 000000000..c6b3109e0
--- /dev/null
+++ b/assets/js/checkouts/mp-checkout-update.min.js
@@ -0,0 +1 @@
+!function(n){"use strict";n((function(){n(document.body).on("change",'input[name="payment_method"]',(function(){n("body").trigger("update_checkout")}))}))}(jQuery);
\ No newline at end of file
diff --git a/assets/js/checkouts/mp-plugins-components.js b/assets/js/checkouts/mp-plugins-components.js
new file mode 100644
index 000000000..70a2ed0e0
--- /dev/null
+++ b/assets/js/checkouts/mp-plugins-components.js
@@ -0,0 +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
diff --git a/assets/js/checkouts/mp-plugins-components.min.js b/assets/js/checkouts/mp-plugins-components.min.js
new file mode 100644
index 000000000..70a2ed0e0
--- /dev/null
+++ b/assets/js/checkouts/mp-plugins-components.min.js
@@ -0,0 +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
diff --git a/assets/js/checkouts/pse/mp-pse-checkout.js b/assets/js/checkouts/pse/mp-pse-checkout.js
new file mode 100644
index 000000000..cc001b30d
--- /dev/null
+++ b/assets/js/checkouts/pse/mp-pse-checkout.js
@@ -0,0 +1,78 @@
+/* jshint es3: false */
+/* globals wc_mercadopago_pse_checkout_params, CheckoutPseElements */
+(function ($) {
+ 'use strict';
+
+ $(function () {
+
+ // Handler form submit
+ function mercadoPagoFormHandlerPse() {
+ if (!document.getElementById('payment_method_woo-mercado-pago-pse').checked) {
+ return true;
+ }
+
+ let pseContent = document.querySelector(CheckoutPseElements.pseContent);
+
+ verifyDocument(pseContent);
+ verifyFinancial(pseContent);
+
+ if (checkForErrors(pseContent.querySelectorAll('input-helper'))) {
+ return false;
+ }
+
+ return true;
+ }
+
+ function verifyDocument(pseContent) {
+ let documentElement = pseContent.querySelector('.mp-document');
+
+ if (documentElement.value === '') {
+ pseContent.querySelector('.mp-input').classList.add('mp-error');
+ let pseHelpers = pseContent.querySelector('.mp-input-document').querySelector('input-helper');
+ let child = pseHelpers.querySelector('div');
+ child.style.display = 'flex';
+ }
+
+ }
+
+ function verifyFinancial(pseContent) {
+ let documentElement = pseContent.querySelector('#mercadopago_pse\\[bank\\]');
+ let pseHelpers = pseContent.querySelector('.mp-checkout-pse-bank').querySelector('input-helper');
+ if (documentElement.value === '' || wc_mercadopago_pse_checkout_params.financial_placeholder === documentElement.value ) {
+ documentElement.parentElement.classList.add('mp-error');
+ let child = pseHelpers.querySelector('div');
+ child.style.display = 'flex';
+ }
+
+ documentElement.addEventListener('change', () => {
+ documentElement.parentElement.classList.remove('mp-error');
+ pseHelpers.querySelector('div').style.display = 'none';
+ });
+ }
+
+ function checkForErrors(pseHelpers) {
+ let hasError = false;
+
+ pseHelpers.forEach((item) => {
+ let inputHelper = item.querySelector('div');
+ if (inputHelper.style.display !== 'none') {
+ hasError = true;
+ }
+ });
+
+ return hasError;
+ }
+
+ // Process when submit the checkout form
+ $('form.checkout').on('checkout_place_order_woo-mercado-pago-pse', function () {
+ return mercadoPagoFormHandlerPse();
+
+ });
+
+ // If payment fail, retry on next checkout page
+ $('form#order_review').submit(function () {
+ return mercadoPagoFormHandlerPse();
+ });
+
+ });
+})(jQuery);
diff --git a/assets/js/checkouts/pse/mp-pse-checkout.min.js b/assets/js/checkouts/pse/mp-pse-checkout.min.js
new file mode 100644
index 000000000..2826ab1e2
--- /dev/null
+++ b/assets/js/checkouts/pse/mp-pse-checkout.min.js
@@ -0,0 +1 @@
+!function(e){"use strict";e((function(){function r(){if(!document.getElementById("payment_method_woo-mercado-pago-pse").checked)return!0;let e=document.querySelector(CheckoutPseElements.pseContent);return function(e){let r=e.querySelector(".mp-document");if(""===r.value){e.querySelector(".mp-input").classList.add("mp-error"),e.querySelector(".mp-input-document").querySelector("input-helper").querySelector("div").style.display="flex"}}(e),function(e){let r=e.querySelector("#mercadopago_pse\\[bank\\]"),t=e.querySelector(".mp-checkout-pse-bank").querySelector("input-helper");if(""===r.value||wc_mercadopago_pse_checkout_params.financial_placeholder===r.value){r.parentElement.classList.add("mp-error"),t.querySelector("div").style.display="flex"}r.addEventListener("change",(()=>{r.parentElement.classList.remove("mp-error"),t.querySelector("div").style.display="none"}))}(e),!function(e){let r=!1;return e.forEach((e=>{"none"!==e.querySelector("div").style.display&&(r=!0)})),r}(e.querySelectorAll("input-helper"))}e("form.checkout").on("checkout_place_order_woo-mercado-pago-pse",(function(){return r()})),e("form#order_review").submit((function(){return r()}))}))}(jQuery);
\ No newline at end of file
diff --git a/assets/js/checkouts/pse/mp-pse-elements.js b/assets/js/checkouts/pse/mp-pse-elements.js
new file mode 100644
index 000000000..5ce09859d
--- /dev/null
+++ b/assets/js/checkouts/pse/mp-pse-elements.js
@@ -0,0 +1,3 @@
+const CheckoutPseElements = {
+ pseContent: '.mp-checkout-pse-container',
+};
diff --git a/assets/js/checkouts/pse/mp-pse-elements.min.js b/assets/js/checkouts/pse/mp-pse-elements.min.js
new file mode 100644
index 000000000..46928ea25
--- /dev/null
+++ b/assets/js/checkouts/pse/mp-pse-elements.min.js
@@ -0,0 +1 @@
+const CheckoutPseElements={pseContent:".mp-checkout-pse-container"};
\ No newline at end of file
diff --git a/assets/js/checkouts/pse/mp-pse-page.js b/assets/js/checkouts/pse/mp-pse-page.js
new file mode 100644
index 000000000..0b43c1013
--- /dev/null
+++ b/assets/js/checkouts/pse/mp-pse-page.js
@@ -0,0 +1,26 @@
+/* globals CheckoutPseElements */
+
+const CheckoutPsePage = {
+ setDisplayOfError(elementName, operator, className, checkoutSelector = 'pseContent') {
+ let checkoutContent = document.querySelector(CheckoutPseElements[checkoutSelector]);
+ let element = checkoutContent.querySelector(CheckoutPseElements[elementName]);
+
+ if (element) {
+ if (operator === 'add') {
+ element.classList.add(`${className}`);
+ } else {
+ element.classList.remove(`${className}`);
+ }
+ }
+ },
+
+ setDisplayOfInputHelper(elementName, operator, checkoutSelector = 'pseContent') {
+ let checkoutContent = document.querySelector(CheckoutPseElements[checkoutSelector]);
+ let divInputHelper = checkoutContent.querySelector(`input-helper[input-id=${elementName}-helper]`);
+
+ if (divInputHelper) {
+ let inputHelper = divInputHelper.querySelector('div');
+ inputHelper.style.display = operator;
+ }
+ },
+};
diff --git a/assets/js/checkouts/pse/mp-pse-page.min.js b/assets/js/checkouts/pse/mp-pse-page.min.js
new file mode 100644
index 000000000..42a1f13c1
--- /dev/null
+++ b/assets/js/checkouts/pse/mp-pse-page.min.js
@@ -0,0 +1 @@
+const CheckoutPsePage={setDisplayOfError(e,t,s,l="pseContent"){let r=document.querySelector(CheckoutPseElements[l]).querySelector(CheckoutPseElements[e]);r&&("add"===t?r.classList.add(`${s}`):r.classList.remove(`${s}`))},setDisplayOfInputHelper(e,t,s="pseContent"){let l=document.querySelector(CheckoutPseElements[s]).querySelector(`input-helper[input-id=${e}-helper]`);if(l){l.querySelector("div").style.display=t}}};
\ No newline at end of file
diff --git a/assets/js/checkouts/ticket/mp-ticket-checkout.js b/assets/js/checkouts/ticket/mp-ticket-checkout.js
new file mode 100644
index 000000000..f3a6bea86
--- /dev/null
+++ b/assets/js/checkouts/ticket/mp-ticket-checkout.js
@@ -0,0 +1,104 @@
+/* jshint es3: false */
+/* globals wc_mercadopago_ticket_checkout_params, CheckoutTicketElements, CheckoutTicketPage */
+(function ($) {
+ 'use strict';
+
+ $(function () {
+ var mercado_pago_submit_ticket = false;
+
+ // Handler form submit
+ function mercadoPagoFormHandlerTicket() {
+ if (!document.getElementById('payment_method_woo-mercado-pago-ticket').checked) {
+ return true;
+ }
+
+ let ticketContent = document.querySelector(CheckoutTicketElements.ticketContent);
+ let ticketHelpers = ticketContent.querySelectorAll('input-helper');
+
+ if (wc_mercadopago_ticket_checkout_params.site_id === 'MLB' || wc_mercadopago_ticket_checkout_params.site_id === 'MLU') {
+ verifyDocument(ticketContent, ticketHelpers);
+ }
+
+ verifyPaymentMethods(ticketContent);
+
+ if (checkForErrors(ticketHelpers)) {
+ removeBlockOverlay();
+ } else {
+ mercado_pago_submit_ticket = true;
+ }
+
+ return mercado_pago_submit_ticket;
+ }
+
+ function checkForErrors(ticketHelpers) {
+ let hasError = false;
+
+ ticketHelpers.forEach((item) => {
+ let inputHelper = item.querySelector('div');
+ if (inputHelper.style.display !== 'none') {
+ hasError = true;
+ }
+ });
+
+ return hasError;
+ }
+
+ function verifyDocument(ticketContent, ticketHelpers) {
+ let documentElement = ticketContent.querySelector('.mp-document');
+
+ if (documentElement.value === '') {
+ ticketContent.querySelector('.mp-input').classList.add('mp-error');
+ let child = ticketHelpers[0].querySelector('div');
+ child.style.display = 'flex';
+ }
+ }
+
+ function verifyPaymentMethods(ticketContent) {
+ ticketContent.querySelector('#more-options').addEventListener('click', () => {
+ setTimeout(() => {
+ removeErrorFromInputTableContainer(ticketContent);
+ }, 300);
+ });
+
+ let paymentOptionSelected = false;
+ ticketContent.querySelectorAll('.mp-input-radio-radio').forEach((item) => {
+ if (item.checked) {
+ paymentOptionSelected = true;
+ }
+ });
+
+ if (paymentOptionSelected === false) {
+ CheckoutTicketPage.setDisplayOfError('fcInputTableContainer', 'add', 'mp-error', 'ticketContent');
+ CheckoutTicketPage.setDisplayOfInputHelper('mp-payment-method', 'flex', 'ticketContent');
+ }
+
+ removeErrorFromInputTableContainer(ticketContent);
+ }
+
+ function removeErrorFromInputTableContainer(ticketContent) {
+ ticketContent.querySelectorAll('.mp-input-table-label').forEach((item) => {
+ item.addEventListener('click', () => {
+ CheckoutTicketPage.setDisplayOfError('fcInputTableContainer', 'remove', 'mp-error', 'ticketContent');
+ CheckoutTicketPage.setDisplayOfInputHelper('mp-payment-method', 'none', 'ticketContent');
+ });
+ });
+ }
+
+ // Process when submit the checkout form
+ $('form.checkout').on('checkout_place_order_woo-mercado-pago-ticket', function () {
+ return mercadoPagoFormHandlerTicket();
+ });
+
+ // If payment fail, retry on next checkout page
+ $('form#order_review').submit(function () {
+ return mercadoPagoFormHandlerTicket();
+ });
+
+ // Remove Block Overlay from Order Review page
+ function removeBlockOverlay() {
+ if ($('form#order_review').length > 0) {
+ $('.blockOverlay').css('display', 'none');
+ }
+ }
+ });
+})(jQuery);
diff --git a/assets/js/checkouts/ticket/mp-ticket-checkout.min.js b/assets/js/checkouts/ticket/mp-ticket-checkout.min.js
new file mode 100644
index 000000000..f0383de89
--- /dev/null
+++ b/assets/js/checkouts/ticket/mp-ticket-checkout.min.js
@@ -0,0 +1 @@
+!function(e){"use strict";e((function(){var t=!1;function o(){if(!document.getElementById("payment_method_woo-mercado-pago-ticket").checked)return!0;let o=document.querySelector(CheckoutTicketElements.ticketContent),c=o.querySelectorAll("input-helper");return"MLB"!==wc_mercadopago_ticket_checkout_params.site_id&&"MLU"!==wc_mercadopago_ticket_checkout_params.site_id||function(e,t){let o=e.querySelector(".mp-document");if(""===o.value){e.querySelector(".mp-input").classList.add("mp-error"),t[0].querySelector("div").style.display="flex"}}(o,c),function(e){e.querySelector("#more-options").addEventListener("click",(()=>{setTimeout((()=>{r(e)}),300)}));let t=!1;e.querySelectorAll(".mp-input-radio-radio").forEach((e=>{e.checked&&(t=!0)})),!1===t&&(CheckoutTicketPage.setDisplayOfError("fcInputTableContainer","add","mp-error","ticketContent"),CheckoutTicketPage.setDisplayOfInputHelper("mp-payment-method","flex","ticketContent"));r(e)}(o),!function(e){let t=!1;return e.forEach((e=>{"none"!==e.querySelector("div").style.display&&(t=!0)})),t}(c)?t=!0:e("form#order_review").length>0&&e(".blockOverlay").css("display","none"),t}function r(e){e.querySelectorAll(".mp-input-table-label").forEach((e=>{e.addEventListener("click",(()=>{CheckoutTicketPage.setDisplayOfError("fcInputTableContainer","remove","mp-error","ticketContent"),CheckoutTicketPage.setDisplayOfInputHelper("mp-payment-method","none","ticketContent")}))}))}e("form.checkout").on("checkout_place_order_woo-mercado-pago-ticket",(function(){return o()})),e("form#order_review").submit((function(){return o()}))}))}(jQuery);
\ No newline at end of file
diff --git a/assets/js/checkouts/ticket/mp-ticket-elements.js b/assets/js/checkouts/ticket/mp-ticket-elements.js
new file mode 100644
index 000000000..8ab793612
--- /dev/null
+++ b/assets/js/checkouts/ticket/mp-ticket-elements.js
@@ -0,0 +1,4 @@
+const CheckoutTicketElements = {
+ ticketContent: '.mp-checkout-ticket-container',
+ fcInputTableContainer: '[data-cy=input-table-list]',
+};
diff --git a/assets/js/checkouts/ticket/mp-ticket-elements.min.js b/assets/js/checkouts/ticket/mp-ticket-elements.min.js
new file mode 100644
index 000000000..cdf1261c1
--- /dev/null
+++ b/assets/js/checkouts/ticket/mp-ticket-elements.min.js
@@ -0,0 +1 @@
+const CheckoutTicketElements={ticketContent:".mp-checkout-ticket-container",fcInputTableContainer:"[data-cy=input-table-list]"};
\ No newline at end of file
diff --git a/assets/js/checkouts/ticket/mp-ticket-page.js b/assets/js/checkouts/ticket/mp-ticket-page.js
new file mode 100644
index 000000000..b752b8e36
--- /dev/null
+++ b/assets/js/checkouts/ticket/mp-ticket-page.js
@@ -0,0 +1,26 @@
+/* globals CheckoutTicketElements */
+
+const CheckoutTicketPage = {
+ setDisplayOfError(elementName, operator, className, checkoutSelector = 'ticketContent') {
+ let checkoutContent = document.querySelector(CheckoutTicketElements[checkoutSelector]);
+ let element = checkoutContent.querySelector(CheckoutTicketElements[elementName]);
+
+ if (element) {
+ if (operator === 'add') {
+ element.classList.add(`${className}`);
+ } else {
+ element.classList.remove(`${className}`);
+ }
+ }
+ },
+
+ setDisplayOfInputHelper(elementName, operator, checkoutSelector = 'ticketContent') {
+ let checkoutContent = document.querySelector(CheckoutTicketElements[checkoutSelector]);
+ let divInputHelper = checkoutContent.querySelector(`input-helper[input-id=${elementName}-helper]`);
+
+ if (divInputHelper) {
+ let inputHelper = divInputHelper.querySelector('div');
+ inputHelper.style.display = operator;
+ }
+ },
+};
diff --git a/assets/js/checkouts/ticket/mp-ticket-page.min.js b/assets/js/checkouts/ticket/mp-ticket-page.min.js
new file mode 100644
index 000000000..039d79e2e
--- /dev/null
+++ b/assets/js/checkouts/ticket/mp-ticket-page.min.js
@@ -0,0 +1 @@
+const CheckoutTicketPage={setDisplayOfError(e,t,c,l="ticketContent"){let r=document.querySelector(CheckoutTicketElements[l]).querySelector(CheckoutTicketElements[e]);r&&("add"===t?r.classList.add(`${c}`):r.classList.remove(`${c}`))},setDisplayOfInputHelper(e,t,c="ticketContent"){let l=document.querySelector(CheckoutTicketElements[c]).querySelector(`input-helper[input-id=${e}-helper]`);if(l){l.querySelector("div").style.display=t}}};
\ No newline at end of file
diff --git a/assets/js/index.php b/assets/js/index.php
index 891711d6d..da8f1da45 100644
--- a/assets/js/index.php
+++ b/assets/js/index.php
@@ -1,5 +1,13 @@
{
+ let modal = document.querySelector('#mp-credits-modal');
+ let modalContent = document.querySelector('.mp-credits-modal-container-content');
+ let modalCentralize = document.querySelector('#mp-credits-centralize');
+ let resizeControl;
+
+ const setupElements = () => {
+ modal || (modal = document.querySelector('#mp-credits-modal'));
+ modalContent || (modalContent = document.querySelector('.mp-credits-modal-container-content'));
+ modalCentralize || (modalCentralize = document.querySelector('#mp-credits-centralize'));
+ }
+
+ const switchModal = () => {
+ setupElements();
+ const actualStyle = modal.style.visibility;
+ if (actualStyle == 'visible') {
+ modal.style.visibility = 'hidden';
+ modalContent.classList.remove('mp-mobile');
+ document.dispatchEvent(new CustomEvent('mp-modal-close'));
+ } else {
+ modal.style.visibility = 'visible';
+ modalCentralize.classList.add('mp-credits-modal-content-centralize');
+ if (modal.clientWidth < 768) {
+ modalCentralize.classList.remove('mp-credits-modal-content-centralize');
+ const modalHeight = modal.clientHeight;
+ const modalContentHeight = modalContent.clientHeight;
+ modalContent.style.top = `${modalHeight - modalContentHeight}.px`;
+ modalContent.classList.add('mp-mobile');
+ }
+ }
+ }
+
+ window.onclick = function (event) {
+ const modal = document.querySelector('.mp-credits-modal-container');
+ const openBtn = document.querySelector('#mp-open-modal');
+ const closebBtn = document.querySelector('#mp-credits-modal-close-modal');
+
+ if (event.target === modal || event.target === openBtn || event.target === closebBtn) {
+ switchModal();
+ }
+ }
+
+ window.onresize = () => {
+ clearTimeout(resizeControl);
+ resizeControl = setTimeout(() => {
+ setupElements();
+
+ if (modal.clientWidth > 768) {
+ modalCentralize.classList.add('mp-credits-modal-content-centralize');
+ modalContent.classList.remove('mp-mobile');
+ } else {
+ modalCentralize.classList.remove('mp-credits-modal-content-centralize');
+ modalContent.style.top = `${modal.clientHeight - modalContent.clientHeight}.px`;
+ modalContent.classList.add('mp-mobile');
+ }
+ }, 100);
+ }
+ })()
+
\ No newline at end of file
diff --git a/assets/js/products/credits-modal.min.js b/assets/js/products/credits-modal.min.js
new file mode 100644
index 000000000..13994d741
--- /dev/null
+++ b/assets/js/products/credits-modal.min.js
@@ -0,0 +1 @@
+(()=>{let e,t=document.querySelector("#mp-credits-modal"),i=document.querySelector(".mp-credits-modal-container-content"),c=document.querySelector("#mp-credits-centralize");const o=()=>{t||(t=document.querySelector("#mp-credits-modal")),i||(i=document.querySelector(".mp-credits-modal-container-content")),c||(c=document.querySelector("#mp-credits-centralize"))},l=()=>{o();if("visible"==t.style.visibility)t.style.visibility="hidden",i.classList.remove("mp-mobile"),document.dispatchEvent(new CustomEvent("mp-modal-close"));else if(t.style.visibility="visible",c.classList.add("mp-credits-modal-content-centralize"),t.clientWidth<768){c.classList.remove("mp-credits-modal-content-centralize");const e=t.clientHeight,o=i.clientHeight;i.style.top=e-o+".px",i.classList.add("mp-mobile")}};window.onclick=function(e){const t=document.querySelector(".mp-credits-modal-container"),i=document.querySelector("#mp-open-modal"),c=document.querySelector("#mp-credits-modal-close-modal");e.target!==t&&e.target!==i&&e.target!==c||l()},window.onresize=()=>{clearTimeout(e),e=setTimeout((()=>{o(),t.clientWidth>768?(c.classList.add("mp-credits-modal-content-centralize"),i.classList.remove("mp-mobile")):(c.classList.remove("mp-credits-modal-content-centralize"),i.style.top=t.clientHeight-i.clientHeight+".px",i.classList.add("mp-mobile"))}),100)}})();
\ No newline at end of file
diff --git a/bin/create-release-zip.sh b/bin/create-release-zip.sh
new file mode 100755
index 000000000..174f61775
--- /dev/null
+++ b/bin/create-release-zip.sh
@@ -0,0 +1,33 @@
+#!/usr/bin/env bash
+
+BIN_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
+BASE_DIR=$BIN_DIR/..
+TMP_DIR="/tmp/woocommerce-mercadopago"
+
+shopt -s extglob
+
+if [ -d "$TMP_DIR" ]; then
+ rm -rf $TMP_DIR/*
+fi
+
+if [ ! -d "$TMP_DIR" ]; then
+ mkdir $TMP_DIR
+fi
+
+cd $BASE_DIR
+cp -r assets build i18n src templates index.php readme.txt woocommerce-mercadopago.php composer.json composer.lock $TMP_DIR
+cd $TMP_DIR/ && composer install --no-dev && composer dump-autoload -o && rm composer.*
+cd $BASE_DIR
+mkdir -p $TMP_DIR/packages/sdk
+cp -r packages/sdk/src packages/sdk/composer.json packages/sdk/composer.lock $TMP_DIR/packages/sdk
+cd $TMP_DIR/packages/sdk && composer install --no-dev && composer dump-autoload -o && rm composer.*
+
+if [ $? -ne 0 ]; then
+ echo "Error copying files"
+ exit 1
+fi
+
+cd $TMP_DIR/.. && zip -rX woocommerce-mercadopago.zip woocommerce-mercadopago -x "**/.DS_Store" -x "*/.git/*"
+mv $TMP_DIR/../woocommerce-mercadopago.zip $BASE_DIR && rm -rf $TMP_DIR
+
+echo "Package created successfully"
diff --git a/bin/sync-sdk-by-tag.sh b/bin/sync-sdk-by-tag.sh
new file mode 100755
index 000000000..b601a8b05
--- /dev/null
+++ b/bin/sync-sdk-by-tag.sh
@@ -0,0 +1,26 @@
+#!/usr/bin/env bash
+
+SUBMODULE_DIRECTORY="packages/sdk"
+
+if [[ $# -ne 1 ]]; then
+ echo "Usage: $0 "
+ exit 1
+fi
+
+TAG_NAME="$1"
+
+if [[ ! -d "$SUBMODULE_DIRECTORY" ]]; then
+ echo "Error: Submodule directory '$SUBMODULE_DIRECTORY' not found."
+ exit 1
+fi
+
+if [[ ! -e "$SUBMODULE_DIRECTORY/.git" ]]; then
+ echo "Error: '$SUBMODULE_DIRECTORY' is not a Git submodule."
+ exit 1
+fi
+
+git submodule deinit -f "$SUBMODULE_DIRECTORY"
+
+git submodule sync --recursive -- "$SUBMODULE_DIRECTORY"
+git submodule update --init --recursive --reference "$TAG_NAME" -- "$SUBMODULE_DIRECTORY" || true
+git -C "$SUBMODULE_DIRECTORY" checkout "$TAG_NAME"
diff --git a/build/basic.block.asset.php b/build/basic.block.asset.php
new file mode 100644
index 000000000..41ce40173
--- /dev/null
+++ b/build/basic.block.asset.php
@@ -0,0 +1 @@
+ array('react', 'wc-blocks-registry', 'wc-settings', 'wp-element', 'wp-html-entities'), 'version' => '56daa004d9f709c30711');
diff --git a/build/basic.block.js b/build/basic.block.js
new file mode 100644
index 000000000..bc783deb3
--- /dev/null
+++ b/build/basic.block.js
@@ -0,0 +1 @@
+(()=>{"use strict";const e=window.React,t=window.wc.wcBlocksRegistry,c=window.wc.wcSettings,o=window.wp.element,n=window.wp.htmlEntities,s="mercadopago_blocks_update_cart",a=({title:t,items:c,titleAlign:o="center",listMode:n="image"})=>(0,e.createElement)("checkout-benefits",{title:t,"title-align":o,items:c,"list-mode":n}),i=({text:t,src:c,alt:o})=>(0,e.createElement)("div",{className:"mp-checkout-pro-redirect"},(0,e.createElement)("checkout-redirect-v2",{text:t,src:c,alt:o})),r=({title:t,methods:c})=>(0,e.createElement)("div",{className:"mp-checkout-pro-payment-methods"},(0,e.createElement)("payment-methods-v2",{title:t,methods:c})),m=({description:t,linkText:c,linkSrc:o,checkoutClass:n="pro"})=>(0,e.createElement)("div",{className:`mp-checkout-${n}-terms-and-conditions`},(0,e.createElement)("terms-and-conditions",{description:t,"link-text":c,"link-src":o})),l=({title:t,description:c,linkText:o,linkSrc:n})=>(0,e.createElement)("div",{className:"mp-checkout-pro-test-mode"},(0,e.createElement)("test-mode",{title:t,description:c,"link-text":o,"link-src":n})),d=(e,t,c)=>{const o={name:e,message:t,target:c,plugin:{version:wc_mercadopago_custom_checkout_params.plugin_version},platform:{name:"woocommerce",uri:window.location.href,version:wc_mercadopago_custom_checkout_params.platform_version,location:`${wc_mercadopago_custom_checkout_params.location}_${wc_mercadopago_custom_checkout_params.theme}`}};navigator.sendBeacon("https://api.mercadopago.com/v1/plugins/melidata/errors",JSON.stringify(o))};var p;const _="mp_checkout_blocks",u="woo-mercado-pago-basic",k=(0,c.getSetting)("woo-mercado-pago-basic_data",{}),h=(0,n.decodeEntities)(k.title)||"Checkout Pro",E=t=>{(e=>{const{extensionCartUpdate:t}=wc.blocksCheckout,{eventRegistration:c,emitResponse:n}=e,{onPaymentSetup:a,onCheckoutSuccess:i,onCheckoutFail:r}=c;(0,o.useEffect)((()=>{((e,t)=>{e({namespace:s,data:{action:"add",gateway:t}})})(t,u);const e=a((()=>({type:n.responseTypes.SUCCESS})));return()=>(((e,t)=>{e({namespace:s,data:{action:"remove",gateway:t}})})(t,u),e())}),[a]),(0,o.useEffect)((()=>{const e=i((async e=>{const t=e.processingResponse;return d("MP_BASIC_BLOCKS_SUCCESS",t.paymentStatus,_),{type:n.responseTypes.SUCCESS}}));return()=>e()}),[i]),(0,o.useEffect)((()=>{const e=r((e=>{const t=e.processingResponse;return d("MP_BASIC_BLOCKS_ERROR",t.paymentStatus,_),{type:n.responseTypes.FAIL,messageContext:n.noticeContexts.PAYMENTS}}));return()=>e()}),[r])})(t);const{test_mode_title:c,test_mode_description:n,test_mode_link_text:p,test_mode_link_src:h,checkout_benefits_title:E,checkout_benefits_items:g,payment_methods_title:w,payment_methods_methods:S,method:y,checkout_redirect_text:v,checkout_redirect_src:C,checkout_redirect_alt:f,terms_and_conditions_description:x,terms_and_conditions_link_text:b,terms_and_conditions_link_src:N,test_mode:R}=k.params;return(0,e.createElement)("div",{className:"mp-checkout-container"},(0,e.createElement)("div",{className:"mp-checkout-pro-container"},(0,e.createElement)("div",{className:"mp-checkout-pro-content"},R?(0,e.createElement)(l,{title:c,description:n,"link-text":p,"link-src":h}):null,(0,e.createElement)("div",{className:"mp-checkout-pro-checkout-benefits"},(0,e.createElement)(a,{title:E,items:g})),(0,e.createElement)(r,{title:w,methods:S}),"redirect"===y?(0,e.createElement)(i,{text:v,src:C,alt:f}):null)),(0,e.createElement)(m,{description:x,linkText:b,linkSrc:N}))},g={name:u,label:(0,e.createElement)((t=>{const{PaymentMethodLabel:c}=t.components,o=(0,n.decodeEntities)(k?.params?.fee_title||""),s=`${h} ${o}`;return(0,e.createElement)(c,{text:s})}),null),content:(0,e.createElement)(E,null),edit:(0,e.createElement)(E,null),canMakePayment:()=>!0,ariaLabel:h,supports:{features:null!==(p=k?.supports)&&void 0!==p?p:[]}};(0,t.registerPaymentMethod)(g)})();
\ No newline at end of file
diff --git a/build/credits.block.asset.php b/build/credits.block.asset.php
new file mode 100644
index 000000000..b2e63acf6
--- /dev/null
+++ b/build/credits.block.asset.php
@@ -0,0 +1 @@
+ array('react', 'wc-blocks-registry', 'wc-settings', 'wp-element', 'wp-html-entities'), 'version' => 'e7c95589526c52407422');
diff --git a/build/credits.block.js b/build/credits.block.js
new file mode 100644
index 000000000..df3e64cf6
--- /dev/null
+++ b/build/credits.block.js
@@ -0,0 +1 @@
+(()=>{"use strict";const e=window.React,t=window.wp.element,c=window.wc.wcBlocksRegistry,n=window.wp.htmlEntities,o=window.wc.wcSettings,s="mercadopago_blocks_update_cart",a=({title:t,description:c,linkText:n,linkSrc:o})=>(0,e.createElement)("div",{className:"mp-checkout-pro-test-mode"},(0,e.createElement)("test-mode",{title:t,description:c,"link-text":n,"link-src":o})),i=({text:t,src:c,alt:n})=>(0,e.createElement)("div",{className:"mp-checkout-pro-redirect"},(0,e.createElement)("checkout-redirect-v2",{text:t,src:c,alt:n})),r=({title:t,items:c,titleAlign:n="center",listMode:o="image"})=>(0,e.createElement)("checkout-benefits",{title:t,"title-align":n,items:c,"list-mode":o}),l=({description:t,linkText:c,linkSrc:n,checkoutClass:o="pro"})=>(0,e.createElement)("div",{className:`mp-checkout-${o}-terms-and-conditions`},(0,e.createElement)("terms-and-conditions",{description:t,"link-text":c,"link-src":n})),m=(e,t,c)=>{const n={name:e,message:t,target:c,plugin:{version:wc_mercadopago_custom_checkout_params.plugin_version},platform:{name:"woocommerce",uri:window.location.href,version:wc_mercadopago_custom_checkout_params.platform_version,location:`${wc_mercadopago_custom_checkout_params.location}_${wc_mercadopago_custom_checkout_params.theme}`}};navigator.sendBeacon("https://api.mercadopago.com/v1/plugins/melidata/errors",JSON.stringify(n))};var d;const p="mp_checkout_blocks",_="woo-mercado-pago-credits",u=(0,o.getSetting)("woo-mercado-pago-credits_data",{}),k=(0,n.decodeEntities)(u.title)||"Checkout Creditss",E=c=>{(e=>{const{extensionCartUpdate:c}=wc.blocksCheckout,{eventRegistration:n,emitResponse:o}=e,{onPaymentSetup:a,onCheckoutSuccess:i,onCheckoutFail:r}=n;(0,t.useEffect)((()=>{((e,t)=>{e({namespace:s,data:{action:"add",gateway:t}})})(c,_);const e=a((()=>({type:o.responseTypes.SUCCESS})));return()=>(((e,t)=>{e({namespace:s,data:{action:"remove",gateway:t}})})(c,_),e())}),[a]),(0,t.useEffect)((()=>{const e=i((async e=>{const t=e.processingResponse;return m("MP_CREDITS_BLOCKS_SUCCESS",t.paymentStatus,p),{type:o.responseTypes.SUCCESS}}));return()=>e()}),[i]),(0,t.useEffect)((()=>{const e=r((e=>{const t=e.processingResponse;return m("MP_CREDITS_BLOCKS_ERROR",t.paymentStatus,p),{type:o.responseTypes.FAIL,messageContext:o.noticeContexts.PAYMENTS}}));return()=>e()}),[r])})(c);const{test_mode_title:n,test_mode_description:o,test_mode_link_text:d,test_mode_link_src:k,checkout_benefits_title:E,checkout_benefits_items:g,checkout_redirect_text:h,checkout_redirect_src:w,checkout_redirect_alt:S,terms_and_conditions_description:C,terms_and_conditions_link_text:v,terms_and_conditions_link_src:y,test_mode:f}=u.params;return(0,e.createElement)("div",{className:"mp-checkout-container"},(0,e.createElement)("div",{className:"mp-checkout-pro-container"},(0,e.createElement)("div",{className:"mp-checkout-pro-content"},f?(0,e.createElement)(a,{title:n,description:o,linkText:d,linkSrc:k}):null,(0,e.createElement)(r,{title:E,items:g,titleAlign:"left",listMode:"count"}),(0,e.createElement)(i,{text:h,src:w,alt:S}))),(0,e.createElement)(l,{description:C,linkText:v,linkSrc:y}))},g={name:_,label:(0,e.createElement)((t=>{const{PaymentMethodLabel:c}=t.components,o=(0,n.decodeEntities)(u?.params?.fee_title||""),s=`${k} ${o}`;return(0,e.createElement)(c,{text:s})}),null),content:(0,e.createElement)(E,null),edit:(0,e.createElement)(E,null),canMakePayment:()=>!0,ariaLabel:k,supports:{features:null!==(d=u?.supports)&&void 0!==d?d:[]}};(0,c.registerPaymentMethod)(g)})();
\ No newline at end of file
diff --git a/build/custom.block.asset.php b/build/custom.block.asset.php
new file mode 100644
index 000000000..845af6cd0
--- /dev/null
+++ b/build/custom.block.asset.php
@@ -0,0 +1 @@
+ array('react', 'wc-blocks-registry', 'wc-settings', 'wp-element', 'wp-html-entities'), 'version' => '4d7915165f0d063461fa');
diff --git a/build/custom.block.js b/build/custom.block.js
new file mode 100644
index 000000000..e9255bd60
--- /dev/null
+++ b/build/custom.block.js
@@ -0,0 +1 @@
+(()=>{"use strict";const e=window.React,t=window.wc.wcBlocksRegistry,a=window.wc.wcSettings,c=window.wp.element,n=window.wp.htmlEntities,o="mercadopago_blocks_update_cart";const m=({labelMessage:t,helperMessage:a,inputName:c,hiddenId:n,inputDataCheckout:o,selectId:m,selectName:s,selectDataCheckout:i,flagError:r,documents:l,validate:d})=>(0,e.createElement)("div",{className:"mp-checkout-ticket-input-document"},(0,e.createElement)("input-document",{"label-message":t,"helper-message":a,"input-name":c,"hidden-id":n,"input-data-checkout":o,"select-id":m,"select-name":s,"select-data-checkout":i,"flag-error":r,documents:l,validate:d})),s=({isVisible:t,message:a,inputId:c,id:n,dataMain:o})=>(0,e.createElement)("input-helper",{isVisible:t,message:a,"input-id":c,id:n,"data-main":o}),i=({isOptinal:t,message:a,forId:c})=>(0,e.createElement)("input-label",{isOptinal:t,message:a,for:c}),r=({methods:t})=>(0,e.createElement)("payment-methods",{methods:t}),l=({description:t,linkText:a,linkSrc:c,checkoutClass:n="pro"})=>(0,e.createElement)("div",{className:`mp-checkout-${n}-terms-and-conditions`},(0,e.createElement)("terms-and-conditions",{description:t,"link-text":a,"link-src":c})),d=({title:t,description:a,linkText:c,linkSrc:n})=>(0,e.createElement)("div",{className:"mp-checkout-pro-test-mode"},(0,e.createElement)("test-mode",{title:t,description:a,"link-text":c,"link-src":n})),p=(e,t,a)=>{const c={name:e,message:t,target:a,plugin:{version:wc_mercadopago_custom_checkout_params.plugin_version},platform:{name:"woocommerce",uri:window.location.href,version:wc_mercadopago_custom_checkout_params.platform_version,location:`${wc_mercadopago_custom_checkout_params.location}_${wc_mercadopago_custom_checkout_params.theme}`}};navigator.sendBeacon("https://api.mercadopago.com/v1/plugins/melidata/errors",JSON.stringify(c))};var u;const _="mp_checkout_blocks",h="woo-mercado-pago-custom",k=(0,a.getSetting)("woo-mercado-pago-custom_data",{}),E=(0,n.decodeEntities)(k.title)||"Checkout Custom",y=t=>{(e=>{const{extensionCartUpdate:t}=wc.blocksCheckout,{eventRegistration:a,emitResponse:n}=e,{onPaymentSetup:m}=a;(0,c.useEffect)((()=>{((e,t)=>{e({namespace:o,data:{action:"add",gateway:t}})})(t,h);const e=m((()=>({type:n.responseTypes.SUCCESS})));return()=>(((e,t)=>{e({namespace:o,data:{action:"remove",gateway:t}})})(t,h),e())}),[m])})(t);const{test_mode:a,test_mode_title:n,test_mode_description:u,test_mode_link_text:E,test_mode_link_src:y,wallet_button:g,wallet_button_image:v,wallet_button_title:b,wallet_button_description:f,wallet_button_button_text:w,available_payments_title_icon:N,available_payments_title:C,available_payments_image:x,payment_methods_items:S,payment_methods_promotion_link:T,payment_methods_promotion_text:I,site_id:M,card_form_title:R,card_number_input_label:F,card_number_input_helper:O,card_holder_name_input_label:P,card_holder_name_input_helper:U,card_expiration_input_label:D,card_expiration_input_helper:L,card_security_code_input_label:V,card_security_code_input_helper:B,card_document_input_label:$,card_document_input_helper:q,card_installments_title:A,card_issuer_input_label:Y,card_installments_input_helper:j,terms_and_conditions_description:H,terms_and_conditions_link_text:K,terms_and_conditions_link_src:z,amount:J,currency_ratio:Q}=k.params,G=(0,c.useRef)(null),[W,X]=(0,c.useState)("custom"),{eventRegistration:Z,emitResponse:ee,onSubmit:te}=t,{onPaymentSetup:ae,onCheckoutSuccess:ce,onCheckoutFail:ne}=Z;return window.mpFormId="blocks_checkout_form",window.mpCheckoutForm=document.querySelector(".wc-block-components-form.wc-block-checkout__form"),jQuery(window.mpCheckoutForm).prop("id",mpFormId),(0,c.useEffect)((()=>{var e,a;e=t.billing.cartTotal.value,a=t.billing.currency,cardFormMounted&&cardForm.unmount(),initCardForm(function(e,t){if(!Number.isInteger(e)||"object"!=typeof t)throw new Error("Invalid input");const a=(e/Math.pow(10,t.minorUnit)).toFixed(t.minorUnit).split(".");return`${a[0]}.${a[1]}`}(e,a))}),[t.billing.cartTotal.value]),(0,c.useEffect)((()=>{cardFormMounted&&cardForm.unmount(),initCardForm();const e=ae((async()=>{const e=document.querySelector("#form-checkout__cardholderName"),t=document.querySelector("#mp-card-holder-name-helper");var a;if(""==e.value&&("flex",(a=t)&&a.style&&(a.style.display="flex")),"wallet_button"!==document.querySelector("#mp_checkout_type").value)try{if(!CheckoutPage.validateInputsCreateToken())return{type:ee.responseTypes.ERROR};{const e=await cardForm.createCardToken();document.querySelector("#cardTokenId").value=e.token}}catch(e){console.warn("Token creation error: ",e)}const c=G.current,n={};return c.childNodes.forEach((e=>{"INPUT"===e.tagName&&e.name&&(n[e.name]=e.value)})),X("custom"),{type:ee.responseTypes.SUCCESS,meta:{paymentMethodData:n}}}));return()=>e()}),[ae,ee.responseTypes.ERROR,ee.responseTypes.SUCCESS]),(0,c.useEffect)((()=>{const e=ce((async e=>{const t=e.processingResponse,a=e.processingResponse.paymentDetails;if(a.three_ds_flow){const e=new Promise(((e,t)=>{window.addEventListener("completed_3ds",(a=>{a.detail.error&&(console.log("rejecting with "+a.detail.error),t(a.detail.error)),e()}))}));return load3DSFlow(a.last_four_digits),await e.then((()=>({type:ee.responseTypes.SUCCESS}))).catch((e=>({type:ee.responseTypes.FAIL,message:e,messageContext:ee.noticeContexts.PAYMENTS})))}return p("MP_CUSTOM_BLOCKS_SUCCESS",t.paymentStatus,_),{type:ee.responseTypes.SUCCESS}}));return()=>e()}),[ce]),(0,c.useEffect)((()=>{const e=ne((e=>{const t=e.processingResponse;return p("MP_CUSTOM_BLOCKS_ERROR",t.paymentStatus,_),{type:ee.responseTypes.FAIL,messageContext:ee.noticeContexts.PAYMENTS,message:t.paymentDetails.message}}));return()=>e()}),[ne]),(0,e.createElement)("div",null,(0,e.createElement)("div",{className:"mp-checkout-custom-load"},(0,e.createElement)("div",{className:"spinner-card-form"})),(0,e.createElement)("div",{className:"mp-checkout-container"},(0,e.createElement)("div",{className:"mp-checkout-custom-container"},a?(0,e.createElement)("div",{className:"mp-checkout-pro-test-mode"},(0,e.createElement)(d,{title:n,description:u,linkText:E,linkSrc:y})):null,"yes"===g?(0,e.createElement)("div",{className:"mp-wallet-button-container"},(0,e.createElement)("img",{src:v}),(0,e.createElement)("div",{className:"mp-wallet-button-title"},(0,e.createElement)("span",null,b)),(0,e.createElement)("div",{className:"mp-wallet-button-description"},f),(0,e.createElement)("div",{className:"mp-wallet-button-button"},(0,e.createElement)("button",{id:"mp-wallet-button",type:"button",onClick:e=>{e.preventDefault(),X("wallet_button"),te()}},w))):null,(0,e.createElement)("div",{id:"mp-custom-checkout-form-container"},(0,e.createElement)("div",{className:"mp-checkout-custom-available-payments"},(0,e.createElement)("div",{className:"mp-checkout-custom-available-payments-header",onClick:()=>{const e=document.getElementsByClassName("mp-checkout-custom-available-payments")[0],t=e.getElementsByClassName("mp-checkout-custom-available-payments-header")[0].getElementsByClassName("mp-checkout-custom-available-payments-collapsible")[0],a=e.getElementsByClassName("mp-checkout-custom-available-payments-content")[0];if(a.style.maxHeight)t.src=k.params.available_payments_chevron_down,a.style.maxHeight=null,a.style.padding="0px";else{let e=a.scrollHeight+15+"px";t.src=k.params.available_payments_chevron_up,a.style.setProperty("max-height",e,"important"),a.style.setProperty("padding","24px 0px 0px","important")}}},(0,e.createElement)("div",{className:"mp-checkout-custom-available-payments-title"},(0,e.createElement)("img",{src:N,className:"mp-icon"}),(0,e.createElement)("p",{className:"mp-checkout-custom-available-payments-text"},C)),(0,e.createElement)("img",{src:x,className:"mp-checkout-custom-available-payments-collapsible"})),(0,e.createElement)("div",{className:"mp-checkout-custom-available-payments-content"},(0,e.createElement)(r,{methods:S}),"MLA"===M?(0,e.createElement)(e.Fragment,null,(0,e.createElement)("span",{id:"mp_promotion_link"}," | "),(0,e.createElement)("a",{href:T,id:"mp_checkout_link",className:"mp-checkout-link mp-pl-10",target:"_blank"},I)):null,(0,e.createElement)("hr",null))),(0,e.createElement)("div",{className:"mp-checkout-custom-card-form"},(0,e.createElement)("p",{className:"mp-checkout-custom-card-form-title"},R),(0,e.createElement)("div",{className:"mp-checkout-custom-card-row"},(0,e.createElement)(i,{isOptinal:!1,message:F,forId:"mp-card-number"}),(0,e.createElement)("div",{className:"mp-checkout-custom-card-input",id:"form-checkout__cardNumber-container"}),(0,e.createElement)(s,{isVisible:!1,message:O,inputId:"mp-card-number-helper"})),(0,e.createElement)("div",{className:"mp-checkout-custom-card-row",id:"mp-card-holder-div"},(0,e.createElement)(i,{message:P,isOptinal:!1}),(0,e.createElement)("input",{className:"mp-checkout-custom-card-input mp-card-holder-name",placeholder:"Ex.: María López",id:"form-checkout__cardholderName",name:"mp-card-holder-name","data-checkout":"cardholderName"}),(0,e.createElement)(s,{isVisible:!1,message:U,inputId:"mp-card-holder-name-helper",dataMain:"mp-card-holder-name"})),(0,e.createElement)("div",{className:"mp-checkout-custom-card-row mp-checkout-custom-dual-column-row"},(0,e.createElement)("div",{className:"mp-checkout-custom-card-column"},(0,e.createElement)(i,{message:D,isOptinal:!1}),(0,e.createElement)("div",{id:"form-checkout__expirationDate-container",className:"mp-checkout-custom-card-input mp-checkout-custom-left-card-input"}),(0,e.createElement)(s,{isVisible:!1,message:L,inputId:"mp-expiration-date-helper"})),(0,e.createElement)("div",{className:"mp-checkout-custom-card-column"},(0,e.createElement)(i,{message:V,isOptinal:!1}),(0,e.createElement)("div",{id:"form-checkout__securityCode-container",className:"mp-checkout-custom-card-input"}),(0,e.createElement)("p",{id:"mp-security-code-info",className:"mp-checkout-custom-info-text"}),(0,e.createElement)(s,{isVisible:!1,message:B,inputId:"mp-security-code-helper"}))),(0,e.createElement)("div",{id:"mp-doc-div",className:"mp-checkout-custom-input-document",style:{display:"none"}},(0,e.createElement)(m,{labelMessage:$,helperMessage:q,inputName:"identificationNumber",hiddenId:"form-checkout__identificationNumber",inputDataCheckout:"docNumber",selectId:"form-checkout__identificationType",selectName:"identificationType",selectDataCheckout:"docType",flagError:"docNumberError"}))),(0,e.createElement)("div",{id:"mp-checkout-custom-installments",className:"mp-checkout-custom-installments-display-none"},(0,e.createElement)("p",{className:"mp-checkout-custom-card-form-title"},A),(0,e.createElement)("div",{id:"mp-checkout-custom-issuers-container",className:"mp-checkout-custom-issuers-container"},(0,e.createElement)("div",{className:"mp-checkout-custom-card-row"},(0,e.createElement)(i,{isOptinal:!1,message:Y,forId:"mp-issuer"})),(0,e.createElement)("div",{className:"mp-input-select-input"},(0,e.createElement)("select",{name:"issuer",id:"form-checkout__issuer",className:"mp-input-select-select"}))),(0,e.createElement)("div",{id:"mp-checkout-custom-installments-container",className:"mp-checkout-custom-installments-container"}),(0,e.createElement)(s,{isVisible:!1,message:j,inputId:"mp-installments-helper"}),(0,e.createElement)("select",{style:{display:"none"},"data-checkout":"installments",name:"installments",id:"form-checkout__installments",className:"mp-input-select-select"}),(0,e.createElement)("div",{id:"mp-checkout-custom-box-input-tax-cft"},(0,e.createElement)("div",{id:"mp-checkout-custom-box-input-tax-tea"},(0,e.createElement)("div",{id:"mp-checkout-custom-tax-tea-text"})),(0,e.createElement)("div",{id:"mp-checkout-custom-tax-cft-text"}))),(0,e.createElement)("div",{className:"mp-checkout-custom-terms-and-conditions"},(0,e.createElement)(l,{description:H,linkText:K,linkSrc:z,checkoutClass:"custom"}))))),(0,e.createElement)("div",{ref:G,id:"mercadopago-utilities",style:{display:"none"}},(0,e.createElement)("input",{type:"hidden",id:"cardTokenId",name:"mercadopago_custom[token]"}),(0,e.createElement)("input",{type:"hidden",id:"mpCardSessionId",name:"mercadopago_custom[session_id]"}),(0,e.createElement)("input",{type:"hidden",id:"cardExpirationYear","data-checkout":"cardExpirationYear"}),(0,e.createElement)("input",{type:"hidden",id:"cardExpirationMonth","data-checkout":"cardExpirationMonth"}),(0,e.createElement)("input",{type:"hidden",id:"cardInstallments",name:"mercadopago_custom[installments]"}),(0,e.createElement)("input",{type:"hidden",id:"paymentMethodId",name:"mercadopago_custom[payment_method_id]"}),(0,e.createElement)("input",{type:"hidden",id:"mp-amount",defaultValue:J,name:"mercadopago_custom[amount]"}),(0,e.createElement)("input",{type:"hidden",id:"currency_ratio",defaultValue:Q,name:"mercadopago_custom[currency_ratio]"}),(0,e.createElement)("input",{type:"hidden",id:"mp_checkout_type",name:"mercadopago_custom[checkout_type]",value:W})))},g={name:h,label:(0,e.createElement)((t=>{const{PaymentMethodLabel:a}=t.components,c=(0,n.decodeEntities)(k?.params?.fee_title||""),o=`${E} ${c}`;return(0,e.createElement)(a,{text:o})}),null),content:(0,e.createElement)(y,null),edit:(0,e.createElement)(y,null),canMakePayment:()=>!0,ariaLabel:E,supports:{features:null!==(u=k?.supports)&&void 0!==u?u:[]}};(0,t.registerPaymentMethod)(g)})();
\ No newline at end of file
diff --git a/build/pix.block.asset.php b/build/pix.block.asset.php
new file mode 100644
index 000000000..3ec3a76cd
--- /dev/null
+++ b/build/pix.block.asset.php
@@ -0,0 +1 @@
+ array('react', 'wc-blocks-registry', 'wc-settings', 'wp-element', 'wp-html-entities'), 'version' => '5a201cc58d5bac91692d');
diff --git a/build/pix.block.js b/build/pix.block.js
new file mode 100644
index 000000000..592174fcd
--- /dev/null
+++ b/build/pix.block.js
@@ -0,0 +1 @@
+(()=>{"use strict";const e=window.React,t=window.wp.element,n=window.wc.wcBlocksRegistry,s=window.wp.htmlEntities,c=window.wc.wcSettings,o="mercadopago_blocks_update_cart",a=({title:t,description:n,linkText:s,linkSrc:c})=>(0,e.createElement)("div",{className:"mp-checkout-pro-test-mode"},(0,e.createElement)("test-mode",{title:t,description:n,"link-text":s,"link-src":c})),i=({title:t,subtitle:n,alt:s,linkSrc:c})=>(0,e.createElement)("pix-template",{title:t,subtitle:n,alt:s,src:c}),r=({description:t,linkText:n,linkSrc:s,checkoutClass:c="pro"})=>(0,e.createElement)("div",{className:`mp-checkout-${c}-terms-and-conditions`},(0,e.createElement)("terms-and-conditions",{description:t,"link-text":n,"link-src":s})),l=(e,t,n)=>{const s={name:e,message:t,target:n,plugin:{version:wc_mercadopago_custom_checkout_params.plugin_version},platform:{name:"woocommerce",uri:window.location.href,version:wc_mercadopago_custom_checkout_params.platform_version,location:`${wc_mercadopago_custom_checkout_params.location}_${wc_mercadopago_custom_checkout_params.theme}`}};navigator.sendBeacon("https://api.mercadopago.com/v1/plugins/melidata/errors",JSON.stringify(s))};var m;const p="mp_checkout_blocks",d="woo-mercado-pago-pix",_=(0,c.getSetting)("woo-mercado-pago-pix_data",{}),u=(0,s.decodeEntities)(_.title)||"Checkout Pix",k=n=>{(e=>{const{extensionCartUpdate:n}=wc.blocksCheckout,{eventRegistration:s,emitResponse:c}=e,{onPaymentSetup:a,onCheckoutSuccess:i,onCheckoutFail:r}=s;(0,t.useEffect)((()=>{((e,t)=>{e({namespace:o,data:{action:"add",gateway:t}})})(n,d);const e=a((()=>({type:c.responseTypes.SUCCESS})));return()=>(((e,t)=>{e({namespace:o,data:{action:"remove",gateway:t}})})(n,d),e())}),[a]),(0,t.useEffect)((()=>{const e=i((async e=>{e.processingResponse.message=d;const t=e.processingResponse;return l("MP_PIX_BLOCKS_SUCCESS",t.paymentStatus,p),{type:c.responseTypes.SUCCESS}}));return()=>e()}),[i]),(0,t.useEffect)((()=>{const e=r((e=>{const t=e.processingResponse;return l("MP_PIX_BLOCKS_ERROR",t.paymentStatus,p),{type:c.responseTypes.FAIL,messageContext:c.noticeContexts.PAYMENTS,message:t.paymentDetails.message}}));return()=>e()}),[r])})(n);const{test_mode_title:s,test_mode_description:c,pix_template_title:m,pix_template_subtitle:u,pix_template_src:k,pix_template_alt:g,terms_and_conditions_description:w,terms_and_conditions_link_text:E,terms_and_conditions_link_src:S,test_mode:h}=_.params;return(0,e.createElement)("div",{className:"mp-checkout-container"},(0,e.createElement)("div",{className:"mp-checkout-pix-container"},(0,e.createElement)("div",{className:"mp-checkout-pix-content"},h?(0,e.createElement)(a,{title:s,description:c}):null,(0,e.createElement)(i,{title:m,subtitle:u,alt:g,linkSrc:k}))),(0,e.createElement)(r,{description:w,linkText:E,linkSrc:S,checkoutClass:"pix"}))},g={name:d,label:(0,e.createElement)((t=>{const{PaymentMethodLabel:n}=t.components,c=(0,s.decodeEntities)(_?.params?.fee_title||""),o=`${u} ${c}`;return(0,e.createElement)(n,{text:o})}),null),content:(0,e.createElement)(k,null),edit:(0,e.createElement)(k,null),canMakePayment:()=>!0,ariaLabel:u,supports:{features:null!==(m=_?.supports)&&void 0!==m?m:[]}};(0,n.registerPaymentMethod)(g)})();
\ No newline at end of file
diff --git a/build/pse.block.asset.php b/build/pse.block.asset.php
new file mode 100644
index 000000000..f271afde3
--- /dev/null
+++ b/build/pse.block.asset.php
@@ -0,0 +1 @@
+ array('react', 'wc-blocks-registry', 'wc-settings', 'wp-element', 'wp-html-entities'), 'version' => '029d6b854fcdfe4b5418');
diff --git a/build/pse.block.js b/build/pse.block.js
new file mode 100644
index 000000000..d105069cd
--- /dev/null
+++ b/build/pse.block.js
@@ -0,0 +1 @@
+(()=>{"use strict";const e=window.React,t=window.wc.wcBlocksRegistry,n=window.wc.wcSettings,a=window.wp.element,o=window.wp.htmlEntities,c="mercadopago_blocks_update_cart",s=({labelMessage:t,helperMessage:n,inputName:a,hiddenId:o,inputDataCheckout:c,selectId:s,selectName:i,selectDataCheckout:r,flagError:p,documents:l,validate:m})=>(0,e.createElement)("div",{className:"mp-checkout-ticket-input-document"},(0,e.createElement)("input-document",{"label-message":t,"helper-message":n,"input-name":a,"hidden-id":o,"input-data-checkout":c,"select-id":s,"select-name":i,"select-data-checkout":r,"flag-error":p,documents:l,validate:m})),i=({description:t,linkText:n,linkSrc:a,checkoutClass:o="pro"})=>(0,e.createElement)("div",{className:`mp-checkout-${o}-terms-and-conditions`},(0,e.createElement)("terms-and-conditions",{description:t,"link-text":n,"link-src":a})),r=({title:t,description:n,linkText:a,linkSrc:o})=>(0,e.createElement)("div",{className:"mp-checkout-pro-test-mode"},(0,e.createElement)("test-mode",{title:t,description:n,"link-text":a,"link-src":o})),p=(e,t,n)=>{const a={name:e,message:t,target:n,plugin:{version:wc_mercadopago_custom_checkout_params.plugin_version},platform:{name:"woocommerce",uri:window.location.href,version:wc_mercadopago_custom_checkout_params.platform_version,location:`${wc_mercadopago_custom_checkout_params.location}_${wc_mercadopago_custom_checkout_params.theme}`}};navigator.sendBeacon("https://api.mercadopago.com/v1/plugins/melidata/errors",JSON.stringify(a))},l=({name:t,label:n,optional:a,options:o,helperMessage:c,hiddenId:s,defaultOption:i})=>(0,e.createElement)("input-select",{name:t,label:n,options:o,optional:a,"helper-message":c,"hidden-id":s,"default-option":i});var m;const d="mp_checkout_blocks",u="woo-mercado-pago-pse",_=(0,n.getSetting)("woo-mercado-pago-pse_data",{}),g=(0,o.decodeEntities)(_.title)||"Checkout Pse",k=t=>{(e=>{const{extensionCartUpdate:t}=wc.blocksCheckout,{eventRegistration:n,emitResponse:o}=e,{onPaymentSetup:s,onCheckoutSuccess:i,onCheckoutFail:r}=n;(0,a.useEffect)((()=>{((e,t)=>{e({namespace:c,data:{action:"add",gateway:t}})})(t,u);const e=s((()=>({type:o.responseTypes.SUCCESS})));return()=>(((e,t)=>{e({namespace:c,data:{action:"remove",gateway:t}})})(t,u),e())}),[s]),(0,a.useEffect)((()=>{const e=i((async e=>{const t=e.processingResponse;return p("MP_PSE_BLOCKS_SUCCESS",t.paymentStatus,d),{type:o.responseTypes.SUCCESS}}));return()=>e()}),[i]),(0,a.useEffect)((()=>{const e=r((e=>{const t=e.processingResponse;return p("MP_PSE_BLOCKS_ERROR",t.paymentStatus,d),{type:o.responseTypes.FAIL,messageContext:o.noticeContexts.PAYMENTS,message:t.paymentDetails.message}}));return()=>e()}),[r])})(t);const{test_mode_title:n,test_mode_description:o,test_mode_link_text:m,test_mode_link_src:g,input_document_label:k,input_document_helper:h,pse_text_label:y,person_type_label:E,amount:S,site_id:f,terms_and_conditions_description:v,terms_and_conditions_link_text:b,terms_and_conditions_link_src:w,test_mode:C,financial_institutions:N,financial_institutions_label:x,financial_institutions_helper:R,financial_placeholder:T}=_.params,M=(0,a.useRef)(null),{eventRegistration:P,emitResponse:q}=t,{onPaymentSetup:O}=P;let I={labelMessage:k,helperMessage:h,validate:"true",selectId:"doc_type",flagError:"mercadopago_pse[docNumberError]",inputName:"mercadopago_pse[docNumber]",selectName:"mercadopago_pse[docType]",documents:'["CC","CE","NIT"]'};return(0,a.useEffect)((()=>{const e=O((async()=>{const e=document.querySelector(".mp-checkout-pse-input-document").querySelector(".mp-input-document > input-helper > div"),t={"mercadopago_pse[site_id]":f,"mercadopago_pse[amount]":S.toString(),"mercadopago_pse[doc_type]":M.current.querySelector("#doc_type")?.value,"mercadopago_pse[doc_number]":M.current.querySelector("#form-checkout__identificationNumber-container > input")?.value,"mercadopago_pse[bank]":M.current.querySelector("#mercadopago_pse\\[bank\\]").value,"mercadopago_pse[person_type]":M.current.querySelector("#mercadopago_pse\\[person_type\\]").value};I.documents&&""===t["mercadopago_pse[doc_number]"]&&o(e,"flex");let n=document.querySelector("#mercadopago_pse\\[bank\\]"),a=document.querySelector(".mp-checkout-pse-bank").querySelector("input-helper > div");function o(e,t){e&&e.style&&(e.style.display=t)}function c(e){return e&&"flex"===e.style.display}return""!==n.value&&{financial_placeholder:T}!==n.value||o(a,"flex"),{type:c(a)||c(e)?q.responseTypes.ERROR:q.responseTypes.SUCCESS,meta:{paymentMethodData:t}}}));return()=>e()}),[q.responseTypes.ERROR,q.responseTypes.SUCCESS,O]),(0,e.createElement)("div",{className:"mp-checkout-container"},(0,e.createElement)("p",{className:"mp-checkout-pse-text","data-cy":"checkout-pse-text"},y),(0,e.createElement)("div",{className:"mp-checkout-pse-container"},(0,e.createElement)("div",{ref:M,className:"mp-checkout-pse-content"},C?(0,e.createElement)(r,{title:n,description:o,"link-text":m,"link-src":g}):null,(0,e.createElement)("div",{className:"mp-checkout-pse-person"},(0,e.createElement)(l,{name:"mercadopago_pse[person_type]",label:E,optional:!1,options:'[{"id":"individual", "description": "individual"},{"id":"association", "description": "asociación"}]'})),(0,e.createElement)("div",{className:"mp-checkout-pse-input-document"},I.documents?(0,e.createElement)(s,{...I}):null),(0,e.createElement)("div",{className:"mp-checkout-pse-bank"},(0,e.createElement)(l,{name:"mercadopago_pse[bank]",label:x,optional:!1,options:N,"hidden-id":"hidden-financial-pse","helper-message":R,"default-option":T})),(0,e.createElement)("div",{id:"mp-box-loading"}))),(0,e.createElement)(i,{description:v,linkText:b,linkSrc:w,checkoutClass:"pse"}))},h={name:u,label:(0,e.createElement)((t=>{const{PaymentMethodLabel:n}=t.components,a=(0,o.decodeEntities)(_?.params?.fee_title||""),c=`${g} ${a}`;return(0,e.createElement)(n,{text:c})}),null),content:(0,e.createElement)(k,null),edit:(0,e.createElement)(k,null),canMakePayment:()=>!0,ariaLabel:g,supports:{features:null!==(m=_?.supports)&&void 0!==m?m:[]}};(0,t.registerPaymentMethod)(h)})();
\ No newline at end of file
diff --git a/build/ticket.block.asset.php b/build/ticket.block.asset.php
new file mode 100644
index 000000000..02c50a07c
--- /dev/null
+++ b/build/ticket.block.asset.php
@@ -0,0 +1 @@
+ array('react', 'wc-blocks-registry', 'wc-settings', 'wp-element', 'wp-html-entities'), 'version' => '15f5991f7c7fa4ba93a8');
diff --git a/build/ticket.block.js b/build/ticket.block.js
new file mode 100644
index 000000000..f131ace7c
--- /dev/null
+++ b/build/ticket.block.js
@@ -0,0 +1 @@
+(()=>{"use strict";const e=window.React,t=window.wc.wcBlocksRegistry,n=window.wc.wcSettings,c=window.wp.element,a=window.wp.htmlEntities,o="mercadopago_blocks_update_cart",s=({labelMessage:t,helperMessage:n,inputName:c,hiddenId:a,inputDataCheckout:o,selectId:s,selectName:i,selectDataCheckout:r,flagError:m,documents:l,validate:d})=>(0,e.createElement)("div",{className:"mp-checkout-ticket-input-document"},(0,e.createElement)("input-document",{"label-message":t,"helper-message":n,"input-name":c,"hidden-id":a,"input-data-checkout":o,"select-id":s,"select-name":i,"select-data-checkout":r,"flag-error":m,documents:l,validate:d})),i=({isVisible:t,message:n,inputId:c,id:a,dataMain:o})=>(0,e.createElement)("input-helper",{isVisible:t,message:n,"input-id":c,id:a,"data-main":o}),r=({name:t,buttonName:n,columns:c})=>(0,e.createElement)("input-table",{name:t,"button-name":n,columns:c}),m=({description:t,linkText:n,linkSrc:c,checkoutClass:a="pro"})=>(0,e.createElement)("div",{className:`mp-checkout-${a}-terms-and-conditions`},(0,e.createElement)("terms-and-conditions",{description:t,"link-text":n,"link-src":c})),l=({title:t,description:n,linkText:c,linkSrc:a})=>(0,e.createElement)("div",{className:"mp-checkout-pro-test-mode"},(0,e.createElement)("test-mode",{title:t,description:n,"link-text":c,"link-src":a})),d=(e,t,n)=>{const c={name:e,message:t,target:n,plugin:{version:wc_mercadopago_custom_checkout_params.plugin_version},platform:{name:"woocommerce",uri:window.location.href,version:wc_mercadopago_custom_checkout_params.platform_version,location:`${wc_mercadopago_custom_checkout_params.location}_${wc_mercadopago_custom_checkout_params.theme}`}};navigator.sendBeacon("https://api.mercadopago.com/v1/plugins/melidata/errors",JSON.stringify(c))};var p;const u="mp_checkout_blocks",_="woo-mercado-pago-ticket",k=(0,n.getSetting)("woo-mercado-pago-ticket_data",{}),g=(0,a.decodeEntities)(k.title)||"Checkout Ticket",h=t=>{(e=>{const{extensionCartUpdate:t}=wc.blocksCheckout,{eventRegistration:n,emitResponse:a}=e,{onPaymentSetup:s,onCheckoutSuccess:i,onCheckoutFail:r}=n;(0,c.useEffect)((()=>{((e,t)=>{e({namespace:o,data:{action:"add",gateway:t}})})(t,_);const e=s((()=>({type:a.responseTypes.SUCCESS})));return()=>(((e,t)=>{e({namespace:o,data:{action:"remove",gateway:t}})})(t,_),e())}),[s]),(0,c.useEffect)((()=>{const e=i((async e=>{const t=e.processingResponse;return d("MP_TICKET_BLOCKS_SUCCESS",t.paymentStatus,u),{type:a.responseTypes.SUCCESS}}));return()=>e()}),[i]),(0,c.useEffect)((()=>{const e=r((e=>{const t=e.processingResponse;return d("MP_TICKET_BLOCKS_ERROR",t.paymentStatus,u),{type:a.responseTypes.FAIL,messageContext:a.noticeContexts.PAYMENTS,message:t.paymentDetails.message}}));return()=>e()}),[r])})(t);const{test_mode_title:n,test_mode_description:a,test_mode_link_text:p,test_mode_link_src:g,input_document_label:h,input_document_helper:y,ticket_text_label:E,input_table_button:S,input_helper_label:f,payment_methods:w,amount:b,site_id:C,terms_and_conditions_description:v,terms_and_conditions_link_text:N,terms_and_conditions_link_src:T,test_mode:R}=k.params,x=(0,c.useRef)(null),{eventRegistration:M,emitResponse:I}=t,{onPaymentSetup:P}=M;let O={labelMessage:h,helperMessage:y,validate:"true",selectId:"docType",flagError:"mercadopago_ticket[docNumberError]",inputName:"mercadopago_ticket[docNumber]",selectName:"mercadopago_ticket[docType]",documents:function(e){switch(e){case"MLB":return'["CPF","CNPJ"]';case"MLU":return'["CI","OTRO"]';default:return null}}(C)};return(0,c.useEffect)((()=>{const e=P((async()=>{const e=document.getElementById("mp-doc-number-helper"),t=document.getElementById("mp-payment-method-helper"),n={"mercadopago_ticket[site_id]":C,"mercadopago_ticket[amount]":b.toString(),"mercadopago_ticket[doc_type]":x.current.querySelector("#docType")?.value,"mercadopago_ticket[doc_number]":x.current.querySelector("#form-checkout__identificationNumber-container > input")?.value},c=w.find((e=>{const t=`#${e.id}`,n=x.current.querySelector(t);return n&&n.checked}));function a(e,t){e&&e.style&&(e.style.display=t)}function o(e){return e&&"flex"===e.style.display}return c&&(n["mercadopago_ticket[payment_method_id]"]=x.current.querySelector(`#${c.id}`).value,t.style.display="none"),O.documents&&""===n["mercadopago_ticket[doc_number]"]&&a(e,"flex"),n["mercadopago_ticket[payment_method_id]"]||a(t,"flex"),{type:o(e)||o(t)?I.responseTypes.ERROR:I.responseTypes.SUCCESS,meta:{paymentMethodData:n}}}));return()=>e()}),[I.responseTypes.ERROR,I.responseTypes.SUCCESS,P]),(0,e.createElement)("div",{className:"mp-checkout-container"},(0,e.createElement)("div",{className:"mp-checkout-ticket-container"},(0,e.createElement)("div",{ref:x,className:"mp-checkout-ticket-content"},R?(0,e.createElement)(l,{title:n,description:a,"link-text":p,"link-src":g}):null,O.documents?(0,e.createElement)(s,{...O}):null,(0,e.createElement)("p",{className:"mp-checkout-ticket-text"},E),(0,e.createElement)(r,{name:"mercadopago_ticket[payment_method_id]",buttonName:S,columns:JSON.stringify(w)}),(0,e.createElement)(i,{isVisible:"false",message:f,inputId:"mp-payment-method-helper",id:"payment-method-helper"}),(0,e.createElement)("div",{id:"mp-box-loading"}))),(0,e.createElement)(m,{description:v,linkText:N,linkSrc:T,checkoutClass:"ticket"}))},y={name:_,label:(0,e.createElement)((t=>{const{PaymentMethodLabel:n}=t.components,c=(0,a.decodeEntities)(k?.params?.fee_title||""),o=`${g} ${c}`;return(0,e.createElement)(n,{text:o})}),null),content:(0,e.createElement)(h,null),edit:(0,e.createElement)(h,null),canMakePayment:()=>!0,ariaLabel:g,supports:{features:null!==(p=k?.supports)&&void 0!==p?p:[]}};(0,t.registerPaymentMethod)(y)})();
\ No newline at end of file
diff --git a/composer.json b/composer.json
index 12387b707..40b2b5401 100644
--- a/composer.json
+++ b/composer.json
@@ -1,32 +1,41 @@
{
- "require-dev": {
- "woocommerce/woocommerce-sniffs": "^0.1.0",
- "phpunit/phpunit": "^7",
- "php-stubs/wordpress-globals": "^0.2.0",
- "giacocorsiglia/wordpress-stubs": "^5.1",
- "yoast/phpunit-polyfills": "^1.0"
- },
- "scripts": {
- "phpcs": [
- "Composer\\Config::disableProcessTimeout",
- "phpcs --standard=phpcs.xml includes templates woocommerce-mercadopago.php "
- ],
- "phpcbf": [
- "Composer\\Config::disableProcessTimeout",
- "phpcbf --standard=phpcs.xml includes templates woocommerce-mercadopago.php "
- ],
- "phpunit": [
- "Composer\\Config::disableProcessTimeout",
- "phpunit"
- ]
- },
- "require": {
- "ext-curl": "*",
- "ext-json": "*"
- },
- "config": {
- "allow-plugins": {
- "dealerdirect/phpcodesniffer-composer-installer": true
- }
+ "name": "mp-plugins/woocommerce-plugins-enablers",
+ "description": "Repository that contains the base project for the Plugins Enablers initiative",
+ "license": "proprietary",
+ "authors": [
+ {
+ "name": "Mercado Pago SMB",
+ "email": "pp_smb@mercadolivre.com"
}
+ ],
+ "minimum-stability": "stable",
+ "autoload": {
+ "psr-4": {
+ "MercadoPago\\Woocommerce\\": [
+ "src"
+ ]
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "MercadoPago\\Woocommerce\\Tests\\": [
+ "tests"
+ ]
+ }
+ },
+ "scripts": {
+ "phpcs": "./vendor/bin/phpcs --standard=phpcs.xml src assets templates woocommerce-mercadopago.php",
+ "phpcbf": "./vendor/bin/phpcbf --standard=phpcs.xml src assets templates woocommerce-mercadopago.php"
+ },
+ "require": {
+ "php": ">=7.2"
+ },
+ "require-dev": {
+ "squizlabs/php_codesniffer": "^3.7"
+ },
+ "config": {
+ "allow-plugins": {
+ "phpstan/extension-installer": true
+ }
+ }
}
diff --git a/composer.lock b/composer.lock
index 9cb9bb5b3..d657062e0 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,1868 +4,21 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "f74dd52e1a44f493bb1bf95bdbd94032",
+ "content-hash": "9f4fbd40d285907cc278c858e910d5af",
"packages": [],
"packages-dev": [
- {
- "name": "dealerdirect/phpcodesniffer-composer-installer",
- "version": "v0.7.2",
- "source": {
- "type": "git",
- "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
- "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
- "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
- "shasum": ""
- },
- "require": {
- "composer-plugin-api": "^1.0 || ^2.0",
- "php": ">=5.3",
- "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
- },
- "require-dev": {
- "composer/composer": "*",
- "php-parallel-lint/php-parallel-lint": "^1.3.1",
- "phpcompatibility/php-compatibility": "^9.0"
- },
- "type": "composer-plugin",
- "extra": {
- "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
- },
- "autoload": {
- "psr-4": {
- "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Franck Nijhof",
- "email": "franck.nijhof@dealerdirect.com",
- "homepage": "http://www.frenck.nl",
- "role": "Developer / IT Manager"
- },
- {
- "name": "Contributors",
- "homepage": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors"
- }
- ],
- "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
- "homepage": "http://www.dealerdirect.com",
- "keywords": [
- "PHPCodeSniffer",
- "PHP_CodeSniffer",
- "code quality",
- "codesniffer",
- "composer",
- "installer",
- "phpcbf",
- "phpcs",
- "plugin",
- "qa",
- "quality",
- "standard",
- "standards",
- "style guide",
- "stylecheck",
- "tests"
- ],
- "support": {
- "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues",
- "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
- },
- "time": "2022-02-04T12:51:07+00:00"
- },
- {
- "name": "doctrine/instantiator",
- "version": "1.4.1",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/instantiator.git",
- "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
- "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
- "shasum": ""
- },
- "require": {
- "php": "^7.1 || ^8.0"
- },
- "require-dev": {
- "doctrine/coding-standard": "^9",
- "ext-pdo": "*",
- "ext-phar": "*",
- "phpbench/phpbench": "^0.16 || ^1",
- "phpstan/phpstan": "^1.4",
- "phpstan/phpstan-phpunit": "^1",
- "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
- "vimeo/psalm": "^4.30 || ^5.4"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Marco Pivetta",
- "email": "ocramius@gmail.com",
- "homepage": "https://ocramius.github.io/"
- }
- ],
- "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
- "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
- "keywords": [
- "constructor",
- "instantiate"
- ],
- "support": {
- "issues": "https://github.com/doctrine/instantiator/issues",
- "source": "https://github.com/doctrine/instantiator/tree/1.5.0"
- },
- "funding": [
- {
- "url": "https://www.doctrine-project.org/sponsorship.html",
- "type": "custom"
- },
- {
- "url": "https://www.patreon.com/phpdoctrine",
- "type": "patreon"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
- "type": "tidelift"
- }
- ],
- "time": "2022-12-30T00:15:36+00:00"
- },
- {
- "name": "giacocorsiglia/wordpress-stubs",
- "version": "v5.1.1",
- "source": {
- "type": "git",
- "url": "https://github.com/GiacoCorsiglia/wordpress-stubs.git",
- "reference": "1c6f011f5c241bab7293315d7fb7fca27fe79473"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/GiacoCorsiglia/wordpress-stubs/zipball/1c6f011f5c241bab7293315d7fb7fca27fe79473",
- "reference": "1c6f011f5c241bab7293315d7fb7fca27fe79473",
- "shasum": ""
- },
- "require-dev": {
- "ext-gettext": "*",
- "giacocorsiglia/stubs-generator": "^0.5.0",
- "johnpbloch/wordpress": "5.1.1",
- "php": "^7.1"
- },
- "type": "library",
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "GPL-2.0+"
- ],
- "authors": [
- {
- "name": "Giaco Corsiglia",
- "email": "GiacoCorsiglia@gmail.com"
- }
- ],
- "description": "WordPress function, class, and global variable declaration stubs for easier static analysis.",
- "homepage": "https://github.com/GiacoCorsiglia/wordpress-stubs",
- "keywords": [
- "static analysis",
- "wordpress"
- ],
- "support": {
- "issues": "https://github.com/GiacoCorsiglia/wordpress-stubs/issues",
- "source": "https://github.com/GiacoCorsiglia/wordpress-stubs/tree/master"
- },
- "time": "2019-03-13T21:16:05+00:00"
- },
- {
- "name": "myclabs/deep-copy",
- "version": "1.11.0",
- "source": {
- "type": "git",
- "url": "https://github.com/myclabs/DeepCopy.git",
- "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
- "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
- "shasum": ""
- },
- "require": {
- "php": "^7.1 || ^8.0"
- },
- "conflict": {
- "doctrine/collections": "<1.6.8",
- "doctrine/common": "<2.13.3 || >=3,<3.2.2"
- },
- "require-dev": {
- "doctrine/collections": "^1.6.8",
- "doctrine/common": "^2.13.3 || ^3.2.2",
- "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
- },
- "type": "library",
- "autoload": {
- "files": [
- "src/DeepCopy/deep_copy.php"
- ],
- "psr-4": {
- "DeepCopy\\": "src/DeepCopy/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "Create deep copies (clones) of your objects",
- "keywords": [
- "clone",
- "copy",
- "duplicate",
- "object",
- "object graph"
- ],
- "support": {
- "issues": "https://github.com/myclabs/DeepCopy/issues",
- "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
- },
- "funding": [
- {
- "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
- "type": "tidelift"
- }
- ],
- "time": "2022-03-03T13:19:32+00:00"
- },
- {
- "name": "phar-io/manifest",
- "version": "1.0.3",
- "source": {
- "type": "git",
- "url": "https://github.com/phar-io/manifest.git",
- "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
- "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
- "shasum": ""
- },
- "require": {
- "ext-dom": "*",
- "ext-phar": "*",
- "phar-io/version": "^2.0",
- "php": "^5.6 || ^7.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Arne Blankerts",
- "email": "arne@blankerts.de",
- "role": "Developer"
- },
- {
- "name": "Sebastian Heuer",
- "email": "sebastian@phpeople.de",
- "role": "Developer"
- },
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de",
- "role": "Developer"
- }
- ],
- "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
- "support": {
- "issues": "https://github.com/phar-io/manifest/issues",
- "source": "https://github.com/phar-io/manifest/tree/master"
- },
- "time": "2018-07-08T19:23:20+00:00"
- },
- {
- "name": "phar-io/version",
- "version": "2.0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/phar-io/version.git",
- "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
- "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
- "shasum": ""
- },
- "require": {
- "php": "^5.6 || ^7.0"
- },
- "type": "library",
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Arne Blankerts",
- "email": "arne@blankerts.de",
- "role": "Developer"
- },
- {
- "name": "Sebastian Heuer",
- "email": "sebastian@phpeople.de",
- "role": "Developer"
- },
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de",
- "role": "Developer"
- }
- ],
- "description": "Library for handling version information and constraints",
- "support": {
- "issues": "https://github.com/phar-io/version/issues",
- "source": "https://github.com/phar-io/version/tree/master"
- },
- "time": "2018-07-08T19:19:57+00:00"
- },
- {
- "name": "php-stubs/wordpress-globals",
- "version": "v0.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/php-stubs/wordpress-globals.git",
- "reference": "748a1fb2ae8fda94844bd0545935095dbf404b32"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-stubs/wordpress-globals/zipball/748a1fb2ae8fda94844bd0545935095dbf404b32",
- "reference": "748a1fb2ae8fda94844bd0545935095dbf404b32",
- "shasum": ""
- },
- "require-dev": {
- "php": "~7.1"
- },
- "suggest": {
- "php-stubs/wordpress-stubs": "Up-to-date WordPress function and class declaration stubs",
- "szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan"
- },
- "type": "library",
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "Global variables and global constants from WordPress core.",
- "homepage": "https://github.com/php-stubs/wordpress-globals",
- "keywords": [
- "PHPStan",
- "constants",
- "globals",
- "static analysis",
- "wordpress"
- ],
- "support": {
- "issues": "https://github.com/php-stubs/wordpress-globals/issues",
- "source": "https://github.com/php-stubs/wordpress-globals/tree/master"
- },
- "time": "2020-01-13T06:12:59+00:00"
- },
- {
- "name": "phpcompatibility/php-compatibility",
- "version": "9.3.5",
- "source": {
- "type": "git",
- "url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
- "reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
- "reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3",
- "squizlabs/php_codesniffer": "^2.3 || ^3.0.2"
- },
- "conflict": {
- "squizlabs/php_codesniffer": "2.6.2"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"
- },
- "suggest": {
- "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
- "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
- },
- "type": "phpcodesniffer-standard",
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "LGPL-3.0-or-later"
- ],
- "authors": [
- {
- "name": "Wim Godden",
- "homepage": "https://github.com/wimg",
- "role": "lead"
- },
- {
- "name": "Juliette Reinders Folmer",
- "homepage": "https://github.com/jrfnl",
- "role": "lead"
- },
- {
- "name": "Contributors",
- "homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
- }
- ],
- "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
- "homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
- "keywords": [
- "compatibility",
- "phpcs",
- "standards"
- ],
- "support": {
- "issues": "https://github.com/PHPCompatibility/PHPCompatibility/issues",
- "source": "https://github.com/PHPCompatibility/PHPCompatibility"
- },
- "time": "2019-12-27T09:44:58+00:00"
- },
- {
- "name": "phpcompatibility/phpcompatibility-paragonie",
- "version": "1.3.2",
- "source": {
- "type": "git",
- "url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git",
- "reference": "bba5a9dfec7fcfbd679cfaf611d86b4d3759da26"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/bba5a9dfec7fcfbd679cfaf611d86b4d3759da26",
- "reference": "bba5a9dfec7fcfbd679cfaf611d86b4d3759da26",
- "shasum": ""
- },
- "require": {
- "phpcompatibility/php-compatibility": "^9.0"
- },
- "require-dev": {
- "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
- "paragonie/random_compat": "dev-master",
- "paragonie/sodium_compat": "dev-master"
- },
- "suggest": {
- "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
- "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
- },
- "type": "phpcodesniffer-standard",
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "LGPL-3.0-or-later"
- ],
- "authors": [
- {
- "name": "Wim Godden",
- "role": "lead"
- },
- {
- "name": "Juliette Reinders Folmer",
- "role": "lead"
- }
- ],
- "description": "A set of rulesets for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by the Paragonie polyfill libraries.",
- "homepage": "http://phpcompatibility.com/",
- "keywords": [
- "compatibility",
- "paragonie",
- "phpcs",
- "polyfill",
- "standards",
- "static analysis"
- ],
- "support": {
- "issues": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/issues",
- "source": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie"
- },
- "time": "2022-10-25T01:46:02+00:00"
- },
- {
- "name": "phpcompatibility/phpcompatibility-wp",
- "version": "2.1.4",
- "source": {
- "type": "git",
- "url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git",
- "reference": "b6c1e3ee1c35de6c41a511d5eb9bd03e447480a5"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/b6c1e3ee1c35de6c41a511d5eb9bd03e447480a5",
- "reference": "b6c1e3ee1c35de6c41a511d5eb9bd03e447480a5",
- "shasum": ""
- },
- "require": {
- "phpcompatibility/php-compatibility": "^9.0",
- "phpcompatibility/phpcompatibility-paragonie": "^1.0"
- },
- "require-dev": {
- "dealerdirect/phpcodesniffer-composer-installer": "^0.7"
- },
- "suggest": {
- "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
- "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
- },
- "type": "phpcodesniffer-standard",
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "LGPL-3.0-or-later"
- ],
- "authors": [
- {
- "name": "Wim Godden",
- "role": "lead"
- },
- {
- "name": "Juliette Reinders Folmer",
- "role": "lead"
- }
- ],
- "description": "A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.",
- "homepage": "http://phpcompatibility.com/",
- "keywords": [
- "compatibility",
- "phpcs",
- "standards",
- "static analysis",
- "wordpress"
- ],
- "support": {
- "issues": "https://github.com/PHPCompatibility/PHPCompatibilityWP/issues",
- "source": "https://github.com/PHPCompatibility/PHPCompatibilityWP"
- },
- "time": "2022-10-24T09:00:36+00:00"
- },
- {
- "name": "phpdocumentor/reflection-common",
- "version": "2.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
- "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
- "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
- "shasum": ""
- },
- "require": {
- "php": "^7.2 || ^8.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-2.x": "2.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "phpDocumentor\\Reflection\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jaap van Otterdijk",
- "email": "opensource@ijaap.nl"
- }
- ],
- "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
- "homepage": "http://www.phpdoc.org",
- "keywords": [
- "FQSEN",
- "phpDocumentor",
- "phpdoc",
- "reflection",
- "static analysis"
- ],
- "support": {
- "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
- "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
- },
- "time": "2020-06-27T09:03:43+00:00"
- },
- {
- "name": "phpdocumentor/reflection-docblock",
- "version": "5.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
- "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
- "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
- "shasum": ""
- },
- "require": {
- "ext-filter": "*",
- "php": "^7.2 || ^8.0",
- "phpdocumentor/reflection-common": "^2.2",
- "phpdocumentor/type-resolver": "^1.3",
- "webmozart/assert": "^1.9.1"
- },
- "require-dev": {
- "mockery/mockery": "~1.3.2",
- "psalm/phar": "^4.8"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "phpDocumentor\\Reflection\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Mike van Riel",
- "email": "me@mikevanriel.com"
- },
- {
- "name": "Jaap van Otterdijk",
- "email": "account@ijaap.nl"
- }
- ],
- "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
- "support": {
- "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
- "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
- },
- "time": "2021-10-19T17:43:47+00:00"
- },
- {
- "name": "phpdocumentor/type-resolver",
- "version": "1.6.2",
- "source": {
- "type": "git",
- "url": "https://github.com/phpDocumentor/TypeResolver.git",
- "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/48f445a408c131e38cab1c235aa6d2bb7a0bb20d",
- "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d",
- "shasum": ""
- },
- "require": {
- "php": "^7.4 || ^8.0",
- "phpdocumentor/reflection-common": "^2.0"
- },
- "require-dev": {
- "ext-tokenizer": "*",
- "phpstan/extension-installer": "^1.1",
- "phpstan/phpstan": "^1.8",
- "phpstan/phpstan-phpunit": "^1.1",
- "phpunit/phpunit": "^9.5",
- "rector/rector": "^0.13.9",
- "vimeo/psalm": "^4.25"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-1.x": "1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "phpDocumentor\\Reflection\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Mike van Riel",
- "email": "me@mikevanriel.com"
- }
- ],
- "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
- "support": {
- "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
- "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.2"
- },
- "time": "2022-10-14T12:47:21+00:00"
- },
- {
- "name": "phpspec/prophecy",
- "version": "v1.16.0",
- "source": {
- "type": "git",
- "url": "https://github.com/phpspec/prophecy.git",
- "reference": "be8cac52a0827776ff9ccda8c381ac5b71aeb359"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpspec/prophecy/zipball/be8cac52a0827776ff9ccda8c381ac5b71aeb359",
- "reference": "be8cac52a0827776ff9ccda8c381ac5b71aeb359",
- "shasum": ""
- },
- "require": {
- "doctrine/instantiator": "^1.2",
- "php": "^7.2 || 8.0.* || 8.1.* || 8.2.*",
- "phpdocumentor/reflection-docblock": "^5.2",
- "sebastian/comparator": "^3.0 || ^4.0",
- "sebastian/recursion-context": "^3.0 || ^4.0"
- },
- "require-dev": {
- "phpspec/phpspec": "^6.0 || ^7.0",
- "phpunit/phpunit": "^8.0 || ^9.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Prophecy\\": "src/Prophecy"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Konstantin Kudryashov",
- "email": "ever.zet@gmail.com",
- "homepage": "http://everzet.com"
- },
- {
- "name": "Marcello Duarte",
- "email": "marcello.duarte@gmail.com"
- }
- ],
- "description": "Highly opinionated mocking framework for PHP 5.3+",
- "homepage": "https://github.com/phpspec/prophecy",
- "keywords": [
- "Double",
- "Dummy",
- "fake",
- "mock",
- "spy",
- "stub"
- ],
- "support": {
- "issues": "https://github.com/phpspec/prophecy/issues",
- "source": "https://github.com/phpspec/prophecy/tree/v1.16.0"
- },
- "time": "2022-11-29T15:06:56+00:00"
- },
- {
- "name": "phpunit/php-code-coverage",
- "version": "6.1.4",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
- "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
- "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
- "shasum": ""
- },
- "require": {
- "ext-dom": "*",
- "ext-xmlwriter": "*",
- "php": "^7.1",
- "phpunit/php-file-iterator": "^2.0",
- "phpunit/php-text-template": "^1.2.1",
- "phpunit/php-token-stream": "^3.0",
- "sebastian/code-unit-reverse-lookup": "^1.0.1",
- "sebastian/environment": "^3.1 || ^4.0",
- "sebastian/version": "^2.0.1",
- "theseer/tokenizer": "^1.1"
- },
- "require-dev": {
- "phpunit/phpunit": "^7.0"
- },
- "suggest": {
- "ext-xdebug": "^2.6.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "6.1-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de",
- "role": "lead"
- }
- ],
- "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
- "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
- "keywords": [
- "coverage",
- "testing",
- "xunit"
- ],
- "support": {
- "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
- "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/master"
- },
- "time": "2018-10-31T16:06:48+00:00"
- },
- {
- "name": "phpunit/php-file-iterator",
- "version": "2.0.5",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
- "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
- "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "require-dev": {
- "phpunit/phpunit": "^8.5"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de",
- "role": "lead"
- }
- ],
- "description": "FilterIterator implementation that filters files based on a list of suffixes.",
- "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
- "keywords": [
- "filesystem",
- "iterator"
- ],
- "support": {
- "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
- "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.5"
- },
- "funding": [
- {
- "url": "https://github.com/sebastianbergmann",
- "type": "github"
- }
- ],
- "time": "2021-12-02T12:42:26+00:00"
- },
- {
- "name": "phpunit/php-text-template",
- "version": "1.2.1",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/php-text-template.git",
- "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
- "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "type": "library",
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de",
- "role": "lead"
- }
- ],
- "description": "Simple template engine.",
- "homepage": "https://github.com/sebastianbergmann/php-text-template/",
- "keywords": [
- "template"
- ],
- "support": {
- "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
- "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
- },
- "time": "2015-06-21T13:50:34+00:00"
- },
- {
- "name": "phpunit/php-timer",
- "version": "2.1.3",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/php-timer.git",
- "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662",
- "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "require-dev": {
- "phpunit/phpunit": "^8.5"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.1-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de",
- "role": "lead"
- }
- ],
- "description": "Utility class for timing",
- "homepage": "https://github.com/sebastianbergmann/php-timer/",
- "keywords": [
- "timer"
- ],
- "support": {
- "issues": "https://github.com/sebastianbergmann/php-timer/issues",
- "source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.3"
- },
- "funding": [
- {
- "url": "https://github.com/sebastianbergmann",
- "type": "github"
- }
- ],
- "time": "2020-11-30T08:20:02+00:00"
- },
- {
- "name": "phpunit/php-token-stream",
- "version": "3.1.3",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/php-token-stream.git",
- "reference": "9c1da83261628cb24b6a6df371b6e312b3954768"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9c1da83261628cb24b6a6df371b6e312b3954768",
- "reference": "9c1da83261628cb24b6a6df371b6e312b3954768",
- "shasum": ""
- },
- "require": {
- "ext-tokenizer": "*",
- "php": ">=7.1"
- },
- "require-dev": {
- "phpunit/phpunit": "^7.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.1-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- }
- ],
- "description": "Wrapper around PHP's tokenizer extension.",
- "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
- "keywords": [
- "tokenizer"
- ],
- "support": {
- "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
- "source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.3"
- },
- "funding": [
- {
- "url": "https://github.com/sebastianbergmann",
- "type": "github"
- }
- ],
- "abandoned": true,
- "time": "2021-07-26T12:15:06+00:00"
- },
- {
- "name": "phpunit/phpunit",
- "version": "7.5.20",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "9467db479d1b0487c99733bb1e7944d32deded2c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c",
- "reference": "9467db479d1b0487c99733bb1e7944d32deded2c",
- "shasum": ""
- },
- "require": {
- "doctrine/instantiator": "^1.1",
- "ext-dom": "*",
- "ext-json": "*",
- "ext-libxml": "*",
- "ext-mbstring": "*",
- "ext-xml": "*",
- "myclabs/deep-copy": "^1.7",
- "phar-io/manifest": "^1.0.2",
- "phar-io/version": "^2.0",
- "php": "^7.1",
- "phpspec/prophecy": "^1.7",
- "phpunit/php-code-coverage": "^6.0.7",
- "phpunit/php-file-iterator": "^2.0.1",
- "phpunit/php-text-template": "^1.2.1",
- "phpunit/php-timer": "^2.1",
- "sebastian/comparator": "^3.0",
- "sebastian/diff": "^3.0",
- "sebastian/environment": "^4.0",
- "sebastian/exporter": "^3.1",
- "sebastian/global-state": "^2.0",
- "sebastian/object-enumerator": "^3.0.3",
- "sebastian/resource-operations": "^2.0",
- "sebastian/version": "^2.0.1"
- },
- "conflict": {
- "phpunit/phpunit-mock-objects": "*"
- },
- "require-dev": {
- "ext-pdo": "*"
- },
- "suggest": {
- "ext-soap": "*",
- "ext-xdebug": "*",
- "phpunit/php-invoker": "^2.0"
- },
- "bin": [
- "phpunit"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "7.5-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de",
- "role": "lead"
- }
- ],
- "description": "The PHP Unit Testing framework.",
- "homepage": "https://phpunit.de/",
- "keywords": [
- "phpunit",
- "testing",
- "xunit"
- ],
- "support": {
- "issues": "https://github.com/sebastianbergmann/phpunit/issues",
- "source": "https://github.com/sebastianbergmann/phpunit/tree/7.5.20"
- },
- "time": "2020-01-08T08:45:45+00:00"
- },
- {
- "name": "sebastian/code-unit-reverse-lookup",
- "version": "1.0.2",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
- "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
- "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
- "shasum": ""
- },
- "require": {
- "php": ">=5.6"
- },
- "require-dev": {
- "phpunit/phpunit": "^8.5"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- }
- ],
- "description": "Looks up which function or method a line of code belongs to",
- "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
- "support": {
- "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
- "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
- },
- "funding": [
- {
- "url": "https://github.com/sebastianbergmann",
- "type": "github"
- }
- ],
- "time": "2020-11-30T08:15:22+00:00"
- },
- {
- "name": "sebastian/comparator",
- "version": "3.0.5",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/comparator.git",
- "reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dc7ceb4a24aede938c7af2a9ed1de09609ca770",
- "reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1",
- "sebastian/diff": "^3.0",
- "sebastian/exporter": "^3.1"
- },
- "require-dev": {
- "phpunit/phpunit": "^8.5"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.0-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- },
- {
- "name": "Jeff Welch",
- "email": "whatthejeff@gmail.com"
- },
- {
- "name": "Volker Dusch",
- "email": "github@wallbash.com"
- },
- {
- "name": "Bernhard Schussek",
- "email": "bschussek@2bepublished.at"
- }
- ],
- "description": "Provides the functionality to compare PHP values for equality",
- "homepage": "https://github.com/sebastianbergmann/comparator",
- "keywords": [
- "comparator",
- "compare",
- "equality"
- ],
- "support": {
- "issues": "https://github.com/sebastianbergmann/comparator/issues",
- "source": "https://github.com/sebastianbergmann/comparator/tree/3.0.5"
- },
- "funding": [
- {
- "url": "https://github.com/sebastianbergmann",
- "type": "github"
- }
- ],
- "time": "2022-09-14T12:31:48+00:00"
- },
- {
- "name": "sebastian/diff",
- "version": "3.0.3",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/diff.git",
- "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
- "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "require-dev": {
- "phpunit/phpunit": "^7.5 || ^8.0",
- "symfony/process": "^2 || ^3.3 || ^4"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.0-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- },
- {
- "name": "Kore Nordmann",
- "email": "mail@kore-nordmann.de"
- }
- ],
- "description": "Diff implementation",
- "homepage": "https://github.com/sebastianbergmann/diff",
- "keywords": [
- "diff",
- "udiff",
- "unidiff",
- "unified diff"
- ],
- "support": {
- "issues": "https://github.com/sebastianbergmann/diff/issues",
- "source": "https://github.com/sebastianbergmann/diff/tree/3.0.3"
- },
- "funding": [
- {
- "url": "https://github.com/sebastianbergmann",
- "type": "github"
- }
- ],
- "time": "2020-11-30T07:59:04+00:00"
- },
- {
- "name": "sebastian/environment",
- "version": "4.2.4",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/environment.git",
- "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
- "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "require-dev": {
- "phpunit/phpunit": "^7.5"
- },
- "suggest": {
- "ext-posix": "*"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.2-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- }
- ],
- "description": "Provides functionality to handle HHVM/PHP environments",
- "homepage": "http://www.github.com/sebastianbergmann/environment",
- "keywords": [
- "Xdebug",
- "environment",
- "hhvm"
- ],
- "support": {
- "issues": "https://github.com/sebastianbergmann/environment/issues",
- "source": "https://github.com/sebastianbergmann/environment/tree/4.2.4"
- },
- "funding": [
- {
- "url": "https://github.com/sebastianbergmann",
- "type": "github"
- }
- ],
- "time": "2020-11-30T07:53:42+00:00"
- },
- {
- "name": "sebastian/exporter",
- "version": "3.1.5",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/exporter.git",
- "reference": "73a9676f2833b9a7c36968f9d882589cd75511e6"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/73a9676f2833b9a7c36968f9d882589cd75511e6",
- "reference": "73a9676f2833b9a7c36968f9d882589cd75511e6",
- "shasum": ""
- },
- "require": {
- "php": ">=7.0",
- "sebastian/recursion-context": "^3.0"
- },
- "require-dev": {
- "ext-mbstring": "*",
- "phpunit/phpunit": "^8.5"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.1.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- },
- {
- "name": "Jeff Welch",
- "email": "whatthejeff@gmail.com"
- },
- {
- "name": "Volker Dusch",
- "email": "github@wallbash.com"
- },
- {
- "name": "Adam Harvey",
- "email": "aharvey@php.net"
- },
- {
- "name": "Bernhard Schussek",
- "email": "bschussek@gmail.com"
- }
- ],
- "description": "Provides the functionality to export PHP variables for visualization",
- "homepage": "http://www.github.com/sebastianbergmann/exporter",
- "keywords": [
- "export",
- "exporter"
- ],
- "support": {
- "issues": "https://github.com/sebastianbergmann/exporter/issues",
- "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.5"
- },
- "funding": [
- {
- "url": "https://github.com/sebastianbergmann",
- "type": "github"
- }
- ],
- "time": "2022-09-14T06:00:17+00:00"
- },
- {
- "name": "sebastian/global-state",
- "version": "2.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/global-state.git",
- "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
- "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
- "shasum": ""
- },
- "require": {
- "php": "^7.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^6.0"
- },
- "suggest": {
- "ext-uopz": "*"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- }
- ],
- "description": "Snapshotting of global state",
- "homepage": "http://www.github.com/sebastianbergmann/global-state",
- "keywords": [
- "global state"
- ],
- "support": {
- "issues": "https://github.com/sebastianbergmann/global-state/issues",
- "source": "https://github.com/sebastianbergmann/global-state/tree/2.0.0"
- },
- "time": "2017-04-27T15:39:26+00:00"
- },
- {
- "name": "sebastian/object-enumerator",
- "version": "3.0.4",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/object-enumerator.git",
- "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
- "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
- "shasum": ""
- },
- "require": {
- "php": ">=7.0",
- "sebastian/object-reflector": "^1.1.1",
- "sebastian/recursion-context": "^3.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^6.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.0.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- }
- ],
- "description": "Traverses array structures and object graphs to enumerate all referenced objects",
- "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
- "support": {
- "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
- "source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.4"
- },
- "funding": [
- {
- "url": "https://github.com/sebastianbergmann",
- "type": "github"
- }
- ],
- "time": "2020-11-30T07:40:27+00:00"
- },
- {
- "name": "sebastian/object-reflector",
- "version": "1.1.2",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/object-reflector.git",
- "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
- "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
- "shasum": ""
- },
- "require": {
- "php": ">=7.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^6.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.1-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- }
- ],
- "description": "Allows reflection of object attributes, including inherited and non-public ones",
- "homepage": "https://github.com/sebastianbergmann/object-reflector/",
- "support": {
- "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
- "source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.2"
- },
- "funding": [
- {
- "url": "https://github.com/sebastianbergmann",
- "type": "github"
- }
- ],
- "time": "2020-11-30T07:37:18+00:00"
- },
- {
- "name": "sebastian/recursion-context",
- "version": "3.0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/recursion-context.git",
- "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb",
- "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb",
- "shasum": ""
- },
- "require": {
- "php": ">=7.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^6.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.0.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- },
- {
- "name": "Jeff Welch",
- "email": "whatthejeff@gmail.com"
- },
- {
- "name": "Adam Harvey",
- "email": "aharvey@php.net"
- }
- ],
- "description": "Provides functionality to recursively process PHP variables",
- "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
- "support": {
- "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
- "source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.1"
- },
- "funding": [
- {
- "url": "https://github.com/sebastianbergmann",
- "type": "github"
- }
- ],
- "time": "2020-11-30T07:34:24+00:00"
- },
- {
- "name": "sebastian/resource-operations",
- "version": "2.0.2",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/resource-operations.git",
- "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3",
- "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- }
- ],
- "description": "Provides a list of PHP built-in functions that operate on resources",
- "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
- "support": {
- "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
- "source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.2"
- },
- "funding": [
- {
- "url": "https://github.com/sebastianbergmann",
- "type": "github"
- }
- ],
- "time": "2020-11-30T07:30:19+00:00"
- },
- {
- "name": "sebastian/version",
- "version": "2.0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/version.git",
- "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
- "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
- "shasum": ""
- },
- "require": {
- "php": ">=5.6"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de",
- "role": "lead"
- }
- ],
- "description": "Library that helps with managing the version number of Git-hosted PHP projects",
- "homepage": "https://github.com/sebastianbergmann/version",
- "support": {
- "issues": "https://github.com/sebastianbergmann/version/issues",
- "source": "https://github.com/sebastianbergmann/version/tree/master"
- },
- "time": "2016-10-03T07:35:21+00:00"
- },
{
"name": "squizlabs/php_codesniffer",
- "version": "3.7.1",
+ "version": "3.8.0",
"source": {
"type": "git",
- "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
- "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619"
+ "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
+ "reference": "5805f7a4e4958dbb5e944ef1e6edae0a303765e7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619",
- "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619",
+ "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/5805f7a4e4958dbb5e944ef1e6edae0a303765e7",
+ "reference": "5805f7a4e4958dbb5e944ef1e6edae0a303765e7",
"shasum": ""
},
"require": {
@@ -1875,7 +28,7 @@
"php": ">=5.4.0"
},
"require-dev": {
- "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
+ "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
},
"bin": [
"bin/phpcs",
@@ -1894,285 +47,45 @@
"authors": [
{
"name": "Greg Sherwood",
- "role": "lead"
- }
- ],
- "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
- "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
- "keywords": [
- "phpcs",
- "standards"
- ],
- "support": {
- "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
- "source": "https://github.com/squizlabs/PHP_CodeSniffer",
- "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
- },
- "time": "2022-06-18T07:21:10+00:00"
- },
- {
- "name": "theseer/tokenizer",
- "version": "1.2.1",
- "source": {
- "type": "git",
- "url": "https://github.com/theseer/tokenizer.git",
- "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
- "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
- "shasum": ""
- },
- "require": {
- "ext-dom": "*",
- "ext-tokenizer": "*",
- "ext-xmlwriter": "*",
- "php": "^7.2 || ^8.0"
- },
- "type": "library",
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Arne Blankerts",
- "email": "arne@blankerts.de",
- "role": "Developer"
- }
- ],
- "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
- "support": {
- "issues": "https://github.com/theseer/tokenizer/issues",
- "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
- },
- "funding": [
- {
- "url": "https://github.com/theseer",
- "type": "github"
- }
- ],
- "time": "2021-07-28T10:34:58+00:00"
- },
- {
- "name": "webmozart/assert",
- "version": "1.11.0",
- "source": {
- "type": "git",
- "url": "https://github.com/webmozarts/assert.git",
- "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
- "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
- "shasum": ""
- },
- "require": {
- "ext-ctype": "*",
- "php": "^7.2 || ^8.0"
- },
- "conflict": {
- "phpstan/phpstan": "<0.12.20",
- "vimeo/psalm": "<4.6.1 || 4.6.2"
- },
- "require-dev": {
- "phpunit/phpunit": "^8.5.13"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.10-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Webmozart\\Assert\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Bernhard Schussek",
- "email": "bschussek@gmail.com"
- }
- ],
- "description": "Assertions to validate method input/output with nice error messages.",
- "keywords": [
- "assert",
- "check",
- "validate"
- ],
- "support": {
- "issues": "https://github.com/webmozarts/assert/issues",
- "source": "https://github.com/webmozarts/assert/tree/1.11.0"
- },
- "time": "2022-06-03T18:03:27+00:00"
- },
- {
- "name": "woocommerce/woocommerce-sniffs",
- "version": "0.1.3",
- "source": {
- "type": "git",
- "url": "https://github.com/woocommerce/woocommerce-sniffs.git",
- "reference": "4576d54595614d689bc4436acff8baaece3c5bb0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/woocommerce/woocommerce-sniffs/zipball/4576d54595614d689bc4436acff8baaece3c5bb0",
- "reference": "4576d54595614d689bc4436acff8baaece3c5bb0",
- "shasum": ""
- },
- "require": {
- "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
- "php": ">=7.0",
- "phpcompatibility/phpcompatibility-wp": "^2.1.0",
- "wp-coding-standards/wpcs": "^2.3.0"
- },
- "type": "phpcodesniffer-standard",
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
+ "role": "Former lead"
+ },
{
- "name": "Claudio Sanches",
- "email": "claudio@automattic.com"
- }
- ],
- "description": "WooCommerce sniffs",
- "keywords": [
- "phpcs",
- "standards",
- "woocommerce",
- "wordpress"
- ],
- "support": {
- "issues": "https://github.com/woocommerce/woocommerce-sniffs/issues",
- "source": "https://github.com/woocommerce/woocommerce-sniffs/tree/0.1.3"
- },
- "time": "2022-02-17T15:34:51+00:00"
- },
- {
- "name": "wp-coding-standards/wpcs",
- "version": "2.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
- "reference": "7da1894633f168fe244afc6de00d141f27517b62"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62",
- "reference": "7da1894633f168fe244afc6de00d141f27517b62",
- "shasum": ""
- },
- "require": {
- "php": ">=5.4",
- "squizlabs/php_codesniffer": "^3.3.1"
- },
- "require-dev": {
- "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6",
- "phpcompatibility/php-compatibility": "^9.0",
- "phpcsstandards/phpcsdevtools": "^1.0",
- "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
- },
- "suggest": {
- "dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
- },
- "type": "phpcodesniffer-standard",
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
+ "name": "Juliette Reinders Folmer",
+ "role": "Current lead"
+ },
{
"name": "Contributors",
- "homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors"
+ "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
}
],
- "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
+ "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
+ "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
"keywords": [
"phpcs",
"standards",
- "wordpress"
+ "static analysis"
],
"support": {
- "issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues",
- "source": "https://github.com/WordPress/WordPress-Coding-Standards",
- "wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki"
- },
- "time": "2020-05-13T23:57:56+00:00"
- },
- {
- "name": "yoast/phpunit-polyfills",
- "version": "1.0.4",
- "source": {
- "type": "git",
- "url": "https://github.com/Yoast/PHPUnit-Polyfills.git",
- "reference": "3c621ff5429d2b1ff96dc5808ad6cde99d31ea4c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Yoast/PHPUnit-Polyfills/zipball/3c621ff5429d2b1ff96dc5808ad6cde99d31ea4c",
- "reference": "3c621ff5429d2b1ff96dc5808ad6cde99d31ea4c",
- "shasum": ""
- },
- "require": {
- "php": ">=5.4",
- "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
- },
- "require-dev": {
- "yoast/yoastcs": "^2.2.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.x-dev",
- "dev-develop": "1.x-dev"
- }
+ "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
+ "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
+ "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
+ "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
},
- "autoload": {
- "files": [
- "phpunitpolyfills-autoload.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
+ "funding": [
+ {
+ "url": "https://github.com/PHPCSStandards",
+ "type": "github"
+ },
{
- "name": "Team Yoast",
- "email": "support@yoast.com",
- "homepage": "https://yoast.com"
+ "url": "https://github.com/jrfnl",
+ "type": "github"
},
{
- "name": "Contributors",
- "homepage": "https://github.com/Yoast/PHPUnit-Polyfills/graphs/contributors"
+ "url": "https://opencollective.com/php_codesniffer",
+ "type": "open_collective"
}
],
- "description": "Set of polyfills for changed PHPUnit functionality to allow for creating PHPUnit cross-version compatible tests",
- "homepage": "https://github.com/Yoast/PHPUnit-Polyfills",
- "keywords": [
- "phpunit",
- "polyfill",
- "testing"
- ],
- "support": {
- "issues": "https://github.com/Yoast/PHPUnit-Polyfills/issues",
- "source": "https://github.com/Yoast/PHPUnit-Polyfills"
- },
- "time": "2022-11-16T09:07:52+00:00"
+ "time": "2023-12-08T12:32:31+00:00"
}
],
"aliases": [],
@@ -2181,9 +94,8 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
- "ext-curl": "*",
- "ext-json": "*"
+ "php": ">=7.2"
},
"platform-dev": [],
- "plugin-api-version": "2.2.0"
+ "plugin-api-version": "2.3.0"
}
diff --git a/i18n/index.php b/i18n/index.php
index 891711d6d..da8f1da45 100644
--- a/i18n/index.php
+++ b/i18n/index.php
@@ -1,5 +1,13 @@
Attention: The currency settings you have in WooCommerce are not "
-"compatible with the currency you use in your Mercado Pago account. Please "
-"activate the currency conversion."
-msgstr ""
-"Atención: La configuración de moneda que tienes en WooCommerce no es "
-"compatible con la moneda que usas en tu cuenta de Mercado Pago. Activa la "
-"conversión de moneda."
+#: ../../src/WoocommerceMercadoPago.php:464,
+#: ../../src/Translations/AdminTranslations.php:173
+msgid "Install WooCommerce"
+msgstr "Instalar WooCommerce"
-#: ../../includes/module/class-wc-woomercadopago-configs.php:125
-msgid ""
-"Update your credentials with the Access Token and Public Key, you need them "
-"to continue receiving payments!"
-msgstr ""
-"Actualice sus credenciales con el Access Token y la Public Key, ¡los "
-"necesita para continuar recibiendo pagos!"
+#: ../../src/WoocommerceMercadoPago.php:465,
+#: ../../src/Translations/AdminTranslations.php:174
+msgid "See WooCommerce"
+msgstr "Ver WooCommerce"
-#: ../../includes/module/class-wc-woomercadopago-configs.php:134
-msgid ""
-"The store should have HTTPS in order to activate both Checkout Personalizado "
-"and Ticket Checkout."
+#: ../../src/WoocommerceMercadoPago.php:467,
+#: ../../src/Translations/AdminTranslations.php:163
+msgid "The Mercado Pago module needs an active version of %s in order to work!"
msgstr ""
-"La tienda debe tener HTTPS para activar el Checkout Personalizado y el "
-"Ticket Checkout."
+"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
-#: ../../includes/module/class-wc-woomercadopago-init.php:52
+#: ../../src/Translations/AdminTranslations.php:169
msgid ""
-"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
+"Mercado Pago payments for WooCommerce requires PHP version 7.4 or later. "
"Please update your PHP version."
msgstr ""
-"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
+"El plugin de Mercado Pago requiere la versión de PHP 7.4 o posterior. Por "
"favor actualice su versión de PHP."
-#: ../../includes/module/class-wc-woomercadopago-init.php:61
+#: ../../src/Translations/AdminTranslations.php:170
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
-#: ../../includes/module/class-wc-woomercadopago-init.php:70
+#: ../../src/Translations/AdminTranslations.php:171
msgid ""
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
"extension is required to send QR Code Pix by email."
@@ -88,493 +57,962 @@ msgstr ""
"necesaria la instalación de la extensión GD para enviar el QR Code Pix por "
"correo electrónico."
-#. translators: %s link to WooCommerce
-#: ../../includes/module/class-wc-woomercadopago-init.php:82
-msgid "The Mercado Pago module needs an active version of %s in order to work!"
+#: ../../src/Translations/AdminTranslations.php:175
+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 ""
-"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
-
-#: ../../includes/module/class-wc-woomercadopago-init.php:95
-msgid "Cancel order"
-msgstr "Cancelar orden"
-
-#: ../../includes/module/class-wc-woomercadopago-init.php:177
-msgid "The Mercado Pago module needs the SDK package to work!"
-msgstr "¡El módulo de Mercado Pago necesita el SDK para funcionar!"
+"Ten en cuenta que para recibir pagos a través de Pix en nuestro checkout, "
+"debes tener una clave Pix registrada en tu cuenta de Mercado Pago."
-#: ../../includes/module/class-wc-woomercadopago-module.php:368
-msgid "The payment method is not valid or not available."
-msgstr "El medio de pago no es válido o no está disponible."
+#: ../../src/Translations/AdminTranslations.php:176
+msgid "Register your Pix key at Mercado Pago."
+msgstr "Registra tu clave Pix en Mercado Pago."
-#: ../../includes/module/class-wc-woomercadopago-module.php:371
-msgid "The transaction amount cannot be processed by Mercado Pago."
-msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:177
+msgid "%s, help us improve the experience we offer"
+msgstr "%s, ayúdanos a mejorar nuestra experiencia"
-#: ../../includes/module/class-wc-woomercadopago-module.php:371
+#: ../../src/Translations/AdminTranslations.php:178
msgid ""
-"Possible causes: Currency not supported; Amounts below the minimum or above "
-"the maximum allowed."
+"Share your opinion with us so that we improve our product and offer the best "
+"payment solution."
msgstr ""
-"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
-"encima del máximo permitido."
+"Comparte tu opinión con nosotros para poder mejorar nuestro producto y "
+"ofrecerte la mejor solución de pagos."
+
+#: ../../src/Translations/AdminTranslations.php:179
+msgid "Rate the plugin"
+msgstr "Valorar el plugin"
-#: ../../includes/module/class-wc-woomercadopago-module.php:374
-msgid "The users are not valid."
-msgstr "Los usuários no son válidos."
+#: ../../src/Translations/AdminTranslations.php:180
+msgid "Enable payments via Mercado Pago account"
+msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../includes/module/class-wc-woomercadopago-module.php:374
+#: ../../src/Translations/AdminTranslations.php:181
msgid ""
-"Possible causes: Buyer and seller have the same account in Mercado Pago; The "
-"transaction involving production and test users."
+"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 ""
-"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
-"Pago; La transacción involucrando usuários de producción y de prueba."
+"Con esta función activa, tus clientes pagan más rápido usando su cuenta de "
+"Mercado Pago.La tasa de aprobación de estos pagos en tu tienda puede "
+"ser un 25% mayor en comparación con otros medios de pago."
-#: ../../includes/module/class-wc-woomercadopago-module.php:377
-msgid "Unauthorized use of production credentials."
-msgstr "Uso no autorizado de credenciales de producción."
+#: ../../src/Translations/AdminTranslations.php:182
+msgid "Activate"
+msgstr "Activar"
-#: ../../includes/module/class-wc-woomercadopago-module.php:377
+#: ../../src/Translations/AdminTranslations.php:183
msgid ""
-"Possible causes: Use permission in use for the credential of the seller."
+"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 ""
-"Posibles causas: Pendencia de permiso de uso en producción para la "
-"credencial del vendedor."
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:503
-msgid "Colombia"
-msgstr "Colombia"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:505
-msgid "Argentina"
-msgstr "Argentina"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:507
-msgid "Brazil"
-msgstr "Brasil"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:509
-msgid "Chile"
-msgstr "Chile"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:511
-msgid "Mexico"
-msgstr "México"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:513
-msgid "Uruguay"
-msgstr "Uruguay"
-#: ../../includes/module/class-wc-woomercadopago-module.php:515
-msgid "Venezuela"
-msgstr "Venezuela"
+#: ../../src/Translations/AdminTranslations.php:184
+msgid "You activated Mercado Pago’s plug-in"
+msgstr "Activaste el plugin de Mercado Pago"
-#: ../../includes/module/class-wc-woomercadopago-module.php:517
-msgid "Peru"
-msgstr "Peru"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:551
-msgid "Update the WooCommerce order to "
-msgstr "Actualizar la orden de WooCommerce para "
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:821,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:583
-msgid "Fill in your credentials to enable payment methods."
-msgstr "Completa tus credenciales para habilitar los medios de pago."
+#: ../../src/Translations/AdminTranslations.php:185
+msgid ""
+"Follow the instructions below to integrate your store with Mercado Pago and "
+"start to sell."
+msgstr ""
+"Sigue las instrucciones de abajo para integrar tu tienda con Mercado Pago y "
+"empezar a vender."
-#: ../../includes/module/class-wc-woomercadopago-module.php:837
+#: ../../src/Translations/AdminTranslations.php:197
msgid "Set plugin"
msgstr "Configurar plugin"
-#: ../../includes/module/class-wc-woomercadopago-module.php:838,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293
+#: ../../src/Translations/AdminTranslations.php:198,
+#: ../../src/Translations/AdminTranslations.php:738,
+#: ../../src/Translations/AdminTranslations.php:798
msgid "Payment methods"
msgstr "Medios de pagos"
-#: ../../includes/module/class-wc-woomercadopago-module.php:839,
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220
+#: ../../src/Translations/AdminTranslations.php:199
msgid "Plugin manual"
msgstr "Manual del plugin"
-#: ../../includes/module/class-wc-woomercadopago-module.php:938
-msgid "By Mercado Pago"
-msgstr "Por Mercado Pago"
-
-#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:109,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:171,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:140,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:189,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:167
-msgid "Buyer email"
-msgstr "Email del comprador"
+#: ../../src/Translations/AdminTranslations.php:211
+msgid "Cancel order"
+msgstr "Cancelar orden"
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:35
-msgid "No ID or TOPIC param in Request IPN"
-msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN"
+#: ../../src/Translations/AdminTranslations.php:212
+msgid "Mercado Pago commission:"
+msgstr "Comisión de Mercado Pago:"
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:39
-msgid ""
-"Discarded notification. This notification is already processed as webhook-"
-"payment."
-msgstr ""
-"Notificación ignorada. Esta notificación se procesa como webhook-payment."
+#: ../../src/Translations/AdminTranslations.php:213
+msgid "Represents the commission configured on plugin settings."
+msgstr "Representa la comisión configurada en la configuración del plugin."
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:54
-msgid "IPN merchant_order not found"
-msgstr "No se ha encontrado la IPN de `merchant_order`"
+#: ../../src/Translations/AdminTranslations.php:214
+msgid "Mercado Pago discount:"
+msgstr "Descuento de Mercado Pago:"
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:60
-msgid "Not found Payments into Merchant_Order"
-msgstr "No se han encontrado pagos en Merchant_Order"
+#: ../../src/Translations/AdminTranslations.php:215
+msgid "Represents the discount configured on plugin settings."
+msgstr "Representa el descuento configurado en la configuración del plugin."
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:174,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:143,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:192,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:170
-msgid "Payment type"
-msgstr "Tipo de método de pago"
+#: ../../src/Translations/AdminTranslations.php:216
+msgid "Represents the installment fee charged by Mercado Pago."
+msgstr "Representa la comisión a plazos cobrada por Mercado Pago."
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:177,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:146,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:195,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:173
-msgid "Payment method"
-msgstr "Método de pago"
+#: ../../src/Translations/AdminTranslations.php:217
+msgid "Mercado Pago Installment Fee:"
+msgstr "Cuota de Mercado Pago:"
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:39
+#: ../../src/Translations/AdminTranslations.php:218
msgid ""
-"Please enter your email address at the billing address to use this service"
+"Represents the total purchase plus the installment fee charged by Mercado "
+"Pago."
msgstr ""
-"Por favor, introduzca su email en la dirección de facturación para utilizar "
-"este servicio"
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:42,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:277
-msgid "Checkout Pro"
-msgstr "Checkout Pro"
+"Representa el total de la compra más la comisión de fraccionamiento cobrada "
+"por Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:43
-msgid "Debit, Credit and invoice in Mercado Pago environment"
-msgstr "Débito, crédito y efectivo, en Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:219
+msgid "Mercado Pago Total:"
+msgstr "Mercado Pago Total:"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51
-msgid "Mercado Pago - Checkout Pro"
-msgstr "Mercado Pago - Checkout Pro"
+#: ../../src/Translations/AdminTranslations.php:232
+msgid "Accept"
+msgstr "Acepta"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:53
-msgid "Your saved cards or money in Mercado Pago"
-msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:233
+msgid "payments"
+msgstr "pagos"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164
-msgid "Maximum number of installments"
-msgstr "Máximo de cuotas"
+#: ../../src/Translations/AdminTranslations.php:234
+msgid "safely"
+msgstr "de forma"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166
-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:235
+msgid "with"
+msgstr "segura con"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169
-msgid "1 installment"
-msgstr "1 cuota"
+#: ../../src/Translations/AdminTranslations.php:236
+msgid "Mercado Pago"
+msgstr "Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170
-msgid "2 installments"
-msgstr "2 cuotas"
+#: ../../src/Translations/AdminTranslations.php:241
+msgid "Choose"
+msgstr "Elige"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171
-msgid "3 installments"
-msgstr "3 cuotas"
+#: ../../src/Translations/AdminTranslations.php:242
+msgid "when you want to receive the money"
+msgstr "cuándo quieres recibir el dinero"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:172
-msgid "4 installments"
-msgstr "4 cuotas"
+#: ../../src/Translations/AdminTranslations.php:243
+msgid "from your sales and if you want to offer"
+msgstr "de las ventas y si quieres ofrecer"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:173
-msgid "5 installments"
-msgstr "5 cuotas"
+#: ../../src/Translations/AdminTranslations.php:244
+msgid "interest-free installments"
+msgstr "cuotas sin interés"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:174
-msgid "6 installments"
-msgstr "6 cuotas"
+#: ../../src/Translations/AdminTranslations.php:245
+msgid "to your clients."
+msgstr "a los clientes."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:175
-msgid "10 installments"
-msgstr "10 cuotas"
+#: ../../src/Translations/AdminTranslations.php:251
+msgid "SSL"
+msgstr "SSL"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176
-msgid "12 installments"
-msgstr "12 cuotas"
+#: ../../src/Translations/AdminTranslations.php:252
+msgid "Curl"
+msgstr "Curl"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:177
-msgid "15 installments"
-msgstr "15 cuotas"
+#: ../../src/Translations/AdminTranslations.php:253
+msgid "GD Extensions"
+msgstr "Extensiones GD"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178
-msgid "18 installments"
-msgstr "18 cuotas"
+#: ../../src/Translations/AdminTranslations.php:255
+msgid "Technical requirements"
+msgstr "Requisitos técnicos"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:179
-msgid "24 installments"
-msgstr "24 cuotas"
+#: ../../src/Translations/AdminTranslations.php:256
+msgid "Collections and installments"
+msgstr "Cobros y cuotas"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:256,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:153,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:915,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:203,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:197
-msgid "Enable the checkout"
-msgstr "Activar el checkout"
+#: ../../src/Translations/AdminTranslations.php:257
+msgid "More information"
+msgstr "Más información"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:257
+#: ../../src/Translations/AdminTranslations.php:258
msgid ""
-"By disabling it, you will disable all payments from Mercado Pago Checkout at "
-"Mercado Pago website by redirect."
+"Implementation responsible for transmitting data to Mercado Pago in a secure "
+"and encrypted way."
msgstr ""
-"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
-"sitio web de Mercado Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:261,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:920
-msgid "The checkout is enabled."
-msgstr "El checkout está activo."
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:262,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:921
-msgid "The checkout is disabled."
-msgstr "El checkout está inactivo."
+"Implementación responsable de transmitir los datos a Mercado Pago de forma "
+"segura y encriptada."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:281
+#: ../../src/Translations/AdminTranslations.php:259
msgid ""
-"With Checkout Pro you sell with all the safety inside Mercado Pago "
-"environment."
+"It is an extension responsible for making payments via requests from the "
+"plugin to Mercado Pago."
msgstr ""
-"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
-"Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:269
-msgid "Advanced settings"
-msgstr "Configuración Avanzada"
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:311
-msgid "Payment experience"
-msgstr "Experiencia de pago"
+"Es una extensión encargada de realizar los pagos a través de requests del "
+"plugin a Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:313
+#: ../../src/Translations/AdminTranslations.php:260
msgid ""
-"Define what payment experience your customers will have, whether inside or "
-"outside your store."
+"These extensions are responsible for the implementation and operation of Pix "
+"in your store."
msgstr ""
-"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
+"Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
"tienda."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:316
-msgid "Redirect"
-msgstr "Redirect"
+#: ../../src/Translations/AdminTranslations.php:262
+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."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:317
-msgid "Modal"
-msgstr "Modal"
+#: ../../src/Translations/AdminTranslations.php:263
+msgid "Set deadlines and fees"
+msgstr "Ajustar plazos y tasas"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:333
-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:264
+msgid "Go to documentation"
+msgstr "Ir a la documentación"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:331,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:351,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:372
-msgid "This seems to be an invalid URL."
-msgstr "Esto parece ser una URL no válida."
+#: ../../src/Translations/AdminTranslations.php:277
+msgid "Public Key"
+msgstr "Public Key"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:336
-msgid "Success URL"
-msgstr "URL de éxito"
+#: ../../src/Translations/AdminTranslations.php:278
+msgid "Access Token"
+msgstr "Access Token"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:353
-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 ""
-"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. "
-"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
-"útil para que puedan solucionarlo."
+#: ../../src/Translations/AdminTranslations.php:279
+msgid "1. Enter your credentials to integrate your store with Mercado Pago"
+msgstr "1. Ingresa tus credenciales para integrar tu tienda con Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:356
-msgid "Payment URL rejected"
-msgstr "URL de pago rechazado"
+#: ../../src/Translations/AdminTranslations.php:280
+msgid "Production credentials"
+msgstr "Credenciales de producción"
+
+#: ../../src/Translations/AdminTranslations.php:281
+msgid "Test credentials"
+msgstr "Credenciales de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:374
+#: ../../src/Translations/AdminTranslations.php:282
+msgid "To start selling, "
+msgstr "Para empezar a vender, "
+
+#: ../../src/Translations/AdminTranslations.php:283
msgid ""
-"Choose the URL that we will show to your customers when they have a payment "
-"pending approval."
+"in the fields below. If you don’t have credentials yet, you’ll have to "
+"create them from this link."
msgstr ""
-"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
-"de aprobación."
+"en los campos de abajo. Si todavía no tienes credenciales, deberás crearlas "
+"en ese mismo enlace."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:377
-msgid "Payment URL pending"
-msgstr "URL de pago pendiente"
+#: ../../src/Translations/AdminTranslations.php:284
+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."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:391
-msgid "Enable the payment methods available to your clients."
-msgstr "Habilita los medios de pago disponibles para tus clientes."
+#: ../../src/Translations/AdminTranslations.php:285
+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."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392
-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:286
+msgid "Paste your Public Key here"
+msgstr "Pega aquí tu Public Key"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:396
-msgid "Credit Cards"
-msgstr "Tarjetas de crédito"
+#: ../../src/Translations/AdminTranslations.php:287
+msgid "Paste your Access Token here"
+msgstr "Pega aquí tu Access Token"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:400
-msgid "Debit Cards"
-msgstr "Tarjetas de débito"
+#: ../../src/Translations/AdminTranslations.php:288,
+#: ../../src/Translations/AdminTranslations.php:342
+msgid "Save and continue"
+msgstr "Guardar y continuar"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404
-msgid "Other Payment Methods"
-msgstr "Otros medios"
+#: ../../src/Translations/AdminTranslations.php:289
+msgid ""
+"You have to enter your production credentials to start selling with Mercado "
+"Pago."
+msgstr ""
+"Debes ingresar tus credenciales de producción para empezar a vender con "
+"Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:454
-msgid "Return to the store"
-msgstr "Volver a la tienda"
+#: ../../src/Translations/AdminTranslations.php:290
+msgid "Enter credentials"
+msgstr "Introducir credenciales"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:455
+#: ../../src/Translations/AdminTranslations.php:291
+msgid "Activate your credentials to be able to sell"
+msgstr "Activa tus credenciales para poder vender"
+
+#: ../../src/Translations/AdminTranslations.php:292
msgid ""
-"Do you want your customer to automatically return to the store after payment?"
+"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 ""
-"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
+"Las credenciales son códigos que debes ingresar para habilitar las ventas. "
+"Vaya más abajo en Activar credenciales. En la siguiente pantalla, utilice "
+"nuevamente el botón Activar Credenciales y complete los campos con la "
+"información solicitada."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:459
-msgid "The buyer will be automatically redirected to the store."
-msgstr "El comprador será redirigido automáticamente a la tienda."
+#: ../../src/Translations/AdminTranslations.php:293
+msgid "Activate credentials"
+msgstr "Activar credenciales"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:460
-msgid "The buyer will not be automatically redirected to the store."
-msgstr "El comprador no será redirigido automáticamente a la tienda."
+#: ../../src/Translations/AdminTranslations.php:294
+msgid "copy and paste your production credentials "
+msgstr "copia y pega tus credenciales de producción "
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:485
-msgid "Available payment methods"
-msgstr "Medios de pago disponibles"
+#: ../../src/Translations/AdminTranslations.php:307
+msgid "Add the URL to receive payments notifications."
+msgstr "Ingresa la URL para recibir notificaciones de pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:535,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:521,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:426,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:411,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:698,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:418,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:404,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:434,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:419,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
-msgid "discount of"
-msgstr "descuento de"
+#: ../../src/Translations/AdminTranslations.php:308
+msgid "Find out more information in the"
+msgstr "Consulta más información en los"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:541,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:527,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:432,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:417,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:704,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:691,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:424,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:410,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:440,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176
-msgid "fee of"
-msgstr "comisión de"
+#: ../../src/Translations/AdminTranslations.php:310
+msgid "guides"
+msgstr "manuales"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:641,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:667,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:719
-msgid "Easy login"
-msgstr "Ingresa con facilidad"
+#: ../../src/Translations/AdminTranslations.php:315
+msgid ""
+"If you are a Mercado Pago Certified Partner, make sure to add your "
+"integrator_id."
+msgstr ""
+"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
+"integrator_id."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:642,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:668,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:720
-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/AdminTranslations.php:316
+msgid "If you do not have the code, please"
+msgstr "Si no tienes el código,"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:649,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:675,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:693,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:727
-msgid "Quick payments"
-msgstr "Paga rápido"
+#: ../../src/Translations/AdminTranslations.php:318
+msgid "request it now"
+msgstr "solicítalo ahora"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:650
-msgid "Use your saved cards, Pix or available balance."
-msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible."
+#: ../../src/Translations/AdminTranslations.php:322
+msgid "2. Customize your business’ information"
+msgstr "2. Personaliza la información de tu negocio"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:657,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:683
-msgid "Protected purchases"
-msgstr "Protege tu compra"
+#: ../../src/Translations/AdminTranslations.php:323
+msgid "Your store information"
+msgstr "Información sobre tu tienda"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:658,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:684
-msgid "Get your money back in case you don't receive your product."
-msgstr "Recupera tu dinero si no recibes el producto."
+#: ../../src/Translations/AdminTranslations.php:324
+msgid "Advanced integration options (optional)"
+msgstr "Opciones avanzadas de integración (opcional)"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:676
-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/AdminTranslations.php:325
+msgid "Debug and Log Mode"
+msgstr "Modo debug y log"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:694,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:728
-msgid "Use your available money or saved cards."
-msgstr "Usa tu dinero disponible o tarjetas guardadas."
+#: ../../src/Translations/AdminTranslations.php:326
+msgid ""
+"Fill out the following details to have a better experience and offer your "
+"customers more information."
+msgstr ""
+"Completa los siguientes datos para tener una mejor experiencia y ofrecerle "
+"más información a tus clientes."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:701,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:735
-msgid "Installments option"
-msgstr "Accede a cuotas"
+#: ../../src/Translations/AdminTranslations.php:327
+msgid "Name of your store in your client's invoice"
+msgstr "Nombre de tu tienda en la factura de los clientes"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702
-msgid "Pay with or without a credit card."
-msgstr "Paga con o sin tarjeta de crédito."
+#: ../../src/Translations/AdminTranslations.php:328
+msgid "Identification in Activities of Mercado Pago"
+msgstr "Identificación en Actividad de Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:709
-msgid "Reliable purchases"
-msgstr "Compra con confianza"
+#: ../../src/Translations/AdminTranslations.php:329
+msgid ""
+"For further integration of your store with Mercado Pago (IPN, Certified "
+"Partners, Debug Mode)"
+msgstr ""
+"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
+"Certificados, Modo Debug)"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710
-msgid "Get help if you have a problem with your purchase."
-msgstr "Recibe ayuda si tienes algún problema con tu compra."
+#: ../../src/Translations/AdminTranslations.php:330
+msgid "Store category"
+msgstr "Categoría de la tienda"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:736
-msgid "Interest-free installments with selected banks."
-msgstr "Cuotas sin interés con bancos seleccionados."
+#: ../../src/Translations/AdminTranslations.php:331
+msgid "URL for IPN"
+msgstr "URL para IPN"
+
+#: ../../src/Translations/AdminTranslations.php:332
+msgid "Integrator ID"
+msgstr "Integrator ID"
+
+#: ../../src/Translations/AdminTranslations.php:333
+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
+msgid "Ex: Mary's Store"
+msgstr "Ej.: Tienda de María"
+
+#: ../../src/Translations/AdminTranslations.php:335
+msgid "Ex: Mary Store"
+msgstr "Ej.: TiendaMaría"
+
+#: ../../src/Translations/AdminTranslations.php:336,
+#: ../../src/Translations/AdminTranslations.php:1253
+msgid "Select"
+msgstr "Seleccionar"
+
+#: ../../src/Translations/AdminTranslations.php:337
+msgid "Ex: https://examples.com/my-custom-ipn-url"
+msgstr "Ej.: https://examples.com/my-custom-ipn-url"
+
+#: ../../src/Translations/AdminTranslations.php:338
+msgid "Add plugin default params"
+msgstr "Agregar parámetros default del plugin"
+
+#: ../../src/Translations/AdminTranslations.php:339
+msgid "Ex: 14987126498"
+msgstr "Ej.: 14987126498"
+
+#: ../../src/Translations/AdminTranslations.php:340
+msgid "Show advanced options"
+msgstr "Ver opciones avanzadas"
+
+#: ../../src/Translations/AdminTranslations.php:341
+msgid "Hide advanced options"
+msgstr "Esconder opciones avanzadas"
+
+#: ../../src/Translations/AdminTranslations.php:343
+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
+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
+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
+msgid "request it now."
+msgstr "solicítalo ahora."
+
+#: ../../src/Translations/AdminTranslations.php:360
+msgid "3. Activate and set up payment methods"
+msgstr "3. Activa y configura los medios de pago"
+
+#: ../../src/Translations/AdminTranslations.php:361
+msgid ""
+"Select the payment method you want to appear in your store to activate and "
+"set it up."
+msgstr ""
+"Selecciona el medio de pago que quieres que aparezca en tu tienda para "
+"activarlo y configurarlo."
+
+#: ../../src/Translations/AdminTranslations.php:362
+msgid "Settings"
+msgstr "Configurar"
+
+#: ../../src/Translations/AdminTranslations.php:363
+msgid "Continue"
+msgstr "Continuar"
+
+#: ../../src/Translations/AdminTranslations.php:364
+msgid "Enabled"
+msgstr "Activado"
+
+#: ../../src/Translations/AdminTranslations.php:365
+msgid "Disabled"
+msgstr "Inactivo"
+
+#: ../../src/Translations/AdminTranslations.php:366
+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:379,
+#: ../../src/Translations/AdminTranslations.php:385
+msgid "The checkout is"
+msgstr "El checkout está"
+
+#: ../../src/Translations/AdminTranslations.php:380,
+#: ../../src/Translations/AdminTranslations.php:392,
+#: ../../src/Translations/AdminTranslations.php:508,
+#: ../../src/Translations/AdminTranslations.php:520,
+#: ../../src/Translations/AdminTranslations.php:532,
+#: ../../src/Translations/AdminTranslations.php:599,
+#: ../../src/Translations/AdminTranslations.php:611,
+#: ../../src/Translations/AdminTranslations.php:623,
+#: ../../src/Translations/AdminTranslations.php:700,
+#: ../../src/Translations/AdminTranslations.php:762,
+#: ../../src/Translations/AdminTranslations.php:822,
+#: ../../src/Translations/AdminTranslations.php:834
+msgid "enabled"
+msgstr "activo"
+
+#: ../../src/Translations/AdminTranslations.php:386,
+#: ../../src/Translations/AdminTranslations.php:398,
+#: ../../src/Translations/AdminTranslations.php:514,
+#: ../../src/Translations/AdminTranslations.php:526,
+#: ../../src/Translations/AdminTranslations.php:538,
+#: ../../src/Translations/AdminTranslations.php:605,
+#: ../../src/Translations/AdminTranslations.php:617,
+#: ../../src/Translations/AdminTranslations.php:629,
+#: ../../src/Translations/AdminTranslations.php:706,
+#: ../../src/Translations/AdminTranslations.php:768,
+#: ../../src/Translations/AdminTranslations.php:828,
+#: ../../src/Translations/AdminTranslations.php:840
+msgid "disabled"
+msgstr "inactivo"
+
+#: ../../src/Translations/AdminTranslations.php:391,
+#: ../../src/Translations/AdminTranslations.php:397,
+#: ../../src/Translations/AdminTranslations.php:519,
+#: ../../src/Translations/AdminTranslations.php:525,
+#: ../../src/Translations/AdminTranslations.php:610,
+#: ../../src/Translations/AdminTranslations.php:616,
+#: ../../src/Translations/AdminTranslations.php:699,
+#: ../../src/Translations/AdminTranslations.php:705,
+#: ../../src/Translations/AdminTranslations.php:761,
+#: ../../src/Translations/AdminTranslations.php:767,
+#: ../../src/Translations/AdminTranslations.php:833,
+#: ../../src/Translations/AdminTranslations.php:839
+msgid "Currency conversion is"
+msgstr "Conversión de moneda está"
+
+#: ../../src/Translations/AdminTranslations.php:403,
+#: ../../src/Translations/AdminTranslations.php:409
+msgid "The buyer"
+msgstr "El comprador"
+
+#: ../../src/Translations/AdminTranslations.php:404
+msgid "will be automatically redirected to the store"
+msgstr "será redirigido automáticamente a la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:410
+msgid "will not be automatically redirected to the store"
+msgstr "no será redirigido automáticamente a la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:416,
+#: ../../src/Translations/AdminTranslations.php:422,
+#: ../../src/Translations/AdminTranslations.php:634,
+#: ../../src/Translations/AdminTranslations.php:640
+msgid "Pending payments"
+msgstr "Los pagos pendientes"
+
+#: ../../src/Translations/AdminTranslations.php:417,
+#: ../../src/Translations/AdminTranslations.php:635
+msgid "will be automatically declined"
+msgstr "se rechazarán automaticamente"
+
+#: ../../src/Translations/AdminTranslations.php:423,
+#: ../../src/Translations/AdminTranslations.php:641
+msgid "will not be automatically declined"
+msgstr "no se rechazarán automaticamente"
+
+#: ../../src/Translations/AdminTranslations.php:427,
+#: ../../src/Translations/AdminTranslations.php:442
+msgid "Your saved cards or money available in Mercado Pago"
+msgstr "Medios de pago disponibles en Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:428,
+#: ../../src/Translations/AdminTranslations.php:430
+msgid "Your clients finalize their payments in Mercado Pago."
+msgstr "Tus clientes finalizan sus pagos en Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:429
+msgid "Mercado Pago - Checkout Pro"
+msgstr "Mercado Pago - Checkout Pro"
+
+#: ../../src/Translations/AdminTranslations.php:431
+msgid "Checkout Pro"
+msgstr "Checkout Pro"
+
+#: ../../src/Translations/AdminTranslations.php:432
+msgid ""
+"With Checkout Pro you sell with all the safety inside Mercado Pago "
+"environment."
+msgstr ""
+"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
+"Pago."
+
+#: ../../src/Translations/AdminTranslations.php:433,
+#: ../../src/Translations/AdminTranslations.php:548,
+#: ../../src/Translations/AdminTranslations.php:715,
+#: ../../src/Translations/AdminTranslations.php:777,
+#: ../../src/Translations/AdminTranslations.php:858
+msgid "Mercado Pago plugin general settings"
+msgstr "Configuraciones generales del plugin de Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:434,
+#: ../../src/Translations/AdminTranslations.php:549,
+#: ../../src/Translations/AdminTranslations.php:652,
+#: ../../src/Translations/AdminTranslations.php:716,
+#: ../../src/Translations/AdminTranslations.php:778,
+#: ../../src/Translations/AdminTranslations.php:859
+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:435,
+#: ../../src/Translations/AdminTranslations.php:550,
+#: ../../src/Translations/AdminTranslations.php:653,
+#: ../../src/Translations/AdminTranslations.php:717,
+#: ../../src/Translations/AdminTranslations.php:779,
+#: ../../src/Translations/AdminTranslations.php:860
+msgid "Go to Settings"
+msgstr "Ir a Configuraciones"
+
+#: ../../src/Translations/AdminTranslations.php:436,
+#: ../../src/Translations/AdminTranslations.php:654,
+#: ../../src/Translations/AdminTranslations.php:861
+msgid "Enable the checkout"
+msgstr "Activar el checkout"
+
+#: ../../src/Translations/AdminTranslations.php:437
+msgid ""
+"By disabling it, you will disable all payments from Mercado Pago Checkout at "
+"Mercado Pago website by redirect."
+msgstr ""
+"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
+"sitio web de Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:440,
+#: ../../src/Translations/AdminTranslations.php:559,
+#: ../../src/Translations/AdminTranslations.php:658,
+#: ../../src/Translations/AdminTranslations.php:722,
+#: ../../src/Translations/AdminTranslations.php:784,
+#: ../../src/Translations/AdminTranslations.php:865
+msgid "Title in the store Checkout"
+msgstr "Título en el checkout de la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:441,
+#: ../../src/Translations/AdminTranslations.php:659,
+#: ../../src/Translations/AdminTranslations.php:723,
+#: ../../src/Translations/AdminTranslations.php:785,
+#: ../../src/Translations/AdminTranslations.php:866
+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:443,
+#: ../../src/Translations/AdminTranslations.php:562,
+#: ../../src/Translations/AdminTranslations.php:661,
+#: ../../src/Translations/AdminTranslations.php:725,
+#: ../../src/Translations/AdminTranslations.php:787,
+#: ../../src/Translations/AdminTranslations.php:868
+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:444,
+#: ../../src/Translations/AdminTranslations.php:563,
+#: ../../src/Translations/AdminTranslations.php:665,
+#: ../../src/Translations/AdminTranslations.php:726,
+#: ../../src/Translations/AdminTranslations.php:788,
+#: ../../src/Translations/AdminTranslations.php:882
+msgid "Convert Currency"
+msgstr "Convertir moneda"
+
+#: ../../src/Translations/AdminTranslations.php:445,
+#: ../../src/Translations/AdminTranslations.php:564,
+#: ../../src/Translations/AdminTranslations.php:666,
+#: ../../src/Translations/AdminTranslations.php:727,
+#: ../../src/Translations/AdminTranslations.php:789,
+#: ../../src/Translations/AdminTranslations.php:883
+msgid ""
+"Activate this option so that the value of the currency set in WooCommerce is "
+"compatible with the value of the currency you use in Mercado Pago."
+msgstr ""
+"Activa esta opción para que el valor de la moneda configurada en WooCommerce "
+"sea compatible al valor de la moneda que usas en Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:448
+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:449
+msgid "Enable the payment methods available to your clients."
+msgstr "Habilita los medios de pago disponibles para tus clientes."
+
+#: ../../src/Translations/AdminTranslations.php:450
+msgid "Credit Cards"
+msgstr "Tarjetas de crédito"
+
+#: ../../src/Translations/AdminTranslations.php:451
+msgid "Debit Cards"
+msgstr "Tarjetas de débito"
+
+#: ../../src/Translations/AdminTranslations.php:452
+msgid "Other Payment Methods"
+msgstr "Otros medios"
+
+#: ../../src/Translations/AdminTranslations.php:453
+msgid "Maximum number of installments"
+msgstr "Máximo de cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:454
+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:455
+msgid "1 installment"
+msgstr "1 cuota"
+
+#: ../../src/Translations/AdminTranslations.php:456
+msgid "2 installments"
+msgstr "2 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:457
+msgid "3 installments"
+msgstr "3 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:458
+msgid "4 installments"
+msgstr "4 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:459
+msgid "5 installments"
+msgstr "5 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:460
+msgid "6 installments"
+msgstr "6 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:461
+msgid "10 installments"
+msgstr "10 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:462
+msgid "12 installments"
+msgstr "12 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:463
+msgid "15 installments"
+msgstr "15 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:464
+msgid "18 installments"
+msgstr "18 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:465
+msgid "24 installments"
+msgstr "24 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:466,
+#: ../../src/Translations/AdminTranslations.php:577
+msgid "Advanced settings"
+msgstr "Configuración Avanzada"
+
+#: ../../src/Translations/AdminTranslations.php:467,
+#: ../../src/Translations/AdminTranslations.php:578,
+#: ../../src/Translations/AdminTranslations.php:675,
+#: ../../src/Translations/AdminTranslations.php:733,
+#: ../../src/Translations/AdminTranslations.php:793,
+#: ../../src/Translations/AdminTranslations.php:890
+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:468
+msgid "Payment experience"
+msgstr "Experiencia de pago"
+
+#: ../../src/Translations/AdminTranslations.php:469
+msgid ""
+"Define what payment experience your customers will have, whether inside or "
+"outside your store."
+msgstr ""
+"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
+"tienda."
+
+#: ../../src/Translations/AdminTranslations.php:470
+msgid "Redirect"
+msgstr "Redirect"
+
+#: ../../src/Translations/AdminTranslations.php:471
+msgid "Modal"
+msgstr "Modal"
+
+#: ../../src/Translations/AdminTranslations.php:472
+msgid "Return to the store"
+msgstr "Volver a la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:473
+msgid ""
+"Do you want your customer to automatically return to the store after payment?"
+msgstr ""
+"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:30,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:31,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:245
+#: ../../src/Translations/AdminTranslations.php:476
+msgid "Success URL"
+msgstr "URL de éxito"
+
+#: ../../src/Translations/AdminTranslations.php:477
+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:478
+msgid "Payment URL rejected"
+msgstr "URL de pago rechazado"
+
+#: ../../src/Translations/AdminTranslations.php:479
+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 ""
+"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. "
+"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
+"útil para que puedan solucionarlo."
+
+#: ../../src/Translations/AdminTranslations.php:480
+msgid "Payment URL pending"
+msgstr "URL de pago pendiente"
+
+#: ../../src/Translations/AdminTranslations.php:481
+msgid ""
+"Choose the URL that we will show to your customers when they have a payment "
+"pending approval."
+msgstr ""
+"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
+"de aprobación."
+
+#: ../../src/Translations/AdminTranslations.php:482,
+#: ../../src/Translations/AdminTranslations.php:676
+msgid "Automatic decline of payments without instant approval"
+msgstr "Rechazo automático de pagos sin aprobación instantanea"
+
+#: ../../src/Translations/AdminTranslations.php:483,
+#: ../../src/Translations/AdminTranslations.php:677
+msgid ""
+"Enable it if you want to automatically decline payments that are not "
+"instantly approved by banks or other institutions."
+msgstr ""
+"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
+"instantáneamente por bancos u otros compradores."
+
+#: ../../src/Translations/AdminTranslations.php:484
+msgid "Debit, Credit and Invoice in Mercado Pago environment."
+msgstr "Débito, crédito y efectivo, en Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:487,
+#: ../../src/Translations/AdminTranslations.php:579,
+#: ../../src/Translations/AdminTranslations.php:680,
+#: ../../src/Translations/AdminTranslations.php:742,
+#: ../../src/Translations/AdminTranslations.php:802,
+#: ../../src/Translations/AdminTranslations.php:891
+msgid "Discount in Mercado Pago Checkouts"
+msgstr "Descuento en los checkouts de Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:488,
+#: ../../src/Translations/AdminTranslations.php:580,
+#: ../../src/Translations/AdminTranslations.php:681,
+#: ../../src/Translations/AdminTranslations.php:743,
+#: ../../src/Translations/AdminTranslations.php:803,
+#: ../../src/Translations/AdminTranslations.php:892
+msgid ""
+"Choose a percentage value that you want to discount your customers for "
+"paying with Mercado Pago."
+msgstr ""
+"Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
+"Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:489,
+#: ../../src/Translations/AdminTranslations.php:492,
+#: ../../src/Translations/AdminTranslations.php:581,
+#: ../../src/Translations/AdminTranslations.php:584,
+#: ../../src/Translations/AdminTranslations.php:682,
+#: ../../src/Translations/AdminTranslations.php:685,
+#: ../../src/Translations/AdminTranslations.php:744,
+#: ../../src/Translations/AdminTranslations.php:747,
+#: ../../src/Translations/AdminTranslations.php:804,
+#: ../../src/Translations/AdminTranslations.php:807,
+#: ../../src/Translations/AdminTranslations.php:893,
+#: ../../src/Translations/AdminTranslations.php:896
+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:490,
+#: ../../src/Translations/AdminTranslations.php:582,
+#: ../../src/Translations/AdminTranslations.php:683,
+#: ../../src/Translations/AdminTranslations.php:745,
+#: ../../src/Translations/AdminTranslations.php:805,
+#: ../../src/Translations/AdminTranslations.php:894
+msgid "Commission in Mercado Pago Checkouts"
+msgstr "Comisiones en los checkouts de Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:491,
+#: ../../src/Translations/AdminTranslations.php:583,
+#: ../../src/Translations/AdminTranslations.php:684,
+#: ../../src/Translations/AdminTranslations.php:746,
+#: ../../src/Translations/AdminTranslations.php:806,
+#: ../../src/Translations/AdminTranslations.php:895
+msgid ""
+"Choose an additional percentage value that you want to charge as commission "
+"to your customers for paying with Mercado Pago."
+msgstr ""
+"Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
+"clientes por pagar con Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:493
+msgid "This seems to be an invalid URL"
+msgstr "Esto parece ser una URL no válida"
+
+#: ../../src/Translations/AdminTranslations.php:507,
+#: ../../src/Translations/AdminTranslations.php:513
+msgid "Payment in installments without card in the store checkout is"
+msgstr "“Hasta 12 pagos sin tarjeta con Mercado Pago” está "
+
+#: ../../src/Translations/AdminTranslations.php:531,
+#: ../../src/Translations/AdminTranslations.php:537
+msgid "The installments without card component is"
+msgstr "El componente “Compra en hasta 12 pagos sin tarjeta” está"
+
+#: ../../src/Translations/AdminTranslations.php:542,
+#: ../../src/Translations/AdminTranslations.php:546
msgid "Installments without card"
msgstr "Financiación sin tarjeta de crédito"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:32
+#: ../../src/Translations/AdminTranslations.php:543,
+#: ../../src/Translations/AdminTranslations.php:545
msgid "Customers who buy on spot and pay later in up to 12 installments"
msgstr "Tus clientes pueden comprar en hasta 12 pagos mensuales"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:40
+#: ../../src/Translations/AdminTranslations.php:544
msgid "Mercado Pago - Installments without card"
-msgstr "Mercado Pago - Hasta 12 pagos sin tarjeta con Mercado Pago"
+msgstr "Financiación sin tarjeta de crédito "
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:42
-msgid "Checkout without card"
-msgstr "Hasta 12 pagos sin tarjeta con Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:547
+msgid ""
+"Reach millions of buyers by offering Mercado Credito as a payment method. "
+"Our flexible payment options give your customers the possibility to buy "
+"today whatever they want in up to 12 installments without the need to use a "
+"credit card. For your business, the approval of the purchase is immediate "
+"and guaranteed."
+msgstr ""
+"Llega a millones de compradores ofreciéndoles Mercado Crédito como medio de "
+"pago. Nuestras opciones de pago flexibles brindan a tus clientes la "
+"posibilidad de comprar lo que quieren hoy en hasta 12 cuotas sin la "
+"necesidad de utilizar una tarjeta. Para tu negocio, la aprobación de la "
+"compra es inmediata y está garantizada."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:182
-msgid "Activate installments without card in your store checkout "
+#: ../../src/Translations/AdminTranslations.php:551
+msgid "Activate installments without card in your store checkout"
msgstr "Activar la opción de financiación sin tarjeta de crédito"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:183
+#: ../../src/Translations/AdminTranslations.php:552
msgid ""
"Offer the option to pay in installments without card directly from your "
"store's checkout."
@@ -582,116 +1020,114 @@ msgstr ""
"Ofrece a tus clientes la opción de financiar su compra en hasta 12 pagos "
"mensuales, directo desde el checkout de tu tienda."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:187
-msgid ""
-"Payment in installments without card in the store checkout is active"
-msgstr "“Hasta 12 pagos sin tarjeta con Mercado Pago” está activo"
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:188
-msgid ""
-"Payment in installments without card in the store checkout is inactive"
-msgstr "“Hasta 12 pagos sin tarjeta con Mercado Pago” está inactivo"
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:205
+#: ../../src/Translations/AdminTranslations.php:555
msgid "Checkout visualization"
msgstr "Visualización en el checkout"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:206,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:367
+#: ../../src/Translations/AdminTranslations.php:556,
+#: ../../src/Translations/AdminTranslations.php:576
msgid "Check below how this feature will be displayed to your customers:"
msgstr "A continuación verás cómo este recurso aparecerá para tus clientes:"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:207
+#: ../../src/Translations/AdminTranslations.php:557
msgid "Checkout Preview"
msgstr "Visualización en el checkout"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:208
+#: ../../src/Translations/AdminTranslations.php:558
msgid "PREVIEW"
msgstr "DEMO"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:249
-msgid ""
-"Reach millions of buyers by offering Mercado Credito as a payment method. "
-"Our flexible payment options give your customers the possibility to buy "
-"today whatever they want in up to 12 installments without the need to use a "
-"credit card."
-msgstr ""
-"Llega a millones de compradores con bajo acceso a financiación ofreciéndoles "
-"Mercado Crédito como medio de pago. Nuestras opciones de pago flexibles "
-"brindan a tus clientes la posibilidad de comprar lo que quieren en hasta "
-"12 pagos mensuales sin necesidad de utilizar una tarjeta de crédito. "
+#: ../../src/Translations/AdminTranslations.php:560
+msgid "It is possible to edit the title. Maximum of 85 characters."
+msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:252
-msgid ""
-"For your business, the approval of the purchase is immediate and guaranteed."
-msgstr ""
-"Para tu negocio, la aprobación de la compra es inmediata y está garantizada."
+#: ../../src/Translations/AdminTranslations.php:561
+msgid "Checkout without card"
+msgstr "Hasta 12 pagos sin tarjeta con Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:311
+#: ../../src/Translations/AdminTranslations.php:567
msgid ""
"Inform your customers about the option of paying in installments without card"
msgstr ""
"Informa a tus clientes la posibilidad de financiar sus compras en hasta 12 "
"pagos sin tarjeta de crédito"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:314
+#: ../../src/Translations/AdminTranslations.php:568
msgid ""
-"By activating the installments without card component, you increase "
-"your chances of selling."
-msgstr ""
-"Al activar el componente de financiación en hasta 12 pagos sin tarjeta de "
-"crédito, aumentarás tus posibilidades de venta."
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:316
-msgid "The installments without card component is active."
+"By activating the installments without card component, you increase your "
+"chances of selling."
msgstr ""
-"El componente “Compra en hasta 12 pagos sin tarjeta” está activo."
+"Al activar el componente de financiación en hasta 12 pagos sin tarjeta de "
+"crédito, aumentarás tus posibilidades de venta."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:317
-msgid "The installments without card component is inactive."
-msgstr ""
-"El componente “Compra en hasta 12 pagos sin tarjeta” está inactivo."
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:355,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:365
+#: ../../src/Translations/AdminTranslations.php:571
msgid "Banner on the product page | Computer version"
msgstr "Componente en la página del producto | Versión para computadora"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:356
+#: ../../src/Translations/AdminTranslations.php:572
msgid "Banner on the product page | Cellphone version"
msgstr "Componente en la página del producto | Versión para celular"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:363
+#: ../../src/Translations/AdminTranslations.php:573
msgid "Computer"
msgstr "Computadora"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:364
+#: ../../src/Translations/AdminTranslations.php:574
msgid "Mobile"
msgstr "Celular"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:366
+#: ../../src/Translations/AdminTranslations.php:575
msgid "Component visualization"
msgstr "Visualización del componente"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:41,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:42,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:52
-msgid "Debit and Credit"
-msgstr "Débito e crédito"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:43,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:36,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:36
-msgid "Transparent Checkout in your store environment"
-msgstr "Checkout Transparente, en tu tienda"
+#: ../../src/Translations/AdminTranslations.php:598,
+#: ../../src/Translations/AdminTranslations.php:604
+msgid "Transparent Checkout for credit cards is"
+msgstr "El Checkout Transparente de las tarjetas de crédito está"
+
+#: ../../src/Translations/AdminTranslations.php:622,
+#: ../../src/Translations/AdminTranslations.php:628
+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:645,
+#: ../../src/Translations/AdminTranslations.php:660
+msgid "Credit and debit cards"
+msgstr "Tarjeta de crédito y débito"
+
+#: ../../src/Translations/AdminTranslations.php:646,
+#: ../../src/Translations/AdminTranslations.php:648,
+#: ../../src/Translations/AdminTranslations.php:711,
+#: ../../src/Translations/AdminTranslations.php:773,
+#: ../../src/Translations/AdminTranslations.php:853,
+#: ../../src/Translations/AdminTranslations.php:855
+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:647,
+#: ../../src/Translations/AdminTranslations.php:712,
+#: ../../src/Translations/AdminTranslations.php:774,
+#: ../../src/Translations/AdminTranslations.php:854
+msgid "Mercado Pago - Checkout API"
+msgstr "Mercado Pago - Checkout API"
+
+#: ../../src/Translations/AdminTranslations.php:649
+msgid "Transparent Checkout | Credit card"
+msgstr "Checkout Transparente | Tarjeta de Crédito"
+
+#: ../../src/Translations/AdminTranslations.php:650
+msgid ""
+"With the Transparent Checkout, you can sell inside your store environment, "
+"without redirection and with the security from Mercado Pago."
+msgstr ""
+"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
+"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:51,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:44,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:44
-msgid "Mercado pago - Customized Checkout"
-msgstr "Mercado Pago - Checkout Personalizado"
+#: ../../src/Translations/AdminTranslations.php:651
+msgid "Mercado Pago Plugin general settings"
+msgstr "Configuraciones generales del plugin de Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:154
+#: ../../src/Translations/AdminTranslations.php:655
msgid ""
"By disabling it, you will disable all credit cards payments from Mercado "
"Pago Transparent Checkout."
@@ -699,21 +1135,11 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
"en el Checkout Transparente de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:158
-msgid "Transparent Checkout for credit cards is enabled."
-msgstr ""
-"El Checkout Transparente de las tarjetas de crédito está activado."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:159
-msgid "Transparent checkout for credit cards is disabled."
-msgstr ""
-"El checkout transparente de las tarjetas de crédito está desactivado."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:191
+#: ../../src/Translations/AdminTranslations.php:662
msgid "Installments Fees"
msgstr "Tasas de pago en cuotas"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:192
+#: ../../src/Translations/AdminTranslations.php:663
msgid ""
"Set installment fees and whether they will be charged from the store or from "
"the buyer."
@@ -721,31 +1147,15 @@ msgstr ""
"Configura las tasas de las cuotas y si se las cobrarán a la tienda o al "
"comprador."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193
+#: ../../src/Translations/AdminTranslations.php:664
msgid "Set fees"
msgstr "Configurar tasas"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:218
-msgid "Transparent Checkout | Credit card "
-msgstr "Checkout Transparente | Tarjeta de Crédito "
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:222
-msgid ""
-"With the Transparent Checkout, you can sell inside your store environment, "
-"without redirection and with the security from Mercado Pago."
-msgstr ""
-"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
-"redireccionamentos, con toda la seguridad de Mercado Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:240
-msgid "Advanced configuration of the personalized payment experience"
-msgstr "Configuración Avanzada"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:254
+#: ../../src/Translations/AdminTranslations.php:669
msgid "Payments via Mercado Pago account"
msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:255
+#: ../../src/Translations/AdminTranslations.php:670
msgid ""
"Your customers pay faster with saved cards, money balance or other available "
"methods in their Mercado Pago accounts."
@@ -753,387 +1163,254 @@ msgstr ""
"Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o "
"con otros medios disponibles en sus cuentas de MP."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:259
-msgid "Payments via Mercado Pago accounts are active."
-msgstr "Los pagos a través de la cuenta de Mercado Pago están activos."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:260
-msgid "Payments via Mercado Pago accounts are inactive."
-msgstr ""
-"Los pagos a través de la cuenta de Mercado Pago están deshabilitados."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:279
+#: ../../src/Translations/AdminTranslations.php:673
msgid "Check an example of how it will appear in your store:"
msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:310
-msgid "That’s it, payment accepted!"
-msgstr "Listo, ¡aceptamos tu pago!"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312
-msgid ""
-"We are processing your payment. In less than an hour we will send you the "
-"result by email."
-msgstr ""
-"Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
-"por correo electrónico."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314
-msgid ""
-"We are processing your payment. In less than 2 days we will send you by "
-"email if the payment has been approved or if additional information is "
-"needed."
-msgstr ""
-"Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
-"electrónico si se ha aprobado el pago o si se necesita información adicional."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316
-msgid "Check the card number."
-msgstr "Compruebe el número de tarjeta."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318
-msgid "Check the expiration date."
-msgstr "Compruebe la fecha de expiración."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320
-msgid "Check the information provided."
-msgstr "Compruebe la información informada."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322
-msgid "Check the informed security code."
-msgstr "Compruebe el código de seguridad informado."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:325
-msgid "Your payment cannot be processed."
-msgstr "No se puede procesar su pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:327
-msgid "You must authorize payments for your orders."
-msgstr "Usted debe autorizar los pagos de sus órdenes."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:329
-msgid ""
-"Contact your card issuer to activate it. The phone is on the back of your "
-"card."
-msgstr ""
-"Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
-"se encuentra en la parte posterior de su tarjeta."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331
-msgid ""
-"You have already made a payment of this amount. If you have to pay again, "
-"use another card or other method of payment."
-msgstr ""
-"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
-"utilizar otra tarjeta u otro medio de pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333
-msgid ""
-"Your payment was declined. Please select another payment method. It is "
-"recommended in cash."
-msgstr ""
-"Su pago fue rechazado. Por favor seleccione otro medio de pago. Se "
-"recomienda en efectivo."
+#: ../../src/Translations/AdminTranslations.php:674
+msgid "Advanced configuration of the personalized payment experience"
+msgstr "Configuración Avanzada"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335
-msgid "Your payment does not have sufficient funds."
-msgstr "Su metodo de pago no tiene fondos suficientes."
+#: ../../src/Translations/AdminTranslations.php:710,
+#: ../../src/Translations/AdminTranslations.php:724
+msgid "Invoice"
+msgstr "Efectivo"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337
-msgid "Payment cannot process the selected fee."
-msgstr "El pago no puede procesar la cuota seleccionada."
+#: ../../src/Translations/AdminTranslations.php:713
+msgid "Transparent Checkout | Invoice or Loterica"
+msgstr "Checkout Transparente | Efectivo"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339
+#: ../../src/Translations/AdminTranslations.php:714,
+#: ../../src/Translations/AdminTranslations.php:776,
+#: ../../src/Translations/AdminTranslations.php:857
msgid ""
-"You have reached the limit of allowed attempts. Choose another card or other "
-"payment method."
-msgstr ""
-"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
-"medio de pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341,
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:204
-msgid "This payment method cannot process your payment."
-msgstr "Este medio de pago no puede procesar su pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:396
-msgid "Credit cards"
-msgstr "Tarjetas de crédito"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:397
-msgid "Up to "
-msgstr "Hasta "
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:397
-msgid " installments"
-msgstr "12 pagos sin tarjeta"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:404
-msgid "Debit cards"
-msgstr "Tarjetas de débito"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:447,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:448,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:480,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:481,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:401,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:402,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:562,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563
-msgid "A problem was occurred when processing your payment. Please, try again."
+"With the Transparent Checkout, you can sell inside your store environment, "
+"without redirection and all the safety from Mercado Pago."
msgstr ""
-"El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
-"vez."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577
-msgid "See your order form"
-msgstr "Ver su hoja de pedido"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:588
-msgid "Your payment was declined. You can try again."
-msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
+"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
+"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:595,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:93
-msgid "Click to try again"
-msgstr "Haga clic para intentarlo de nuevo"
+#: ../../src/Translations/AdminTranslations.php:718,
+#: ../../src/Translations/AdminTranslations.php:780
+msgid "Enable the Checkout"
+msgstr "Activar el checkout"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:617,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:618
+#: ../../src/Translations/AdminTranslations.php:719
msgid ""
-"A problem was occurred when processing your payment. Are you sure you have "
-"correctly filled all information in the checkout form?"
+"By disabling it, you will disable all invoice payments from Mercado Pago "
+"Transparent Checkout."
msgstr ""
-"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
-"cargado la información en el formulario?"
+"Al desactivar, desabilitarás todos los medios de pago en efectivo en el "
+"Checkout Transparente de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:642
-msgid "Represents the installment fee charged by Mercado Pago."
-msgstr "Representa la tarifa de cuota que cobra Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:720
+msgid "The transparent checkout for tickets is enabled."
+msgstr "El Checkout Transparente está activo para pagos en efectivo."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:643
-msgid "Mercado Pago Installment Fee:"
-msgstr "Tarifa de cuotas de Mercado Pago:"
+#: ../../src/Translations/AdminTranslations.php:721
+msgid "The transparent checkout for tickets is disabled."
+msgstr "El Checkout Transparente está inactivo para pagos en efectivo."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:648
-msgid ""
-"Represents the total purchase plus the installment fee charged by Mercado "
-"Pago."
-msgstr ""
-"Representa el total de la compra más la tarifa de cuota que cobra Mercado "
-"Pago."
+#: ../../src/Translations/AdminTranslations.php:730
+msgid "Payment Due"
+msgstr "Fecha de pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:649
-msgid "Mercado Pago Total:"
-msgstr "Total en Mercado Pago:"
+#: ../../src/Translations/AdminTranslations.php:731
+msgid "In how many days will cash payments expire."
+msgstr "En cuántos días vencerán los pagos en efectivo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:715
-msgid "Configure your credentials to enable Mercado Pago payment methods."
+#: ../../src/Translations/AdminTranslations.php:732
+msgid "Advanced configuration of the cash payment experience"
msgstr ""
-"Completa tus credenciales para habilitar los medios de pago Mercado Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:773
-msgid "Title in the store Checkout"
-msgstr "Título en el checkout"
-
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
-msgid "Change the display text in Checkout, maximum characters: 85"
-msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85"
+"Configuração avançada da experiência de pagamento via boleto e em lotéricas"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:777
-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:734,
+#: ../../src/Translations/AdminTranslations.php:794
+msgid "Reduce inventory"
+msgstr "Reducir inventario"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:791
-msgid "Description"
-msgstr "Descripción"
+#: ../../src/Translations/AdminTranslations.php:735,
+#: ../../src/Translations/AdminTranslations.php:795
+msgid ""
+"Activates inventory reduction during the creation of an order, whether or "
+"not the final payment is credited. Disable this option to reduce it only "
+"when payments are approved."
+msgstr ""
+"Activa la reducción del inventario durante la creación de un pedido, se "
+"acredite o no el pago final. Desactiva esta opción para reducirlo solo "
+"cuando los pagos estén aprobados."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:828,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347
-msgid "Important! To sell you must enter your credentials."
-msgstr "¡Importante! Para vender debe introducir sus credenciales."
+#: ../../src/Translations/AdminTranslations.php:736,
+#: ../../src/Translations/AdminTranslations.php:796
+msgid "Reduce inventory is enabled."
+msgstr "Reducir inventario está activo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:829
-msgid "You must enter production credentials."
-msgstr "Debe introducir las credenciales de producción."
+#: ../../src/Translations/AdminTranslations.php:737,
+#: ../../src/Translations/AdminTranslations.php:797
+msgid "Reduce inventory is disabled."
+msgstr "Reducir inventario está inactivo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:830
-msgid "Enter credentials"
-msgstr "Introducir credenciales"
+#: ../../src/Translations/AdminTranslations.php:739,
+#: ../../src/Translations/AdminTranslations.php:799
+msgid "Enable the available payment methods"
+msgstr "Habilita los medios de pago disponibles"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
-msgid "Mercado Pago Plugin general settings"
-msgstr "Configuraciones generales del plugin de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:740,
+#: ../../src/Translations/AdminTranslations.php:800
+msgid "Choose the available payment methods in your store."
+msgstr "Elige los medios de pago que se aceptan en la tienda."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
-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:741,
+#: ../../src/Translations/AdminTranslations.php:801
+msgid "All payment methods"
+msgstr "Medios de pago disponibles"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:842
-msgid "Go to Settings"
-msgstr "Ir a Configuraciones"
+#: ../../src/Translations/AdminTranslations.php:772,
+#: ../../src/Translations/AdminTranslations.php:786
+msgid "PSE"
+msgstr "PSE"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:866
-msgid "Activate your credentials to be able to sell"
-msgstr "Activa tus credenciales para poder vender"
+#: ../../src/Translations/AdminTranslations.php:775
+msgid "Transparent Checkout PSE"
+msgstr "Pago transparente PSE"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:867
+#: ../../src/Translations/AdminTranslations.php:781
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."
+"By deactivating it, you will disable PSE payments from Mercado Pago "
+"Transparent Checkout."
msgstr ""
-"Las credenciales son contraseñas que debes integrar para poder vender. "
-"Dirígete a Activar credenciales. En la siguiente pantalla, ve de nuevo al "
-"botón Activar credenciales y completa los campos con los datos solicitados."
+"Al desactivarlo, desactivará los pagos PSE de Mercado Pago Transparente "
+"Checkout."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:868
-msgid "Activate credentials"
-msgstr "Activar credenciales"
+#: ../../src/Translations/AdminTranslations.php:782
+msgid "The transparent checkout for PSE is enabled."
+msgstr "El Checkout Transparente está activo para pagos PSE."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:916
-msgid "By disabling it, you will disable all payment methods of this checkout."
-msgstr "Al desactivar, desabilitarás todos los medios de pago del checkout."
+#: ../../src/Translations/AdminTranslations.php:783
+msgid "The transparent checkout for PSE is disabled."
+msgstr "El Checkout Transparente está inactivo para pagos PSE."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1029
-msgid "Basic Configuration"
-msgstr "Configuración Básica"
+#: ../../src/Translations/AdminTranslations.php:792
+msgid "Advanced configuration of the PSE payment experience"
+msgstr "Configuración avanzada de la experiencia de pago PSE"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1042
-msgid "Discount coupons"
-msgstr "Cupones de descuento"
+#: ../../src/Translations/AdminTranslations.php:821,
+#: ../../src/Translations/AdminTranslations.php:827
+msgid "The transparent checkout for Pix payment is"
+msgstr "El Checkout Transparente está"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1045
-msgid "Will you offer discount coupons to customers who buy with Mercado Pago?"
-msgstr ""
-"¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?"
+#: ../../src/Translations/AdminTranslations.php:845
+msgid "Go to the"
+msgstr "Ve al área"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1047
-msgid "Discount coupons is active."
-msgstr "Cupones de descuento están activos."
+#: ../../src/Translations/AdminTranslations.php:846
+msgid "Your Profile"
+msgstr "Tu Perfil"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1048
-msgid "Discount coupons is disabled."
-msgstr "Cupones de descuento están inactivos."
+#: ../../src/Translations/AdminTranslations.php:847
+msgid "area and choose the"
+msgstr "y elige la sección"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1060
-msgid "Automatic decline of payments without instant approval"
-msgstr "Rechazo automático de pagos sin aprobación instantanea"
+#: ../../src/Translations/AdminTranslations.php:848
+msgid "Your Pix Keys section"
+msgstr "Tus claves Pix"
+
+#: ../../src/Translations/AdminTranslations.php:852,
+#: ../../src/Translations/AdminTranslations.php:867
+msgid "Pix"
+msgstr "Pix"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1061
+#: ../../src/Translations/AdminTranslations.php:856
+msgid "Transparent Checkout | Pix"
+msgstr "Checkout Transparente | Pix"
+
+#: ../../src/Translations/AdminTranslations.php:862
msgid ""
-"Enable it if you want to automatically decline payments that are not "
-"instantly approved by banks or other institutions. "
+"By disabling it, you will disable all Pix payments from Mercado Pago "
+"Transparent Checkout."
msgstr ""
-"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
-"instantáneamente por bancos u otros compradores. "
+"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
+"en el Checkout Transparente de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1065
-msgid "Pending payments will be automatically declined."
-msgstr "Los pagos pendientes se rechazarán automaticamente."
+#: ../../src/Translations/AdminTranslations.php:869
+msgid "Expiration for payments via Pix"
+msgstr "Vencimiento para pagos con Pix"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1066
-msgid "Pending payments will not be automatically declined."
-msgstr "Los pagos pendientes no se rechazarán automaticamente."
+#: ../../src/Translations/AdminTranslations.php:870
+msgid "Set the limit in minutes for your clients to pay via Pix."
+msgstr ""
+"Define el límite de minutos para que tus clientes puedan pagar con Pix."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1078
-msgid "Discount in Mercado Pago Checkouts"
-msgstr "Descuento en los checkouts de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:871
+msgid "15 minutes"
+msgstr "15 minutos"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1081
-msgid ""
-"Choose a percentage value that you want to discount your customers for "
-"paying with Mercado Pago."
-msgstr ""
-"Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
-"Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:872
+msgid "30 minutes (recommended)"
+msgstr "30 minutos (recomendado)"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1082,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1103
-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:873
+msgid "60 minutes"
+msgstr "60 minutos"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1099
-msgid "Commission in Mercado Pago Checkouts"
-msgstr "Comisiones en los checkouts de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:874
+msgid "12 hours"
+msgstr "12 horas"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1102
-msgid ""
-"Choose an additional percentage value that you want to charge as commission "
-"to your customers for paying with Mercado Pago."
-msgstr ""
-"Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
-"clientes por pagar con Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:875
+msgid "24 hours"
+msgstr "24 horas"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1139
-msgid "Convert Currency"
-msgstr "Convertir moneda"
+#: ../../src/Translations/AdminTranslations.php:876
+msgid "2 days"
+msgstr "2 días"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1144
-msgid "Currency convertion is enabled."
-msgstr "Conversión de moneda está activa."
+#: ../../src/Translations/AdminTranslations.php:877
+msgid "3 days"
+msgstr "3 días"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1145
-msgid "Currency convertion is disabled."
-msgstr "Conversión de moneda está inactiva."
+#: ../../src/Translations/AdminTranslations.php:878
+msgid "4 days"
+msgstr "4 días"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1262
-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:879
+msgid "5 days"
+msgstr "5 días"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:34,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:35,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:45
-msgid "Pix"
-msgstr "Pix"
+#: ../../src/Translations/AdminTranslations.php:880
+msgid "6 days"
+msgstr "6 días"
+
+#: ../../src/Translations/AdminTranslations.php:881
+msgid "7 days"
+msgstr "7 días"
+
+#: ../../src/Translations/AdminTranslations.php:886
+msgid "Would you like to know how Pix works?"
+msgstr "¿Quieres saber cómo funciona Pix?"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:204
+#: ../../src/Translations/AdminTranslations.php:887
msgid ""
-"By disabling it, you will disable all Pix payments from Mercado Pago "
-"Transparent Checkout."
-msgstr ""
-"Al desactivar, desabilitarás lo medios de pago con Pix en el Checkout "
-"Transparente de Mercado Pago."
+"We have a dedicated page where we explain how it works and its advantages."
+msgstr "Creamos una página que explica su funcionamiento y sus vantajas."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:208
-msgid "The transparent checkout for Pix payment is enabled."
-msgstr "El Checkout Transparente está activo para pagos por Pix."
+#: ../../src/Translations/AdminTranslations.php:888
+msgid "Find out more about Pix"
+msgstr "Saber más sobre Pix"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:209
-msgid "The transparent checkout for Pix payment is disabled."
-msgstr "El Checkout Transparente está inactivo para pagos por Pix."
+#: ../../src/Translations/AdminTranslations.php:889
+msgid "Advanced configuration of the Pix experience"
+msgstr "Configuración avanzada de la experiencia Pix"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224
+#: ../../src/Translations/AdminTranslations.php:897
msgid "To activate Pix, you must have a key registered in Mercado Pago."
msgstr "Para activar el Pix, debes tener una clave registrada en Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225
+#: ../../src/Translations/AdminTranslations.php:898
msgid "Download the Mercado Pago app on your cell phone."
msgstr "Descarga la app de Mercado Pago en tu móvil."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:226
-msgid "Go to the "
-msgstr "Ve al área "
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227
-msgid "area and choose the "
-msgstr "y elige la sección "
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228
-msgid "Your Profile "
-msgstr "Tu Perfil "
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229
-msgid "Your Pix Keys section."
-msgstr "Tus claves Pix."
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230
+#: ../../src/Translations/AdminTranslations.php:900
msgid ""
"Choose which data to register as Pix keys. After registering, you can set up "
"Pix in your checkout."
@@ -1141,7 +1418,7 @@ msgstr ""
"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás "
"configurar el Pix en tu checkout."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231
+#: ../../src/Translations/AdminTranslations.php:901
msgid ""
"Remember that, for the time being, the Central Bank of Brazil is open Monday "
"through Friday, from 9am to 6pm."
@@ -1149,7 +1426,7 @@ msgstr ""
"Recuerda que, por el momento, el Banco Central de Brasil está abierto de "
"lunes a viernes, de 9 a 18 horas."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232
+#: ../../src/Translations/AdminTranslations.php:902
msgid ""
"If you requested your registration outside these hours, we will confirm it "
"within the next business day."
@@ -1157,12 +1434,11 @@ msgstr ""
"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en "
"el siguiente día hábil."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328
+#: ../../src/Translations/AdminTranslations.php:903
msgid "Learn more about Pix"
msgstr "Más información sobre Pix"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234
+#: ../../src/Translations/AdminTranslations.php:904
msgid ""
"If you have already registered a Pix key at Mercado Pago and cannot activate "
"Pix in the checkout, "
@@ -1170,285 +1446,271 @@ msgstr ""
"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix "
"en el checkout, "
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235
+#: ../../src/Translations/AdminTranslations.php:905
msgid "click here."
msgstr "haz clic aquí."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:260
-msgid "Transparent Checkout | Pix"
-msgstr "Checkout Transparente | Pix"
+#: ../../src/Translations/AdminTranslations.php:919
+msgid "To enable test mode"
+msgstr "Para activar el modo de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:264
-msgid ""
-"With the Transparent Checkout, you can sell inside your store environment, "
-"without redirection and all the safety from Mercado Pago. "
-msgstr ""
-"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
-"redireccionamientos, con toda la seguridad de Mercado Pago. "
+#: ../../src/Translations/AdminTranslations.php:921
+msgid "copy your test credentials"
+msgstr "copia tus credenciales de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:281
-msgid "Advanced configuration of the Pix experience"
-msgstr "Configuración avanzada de la experiencia Pix"
+#: ../../src/Translations/AdminTranslations.php:922
+msgid "and paste them above in section 1 of this page"
+msgstr "y pégalas en la sección 1 de esta página"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:294
-msgid "15 minutes"
-msgstr "15 minutos"
+#: ../../src/Translations/AdminTranslations.php:927
+msgid "Create your"
+msgstr "Crea tu"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:295
-msgid "30 minutes (recommended)"
-msgstr "30 minutos (recomendado)"
+#: ../../src/Translations/AdminTranslations.php:929
+msgid "test user"
+msgstr "usuario de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:296
-msgid "60 minutes"
-msgstr "60 minutes"
+#: ../../src/Translations/AdminTranslations.php:930
+msgid ""
+"(Optional. Can be used in Production Mode and Test Mode, to test payments)"
+msgstr ""
+"(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para "
+"probar los pagos)"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297
-msgid "12 hours"
-msgstr "12 horas"
+#: ../../src/Translations/AdminTranslations.php:936
+msgid "Use our test cards"
+msgstr "Utiliza nuestras tarjetas de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298
-msgid "24 hours"
-msgstr "24 horas"
+#: ../../src/Translations/AdminTranslations.php:937
+msgid "never use real cards"
+msgstr "nunca utilices tarjetas reales"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299
-msgid "2 days"
-msgstr "2 días"
+#: ../../src/Translations/AdminTranslations.php:943
+msgid "Visit your store"
+msgstr "Visita tu tienda"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300
-msgid "3 days"
-msgstr "3 días"
+#: ../../src/Translations/AdminTranslations.php:944
+msgid "to test purchases"
+msgstr "para testear compras"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301
-msgid "4 days"
-msgstr "4 días"
+#: ../../src/Translations/AdminTranslations.php:948
+msgid "4. Test your store before you start to sell"
+msgstr "4. Testea tu tienda antes de empezar a vender"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302
-msgid "5 days"
-msgstr "5 días"
+#: ../../src/Translations/AdminTranslations.php:949
+msgid "Choose how you want to operate your store:"
+msgstr "Elige cómo quieres operar tu tienda:"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303
-msgid "6 days"
-msgstr "6 días"
+#: ../../src/Translations/AdminTranslations.php:950
+msgid "Test Mode"
+msgstr "Modo Test"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304
-msgid "7 days"
-msgstr "7 días"
+#: ../../src/Translations/AdminTranslations.php:951
+msgid "Sale Mode (Production)"
+msgstr "Modo Ventas (Producción)"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:308
-msgid "Expiration for payments via Pix"
-msgstr "Vencimiento para pagos con Pix"
+#: ../../src/Translations/AdminTranslations.php:952
+msgid "Mercado Pago payment methods in Production Mode"
+msgstr "Medios de pago Mercado Pago en Modo Produción"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:310
-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:953
+msgid "Mercado Pago payment methods in Test Mode"
+msgstr "Medios de pago Mercado Pago en Modo Test"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325
-msgid "Want to learn how Pix works?"
-msgstr "¿Quieres saber cómo funciona el Pix?"
+#: ../../src/Translations/AdminTranslations.php:954
+msgid "Enter test credentials"
+msgstr "Ingresa las credenciales de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:326
+#: ../../src/Translations/AdminTranslations.php:955
msgid ""
-"We have created a page to explain how this new payment method works and its "
-"advantages."
+"Select “Test Mode” if you want to try the payment experience before you "
+"start to sell or “Sales Mode” (Production) to start now."
msgstr ""
-"Creamos una página para explicar cómo funciona este nuevo medio de pago y "
-"sus ventajas."
+"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."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347
-msgid "Would you like to know how Pix works?"
-msgstr "¿Quieres saber cómo funciona Pix?"
+#: ../../src/Translations/AdminTranslations.php:956
+msgid "Mercado Pago Checkouts disabled for real collections."
+msgstr "Checkouts Mercado Pago inactivos para cobros reales."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:348
-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:957
+msgid "Test Mode rules."
+msgstr "Reglas del modo test."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:349
-msgid "Find out more about Pix"
-msgstr "Saber más sobre Pix"
+#: ../../src/Translations/AdminTranslations.php:958
+msgid "Mercado Pago Checkouts enabled for real collections."
+msgstr "Checkouts Mercado Pago activos para cobros reales."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:493
-msgid "A problem occurred when processing your payment. Please try again."
-msgstr ""
-"Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo."
+#: ../../src/Translations/AdminTranslations.php:959
+msgid "The clients can make real purchases in your store."
+msgstr "Los clientes pueden hacer compras reales en tu tienda."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:478,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547
-msgid ""
-"A problem occurred when processing your payment. Are you sure you have "
-"correctly filled in all the information on the checkout form?"
-msgstr ""
-"Un problema se produjo al procesar su pago. ¿Esta seguro que ha rellenado "
-"correctamente toda la información en el formulario de checkout?"
+#: ../../src/Translations/AdminTranslations.php:964
+msgid "Store in sale mode (Production)"
+msgstr "Tienda en Modo Ventas (Producción)"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:456,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:522
-msgid "The customer has not paid yet."
-msgstr "El cliente no ha pagado todavía."
+#: ../../src/Translations/AdminTranslations.php:965
+msgid "Store under test"
+msgstr "Tienda en Modo Test"
+
+#: ../../src/Translations/AdminTranslations.php:966
+msgid "Save changes"
+msgstr "Guardar cambios"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:461
-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/AdminTranslations.php:978
+msgid "Store business fields are valid"
+msgstr "Los campos comerciales de la tienda son válidos"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:462
-msgid ""
-"Scan the QR code below or copy and paste the code into your bank's "
-"application."
-msgstr ""
-"Escanee el código QR a continuación o copie y pegue el código en la "
-"aplicación de su banco."
+#: ../../src/Translations/AdminTranslations.php:979
+msgid "Store business fields could not be validated"
+msgstr "Los campos comerciales de la tienda no se pudieron validar"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:563
-msgid ""
-"Please note that to receive payments via Pix at our checkout, you must have "
-"a Pix key registered in your Mercado Pago account."
-msgstr ""
-"Ten en cuenta que para recibir pagos a través de Pix en nuestro checkout, "
-"debes tener una clave Pix registrada en tu cuenta de Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:980
+msgid "At least one payment method is enabled"
+msgstr "Al menos un método de pago está habilitado"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:564
-msgid "Register your Pix key at Mercado Pago."
-msgstr "Registra tu clave Pix en Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:981
+msgid "No payment method enabled"
+msgstr "Ningún método de pago habilitado"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:614,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:148
-msgid "Code valid for "
-msgstr "Código válido por "
+#: ../../src/Translations/AdminTranslations.php:982
+msgid "Credentials fields are valid"
+msgstr "Los campos de la credencial son válidos"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:34,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:35,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:45
-msgid "Invoice"
-msgstr "Efectivo"
+#: ../../src/Translations/AdminTranslations.php:983
+msgid "Credentials fields could not be validated"
+msgstr "No se pudieron validar los campos de credenciales"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:198
-msgid ""
-"By disabling it, you will disable all invoice payments from Mercado Pago "
-"Transparent Checkout."
-msgstr ""
-"Al desactivar, desabilitarás todos los medios de pago en efectivo en el "
-"Checkout Transparente de Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:995
+msgid "Valid Public Key"
+msgstr "Public key válida"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:202
-msgid "The transparent checkout for tickets is enabled."
-msgstr ""
-"El Checkout Transparente está activo para pagos en efectivo o en "
-"loterías."
+#: ../../src/Translations/AdminTranslations.php:996
+msgid "Invalid Public Key"
+msgstr "Public key no válida"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:203
-msgid "The transparent checkout for tickets is disabled."
-msgstr ""
-"El Checkout Transparente está inactivo para pagos en efectivo o en "
-"loterías."
+#: ../../src/Translations/AdminTranslations.php:997
+msgid "Valid Access Token"
+msgstr "Access token válido"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:218
-msgid "Transparent Checkout | Invoice or Loterica"
-msgstr "Checkout Transparente | Efectivo"
+#: ../../src/Translations/AdminTranslations.php:998
+msgid "Invalid Access Token"
+msgstr "Access token no válido"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:222
+#: ../../src/Translations/AdminTranslations.php:1010
+msgid "Credentials were updated"
+msgstr "Se actualizaron las credenciales"
+
+#: ../../src/Translations/AdminTranslations.php:1011
msgid ""
-"With the Transparent Checkout, you can sell inside your store environment, "
-"without redirection and all the safety from Mercado Pago."
+"Your store has exited Test Mode and is making real sales in Production Mode."
msgstr ""
-"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
-"redireccionamentos, con toda la seguridad de Mercado Pago."
+"Ahora su tienda está fuera del modo de prueba y está realizando ventas "
+"reales en el modo de producción."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:239
-msgid "Advanced configuration of the cash payment experience"
-msgstr "Configuración avanzada de la experiencia de pago en efectivo"
+#: ../../src/Translations/AdminTranslations.php:1012
+msgid "To test the store, re-enter both test credentials."
+msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:252
-msgid "Reduce inventory"
-msgstr "Reducir inventario"
+#: ../../src/Translations/AdminTranslations.php:1013
+msgid "Invalid credentials"
+msgstr "Credenciales no válidas"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:255
-msgid ""
-"Activates inventory reduction during the creation of an order, whether or "
-"not the final payment is credited. Disable this option to reduce it only "
-"when payments are approved."
-msgstr ""
-"Activa la reducción del inventario durante la creación de un pedido, se "
-"acredite o no el pago final. Desactiva esta opción para reducirlo solo "
-"cuando los pagos estén aprobados."
+#: ../../src/Translations/AdminTranslations.php:1014
+msgid "See our manual to learn"
+msgstr "Consulte nuestro manual para saber"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257
-msgid "Reduce inventory is enabled."
-msgstr "Reducir inventario está activo."
+#: ../../src/Translations/AdminTranslations.php:1015
+msgid "how to enter the credentials the right way."
+msgstr "como ingresar las credenciales de forma correcta."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:258
-msgid "Reduce inventory is disabled."
-msgstr "Reducir inventario está inactivo."
+#: ../../src/Translations/AdminTranslations.php:1016
+msgid " for test mode"
+msgstr " para el modo de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:270
-msgid "Payment Due"
-msgstr "Vencimiento del pago"
+#: ../../src/Translations/AdminTranslations.php:1028
+msgid "Store information is valid"
+msgstr "Información sobre tu tienda"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272
-msgid "In how many days will cash payments expire."
-msgstr "En cuántos días caducarán los pagos en efectivo."
+#: ../../src/Translations/AdminTranslations.php:1041
+msgid "Attention:"
+msgstr "Atención:"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:292
-msgid "Enable the available payment methods"
-msgstr "Habilita los medios de pago disponibles"
+#: ../../src/Translations/AdminTranslations.php:1042
+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 ""
+"La configuración de moneda que tienes en WooCommerce no es compatible con la "
+"moneda que usas en tu cuenta de Mercado Pago. Activa la conversión de moneda."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:294
-msgid "Choose the available payment methods in your store."
-msgstr "Selecciona los medios de pago disponibles en tu tienda."
+#: ../../src/Translations/AdminTranslations.php:1045
+msgid "We are converting your currency from: "
+msgstr "Ahora convertimos tu moneda de: "
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:298
-msgid "All payment methods"
-msgstr "Todos los medios de pago"
+#: ../../src/Translations/AdminTranslations.php:1061
+msgid "to "
+msgstr "a "
+
+#: ../../src/Translations/AdminTranslations.php:1072
+msgid "Payment status on Mercado Pago"
+msgstr "Estado de pago en el Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:458,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:486
+#: ../../src/Translations/AdminTranslations.php:1073
msgid ""
-"There was a problem processing your payment. Are you sure you have correctly "
-"filled out all the information on the payment form?"
+"This is the payment status of your Mercado Pago Activities. To check the "
+"order status, please refer to Order details."
msgstr ""
-"Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado "
-"correctamente toda la información en el formulario de pago?"
+"Este es el estado del pago de las Actividades de tu Mercado Pago. Para "
+"consultar el estado del pedido, consulta en Detalles del Pedido."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:451,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:479
-msgid "Your document data is invalid"
-msgstr "Los datos de su documento no son válidos"
+#: ../../src/Translations/AdminTranslations.php:1074,
+#: ../../src/Translations/AdminTranslations.php:1076
+msgid "View purchase details at Mercado Pago"
+msgstr "Ver detalles de compra en Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:527
-msgid "To print the ticket again click"
-msgstr "Para imprimir nuevamente el ticket hace clic"
+#: ../../src/Translations/AdminTranslations.php:1075,
+#: ../../src/Translations/AdminTranslations.php:1077,
+#: ../../src/Translations/AdminTranslations.php:1079
+msgid "Sync order status"
+msgstr "Sincronizar el estado del pedido"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:530
-msgid "here"
-msgstr "aquí"
+#: ../../src/Translations/AdminTranslations.php:1078
+msgid "Consult the reasons for refusal"
+msgstr "Consultar motivos de rechazo"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:659
-msgid " and "
-msgstr " y "
+#: ../../src/Translations/AdminTranslations.php:1080
+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:1081
+msgid "Unable to update order:"
+msgstr "No se puede actualizar el pedido:"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
+#: ../../src/Translations/AdminTranslations.php:1082
msgid "Payment made"
msgstr "Pago realizado"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114
+#: ../../src/Translations/AdminTranslations.php:1083
msgid "Payment made by the buyer and already credited in the account."
msgstr ""
"El pago realizado por el comprador y que ya está acreditado en la cuenta."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117
+#: ../../src/Translations/AdminTranslations.php:1084
msgid "Call resolved"
msgstr "Llamado resuelto"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218
+#: ../../src/Translations/AdminTranslations.php:1085,
+#: ../../src/Translations/AdminTranslations.php:1135
msgid "Please contact Mercado Pago for further details."
msgstr "Contacta a Mercado Pago para saber más detalles."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121
+#: ../../src/Translations/AdminTranslations.php:1086
msgid "Payment refunded"
msgstr "Pago devuelto"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122
+#: ../../src/Translations/AdminTranslations.php:1087
msgid ""
"Your refund request has been made. Please contact Mercado Pago for further "
"details."
@@ -1456,59 +1718,59 @@ msgstr ""
"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
"más detalles."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129
+#: ../../src/Translations/AdminTranslations.php:1088,
+#: ../../src/Translations/AdminTranslations.php:1090
msgid "Payment returned"
msgstr "Pago devuelto"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126
+#: ../../src/Translations/AdminTranslations.php:1089
msgid "The payment has been returned to the client."
msgstr "El pago ya fue devuelto al cliente."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130
+#: ../../src/Translations/AdminTranslations.php:1091
msgid "The payment has been partially returned to the client."
msgstr "El pago ya fue devuelto parcialmente al cliente."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133
+#: ../../src/Translations/AdminTranslations.php:1092
msgid "Payment canceled"
msgstr "Pago cancelado"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134
+#: ../../src/Translations/AdminTranslations.php:1093
msgid "The payment has been successfully canceled."
msgstr "El pago fue cancelado con éxito."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137
+#: ../../src/Translations/AdminTranslations.php:1094
msgid "Purchase canceled"
msgstr "Compra cancelada"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138
+#: ../../src/Translations/AdminTranslations.php:1095
msgid "The payment has been canceled by the customer."
msgstr "El pago fue cancelado por el cliente."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:307
+#: ../../src/Translations/AdminTranslations.php:1096,
+#: ../../src/Translations/AdminTranslations.php:1098,
+#: ../../src/Translations/AdminTranslations.php:1100,
+#: ../../src/Translations/AdminTranslations.php:1102,
+#: ../../src/Translations/AdminTranslations.php:1104,
+#: ../../src/Translations/AdminTranslations.php:1112,
+#: ../../src/Translations/AdminTranslations.php:1114,
+#: ../../src/Translations/AdminTranslations.php:1116,
+#: ../../src/Translations/AdminTranslations.php:1118,
+#: ../../src/Translations/AdminTranslations.php:1120,
+#: ../../src/Translations/AdminTranslations.php:1122,
+#: ../../src/Translations/AdminTranslations.php:1124,
+#: ../../src/Translations/AdminTranslations.php:1179
msgid "Pending payment"
msgstr "Cobro pendiente"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154
+#: ../../src/Translations/AdminTranslations.php:1097,
+#: ../../src/Translations/AdminTranslations.php:1099,
+#: ../../src/Translations/AdminTranslations.php:1101,
+#: ../../src/Translations/AdminTranslations.php:1103
msgid "Awaiting payment from the buyer."
msgstr "Esperando el pago del comprador."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158
+#: ../../src/Translations/AdminTranslations.php:1105
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 "
@@ -1517,72 +1779,48 @@ msgstr ""
"Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si "
"está todo bien para que puedas entregar el producto o brindar el servicio."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:205,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:209,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:213,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:225,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:229,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:233,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:237,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:241,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:245,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:249,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:271,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:275,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:279,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:283,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:287,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:291,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:295,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:299,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:303,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:315,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:321,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:325
+#: ../../src/Translations/AdminTranslations.php:1106,
+#: ../../src/Translations/AdminTranslations.php:1130,
+#: ../../src/Translations/AdminTranslations.php:1146,
+#: ../../src/Translations/AdminTranslations.php:1165,
+#: ../../src/Translations/AdminTranslations.php:1169,
+#: ../../src/Translations/AdminTranslations.php:1171,
+#: ../../src/Translations/AdminTranslations.php:1173,
+#: ../../src/Translations/AdminTranslations.php:1177
msgid "Declined payment"
msgstr "Cobro rechazado"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256
+#: ../../src/Translations/AdminTranslations.php:1107,
+#: ../../src/Translations/AdminTranslations.php:1131
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 ""
"El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use "
-"otra tarjeta o que se comunique con su banco."
+"“\n"
+"“otra tarjeta o que se comunique con su banco."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165
+#: ../../src/Translations/AdminTranslations.php:1108
msgid "Payment authorized. Awaiting capture."
msgstr "Pago autorizado. Esperando captura."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166
+#: ../../src/Translations/AdminTranslations.php:1109
msgid ""
"The payment has been authorized on the client's card. Please capture the "
"payment."
msgstr ""
"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169
+#: ../../src/Translations/AdminTranslations.php:1110
msgid "Payment in process"
msgstr "Pago en proceso"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190
+#: ../../src/Translations/AdminTranslations.php:1111,
+#: ../../src/Translations/AdminTranslations.php:1121
msgid "Please wait or contact Mercado Pago for further details"
msgstr "Espera o contacta a Mercado Pago para saber más detalles"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174
+#: ../../src/Translations/AdminTranslations.php:1113
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 "
@@ -1591,1438 +1829,928 @@ msgstr ""
"El banco está revisando el pago. Te avisaremos por e-mail cuando esté "
"confirmado para que puedas entregar el producto o brindar el servicio."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186
+#: ../../src/Translations/AdminTranslations.php:1115,
+#: ../../src/Translations/AdminTranslations.php:1117,
+#: ../../src/Translations/AdminTranslations.php:1119
msgid "Awaiting payment information validation."
-msgstr "Esperando validación de los datos de pago.."
+msgstr "Esperando validación de los datos de pago."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194
+#: ../../src/Translations/AdminTranslations.php:1123
msgid "Waiting for the buyer."
msgstr "Esperando al comprador."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:198
+#: ../../src/Translations/AdminTranslations.php:1125
msgid "Waiting for the card issuer."
-msgstr "Espererando al emisor de la tarjeta.."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:202
-msgid ""
-"The payment could not be processed. Please ask your client to use another "
-"card or to get in touch with the bank."
-msgstr ""
-"El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
-"medio de pago o que se contacte con el banco."
+msgstr "Espererando al emisor de la tarjeta."
+
+#: ../../src/Translations/AdminTranslations.php:1126,
+#: ../../src/Translations/AdminTranslations.php:1128,
+#: ../../src/Translations/AdminTranslations.php:1132,
+#: ../../src/Translations/AdminTranslations.php:1153,
+#: ../../src/Translations/AdminTranslations.php:1175
+msgid "The card issuing bank declined the payment"
+msgstr "El banco emisor de la tarjeta rechazó el pago"
+
+#: ../../src/Translations/AdminTranslations.php:1127,
+#: ../../src/Translations/AdminTranslations.php:1129,
+#: ../../src/Translations/AdminTranslations.php:1133,
+#: ../../src/Translations/AdminTranslations.php:1154,
+#: ../../src/Translations/AdminTranslations.php:1176
+msgid ""
+"Please recommend your customer to pay with another payment method or to "
+"contact their bank."
+msgstr ""
+"Recomiéndale a tu cliente que pague con otro medio de pago o que se "
+"comunique con su banco."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:217
+#: ../../src/Translations/AdminTranslations.php:1134
msgid "Mercado Pago did not process the payment"
msgstr "Mercado Pago no procesó el pago"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:221,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:311
+#: ../../src/Translations/AdminTranslations.php:1136,
+#: ../../src/Translations/AdminTranslations.php:1181
msgid "Expired payment deadline"
msgstr "Venció el plazo para el pago"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:312
+#: ../../src/Translations/AdminTranslations.php:1137,
+#: ../../src/Translations/AdminTranslations.php:1182
msgid "The client did not pay within the time limit."
-msgstr "El cliente no pagó dentro del límite de tiempo.."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230
-msgid ""
-"The CVV is invalid. Please ask your client to review the details or use "
-"another card."
-msgstr ""
-"El código de seguridad de la tarjeta es inválido. Revisá los datos que "
-"ingresaste o pedile a tu cliente que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234
-msgid ""
-"The card is expired. Please ask your client to use another card or to "
-"contact the bank."
-msgstr ""
-"La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se "
-"comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:288
-msgid ""
-"This payment was declined because it did not pass Mercado Pago security "
-"controls. Please ask your client to use another card."
-msgstr ""
-"Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
-"Pago. Pedile a tu cliente que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280
-msgid ""
-"The buyer is suspended in our platform. Your client must contact us to check "
-"what happened."
-msgstr ""
-"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
-"con nosotros para ver qué pasó."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251
-msgid ""
-"The card does not have enough limit. Please ask your client to use another "
-"card or to get in touch with the bank."
-msgstr ""
-"La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
-"tarjeta o que se comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252
-msgid ""
-"The card does not have sufficient balance. Please ask your client to use "
-"another card or to get in touch with the bank."
-msgstr ""
-"La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
-"tarjeta o que se comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260
-msgid ""
-"The CVV was entered incorrectly several times. Please ask your client to use "
-"another card or to get in touch with the bank."
-msgstr ""
-"Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a "
-"tu cliente que use otra tarjeta o que se comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:264
-msgid ""
-"The card does not allow the number of installments entered. Please ask your "
-"client to choose another installment plan or to use another card."
-msgstr ""
-"La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente "
-"que elija otro plan de cuotas o que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:268
-msgid ""
-"The card-issuing bank declined the payment. Please instruct your client to "
-"ask the bank to authotize it or to use another card."
-msgstr ""
-"El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que "
-"se contacte con el banco para autorizarlo o que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272
-msgid ""
-"From Mercado Pago we have detected that this payment has already been made "
-"before. If that is not the case, your client may try to pay again."
-msgstr ""
-"Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no "
-"es así, tu cliente puede intentarlo de nuevo."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276
-msgid ""
-"The card is not active yet. Please ask your client to use another card or to "
-"get in touch with the bank to activate it."
-msgstr ""
-"La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta "
-"o que se comunique con su banco para activarla."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:292
-msgid ""
-"The amount exceeded the card limit. Please ask your client to use another "
-"card or to get in touch with the bank."
-msgstr ""
-"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
-"tarjeta o que se comunique con el banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:296,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:300,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:304
-msgid ""
-"Please ask your client to use another card or to get in touch with the card "
-"issuer."
-msgstr ""
-"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
-"la tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:308
-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 ""
-"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
-"tarjeta o que se comunique con el banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:317
-msgid ""
-"The credit function is not enabled for the card. Please tell your client "
-"that it is possible to pay with debit or to use another one."
-msgstr ""
-"La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que "
-"puede pagar con la función débito de la misma tarjeta o pídele que use otra."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:318
-msgid ""
-"The debit function is not enabled for the card. Please tell your client that "
-"it is possible to pay with credit or to use another one."
-msgstr ""
-"La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
-"puede pagar con la función crédito de la misma tarjeta o pídele que use otra."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:322
-msgid ""
-"The card-issuing bank declined the payment. Please instruct your client to "
-"ask the bank to authorize it."
-msgstr ""
-"El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
-"comunique con el banco para autorizar el pago."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:326
-msgid ""
-"The buyer does not have enough balance to make the purchase. Please ask your "
-"client to deposit money to the Mercado Pago Account or to use a different "
-"payment method."
-msgstr ""
-"El cliente no tiene suficiente saldo en la cuenta para realizar la compra. "
-"Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de "
-"pago."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:329
-msgid "There was an error"
-msgstr "Hubo un error"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:330
-msgid "The transaction could not be completed."
-msgstr "No fue posible completar la transacción."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:413
-msgid "Payment status on Mercado Pago"
-msgstr "Estado de pago en el Mercado Pago"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:473,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485
-msgid "View purchase details at Mercado Pago"
-msgstr "Ver detalles de compra en Mercado Pago"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:486,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:498
-msgid "Sync order status"
-msgstr "Sincronizar el estado del pedido"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:497
-msgid "Check the reasons why the purchase was declined."
-msgstr "Consulta los motivos del rechazo de tu compra."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:606
-msgid "Order update successfully. This page will be reloaded..."
-msgstr "Actualización del pedido con éxito. Esta página será recargada…"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:610
-msgid "Unable to update order: "
-msgstr "No se puede actualizar el pedido: "
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:126
-msgid "See WooCommerce"
-msgstr "Ver WooCommerce"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124
-msgid "Install WooCommerce"
-msgstr "Instalar WooCommerce"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:121
-msgid "Activate WooCommerce"
-msgstr "Activar WooCommerce"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:137
-msgid "do you have a minute to share your experience with our plugin?"
-msgstr "¿tienes un minuto para compartir tu experiencia con nuestro plugin?"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:140
-msgid ""
-"Your opinion is very important so that we can offer you the best possible "
-"payment solution and continue to improve."
-msgstr ""
-"Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos "
-"posible y seguir mejorando."
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:149
-msgid "Rate the plugin"
-msgstr "Valorar el plugin"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:151
-msgid "Enable payments via Mercado Pago account"
-msgstr "Pagos a través de la cuenta de Mercado Pago"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:154
-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 ""
-"Con esta función activa, tus clientes pagan más rápido usando su cuenta de "
-"Mercado Pago.La tasa de aprobación de estos pagos en tu tienda puede "
-"ser un 25% mayor en comparación con otros medios de pago."
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:163
-msgid "Activate"
-msgstr "Activar"
-
-#: ../../includes/admin/views/html-admin-alert-frame.php:34,
-#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30
-msgid "Discard"
-msgstr "Descartar"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:141
-msgid "Mercado Pago Settings"
-msgstr "Configuración de Mercado Pago"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196
-msgid "Accept "
-msgstr "Acepta "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197
-msgid "payments on the spot "
-msgstr "pagos al instante "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198
-msgid "with"
-msgstr "con toda"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199
-msgid "the "
-msgstr "la "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200
-msgid "security "
-msgstr "seguridad "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201
-msgid "from Mercado Pago"
-msgstr "de Mercado Pago"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202
-msgid "Technical requirements"
-msgstr "Requisitos técnicos"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203
-msgid "SSL"
-msgstr "SSL"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204
-msgid "GD Extensions"
-msgstr "Extensiones GD"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205
-msgid "Curl"
-msgstr "Curl"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206
-msgid ""
-"Implementation responsible for transmitting data to Mercado Pago in a secure "
-"and encrypted way."
-msgstr ""
-"Implementación responsable de transmitir los datos a Mercado Pago de forma "
-"segura y encriptada."
+msgstr "El cliente no pagó dentro del límite de tiempo."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207
-msgid ""
-"These extensions are responsible for the implementation and operation of Pix "
-"in your store."
-msgstr ""
-"Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
-"tienda."
+#: ../../src/Translations/AdminTranslations.php:1138,
+#: ../../src/Translations/AdminTranslations.php:1140,
+#: ../../src/Translations/AdminTranslations.php:1142,
+#: ../../src/Translations/AdminTranslations.php:1183
+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"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208
+#: ../../src/Translations/AdminTranslations.php:1139,
+#: ../../src/Translations/AdminTranslations.php:1141,
+#: ../../src/Translations/AdminTranslations.php:1143,
+#: ../../src/Translations/AdminTranslations.php:1184,
+#: ../../src/Translations/AdminTranslations.php:1185
msgid ""
-"It is an extension responsible for making payments via requests from the "
-"plugin to Mercado Pago."
+"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 ""
-"Es una extensión encargada de realizar los pagos a través de requests del "
-"plugin a Mercado Pago."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209
-msgid "Collections and installments"
-msgstr "Cobros y cuotas"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210
-msgid "Choose "
-msgstr "Elige "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211
-msgid "when you want to receive the money "
-msgstr "cuándo quieres recibir el dinero "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212
-msgid "from your sales and if you want to offer "
-msgstr "de las ventas y si quieres ofrecer "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213
-msgid "interest-free installments "
-msgstr "cuotas sin interés"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214
-msgid "to your clients."
-msgstr "a los clientes."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215
-msgid "Set deadlines and fees"
-msgstr "Ajustar plazos y tasas"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216,
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:124
-msgid "Questions? "
-msgstr "¿Tienes dudas?"
+"Pídele que vuelva a ingresarlos tal como figuran en la tarjeta o en la app "
+"de su banco para finalizar el pago."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217
-msgid "Review the step-by-step of "
-msgstr "Revisa el paso a paso de "
+#: ../../src/Translations/AdminTranslations.php:1144,
+#: ../../src/Translations/AdminTranslations.php:1167
+msgid "We protected you from a suspicious payment"
+msgstr "Te protegimos de un pago sospechoso"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218
-msgid "how to integrate the Mercado Pago Plugin "
-msgstr "cómo integrar el Plugin de Mercado Pago "
+#: ../../src/Translations/AdminTranslations.php:1145
+msgid "For safety reasons, this transaction cannot be completed."
+msgstr "Por motivos de seguridad, esta transacción no podrá ser finalizada."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
-msgid "on our webiste for developers."
-msgstr "en nuestro sitio de desarrolladores."
+#: ../../src/Translations/AdminTranslations.php:1147,
+#: ../../src/Translations/AdminTranslations.php:1166
+msgid ""
+"The buyer is suspended in our platform. Your client must contact us to check "
+"what happened."
+msgstr ""
+"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
+"con nosotros para ver qué pasó."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231
-msgid "1. Integrate your store with Mercado Pago "
-msgstr "1. Integra la tienda a Mercado Pago "
+#: ../../src/Translations/AdminTranslations.php:1148
+msgid "For safety reasons, the card issuing bank declined the payment"
+msgstr "Por seguridad, el banco emisor de la tarjeta rechazó el pago"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232
+#: ../../src/Translations/AdminTranslations.php:1149,
+#: ../../src/Translations/AdminTranslations.php:1168
msgid ""
-"To enable orders, you must create and activate production credentials in "
-"your Mercado Pago Account. "
+"Recommend your customer to pay with their usual payment method and device "
+"for online purchases."
msgstr ""
-"Para habilitar las ventas, debes crear y activar las credenciales de "
-"producción en tu cuenta de Mercado Pago. "
+"Recomiéndale a tu cliente que pague con el medio de pago y dispositivo que "
+"suele usar para compras online."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233
-msgid "Copy and paste the credentials below."
-msgstr "Copia y pega tus credenciales a continuación."
+#: ../../src/Translations/AdminTranslations.php:1150
+msgid "Your customer's credit card has no available limit"
+msgstr "La tarjeta de crédito de tu cliente no tiene límite disponible"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234
-msgid "Check credentials"
-msgstr "Consultar credenciales"
+#: ../../src/Translations/AdminTranslations.php:1151,
+#: ../../src/Translations/AdminTranslations.php:1152,
+#: ../../src/Translations/AdminTranslations.php:1156
+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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235
-msgid "Test credentials "
-msgstr "Credenciales de prueba "
+#: ../../src/Translations/AdminTranslations.php:1155
+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"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236
-msgid "Enable Mercado Pago checkouts for test purchases in the store."
+#: ../../src/Translations/AdminTranslations.php:1157
+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:1158
+msgid ""
+"Please ask them to choose a different number of installments or to pay with "
+"another method."
msgstr ""
-"Habilitan a los checkouts de Mercado Pago para pruebas de compras en la "
-"tienda."
+"Pídele que elija una cantidad de pagos diferente o que use con otro medio."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237
-msgid "Public key"
-msgstr "Public key"
+#: ../../src/Translations/AdminTranslations.php:1159,
+#: ../../src/Translations/AdminTranslations.php:1186
+msgid "Your customer needs to authorize the payment through their bank"
+msgstr "Tu cliente necesita autorizar el pago con su banco"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238
-msgid "Access Token"
-msgstr "Access Token"
+#: ../../src/Translations/AdminTranslations.php:1160,
+#: ../../src/Translations/AdminTranslations.php:1187
+msgid ""
+"Please ask them to call the telephone number on their card or to pay with "
+"another method."
+msgstr ""
+"Pídele que llame al teléfono que está en la tarjeta o que pague con otro "
+"medio."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239
-msgid "Production credentials"
-msgstr "Credenciales de producción"
+#: ../../src/Translations/AdminTranslations.php:1161
+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"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240
-msgid "Enable Mercado Pago checkouts to receive real payments in the store."
-msgstr ""
-"Habilitan a los checkouts de Mercado Pago para recibir pagos reales en "
-"tienda."
+#: ../../src/Translations/AdminTranslations.php:1162
+msgid "Check your approved payments to verify it."
+msgstr "Revisa tu cobros aprobados para verificarlo."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241
-msgid "Paste your Public Key here"
-msgstr "Pega aquí tu Public Key"
+#: ../../src/Translations/AdminTranslations.php:1163
+msgid "Your customer's card was is not activated yet"
+msgstr "La tarjeta de tu cliente aún no está habilitada"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242
-msgid "Paste your Access Token here"
-msgstr "Pega aquí tu Access Token"
+#: ../../src/Translations/AdminTranslations.php:1164
+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 ""
+"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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243,
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280
-msgid "Save and continue"
-msgstr "Guardar y continuar"
+#: ../../src/Translations/AdminTranslations.php:1170
+msgid ""
+"This payment was declined because it did not pass Mercado Pago security "
+"controls. Please ask your client to use another card."
+msgstr ""
+"Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
+"Pago. Pedile a tu cliente que use otra tarjeta."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254
-msgid "2. Customize your business"
-msgstr "2. Personaliza tu negocio"
+#: ../../src/Translations/AdminTranslations.php:1172
+msgid ""
+"The amount exceeded the card limit. Please ask your client to use another "
+"card or to get in touch with the bank."
+msgstr ""
+"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
+"tarjeta o que se comunique con el banco."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255
+#: ../../src/Translations/AdminTranslations.php:1174,
+#: ../../src/Translations/AdminTranslations.php:1178
msgid ""
-"Fill out the following information to have a better experience and offer "
-"more information to your clients"
+"Please ask your client to use another card or to get in touch with the card "
+"issuer."
msgstr ""
-"Completa los siguientes datos para tener una mejor experiencia y ofrecer más "
-"información a los clientes"
+"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
+"la tarjeta."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256
-msgid "Your store information"
-msgstr "Información sobre tu tienda"
+#: ../../src/Translations/AdminTranslations.php:1180
+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 ""
+"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
+"tarjeta o que se comunique con el banco."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257
-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:1188
+msgid "Your customer's debit card has insufficient funds"
+msgstr "La tarjeta de débito de tu cliente no tiene saldo suficiente"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258
-msgid "Eg: Mary's store"
-msgstr "Ej.: TiendaMaría"
+#: ../../src/Translations/AdminTranslations.php:1189
+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:1190
+msgid "Something went wrong and the payment was declined"
+msgstr "El pago fue rechazado porque hubo un error"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259
+#: ../../src/Translations/AdminTranslations.php:1191
msgid ""
-"If this field is empty, the purchase will be identified as Mercado Pago."
+"Please recommend you customer to try again or to pay with another payment "
+"method."
msgstr ""
-"Si el campo queda vacío, la compra del cliente se identificará como Mercado "
-"Pago."
+"Recomiéndale a tu cliente que intente nuevamente o pague con otro medio de "
+"pago."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260
-msgid "Identification in Activities of Mercad Pago"
-msgstr "Identificación en Actividad de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:1204
+msgid "Any questions?"
+msgstr "¿Tienes dudas? "
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261
-msgid "Eg: Marystore"
-msgstr "Ej.: Tienda de María"
+#: ../../src/Translations/AdminTranslations.php:1205
+msgid "Please check the"
+msgstr "Revisa las"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262
-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:1206,
+#: ../../src/Translations/AdminTranslations.php:1222
+msgid "FAQs"
+msgstr "preguntas frecuentes"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263
-msgid "Store category"
-msgstr "Categoría de la tienda"
+#: ../../src/Translations/AdminTranslations.php:1207
+msgid "on the dev website."
+msgstr "en el sitio para desarrolladores."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264
-msgid "Select"
-msgstr "Seleccionar"
+#: ../../src/Translations/AdminTranslations.php:1220
+msgid "Check our"
+msgstr "Revisa las"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265
-msgid "Select ”Other” if you do not find the appropriate category."
-msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada."
+#: ../../src/Translations/AdminTranslations.php:1223
+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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266
-msgid "Advanced integration options (optional)"
-msgstr "Opciones avanzadas de integración (opcional)"
+#: ../../src/Translations/AdminTranslations.php:1228
+msgid "1. Go to the dev website and open a"
+msgstr "1. Ingresa al sitio para desarrolladores y abre un"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267
-msgid ""
-"For further integration of your store with Mercado Pago (IPN, Certified "
-"Partners, Debug Mode)"
-msgstr ""
-"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
-"Certificados, Modo Debug)"
+#: ../../src/Translations/AdminTranslations.php:1230
+msgid "ticket"
+msgstr "ticket"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268
-msgid "View advanced options"
-msgstr "Ver opciones avanzadas"
+#: ../../src/Translations/AdminTranslations.php:1231
+msgid "in the Support section."
+msgstr "en la sección de Soporte."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269
-msgid "URL for IPN "
-msgstr "URL para IPN "
+#: ../../src/Translations/AdminTranslations.php:1236
+msgid "4. Download the"
+msgstr "4. Descarga el"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270
-msgid "Eg: https://examples.com/my-custom-ipn-url"
-msgstr "Ej.: https://examples.com/my-custom-ipn-url"
+#: ../../src/Translations/AdminTranslations.php:1237
+msgid "error history"
+msgstr "historial de errores "
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271
-msgid ""
-"Add the URL to receive payments notifications. Find out more information in "
-"the "
+#: ../../src/Translations/AdminTranslations.php:1238
+msgid "and share it with the Mercado Pago team when asked for it."
msgstr ""
-"Ingresa la URL para recibir notificaciones de pago. Consulta más información "
-"en los "
+"y compártelo con el equipo de Mercado Pago cuando se te sea solicitado."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272
-msgid "guides."
-msgstr "manuales."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273
-msgid "Add plugin default params"
-msgstr "Agregar parámetros default del plugin"
+#: ../../src/Translations/AdminTranslations.php:1242
+msgid "Do you need help?"
+msgstr "¿Necesitas ayuda?"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274
-msgid "integrator_id"
-msgstr "integrator_id"
+#: ../../src/Translations/AdminTranslations.php:1243
+msgid "How to open a ticket:"
+msgstr "Cómo abrir un ticket:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275
-msgid "Eg: 14987126498"
-msgstr "Ej.: 14987126498"
+#: ../../src/Translations/AdminTranslations.php:1245
+msgid "2. Fill out the form with your store details."
+msgstr "2. Completa el formulario con los datos de tu tienda."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276
+#: ../../src/Translations/AdminTranslations.php:1246
msgid ""
-"If you are a Mercado Pago Certified Partner, make sure to add your "
-"integrator_id. If you do not have the code, please "
+"3. Copy and paste the following details when asked for the the technical "
+"information:"
msgstr ""
-"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
-"integrator_id. Si no tienes el código, "
+"3. Copia y pega los siguientes datos cuando se te pida la información "
+"técnica:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277
-msgid "request it now. "
-msgstr "solicítalo ahora. "
+#: ../../src/Translations/AdminTranslations.php:1249
+msgid "Version:"
+msgstr "Versión"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278
-msgid "Debug and Log Mode"
-msgstr "Modo debug y log"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:279
-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:1250
+msgid "History of errors"
+msgstr "Historial de errores"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291
-msgid "3. Set payment methods"
-msgstr "3. Configura los medios de pago"
+#: ../../src/Translations/AdminTranslations.php:1251
+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 ""
+"Selecciona los archivos que quieras compartir con nuestro equipo y haz clic "
+"en “Descargar”. Esta información se te solicitará por e-mail al momento de "
+"ser necesario."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:292
-msgid "To view more options, please select a payment method below"
-msgstr "Selecciona uno de los siguientes medios de pago para ver más opciones"
+#: ../../src/Translations/AdminTranslations.php:1254
+msgid "Source"
+msgstr "Origen"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:293
-msgid "Settings"
-msgstr "Configurar"
+#: ../../src/Translations/AdminTranslations.php:1255
+msgid "File date"
+msgstr "Fecha de creación"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:294
-msgid "Continue"
-msgstr "Continuar"
+#: ../../src/Translations/AdminTranslations.php:1256
+msgid "Download"
+msgstr "Descargar"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305
-msgid "4. Test your store before you sell"
-msgstr "4. Testea tu tienda antes de vender"
+#: ../../src/Translations/AdminTranslations.php:1257
+msgid "Next Page"
+msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306
-msgid ""
-"Test the experience in Test Mode and then enable the Sale Mode (Production) "
-"to sell."
+#: ../../src/Translations/AdminTranslations.php:1258
+msgid "Previous page"
msgstr ""
-"Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) "
-"para realizar ventas."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307
-msgid "Choose how you want to operate your store:"
-msgstr "Elige cómo quieres operar tu tienda:"
+#: ../../src/Translations/AdminTranslations.php:1259
+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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308
-msgid "Test Mode"
-msgstr "Modo Test"
+#: ../../src/Translations/StoreTranslations.php:103
+msgid "discount of"
+msgstr "descuento de"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309
-msgid "Mercado Pago Checkouts disabled for real collections. "
-msgstr "Checkouts Mercado Pago inactivos para cobros reales. "
+#: ../../src/Translations/StoreTranslations.php:104
+msgid "fee of"
+msgstr "comisión de"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310
-msgid "Test Mode rules."
-msgstr "Reglas del modo test."
+#: ../../src/Translations/StoreTranslations.php:105
+msgid "and"
+msgstr "y"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311
-msgid "Sale Mode (Production)"
-msgstr "Modo Ventas (Producción)"
+#: ../../src/Translations/StoreTranslations.php:106
+msgid "Shipping service used by the store."
+msgstr "Servicio de envío utilizado por la tienda."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312
-msgid "Mercado Pago Checkouts enabled for real collections."
-msgstr "Checkouts Mercado Pago activos para cobros reales."
+#: ../../src/Translations/StoreTranslations.php:107
+msgid "Discount provided by store"
+msgstr "Descuento proporcionado por la tienda"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313
-msgid "Mercado Pago payment methods in Production Mode"
-msgstr "Medios de pago Mercado Pago en Modo Produción"
+#: ../../src/Translations/StoreTranslations.php:108
+msgid "Mercado Pago Discount"
+msgstr "Descuento de Mercado Pago:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314
-msgid "The clients can make real purchases in your store."
-msgstr "Los clientes pueden hacer compras reales en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:109
+msgid "Mercado Pago Commission"
+msgstr "Comisión de Mercado Pago:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315
-msgid "Mercado Pago payment methods in Test Mode"
-msgstr "Medios de pago Mercado Pago en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:121
+msgid "Checkout Pro in Test Mode"
+msgstr "Checkout Pro en Modo Test"
+
+#: ../../src/Translations/StoreTranslations.php:122,
+#: ../../src/Translations/StoreTranslations.php:180,
+#: ../../src/Translations/StoreTranslations.php:214
+msgid "Use Mercado Pago's payment methods without real charges. "
+msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316
-msgid "Create your "
-msgstr "Crea tu "
+#: ../../src/Translations/StoreTranslations.php:123,
+#: ../../src/Translations/StoreTranslations.php:181,
+#: ../../src/Translations/StoreTranslations.php:215,
+#: ../../src/Translations/StoreTranslations.php:336,
+#: ../../src/Translations/StoreTranslations.php:364
+msgid "See the rules for the test mode."
+msgstr "Consulte las reglas para el modo test."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317
-msgid "test user "
-msgstr "usuario de prueba "
+#: ../../src/Translations/StoreTranslations.php:124
+msgid "Log in to Mercado Pago and earn benefits"
+msgstr "Inicia sesión en Mercado Pago y obtén beneficios"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318
-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/StoreTranslations.php:125
+msgid "Easy login"
+msgstr "Ingresa con facilidad"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319
-msgid "Use our test cards, "
-msgstr "Utiliza nuestras tarjetas de prueba, "
+#: ../../src/Translations/StoreTranslations.php:126
+msgid "Log in with the same email and password you use in Mercado Libre."
+msgstr "Inicia sesión con tu mismo e-mail y contraseña de Mercado Libre."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320
-msgid "never use real cards. "
-msgstr "nunca utilices tarjetas reales. "
+#: ../../src/Translations/StoreTranslations.php:127
+msgid "Blue phone image"
+msgstr "Imagen de teléfono azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321
-msgid "Visit your store "
-msgstr "Visita tu tienda "
+#: ../../src/Translations/StoreTranslations.php:128
+msgid "Quick payments"
+msgstr "Paga rápido"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322
-msgid "to test purchases"
-msgstr "para testear compras"
+#: ../../src/Translations/StoreTranslations.php:129
+msgid "Use your saved cards, Pix or available balance."
+msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323
-msgid "Save changes"
-msgstr "Guardar cambios"
+#: ../../src/Translations/StoreTranslations.php:130
+msgid "Use your available Mercado Pago Wallet balance or saved cards."
+msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324
-msgid "Store under test"
-msgstr "Tienda en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:131
+msgid "Use your available money or saved cards."
+msgstr "Usa tu dinero disponible o tarjetas guardadas."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325
-msgid "Store in sale mode (Production)"
-msgstr "Tienda en Modo Ventas (Producción)"
+#: ../../src/Translations/StoreTranslations.php:132
+msgid "Blue wallet image"
+msgstr "Imagen de billetera azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326
-msgid "Enter test credentials"
-msgstr "Ingresa las credenciales de prueba"
+#: ../../src/Translations/StoreTranslations.php:133
+msgid "Protected purchases"
+msgstr "Protege tu compra"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:327
-msgid "To enable test mode, "
-msgstr "Para activar el modo de prueba, "
+#: ../../src/Translations/StoreTranslations.php:134
+msgid "Reliable purchases"
+msgstr "Compra con confianza"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:328
-msgid "copy your test credentials "
-msgstr "copia tus credenciales de prueba "
+#: ../../src/Translations/StoreTranslations.php:135
+msgid "Get your money back in case you don't receive your product."
+msgstr "Recupera tu dinero si no recibes el producto."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:329
-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/StoreTranslations.php:136
+msgid "Get help if you have a problem with your purchase."
+msgstr "Recibe ayuda si tienes algún problema con tu compra."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:366
-msgid "Invalid Access Token"
-msgstr "Access token no válido"
+#: ../../src/Translations/StoreTranslations.php:137
+msgid "Blue protection image"
+msgstr "Imagen de protección azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:368
-msgid "Valid Access Token"
-msgstr "Access token válido"
+#: ../../src/Translations/StoreTranslations.php:138
+msgid "Installments option"
+msgstr "Accede a cuotas"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:374
-msgid "Invalid Public Key"
-msgstr "Public key no válida"
+#: ../../src/Translations/StoreTranslations.php:139
+msgid "Pay with or without a credit card."
+msgstr "Paga con o sin tarjeta de crédito."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:376
-msgid "Valid Public Key"
-msgstr "Public key válida"
+#: ../../src/Translations/StoreTranslations.php:140
+msgid "Interest-free installments with selected banks."
+msgstr "Cuotas sin interés con bancos seleccionados."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:379
-msgid "Credentials must be valid"
-msgstr "Las credenciales deben ser válidas"
+#: ../../src/Translations/StoreTranslations.php:141
+msgid "Blue phone installments image"
+msgstr "Imagen de cuotas de teléfono azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:429
-msgid "Credentials were updated"
-msgstr "Se actualizaron las credenciales"
+#: ../../src/Translations/StoreTranslations.php:142
+msgid "Available payment methods"
+msgstr "Medios de pago disponibles"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:421
+#: ../../src/Translations/StoreTranslations.php:143,
+#: ../../src/Translations/StoreTranslations.php:186
msgid ""
-"Your store has exited Test Mode and is making real sales in Production Mode."
+"By continuing, you will be taken to Mercado Pago to safely complete your "
+"purchase."
msgstr ""
-"Ahora su tienda está fuera del modo de prueba y está realizando ventas "
-"reales en el modo de producción."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:422
-msgid "To test the store, re-enter both test credentials."
-msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:435
-msgid "Invalid credentials"
-msgstr "Credenciales no válidas"
+"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
+"segura."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:436
-msgid "See our manual to learn "
-msgstr "Consulte nuestro manual para saber "
+#: ../../src/Translations/StoreTranslations.php:144,
+#: ../../src/Translations/StoreTranslations.php:187
+msgid "Checkout Pro redirect info image"
+msgstr "Imagen de redirección de Checkout Pro"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:437
-msgid "how to enter the credentials the right way."
-msgstr "como ingresar las credenciales de forma correcta."
+#: ../../src/Translations/StoreTranslations.php:145,
+#: ../../src/Translations/StoreTranslations.php:188,
+#: ../../src/Translations/StoreTranslations.php:239,
+#: ../../src/Translations/StoreTranslations.php:281,
+#: ../../src/Translations/StoreTranslations.php:342,
+#: ../../src/Translations/StoreTranslations.php:374
+msgid "By continuing, you agree with our"
+msgstr "Al continuar, aceptas nuestros"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:497
-msgid "Store information is valid"
-msgstr "Información sobre tu tienda"
+#: ../../src/Translations/StoreTranslations.php:146,
+#: ../../src/Translations/StoreTranslations.php:189,
+#: ../../src/Translations/StoreTranslations.php:240,
+#: ../../src/Translations/StoreTranslations.php:282,
+#: ../../src/Translations/StoreTranslations.php:343,
+#: ../../src/Translations/StoreTranslations.php:375
+msgid "Terms and conditions"
+msgstr "Términos y condiciones"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:527
-msgid "Mercado Pago's Payment Methods in Test Mode"
-msgstr "Medios de pago Mercado Pago en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:147,
+#: ../../src/Translations/StoreTranslations.php:218,
+#: ../../src/Translations/StoreTranslations.php:263
+msgid "Pay with Mercado Pago"
+msgstr "Pagar con Mercado Pago"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:528
-msgid "Mercado Pago's Payment Methods in Production Mode"
-msgstr "Medios de pago Mercado Pago en Modo Produción"
+#: ../../src/Translations/StoreTranslations.php:148,
+#: ../../src/Translations/StoreTranslations.php:264
+msgid "Cancel & Clear Cart"
+msgstr "Cancelar & Limpiar carrito"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:521
-msgid "Invalid credentials for test mode"
-msgstr "Credenciales inválidas para el modo de prueba"
+#: ../../src/Translations/StoreTranslations.php:161
+msgid "Log in"
+msgstr "Inicia sesión"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:603
-msgid "Enabled"
-msgstr "Activado"
+#: ../../src/Translations/StoreTranslations.php:162
+msgid ""
+"or create an account in Mercado Pago. If you use Mercado Libre, you already "
+"have one!"
+msgstr ""
+"o crea una cuenta en Mercado Pago. Si utilizas Mercado Libre, ¡ya tienes una!"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:604
-msgid "Disabled"
-msgstr "Inactivo"
+#: ../../src/Translations/StoreTranslations.php:167
+msgid "Know your available limit in Mercado Crédito and"
+msgstr "Conoce tu límite disponible en Mercado Crédito y"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:632
-msgid "Valid Credentials"
-msgstr "Credenciales válidas"
+#: ../../src/Translations/StoreTranslations.php:168
+msgid "choose how many installments"
+msgstr "elige en cuántas cuotas"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:635
-msgid "Credentials couldn't be validated"
-msgstr "No se pudieron validar las credenciales"
+#: ../../src/Translations/StoreTranslations.php:169
+msgid "you want to pay"
+msgstr "quieres pagar"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:658
-msgid "Store business fields are valid"
-msgstr "Los campos comerciales de la tienda son válidos"
+#: ../../src/Translations/StoreTranslations.php:174
+msgid "Pay the installments as you prefer:"
+msgstr "Paga las cuotas como prefieras:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:661
-msgid "Store business fields couldn't be validated"
-msgstr "Los campos comerciales de la tienda no se pudieron validar"
+#: ../../src/Translations/StoreTranslations.php:175
+msgid "with money in your account, card of from the Mercado Pago app"
+msgstr "con dinero, tarjeta o directo desde la app de Mercado Pago"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:684
-msgid "At least one paymet method is enabled"
-msgstr "Al menos un método de pago está habilitado"
+#: ../../src/Translations/StoreTranslations.php:179
+msgid "No card installments in Test Mode"
+msgstr "Mensualidades sin tarjeta en Modo Test"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:687
-msgid "No payment method enabled"
-msgstr "No se habilitó ningún método de pago"
+#: ../../src/Translations/StoreTranslations.php:182
+msgid "How to use it?"
+msgstr "¿Cómo usar?"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:77
-msgid "Payment approved."
-msgstr "Pago aprobado."
+#: ../../src/Translations/StoreTranslations.php:190
+msgid "Pay in"
+msgstr "Compra en hasta"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:131,
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:135
-msgid "Waiting for the Pix payment."
-msgstr "Esperando el pago de Pix."
+#: ../../src/Translations/StoreTranslations.php:191
+msgid "installments"
+msgstr "12 pagos sin tarjeta"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:148,
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:152
-msgid "Waiting for the ticket payment."
-msgstr "Esperando el pago del boleto."
+#: ../../src/Translations/StoreTranslations.php:192
+msgid "with Mercado Pago"
+msgstr "con Mercado Pago"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:160
-msgid "The customer has not made the payment yet."
-msgstr "El cliente todavía no efectuó el pago."
+#: ../../src/Translations/StoreTranslations.php:193
+msgid "Read more"
+msgstr "Leer más"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:179
-msgid "Payment is pending review."
-msgstr "El pago está pendiente de revisión."
+#: ../../src/Translations/StoreTranslations.php:194
+msgid "Buy now and pay in installments with no card later!"
+msgstr "¡Compra ahora y paga después!"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:196
-msgid "Payment was declined. The customer can try again."
-msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
+#: ../../src/Translations/StoreTranslations.php:195
+msgid "100% online, without paperwork or monthly fees"
+msgstr "Compra en hasta 12 pagos mensuales sin usar tarjeta de crédito"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:211
-msgid "Payment was returned to the customer."
-msgstr "El pago fue devuelto al cliente."
+#: ../../src/Translations/StoreTranslations.php:196
+msgid "You can apply for your line of credit 100% online and securely."
+msgstr "Puedes solicitar tu línea de crédito 100% online y de forma segura."
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:225
-msgid "Payment was canceled."
-msgstr "El pago fue cancelado."
+#: ../../src/Translations/StoreTranslations.php:197
+msgid "Do everything from the Mercado Pago app!"
+msgstr "Sin trámites. ¡Haz todo desde la app de Mercado Pago!"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:240,
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:252
-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:198
+msgid "No maintenance fees or additional costs."
+msgstr "Sin tasas de mantenimiento ni costos adicionales."
-#. translators: 1: payment_id 2: status
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:318
-msgid ""
-"Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s."
-msgstr ""
-"Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s."
+#: ../../src/Translations/StoreTranslations.php:199
+msgid "Questions? "
+msgstr "¿Dudas? "
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:371
-msgid "Shipping service used by the store."
-msgstr "Servicio de envío utilizado por la tienda."
+#: ../../src/Translations/StoreTranslations.php:200
+msgid "Check our FAQ"
+msgstr "Consulta nuestra FAQ"
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:562,
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:563
-msgid "Discount provided by store"
-msgstr "Descuento proporcionado por la tienda"
+#: ../../src/Translations/StoreTranslations.php:201
+msgid ". Credit subject to approval."
+msgstr ". Crédito sujeto a aprobación."
-#. translators: %s coupon
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:130
-msgid "Discount for coupon %s"
-msgstr "Descuento para el cupón %s"
+#: ../../src/Translations/StoreTranslations.php:213
+msgid "Checkout Custom in Test Mode"
+msgstr "Tarjeta de crédito en Modo Test"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
-msgid " and fee of"
-msgstr " y comisión de"
+#: ../../src/Translations/StoreTranslations.php:216
+msgid "Pay with saved cards"
+msgstr "Paga con tarjetas guardadas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:547
+#: ../../src/Translations/StoreTranslations.php:217
msgid ""
-"Public Key production credential is invalid. Review the field to "
-"receive real payments."
+"Do you have a Mercado Libre account? Then use the same email and password to "
+"pay faster with Mercado Pago."
msgstr ""
-"La credencial para producción Public Key es inválida. Revísala para "
-"poder recibir pagos reales."
+"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
+"pagar más rápido con Mercado Pago."
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:556
-msgid ""
-"Public Key test credential is invalid. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Public Key es inválida. Revísala para poder "
-"realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:219
+msgid "With which card can you pay?"
+msgstr "¿Con qué tarjeta puedes pagar?"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:565
-msgid ""
-"Access Token production credential is invalid. Remember that it must "
-"be complete to receive real payments."
-msgstr ""
-"La credencial para producción Access Token es inválida. Revísala para "
-"poder recibir pagos reales."
+#: ../../src/Translations/StoreTranslations.php:220,
+#: ../../src/Translations/StoreTranslations.php:224
+msgid "See current promotions"
+msgstr "Ver promociones vigentes"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:574
-msgid ""
-"Access Token test credential is invalid. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Access Token es inválida. Revísala para poder "
-"realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:221
+msgid "Credit cards"
+msgstr "Tarjetas de crédito"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:592
-msgid ""
-"Public Key test credential is blank. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Public Key está en blanco. Revísala para "
-"poder realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:222
+msgid "Up to 12 installments"
+msgstr "Hasta 12 cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:601
-msgid ""
-"Public Key production credential is blank. Review the field to "
-"receive real payments."
-msgstr ""
-"La credencial para producción Public Key está en blanco. Revísala "
-"para poder recibir pagos reales."
+#: ../../src/Translations/StoreTranslations.php:223
+msgid "Debit cards"
+msgstr "Tarjetas de débito"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:610
-msgid ""
-"Access Token test credential is blank. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Access Token está en blanco. Revísala para "
-"poder realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:225
+msgid "Fill in your card details"
+msgstr "Completa los datos de tu tarjeta"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:619
-msgid ""
-"Access Token production credential is blank. Remember that it must be "
-"complete to receive real payments."
-msgstr ""
-"La credencial para producción Access Token está en blanco. Revísala "
-"para poder recibir pagos reales."
+#: ../../src/Translations/StoreTranslations.php:226
+msgid "Card number"
+msgstr "Número de Tarjeta"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:90
-msgid ""
-"There was an error processing your payment. Please try again or contact us "
-"for Assistance."
-msgstr ""
-"Se ha producido un error en el procesamiento de su pago. Por favor, "
-"inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
+#: ../../src/Translations/StoreTranslations.php:227,
+#: ../../src/Translations/StoreTranslations.php:229,
+#: ../../src/Translations/StoreTranslations.php:231,
+#: ../../src/Translations/StoreTranslations.php:233
+msgid "Required data"
+msgstr "Datos obligatorios"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:82,
-#: ../../templates/checkout/custom-checkout.php:45,
-#: ../../templates/receipt/custom-checkout.php:41
-msgid "Pay with Mercado Pago"
-msgstr "Pagar con Mercado Pago"
+#: ../../src/Translations/StoreTranslations.php:228
+msgid "Holder name as it appears on the card"
+msgstr "Nombre del titular como aparece en la tarjeta"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:84,
-#: ../../templates/receipt/custom-checkout.php:44
-msgid "Cancel & Clear Cart"
-msgstr "Cancelar & Limpiar carrito"
+#: ../../src/Translations/StoreTranslations.php:230
+msgid "Expiration"
+msgstr "Vencimiento"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:73,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82
-msgid "Apply"
-msgstr "Aplicar"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:74,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
-msgid "Remove"
-msgstr "Retirar"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
-msgid "Please, inform your coupon code"
-msgstr "Por favor, informe su código de cupón"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
-msgid "To choose"
-msgstr "Elegir"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
-msgid "Other bank"
-msgstr "Otro banco"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:148,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
-msgid "You will save"
-msgstr "Salvarás"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:149,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
-msgid "with discount of"
-msgstr "con descuento de"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:150,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
-msgid "Total of your purchase:"
-msgstr "Total de su compra:"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:151,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
-msgid "Total of your purchase with discount:"
-msgstr "Total de su compra con descuento:"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
-msgid "*After payment approval"
-msgstr "*Tras la aprobación del pago"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
-msgid "Terms and conditions of use"
-msgstr "Términos y condiciones de uso"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
-msgid "No fee"
-msgstr "Sin interés"
+#: ../../src/Translations/StoreTranslations.php:232
+msgid "Security Code"
+msgstr "Código de seguridad"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173
-msgid "More options"
-msgstr "Más opciones"
+#: ../../src/Translations/StoreTranslations.php:234,
+#: ../../src/Translations/StoreTranslations.php:337,
+#: ../../src/Translations/StoreTranslations.php:365
+msgid "Holder document"
+msgstr "Documento del titular"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
-msgid "mm/yy"
-msgstr "mm/aa"
+#: ../../src/Translations/StoreTranslations.php:235,
+#: ../../src/Translations/StoreTranslations.php:338,
+#: ../../src/Translations/StoreTranslations.php:366
+msgid "Invalid document"
+msgstr "Número de documento no válido"
+
+#: ../../src/Translations/StoreTranslations.php:236,
+#: ../../src/Translations/StoreTranslations.php:238
+msgid "Select the number of installments"
+msgstr "Selecciona la cantidad de cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
-#: ../../templates/checkout/custom-checkout.php:134
+#: ../../src/Translations/StoreTranslations.php:237,
+#: ../../src/Translations/StoreTranslations.php:242
msgid "Issuer"
msgstr "Banco"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165
+#: ../../src/Translations/StoreTranslations.php:241
+msgid "mm/yy"
+msgstr "mm/aa"
+
+#: ../../src/Translations/StoreTranslations.php:243
msgid "Installments"
-msgstr "12 pagos sin tarjeta"
+msgstr "Cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
+#: ../../src/Translations/StoreTranslations.php:244
msgid "on the back"
msgstr "del dorso"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
+#: ../../src/Translations/StoreTranslations.php:245
msgid "on the front"
msgstr "del frente"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
+#: ../../src/Translations/StoreTranslations.php:246
msgid "digits"
msgstr "dígitos"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:174
+#: ../../src/Translations/StoreTranslations.php:247
+msgid "No fee"
+msgstr "Sin interés"
+
+#: ../../src/Translations/StoreTranslations.php:248
+msgid "More options"
+msgstr "Más opciones"
+
+#: ../../src/Translations/StoreTranslations.php:249
msgid "If interest is applicable, it will be charged by your bank."
msgstr "Si corresponden intereses, serán aplicados por tu banco."
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175
+#: ../../src/Translations/StoreTranslations.php:250
msgid "Interest"
msgstr "Intereses"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178
+#: ../../src/Translations/StoreTranslations.php:251
msgid "Card number is required"
msgstr "Número de tarjeta obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:179
+#: ../../src/Translations/StoreTranslations.php:252
msgid "Card number invalid"
msgstr "Número de tarjeta inválido"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182
+#: ../../src/Translations/StoreTranslations.php:253
msgid "Holder name is required"
msgstr "Nombre del titular obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:183
+#: ../../src/Translations/StoreTranslations.php:254
msgid "Holder name invalid"
msgstr "Nombre del titular inválido"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:186,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188
+#: ../../src/Translations/StoreTranslations.php:255,
+#: ../../src/Translations/StoreTranslations.php:257
msgid "Expiration date invalid"
msgstr "Fecha de vencimiento inválido"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:187
+#: ../../src/Translations/StoreTranslations.php:256
msgid "Expiration date incomplete"
msgstr "Fecha de vencimiento obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:191
+#: ../../src/Translations/StoreTranslations.php:258
msgid "Security code is required"
msgstr "Código de seguridad obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:192
+#: ../../src/Translations/StoreTranslations.php:259
msgid "Security code incomplete"
msgstr "Código de seguridad incompleto"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:230
+#: ../../src/Translations/StoreTranslations.php:260
msgid "Cost of installments"
msgstr "Coste de las cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:231
+#: ../../src/Translations/StoreTranslations.php:261
msgid "Total with installments"
msgstr "Total con cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:232
+#: ../../src/Translations/StoreTranslations.php:262
msgid "installments of"
msgstr "cuotas de"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:139
+#: ../../src/Translations/StoreTranslations.php:276
+msgid "Pix in Test Mode"
+msgstr "Pix en Modo Test"
+
+#: ../../src/Translations/StoreTranslations.php:277
+msgid ""
+"You can test the flow to generate a code, but you cannot finalize the "
+"payment."
+msgstr ""
+"Es posible probar el flujo para generar una factura, pero no es posible "
+"finalizar el pago."
+
+#: ../../src/Translations/StoreTranslations.php:278
+msgid "Pay instantly"
+msgstr "Pago instantáneo"
+
+#: ../../src/Translations/StoreTranslations.php:279
+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:280
+msgid "Pix logo"
+msgstr "Pix logo"
+
+#: ../../src/Translations/StoreTranslations.php:283,
+#: ../../src/Translations/StoreTranslations.php:292
+msgid "Code valid for "
+msgstr "Código válido por "
+
+#: ../../src/Translations/StoreTranslations.php:284
msgid "Now you just need to pay with Pix to finalize your purchase"
msgstr "Ahora sólo tiene que pagar con Pix para finalizar su compra"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:140
+#: ../../src/Translations/StoreTranslations.php:285
msgid "How to pay with Pix:"
msgstr "Cómo pagar con Pix:"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
+#: ../../src/Translations/StoreTranslations.php:286
msgid "Go to your bank's app or website"
msgstr "Entra en la app o en la página web de tu banco"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142
+#: ../../src/Translations/StoreTranslations.php:287
msgid "Search for the option to pay with Pix"
msgstr "Busca la opción de pagar con Pix"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143
+#: ../../src/Translations/StoreTranslations.php:288
msgid "Scan the QR code or Pix code"
msgstr "Escanea el código QR o el código Pix"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144
+#: ../../src/Translations/StoreTranslations.php:289
msgid "Done! You will see the payment confirmation"
msgstr "Listo. Verás la confirmación del pago"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145
+#: ../../src/Translations/StoreTranslations.php:290
msgid "Value: "
msgstr "Valor: "
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147
+#: ../../src/Translations/StoreTranslations.php:291
msgid "Scan the QR code:"
msgstr "Escanea el código QR:"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150
+#: ../../src/Translations/StoreTranslations.php:293
msgid "If you prefer, you can pay by copying and pasting the following code"
msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152
+#: ../../src/Translations/StoreTranslations.php:294
msgid "Copy code"
msgstr "Copiar código"
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:112
-msgid "Pay in"
-msgstr "Compra en hasta"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:113
-msgid "installments"
-msgstr "12 pagos sin tarjeta"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:114
-msgid "with Mercado Pago"
-msgstr "con Mercado Pago"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:115
-msgid "Read more"
-msgstr "Saber más"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:116
-msgid "Buy now and pay in installments with no card later!"
-msgstr "¡Compra ahora y paga después!"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:117
-msgid "100% online,"
-msgstr "Compra en hasta"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:118
-msgid "without paperwork or monthly fees"
-msgstr "12 pagos mensuales sin usar tarjeta de crédito"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:119
-msgid "When paying, choose"
-msgstr "Puedes solicitar "
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:120
-msgid ". Login to your account or create one in a few steps."
-msgstr "tu línea de crédito 100% online y de forma segura."
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:121
-msgid "Search for"
-msgstr "Sin trámites."
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:122
-msgid ""
-"among the options, select it and choose in how many installments you would "
-"like to pay."
-msgstr " ¡Haz todo desde la app de Mercado Pago!"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:123
-msgid "Pay your installments monthly as you wish, in the Mercado Pago app."
-msgstr "Sin tasas de mantenimiento ni costos adicionales."
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126
-msgid "Check our FAQ"
-msgstr "Consulta nuestra FAQ"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:127
-msgid ". Credit subject to approval."
-msgstr ". Crédito sujeto a aprobación."
-
-#: ../../includes/module/sdk/lib/class-mp.php:182,
-#: ../../includes/module/sdk/lib/class-mp.php:634,
-#: ../../includes/module/sdk/lib/class-mp.php:682,
-#: ../../includes/module/sdk/lib/class-mp.php:727,
-#: ../../includes/module/sdk/lib/class-mp.php:986
-msgid "Response from cache"
-msgstr "Respuesta de la caché"
-
-#: ../../includes/module/sdk/lib/class-mp.php:1000
-msgid "Response from API"
-msgstr "Respuesta de la API"
-
-#. translators: 1: total_time currency 2: url
-#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179
-msgid "Took %1$s seconds to transfer a request to %2$s"
-msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s"
-
-#: ../../templates/checkout/basic-checkout.php:24
-msgid "Checkout Pro in Test Mode"
-msgstr "Checkout Pro en Modo Test"
-
-#: ../../templates/checkout/basic-checkout.php:25,
-#: ../../templates/checkout/credits-checkout.php:25
-msgid "Use Mercado Pago's payment methods without real charges. "
-msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
-
-#: ../../templates/checkout/basic-checkout.php:26,
-#: ../../templates/checkout/credits-checkout.php:26,
-#: ../../templates/checkout/ticket-checkout.php:26
-msgid "See the rules for the test mode."
-msgstr "Consulte las reglas para el modo test."
-
-#: ../../templates/checkout/basic-checkout.php:35
-msgid "Log in to Mercado Pago and earn benefits"
-msgstr "Inicia sesión en Mercado Pago y obtén beneficios"
-
-#: ../../templates/checkout/basic-checkout.php:54
-msgid ""
-"By continuing, you will be taken to Mercado Pago to safely complete your "
-"purchase."
-msgstr ""
-"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
-"segura."
-
-#: ../../templates/checkout/basic-checkout.php:56,
-#: ../../templates/checkout/credits-checkout.php:47
-msgid "Checkout Pro redirect info image"
-msgstr "Imagen de redirección de Checkout Pro"
-
-#: ../../templates/checkout/basic-checkout.php:66,
-#: ../../templates/checkout/credits-checkout.php:56,
-#: ../../templates/checkout/custom-checkout.php:169,
-#: ../../templates/checkout/pix-checkout.php:31,
-#: ../../templates/checkout/ticket-checkout.php:96
-msgid "By continuing, you agree with our"
-msgstr "Al continuar, aceptas nuestros"
-
-#: ../../templates/checkout/basic-checkout.php:67,
-#: ../../templates/checkout/credits-checkout.php:57,
-#: ../../templates/checkout/custom-checkout.php:170,
-#: ../../templates/checkout/pix-checkout.php:31,
-#: ../../templates/checkout/ticket-checkout.php:97
-msgid "Terms and conditions"
-msgstr "Términos y condiciones"
-
-#: ../../templates/checkout/credits-checkout.php:24
-msgid "No card installments in Test Mode"
-msgstr "Mensualidades sin tarjeta en Modo Test"
-
-#: ../../templates/checkout/credits-checkout.php:34
-msgid "How to use it?"
-msgstr "¿Cómo usar?"
-
-#: ../../templates/checkout/credits-checkout.php:37
-msgid ""
-"Log in or create an account in Mercado Pago. If you use Mercado "
-"Libre, you already have one!"
-msgstr ""
-"Inicia sesión o crea una cuenta en Mercado Pago. Si has usado Mercado "
-"Libre para comprar, ¡ya tienes una!"
-
-#: ../../templates/checkout/credits-checkout.php:38
-msgid ""
-"Know your available limit in Mercado Crédito and choose how many "
-"installments you want to pay."
-msgstr ""
-"Conoce el límite disponible de tu línea de crédito y elige el plazo en "
-"el que quieres pagar tu compra."
-
-#: ../../templates/checkout/credits-checkout.php:39
-msgid ""
-"Pay the installments as you prefer: with money in your account, card of "
-"from the Mercado Pago app."
-msgstr ""
-"Paga mes a mes con el medio de pago que prefieras. ¡Todo desde la app "
-"de Mercado Pago!"
+#: ../../src/Translations/StoreTranslations.php:295,
+#: ../../src/Translations/StoreTranslations.php:349,
+#: ../../src/Translations/StoreTranslations.php:373
+msgid "Mercado Pago: The customer has not paid yet."
+msgstr "Mercado Pago: El cliente no ha pagado todavía."
-#: ../../templates/checkout/credits-checkout.php:46
+#: ../../src/Translations/StoreTranslations.php:296
msgid ""
-"By confirming your purchase, you will be redirected to your Mercado Pago "
-"account."
+"Mercado Pago: Now you just need to pay with Pix to finalize your purchase."
msgstr ""
-"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
-"segura."
-
-#: ../../templates/checkout/custom-checkout.php:23
-msgid "Checkout Custom in Test Mode"
-msgstr "Tarjeta de crédito en Modo Test"
-
-#: ../../templates/checkout/custom-checkout.php:24
-msgid "Use Mercado Pago means without real charges."
-msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
-
-#: ../../templates/checkout/custom-checkout.php:25
-msgid "See test mode rules."
-msgstr "Ver las reglas del Modo Test."
-
-#: ../../templates/checkout/custom-checkout.php:36
-msgid "Pay with saved cards"
-msgstr "Paga con tarjetas guardadas"
+"Mercado Pago: Ahora sólo tiene que pagar con Pix para finalizar su compra."
-#: ../../templates/checkout/custom-checkout.php:40
+#: ../../src/Translations/StoreTranslations.php:297
msgid ""
-"Do you have a Mercado Libre account? Then use the same email and password to "
-"pay faster with Mercado Pago."
+"Scan the QR code below or copy and paste the code into your bank's "
+"application."
msgstr ""
-"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
-"pagar más rápido \n"
-"con Mercado Pago."
-
-#: ../../templates/checkout/custom-checkout.php:57
-msgid "With which card can you pay?"
-msgstr "¿Con qué tarjeta puedes pagar?"
-
-#: ../../templates/checkout/custom-checkout.php:70
-msgid "See current promotions"
-msgstr "Ver promociones vigentes"
-
-#: ../../templates/checkout/custom-checkout.php:78
-msgid "Fill in your card details"
-msgstr "Completa los datos de tu tarjeta"
-
-#: ../../templates/checkout/custom-checkout.php:80
-msgid "Card number"
-msgstr "Número de Tarjeta"
+"Escanee el código QR a continuación o copie y pegue el código en la "
+"aplicación de su banco."
-#: ../../templates/checkout/custom-checkout.php:82,
-#: ../../templates/checkout/custom-checkout.php:89,
-#: ../../templates/checkout/custom-checkout.php:98,
-#: ../../templates/checkout/custom-checkout.php:106
-msgid "Required data"
-msgstr "Datos obligatorios"
+#: ../../src/Translations/StoreTranslations.php:298
+msgid "30 minutes"
+msgstr "30 minutos"
-#: ../../templates/checkout/custom-checkout.php:87
-msgid "Holder name as it appears on the card"
-msgstr "Nombre del titular como aparece en la tarjeta"
+#: ../../src/Translations/StoreTranslations.php:310
+msgid "Payment approved."
+msgstr "Pago aprobado."
-#: ../../templates/checkout/custom-checkout.php:95
-msgid "Expiration"
-msgstr "Vencimiento"
+#: ../../src/Translations/StoreTranslations.php:311
+msgid "Waiting for the Pix payment."
+msgstr "Esperando el pago de Pix."
-#: ../../templates/checkout/custom-checkout.php:103
-msgid "Security Code"
-msgstr "Código de seguridad"
+#: ../../src/Translations/StoreTranslations.php:312
+msgid "Waiting for the ticket payment."
+msgstr "Esperando el pago del boleto."
-#: ../../templates/checkout/custom-checkout.php:113,
-#: ../../templates/checkout/ticket-checkout.php:36,
-#: ../../templates/checkout/ticket-checkout.php:53
-msgid "Holder document"
-msgstr "Documento del titular"
+#: ../../src/Translations/StoreTranslations.php:313
+msgid "The customer has not made the payment yet."
+msgstr "El cliente todavía no efectuó el pago."
-#: ../../templates/checkout/custom-checkout.php:114,
-#: ../../templates/checkout/ticket-checkout.php:37,
-#: ../../templates/checkout/ticket-checkout.php:54
-msgid "Invalid document"
-msgstr "Número de documento no válido"
+#: ../../src/Translations/StoreTranslations.php:314
+msgid "Payment is pending review."
+msgstr "El pago está pendiente de revisión."
-#: ../../templates/checkout/custom-checkout.php:129,
-#: ../../templates/checkout/custom-checkout.php:145
-msgid "Select the number of installments"
-msgstr "Selecciona la cantidad de cuotas"
+#: ../../src/Translations/StoreTranslations.php:315
+msgid "Payment was declined. The customer can try again."
+msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
-#: ../../templates/checkout/pix-checkout.php:22
-msgid "Pix in Test Mode"
-msgstr "Pix en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:316
+msgid "Payment was returned to the customer."
+msgstr "El pago fue devuelto al cliente."
-#: ../../templates/checkout/pix-checkout.php:22
+#: ../../src/Translations/StoreTranslations.php:317
msgid ""
-"You can test the flow to generate a code, but you cannot finalize the "
-"payment."
+"The payment was partially returned to the customer. the amount refunded "
+"was : "
msgstr ""
-"Es posible probar el flujo para generar una factura, pero no es posible "
-"finalizar el pago."
+"El pago se devolvió parcialmente al cliente. El montante reembolsado fue "
+"de : "
-#: ../../templates/checkout/pix-checkout.php:27
-msgid "Pay instantly"
-msgstr "Pago instantáneo"
+#: ../../src/Translations/StoreTranslations.php:318
+msgid "Payment was canceled."
+msgstr "El pago fue cancelado."
-#: ../../templates/checkout/pix-checkout.php:27
+#: ../../src/Translations/StoreTranslations.php:319,
+#: ../../src/Translations/StoreTranslations.php:320
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."
+"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."
-#: ../../templates/checkout/pix-checkout.php:27
-msgid "Pix logo"
-msgstr "Pix logo"
+#: ../../src/Translations/StoreTranslations.php:321
+msgid "The payment"
+msgstr "El pago"
-#: ../../templates/checkout/ticket-checkout.php:24
+#: ../../src/Translations/StoreTranslations.php:322
+msgid "was notified by Mercado Pago with status"
+msgstr "fue notificado por Mercado Pago con estado"
+
+#: ../../src/Translations/StoreTranslations.php:334
msgid "Offline Methods in Test Mode"
msgstr "Facturas en Modo Test"
-#: ../../templates/checkout/ticket-checkout.php:25
+#: ../../src/Translations/StoreTranslations.php:335
msgid ""
"You can test the flow to generate an invoice, but you cannot finalize the "
-"payment. "
+"payment."
msgstr ""
"Es posible testear el flujo para generar una factura, pero no es posible "
-"finalizar el pago. "
+"finalizar el pago."
-#: ../../templates/checkout/ticket-checkout.php:68
+#: ../../src/Translations/StoreTranslations.php:339,
+#: ../../src/Translations/StoreTranslations.php:367
msgid "Select where you want to pay"
msgstr "Selecciona el punto de pago donde quieres pagar"
-#: ../../templates/checkout/ticket-checkout.php:73
+#: ../../src/Translations/StoreTranslations.php:340,
+#: ../../src/Translations/StoreTranslations.php:368
msgid "more options"
msgstr "más opciones"
-#: ../../templates/checkout/ticket-checkout.php:78
+#: ../../src/Translations/StoreTranslations.php:341
msgid "Select a payment method"
msgstr "Seleccione una opción de pago"
-#: ../../templates/order/payment-status-metabox-content.php:30
-msgid ""
-"This is the payment status of your Mercado Pago Activities. To check the "
-"order status, please refer to Order details."
-msgstr ""
-"Este es el estado del pago de las Actividades de tu Mercado Pago. Para "
-"consultar el estado del pedido, consulta en Detalles del Pedido."
-
-#: ../../templates/order-received/show-ticket.php:19
+#: ../../src/Translations/StoreTranslations.php:344
msgid ""
"Great, we processed your purchase order. Complete the payment with ticket so "
"that we finish approving it."
@@ -3030,789 +2758,601 @@ msgstr ""
"Excelente, procesamos tu orden de compra. Completa el pago con ticket para "
"que terminemos de aprobarla."
-#: ../../templates/order-received/show-ticket.php:23
+#: ../../src/Translations/StoreTranslations.php:345
msgid "Print ticket"
msgstr "Imprimir ticket"
-#~ msgid "Fee"
-#~ msgstr "Tasa"
-
-#~ msgid "How does it work?"
-#~ msgstr "¿Cómo funciona?"
-
-#~ msgid "Checkout visualization:"
-#~ msgstr "Visualización en el checkout:"
+#: ../../src/Translations/StoreTranslations.php:346
+msgid " and "
+msgstr " e "
-#~ 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/StoreTranslations.php:347
+msgid "To print the ticket again click"
+msgstr "Para reimprimir o boleto clique"
-#~ msgid "Banner visualization"
-#~ msgstr "Visualización del componente"
+#: ../../src/Translations/StoreTranslations.php:348
+msgid "here"
+msgstr "aqui"
-#~ msgid "Check the example of how it will appear in the store:"
-#~ msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:"
+#: ../../src/Translations/StoreTranslations.php:362
+msgid "Checkout PSE in Test Mode"
+msgstr "Checkout PSE en Modo Test"
-#~ msgid "Bank Transfer"
-#~ msgstr "Transferencia bancaria"
+#: ../../src/Translations/StoreTranslations.php:363
+msgid "You can test the flow to generate a payment with PSE"
+msgstr "Puede probar el flujo para generar un pago con PSE"
-#~ msgid "Payment by cash"
-#~ msgstr "Pagos en efectivo"
+#: ../../src/Translations/StoreTranslations.php:369
+msgid "Person type "
+msgstr "Tipo de persona "
-#~ msgid ""
-#~ "If you already have a Mercado Libre account, use the same email and "
-#~ "password"
-#~ msgstr ""
-#~ "Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña"
+#: ../../src/Translations/StoreTranslations.php:370
+msgid "Financial institution"
+msgstr "Institución financiera"
-#~ msgid ""
-#~ "When you confirm your purchase, we will redirect you to your Mercado Pago "
-#~ "account"
-#~ msgstr ""
-#~ "Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado "
-#~ "Pago"
+#: ../../src/Translations/StoreTranslations.php:371
+msgid "Select the financial institution"
+msgstr "Seleccione la entidad financiera"
-#~ msgid "Payment with Mercado Credito"
-#~ msgstr "Pagos con Mercado Crédito"
+#: ../../src/Translations/StoreTranslations.php:372
+msgid "Select the institution"
+msgstr "Seleccione la institución"
-#~ msgid "New!"
-#~ msgstr "¡Nuevo!"
+#: ../../src/Translations/StoreTranslations.php:387
+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."
-#~ msgid ""
-#~ "With Mercado Credito, clients can pay "
-#~ "in installments with no card, by transfers, invoice or money available "
-#~ "in their Mercado Pago account. By activating the no-card "
-#~ "installments banner, you will increase your chances of selling."
-#~ msgstr ""
-#~ "Con Mercado Crédito, los clientes "
-#~ "pagan en cuotas sin tarjeta, por transferencia, tarjeta de débito, "
-#~ "efectivo o dinero disponible en la cuenta de Mercado Pago. Al "
-#~ "activar el componente de cuotas sin tarjeta, aumentarás tus chances "
-#~ "de vender. Para saber más, ingresá a documentación."
+#: ../../src/Translations/StoreTranslations.php:388
+msgid ""
+"A problem was occurred when processing your payment. Are you sure you have "
+"correctly filled all information in the checkout form?"
+msgstr ""
+"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
+"cargado la información en el formulario?"
-#~ msgid "The no-card installments banner is disabled."
-#~ msgstr "El componente de cuotas sin tarjeta está desactivado ."
+#: ../../src/Translations/StoreTranslations.php:389
+msgid "See your order form"
+msgstr "Ver su hoja de pedido"
-#~ msgid "Earn more points and have exclusive benefits in Mercado Puntos"
-#~ msgstr "Gana más puntos y ventajas exclusivas en Mercado Puntos "
+#: ../../src/Translations/StoreTranslations.php:390
+msgid "Your payment was declined. You can try again."
+msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#~ msgid "Error loading form."
-#~ msgstr "Error al cargar el formulario."
+#: ../../src/Translations/StoreTranslations.php:391
+msgid "Click to try again"
+msgstr "Haga clic para intentarlo de nuevo"
-#~ msgid "Please refresh the page to try again."
-#~ msgstr "Actualice la página para volver a intentarlo."
+#: ../../src/Translations/StoreTranslations.php:392
+msgid "That's it, payment accepted!"
+msgstr "Listo, ¡aceptamos tu pago!"
-#~ msgid "Refresh page"
-#~ msgstr "Actualizar página"
+#: ../../src/Translations/StoreTranslations.php:393
+msgid ""
+"We are processing your payment. In less than an hour we will send you the "
+"result by email."
+msgstr ""
+"Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
+"por correo electrónico."
-#~ msgid "Type of topic IPN invalid, need to be merchant_order"
-#~ msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`"
+#: ../../src/Translations/StoreTranslations.php:394
+msgid ""
+"We are processing your payment. In less than 2 days we will send you by "
+"email if the payment has been approved or if additional information is "
+"needed."
+msgstr ""
+"Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
+"electrónico si se ha aprobado el pago o si se necesita información adicional."
-#~ msgid "Click here to see more details..."
-#~ msgstr "Haga clic aquí para ver más detalles…"
+#: ../../src/Translations/StoreTranslations.php:395
+msgid "Check the card number."
+msgstr "Compruebe el número de tarjeta."
-#~ msgid "Purchases with saved cards or money in Mercado Pago"
-#~ msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago"
+#: ../../src/Translations/StoreTranslations.php:396
+msgid "Check the expiration date."
+msgstr "Compruebe la fecha de expiración."
-#~ msgid ""
-#~ "Feature for those who have a saved card or money in Mercado Pago to buy "
-#~ "without having to fill in details."
-#~ msgstr ""
-#~ "Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en "
-#~ "Mercado Pago puedan comprar sin la necesidad de completar datos."
+#: ../../src/Translations/StoreTranslations.php:397
+msgid "Check the information provided."
+msgstr "Compruebe la información informada."
-#~ msgid "The feature for payments with saved cards is active."
-#~ msgstr ""
-#~ "La funcionalidad para pagos con tarjetas guardadas está activa"
-#~ "b>."
+#: ../../src/Translations/StoreTranslations.php:398
+msgid "Check the informed security code."
+msgstr "Compruebe el código de seguridad informado."
-#~ msgid "The feature for payments with saved cards is inactive."
-#~ msgstr ""
-#~ "La funcionalidad para pagos con tarjetas guardadas está "
-#~ "inactiva."
+#: ../../src/Translations/StoreTranslations.php:399,
+#: ../../src/Translations/StoreTranslations.php:400
+msgid "Your payment cannot be processed."
+msgstr "No se puede procesar su pago."
-#~ msgid "You can see how the feature is in your store Checkout below:"
-#~ msgstr ""
-#~ "A continuación, cómo es la funcionalidad en el checkout de la tienda:"
+#: ../../src/Translations/StoreTranslations.php:401
+msgid "You must authorize payments for your orders."
+msgstr "Usted debe autorizar los pagos de sus órdenes."
-#~ msgid "Mercado Pago customers can now pay with stored cards."
-#~ msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas."
+#: ../../src/Translations/StoreTranslations.php:402
+msgid ""
+"Contact your card issuer to activate it. The phone is on the back of your "
+"card."
+msgstr ""
+"Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
+"se encuentra en la parte posterior de su tarjeta."
-#~ msgid ""
-#~ "The function Saved card payments is enabled. With this setting, "
-#~ "customers using Mercado Pago can purchase without having to fill in "
-#~ "payment details. You can control this option in the settings."
-#~ msgstr ""
-#~ "La función Pago con tarjetas guardadas de Mercado Pago está habilitada. "
-#~ "Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que "
-#~ "completar los datos de la tarjeta. Puedes controlar esta opción en "
-#~ "configuración."
+#: ../../src/Translations/StoreTranslations.php:403
+msgid ""
+"You have already made a payment of this amount. If you have to pay again, "
+"use another card or other method of payment."
+msgstr ""
+"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
+"utilizar otra tarjeta u otro medio de pago."
-#~ msgid "Go to settings"
-#~ msgstr "Ir a la configuración"
+#: ../../src/Translations/StoreTranslations.php:404
+msgid ""
+"Your payment was declined. Please select another payment method. It is "
+"recommended in cash."
+msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#~ msgid "No need to fill out details"
-#~ msgstr "Sin cargar datos"
+#: ../../src/Translations/StoreTranslations.php:405
+msgid "Your payment does not have sufficient funds."
+msgstr "Su metodo de pago no tiene fondos suficientes."
-#~ msgid "Installments available"
-#~ msgstr "Cuotas disponibles"
+#: ../../src/Translations/StoreTranslations.php:406
+msgid "Payment cannot process the selected fee."
+msgstr "El pago no puede procesar la cuota seleccionada."
-#~ msgid "Pay faster with your saved cards and without completing data."
-#~ msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos."
+#: ../../src/Translations/StoreTranslations.php:407
+msgid ""
+"You have reached the limit of allowed attempts. Choose another card or other "
+"payment method."
+msgstr ""
+"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
+"medio de pago."
-#, fuzzy
-#~| msgid "Important! To sell you must enter your credentials."
-#~ msgid "Important! To sell, you must enter your credentials."
-#~ msgstr "¡Importante! Para vender debe introducir sus credenciales."
+#: ../../src/Translations/StoreTranslations.php:408
+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 ""
+"Intento de transacción no válido Está intentando "
+"realizar una transacción productiva con credenciales de prueba o una "
+"transacción de prueba con credenciales productivas. Asegúrese de que está "
+"utilizando la configuración de credenciales correcta para la acción deseada."
-#~ msgid "Go to step-by-step"
-#~ msgstr "Ir al paso a paso"
+#: ../../src/Translations/StoreTranslations.php:409
+msgid ""
+"Invalid transaction attempt It is not possible to pay "
+"with the email address entered. Please enter another e-mail address."
+msgstr ""
+"Intento de transacción no válido No es posible pagar con "
+"el email introducido. Por favor, introduzca otro email."
-#~ msgid "Update failed, invalid Credentials"
-#~ msgstr "Actualización fallida, credenciales no válidas"
+#: ../../src/Translations/StoreTranslations.php:410
+msgid "This payment method cannot process your payment."
+msgstr "Este medio de pago no puede procesar su pago."
-#~ msgid "Up to 24 installments"
-#~ msgstr "Hasta 24 cuotas"
+#: ../../src/Translations/StoreTranslations.php:422
+msgid ""
+"Your bank needs you to authorize the payment Please call "
+"the telephone number on your card or pay with another method."
+msgstr ""
+"Tu banco necesita que autorices el pago Llama al "
+"teléfono que está en la tarjeta o paga con otro medio."
-#~ msgid ""
-#~ "Important! Do not forget to add the credentials and details of your store."
-#~ msgstr ""
-#~ "¡Importante! No olvides ingresar las credenciales y datos de la tienda."
+#: ../../src/Translations/StoreTranslations.php:423,
+#: ../../src/Translations/StoreTranslations.php:424
+msgid ""
+"For safety reasons, your payment was declined We "
+"recommended paying with your usual payment method and device for online "
+"purchases."
+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."
-#~ msgid ""
-#~ "Before setting up payments, follow the step-by-step to start selling."
-#~ msgstr ""
-#~ "Antes de configurar los pagos, haz el paso a paso para comenzar a vender."
+#: ../../src/Translations/StoreTranslations.php:425,
+#: ../../src/Translations/StoreTranslations.php:426,
+#: ../../src/Translations/StoreTranslations.php:427,
+#: ../../src/Translations/StoreTranslations.php:428
+msgid ""
+"One or more card details were entered incorrecctly"
+"strong> Please enter them again as they appear on the card to complete "
+"the payment."
+msgstr ""
+"Ingresaste uno o más datos de tu tarjeta de forma incorrecta"
+"strong> Vuelve a ingresarlos tal como figuran en la tarjeta para "
+"finalizar el pago."
-#~ msgid "To enable and test sales, you must copy and paste your "
-#~ msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar "
+#: ../../src/Translations/StoreTranslations.php:429
+msgid ""
+"Your credit card has no available limit Please pay using "
+"another card or choose another payment method."
+msgstr ""
+"Tu tarjeta de crédito no tiene límite disponible Paga "
+"con otra tarjeta o elige otro medio de pago."
-#~ msgid "Mandatory data"
-#~ msgstr "Campo obligatorio"
+#: ../../src/Translations/StoreTranslations.php:430
+msgid ""
+"Your debit card has insufficient founds Please pay using "
+"another card or choose another payment method."
+msgstr ""
+"Tu tarjeta de débito no tiene saldo suficiente Paga con "
+"otra tarjeta o elige otro medio de pago."
-#~ msgid "Use the test-specific cards that are in the"
-#~ msgstr "Utiliza las tarjetas específicas para testear que estén bajo las"
+#: ../../src/Translations/StoreTranslations.php:431
+msgid ""
+"Your card does not accept the number of installments selected"
+"strong> Please choose a different number of installments or use a "
+"different payment method ."
+msgstr ""
+"Tu tarjeta no acepta la cantidad de pagos que seleccionaste"
+"strong> Elige una cantidad de pagos diferente o use otro medio."
-#~ msgid "Until"
-#~ msgstr "Hasta"
+#: ../../src/Translations/StoreTranslations.php:432
+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 ""
+"Necesitas habilitar tu tarjeta Comunícate con tu banco "
+"llamando al número que está al dorso de la tarjeta o elige otro medio de "
+"pago."
-#~ msgid "installment"
-#~ msgstr "cuota"
+#: ../../src/Translations/StoreTranslations.php:433
+msgid ""
+"You reached the limit of payment attempts with this card"
+"strong> Please pay using another card or choose another payment method."
+msgstr ""
+"Alcanzaste el límite de intentos de pago con esta tarjeta"
+"strong> Paga con otra tarjeta o elige otro medio de pago."
-#~ msgid "We take you to our site to complete the payment"
-#~ msgstr "Te llevamos a nuestro sitio para completar el pago"
+#: ../../src/Translations/StoreTranslations.php:434
+msgid ""
+"Your payment was declined because you already paid for this "
+"purchase Check your card transactions to verify it."
+msgstr ""
+"Tu pago fue rechazado porque ya pagaste esta compra"
+"strong> Revisa los consumos de tu tarjeta para verificarlo."
-#~ msgid "Enter your discount coupon"
-#~ msgstr "Ingresa tu cupón de descuento"
+#: ../../src/Translations/StoreTranslations.php:435,
+#: ../../src/Translations/StoreTranslations.php:436,
+#: ../../src/Translations/StoreTranslations.php:437
+msgid ""
+"The card issuing bank declined the payment We "
+"recommended paying with another payment method or contact your bank."
+msgstr ""
+"El banco emisor de la tarjeta rechazó tu pago Te "
+"recomendamos pagar con otro medio de pago o comunicarte con tu banco."
-#~ msgid "Enter your coupon"
-#~ msgstr "Ingresa tu cupón"
+#: ../../src/Translations/StoreTranslations.php:438
+msgid ""
+"For safety reasons, the card issuing bank declined the payment"
+"strong> We recommended paying with your usual payment method and device "
+"for online purchases."
+msgstr ""
+"Por motivos de seguridad, el banco de la tarjeta rechazó el pago"
+"b> Te recomendamos pagar con el medio de pago y dispositivo que sueles "
+"usar para compras online."
-#~ msgid "The code you entered is incorrect"
-#~ msgstr "El código que ingresaste es incorrecto"
+#: ../../src/Translations/StoreTranslations.php:439
+msgid ""
+"Your payment was declined because something went wrong"
+"strong> We recommended trying again or paying with another method."
+msgstr ""
+"Tu pago fue rechazado porque hube un error Te "
+"recomendamos intentar nuevamente o pagar con otro medio de pago."
-#~ msgid "Invalid Card Number"
-#~ msgstr "Numero de tarjeta invalido"
+#: ../../src/Translations/StoreTranslations.php:451
+msgid "We are taking you to validate the card"
+msgstr "Te estamos llevando a validar la tarjeta"
-#~ msgid "Name and surname of the cardholder"
-#~ msgstr "Nombre y apellido del titular de la tarjeta"
+#: ../../src/Translations/StoreTranslations.php:452
+msgid "with your bank"
+msgstr "con tu banco"
-#~ msgid "Invalid Expiration Date"
-#~ msgstr "Fecha de expiracion inválida"
+#: ../../src/Translations/StoreTranslations.php:453
+msgid "We need to confirm that you are the cardholder."
+msgstr "Necesitamos confirmar que eres titular de la tarjeta."
-#~ msgid "Last 3 numbers on the back"
-#~ msgstr "Últimos 3 números en el reverso"
+#: ../../src/Translations/StoreTranslations.php:454
+msgid "We are receiving the response from your bank"
+msgstr "Estamos recibiendo la respuesta de tu banco"
-#~ msgid "In how many installments do you want to pay"
-#~ msgstr "En cuántas cuotas quieres pagar"
+#: ../../src/Translations/StoreTranslations.php:455
+msgid "Complete the bank validation so your payment can be approved"
+msgstr "Completa la validación del banco para aprobar tu pago"
-#~ msgid "Converted payment of"
-#~ msgstr "Pago convertido de"
+#: ../../src/Translations/StoreTranslations.php:456
+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."
-#~ msgid "for"
-#~ msgstr "para"
+#: ../../src/Translations/StoreTranslations.php:457
+msgid ""
+"For safety reasons, your payment was declined We recommend paying "
+"with your usual payment method and device for online purchases."
+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."
-#~ msgid "Enter your document number"
-#~ msgstr "Ingresa tu número de documento"
+#~ msgid "How does it work?"
+#~ msgstr "¿Cómo funciona?"
-#~ msgid "Type"
-#~ msgstr "Tipo"
+#~ msgid "When paying, choose"
+#~ msgstr "Al pagar elegí"
-#~ msgid "Document number"
-#~ msgstr "Número de documento"
+#~ msgid ". Login to your account or create one in a few steps."
+#~ msgstr ". Podrás ingresar con tu cuenta o crear una en pocos pasos."
-#~ msgid "Only numbers"
-#~ msgstr "Sólo números"
+#~ msgid "Search for"
+#~ msgstr "Busca"
-#~ msgid "Obligatory field"
-#~ msgstr "Campo obligatorio"
+#~ msgid "Mercado Credito"
+#~ msgstr "Mercado Crédito"
#~ msgid ""
-#~ "When you finish the order, you will see the code to complete the payment."
-#~ msgstr "Cuando termines el pedido, verás el código para completar el pago."
-
-#~ msgid "CI"
-#~ msgstr "CI"
-
-#~ msgid "You must provide your document number"
-#~ msgstr "Debe informar su número de documento"
-
-#~ msgid "Complete all fields, they are mandatory."
-#~ msgstr "Complete todos los campos, son obligatorios."
-
-#~ msgid "Select the issuer with whom you want to process the payment"
-#~ msgstr "Selecciona el emisor con el que quieras procesar el pago"
-
-#~ msgid "Lottery"
-#~ msgstr "Lotéricas"
-
-#~ msgid "CPF/CNPJ"
-#~ msgstr "CPF/CNPJ"
-
-#~ msgid "Enable or inactivate the payments via Pix"
-#~ msgstr "Activar o desactivar pagos por Pix"
-
-#~ msgid "If you change the display text, no translation will be available"
+#~ "among the options, select it and choose in how many installments you "
+#~ "would like to pay."
#~ msgstr ""
-#~ "Si cambia el texto de la pantalla Checkout, no habrá traducción disponible"
+#~ "entre las opciones, selecciónalo y elegí en cuántas cuotas quieres pagar."
-#~ msgid "Approve your account, it will only take a few minutes"
-#~ msgstr "Homologa tu cuenta, solo te llevará unos minutos"
-
-#~ msgid ""
-#~ "Complete this process to secure your customers data and comply with the "
-#~ "regulations and legal provisions of each country."
+#~ msgid "Pay your installments monthly as you wish, in the Mercado Pago app."
#~ msgstr ""
-#~ "Complete este proceso para proteger los datos de sus clientes y cumplir "
-#~ "con las regulaciones y disposiciones legales de cada país."
-
-#~ msgid "Homologate account in Mercado Pago"
-#~ msgstr "Homologar cuenta en Mercado Pago"
-
-#~ msgid "No"
-#~ msgstr "No"
+#~ "Pagá mes a mes tus cuotas como prefieras, desde la app de Mercado Pago."
-#~ msgid "Yes"
-#~ msgstr "Sí"
+#~ msgid "Review the step-by-step of"
+#~ msgstr "Revisa el paso a paso de"
-#~ msgid "Set up"
-#~ msgstr "Ajustes"
+#~ msgid "on our website for developers."
+#~ msgstr "en nuestro sitio de desarrolladores."
-#~ msgid "Your opinion helps us get better"
-#~ msgstr "Tu opinión nos ayuda a mejorar"
-
-#~ msgid "Guides and Documentation"
-#~ msgstr "Guías y documentación"
-
-#~ msgid "Report Problem"
-#~ msgstr "Informar problema"
-
-#~ msgid "Accept all method of payment and take your charges to another level"
-#~ msgstr "Acepta todos los medios de pago y lleva tus cobros a otro nivel"
-
-#~ msgid ""
-#~ "Turn your online store into your customers preferred payment gateway. "
-#~ "Choose if the final payment experience will be inside or outside your "
-#~ "store."
-#~ msgstr ""
-#~ "Convierte tu tienda online en la pasarela de pagos preferida de tus "
-#~ "clientes. Elige si la experiencia de pago final será dentro o fuera de tu "
-#~ "tienda."
-
-#~ msgid "Configure Mercado Pago for WooCommerce"
-#~ msgstr "Ingresá la información de tu negocio"
+#~ msgid "Questions?"
+#~ msgstr "¿Dudas?"
#~ msgid ""
-#~ "Enable the experience of the Checkout Pro in your online store, select "
-#~ "the means of payment available to your customers and define the "
-#~ "maximum fees in which they can pay you."
+#~ "To enable orders, you must create and activate production credentials in "
+#~ "your Mercado Pago Account."
#~ msgstr ""
-#~ "Habilita la experiencia del Checkout Pro en tu tienda online, selecciona "
-#~ "los medios de pago disponibles para tus clientes y define el máximo "
-#~ "de cuotas en el que podrán pagarte."
-
-#~ msgid "Set payment preferences in your store"
-#~ msgstr "Configura las preferencias de pago en tu tienda"
+#~ "Para habilitar las ventas, debes crear y activar las credenciales de "
+#~ "producción en tu cuenta de Mercado Pago."
-#~ msgid "Select offline payments"
-#~ msgstr "Selecciona medios de pago presenciales"
+#~ msgid "Check credentials"
+#~ msgstr "Consultar credenciales"
-#~ msgid "Select debit cards"
-#~ msgstr "Selecciona tarjetas de débito"
-
-#~ msgid "Select credit cards"
-#~ msgstr "Selecciona tarjetas de crédito"
-
-#~ msgid "Checkout of payments with debit and credit cards %s"
-#~ msgstr "Checkout de pagos con tarjetas de débito y crédito %s"
-
-#~ msgid ""
-#~ "Accept payments instantly and maximize the conversion of your business"
-#~ msgstr "Acepta pagos al instante y maximiza la conversión de tu negocio"
-
-#~ msgid ""
-#~ "Turn your online store into a secure and easy-to-use payment gateway for "
-#~ "your customers. With personalized checkout your customers pay without "
-#~ "leaving your store!"
+#~ msgid "To view more options, please select a payment method below"
#~ msgstr ""
-#~ "Convierte tu tienda online en una pasarela de pagos segura y fácil de "
-#~ "usar para tus clientes. Con el checkout personalizado tus clientes pagan "
-#~ "¡sin salir de tu tienda!"
-
-#~ msgid "Set up the payment experience in your store"
-#~ msgstr "Ingresá la información de tu negocio"
-
-#~ msgid "Configure the personalized payment experience in your store"
-#~ msgstr "Configura las preferencias de pago en tu tienda"
-
-#~ msgid "%s, it only takes a few minutes"
-#~ msgstr "%s, solo te llevará unos minutos"
-
-#~ msgid "Approve your account"
-#~ msgstr "Homologa tu cuenta"
-
-#~ msgid "Title"
-#~ msgstr "Título"
+#~ "Selecciona uno de los siguientes medios de pago para ver más opciones"
#~ msgid ""
-#~ "Credentials are the keys we provide you to integrate quickly and "
-#~ "securely. You must have a %s in Mercado Pago to obtain and collect them "
-#~ " on your website. You do not need to know how to design or program to "
-#~ "do it"
+#~ "Test the experience in Test Mode and then enable the Sale Mode "
+#~ "(Production) to sell."
#~ msgstr ""
-#~ "Las credenciales son las claves que te proporcionamos para que integres "
-#~ "de forma rápida y segura. Debes tener una %s en Mercado Pago para "
-#~ "obtenerlas y cobrar en tu sitio web. No necesitas saber diseñar o "
-#~ "programar para hacerlo"
-
-#~ msgid "approved account"
-#~ msgstr "cuenta homologada"
-
-#~ msgid "Select your country"
-#~ msgstr "Selecciona tu país"
-
-#~ msgid "Select the country in which you operate with Mercado Pago"
-#~ msgstr "Selecciona el país en el que operas con Mercado Pago"
-
-#~ msgid "Activate the Mercado Pago experience at the checkout of your store."
-#~ msgstr "Activa la experiencia de Mercado Pago en el checkout de tu tienda."
-
-#~ msgid "Binary mode"
-#~ msgstr "Modo binario"
+#~ "Testea la experiencia en Modo Test. Luego activa el Modo Ventas "
+#~ "(Producción) para realizar ventas."
-#~ msgid ""
-#~ "Accept and reject payments automatically. Do you want us to activate it?"
-#~ msgstr ""
-#~ "Acepta y rechaza pagos de forma automática. ¿Quieres que lo activemos?"
+#~ msgid "Do you have a minute to share your experience with our plugin?"
+#~ msgstr "¿tienes un minuto para compartir tu experiencia con nuestro plugin?"
#~ msgid ""
-#~ "If you activate binary mode you will not be able to leave pending "
-#~ "payments. This can affect fraud prevention. Leave it idle to be backed by "
-#~ "our own tool."
+#~ "Your opinion is very important so that we can offer you the best possible "
+#~ "payment solution and continue to improve."
#~ msgstr ""
-#~ "Si activa el modo binario no podrá dejar pagos pendientes. Esto puede "
-#~ "afectar la prevención del fraude. Déjelo inactivo para que sea respaldado "
-#~ "por nuestra propia herramienta."
-
-#~ msgid "Discounts per purchase with Mercado Pago"
-#~ msgstr "Descuentos por compra con Mercado Pago"
-
-#~ msgid "Commission for purchase with Mercado Pago"
-#~ msgstr "Comisión por compra con Mercado Pago"
+#~ "Tu opinión es muy importante para que podamos ofrecerte la mejor solución "
+#~ "de pago posible y seguir mejorando."
-#~ msgid ""
-#~ "Accept payments at any time of the day and expand your purchase options!"
-#~ msgstr ""
-#~ "¡Acepte pagos en cualquier momento del día y amplíe sus opciones de "
-#~ "compra!"
+#~ msgid "You must enter"
+#~ msgstr "Debe introducir"
-#~ msgid "Offer this new payment option to your customers."
-#~ msgstr "Ofrezca esta nueva opción de pago a sus clientes."
+#~ msgid "production credentials"
+#~ msgstr "las credenciales de producción"
-#~ msgid ""
-#~ "Enable and set up Pix as a payment method for your customers in the "
-#~ "Mercado Pago checkout."
-#~ msgstr ""
-#~ "Habilita y configura Pix como método de pago para tus clientes en el "
-#~ "checkout de Mercado Pago."
+#~ msgid "Important! To sell you must enter your credentials."
+#~ msgstr "¡Importante! Para vender debe introducir sus credenciales."
-#~ msgid "Set up the payment via Pix experience"
-#~ msgstr "Configura la experiencia de pago a través de Pix"
+#~ msgid "Debit, Credit and invoice in Mercado Pago environment"
+#~ msgstr "Débito, crédito y efectivo, en Mercado Pago"
-#~ msgid "Checkout of payments with cash %s"
-#~ msgstr "Paga con dinero en efectivo"
+#~ msgid "Debit and Credit"
+#~ msgstr "Débito e crédito"
-#~ msgid "Accept face-to-face payments, do not leave anyone out!"
-#~ msgstr "Acepta pagos presenciales ¡no dejes a nadie afuera!"
+#~ msgid "Transparent Checkout in your store environment"
+#~ msgstr "Checkout Transparente en tu tienda"
-#~ msgid "Include this preferred purchase option by some customers."
-#~ msgstr "Incluye esta opción de compra preferida por algunos clientes."
+#~ msgid "Mercado pago - Customized Checkout"
+#~ msgstr "Mercado Pago - Checkout Personalizado"
#~ msgid ""
-#~ "Enable Mercado Pago for cash payments in your store and select the "
-#~ "options available to your customers."
+#~ "Unfortunately, the language configured in your WordPress is not "
+#~ "compatible with our plugin. For the best experience, please switch to a "
+#~ "supported language."
#~ msgstr ""
-#~ "Habilita Mercado Pago para pagos en efectivo en tu tienda y "
-#~ "selecciona las opciones disponibles para tus clientes."
+#~ "Lamentablemente, el idioma configurado en tu WordPress no es compatible "
+#~ "con nuestro plugin. Para disfrutar de la mejor experiencia, cambia a un "
+#~ "idioma compatible."
-#~ msgid "Set payment preferences with cash"
-#~ msgstr "Configura las preferencias de pago con dinero en efectivo"
+#~ msgid "payments on the spot"
+#~ msgstr "pagos al instante"
-#~ msgid "Store mode was updated"
-#~ msgstr "Se actualizó el modo de la tienda"
+#~ msgid "the"
+#~ msgstr "toda la"
-#~ msgid "Couldn't find a valid payment method"
-#~ msgstr "No se pudo encontrar un método de pago válido"
+#~ msgid "security"
+#~ msgstr "seguridad"
-#~ msgid "Invoice and Loterica"
-#~ msgstr "Efectivo "
+#~ msgid "from Mercado Pago"
+#~ msgstr "de Mercado Pago"
-#~ msgid ""
-#~ "It offers all means of payment: credit and debit cards, cash and account "
-#~ "money. Your customers choose whether they pay as guests or from their "
-#~ "Mercado Pago account."
-#~ msgstr ""
-#~ "Ofrece todos los medios de pago: tarjetas de crédito y débito, dinero en "
-#~ "efectivo y dinero en cuenta. Tus clientes eligen si pagan como invitados "
-#~ "o desde su cuenta de Mercado Pago."
+#~ msgid "Check the reasons why the purchase was declined"
+#~ msgstr "Consulta los motivos del rechazo de tu compra"
#~ msgid ""
-#~ "Accept card payments on your website with the best possible financing and "
-#~ "maximize the conversion of your business. With personalized checkout your "
-#~ "customers pay without leaving your store!"
+#~ "Recommend your costumer to pay with their usual payment method and device "
+#~ "for online purchases."
#~ msgstr ""
-#~ "Acepta pagos con tarjeta en tu sitio web con la mejor financiación "
-#~ "posible y maximiza la conversión de tu negocio. Con el checkout "
-#~ "personalizado tus clientes pagan ¡sin salir de tu tienda!"
-
-#~ msgid "Follow these steps to activate Mercado Pago in your store:"
-#~ msgstr "Sigue estos pasos para activar Mercado Pago en tu tienda:"
-
-#~ msgid "Upload your credentials"
-#~ msgstr "Carga tus credenciales"
-
-#~ msgid "depending on the country in which you are registered."
-#~ msgstr "depending on the country in which you are registered."
-
-#~ msgid "to be able to charge."
-#~ msgstr "para poder cobrar."
-
-#~ msgid "Add the basic information of your business"
-#~ msgstr "Añade la información básica de tu negocio"
-
-#~ msgid "in the plugin configuration."
-#~ msgstr "en la configuración del plugin."
-
-#~ msgid "Configure the payment preferences"
-#~ msgstr "Configura las preferencias de pago"
-
-#~ msgid "In which country does your Mercado Pago account operate?"
-#~ msgstr "¿En qué país opera tu cuenta de Mercado Pago?"
+#~ "Recomiéndale a tu cliente que pague con el medio de pago y dispositivo "
+#~ "que suele usar para compras online."
#~ msgid ""
-#~ "Add credentials to "Test Mode" or "Production Mode""
+#~ "The payment could not be processed. Please ask your client to use another "
+#~ "card or to get in touch with the bank."
#~ msgstr ""
-#~ "Ingresa las credenciales para el "Modo Test" o el "Modo "
-#~ "Producción""
-
-#~ msgid "Set up store payments for Test or Production Mode"
-#~ msgstr "Configura los pagos de la tienda para el modo Test o Producción"
-
-#~ msgid "How would you like to handle your store checkouts?"
-#~ msgstr "¿Como quieres operar los checkouts de tu tienda?"
-
-#~ msgid "Activate Production Mode for Mercado Pago checkouts"
-#~ msgstr "Activar Modo Producción para checkouts Mercado Pago"
-
-#~ msgid "test mode guidelines."
-#~ msgstr "reglas del Modo Test."
+#~ "El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
+#~ "medio de pago o que se contacte con el banco."
#~ msgid ""
-#~ "Mercado Pago checkouts are inactive for real payments in the Test Mode. "
-#~ "Please check the"
+#~ "The CVV is invalid. Please ask your client to review the details or use "
+#~ "another card."
#~ msgstr ""
-#~ "Checkouts Mercado Pago están inactivos para cobros reales en el Modo de "
-#~ "Prueba. Consulta las"
-
-#~ msgid "Search my credentials"
-#~ msgstr "Buscar mis credenciales"
+#~ "El código de seguridad de la tarjeta es inválido. Revisá los datos que "
+#~ "ingresaste o pedile a tu cliente que use otra tarjeta."
#~ msgid ""
-#~ "With these credentials, you enable your Mercado Pago checkouts to receive "
-#~ "real payments."
+#~ "The card does not have sufficient balance. Please ask your client to use "
+#~ "another card or to get in touch with the bank."
#~ msgstr ""
-#~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
-#~ "recibir pagos reales."
+#~ "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
+#~ "tarjeta o que se comunique con su banco."
#~ msgid ""
-#~ "What category do your products belong to? Choose the one that best "
-#~ "characterizes them (choose \"other\" if your product is too specific)."
+#~ "The card does not have enough limit. Please ask your client to use "
+#~ "another card or to get in touch with the bank."
#~ msgstr ""
-#~ "¿A qué categoría pertenecen tus productos? Elige la que mejor los "
-#~ "caracteriza (elige “otro” si tu producto es demasiado específico)."
-
-#~ msgid "Categories"
-#~ msgstr "Categrorías"
-
-#~ msgid "Store ID"
-#~ msgstr "ID de la tienda"
+#~ "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
+#~ "tarjeta o que se comunique con su banco."
#~ msgid ""
-#~ "Use a number or prefix to identify orders and payments from this store."
+#~ "The CVV was entered incorrectly several times. Please ask your client to "
+#~ "use another card or to get in touch with the bank."
#~ msgstr ""
-#~ "Usa un número o prefijo para identificar pedidos y pagos provenientes de "
-#~ "esta tienda."
+#~ "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile "
+#~ "a tu cliente que use otra tarjeta o que se comunique con su banco."
#~ msgid ""
-#~ "Do not forget to enter your integrator_id as a certified Mercado Pago "
-#~ "Partner. If you don`t have it, you can %s"
+#~ "The card does not allow the number of installments entered. Please ask "
+#~ "your client to choose another installment plan or to use another card."
#~ msgstr ""
-#~ "No olvides ingresar tu integrator_id como Partner certificado de Mercado "
-#~ "Pago. Si no lo tienes, puedes %s"
-
-#~ msgid "Advanced adjustment"
-#~ msgstr "Ajustes avanzados"
-
-#~ msgid "We debug the information in our change file."
-#~ msgstr "Depuramos la información de nuestro archivo de cambios."
+#~ "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu "
+#~ "cliente que elija otro plan de cuotas o que use otra tarjeta."
#~ msgid ""
-#~ "IPN (Instant Payment Notification) is a notification of events that take "
-#~ "place on your platform and that is sent from one server to another "
-#~ "through an HTTP POST call. See more information in our guides."
+#~ "The card-issuing bank declined the payment. Please instruct your client "
+#~ "to ask the bank to authotize it or to use another card."
#~ msgstr ""
-#~ "IPN (Instant Payment Notification) es una notificación de eventos que "
-#~ "tienen lugar en su plataforma y que se envía de un servidor a otro a "
-#~ "través de una llamada HTTP POST. Vea más información en nuestras guías."
+#~ "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente "
+#~ "que se contacte con el banco para autorizarlo o que use otra tarjeta."
#~ msgid ""
-#~ "It appears that your credentials are not properly configured. Please, "
-#~ "go to %s and configure it."
+#~ "From Mercado Pago we have detected that this payment has already been "
+#~ "made before. If that is not the case, your client may try to pay again."
#~ msgstr ""
-#~ "Parece que sus credenciales no están configuradas correctamente. Por "
-#~ "favor, vaya a %s y configúrelo."
-
-#~ msgid "Market Payment Configuration"
-#~ msgstr "Mercado Pago Configuración"
+#~ "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si "
+#~ "no es así, tu cliente puede intentarlo de nuevo."
#~ msgid ""
-#~ "Check out the step-by-step of how to integrate the Mercado Pago Plugin "
-#~ "for WooCommerce in our developer website."
-#~ msgstr ""
-#~ "Revisa el paso a paso de cómo integrar el Plugin de Mercado Pago para "
-#~ "WooCommerce en nuestro sitio de desarrolladores."
-
-#~ msgid "Review documentation"
-#~ msgstr "Revisar documentación"
-
-#~ msgid "Still having problems? Contact our support team through their %s"
+#~ "The card is not active yet. Please ask your client to use another card or "
+#~ "to get in touch with the bank to activate it."
#~ msgstr ""
-#~ "¿Sigues con problemas? Comunícate con nuestro equipo de soporte a través "
-#~ "de su %s"
-
-#~ msgid "contact form."
-#~ msgstr "formulario de contacto."
-
-#~ msgid "Set up your interest payments"
-#~ msgstr "Configura pagos"
-
-#~ msgid "Set up your installment and interest payments"
-#~ msgstr "Configura meses sin intereses"
-
-#~ msgid "At Mercado Pago you can choose the fee you pay for each purchase"
-#~ msgstr "En Mercado Pago puedes elegir la tarifa que pagas en cada venta"
+#~ "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra "
+#~ "tarjeta o que se comunique con su banco para activarla."
#~ msgid ""
-#~ "At Mercado Pago you can choose the fee you pay for each purchase and also "
-#~ "offer interest-free installments to your customer."
+#~ "The debit function is not enabled for the card. Please tell your client "
+#~ "that it is possible to pay with credit or to use another one."
#~ msgstr ""
-#~ "En Mercado Pago puedes elegir la tarifa que pagas en cada compra y "
-#~ "también ofrecer meses sin intereses a tu cliente."
-
-#~ msgid "Set up interest payments"
-#~ msgstr "Configurar tasas y plazos"
-
-#~ msgid "Set up installment and interest"
-#~ msgstr "Configurar cuotas e intereses"
+#~ "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
+#~ "puede pagar con la función débito de la misma tarjeta o pídele que use "
+#~ "otra."
#~ msgid ""
-#~ "Test Mode Activated? Now visit your store and test the Mercado Pago "
-#~ "checkouts"
+#~ "The credit function is not enabled for the card. Please tell your client "
+#~ "that it is possible to pay with debit or to use another one."
#~ msgstr ""
-#~ "¿Modo Test activado? Ahora visita tu tienda y testea los checkouts "
-#~ "Mercado Pago"
-
-#~ msgid "Everything ready for the takeoff of your sales?"
-#~ msgstr "¿Todo listo para el despegue de tus ventas?"
+#~ "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente "
+#~ "que puede pagar con la función débito de la misma tarjeta o pídele que "
+#~ "use otra."
#~ msgid ""
-#~ "Visit your store as usual and simulate a payment in our checkouts to make "
-#~ "sure everything is working correctly."
+#~ "The card-issuing bank declined the payment. Please instruct your client "
+#~ "to ask the bank to authorize it."
#~ msgstr ""
-#~ "Visita tu tienda normalmente y simula un pago en nuestros checkouts para "
-#~ "verificar que todo esté funcionando correctamente."
+#~ "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
+#~ "comunique con el banco para autorizar el pago."
#~ msgid ""
-#~ "Visit your store as if you were one of your customers and check that "
-#~ "everything is fine. If you already went to Production, bring your "
-#~ "customers and increase your sales with the best online shopping "
-#~ "experience."
+#~ "The buyer does not have enough balance to make the purchase. Please ask "
+#~ "your client to deposit money to the Mercado Pago Account or to use a "
+#~ "different payment method."
#~ msgstr ""
-#~ "Visita tu tienda como si fueras uno de tus clientes y revisa que todo "
-#~ "esté bien. Si ya saliste a Producción, trae a tus clientes y aumenta "
-#~ "tus ventas con la mejor experiencia de compra online."
-
-#~ msgid "%s"
-#~ msgstr "%s"
+#~ "El cliente no tiene suficiente saldo en la cuenta para realizar la "
+#~ "compra. Pídele a tu cliente que cargue saldo en Mercado Pago o que use "
+#~ "otro medio de pago."
-#~ msgid "Your store is ready to receive payments from customers."
-#~ msgstr "Tu tienda está lista para recibir pagos de clientes."
+#~ msgid "There was an error"
+#~ msgstr "Hubo un error"
-#~ msgid ""
-#~ "Your customers will not be able to make purchases while in Test Mode."
-#~ msgstr "Los clientes no podrán hacer compras en Modo Test."
+#~ msgid "to BRL"
+#~ msgstr "a BRL"
-#~ msgid ""
-#~ "Accept payments via Pix Transfer and receive the funds instantly. Your "
-#~ "customers can pay at any time, without date or time restrictions."
-#~ msgstr ""
-#~ "Acepta pagos a través de transferencia Pix y recibe los fondos al "
-#~ "instante. Tus clientes pueden pagar en cualquier momento, sin "
-#~ "restricciones de fecha u hora."
+#~ msgid "to CLP"
+#~ msgstr "a CLP"
-#~ msgid "Pay with PIX "
-#~ msgstr "Paga vía Pix "
+#~ msgid "to COP"
+#~ msgstr "a COP"
-#~ msgid ""
-#~ "Accept cash payments within the custom checkout and expand your customers "
-#~ "purchase options."
-#~ msgstr ""
-#~ "Acepta pagos en efectivo dentro del checkout personalizado y amplía las "
-#~ "opciones de compra de tus clientes."
+#~ msgid "Now we convert your currency"
+#~ msgstr "Ahora convertimos tu moneda"
-#~ msgid "Pay with cash"
-#~ msgstr "Paga con dinero en efectivo"
+#~ msgid "We no longer convert your currency"
+#~ msgstr "Dejamos de convertir tu moneda"
-#~ msgid "Enter your credentials and choose how to operate"
-#~ msgstr "Ingresa tus credenciales y elige cómo operar"
+#~ msgid "Payment method"
+#~ msgstr "Medios de pagos"
-#~ msgid ""
-#~ "By default, we activate the Sandbox test environment for you to test "
-#~ "before you start selling."
-#~ msgstr ""
-#~ "Por defecto, te activamos el entorno de pruebas Sandbox para que hagas "
-#~ "testeos antes de empezar a vender."
+#~ msgid "Discount coupons is"
+#~ msgstr "Cupones de descuento están"
-#~ msgid "Production Mode"
-#~ msgstr "Modo Producción"
+#~ msgid "Discount coupons"
+#~ msgstr "Cupones de descuento"
#~ msgid ""
-#~ "When you see that everything is going well, deactivate Sandbox, turn on "
-#~ "Production and make way for your online sales."
+#~ "Will you offer discount coupons to customers who buy with Mercado Pago?"
#~ msgstr ""
-#~ "Cuando veas que todo va bien, desactiva Sandbox para ir a Producción y "
-#~ "abre paso a tus ventas online."
+#~ "¿Ofrecerás cupones de descuento a los clientes que compren con Mercado "
+#~ "Pago?"
-#~ msgid ""
-#~ "Choose “Yes” only when you’re ready to sell. Switch to “No” to activate "
-#~ "Testing mode."
-#~ msgstr ""
-#~ "Elige “Sí” sólo cuando estés listo para vender. Cambia a “No” para "
-#~ "activar el modo Pruebas."
+#~ msgid "Your document data is invalid"
+#~ msgstr "Número de documento inválido"
-#~ msgid "With these keys you can do the tests you want.."
-#~ msgstr "Con estas claves podrás hacer las pruebas que quieras."
+#~ msgid "Title in the checkout"
+#~ msgstr "Título en el checkout"
-#~ msgid "With these keys you can receive real payments from your customers."
-#~ msgstr "Con estas claves podrás recibir pagos reales de tus clientes."
+#, fuzzy
+#~| msgid "Payment URL pending"
+#~ msgid "Payment URL"
+#~ msgstr "URL de pago pendiente"
-#~ msgid "Everything set up? Go to your store in Sandbox mode"
-#~ msgstr "¿Todo configurado? Ve a tu tienda en modo Sandbox"
+#, fuzzy
+#~| msgid "The transparent checkout for Pix payment is"
+#~ msgid "Transparent checkout for credit cards is"
+#~ msgstr "El Checkout Transparente está"
+#, fuzzy
+#~| msgid ""
+#~| "By disabling it, you will disable all Pix payments from Mercado Pago "
+#~| "Transparent Checkout."
#~ msgid ""
-#~ "Visit your store and simulate a payment to check that everything is fine."
-#~ msgstr "Visita tu tienda y simula un pago para revisar que todo esté bien."
-
-#~ msgid "I want to test my sales"
-#~ msgstr "Quiero testear mis ventas"
-
-#~ msgid "Payment refused"
-#~ msgstr "Pago rechazado"
-
-#~ msgid "Physical person"
-#~ msgstr "Persona Física"
-
-#~ msgid "Legal person"
-#~ msgstr "Persona Jurídica"
-
-#~ msgid "Name"
-#~ msgstr "Nome"
-
-#~ msgid "Social reason"
-#~ msgstr "Razón social"
-
-#~ msgid "Surname"
-#~ msgstr "Apellido"
-
-#~ msgid "You must inform your last name"
-#~ msgstr "Debes informar tu apellido"
-
-#~ msgid "CPF"
-#~ msgstr "CPF"
-
-#~ msgid "Address"
-#~ msgstr "Dirección"
-
-#~ msgid "You must inform your address"
-#~ msgstr "Debes informar tu dirección"
-
-#~ msgid "Number"
-#~ msgstr "Número"
-
-#~ msgid "You must provide your address number"
-#~ msgstr "Debe informar su número de dirección"
-
-#~ msgid "City"
-#~ msgstr "Ciudad"
-
-#~ msgid "You must inform your city"
-#~ msgstr "Debes informar a tu ciudad"
-
-#~ msgid "State"
-#~ msgstr "Estado"
-
-#~ msgid "You must inform your status"
-#~ msgstr "Debes informar a tu estado"
-
-#~ msgid "Postal Code"
-#~ msgstr "Código postal"
-
-#~ msgid "You must provide your zip code"
-#~ msgstr "Debes informar tu código postal"
-
-#~ msgid "See the reasons for refusing your purchase."
-#~ msgstr "Vea las razones para rechazar su compra."
-
-#~ msgid "30 minutes"
-#~ msgstr "30 minutos"
-
-#~ msgid "New"
-#~ msgstr "Nuevo"
-
-#~ msgid " day"
-#~ msgstr " día"
-
-#~ msgid "Description for cart Checkout"
-#~ msgstr "Descripción para el Checkout en el carrito"
+#~ "By disabling it, you will disable all payment methods of this checkout."
+#~ msgstr ""
+#~ "Al desactivar, desabilitarás todos los medios de pago con tarjeta de "
+#~ "crédito en el Checkout Transparente de Mercado Pago."
+#, fuzzy
+#~| msgid ""
+#~| "By confirming your purchase, we will show you a code to make the payment."
#~ msgid ""
-#~ "Configure the payment options and accept payments with cards, ticket and "
-#~ "money of Mercado Pago account."
+#~ "By confirming your purchase, you will be redirected to your Mercado Pago "
+#~ "account."
#~ msgstr ""
-#~ "Configura las opciones de pago a tu medida y acepta pagos con tarjetas, "
-#~ "dinero en efectivo y dinero en cuenta de Mercado Pago."
-
-#~ msgid "https://developers.mercadopago.com/"
-#~ msgstr "https://developers.mercadopago.com/"
-
-#~ msgid "https://github.com/mercadopago/cart-woocommerce"
-#~ msgstr "https://github.com/mercadopago/cart-woocommerce"
+#~ "Al confirmar tu compra, te mostraremos un código para realizar el pago."
diff --git a/i18n/languages/woocommerce-mercadopago-es_CL.mo b/i18n/languages/woocommerce-mercadopago-es_CL.mo
index be9f33e1a..b1f7a85d9 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 9f270518d..600408cd4 100644
--- a/i18n/languages/woocommerce-mercadopago-es_CL.po
+++ b/i18n/languages/woocommerce-mercadopago-es_CL.po
@@ -1,85 +1,54 @@
+# Copyright (C) 2022 woocommerce-mercadopago
+# This file is distributed under the same license as the woocommerce-mercadopago package.
msgid ""
msgstr ""
-"Project-Id-Version: Mercado Pago payments for WooCommerce 6.0.0\n"
+"Project-Id-Version: Mercado Pago payments for WooCommerce\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
"mercadopago\n"
-"POT-Creation-Date: 2023-05-16 21:36+0000\n"
+"POT-Creation-Date: 2024-04-10 14:38+0000\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
-"Language: es_ES\n"
+"Language: es_AR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 3.3.1\n"
+"X-Generator: Poedit 3.4.2\n"
-#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:141,
-#: ../../includes/module/class-wc-woomercadopago-module.php:352
-msgid "By continuing, you agree to our "
-msgstr "Al continuar, aceptas nuestros "
-
-#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:143,
-#: ../../includes/module/class-wc-woomercadopago-module.php:354
-msgid "Terms and Conditions"
-msgstr "Términos y condiciones"
-
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92
-msgid ""
-"Activate this option so that the value of the currency set in WooCommerce is "
-"compatible with the value of the currency you use in Mercado Pago."
-msgstr ""
-"Activa esta opción para que el valor de la moneda configurada en WooCommerce "
-"sea compatible al valor de la moneda que usas en Mercado Pago."
-
-#. translators: 1: local currency 2: currency
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478
-msgid "Now we convert your currency from %1$s to %2$s."
-msgstr "Ahora convertimos tu moneda de %1$s a %2$s."
-
-#. translators: 1: local currency 2: currency
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498
-msgid "We no longer convert your currency from %1$s to %2$s."
-msgstr "Dejamos de convertir tu moneda de %1$s a %2$s."
+#: ../../src/WoocommerceMercadoPago.php:463,
+#: ../../src/Translations/AdminTranslations.php:172
+msgid "Activate WooCommerce"
+msgstr "Activar WooCommerce"
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519
-msgid ""
-"Attention: The currency settings you have in WooCommerce are not "
-"compatible with the currency you use in your Mercado Pago account. Please "
-"activate the currency conversion."
-msgstr ""
-"Atención: La configuración de moneda que tienes en WooCommerce no es "
-"compatible con la moneda que usas en tu cuenta de Mercado Pago. Activa la "
-"conversión de moneda."
+#: ../../src/WoocommerceMercadoPago.php:464,
+#: ../../src/Translations/AdminTranslations.php:173
+msgid "Install WooCommerce"
+msgstr "Instalar WooCommerce"
-#: ../../includes/module/class-wc-woomercadopago-configs.php:125
-msgid ""
-"Update your credentials with the Access Token and Public Key, you need them "
-"to continue receiving payments!"
-msgstr ""
-"Actualice sus credenciales con el Access Token y la Public Key, ¡los "
-"necesita para continuar recibiendo pagos!"
+#: ../../src/WoocommerceMercadoPago.php:465,
+#: ../../src/Translations/AdminTranslations.php:174
+msgid "See WooCommerce"
+msgstr "Ver WooCommerce"
-#: ../../includes/module/class-wc-woomercadopago-configs.php:134
-msgid ""
-"The store should have HTTPS in order to activate both Checkout Personalizado "
-"and Ticket Checkout."
+#: ../../src/WoocommerceMercadoPago.php:467,
+#: ../../src/Translations/AdminTranslations.php:163
+msgid "The Mercado Pago module needs an active version of %s in order to work!"
msgstr ""
-"La tienda debe tener HTTPS para activar el Checkout Personalizado y el "
-"Ticket Checkout."
+"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
-#: ../../includes/module/class-wc-woomercadopago-init.php:52
+#: ../../src/Translations/AdminTranslations.php:169
msgid ""
-"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
+"Mercado Pago payments for WooCommerce requires PHP version 7.4 or later. "
"Please update your PHP version."
msgstr ""
-"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
+"El plugin de Mercado Pago requiere la versión de PHP 7.4 o posterior. Por "
"favor actualice su versión de PHP."
-#: ../../includes/module/class-wc-woomercadopago-init.php:61
+#: ../../src/Translations/AdminTranslations.php:170
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
-#: ../../includes/module/class-wc-woomercadopago-init.php:70
+#: ../../src/Translations/AdminTranslations.php:171
msgid ""
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
"extension is required to send QR Code Pix by email."
@@ -88,493 +57,962 @@ msgstr ""
"necesaria la instalación de la extensión GD para enviar el QR Code Pix por "
"correo electrónico."
-#. translators: %s link to WooCommerce
-#: ../../includes/module/class-wc-woomercadopago-init.php:82
-msgid "The Mercado Pago module needs an active version of %s in order to work!"
+#: ../../src/Translations/AdminTranslations.php:175
+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 ""
-"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
-
-#: ../../includes/module/class-wc-woomercadopago-init.php:95
-msgid "Cancel order"
-msgstr "Cancelar orden"
-
-#: ../../includes/module/class-wc-woomercadopago-init.php:177
-msgid "The Mercado Pago module needs the SDK package to work!"
-msgstr "¡El módulo de Mercado Pago necesita el SDK para funcionar!"
+"Ten en cuenta que para recibir pagos a través de Pix en nuestro checkout, "
+"debes tener una clave Pix registrada en tu cuenta de Mercado Pago."
-#: ../../includes/module/class-wc-woomercadopago-module.php:368
-msgid "The payment method is not valid or not available."
-msgstr "El medio de pago no es válido o no está disponible."
+#: ../../src/Translations/AdminTranslations.php:176
+msgid "Register your Pix key at Mercado Pago."
+msgstr "Registra tu clave Pix en Mercado Pago."
-#: ../../includes/module/class-wc-woomercadopago-module.php:371
-msgid "The transaction amount cannot be processed by Mercado Pago."
-msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:177
+msgid "%s, help us improve the experience we offer"
+msgstr "%s, ayúdanos a mejorar nuestra experiencia"
-#: ../../includes/module/class-wc-woomercadopago-module.php:371
+#: ../../src/Translations/AdminTranslations.php:178
msgid ""
-"Possible causes: Currency not supported; Amounts below the minimum or above "
-"the maximum allowed."
+"Share your opinion with us so that we improve our product and offer the best "
+"payment solution."
msgstr ""
-"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
-"encima del máximo permitido."
+"Comparte tu opinión con nosotros para poder mejorar nuestro producto y "
+"ofrecerte la mejor solución de pagos."
+
+#: ../../src/Translations/AdminTranslations.php:179
+msgid "Rate the plugin"
+msgstr "Valorar el plugin"
-#: ../../includes/module/class-wc-woomercadopago-module.php:374
-msgid "The users are not valid."
-msgstr "Los usuários no son válidos."
+#: ../../src/Translations/AdminTranslations.php:180
+msgid "Enable payments via Mercado Pago account"
+msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../includes/module/class-wc-woomercadopago-module.php:374
+#: ../../src/Translations/AdminTranslations.php:181
msgid ""
-"Possible causes: Buyer and seller have the same account in Mercado Pago; The "
-"transaction involving production and test users."
+"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 ""
-"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
-"Pago; La transacción involucrando usuários de producción y de prueba."
+"Con esta función activa, tus clientes pagan más rápido usando su cuenta de "
+"Mercado Pago.La tasa de aprobación de estos pagos en tu tienda puede "
+"ser un 25% mayor en comparación con otros medios de pago."
-#: ../../includes/module/class-wc-woomercadopago-module.php:377
-msgid "Unauthorized use of production credentials."
-msgstr "Uso no autorizado de credenciales de producción."
+#: ../../src/Translations/AdminTranslations.php:182
+msgid "Activate"
+msgstr "Activar"
-#: ../../includes/module/class-wc-woomercadopago-module.php:377
+#: ../../src/Translations/AdminTranslations.php:183
msgid ""
-"Possible causes: Use permission in use for the credential of the seller."
+"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 ""
-"Posibles causas: Pendencia de permiso de uso en producción para la "
-"credencial del vendedor."
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:503
-msgid "Colombia"
-msgstr "Colombia"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:505
-msgid "Argentina"
-msgstr "Argentina"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:507
-msgid "Brazil"
-msgstr "Brasil"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:509
-msgid "Chile"
-msgstr "Chile"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:511
-msgid "Mexico"
-msgstr "México"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:513
-msgid "Uruguay"
-msgstr "Uruguay"
-#: ../../includes/module/class-wc-woomercadopago-module.php:515
-msgid "Venezuela"
-msgstr "Venezuela"
+#: ../../src/Translations/AdminTranslations.php:184
+msgid "You activated Mercado Pago’s plug-in"
+msgstr "Activaste el plugin de Mercado Pago"
-#: ../../includes/module/class-wc-woomercadopago-module.php:517
-msgid "Peru"
-msgstr "Peru"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:551
-msgid "Update the WooCommerce order to "
-msgstr "Actualizar la orden de WooCommerce para "
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:821,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:583
-msgid "Fill in your credentials to enable payment methods."
-msgstr "Completa tus credenciales para habilitar los medios de pago."
+#: ../../src/Translations/AdminTranslations.php:185
+msgid ""
+"Follow the instructions below to integrate your store with Mercado Pago and "
+"start to sell."
+msgstr ""
+"Sigue las instrucciones de abajo para integrar tu tienda con Mercado Pago y "
+"empezar a vender."
-#: ../../includes/module/class-wc-woomercadopago-module.php:837
+#: ../../src/Translations/AdminTranslations.php:197
msgid "Set plugin"
msgstr "Configurar plugin"
-#: ../../includes/module/class-wc-woomercadopago-module.php:838,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293
+#: ../../src/Translations/AdminTranslations.php:198,
+#: ../../src/Translations/AdminTranslations.php:738,
+#: ../../src/Translations/AdminTranslations.php:798
msgid "Payment methods"
msgstr "Medios de pagos"
-#: ../../includes/module/class-wc-woomercadopago-module.php:839,
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220
+#: ../../src/Translations/AdminTranslations.php:199
msgid "Plugin manual"
msgstr "Manual del plugin"
-#: ../../includes/module/class-wc-woomercadopago-module.php:938
-msgid "By Mercado Pago"
-msgstr "Por Mercado Pago"
-
-#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:109,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:171,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:140,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:189,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:167
-msgid "Buyer email"
-msgstr "Email del comprador"
+#: ../../src/Translations/AdminTranslations.php:211
+msgid "Cancel order"
+msgstr "Cancelar orden"
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:35
-msgid "No ID or TOPIC param in Request IPN"
-msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN"
+#: ../../src/Translations/AdminTranslations.php:212
+msgid "Mercado Pago commission:"
+msgstr "Comisión de Mercado Pago:"
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:39
-msgid ""
-"Discarded notification. This notification is already processed as webhook-"
-"payment."
-msgstr ""
-"Notificación ignorada. Esta notificación se procesa como webhook-payment."
+#: ../../src/Translations/AdminTranslations.php:213
+msgid "Represents the commission configured on plugin settings."
+msgstr "Representa la comisión configurada en la configuración del plugin."
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:54
-msgid "IPN merchant_order not found"
-msgstr "No se ha encontrado la IPN de `merchant_order`"
+#: ../../src/Translations/AdminTranslations.php:214
+msgid "Mercado Pago discount:"
+msgstr "Descuento de Mercado Pago:"
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:60
-msgid "Not found Payments into Merchant_Order"
-msgstr "No se han encontrado pagos en Merchant_Order"
+#: ../../src/Translations/AdminTranslations.php:215
+msgid "Represents the discount configured on plugin settings."
+msgstr "Representa el descuento configurado en la configuración del plugin."
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:174,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:143,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:192,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:170
-msgid "Payment type"
-msgstr "Tipo de método de pago"
+#: ../../src/Translations/AdminTranslations.php:216
+msgid "Represents the installment fee charged by Mercado Pago."
+msgstr "Representa la comisión a plazos cobrada por Mercado Pago."
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:177,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:146,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:195,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:173
-msgid "Payment method"
-msgstr "Método de pago"
+#: ../../src/Translations/AdminTranslations.php:217
+msgid "Mercado Pago Installment Fee:"
+msgstr "Cuota de Mercado Pago:"
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:39
+#: ../../src/Translations/AdminTranslations.php:218
msgid ""
-"Please enter your email address at the billing address to use this service"
+"Represents the total purchase plus the installment fee charged by Mercado "
+"Pago."
msgstr ""
-"Por favor, introduzca su email en la dirección de facturación para utilizar "
-"este servicio"
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:42,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:277
-msgid "Checkout Pro"
-msgstr "Checkout Pro"
+"Representa el total de la compra más la comisión de fraccionamiento cobrada "
+"por Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:43
-msgid "Debit, Credit and invoice in Mercado Pago environment"
-msgstr "Débito, crédito y efectivo, en Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:219
+msgid "Mercado Pago Total:"
+msgstr "Mercado Pago Total:"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51
-msgid "Mercado Pago - Checkout Pro"
-msgstr "Mercado Pago - Checkout Pro"
+#: ../../src/Translations/AdminTranslations.php:232
+msgid "Accept"
+msgstr "Acepta"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:53
-msgid "Your saved cards or money in Mercado Pago"
-msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:233
+msgid "payments"
+msgstr "pagos"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164
-msgid "Maximum number of installments"
-msgstr "Máximo de cuotas"
+#: ../../src/Translations/AdminTranslations.php:234
+msgid "safely"
+msgstr "de forma"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166
-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:235
+msgid "with"
+msgstr "segura con"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169
-msgid "1 installment"
-msgstr "1 cuota"
+#: ../../src/Translations/AdminTranslations.php:236
+msgid "Mercado Pago"
+msgstr "Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170
-msgid "2 installments"
-msgstr "2 cuotas"
+#: ../../src/Translations/AdminTranslations.php:241
+msgid "Choose"
+msgstr "Elige"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171
-msgid "3 installments"
-msgstr "3 cuotas"
+#: ../../src/Translations/AdminTranslations.php:242
+msgid "when you want to receive the money"
+msgstr "cuándo quieres recibir el dinero"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:172
-msgid "4 installments"
-msgstr "4 cuotas"
+#: ../../src/Translations/AdminTranslations.php:243
+msgid "from your sales and if you want to offer"
+msgstr "de las ventas y si quieres ofrecer"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:173
-msgid "5 installments"
-msgstr "5 cuotas"
+#: ../../src/Translations/AdminTranslations.php:244
+msgid "interest-free installments"
+msgstr "cuotas sin interés"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:174
-msgid "6 installments"
-msgstr "6 cuotas"
+#: ../../src/Translations/AdminTranslations.php:245
+msgid "to your clients."
+msgstr "a los clientes."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:175
-msgid "10 installments"
-msgstr "10 cuotas"
+#: ../../src/Translations/AdminTranslations.php:251
+msgid "SSL"
+msgstr "SSL"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176
-msgid "12 installments"
-msgstr "12 cuotas"
+#: ../../src/Translations/AdminTranslations.php:252
+msgid "Curl"
+msgstr "Curl"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:177
-msgid "15 installments"
-msgstr "15 cuotas"
+#: ../../src/Translations/AdminTranslations.php:253
+msgid "GD Extensions"
+msgstr "Extensiones GD"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178
-msgid "18 installments"
-msgstr "18 cuotas"
+#: ../../src/Translations/AdminTranslations.php:255
+msgid "Technical requirements"
+msgstr "Requisitos técnicos"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:179
-msgid "24 installments"
-msgstr "24 cuotas"
+#: ../../src/Translations/AdminTranslations.php:256
+msgid "Collections and installments"
+msgstr "Cobros y cuotas"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:256,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:153,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:915,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:203,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:197
-msgid "Enable the checkout"
-msgstr "Activar el checkout"
+#: ../../src/Translations/AdminTranslations.php:257
+msgid "More information"
+msgstr "Más información"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:257
+#: ../../src/Translations/AdminTranslations.php:258
msgid ""
-"By disabling it, you will disable all payments from Mercado Pago Checkout at "
-"Mercado Pago website by redirect."
+"Implementation responsible for transmitting data to Mercado Pago in a secure "
+"and encrypted way."
msgstr ""
-"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
-"sitio web de Mercado Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:261,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:920
-msgid "The checkout is enabled."
-msgstr "El checkout está activo."
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:262,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:921
-msgid "The checkout is disabled."
-msgstr "El checkout está inactivo."
+"Implementación responsable de transmitir los datos a Mercado Pago de forma "
+"segura y encriptada."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:281
+#: ../../src/Translations/AdminTranslations.php:259
msgid ""
-"With Checkout Pro you sell with all the safety inside Mercado Pago "
-"environment."
+"It is an extension responsible for making payments via requests from the "
+"plugin to Mercado Pago."
msgstr ""
-"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
-"Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:269
-msgid "Advanced settings"
-msgstr "Configuración Avanzada"
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:311
-msgid "Payment experience"
-msgstr "Experiencia de pago"
+"Es una extensión encargada de realizar los pagos a través de requests del "
+"plugin a Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:313
+#: ../../src/Translations/AdminTranslations.php:260
msgid ""
-"Define what payment experience your customers will have, whether inside or "
-"outside your store."
+"These extensions are responsible for the implementation and operation of Pix "
+"in your store."
msgstr ""
-"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
+"Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
"tienda."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:316
-msgid "Redirect"
-msgstr "Redirect"
+#: ../../src/Translations/AdminTranslations.php:262
+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."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:317
-msgid "Modal"
-msgstr "Modal"
+#: ../../src/Translations/AdminTranslations.php:263
+msgid "Set deadlines and fees"
+msgstr "Ajustar plazos y tasas"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:333
-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:264
+msgid "Go to documentation"
+msgstr "Ir a la documentación"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:331,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:351,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:372
-msgid "This seems to be an invalid URL."
-msgstr "Esto parece ser una URL no válida."
+#: ../../src/Translations/AdminTranslations.php:277
+msgid "Public Key"
+msgstr "Public Key"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:336
-msgid "Success URL"
-msgstr "URL de éxito"
+#: ../../src/Translations/AdminTranslations.php:278
+msgid "Access Token"
+msgstr "Access Token"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:353
-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 ""
-"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. "
-"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
-"útil para que puedan solucionarlo."
+#: ../../src/Translations/AdminTranslations.php:279
+msgid "1. Enter your credentials to integrate your store with Mercado Pago"
+msgstr "1. Ingresa tus credenciales para integrar tu tienda con Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:356
-msgid "Payment URL rejected"
-msgstr "URL de pago rechazado"
+#: ../../src/Translations/AdminTranslations.php:280
+msgid "Production credentials"
+msgstr "Credenciales de producción"
+
+#: ../../src/Translations/AdminTranslations.php:281
+msgid "Test credentials"
+msgstr "Credenciales de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:374
+#: ../../src/Translations/AdminTranslations.php:282
+msgid "To start selling, "
+msgstr "Para empezar a vender, "
+
+#: ../../src/Translations/AdminTranslations.php:283
msgid ""
-"Choose the URL that we will show to your customers when they have a payment "
-"pending approval."
+"in the fields below. If you don’t have credentials yet, you’ll have to "
+"create them from this link."
msgstr ""
-"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
-"de aprobación."
+"en los campos de abajo. Si todavía no tienes credenciales, deberás crearlas "
+"en ese mismo enlace."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:377
-msgid "Payment URL pending"
-msgstr "URL de pago pendiente"
+#: ../../src/Translations/AdminTranslations.php:284
+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."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:391
-msgid "Enable the payment methods available to your clients."
-msgstr "Habilita los medios de pago disponibles para tus clientes."
+#: ../../src/Translations/AdminTranslations.php:285
+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."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392
-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:286
+msgid "Paste your Public Key here"
+msgstr "Pega aquí tu Public Key"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:396
-msgid "Credit Cards"
-msgstr "Tarjetas de crédito"
+#: ../../src/Translations/AdminTranslations.php:287
+msgid "Paste your Access Token here"
+msgstr "Pega aquí tu Access Token"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:400
-msgid "Debit Cards"
-msgstr "Tarjetas de débito"
+#: ../../src/Translations/AdminTranslations.php:288,
+#: ../../src/Translations/AdminTranslations.php:342
+msgid "Save and continue"
+msgstr "Guardar y continuar"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404
-msgid "Other Payment Methods"
-msgstr "Otros medios"
+#: ../../src/Translations/AdminTranslations.php:289
+msgid ""
+"You have to enter your production credentials to start selling with Mercado "
+"Pago."
+msgstr ""
+"Debes ingresar tus credenciales de producción para empezar a vender con "
+"Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:454
-msgid "Return to the store"
-msgstr "Volver a la tienda"
+#: ../../src/Translations/AdminTranslations.php:290
+msgid "Enter credentials"
+msgstr "Introducir credenciales"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:455
+#: ../../src/Translations/AdminTranslations.php:291
+msgid "Activate your credentials to be able to sell"
+msgstr "Activa tus credenciales para poder vender"
+
+#: ../../src/Translations/AdminTranslations.php:292
msgid ""
-"Do you want your customer to automatically return to the store after payment?"
+"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 ""
-"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
+"Las credenciales son códigos que debes ingresar para habilitar las ventas. "
+"Vaya más abajo en Activar credenciales. En la siguiente pantalla, utilice "
+"nuevamente el botón Activar Credenciales y complete los campos con la "
+"información solicitada."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:459
-msgid "The buyer will be automatically redirected to the store."
-msgstr "El comprador será redirigido automáticamente a la tienda."
+#: ../../src/Translations/AdminTranslations.php:293
+msgid "Activate credentials"
+msgstr "Activar credenciales"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:460
-msgid "The buyer will not be automatically redirected to the store."
-msgstr "El comprador no será redirigido automáticamente a la tienda."
+#: ../../src/Translations/AdminTranslations.php:294
+msgid "copy and paste your production credentials "
+msgstr "copia y pega tus credenciales de producción "
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:485
-msgid "Available payment methods"
-msgstr "Medios de pago disponibles"
+#: ../../src/Translations/AdminTranslations.php:307
+msgid "Add the URL to receive payments notifications."
+msgstr "Ingresa la URL para recibir notificaciones de pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:535,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:521,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:426,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:411,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:698,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:418,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:404,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:434,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:419,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
-msgid "discount of"
-msgstr "descuento de"
+#: ../../src/Translations/AdminTranslations.php:308
+msgid "Find out more information in the"
+msgstr "Consulta más información en los"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:541,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:527,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:432,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:417,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:704,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:691,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:424,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:410,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:440,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176
-msgid "fee of"
-msgstr "comisión de"
+#: ../../src/Translations/AdminTranslations.php:310
+msgid "guides"
+msgstr "manuales"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:641,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:667,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:719
-msgid "Easy login"
-msgstr "Ingresa con facilidad"
+#: ../../src/Translations/AdminTranslations.php:315
+msgid ""
+"If you are a Mercado Pago Certified Partner, make sure to add your "
+"integrator_id."
+msgstr ""
+"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
+"integrator_id."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:642,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:668,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:720
-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/AdminTranslations.php:316
+msgid "If you do not have the code, please"
+msgstr "Si no tienes el código,"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:649,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:675,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:693,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:727
-msgid "Quick payments"
-msgstr "Paga rápido"
+#: ../../src/Translations/AdminTranslations.php:318
+msgid "request it now"
+msgstr "solicítalo ahora"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:650
-msgid "Use your saved cards, Pix or available balance."
-msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible."
+#: ../../src/Translations/AdminTranslations.php:322
+msgid "2. Customize your business’ information"
+msgstr "2. Personaliza la información de tu negocio"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:657,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:683
-msgid "Protected purchases"
-msgstr "Protege tu compra"
+#: ../../src/Translations/AdminTranslations.php:323
+msgid "Your store information"
+msgstr "Información sobre tu tienda"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:658,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:684
-msgid "Get your money back in case you don't receive your product."
-msgstr "Recupera tu dinero si no recibes el producto."
+#: ../../src/Translations/AdminTranslations.php:324
+msgid "Advanced integration options (optional)"
+msgstr "Opciones avanzadas de integración (opcional)"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:676
-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/AdminTranslations.php:325
+msgid "Debug and Log Mode"
+msgstr "Modo debug y log"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:694,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:728
-msgid "Use your available money or saved cards."
-msgstr "Usa tu dinero disponible o tarjetas guardadas."
+#: ../../src/Translations/AdminTranslations.php:326
+msgid ""
+"Fill out the following details to have a better experience and offer your "
+"customers more information."
+msgstr ""
+"Completa los siguientes datos para tener una mejor experiencia y ofrecerle "
+"más información a tus clientes."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:701,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:735
-msgid "Installments option"
-msgstr "Accede a cuotas"
+#: ../../src/Translations/AdminTranslations.php:327
+msgid "Name of your store in your client's invoice"
+msgstr "Nombre de tu tienda en la factura de los clientes"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702
-msgid "Pay with or without a credit card."
-msgstr "Paga con o sin tarjeta de crédito."
+#: ../../src/Translations/AdminTranslations.php:328
+msgid "Identification in Activities of Mercado Pago"
+msgstr "Identificación en Actividad de Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:709
-msgid "Reliable purchases"
-msgstr "Compra con confianza"
+#: ../../src/Translations/AdminTranslations.php:329
+msgid ""
+"For further integration of your store with Mercado Pago (IPN, Certified "
+"Partners, Debug Mode)"
+msgstr ""
+"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
+"Certificados, Modo Debug)"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710
-msgid "Get help if you have a problem with your purchase."
-msgstr "Recibe ayuda si tienes algún problema con tu compra."
+#: ../../src/Translations/AdminTranslations.php:330
+msgid "Store category"
+msgstr "Categoría de la tienda"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:736
-msgid "Interest-free installments with selected banks."
-msgstr "Cuotas sin interés con bancos seleccionados."
+#: ../../src/Translations/AdminTranslations.php:331
+msgid "URL for IPN"
+msgstr "URL para IPN"
+
+#: ../../src/Translations/AdminTranslations.php:332
+msgid "Integrator ID"
+msgstr "Integrator ID"
+
+#: ../../src/Translations/AdminTranslations.php:333
+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
+msgid "Ex: Mary's Store"
+msgstr "Ej.: Tienda de María"
+
+#: ../../src/Translations/AdminTranslations.php:335
+msgid "Ex: Mary Store"
+msgstr "Ej.: TiendaMaría"
+
+#: ../../src/Translations/AdminTranslations.php:336,
+#: ../../src/Translations/AdminTranslations.php:1253
+msgid "Select"
+msgstr "Seleccionar"
+
+#: ../../src/Translations/AdminTranslations.php:337
+msgid "Ex: https://examples.com/my-custom-ipn-url"
+msgstr "Ej.: https://examples.com/my-custom-ipn-url"
+
+#: ../../src/Translations/AdminTranslations.php:338
+msgid "Add plugin default params"
+msgstr "Agregar parámetros default del plugin"
+
+#: ../../src/Translations/AdminTranslations.php:339
+msgid "Ex: 14987126498"
+msgstr "Ej.: 14987126498"
+
+#: ../../src/Translations/AdminTranslations.php:340
+msgid "Show advanced options"
+msgstr "Ver opciones avanzadas"
+
+#: ../../src/Translations/AdminTranslations.php:341
+msgid "Hide advanced options"
+msgstr "Esconder opciones avanzadas"
+
+#: ../../src/Translations/AdminTranslations.php:343
+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
+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
+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
+msgid "request it now."
+msgstr "solicítalo ahora."
+
+#: ../../src/Translations/AdminTranslations.php:360
+msgid "3. Activate and set up payment methods"
+msgstr "3. Activa y configura los medios de pago"
+
+#: ../../src/Translations/AdminTranslations.php:361
+msgid ""
+"Select the payment method you want to appear in your store to activate and "
+"set it up."
+msgstr ""
+"Selecciona el medio de pago que quieres que aparezca en tu tienda para "
+"activarlo y configurarlo."
+
+#: ../../src/Translations/AdminTranslations.php:362
+msgid "Settings"
+msgstr "Configurar"
+
+#: ../../src/Translations/AdminTranslations.php:363
+msgid "Continue"
+msgstr "Continuar"
+
+#: ../../src/Translations/AdminTranslations.php:364
+msgid "Enabled"
+msgstr "Activado"
+
+#: ../../src/Translations/AdminTranslations.php:365
+msgid "Disabled"
+msgstr "Inactivo"
+
+#: ../../src/Translations/AdminTranslations.php:366
+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:379,
+#: ../../src/Translations/AdminTranslations.php:385
+msgid "The checkout is"
+msgstr "El checkout está"
+
+#: ../../src/Translations/AdminTranslations.php:380,
+#: ../../src/Translations/AdminTranslations.php:392,
+#: ../../src/Translations/AdminTranslations.php:508,
+#: ../../src/Translations/AdminTranslations.php:520,
+#: ../../src/Translations/AdminTranslations.php:532,
+#: ../../src/Translations/AdminTranslations.php:599,
+#: ../../src/Translations/AdminTranslations.php:611,
+#: ../../src/Translations/AdminTranslations.php:623,
+#: ../../src/Translations/AdminTranslations.php:700,
+#: ../../src/Translations/AdminTranslations.php:762,
+#: ../../src/Translations/AdminTranslations.php:822,
+#: ../../src/Translations/AdminTranslations.php:834
+msgid "enabled"
+msgstr "activo"
+
+#: ../../src/Translations/AdminTranslations.php:386,
+#: ../../src/Translations/AdminTranslations.php:398,
+#: ../../src/Translations/AdminTranslations.php:514,
+#: ../../src/Translations/AdminTranslations.php:526,
+#: ../../src/Translations/AdminTranslations.php:538,
+#: ../../src/Translations/AdminTranslations.php:605,
+#: ../../src/Translations/AdminTranslations.php:617,
+#: ../../src/Translations/AdminTranslations.php:629,
+#: ../../src/Translations/AdminTranslations.php:706,
+#: ../../src/Translations/AdminTranslations.php:768,
+#: ../../src/Translations/AdminTranslations.php:828,
+#: ../../src/Translations/AdminTranslations.php:840
+msgid "disabled"
+msgstr "inactivo"
+
+#: ../../src/Translations/AdminTranslations.php:391,
+#: ../../src/Translations/AdminTranslations.php:397,
+#: ../../src/Translations/AdminTranslations.php:519,
+#: ../../src/Translations/AdminTranslations.php:525,
+#: ../../src/Translations/AdminTranslations.php:610,
+#: ../../src/Translations/AdminTranslations.php:616,
+#: ../../src/Translations/AdminTranslations.php:699,
+#: ../../src/Translations/AdminTranslations.php:705,
+#: ../../src/Translations/AdminTranslations.php:761,
+#: ../../src/Translations/AdminTranslations.php:767,
+#: ../../src/Translations/AdminTranslations.php:833,
+#: ../../src/Translations/AdminTranslations.php:839
+msgid "Currency conversion is"
+msgstr "Conversión de moneda está"
+
+#: ../../src/Translations/AdminTranslations.php:403,
+#: ../../src/Translations/AdminTranslations.php:409
+msgid "The buyer"
+msgstr "El comprador"
+
+#: ../../src/Translations/AdminTranslations.php:404
+msgid "will be automatically redirected to the store"
+msgstr "será redirigido automáticamente a la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:410
+msgid "will not be automatically redirected to the store"
+msgstr "no será redirigido automáticamente a la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:416,
+#: ../../src/Translations/AdminTranslations.php:422,
+#: ../../src/Translations/AdminTranslations.php:634,
+#: ../../src/Translations/AdminTranslations.php:640
+msgid "Pending payments"
+msgstr "Los pagos pendientes"
+
+#: ../../src/Translations/AdminTranslations.php:417,
+#: ../../src/Translations/AdminTranslations.php:635
+msgid "will be automatically declined"
+msgstr "se rechazarán automaticamente"
+
+#: ../../src/Translations/AdminTranslations.php:423,
+#: ../../src/Translations/AdminTranslations.php:641
+msgid "will not be automatically declined"
+msgstr "no se rechazarán automaticamente"
+
+#: ../../src/Translations/AdminTranslations.php:427,
+#: ../../src/Translations/AdminTranslations.php:442
+msgid "Your saved cards or money available in Mercado Pago"
+msgstr "Medios de pago disponibles en Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:428,
+#: ../../src/Translations/AdminTranslations.php:430
+msgid "Your clients finalize their payments in Mercado Pago."
+msgstr "Tus clientes finalizan sus pagos en Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:429
+msgid "Mercado Pago - Checkout Pro"
+msgstr "Mercado Pago - Checkout Pro"
+
+#: ../../src/Translations/AdminTranslations.php:431
+msgid "Checkout Pro"
+msgstr "Checkout Pro"
+
+#: ../../src/Translations/AdminTranslations.php:432
+msgid ""
+"With Checkout Pro you sell with all the safety inside Mercado Pago "
+"environment."
+msgstr ""
+"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
+"Pago."
+
+#: ../../src/Translations/AdminTranslations.php:433,
+#: ../../src/Translations/AdminTranslations.php:548,
+#: ../../src/Translations/AdminTranslations.php:715,
+#: ../../src/Translations/AdminTranslations.php:777,
+#: ../../src/Translations/AdminTranslations.php:858
+msgid "Mercado Pago plugin general settings"
+msgstr "Configuraciones generales del plugin de Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:434,
+#: ../../src/Translations/AdminTranslations.php:549,
+#: ../../src/Translations/AdminTranslations.php:652,
+#: ../../src/Translations/AdminTranslations.php:716,
+#: ../../src/Translations/AdminTranslations.php:778,
+#: ../../src/Translations/AdminTranslations.php:859
+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:435,
+#: ../../src/Translations/AdminTranslations.php:550,
+#: ../../src/Translations/AdminTranslations.php:653,
+#: ../../src/Translations/AdminTranslations.php:717,
+#: ../../src/Translations/AdminTranslations.php:779,
+#: ../../src/Translations/AdminTranslations.php:860
+msgid "Go to Settings"
+msgstr "Ir a Configuraciones"
+
+#: ../../src/Translations/AdminTranslations.php:436,
+#: ../../src/Translations/AdminTranslations.php:654,
+#: ../../src/Translations/AdminTranslations.php:861
+msgid "Enable the checkout"
+msgstr "Activar el checkout"
+
+#: ../../src/Translations/AdminTranslations.php:437
+msgid ""
+"By disabling it, you will disable all payments from Mercado Pago Checkout at "
+"Mercado Pago website by redirect."
+msgstr ""
+"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
+"sitio web de Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:440,
+#: ../../src/Translations/AdminTranslations.php:559,
+#: ../../src/Translations/AdminTranslations.php:658,
+#: ../../src/Translations/AdminTranslations.php:722,
+#: ../../src/Translations/AdminTranslations.php:784,
+#: ../../src/Translations/AdminTranslations.php:865
+msgid "Title in the store Checkout"
+msgstr "Título en el checkout de la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:441,
+#: ../../src/Translations/AdminTranslations.php:659,
+#: ../../src/Translations/AdminTranslations.php:723,
+#: ../../src/Translations/AdminTranslations.php:785,
+#: ../../src/Translations/AdminTranslations.php:866
+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:443,
+#: ../../src/Translations/AdminTranslations.php:562,
+#: ../../src/Translations/AdminTranslations.php:661,
+#: ../../src/Translations/AdminTranslations.php:725,
+#: ../../src/Translations/AdminTranslations.php:787,
+#: ../../src/Translations/AdminTranslations.php:868
+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:444,
+#: ../../src/Translations/AdminTranslations.php:563,
+#: ../../src/Translations/AdminTranslations.php:665,
+#: ../../src/Translations/AdminTranslations.php:726,
+#: ../../src/Translations/AdminTranslations.php:788,
+#: ../../src/Translations/AdminTranslations.php:882
+msgid "Convert Currency"
+msgstr "Convertir moneda"
+
+#: ../../src/Translations/AdminTranslations.php:445,
+#: ../../src/Translations/AdminTranslations.php:564,
+#: ../../src/Translations/AdminTranslations.php:666,
+#: ../../src/Translations/AdminTranslations.php:727,
+#: ../../src/Translations/AdminTranslations.php:789,
+#: ../../src/Translations/AdminTranslations.php:883
+msgid ""
+"Activate this option so that the value of the currency set in WooCommerce is "
+"compatible with the value of the currency you use in Mercado Pago."
+msgstr ""
+"Activa esta opción para que el valor de la moneda configurada en WooCommerce "
+"sea compatible al valor de la moneda que usas en Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:448
+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:449
+msgid "Enable the payment methods available to your clients."
+msgstr "Habilita los medios de pago disponibles para tus clientes."
+
+#: ../../src/Translations/AdminTranslations.php:450
+msgid "Credit Cards"
+msgstr "Tarjetas de crédito"
+
+#: ../../src/Translations/AdminTranslations.php:451
+msgid "Debit Cards"
+msgstr "Tarjetas de débito"
+
+#: ../../src/Translations/AdminTranslations.php:452
+msgid "Other Payment Methods"
+msgstr "Otros medios"
+
+#: ../../src/Translations/AdminTranslations.php:453
+msgid "Maximum number of installments"
+msgstr "Máximo de cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:454
+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:455
+msgid "1 installment"
+msgstr "1 cuota"
+
+#: ../../src/Translations/AdminTranslations.php:456
+msgid "2 installments"
+msgstr "2 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:457
+msgid "3 installments"
+msgstr "3 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:458
+msgid "4 installments"
+msgstr "4 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:459
+msgid "5 installments"
+msgstr "5 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:460
+msgid "6 installments"
+msgstr "6 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:461
+msgid "10 installments"
+msgstr "10 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:462
+msgid "12 installments"
+msgstr "12 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:463
+msgid "15 installments"
+msgstr "15 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:464
+msgid "18 installments"
+msgstr "18 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:465
+msgid "24 installments"
+msgstr "24 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:466,
+#: ../../src/Translations/AdminTranslations.php:577
+msgid "Advanced settings"
+msgstr "Configuración Avanzada"
+
+#: ../../src/Translations/AdminTranslations.php:467,
+#: ../../src/Translations/AdminTranslations.php:578,
+#: ../../src/Translations/AdminTranslations.php:675,
+#: ../../src/Translations/AdminTranslations.php:733,
+#: ../../src/Translations/AdminTranslations.php:793,
+#: ../../src/Translations/AdminTranslations.php:890
+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:468
+msgid "Payment experience"
+msgstr "Experiencia de pago"
+
+#: ../../src/Translations/AdminTranslations.php:469
+msgid ""
+"Define what payment experience your customers will have, whether inside or "
+"outside your store."
+msgstr ""
+"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
+"tienda."
+
+#: ../../src/Translations/AdminTranslations.php:470
+msgid "Redirect"
+msgstr "Redirect"
+
+#: ../../src/Translations/AdminTranslations.php:471
+msgid "Modal"
+msgstr "Modal"
+
+#: ../../src/Translations/AdminTranslations.php:472
+msgid "Return to the store"
+msgstr "Volver a la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:473
+msgid ""
+"Do you want your customer to automatically return to the store after payment?"
+msgstr ""
+"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:30,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:31,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:245
+#: ../../src/Translations/AdminTranslations.php:476
+msgid "Success URL"
+msgstr "URL de éxito"
+
+#: ../../src/Translations/AdminTranslations.php:477
+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:478
+msgid "Payment URL rejected"
+msgstr "URL de pago rechazado"
+
+#: ../../src/Translations/AdminTranslations.php:479
+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 ""
+"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. "
+"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
+"útil para que puedan solucionarlo."
+
+#: ../../src/Translations/AdminTranslations.php:480
+msgid "Payment URL pending"
+msgstr "URL de pago pendiente"
+
+#: ../../src/Translations/AdminTranslations.php:481
+msgid ""
+"Choose the URL that we will show to your customers when they have a payment "
+"pending approval."
+msgstr ""
+"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
+"de aprobación."
+
+#: ../../src/Translations/AdminTranslations.php:482,
+#: ../../src/Translations/AdminTranslations.php:676
+msgid "Automatic decline of payments without instant approval"
+msgstr "Rechazo automático de pagos sin aprobación instantanea"
+
+#: ../../src/Translations/AdminTranslations.php:483,
+#: ../../src/Translations/AdminTranslations.php:677
+msgid ""
+"Enable it if you want to automatically decline payments that are not "
+"instantly approved by banks or other institutions."
+msgstr ""
+"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
+"instantáneamente por bancos u otros compradores."
+
+#: ../../src/Translations/AdminTranslations.php:484
+msgid "Debit, Credit and Invoice in Mercado Pago environment."
+msgstr "Débito, crédito y efectivo, en Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:487,
+#: ../../src/Translations/AdminTranslations.php:579,
+#: ../../src/Translations/AdminTranslations.php:680,
+#: ../../src/Translations/AdminTranslations.php:742,
+#: ../../src/Translations/AdminTranslations.php:802,
+#: ../../src/Translations/AdminTranslations.php:891
+msgid "Discount in Mercado Pago Checkouts"
+msgstr "Descuento en los checkouts de Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:488,
+#: ../../src/Translations/AdminTranslations.php:580,
+#: ../../src/Translations/AdminTranslations.php:681,
+#: ../../src/Translations/AdminTranslations.php:743,
+#: ../../src/Translations/AdminTranslations.php:803,
+#: ../../src/Translations/AdminTranslations.php:892
+msgid ""
+"Choose a percentage value that you want to discount your customers for "
+"paying with Mercado Pago."
+msgstr ""
+"Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
+"Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:489,
+#: ../../src/Translations/AdminTranslations.php:492,
+#: ../../src/Translations/AdminTranslations.php:581,
+#: ../../src/Translations/AdminTranslations.php:584,
+#: ../../src/Translations/AdminTranslations.php:682,
+#: ../../src/Translations/AdminTranslations.php:685,
+#: ../../src/Translations/AdminTranslations.php:744,
+#: ../../src/Translations/AdminTranslations.php:747,
+#: ../../src/Translations/AdminTranslations.php:804,
+#: ../../src/Translations/AdminTranslations.php:807,
+#: ../../src/Translations/AdminTranslations.php:893,
+#: ../../src/Translations/AdminTranslations.php:896
+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:490,
+#: ../../src/Translations/AdminTranslations.php:582,
+#: ../../src/Translations/AdminTranslations.php:683,
+#: ../../src/Translations/AdminTranslations.php:745,
+#: ../../src/Translations/AdminTranslations.php:805,
+#: ../../src/Translations/AdminTranslations.php:894
+msgid "Commission in Mercado Pago Checkouts"
+msgstr "Comisiones en los checkouts de Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:491,
+#: ../../src/Translations/AdminTranslations.php:583,
+#: ../../src/Translations/AdminTranslations.php:684,
+#: ../../src/Translations/AdminTranslations.php:746,
+#: ../../src/Translations/AdminTranslations.php:806,
+#: ../../src/Translations/AdminTranslations.php:895
+msgid ""
+"Choose an additional percentage value that you want to charge as commission "
+"to your customers for paying with Mercado Pago."
+msgstr ""
+"Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
+"clientes por pagar con Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:493
+msgid "This seems to be an invalid URL"
+msgstr "Esto parece ser una URL no válida"
+
+#: ../../src/Translations/AdminTranslations.php:507,
+#: ../../src/Translations/AdminTranslations.php:513
+msgid "Payment in installments without card in the store checkout is"
+msgstr "“Hasta 12 pagos sin tarjeta con Mercado Pago” está "
+
+#: ../../src/Translations/AdminTranslations.php:531,
+#: ../../src/Translations/AdminTranslations.php:537
+msgid "The installments without card component is"
+msgstr "El componente “Compra en hasta 12 pagos sin tarjeta” está"
+
+#: ../../src/Translations/AdminTranslations.php:542,
+#: ../../src/Translations/AdminTranslations.php:546
msgid "Installments without card"
msgstr "Financiación sin tarjeta de crédito"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:32
+#: ../../src/Translations/AdminTranslations.php:543,
+#: ../../src/Translations/AdminTranslations.php:545
msgid "Customers who buy on spot and pay later in up to 12 installments"
msgstr "Tus clientes pueden comprar en hasta 12 pagos mensuales"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:40
+#: ../../src/Translations/AdminTranslations.php:544
msgid "Mercado Pago - Installments without card"
-msgstr "Mercado Pago - Hasta 12 pagos sin tarjeta con Mercado Pago"
+msgstr "Financiación sin tarjeta de crédito "
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:42
-msgid "Checkout without card"
-msgstr "Hasta 12 pagos sin tarjeta con Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:547
+msgid ""
+"Reach millions of buyers by offering Mercado Credito as a payment method. "
+"Our flexible payment options give your customers the possibility to buy "
+"today whatever they want in up to 12 installments without the need to use a "
+"credit card. For your business, the approval of the purchase is immediate "
+"and guaranteed."
+msgstr ""
+"Llega a millones de compradores ofreciéndoles Mercado Crédito como medio de "
+"pago. Nuestras opciones de pago flexibles brindan a tus clientes la "
+"posibilidad de comprar lo que quieren hoy en hasta 12 cuotas sin la "
+"necesidad de utilizar una tarjeta. Para tu negocio, la aprobación de la "
+"compra es inmediata y está garantizada."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:182
-msgid "Activate installments without card in your store checkout "
+#: ../../src/Translations/AdminTranslations.php:551
+msgid "Activate installments without card in your store checkout"
msgstr "Activar la opción de financiación sin tarjeta de crédito"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:183
+#: ../../src/Translations/AdminTranslations.php:552
msgid ""
"Offer the option to pay in installments without card directly from your "
"store's checkout."
@@ -582,116 +1020,114 @@ msgstr ""
"Ofrece a tus clientes la opción de financiar su compra en hasta 12 pagos "
"mensuales, directo desde el checkout de tu tienda."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:187
-msgid ""
-"Payment in installments without card in the store checkout is active"
-msgstr "“Hasta 12 pagos sin tarjeta con Mercado Pago” está activo"
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:188
-msgid ""
-"Payment in installments without card in the store checkout is inactive"
-msgstr "“Hasta 12 pagos sin tarjeta con Mercado Pago” está inactivo"
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:205
+#: ../../src/Translations/AdminTranslations.php:555
msgid "Checkout visualization"
msgstr "Visualización en el checkout"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:206,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:367
+#: ../../src/Translations/AdminTranslations.php:556,
+#: ../../src/Translations/AdminTranslations.php:576
msgid "Check below how this feature will be displayed to your customers:"
msgstr "A continuación verás cómo este recurso aparecerá para tus clientes:"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:207
+#: ../../src/Translations/AdminTranslations.php:557
msgid "Checkout Preview"
msgstr "Visualización en el checkout"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:208
+#: ../../src/Translations/AdminTranslations.php:558
msgid "PREVIEW"
msgstr "DEMO"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:249
-msgid ""
-"Reach millions of buyers by offering Mercado Credito as a payment method. "
-"Our flexible payment options give your customers the possibility to buy "
-"today whatever they want in up to 12 installments without the need to use a "
-"credit card."
-msgstr ""
-"Llega a millones de compradores con bajo acceso a financiación ofreciéndoles "
-"Mercado Crédito como medio de pago. Nuestras opciones de pago flexibles "
-"brindan a tus clientes la posibilidad de comprar lo que quieren en hasta "
-"12 pagos mensuales sin necesidad de utilizar una tarjeta de crédito. "
+#: ../../src/Translations/AdminTranslations.php:560
+msgid "It is possible to edit the title. Maximum of 85 characters."
+msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:252
-msgid ""
-"For your business, the approval of the purchase is immediate and guaranteed."
-msgstr ""
-"Para tu negocio, la aprobación de la compra es inmediata y está garantizada."
+#: ../../src/Translations/AdminTranslations.php:561
+msgid "Checkout without card"
+msgstr "Hasta 12 pagos sin tarjeta con Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:311
+#: ../../src/Translations/AdminTranslations.php:567
msgid ""
"Inform your customers about the option of paying in installments without card"
msgstr ""
"Informa a tus clientes la posibilidad de financiar sus compras en hasta 12 "
"pagos sin tarjeta de crédito"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:314
+#: ../../src/Translations/AdminTranslations.php:568
msgid ""
-"By activating the installments without card component, you increase "
-"your chances of selling."
-msgstr ""
-"Al activar el componente de financiación en hasta 12 pagos sin tarjeta de "
-"crédito, aumentarás tus posibilidades de venta."
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:316
-msgid "The installments without card component is active."
+"By activating the installments without card component, you increase your "
+"chances of selling."
msgstr ""
-"El componente “Compra en hasta 12 pagos sin tarjeta” está activo."
+"Al activar el componente de financiación en hasta 12 pagos sin tarjeta de "
+"crédito, aumentarás tus posibilidades de venta."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:317
-msgid "The installments without card component is inactive."
-msgstr ""
-"El componente “Compra en hasta 12 pagos sin tarjeta” está inactivo."
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:355,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:365
+#: ../../src/Translations/AdminTranslations.php:571
msgid "Banner on the product page | Computer version"
msgstr "Componente en la página del producto | Versión para computadora"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:356
+#: ../../src/Translations/AdminTranslations.php:572
msgid "Banner on the product page | Cellphone version"
msgstr "Componente en la página del producto | Versión para celular"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:363
+#: ../../src/Translations/AdminTranslations.php:573
msgid "Computer"
msgstr "Computadora"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:364
+#: ../../src/Translations/AdminTranslations.php:574
msgid "Mobile"
msgstr "Celular"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:366
+#: ../../src/Translations/AdminTranslations.php:575
msgid "Component visualization"
msgstr "Visualización del componente"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:41,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:42,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:52
-msgid "Debit and Credit"
-msgstr "Débito e crédito"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:43,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:36,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:36
-msgid "Transparent Checkout in your store environment"
-msgstr "Checkout Transparente, en tu tienda"
+#: ../../src/Translations/AdminTranslations.php:598,
+#: ../../src/Translations/AdminTranslations.php:604
+msgid "Transparent Checkout for credit cards is"
+msgstr "El Checkout Transparente de las tarjetas de crédito está"
+
+#: ../../src/Translations/AdminTranslations.php:622,
+#: ../../src/Translations/AdminTranslations.php:628
+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:645,
+#: ../../src/Translations/AdminTranslations.php:660
+msgid "Credit and debit cards"
+msgstr "Tarjeta de crédito y débito"
+
+#: ../../src/Translations/AdminTranslations.php:646,
+#: ../../src/Translations/AdminTranslations.php:648,
+#: ../../src/Translations/AdminTranslations.php:711,
+#: ../../src/Translations/AdminTranslations.php:773,
+#: ../../src/Translations/AdminTranslations.php:853,
+#: ../../src/Translations/AdminTranslations.php:855
+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:647,
+#: ../../src/Translations/AdminTranslations.php:712,
+#: ../../src/Translations/AdminTranslations.php:774,
+#: ../../src/Translations/AdminTranslations.php:854
+msgid "Mercado Pago - Checkout API"
+msgstr "Mercado Pago - Checkout API"
+
+#: ../../src/Translations/AdminTranslations.php:649
+msgid "Transparent Checkout | Credit card"
+msgstr "Checkout Transparente | Tarjeta de Crédito"
+
+#: ../../src/Translations/AdminTranslations.php:650
+msgid ""
+"With the Transparent Checkout, you can sell inside your store environment, "
+"without redirection and with the security from Mercado Pago."
+msgstr ""
+"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
+"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:51,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:44,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:44
-msgid "Mercado pago - Customized Checkout"
-msgstr "Mercado Pago - Checkout Personalizado"
+#: ../../src/Translations/AdminTranslations.php:651
+msgid "Mercado Pago Plugin general settings"
+msgstr "Configuraciones generales del plugin de Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:154
+#: ../../src/Translations/AdminTranslations.php:655
msgid ""
"By disabling it, you will disable all credit cards payments from Mercado "
"Pago Transparent Checkout."
@@ -699,21 +1135,11 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
"en el Checkout Transparente de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:158
-msgid "Transparent Checkout for credit cards is enabled."
-msgstr ""
-"El Checkout Transparente de las tarjetas de crédito está activado."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:159
-msgid "Transparent checkout for credit cards is disabled."
-msgstr ""
-"El checkout transparente de las tarjetas de crédito está desactivado."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:191
+#: ../../src/Translations/AdminTranslations.php:662
msgid "Installments Fees"
msgstr "Tasas de pago en cuotas"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:192
+#: ../../src/Translations/AdminTranslations.php:663
msgid ""
"Set installment fees and whether they will be charged from the store or from "
"the buyer."
@@ -721,31 +1147,15 @@ msgstr ""
"Configura las tasas de las cuotas y si se las cobrarán a la tienda o al "
"comprador."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193
+#: ../../src/Translations/AdminTranslations.php:664
msgid "Set fees"
msgstr "Configurar tasas"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:218
-msgid "Transparent Checkout | Credit card "
-msgstr "Checkout Transparente | Tarjeta de Crédito "
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:222
-msgid ""
-"With the Transparent Checkout, you can sell inside your store environment, "
-"without redirection and with the security from Mercado Pago."
-msgstr ""
-"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
-"redireccionamentos, con toda la seguridad de Mercado Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:240
-msgid "Advanced configuration of the personalized payment experience"
-msgstr "Configuración Avanzada"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:254
+#: ../../src/Translations/AdminTranslations.php:669
msgid "Payments via Mercado Pago account"
msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:255
+#: ../../src/Translations/AdminTranslations.php:670
msgid ""
"Your customers pay faster with saved cards, money balance or other available "
"methods in their Mercado Pago accounts."
@@ -753,387 +1163,254 @@ msgstr ""
"Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o "
"con otros medios disponibles en sus cuentas de MP."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:259
-msgid "Payments via Mercado Pago accounts are active."
-msgstr "Los pagos a través de la cuenta de Mercado Pago están activos."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:260
-msgid "Payments via Mercado Pago accounts are inactive."
-msgstr ""
-"Los pagos a través de la cuenta de Mercado Pago están deshabilitados."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:279
+#: ../../src/Translations/AdminTranslations.php:673
msgid "Check an example of how it will appear in your store:"
msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:310
-msgid "That’s it, payment accepted!"
-msgstr "Listo, ¡aceptamos tu pago!"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312
-msgid ""
-"We are processing your payment. In less than an hour we will send you the "
-"result by email."
-msgstr ""
-"Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
-"por correo electrónico."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314
-msgid ""
-"We are processing your payment. In less than 2 days we will send you by "
-"email if the payment has been approved or if additional information is "
-"needed."
-msgstr ""
-"Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
-"electrónico si se ha aprobado el pago o si se necesita información adicional."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316
-msgid "Check the card number."
-msgstr "Compruebe el número de tarjeta."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318
-msgid "Check the expiration date."
-msgstr "Compruebe la fecha de expiración."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320
-msgid "Check the information provided."
-msgstr "Compruebe la información informada."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322
-msgid "Check the informed security code."
-msgstr "Compruebe el código de seguridad informado."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:325
-msgid "Your payment cannot be processed."
-msgstr "No se puede procesar su pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:327
-msgid "You must authorize payments for your orders."
-msgstr "Usted debe autorizar los pagos de sus órdenes."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:329
-msgid ""
-"Contact your card issuer to activate it. The phone is on the back of your "
-"card."
-msgstr ""
-"Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
-"se encuentra en la parte posterior de su tarjeta."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331
-msgid ""
-"You have already made a payment of this amount. If you have to pay again, "
-"use another card or other method of payment."
-msgstr ""
-"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
-"utilizar otra tarjeta u otro medio de pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333
-msgid ""
-"Your payment was declined. Please select another payment method. It is "
-"recommended in cash."
-msgstr ""
-"Su pago fue rechazado. Por favor seleccione otro medio de pago. Se "
-"recomienda en efectivo."
+#: ../../src/Translations/AdminTranslations.php:674
+msgid "Advanced configuration of the personalized payment experience"
+msgstr "Configuración Avanzada"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335
-msgid "Your payment does not have sufficient funds."
-msgstr "Su metodo de pago no tiene fondos suficientes."
+#: ../../src/Translations/AdminTranslations.php:710,
+#: ../../src/Translations/AdminTranslations.php:724
+msgid "Invoice"
+msgstr "Efectivo"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337
-msgid "Payment cannot process the selected fee."
-msgstr "El pago no puede procesar la cuota seleccionada."
+#: ../../src/Translations/AdminTranslations.php:713
+msgid "Transparent Checkout | Invoice or Loterica"
+msgstr "Checkout Transparente | Efectivo"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339
+#: ../../src/Translations/AdminTranslations.php:714,
+#: ../../src/Translations/AdminTranslations.php:776,
+#: ../../src/Translations/AdminTranslations.php:857
msgid ""
-"You have reached the limit of allowed attempts. Choose another card or other "
-"payment method."
-msgstr ""
-"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
-"medio de pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341,
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:204
-msgid "This payment method cannot process your payment."
-msgstr "Este medio de pago no puede procesar su pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:396
-msgid "Credit cards"
-msgstr "Tarjetas de crédito"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:397
-msgid "Up to "
-msgstr "Hasta "
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:397
-msgid " installments"
-msgstr "12 pagos sin tarjeta"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:404
-msgid "Debit cards"
-msgstr "Tarjetas de débito"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:447,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:448,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:480,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:481,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:401,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:402,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:562,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563
-msgid "A problem was occurred when processing your payment. Please, try again."
+"With the Transparent Checkout, you can sell inside your store environment, "
+"without redirection and all the safety from Mercado Pago."
msgstr ""
-"El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
-"vez."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577
-msgid "See your order form"
-msgstr "Ver su hoja de pedido"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:588
-msgid "Your payment was declined. You can try again."
-msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
+"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
+"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:595,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:93
-msgid "Click to try again"
-msgstr "Haga clic para intentarlo de nuevo"
+#: ../../src/Translations/AdminTranslations.php:718,
+#: ../../src/Translations/AdminTranslations.php:780
+msgid "Enable the Checkout"
+msgstr "Activar el checkout"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:617,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:618
+#: ../../src/Translations/AdminTranslations.php:719
msgid ""
-"A problem was occurred when processing your payment. Are you sure you have "
-"correctly filled all information in the checkout form?"
+"By disabling it, you will disable all invoice payments from Mercado Pago "
+"Transparent Checkout."
msgstr ""
-"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
-"cargado la información en el formulario?"
+"Al desactivar, desabilitarás todos los medios de pago en efectivo en el "
+"Checkout Transparente de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:642
-msgid "Represents the installment fee charged by Mercado Pago."
-msgstr "Representa la tarifa de cuota que cobra Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:720
+msgid "The transparent checkout for tickets is enabled."
+msgstr "El Checkout Transparente está activo para pagos en efectivo."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:643
-msgid "Mercado Pago Installment Fee:"
-msgstr "Tarifa de cuotas de Mercado Pago:"
+#: ../../src/Translations/AdminTranslations.php:721
+msgid "The transparent checkout for tickets is disabled."
+msgstr "El Checkout Transparente está inactivo para pagos en efectivo."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:648
-msgid ""
-"Represents the total purchase plus the installment fee charged by Mercado "
-"Pago."
-msgstr ""
-"Representa el total de la compra más la tarifa de cuota que cobra Mercado "
-"Pago."
+#: ../../src/Translations/AdminTranslations.php:730
+msgid "Payment Due"
+msgstr "Fecha de pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:649
-msgid "Mercado Pago Total:"
-msgstr "Total en Mercado Pago:"
+#: ../../src/Translations/AdminTranslations.php:731
+msgid "In how many days will cash payments expire."
+msgstr "En cuántos días vencerán los pagos en efectivo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:715
-msgid "Configure your credentials to enable Mercado Pago payment methods."
+#: ../../src/Translations/AdminTranslations.php:732
+msgid "Advanced configuration of the cash payment experience"
msgstr ""
-"Completa tus credenciales para habilitar los medios de pago Mercado Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:773
-msgid "Title in the store Checkout"
-msgstr "Título en el checkout"
-
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
-msgid "Change the display text in Checkout, maximum characters: 85"
-msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85"
+"Configuração avançada da experiência de pagamento via boleto e em lotéricas"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:777
-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:734,
+#: ../../src/Translations/AdminTranslations.php:794
+msgid "Reduce inventory"
+msgstr "Reducir inventario"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:791
-msgid "Description"
-msgstr "Descripción"
+#: ../../src/Translations/AdminTranslations.php:735,
+#: ../../src/Translations/AdminTranslations.php:795
+msgid ""
+"Activates inventory reduction during the creation of an order, whether or "
+"not the final payment is credited. Disable this option to reduce it only "
+"when payments are approved."
+msgstr ""
+"Activa la reducción del inventario durante la creación de un pedido, se "
+"acredite o no el pago final. Desactiva esta opción para reducirlo solo "
+"cuando los pagos estén aprobados."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:828,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347
-msgid "Important! To sell you must enter your credentials."
-msgstr "¡Importante! Para vender debe introducir sus credenciales."
+#: ../../src/Translations/AdminTranslations.php:736,
+#: ../../src/Translations/AdminTranslations.php:796
+msgid "Reduce inventory is enabled."
+msgstr "Reducir inventario está activo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:829
-msgid "You must enter production credentials."
-msgstr "Debe introducir las credenciales de producción."
+#: ../../src/Translations/AdminTranslations.php:737,
+#: ../../src/Translations/AdminTranslations.php:797
+msgid "Reduce inventory is disabled."
+msgstr "Reducir inventario está inactivo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:830
-msgid "Enter credentials"
-msgstr "Introducir credenciales"
+#: ../../src/Translations/AdminTranslations.php:739,
+#: ../../src/Translations/AdminTranslations.php:799
+msgid "Enable the available payment methods"
+msgstr "Habilita los medios de pago disponibles"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
-msgid "Mercado Pago Plugin general settings"
-msgstr "Configuraciones generales del plugin de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:740,
+#: ../../src/Translations/AdminTranslations.php:800
+msgid "Choose the available payment methods in your store."
+msgstr "Elige los medios de pago que se aceptan en la tienda."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
-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:741,
+#: ../../src/Translations/AdminTranslations.php:801
+msgid "All payment methods"
+msgstr "Medios de pago disponibles"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:842
-msgid "Go to Settings"
-msgstr "Ir a Configuraciones"
+#: ../../src/Translations/AdminTranslations.php:772,
+#: ../../src/Translations/AdminTranslations.php:786
+msgid "PSE"
+msgstr "PSE"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:866
-msgid "Activate your credentials to be able to sell"
-msgstr "Activa tus credenciales para poder vender"
+#: ../../src/Translations/AdminTranslations.php:775
+msgid "Transparent Checkout PSE"
+msgstr "Pago transparente PSE"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:867
+#: ../../src/Translations/AdminTranslations.php:781
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."
+"By deactivating it, you will disable PSE payments from Mercado Pago "
+"Transparent Checkout."
msgstr ""
-"Las credenciales son contraseñas que debes integrar para poder vender. "
-"Dirígete a Activar credenciales. En la siguiente pantalla, ve de nuevo al "
-"botón Activar credenciales y completa los campos con los datos solicitados."
+"Al desactivarlo, desactivará los pagos PSE de Mercado Pago Transparente "
+"Checkout."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:868
-msgid "Activate credentials"
-msgstr "Activar credenciales"
+#: ../../src/Translations/AdminTranslations.php:782
+msgid "The transparent checkout for PSE is enabled."
+msgstr "El Checkout Transparente está activo para pagos PSE."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:916
-msgid "By disabling it, you will disable all payment methods of this checkout."
-msgstr "Al desactivar, desabilitarás todos los medios de pago del checkout."
+#: ../../src/Translations/AdminTranslations.php:783
+msgid "The transparent checkout for PSE is disabled."
+msgstr "El Checkout Transparente está inactivo para pagos PSE."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1029
-msgid "Basic Configuration"
-msgstr "Configuración Básica"
+#: ../../src/Translations/AdminTranslations.php:792
+msgid "Advanced configuration of the PSE payment experience"
+msgstr "Configuración avanzada de la experiencia de pago PSE"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1042
-msgid "Discount coupons"
-msgstr "Cupones de descuento"
+#: ../../src/Translations/AdminTranslations.php:821,
+#: ../../src/Translations/AdminTranslations.php:827
+msgid "The transparent checkout for Pix payment is"
+msgstr "El Checkout Transparente está"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1045
-msgid "Will you offer discount coupons to customers who buy with Mercado Pago?"
-msgstr ""
-"¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?"
+#: ../../src/Translations/AdminTranslations.php:845
+msgid "Go to the"
+msgstr "Ve al área"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1047
-msgid "Discount coupons is active."
-msgstr "Cupones de descuento están activos."
+#: ../../src/Translations/AdminTranslations.php:846
+msgid "Your Profile"
+msgstr "Tu Perfil"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1048
-msgid "Discount coupons is disabled."
-msgstr "Cupones de descuento están inactivos."
+#: ../../src/Translations/AdminTranslations.php:847
+msgid "area and choose the"
+msgstr "y elige la sección"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1060
-msgid "Automatic decline of payments without instant approval"
-msgstr "Rechazo automático de pagos sin aprobación instantanea"
+#: ../../src/Translations/AdminTranslations.php:848
+msgid "Your Pix Keys section"
+msgstr "Tus claves Pix"
+
+#: ../../src/Translations/AdminTranslations.php:852,
+#: ../../src/Translations/AdminTranslations.php:867
+msgid "Pix"
+msgstr "Pix"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1061
+#: ../../src/Translations/AdminTranslations.php:856
+msgid "Transparent Checkout | Pix"
+msgstr "Checkout Transparente | Pix"
+
+#: ../../src/Translations/AdminTranslations.php:862
msgid ""
-"Enable it if you want to automatically decline payments that are not "
-"instantly approved by banks or other institutions. "
+"By disabling it, you will disable all Pix payments from Mercado Pago "
+"Transparent Checkout."
msgstr ""
-"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
-"instantáneamente por bancos u otros compradores. "
+"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
+"en el Checkout Transparente de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1065
-msgid "Pending payments will be automatically declined."
-msgstr "Los pagos pendientes se rechazarán automaticamente."
+#: ../../src/Translations/AdminTranslations.php:869
+msgid "Expiration for payments via Pix"
+msgstr "Vencimiento para pagos con Pix"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1066
-msgid "Pending payments will not be automatically declined."
-msgstr "Los pagos pendientes no se rechazarán automaticamente."
+#: ../../src/Translations/AdminTranslations.php:870
+msgid "Set the limit in minutes for your clients to pay via Pix."
+msgstr ""
+"Define el límite de minutos para que tus clientes puedan pagar con Pix."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1078
-msgid "Discount in Mercado Pago Checkouts"
-msgstr "Descuento en los checkouts de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:871
+msgid "15 minutes"
+msgstr "15 minutos"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1081
-msgid ""
-"Choose a percentage value that you want to discount your customers for "
-"paying with Mercado Pago."
-msgstr ""
-"Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
-"Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:872
+msgid "30 minutes (recommended)"
+msgstr "30 minutos (recomendado)"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1082,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1103
-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:873
+msgid "60 minutes"
+msgstr "60 minutos"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1099
-msgid "Commission in Mercado Pago Checkouts"
-msgstr "Comisiones en los checkouts de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:874
+msgid "12 hours"
+msgstr "12 horas"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1102
-msgid ""
-"Choose an additional percentage value that you want to charge as commission "
-"to your customers for paying with Mercado Pago."
-msgstr ""
-"Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
-"clientes por pagar con Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:875
+msgid "24 hours"
+msgstr "24 horas"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1139
-msgid "Convert Currency"
-msgstr "Convertir moneda"
+#: ../../src/Translations/AdminTranslations.php:876
+msgid "2 days"
+msgstr "2 días"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1144
-msgid "Currency convertion is enabled."
-msgstr "Conversión de moneda está activa."
+#: ../../src/Translations/AdminTranslations.php:877
+msgid "3 days"
+msgstr "3 días"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1145
-msgid "Currency convertion is disabled."
-msgstr "Conversión de moneda está inactiva."
+#: ../../src/Translations/AdminTranslations.php:878
+msgid "4 days"
+msgstr "4 días"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1262
-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:879
+msgid "5 days"
+msgstr "5 días"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:34,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:35,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:45
-msgid "Pix"
-msgstr "Pix"
+#: ../../src/Translations/AdminTranslations.php:880
+msgid "6 days"
+msgstr "6 días"
+
+#: ../../src/Translations/AdminTranslations.php:881
+msgid "7 days"
+msgstr "7 días"
+
+#: ../../src/Translations/AdminTranslations.php:886
+msgid "Would you like to know how Pix works?"
+msgstr "¿Quieres saber cómo funciona Pix?"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:204
+#: ../../src/Translations/AdminTranslations.php:887
msgid ""
-"By disabling it, you will disable all Pix payments from Mercado Pago "
-"Transparent Checkout."
-msgstr ""
-"Al desactivar, desabilitarás lo medios de pago con Pix en el Checkout "
-"Transparente de Mercado Pago."
+"We have a dedicated page where we explain how it works and its advantages."
+msgstr "Creamos una página que explica su funcionamiento y sus vantajas."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:208
-msgid "The transparent checkout for Pix payment is enabled."
-msgstr "El Checkout Transparente está activo para pagos por Pix."
+#: ../../src/Translations/AdminTranslations.php:888
+msgid "Find out more about Pix"
+msgstr "Saber más sobre Pix"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:209
-msgid "The transparent checkout for Pix payment is disabled."
-msgstr "El Checkout Transparente está inactivo para pagos por Pix."
+#: ../../src/Translations/AdminTranslations.php:889
+msgid "Advanced configuration of the Pix experience"
+msgstr "Configuración avanzada de la experiencia Pix"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224
+#: ../../src/Translations/AdminTranslations.php:897
msgid "To activate Pix, you must have a key registered in Mercado Pago."
msgstr "Para activar el Pix, debes tener una clave registrada en Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225
+#: ../../src/Translations/AdminTranslations.php:898
msgid "Download the Mercado Pago app on your cell phone."
msgstr "Descarga la app de Mercado Pago en tu móvil."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:226
-msgid "Go to the "
-msgstr "Ve al área "
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227
-msgid "area and choose the "
-msgstr "y elige la sección "
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228
-msgid "Your Profile "
-msgstr "Tu Perfil "
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229
-msgid "Your Pix Keys section."
-msgstr "Tus claves Pix."
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230
+#: ../../src/Translations/AdminTranslations.php:900
msgid ""
"Choose which data to register as Pix keys. After registering, you can set up "
"Pix in your checkout."
@@ -1141,7 +1418,7 @@ msgstr ""
"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás "
"configurar el Pix en tu checkout."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231
+#: ../../src/Translations/AdminTranslations.php:901
msgid ""
"Remember that, for the time being, the Central Bank of Brazil is open Monday "
"through Friday, from 9am to 6pm."
@@ -1149,7 +1426,7 @@ msgstr ""
"Recuerda que, por el momento, el Banco Central de Brasil está abierto de "
"lunes a viernes, de 9 a 18 horas."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232
+#: ../../src/Translations/AdminTranslations.php:902
msgid ""
"If you requested your registration outside these hours, we will confirm it "
"within the next business day."
@@ -1157,12 +1434,11 @@ msgstr ""
"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en "
"el siguiente día hábil."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328
+#: ../../src/Translations/AdminTranslations.php:903
msgid "Learn more about Pix"
msgstr "Más información sobre Pix"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234
+#: ../../src/Translations/AdminTranslations.php:904
msgid ""
"If you have already registered a Pix key at Mercado Pago and cannot activate "
"Pix in the checkout, "
@@ -1170,285 +1446,271 @@ msgstr ""
"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix "
"en el checkout, "
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235
+#: ../../src/Translations/AdminTranslations.php:905
msgid "click here."
msgstr "haz clic aquí."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:260
-msgid "Transparent Checkout | Pix"
-msgstr "Checkout Transparente | Pix"
+#: ../../src/Translations/AdminTranslations.php:919
+msgid "To enable test mode"
+msgstr "Para activar el modo de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:264
-msgid ""
-"With the Transparent Checkout, you can sell inside your store environment, "
-"without redirection and all the safety from Mercado Pago. "
-msgstr ""
-"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
-"redireccionamientos, con toda la seguridad de Mercado Pago. "
+#: ../../src/Translations/AdminTranslations.php:921
+msgid "copy your test credentials"
+msgstr "copia tus credenciales de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:281
-msgid "Advanced configuration of the Pix experience"
-msgstr "Configuración avanzada de la experiencia Pix"
+#: ../../src/Translations/AdminTranslations.php:922
+msgid "and paste them above in section 1 of this page"
+msgstr "y pégalas en la sección 1 de esta página"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:294
-msgid "15 minutes"
-msgstr "15 minutos"
+#: ../../src/Translations/AdminTranslations.php:927
+msgid "Create your"
+msgstr "Crea tu"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:295
-msgid "30 minutes (recommended)"
-msgstr "30 minutos (recomendado)"
+#: ../../src/Translations/AdminTranslations.php:929
+msgid "test user"
+msgstr "usuario de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:296
-msgid "60 minutes"
-msgstr "60 minutes"
+#: ../../src/Translations/AdminTranslations.php:930
+msgid ""
+"(Optional. Can be used in Production Mode and Test Mode, to test payments)"
+msgstr ""
+"(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para "
+"probar los pagos)"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297
-msgid "12 hours"
-msgstr "12 horas"
+#: ../../src/Translations/AdminTranslations.php:936
+msgid "Use our test cards"
+msgstr "Utiliza nuestras tarjetas de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298
-msgid "24 hours"
-msgstr "24 horas"
+#: ../../src/Translations/AdminTranslations.php:937
+msgid "never use real cards"
+msgstr "nunca utilices tarjetas reales"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299
-msgid "2 days"
-msgstr "2 días"
+#: ../../src/Translations/AdminTranslations.php:943
+msgid "Visit your store"
+msgstr "Visita tu tienda"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300
-msgid "3 days"
-msgstr "3 días"
+#: ../../src/Translations/AdminTranslations.php:944
+msgid "to test purchases"
+msgstr "para testear compras"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301
-msgid "4 days"
-msgstr "4 días"
+#: ../../src/Translations/AdminTranslations.php:948
+msgid "4. Test your store before you start to sell"
+msgstr "4. Testea tu tienda antes de empezar a vender"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302
-msgid "5 days"
-msgstr "5 días"
+#: ../../src/Translations/AdminTranslations.php:949
+msgid "Choose how you want to operate your store:"
+msgstr "Elige cómo quieres operar tu tienda:"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303
-msgid "6 days"
-msgstr "6 días"
+#: ../../src/Translations/AdminTranslations.php:950
+msgid "Test Mode"
+msgstr "Modo Test"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304
-msgid "7 days"
-msgstr "7 días"
+#: ../../src/Translations/AdminTranslations.php:951
+msgid "Sale Mode (Production)"
+msgstr "Modo Ventas (Producción)"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:308
-msgid "Expiration for payments via Pix"
-msgstr "Vencimiento para pagos con Pix"
+#: ../../src/Translations/AdminTranslations.php:952
+msgid "Mercado Pago payment methods in Production Mode"
+msgstr "Medios de pago Mercado Pago en Modo Produción"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:310
-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:953
+msgid "Mercado Pago payment methods in Test Mode"
+msgstr "Medios de pago Mercado Pago en Modo Test"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325
-msgid "Want to learn how Pix works?"
-msgstr "¿Quieres saber cómo funciona el Pix?"
+#: ../../src/Translations/AdminTranslations.php:954
+msgid "Enter test credentials"
+msgstr "Ingresa las credenciales de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:326
+#: ../../src/Translations/AdminTranslations.php:955
msgid ""
-"We have created a page to explain how this new payment method works and its "
-"advantages."
+"Select “Test Mode” if you want to try the payment experience before you "
+"start to sell or “Sales Mode” (Production) to start now."
msgstr ""
-"Creamos una página para explicar cómo funciona este nuevo medio de pago y "
-"sus ventajas."
+"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."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347
-msgid "Would you like to know how Pix works?"
-msgstr "¿Quieres saber cómo funciona Pix?"
+#: ../../src/Translations/AdminTranslations.php:956
+msgid "Mercado Pago Checkouts disabled for real collections."
+msgstr "Checkouts Mercado Pago inactivos para cobros reales."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:348
-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:957
+msgid "Test Mode rules."
+msgstr "Reglas del modo test."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:349
-msgid "Find out more about Pix"
-msgstr "Saber más sobre Pix"
+#: ../../src/Translations/AdminTranslations.php:958
+msgid "Mercado Pago Checkouts enabled for real collections."
+msgstr "Checkouts Mercado Pago activos para cobros reales."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:493
-msgid "A problem occurred when processing your payment. Please try again."
-msgstr ""
-"Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo."
+#: ../../src/Translations/AdminTranslations.php:959
+msgid "The clients can make real purchases in your store."
+msgstr "Los clientes pueden hacer compras reales en tu tienda."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:478,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547
-msgid ""
-"A problem occurred when processing your payment. Are you sure you have "
-"correctly filled in all the information on the checkout form?"
-msgstr ""
-"Un problema se produjo al procesar su pago. ¿Esta seguro que ha rellenado "
-"correctamente toda la información en el formulario de checkout?"
+#: ../../src/Translations/AdminTranslations.php:964
+msgid "Store in sale mode (Production)"
+msgstr "Tienda en Modo Ventas (Producción)"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:456,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:522
-msgid "The customer has not paid yet."
-msgstr "El cliente no ha pagado todavía."
+#: ../../src/Translations/AdminTranslations.php:965
+msgid "Store under test"
+msgstr "Tienda en Modo Test"
+
+#: ../../src/Translations/AdminTranslations.php:966
+msgid "Save changes"
+msgstr "Guardar cambios"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:461
-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/AdminTranslations.php:978
+msgid "Store business fields are valid"
+msgstr "Los campos comerciales de la tienda son válidos"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:462
-msgid ""
-"Scan the QR code below or copy and paste the code into your bank's "
-"application."
-msgstr ""
-"Escanee el código QR a continuación o copie y pegue el código en la "
-"aplicación de su banco."
+#: ../../src/Translations/AdminTranslations.php:979
+msgid "Store business fields could not be validated"
+msgstr "Los campos comerciales de la tienda no se pudieron validar"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:563
-msgid ""
-"Please note that to receive payments via Pix at our checkout, you must have "
-"a Pix key registered in your Mercado Pago account."
-msgstr ""
-"Ten en cuenta que para recibir pagos a través de Pix en nuestro checkout, "
-"debes tener una clave Pix registrada en tu cuenta de Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:980
+msgid "At least one payment method is enabled"
+msgstr "Al menos un método de pago está habilitado"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:564
-msgid "Register your Pix key at Mercado Pago."
-msgstr "Registra tu clave Pix en Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:981
+msgid "No payment method enabled"
+msgstr "Ningún método de pago habilitado"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:614,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:148
-msgid "Code valid for "
-msgstr "Código válido por "
+#: ../../src/Translations/AdminTranslations.php:982
+msgid "Credentials fields are valid"
+msgstr "Los campos de la credencial son válidos"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:34,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:35,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:45
-msgid "Invoice"
-msgstr "Efectivo"
+#: ../../src/Translations/AdminTranslations.php:983
+msgid "Credentials fields could not be validated"
+msgstr "No se pudieron validar los campos de credenciales"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:198
-msgid ""
-"By disabling it, you will disable all invoice payments from Mercado Pago "
-"Transparent Checkout."
-msgstr ""
-"Al desactivar, desabilitarás todos los medios de pago en efectivo en el "
-"Checkout Transparente de Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:995
+msgid "Valid Public Key"
+msgstr "Public key válida"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:202
-msgid "The transparent checkout for tickets is enabled."
-msgstr ""
-"El Checkout Transparente está activo para pagos en efectivo o en "
-"loterías."
+#: ../../src/Translations/AdminTranslations.php:996
+msgid "Invalid Public Key"
+msgstr "Public key no válida"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:203
-msgid "The transparent checkout for tickets is disabled."
-msgstr ""
-"El Checkout Transparente está inactivo para pagos en efectivo o en "
-"loterías."
+#: ../../src/Translations/AdminTranslations.php:997
+msgid "Valid Access Token"
+msgstr "Access token válido"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:218
-msgid "Transparent Checkout | Invoice or Loterica"
-msgstr "Checkout Transparente | Efectivo"
+#: ../../src/Translations/AdminTranslations.php:998
+msgid "Invalid Access Token"
+msgstr "Access token no válido"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:222
+#: ../../src/Translations/AdminTranslations.php:1010
+msgid "Credentials were updated"
+msgstr "Se actualizaron las credenciales"
+
+#: ../../src/Translations/AdminTranslations.php:1011
msgid ""
-"With the Transparent Checkout, you can sell inside your store environment, "
-"without redirection and all the safety from Mercado Pago."
+"Your store has exited Test Mode and is making real sales in Production Mode."
msgstr ""
-"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
-"redireccionamentos, con toda la seguridad de Mercado Pago."
+"Ahora su tienda está fuera del modo de prueba y está realizando ventas "
+"reales en el modo de producción."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:239
-msgid "Advanced configuration of the cash payment experience"
-msgstr "Configuración avanzada de la experiencia de pago en efectivo"
+#: ../../src/Translations/AdminTranslations.php:1012
+msgid "To test the store, re-enter both test credentials."
+msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:252
-msgid "Reduce inventory"
-msgstr "Reducir inventario"
+#: ../../src/Translations/AdminTranslations.php:1013
+msgid "Invalid credentials"
+msgstr "Credenciales no válidas"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:255
-msgid ""
-"Activates inventory reduction during the creation of an order, whether or "
-"not the final payment is credited. Disable this option to reduce it only "
-"when payments are approved."
-msgstr ""
-"Activa la reducción del inventario durante la creación de un pedido, se "
-"acredite o no el pago final. Desactiva esta opción para reducirlo solo "
-"cuando los pagos estén aprobados."
+#: ../../src/Translations/AdminTranslations.php:1014
+msgid "See our manual to learn"
+msgstr "Consulte nuestro manual para saber"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257
-msgid "Reduce inventory is enabled."
-msgstr "Reducir inventario está activo."
+#: ../../src/Translations/AdminTranslations.php:1015
+msgid "how to enter the credentials the right way."
+msgstr "como ingresar las credenciales de forma correcta."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:258
-msgid "Reduce inventory is disabled."
-msgstr "Reducir inventario está inactivo."
+#: ../../src/Translations/AdminTranslations.php:1016
+msgid " for test mode"
+msgstr " para el modo de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:270
-msgid "Payment Due"
-msgstr "Vencimiento del pago"
+#: ../../src/Translations/AdminTranslations.php:1028
+msgid "Store information is valid"
+msgstr "Información sobre tu tienda"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272
-msgid "In how many days will cash payments expire."
-msgstr "En cuántos días caducarán los pagos en efectivo."
+#: ../../src/Translations/AdminTranslations.php:1041
+msgid "Attention:"
+msgstr "Atención:"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:292
-msgid "Enable the available payment methods"
-msgstr "Habilita los medios de pago disponibles"
+#: ../../src/Translations/AdminTranslations.php:1042
+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 ""
+"La configuración de moneda que tienes en WooCommerce no es compatible con la "
+"moneda que usas en tu cuenta de Mercado Pago. Activa la conversión de moneda."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:294
-msgid "Choose the available payment methods in your store."
-msgstr "Selecciona los medios de pago disponibles en tu tienda."
+#: ../../src/Translations/AdminTranslations.php:1045
+msgid "We are converting your currency from: "
+msgstr "Ahora convertimos tu moneda de: "
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:298
-msgid "All payment methods"
-msgstr "Todos los medios de pago"
+#: ../../src/Translations/AdminTranslations.php:1061
+msgid "to "
+msgstr "a "
+
+#: ../../src/Translations/AdminTranslations.php:1072
+msgid "Payment status on Mercado Pago"
+msgstr "Estado de pago en el Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:458,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:486
+#: ../../src/Translations/AdminTranslations.php:1073
msgid ""
-"There was a problem processing your payment. Are you sure you have correctly "
-"filled out all the information on the payment form?"
+"This is the payment status of your Mercado Pago Activities. To check the "
+"order status, please refer to Order details."
msgstr ""
-"Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado "
-"correctamente toda la información en el formulario de pago?"
+"Este es el estado del pago de las Actividades de tu Mercado Pago. Para "
+"consultar el estado del pedido, consulta en Detalles del Pedido."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:451,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:479
-msgid "Your document data is invalid"
-msgstr "Los datos de su documento no son válidos"
+#: ../../src/Translations/AdminTranslations.php:1074,
+#: ../../src/Translations/AdminTranslations.php:1076
+msgid "View purchase details at Mercado Pago"
+msgstr "Ver detalles de compra en Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:527
-msgid "To print the ticket again click"
-msgstr "Para imprimir nuevamente el ticket hace clic"
+#: ../../src/Translations/AdminTranslations.php:1075,
+#: ../../src/Translations/AdminTranslations.php:1077,
+#: ../../src/Translations/AdminTranslations.php:1079
+msgid "Sync order status"
+msgstr "Sincronizar el estado del pedido"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:530
-msgid "here"
-msgstr "aquí"
+#: ../../src/Translations/AdminTranslations.php:1078
+msgid "Consult the reasons for refusal"
+msgstr "Consultar motivos de rechazo"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:659
-msgid " and "
-msgstr " y "
+#: ../../src/Translations/AdminTranslations.php:1080
+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:1081
+msgid "Unable to update order:"
+msgstr "No se puede actualizar el pedido:"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
+#: ../../src/Translations/AdminTranslations.php:1082
msgid "Payment made"
msgstr "Pago realizado"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114
+#: ../../src/Translations/AdminTranslations.php:1083
msgid "Payment made by the buyer and already credited in the account."
msgstr ""
"El pago realizado por el comprador y que ya está acreditado en la cuenta."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117
+#: ../../src/Translations/AdminTranslations.php:1084
msgid "Call resolved"
msgstr "Llamado resuelto"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218
+#: ../../src/Translations/AdminTranslations.php:1085,
+#: ../../src/Translations/AdminTranslations.php:1135
msgid "Please contact Mercado Pago for further details."
msgstr "Contacta a Mercado Pago para saber más detalles."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121
+#: ../../src/Translations/AdminTranslations.php:1086
msgid "Payment refunded"
msgstr "Pago devuelto"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122
+#: ../../src/Translations/AdminTranslations.php:1087
msgid ""
"Your refund request has been made. Please contact Mercado Pago for further "
"details."
@@ -1456,59 +1718,59 @@ msgstr ""
"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
"más detalles."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129
+#: ../../src/Translations/AdminTranslations.php:1088,
+#: ../../src/Translations/AdminTranslations.php:1090
msgid "Payment returned"
msgstr "Pago devuelto"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126
+#: ../../src/Translations/AdminTranslations.php:1089
msgid "The payment has been returned to the client."
msgstr "El pago ya fue devuelto al cliente."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130
+#: ../../src/Translations/AdminTranslations.php:1091
msgid "The payment has been partially returned to the client."
msgstr "El pago ya fue devuelto parcialmente al cliente."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133
+#: ../../src/Translations/AdminTranslations.php:1092
msgid "Payment canceled"
msgstr "Pago cancelado"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134
+#: ../../src/Translations/AdminTranslations.php:1093
msgid "The payment has been successfully canceled."
msgstr "El pago fue cancelado con éxito."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137
+#: ../../src/Translations/AdminTranslations.php:1094
msgid "Purchase canceled"
msgstr "Compra cancelada"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138
+#: ../../src/Translations/AdminTranslations.php:1095
msgid "The payment has been canceled by the customer."
msgstr "El pago fue cancelado por el cliente."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:307
+#: ../../src/Translations/AdminTranslations.php:1096,
+#: ../../src/Translations/AdminTranslations.php:1098,
+#: ../../src/Translations/AdminTranslations.php:1100,
+#: ../../src/Translations/AdminTranslations.php:1102,
+#: ../../src/Translations/AdminTranslations.php:1104,
+#: ../../src/Translations/AdminTranslations.php:1112,
+#: ../../src/Translations/AdminTranslations.php:1114,
+#: ../../src/Translations/AdminTranslations.php:1116,
+#: ../../src/Translations/AdminTranslations.php:1118,
+#: ../../src/Translations/AdminTranslations.php:1120,
+#: ../../src/Translations/AdminTranslations.php:1122,
+#: ../../src/Translations/AdminTranslations.php:1124,
+#: ../../src/Translations/AdminTranslations.php:1179
msgid "Pending payment"
msgstr "Cobro pendiente"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154
+#: ../../src/Translations/AdminTranslations.php:1097,
+#: ../../src/Translations/AdminTranslations.php:1099,
+#: ../../src/Translations/AdminTranslations.php:1101,
+#: ../../src/Translations/AdminTranslations.php:1103
msgid "Awaiting payment from the buyer."
msgstr "Esperando el pago del comprador."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158
+#: ../../src/Translations/AdminTranslations.php:1105
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 "
@@ -1517,72 +1779,48 @@ msgstr ""
"Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si "
"está todo bien para que puedas entregar el producto o brindar el servicio."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:205,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:209,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:213,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:225,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:229,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:233,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:237,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:241,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:245,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:249,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:271,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:275,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:279,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:283,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:287,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:291,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:295,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:299,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:303,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:315,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:321,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:325
+#: ../../src/Translations/AdminTranslations.php:1106,
+#: ../../src/Translations/AdminTranslations.php:1130,
+#: ../../src/Translations/AdminTranslations.php:1146,
+#: ../../src/Translations/AdminTranslations.php:1165,
+#: ../../src/Translations/AdminTranslations.php:1169,
+#: ../../src/Translations/AdminTranslations.php:1171,
+#: ../../src/Translations/AdminTranslations.php:1173,
+#: ../../src/Translations/AdminTranslations.php:1177
msgid "Declined payment"
msgstr "Cobro rechazado"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256
+#: ../../src/Translations/AdminTranslations.php:1107,
+#: ../../src/Translations/AdminTranslations.php:1131
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 ""
"El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use "
-"otra tarjeta o que se comunique con su banco."
+"“\n"
+"“otra tarjeta o que se comunique con su banco."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165
+#: ../../src/Translations/AdminTranslations.php:1108
msgid "Payment authorized. Awaiting capture."
msgstr "Pago autorizado. Esperando captura."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166
+#: ../../src/Translations/AdminTranslations.php:1109
msgid ""
"The payment has been authorized on the client's card. Please capture the "
"payment."
msgstr ""
"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169
+#: ../../src/Translations/AdminTranslations.php:1110
msgid "Payment in process"
msgstr "Pago en proceso"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190
+#: ../../src/Translations/AdminTranslations.php:1111,
+#: ../../src/Translations/AdminTranslations.php:1121
msgid "Please wait or contact Mercado Pago for further details"
msgstr "Espera o contacta a Mercado Pago para saber más detalles"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174
+#: ../../src/Translations/AdminTranslations.php:1113
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 "
@@ -1591,1438 +1829,928 @@ msgstr ""
"El banco está revisando el pago. Te avisaremos por e-mail cuando esté "
"confirmado para que puedas entregar el producto o brindar el servicio."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186
+#: ../../src/Translations/AdminTranslations.php:1115,
+#: ../../src/Translations/AdminTranslations.php:1117,
+#: ../../src/Translations/AdminTranslations.php:1119
msgid "Awaiting payment information validation."
-msgstr "Esperando validación de los datos de pago.."
+msgstr "Esperando validación de los datos de pago."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194
+#: ../../src/Translations/AdminTranslations.php:1123
msgid "Waiting for the buyer."
msgstr "Esperando al comprador."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:198
+#: ../../src/Translations/AdminTranslations.php:1125
msgid "Waiting for the card issuer."
-msgstr "Espererando al emisor de la tarjeta.."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:202
-msgid ""
-"The payment could not be processed. Please ask your client to use another "
-"card or to get in touch with the bank."
-msgstr ""
-"El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
-"medio de pago o que se contacte con el banco."
+msgstr "Espererando al emisor de la tarjeta."
+
+#: ../../src/Translations/AdminTranslations.php:1126,
+#: ../../src/Translations/AdminTranslations.php:1128,
+#: ../../src/Translations/AdminTranslations.php:1132,
+#: ../../src/Translations/AdminTranslations.php:1153,
+#: ../../src/Translations/AdminTranslations.php:1175
+msgid "The card issuing bank declined the payment"
+msgstr "El banco emisor de la tarjeta rechazó el pago"
+
+#: ../../src/Translations/AdminTranslations.php:1127,
+#: ../../src/Translations/AdminTranslations.php:1129,
+#: ../../src/Translations/AdminTranslations.php:1133,
+#: ../../src/Translations/AdminTranslations.php:1154,
+#: ../../src/Translations/AdminTranslations.php:1176
+msgid ""
+"Please recommend your customer to pay with another payment method or to "
+"contact their bank."
+msgstr ""
+"Recomiéndale a tu cliente que pague con otro medio de pago o que se "
+"comunique con su banco."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:217
+#: ../../src/Translations/AdminTranslations.php:1134
msgid "Mercado Pago did not process the payment"
msgstr "Mercado Pago no procesó el pago"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:221,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:311
+#: ../../src/Translations/AdminTranslations.php:1136,
+#: ../../src/Translations/AdminTranslations.php:1181
msgid "Expired payment deadline"
msgstr "Venció el plazo para el pago"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:312
+#: ../../src/Translations/AdminTranslations.php:1137,
+#: ../../src/Translations/AdminTranslations.php:1182
msgid "The client did not pay within the time limit."
-msgstr "El cliente no pagó dentro del límite de tiempo.."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230
-msgid ""
-"The CVV is invalid. Please ask your client to review the details or use "
-"another card."
-msgstr ""
-"El código de seguridad de la tarjeta es inválido. Revisá los datos que "
-"ingresaste o pedile a tu cliente que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234
-msgid ""
-"The card is expired. Please ask your client to use another card or to "
-"contact the bank."
-msgstr ""
-"La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se "
-"comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:288
-msgid ""
-"This payment was declined because it did not pass Mercado Pago security "
-"controls. Please ask your client to use another card."
-msgstr ""
-"Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
-"Pago. Pedile a tu cliente que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280
-msgid ""
-"The buyer is suspended in our platform. Your client must contact us to check "
-"what happened."
-msgstr ""
-"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
-"con nosotros para ver qué pasó."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251
-msgid ""
-"The card does not have enough limit. Please ask your client to use another "
-"card or to get in touch with the bank."
-msgstr ""
-"La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
-"tarjeta o que se comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252
-msgid ""
-"The card does not have sufficient balance. Please ask your client to use "
-"another card or to get in touch with the bank."
-msgstr ""
-"La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
-"tarjeta o que se comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260
-msgid ""
-"The CVV was entered incorrectly several times. Please ask your client to use "
-"another card or to get in touch with the bank."
-msgstr ""
-"Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a "
-"tu cliente que use otra tarjeta o que se comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:264
-msgid ""
-"The card does not allow the number of installments entered. Please ask your "
-"client to choose another installment plan or to use another card."
-msgstr ""
-"La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente "
-"que elija otro plan de cuotas o que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:268
-msgid ""
-"The card-issuing bank declined the payment. Please instruct your client to "
-"ask the bank to authotize it or to use another card."
-msgstr ""
-"El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que "
-"se contacte con el banco para autorizarlo o que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272
-msgid ""
-"From Mercado Pago we have detected that this payment has already been made "
-"before. If that is not the case, your client may try to pay again."
-msgstr ""
-"Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no "
-"es así, tu cliente puede intentarlo de nuevo."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276
-msgid ""
-"The card is not active yet. Please ask your client to use another card or to "
-"get in touch with the bank to activate it."
-msgstr ""
-"La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta "
-"o que se comunique con su banco para activarla."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:292
-msgid ""
-"The amount exceeded the card limit. Please ask your client to use another "
-"card or to get in touch with the bank."
-msgstr ""
-"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
-"tarjeta o que se comunique con el banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:296,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:300,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:304
-msgid ""
-"Please ask your client to use another card or to get in touch with the card "
-"issuer."
-msgstr ""
-"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
-"la tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:308
-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 ""
-"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
-"tarjeta o que se comunique con el banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:317
-msgid ""
-"The credit function is not enabled for the card. Please tell your client "
-"that it is possible to pay with debit or to use another one."
-msgstr ""
-"La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que "
-"puede pagar con la función débito de la misma tarjeta o pídele que use otra."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:318
-msgid ""
-"The debit function is not enabled for the card. Please tell your client that "
-"it is possible to pay with credit or to use another one."
-msgstr ""
-"La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
-"puede pagar con la función crédito de la misma tarjeta o pídele que use otra."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:322
-msgid ""
-"The card-issuing bank declined the payment. Please instruct your client to "
-"ask the bank to authorize it."
-msgstr ""
-"El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
-"comunique con el banco para autorizar el pago."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:326
-msgid ""
-"The buyer does not have enough balance to make the purchase. Please ask your "
-"client to deposit money to the Mercado Pago Account or to use a different "
-"payment method."
-msgstr ""
-"El cliente no tiene suficiente saldo en la cuenta para realizar la compra. "
-"Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de "
-"pago."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:329
-msgid "There was an error"
-msgstr "Hubo un error"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:330
-msgid "The transaction could not be completed."
-msgstr "No fue posible completar la transacción."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:413
-msgid "Payment status on Mercado Pago"
-msgstr "Estado de pago en el Mercado Pago"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:473,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485
-msgid "View purchase details at Mercado Pago"
-msgstr "Ver detalles de compra en Mercado Pago"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:486,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:498
-msgid "Sync order status"
-msgstr "Sincronizar el estado del pedido"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:497
-msgid "Check the reasons why the purchase was declined."
-msgstr "Consulta los motivos del rechazo de tu compra."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:606
-msgid "Order update successfully. This page will be reloaded..."
-msgstr "Actualización del pedido con éxito. Esta página será recargada…"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:610
-msgid "Unable to update order: "
-msgstr "No se puede actualizar el pedido: "
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:126
-msgid "See WooCommerce"
-msgstr "Ver WooCommerce"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124
-msgid "Install WooCommerce"
-msgstr "Instalar WooCommerce"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:121
-msgid "Activate WooCommerce"
-msgstr "Activar WooCommerce"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:137
-msgid "do you have a minute to share your experience with our plugin?"
-msgstr "¿tienes un minuto para compartir tu experiencia con nuestro plugin?"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:140
-msgid ""
-"Your opinion is very important so that we can offer you the best possible "
-"payment solution and continue to improve."
-msgstr ""
-"Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos "
-"posible y seguir mejorando."
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:149
-msgid "Rate the plugin"
-msgstr "Valorar el plugin"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:151
-msgid "Enable payments via Mercado Pago account"
-msgstr "Pagos a través de la cuenta de Mercado Pago"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:154
-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 ""
-"Con esta función activa, tus clientes pagan más rápido usando su cuenta de "
-"Mercado Pago.La tasa de aprobación de estos pagos en tu tienda puede "
-"ser un 25% mayor en comparación con otros medios de pago."
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:163
-msgid "Activate"
-msgstr "Activar"
-
-#: ../../includes/admin/views/html-admin-alert-frame.php:34,
-#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30
-msgid "Discard"
-msgstr "Descartar"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:141
-msgid "Mercado Pago Settings"
-msgstr "Configuración de Mercado Pago"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196
-msgid "Accept "
-msgstr "Acepta "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197
-msgid "payments on the spot "
-msgstr "pagos al instante "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198
-msgid "with"
-msgstr "con toda"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199
-msgid "the "
-msgstr "la "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200
-msgid "security "
-msgstr "seguridad "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201
-msgid "from Mercado Pago"
-msgstr "de Mercado Pago"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202
-msgid "Technical requirements"
-msgstr "Requisitos técnicos"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203
-msgid "SSL"
-msgstr "SSL"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204
-msgid "GD Extensions"
-msgstr "Extensiones GD"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205
-msgid "Curl"
-msgstr "Curl"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206
-msgid ""
-"Implementation responsible for transmitting data to Mercado Pago in a secure "
-"and encrypted way."
-msgstr ""
-"Implementación responsable de transmitir los datos a Mercado Pago de forma "
-"segura y encriptada."
+msgstr "El cliente no pagó dentro del límite de tiempo."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207
-msgid ""
-"These extensions are responsible for the implementation and operation of Pix "
-"in your store."
-msgstr ""
-"Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
-"tienda."
+#: ../../src/Translations/AdminTranslations.php:1138,
+#: ../../src/Translations/AdminTranslations.php:1140,
+#: ../../src/Translations/AdminTranslations.php:1142,
+#: ../../src/Translations/AdminTranslations.php:1183
+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"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208
+#: ../../src/Translations/AdminTranslations.php:1139,
+#: ../../src/Translations/AdminTranslations.php:1141,
+#: ../../src/Translations/AdminTranslations.php:1143,
+#: ../../src/Translations/AdminTranslations.php:1184,
+#: ../../src/Translations/AdminTranslations.php:1185
msgid ""
-"It is an extension responsible for making payments via requests from the "
-"plugin to Mercado Pago."
+"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 ""
-"Es una extensión encargada de realizar los pagos a través de requests del "
-"plugin a Mercado Pago."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209
-msgid "Collections and installments"
-msgstr "Cobros y cuotas"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210
-msgid "Choose "
-msgstr "Elige "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211
-msgid "when you want to receive the money "
-msgstr "cuándo quieres recibir el dinero "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212
-msgid "from your sales and if you want to offer "
-msgstr "de las ventas y si quieres ofrecer "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213
-msgid "interest-free installments "
-msgstr "cuotas sin interés"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214
-msgid "to your clients."
-msgstr "a los clientes."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215
-msgid "Set deadlines and fees"
-msgstr "Ajustar plazos y tasas"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216,
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:124
-msgid "Questions? "
-msgstr "¿Tienes dudas?"
+"Pídele que vuelva a ingresarlos tal como figuran en la tarjeta o en la app "
+"de su banco para finalizar el pago."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217
-msgid "Review the step-by-step of "
-msgstr "Revisa el paso a paso de "
+#: ../../src/Translations/AdminTranslations.php:1144,
+#: ../../src/Translations/AdminTranslations.php:1167
+msgid "We protected you from a suspicious payment"
+msgstr "Te protegimos de un pago sospechoso"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218
-msgid "how to integrate the Mercado Pago Plugin "
-msgstr "cómo integrar el Plugin de Mercado Pago "
+#: ../../src/Translations/AdminTranslations.php:1145
+msgid "For safety reasons, this transaction cannot be completed."
+msgstr "Por motivos de seguridad, esta transacción no podrá ser finalizada."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
-msgid "on our webiste for developers."
-msgstr "en nuestro sitio de desarrolladores."
+#: ../../src/Translations/AdminTranslations.php:1147,
+#: ../../src/Translations/AdminTranslations.php:1166
+msgid ""
+"The buyer is suspended in our platform. Your client must contact us to check "
+"what happened."
+msgstr ""
+"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
+"con nosotros para ver qué pasó."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231
-msgid "1. Integrate your store with Mercado Pago "
-msgstr "1. Integra la tienda a Mercado Pago "
+#: ../../src/Translations/AdminTranslations.php:1148
+msgid "For safety reasons, the card issuing bank declined the payment"
+msgstr "Por seguridad, el banco emisor de la tarjeta rechazó el pago"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232
+#: ../../src/Translations/AdminTranslations.php:1149,
+#: ../../src/Translations/AdminTranslations.php:1168
msgid ""
-"To enable orders, you must create and activate production credentials in "
-"your Mercado Pago Account. "
+"Recommend your customer to pay with their usual payment method and device "
+"for online purchases."
msgstr ""
-"Para habilitar las ventas, debes crear y activar las credenciales de "
-"producción en tu cuenta de Mercado Pago. "
+"Recomiéndale a tu cliente que pague con el medio de pago y dispositivo que "
+"suele usar para compras online."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233
-msgid "Copy and paste the credentials below."
-msgstr "Copia y pega tus credenciales a continuación."
+#: ../../src/Translations/AdminTranslations.php:1150
+msgid "Your customer's credit card has no available limit"
+msgstr "La tarjeta de crédito de tu cliente no tiene límite disponible"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234
-msgid "Check credentials"
-msgstr "Consultar credenciales"
+#: ../../src/Translations/AdminTranslations.php:1151,
+#: ../../src/Translations/AdminTranslations.php:1152,
+#: ../../src/Translations/AdminTranslations.php:1156
+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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235
-msgid "Test credentials "
-msgstr "Credenciales de prueba "
+#: ../../src/Translations/AdminTranslations.php:1155
+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"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236
-msgid "Enable Mercado Pago checkouts for test purchases in the store."
+#: ../../src/Translations/AdminTranslations.php:1157
+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:1158
+msgid ""
+"Please ask them to choose a different number of installments or to pay with "
+"another method."
msgstr ""
-"Habilitan a los checkouts de Mercado Pago para pruebas de compras en la "
-"tienda."
+"Pídele que elija una cantidad de pagos diferente o que use con otro medio."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237
-msgid "Public key"
-msgstr "Public key"
+#: ../../src/Translations/AdminTranslations.php:1159,
+#: ../../src/Translations/AdminTranslations.php:1186
+msgid "Your customer needs to authorize the payment through their bank"
+msgstr "Tu cliente necesita autorizar el pago con su banco"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238
-msgid "Access Token"
-msgstr "Access Token"
+#: ../../src/Translations/AdminTranslations.php:1160,
+#: ../../src/Translations/AdminTranslations.php:1187
+msgid ""
+"Please ask them to call the telephone number on their card or to pay with "
+"another method."
+msgstr ""
+"Pídele que llame al teléfono que está en la tarjeta o que pague con otro "
+"medio."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239
-msgid "Production credentials"
-msgstr "Credenciales de producción"
+#: ../../src/Translations/AdminTranslations.php:1161
+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"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240
-msgid "Enable Mercado Pago checkouts to receive real payments in the store."
-msgstr ""
-"Habilitan a los checkouts de Mercado Pago para recibir pagos reales en "
-"tienda."
+#: ../../src/Translations/AdminTranslations.php:1162
+msgid "Check your approved payments to verify it."
+msgstr "Revisa tu cobros aprobados para verificarlo."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241
-msgid "Paste your Public Key here"
-msgstr "Pega aquí tu Public Key"
+#: ../../src/Translations/AdminTranslations.php:1163
+msgid "Your customer's card was is not activated yet"
+msgstr "La tarjeta de tu cliente aún no está habilitada"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242
-msgid "Paste your Access Token here"
-msgstr "Pega aquí tu Access Token"
+#: ../../src/Translations/AdminTranslations.php:1164
+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 ""
+"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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243,
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280
-msgid "Save and continue"
-msgstr "Guardar y continuar"
+#: ../../src/Translations/AdminTranslations.php:1170
+msgid ""
+"This payment was declined because it did not pass Mercado Pago security "
+"controls. Please ask your client to use another card."
+msgstr ""
+"Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
+"Pago. Pedile a tu cliente que use otra tarjeta."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254
-msgid "2. Customize your business"
-msgstr "2. Personaliza tu negocio"
+#: ../../src/Translations/AdminTranslations.php:1172
+msgid ""
+"The amount exceeded the card limit. Please ask your client to use another "
+"card or to get in touch with the bank."
+msgstr ""
+"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
+"tarjeta o que se comunique con el banco."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255
+#: ../../src/Translations/AdminTranslations.php:1174,
+#: ../../src/Translations/AdminTranslations.php:1178
msgid ""
-"Fill out the following information to have a better experience and offer "
-"more information to your clients"
+"Please ask your client to use another card or to get in touch with the card "
+"issuer."
msgstr ""
-"Completa los siguientes datos para tener una mejor experiencia y ofrecer más "
-"información a los clientes"
+"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
+"la tarjeta."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256
-msgid "Your store information"
-msgstr "Información sobre tu tienda"
+#: ../../src/Translations/AdminTranslations.php:1180
+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 ""
+"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
+"tarjeta o que se comunique con el banco."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257
-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:1188
+msgid "Your customer's debit card has insufficient funds"
+msgstr "La tarjeta de débito de tu cliente no tiene saldo suficiente"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258
-msgid "Eg: Mary's store"
-msgstr "Ej.: TiendaMaría"
+#: ../../src/Translations/AdminTranslations.php:1189
+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:1190
+msgid "Something went wrong and the payment was declined"
+msgstr "El pago fue rechazado porque hubo un error"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259
+#: ../../src/Translations/AdminTranslations.php:1191
msgid ""
-"If this field is empty, the purchase will be identified as Mercado Pago."
+"Please recommend you customer to try again or to pay with another payment "
+"method."
msgstr ""
-"Si el campo queda vacío, la compra del cliente se identificará como Mercado "
-"Pago."
+"Recomiéndale a tu cliente que intente nuevamente o pague con otro medio de "
+"pago."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260
-msgid "Identification in Activities of Mercad Pago"
-msgstr "Identificación en Actividad de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:1204
+msgid "Any questions?"
+msgstr "¿Tienes dudas? "
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261
-msgid "Eg: Marystore"
-msgstr "Ej.: Tienda de María"
+#: ../../src/Translations/AdminTranslations.php:1205
+msgid "Please check the"
+msgstr "Revisa las"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262
-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:1206,
+#: ../../src/Translations/AdminTranslations.php:1222
+msgid "FAQs"
+msgstr "preguntas frecuentes"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263
-msgid "Store category"
-msgstr "Categoría de la tienda"
+#: ../../src/Translations/AdminTranslations.php:1207
+msgid "on the dev website."
+msgstr "en el sitio para desarrolladores."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264
-msgid "Select"
-msgstr "Seleccionar"
+#: ../../src/Translations/AdminTranslations.php:1220
+msgid "Check our"
+msgstr "Revisa las"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265
-msgid "Select ”Other” if you do not find the appropriate category."
-msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada."
+#: ../../src/Translations/AdminTranslations.php:1223
+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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266
-msgid "Advanced integration options (optional)"
-msgstr "Opciones avanzadas de integración (opcional)"
+#: ../../src/Translations/AdminTranslations.php:1228
+msgid "1. Go to the dev website and open a"
+msgstr "1. Ingresa al sitio para desarrolladores y abre un"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267
-msgid ""
-"For further integration of your store with Mercado Pago (IPN, Certified "
-"Partners, Debug Mode)"
-msgstr ""
-"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
-"Certificados, Modo Debug)"
+#: ../../src/Translations/AdminTranslations.php:1230
+msgid "ticket"
+msgstr "ticket"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268
-msgid "View advanced options"
-msgstr "Ver opciones avanzadas"
+#: ../../src/Translations/AdminTranslations.php:1231
+msgid "in the Support section."
+msgstr "en la sección de Soporte."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269
-msgid "URL for IPN "
-msgstr "URL para IPN "
+#: ../../src/Translations/AdminTranslations.php:1236
+msgid "4. Download the"
+msgstr "4. Descarga el"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270
-msgid "Eg: https://examples.com/my-custom-ipn-url"
-msgstr "Ej.: https://examples.com/my-custom-ipn-url"
+#: ../../src/Translations/AdminTranslations.php:1237
+msgid "error history"
+msgstr "historial de errores "
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271
-msgid ""
-"Add the URL to receive payments notifications. Find out more information in "
-"the "
+#: ../../src/Translations/AdminTranslations.php:1238
+msgid "and share it with the Mercado Pago team when asked for it."
msgstr ""
-"Ingresa la URL para recibir notificaciones de pago. Consulta más información "
-"en los "
+"y compártelo con el equipo de Mercado Pago cuando se te sea solicitado."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272
-msgid "guides."
-msgstr "manuales."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273
-msgid "Add plugin default params"
-msgstr "Agregar parámetros default del plugin"
+#: ../../src/Translations/AdminTranslations.php:1242
+msgid "Do you need help?"
+msgstr "¿Necesitas ayuda?"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274
-msgid "integrator_id"
-msgstr "integrator_id"
+#: ../../src/Translations/AdminTranslations.php:1243
+msgid "How to open a ticket:"
+msgstr "Cómo abrir un ticket:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275
-msgid "Eg: 14987126498"
-msgstr "Ej.: 14987126498"
+#: ../../src/Translations/AdminTranslations.php:1245
+msgid "2. Fill out the form with your store details."
+msgstr "2. Completa el formulario con los datos de tu tienda."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276
+#: ../../src/Translations/AdminTranslations.php:1246
msgid ""
-"If you are a Mercado Pago Certified Partner, make sure to add your "
-"integrator_id. If you do not have the code, please "
+"3. Copy and paste the following details when asked for the the technical "
+"information:"
msgstr ""
-"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
-"integrator_id. Si no tienes el código, "
+"3. Copia y pega los siguientes datos cuando se te pida la información "
+"técnica:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277
-msgid "request it now. "
-msgstr "solicítalo ahora. "
+#: ../../src/Translations/AdminTranslations.php:1249
+msgid "Version:"
+msgstr "Versión"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278
-msgid "Debug and Log Mode"
-msgstr "Modo debug y log"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:279
-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:1250
+msgid "History of errors"
+msgstr "Historial de errores"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291
-msgid "3. Set payment methods"
-msgstr "3. Configura los medios de pago"
+#: ../../src/Translations/AdminTranslations.php:1251
+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 ""
+"Selecciona los archivos que quieras compartir con nuestro equipo y haz clic "
+"en “Descargar”. Esta información se te solicitará por e-mail al momento de "
+"ser necesario."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:292
-msgid "To view more options, please select a payment method below"
-msgstr "Selecciona uno de los siguientes medios de pago para ver más opciones"
+#: ../../src/Translations/AdminTranslations.php:1254
+msgid "Source"
+msgstr "Origen"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:293
-msgid "Settings"
-msgstr "Configurar"
+#: ../../src/Translations/AdminTranslations.php:1255
+msgid "File date"
+msgstr "Fecha de creación"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:294
-msgid "Continue"
-msgstr "Continuar"
+#: ../../src/Translations/AdminTranslations.php:1256
+msgid "Download"
+msgstr "Descargar"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305
-msgid "4. Test your store before you sell"
-msgstr "4. Testea tu tienda antes de vender"
+#: ../../src/Translations/AdminTranslations.php:1257
+msgid "Next Page"
+msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306
-msgid ""
-"Test the experience in Test Mode and then enable the Sale Mode (Production) "
-"to sell."
+#: ../../src/Translations/AdminTranslations.php:1258
+msgid "Previous page"
msgstr ""
-"Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) "
-"para realizar ventas."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307
-msgid "Choose how you want to operate your store:"
-msgstr "Elige cómo quieres operar tu tienda:"
+#: ../../src/Translations/AdminTranslations.php:1259
+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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308
-msgid "Test Mode"
-msgstr "Modo Test"
+#: ../../src/Translations/StoreTranslations.php:103
+msgid "discount of"
+msgstr "descuento de"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309
-msgid "Mercado Pago Checkouts disabled for real collections. "
-msgstr "Checkouts Mercado Pago inactivos para cobros reales. "
+#: ../../src/Translations/StoreTranslations.php:104
+msgid "fee of"
+msgstr "comisión de"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310
-msgid "Test Mode rules."
-msgstr "Reglas del modo test."
+#: ../../src/Translations/StoreTranslations.php:105
+msgid "and"
+msgstr "y"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311
-msgid "Sale Mode (Production)"
-msgstr "Modo Ventas (Producción)"
+#: ../../src/Translations/StoreTranslations.php:106
+msgid "Shipping service used by the store."
+msgstr "Servicio de envío utilizado por la tienda."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312
-msgid "Mercado Pago Checkouts enabled for real collections."
-msgstr "Checkouts Mercado Pago activos para cobros reales."
+#: ../../src/Translations/StoreTranslations.php:107
+msgid "Discount provided by store"
+msgstr "Descuento proporcionado por la tienda"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313
-msgid "Mercado Pago payment methods in Production Mode"
-msgstr "Medios de pago Mercado Pago en Modo Produción"
+#: ../../src/Translations/StoreTranslations.php:108
+msgid "Mercado Pago Discount"
+msgstr "Descuento de Mercado Pago:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314
-msgid "The clients can make real purchases in your store."
-msgstr "Los clientes pueden hacer compras reales en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:109
+msgid "Mercado Pago Commission"
+msgstr "Comisión de Mercado Pago:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315
-msgid "Mercado Pago payment methods in Test Mode"
-msgstr "Medios de pago Mercado Pago en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:121
+msgid "Checkout Pro in Test Mode"
+msgstr "Checkout Pro en Modo Test"
+
+#: ../../src/Translations/StoreTranslations.php:122,
+#: ../../src/Translations/StoreTranslations.php:180,
+#: ../../src/Translations/StoreTranslations.php:214
+msgid "Use Mercado Pago's payment methods without real charges. "
+msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316
-msgid "Create your "
-msgstr "Crea tu "
+#: ../../src/Translations/StoreTranslations.php:123,
+#: ../../src/Translations/StoreTranslations.php:181,
+#: ../../src/Translations/StoreTranslations.php:215,
+#: ../../src/Translations/StoreTranslations.php:336,
+#: ../../src/Translations/StoreTranslations.php:364
+msgid "See the rules for the test mode."
+msgstr "Consulte las reglas para el modo test."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317
-msgid "test user "
-msgstr "usuario de prueba "
+#: ../../src/Translations/StoreTranslations.php:124
+msgid "Log in to Mercado Pago and earn benefits"
+msgstr "Inicia sesión en Mercado Pago y obtén beneficios"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318
-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/StoreTranslations.php:125
+msgid "Easy login"
+msgstr "Ingresa con facilidad"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319
-msgid "Use our test cards, "
-msgstr "Utiliza nuestras tarjetas de prueba, "
+#: ../../src/Translations/StoreTranslations.php:126
+msgid "Log in with the same email and password you use in Mercado Libre."
+msgstr "Inicia sesión con tu mismo e-mail y contraseña de Mercado Libre."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320
-msgid "never use real cards. "
-msgstr "nunca utilices tarjetas reales. "
+#: ../../src/Translations/StoreTranslations.php:127
+msgid "Blue phone image"
+msgstr "Imagen de teléfono azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321
-msgid "Visit your store "
-msgstr "Visita tu tienda "
+#: ../../src/Translations/StoreTranslations.php:128
+msgid "Quick payments"
+msgstr "Paga rápido"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322
-msgid "to test purchases"
-msgstr "para testear compras"
+#: ../../src/Translations/StoreTranslations.php:129
+msgid "Use your saved cards, Pix or available balance."
+msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323
-msgid "Save changes"
-msgstr "Guardar cambios"
+#: ../../src/Translations/StoreTranslations.php:130
+msgid "Use your available Mercado Pago Wallet balance or saved cards."
+msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324
-msgid "Store under test"
-msgstr "Tienda en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:131
+msgid "Use your available money or saved cards."
+msgstr "Usa tu dinero disponible o tarjetas guardadas."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325
-msgid "Store in sale mode (Production)"
-msgstr "Tienda en Modo Ventas (Producción)"
+#: ../../src/Translations/StoreTranslations.php:132
+msgid "Blue wallet image"
+msgstr "Imagen de billetera azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326
-msgid "Enter test credentials"
-msgstr "Ingresa las credenciales de prueba"
+#: ../../src/Translations/StoreTranslations.php:133
+msgid "Protected purchases"
+msgstr "Protege tu compra"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:327
-msgid "To enable test mode, "
-msgstr "Para activar el modo de prueba, "
+#: ../../src/Translations/StoreTranslations.php:134
+msgid "Reliable purchases"
+msgstr "Compra con confianza"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:328
-msgid "copy your test credentials "
-msgstr "copia tus credenciales de prueba "
+#: ../../src/Translations/StoreTranslations.php:135
+msgid "Get your money back in case you don't receive your product."
+msgstr "Recupera tu dinero si no recibes el producto."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:329
-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/StoreTranslations.php:136
+msgid "Get help if you have a problem with your purchase."
+msgstr "Recibe ayuda si tienes algún problema con tu compra."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:366
-msgid "Invalid Access Token"
-msgstr "Access token no válido"
+#: ../../src/Translations/StoreTranslations.php:137
+msgid "Blue protection image"
+msgstr "Imagen de protección azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:368
-msgid "Valid Access Token"
-msgstr "Access token válido"
+#: ../../src/Translations/StoreTranslations.php:138
+msgid "Installments option"
+msgstr "Accede a cuotas"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:374
-msgid "Invalid Public Key"
-msgstr "Public key no válida"
+#: ../../src/Translations/StoreTranslations.php:139
+msgid "Pay with or without a credit card."
+msgstr "Paga con o sin tarjeta de crédito."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:376
-msgid "Valid Public Key"
-msgstr "Public key válida"
+#: ../../src/Translations/StoreTranslations.php:140
+msgid "Interest-free installments with selected banks."
+msgstr "Cuotas sin interés con bancos seleccionados."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:379
-msgid "Credentials must be valid"
-msgstr "Las credenciales deben ser válidas"
+#: ../../src/Translations/StoreTranslations.php:141
+msgid "Blue phone installments image"
+msgstr "Imagen de cuotas de teléfono azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:429
-msgid "Credentials were updated"
-msgstr "Se actualizaron las credenciales"
+#: ../../src/Translations/StoreTranslations.php:142
+msgid "Available payment methods"
+msgstr "Medios de pago disponibles"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:421
+#: ../../src/Translations/StoreTranslations.php:143,
+#: ../../src/Translations/StoreTranslations.php:186
msgid ""
-"Your store has exited Test Mode and is making real sales in Production Mode."
+"By continuing, you will be taken to Mercado Pago to safely complete your "
+"purchase."
msgstr ""
-"Ahora su tienda está fuera del modo de prueba y está realizando ventas "
-"reales en el modo de producción."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:422
-msgid "To test the store, re-enter both test credentials."
-msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:435
-msgid "Invalid credentials"
-msgstr "Credenciales no válidas"
+"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
+"segura."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:436
-msgid "See our manual to learn "
-msgstr "Consulte nuestro manual para saber "
+#: ../../src/Translations/StoreTranslations.php:144,
+#: ../../src/Translations/StoreTranslations.php:187
+msgid "Checkout Pro redirect info image"
+msgstr "Imagen de redirección de Checkout Pro"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:437
-msgid "how to enter the credentials the right way."
-msgstr "como ingresar las credenciales de forma correcta."
+#: ../../src/Translations/StoreTranslations.php:145,
+#: ../../src/Translations/StoreTranslations.php:188,
+#: ../../src/Translations/StoreTranslations.php:239,
+#: ../../src/Translations/StoreTranslations.php:281,
+#: ../../src/Translations/StoreTranslations.php:342,
+#: ../../src/Translations/StoreTranslations.php:374
+msgid "By continuing, you agree with our"
+msgstr "Al continuar, aceptas nuestros"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:497
-msgid "Store information is valid"
-msgstr "Información sobre tu tienda"
+#: ../../src/Translations/StoreTranslations.php:146,
+#: ../../src/Translations/StoreTranslations.php:189,
+#: ../../src/Translations/StoreTranslations.php:240,
+#: ../../src/Translations/StoreTranslations.php:282,
+#: ../../src/Translations/StoreTranslations.php:343,
+#: ../../src/Translations/StoreTranslations.php:375
+msgid "Terms and conditions"
+msgstr "Términos y condiciones"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:527
-msgid "Mercado Pago's Payment Methods in Test Mode"
-msgstr "Medios de pago Mercado Pago en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:147,
+#: ../../src/Translations/StoreTranslations.php:218,
+#: ../../src/Translations/StoreTranslations.php:263
+msgid "Pay with Mercado Pago"
+msgstr "Pagar con Mercado Pago"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:528
-msgid "Mercado Pago's Payment Methods in Production Mode"
-msgstr "Medios de pago Mercado Pago en Modo Produción"
+#: ../../src/Translations/StoreTranslations.php:148,
+#: ../../src/Translations/StoreTranslations.php:264
+msgid "Cancel & Clear Cart"
+msgstr "Cancelar & Limpiar carrito"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:521
-msgid "Invalid credentials for test mode"
-msgstr "Credenciales inválidas para el modo de prueba"
+#: ../../src/Translations/StoreTranslations.php:161
+msgid "Log in"
+msgstr "Inicia sesión"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:603
-msgid "Enabled"
-msgstr "Activado"
+#: ../../src/Translations/StoreTranslations.php:162
+msgid ""
+"or create an account in Mercado Pago. If you use Mercado Libre, you already "
+"have one!"
+msgstr ""
+"o crea una cuenta en Mercado Pago. Si utilizas Mercado Libre, ¡ya tienes una!"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:604
-msgid "Disabled"
-msgstr "Inactivo"
+#: ../../src/Translations/StoreTranslations.php:167
+msgid "Know your available limit in Mercado Crédito and"
+msgstr "Conoce tu límite disponible en Mercado Crédito y"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:632
-msgid "Valid Credentials"
-msgstr "Credenciales válidas"
+#: ../../src/Translations/StoreTranslations.php:168
+msgid "choose how many installments"
+msgstr "elige en cuántas cuotas"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:635
-msgid "Credentials couldn't be validated"
-msgstr "No se pudieron validar las credenciales"
+#: ../../src/Translations/StoreTranslations.php:169
+msgid "you want to pay"
+msgstr "quieres pagar"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:658
-msgid "Store business fields are valid"
-msgstr "Los campos comerciales de la tienda son válidos"
+#: ../../src/Translations/StoreTranslations.php:174
+msgid "Pay the installments as you prefer:"
+msgstr "Paga las cuotas como prefieras:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:661
-msgid "Store business fields couldn't be validated"
-msgstr "Los campos comerciales de la tienda no se pudieron validar"
+#: ../../src/Translations/StoreTranslations.php:175
+msgid "with money in your account, card of from the Mercado Pago app"
+msgstr "con dinero, tarjeta o directo desde la app de Mercado Pago"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:684
-msgid "At least one paymet method is enabled"
-msgstr "Al menos un método de pago está habilitado"
+#: ../../src/Translations/StoreTranslations.php:179
+msgid "No card installments in Test Mode"
+msgstr "Mensualidades sin tarjeta en Modo Test"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:687
-msgid "No payment method enabled"
-msgstr "No se habilitó ningún método de pago"
+#: ../../src/Translations/StoreTranslations.php:182
+msgid "How to use it?"
+msgstr "¿Cómo usar?"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:77
-msgid "Payment approved."
-msgstr "Pago aprobado."
+#: ../../src/Translations/StoreTranslations.php:190
+msgid "Pay in"
+msgstr "Compra en hasta"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:131,
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:135
-msgid "Waiting for the Pix payment."
-msgstr "Esperando el pago de Pix."
+#: ../../src/Translations/StoreTranslations.php:191
+msgid "installments"
+msgstr "12 pagos sin tarjeta"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:148,
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:152
-msgid "Waiting for the ticket payment."
-msgstr "Esperando el pago del boleto."
+#: ../../src/Translations/StoreTranslations.php:192
+msgid "with Mercado Pago"
+msgstr "con Mercado Pago"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:160
-msgid "The customer has not made the payment yet."
-msgstr "El cliente todavía no efectuó el pago."
+#: ../../src/Translations/StoreTranslations.php:193
+msgid "Read more"
+msgstr "Leer más"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:179
-msgid "Payment is pending review."
-msgstr "El pago está pendiente de revisión."
+#: ../../src/Translations/StoreTranslations.php:194
+msgid "Buy now and pay in installments with no card later!"
+msgstr "¡Compra ahora y paga después!"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:196
-msgid "Payment was declined. The customer can try again."
-msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
+#: ../../src/Translations/StoreTranslations.php:195
+msgid "100% online, without paperwork or monthly fees"
+msgstr "Compra en hasta 12 pagos mensuales sin usar tarjeta de crédito"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:211
-msgid "Payment was returned to the customer."
-msgstr "El pago fue devuelto al cliente."
+#: ../../src/Translations/StoreTranslations.php:196
+msgid "You can apply for your line of credit 100% online and securely."
+msgstr "Puedes solicitar tu línea de crédito 100% online y de forma segura."
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:225
-msgid "Payment was canceled."
-msgstr "El pago fue cancelado."
+#: ../../src/Translations/StoreTranslations.php:197
+msgid "Do everything from the Mercado Pago app!"
+msgstr "Sin trámites. ¡Haz todo desde la app de Mercado Pago!"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:240,
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:252
-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:198
+msgid "No maintenance fees or additional costs."
+msgstr "Sin tasas de mantenimiento ni costos adicionales."
-#. translators: 1: payment_id 2: status
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:318
-msgid ""
-"Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s."
-msgstr ""
-"Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s."
+#: ../../src/Translations/StoreTranslations.php:199
+msgid "Questions? "
+msgstr "¿Dudas? "
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:371
-msgid "Shipping service used by the store."
-msgstr "Servicio de envío utilizado por la tienda."
+#: ../../src/Translations/StoreTranslations.php:200
+msgid "Check our FAQ"
+msgstr "Consulta nuestra FAQ"
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:562,
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:563
-msgid "Discount provided by store"
-msgstr "Descuento proporcionado por la tienda"
+#: ../../src/Translations/StoreTranslations.php:201
+msgid ". Credit subject to approval."
+msgstr ". Crédito sujeto a aprobación."
-#. translators: %s coupon
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:130
-msgid "Discount for coupon %s"
-msgstr "Descuento para el cupón %s"
+#: ../../src/Translations/StoreTranslations.php:213
+msgid "Checkout Custom in Test Mode"
+msgstr "Tarjeta de crédito en Modo Test"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
-msgid " and fee of"
-msgstr " y comisión de"
+#: ../../src/Translations/StoreTranslations.php:216
+msgid "Pay with saved cards"
+msgstr "Paga con tarjetas guardadas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:547
+#: ../../src/Translations/StoreTranslations.php:217
msgid ""
-"Public Key production credential is invalid. Review the field to "
-"receive real payments."
+"Do you have a Mercado Libre account? Then use the same email and password to "
+"pay faster with Mercado Pago."
msgstr ""
-"La credencial para producción Public Key es inválida. Revísala para "
-"poder recibir pagos reales."
+"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
+"pagar más rápido con Mercado Pago."
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:556
-msgid ""
-"Public Key test credential is invalid. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Public Key es inválida. Revísala para poder "
-"realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:219
+msgid "With which card can you pay?"
+msgstr "¿Con qué tarjeta puedes pagar?"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:565
-msgid ""
-"Access Token production credential is invalid. Remember that it must "
-"be complete to receive real payments."
-msgstr ""
-"La credencial para producción Access Token es inválida. Revísala para "
-"poder recibir pagos reales."
+#: ../../src/Translations/StoreTranslations.php:220,
+#: ../../src/Translations/StoreTranslations.php:224
+msgid "See current promotions"
+msgstr "Ver promociones vigentes"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:574
-msgid ""
-"Access Token test credential is invalid. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Access Token es inválida. Revísala para poder "
-"realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:221
+msgid "Credit cards"
+msgstr "Tarjetas de crédito"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:592
-msgid ""
-"Public Key test credential is blank. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Public Key está en blanco. Revísala para "
-"poder realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:222
+msgid "Up to 12 installments"
+msgstr "Hasta 12 cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:601
-msgid ""
-"Public Key production credential is blank. Review the field to "
-"receive real payments."
-msgstr ""
-"La credencial para producción Public Key está en blanco. Revísala "
-"para poder recibir pagos reales."
+#: ../../src/Translations/StoreTranslations.php:223
+msgid "Debit cards"
+msgstr "Tarjetas de débito"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:610
-msgid ""
-"Access Token test credential is blank. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Access Token está en blanco. Revísala para "
-"poder realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:225
+msgid "Fill in your card details"
+msgstr "Completa los datos de tu tarjeta"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:619
-msgid ""
-"Access Token production credential is blank. Remember that it must be "
-"complete to receive real payments."
-msgstr ""
-"La credencial para producción Access Token está en blanco. Revísala "
-"para poder recibir pagos reales."
+#: ../../src/Translations/StoreTranslations.php:226
+msgid "Card number"
+msgstr "Número de Tarjeta"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:90
-msgid ""
-"There was an error processing your payment. Please try again or contact us "
-"for Assistance."
-msgstr ""
-"Se ha producido un error en el procesamiento de su pago. Por favor, "
-"inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
+#: ../../src/Translations/StoreTranslations.php:227,
+#: ../../src/Translations/StoreTranslations.php:229,
+#: ../../src/Translations/StoreTranslations.php:231,
+#: ../../src/Translations/StoreTranslations.php:233
+msgid "Required data"
+msgstr "Datos obligatorios"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:82,
-#: ../../templates/checkout/custom-checkout.php:45,
-#: ../../templates/receipt/custom-checkout.php:41
-msgid "Pay with Mercado Pago"
-msgstr "Pagar con Mercado Pago"
+#: ../../src/Translations/StoreTranslations.php:228
+msgid "Holder name as it appears on the card"
+msgstr "Nombre del titular como aparece en la tarjeta"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:84,
-#: ../../templates/receipt/custom-checkout.php:44
-msgid "Cancel & Clear Cart"
-msgstr "Cancelar & Limpiar carrito"
+#: ../../src/Translations/StoreTranslations.php:230
+msgid "Expiration"
+msgstr "Vencimiento"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:73,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82
-msgid "Apply"
-msgstr "Aplicar"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:74,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
-msgid "Remove"
-msgstr "Retirar"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
-msgid "Please, inform your coupon code"
-msgstr "Por favor, informe su código de cupón"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
-msgid "To choose"
-msgstr "Elegir"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
-msgid "Other bank"
-msgstr "Otro banco"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:148,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
-msgid "You will save"
-msgstr "Salvarás"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:149,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
-msgid "with discount of"
-msgstr "con descuento de"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:150,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
-msgid "Total of your purchase:"
-msgstr "Total de su compra:"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:151,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
-msgid "Total of your purchase with discount:"
-msgstr "Total de su compra con descuento:"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
-msgid "*After payment approval"
-msgstr "*Tras la aprobación del pago"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
-msgid "Terms and conditions of use"
-msgstr "Términos y condiciones de uso"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
-msgid "No fee"
-msgstr "Sin interés"
+#: ../../src/Translations/StoreTranslations.php:232
+msgid "Security Code"
+msgstr "Código de seguridad"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173
-msgid "More options"
-msgstr "Más opciones"
+#: ../../src/Translations/StoreTranslations.php:234,
+#: ../../src/Translations/StoreTranslations.php:337,
+#: ../../src/Translations/StoreTranslations.php:365
+msgid "Holder document"
+msgstr "Documento del titular"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
-msgid "mm/yy"
-msgstr "mm/aa"
+#: ../../src/Translations/StoreTranslations.php:235,
+#: ../../src/Translations/StoreTranslations.php:338,
+#: ../../src/Translations/StoreTranslations.php:366
+msgid "Invalid document"
+msgstr "Número de documento no válido"
+
+#: ../../src/Translations/StoreTranslations.php:236,
+#: ../../src/Translations/StoreTranslations.php:238
+msgid "Select the number of installments"
+msgstr "Selecciona la cantidad de cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
-#: ../../templates/checkout/custom-checkout.php:134
+#: ../../src/Translations/StoreTranslations.php:237,
+#: ../../src/Translations/StoreTranslations.php:242
msgid "Issuer"
msgstr "Banco"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165
+#: ../../src/Translations/StoreTranslations.php:241
+msgid "mm/yy"
+msgstr "mm/aa"
+
+#: ../../src/Translations/StoreTranslations.php:243
msgid "Installments"
-msgstr "12 pagos sin tarjeta"
+msgstr "Cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
+#: ../../src/Translations/StoreTranslations.php:244
msgid "on the back"
msgstr "del dorso"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
+#: ../../src/Translations/StoreTranslations.php:245
msgid "on the front"
msgstr "del frente"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
+#: ../../src/Translations/StoreTranslations.php:246
msgid "digits"
msgstr "dígitos"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:174
+#: ../../src/Translations/StoreTranslations.php:247
+msgid "No fee"
+msgstr "Sin interés"
+
+#: ../../src/Translations/StoreTranslations.php:248
+msgid "More options"
+msgstr "Más opciones"
+
+#: ../../src/Translations/StoreTranslations.php:249
msgid "If interest is applicable, it will be charged by your bank."
msgstr "Si corresponden intereses, serán aplicados por tu banco."
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175
+#: ../../src/Translations/StoreTranslations.php:250
msgid "Interest"
msgstr "Intereses"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178
+#: ../../src/Translations/StoreTranslations.php:251
msgid "Card number is required"
msgstr "Número de tarjeta obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:179
+#: ../../src/Translations/StoreTranslations.php:252
msgid "Card number invalid"
msgstr "Número de tarjeta inválido"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182
+#: ../../src/Translations/StoreTranslations.php:253
msgid "Holder name is required"
msgstr "Nombre del titular obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:183
+#: ../../src/Translations/StoreTranslations.php:254
msgid "Holder name invalid"
msgstr "Nombre del titular inválido"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:186,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188
+#: ../../src/Translations/StoreTranslations.php:255,
+#: ../../src/Translations/StoreTranslations.php:257
msgid "Expiration date invalid"
msgstr "Fecha de vencimiento inválido"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:187
+#: ../../src/Translations/StoreTranslations.php:256
msgid "Expiration date incomplete"
msgstr "Fecha de vencimiento obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:191
+#: ../../src/Translations/StoreTranslations.php:258
msgid "Security code is required"
msgstr "Código de seguridad obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:192
+#: ../../src/Translations/StoreTranslations.php:259
msgid "Security code incomplete"
msgstr "Código de seguridad incompleto"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:230
+#: ../../src/Translations/StoreTranslations.php:260
msgid "Cost of installments"
msgstr "Coste de las cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:231
+#: ../../src/Translations/StoreTranslations.php:261
msgid "Total with installments"
msgstr "Total con cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:232
+#: ../../src/Translations/StoreTranslations.php:262
msgid "installments of"
msgstr "cuotas de"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:139
+#: ../../src/Translations/StoreTranslations.php:276
+msgid "Pix in Test Mode"
+msgstr "Pix en Modo Test"
+
+#: ../../src/Translations/StoreTranslations.php:277
+msgid ""
+"You can test the flow to generate a code, but you cannot finalize the "
+"payment."
+msgstr ""
+"Es posible probar el flujo para generar una factura, pero no es posible "
+"finalizar el pago."
+
+#: ../../src/Translations/StoreTranslations.php:278
+msgid "Pay instantly"
+msgstr "Pago instantáneo"
+
+#: ../../src/Translations/StoreTranslations.php:279
+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:280
+msgid "Pix logo"
+msgstr "Pix logo"
+
+#: ../../src/Translations/StoreTranslations.php:283,
+#: ../../src/Translations/StoreTranslations.php:292
+msgid "Code valid for "
+msgstr "Código válido por "
+
+#: ../../src/Translations/StoreTranslations.php:284
msgid "Now you just need to pay with Pix to finalize your purchase"
msgstr "Ahora sólo tiene que pagar con Pix para finalizar su compra"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:140
+#: ../../src/Translations/StoreTranslations.php:285
msgid "How to pay with Pix:"
msgstr "Cómo pagar con Pix:"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
+#: ../../src/Translations/StoreTranslations.php:286
msgid "Go to your bank's app or website"
msgstr "Entra en la app o en la página web de tu banco"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142
+#: ../../src/Translations/StoreTranslations.php:287
msgid "Search for the option to pay with Pix"
msgstr "Busca la opción de pagar con Pix"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143
+#: ../../src/Translations/StoreTranslations.php:288
msgid "Scan the QR code or Pix code"
msgstr "Escanea el código QR o el código Pix"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144
+#: ../../src/Translations/StoreTranslations.php:289
msgid "Done! You will see the payment confirmation"
msgstr "Listo. Verás la confirmación del pago"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145
+#: ../../src/Translations/StoreTranslations.php:290
msgid "Value: "
msgstr "Valor: "
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147
+#: ../../src/Translations/StoreTranslations.php:291
msgid "Scan the QR code:"
msgstr "Escanea el código QR:"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150
+#: ../../src/Translations/StoreTranslations.php:293
msgid "If you prefer, you can pay by copying and pasting the following code"
msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152
+#: ../../src/Translations/StoreTranslations.php:294
msgid "Copy code"
msgstr "Copiar código"
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:112
-msgid "Pay in"
-msgstr "Compra en hasta"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:113
-msgid "installments"
-msgstr "12 pagos sin tarjeta"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:114
-msgid "with Mercado Pago"
-msgstr "con Mercado Pago"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:115
-msgid "Read more"
-msgstr "Saber más"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:116
-msgid "Buy now and pay in installments with no card later!"
-msgstr "¡Compra ahora y paga después!"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:117
-msgid "100% online,"
-msgstr "Compra en hasta"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:118
-msgid "without paperwork or monthly fees"
-msgstr "12 pagos mensuales sin usar tarjeta de crédito"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:119
-msgid "When paying, choose"
-msgstr "Puedes solicitar "
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:120
-msgid ". Login to your account or create one in a few steps."
-msgstr "tu línea de crédito 100% online y de forma segura."
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:121
-msgid "Search for"
-msgstr "Sin trámites."
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:122
-msgid ""
-"among the options, select it and choose in how many installments you would "
-"like to pay."
-msgstr " ¡Haz todo desde la app de Mercado Pago!"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:123
-msgid "Pay your installments monthly as you wish, in the Mercado Pago app."
-msgstr "Sin tasas de mantenimiento ni costos adicionales."
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126
-msgid "Check our FAQ"
-msgstr "Consulta nuestra FAQ"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:127
-msgid ". Credit subject to approval."
-msgstr ". Crédito sujeto a aprobación."
-
-#: ../../includes/module/sdk/lib/class-mp.php:182,
-#: ../../includes/module/sdk/lib/class-mp.php:634,
-#: ../../includes/module/sdk/lib/class-mp.php:682,
-#: ../../includes/module/sdk/lib/class-mp.php:727,
-#: ../../includes/module/sdk/lib/class-mp.php:986
-msgid "Response from cache"
-msgstr "Respuesta de la caché"
-
-#: ../../includes/module/sdk/lib/class-mp.php:1000
-msgid "Response from API"
-msgstr "Respuesta de la API"
-
-#. translators: 1: total_time currency 2: url
-#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179
-msgid "Took %1$s seconds to transfer a request to %2$s"
-msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s"
-
-#: ../../templates/checkout/basic-checkout.php:24
-msgid "Checkout Pro in Test Mode"
-msgstr "Checkout Pro en Modo Test"
-
-#: ../../templates/checkout/basic-checkout.php:25,
-#: ../../templates/checkout/credits-checkout.php:25
-msgid "Use Mercado Pago's payment methods without real charges. "
-msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
-
-#: ../../templates/checkout/basic-checkout.php:26,
-#: ../../templates/checkout/credits-checkout.php:26,
-#: ../../templates/checkout/ticket-checkout.php:26
-msgid "See the rules for the test mode."
-msgstr "Consulte las reglas para el modo test."
-
-#: ../../templates/checkout/basic-checkout.php:35
-msgid "Log in to Mercado Pago and earn benefits"
-msgstr "Inicia sesión en Mercado Pago y obtén beneficios"
-
-#: ../../templates/checkout/basic-checkout.php:54
-msgid ""
-"By continuing, you will be taken to Mercado Pago to safely complete your "
-"purchase."
-msgstr ""
-"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
-"segura."
-
-#: ../../templates/checkout/basic-checkout.php:56,
-#: ../../templates/checkout/credits-checkout.php:47
-msgid "Checkout Pro redirect info image"
-msgstr "Imagen de redirección de Checkout Pro"
-
-#: ../../templates/checkout/basic-checkout.php:66,
-#: ../../templates/checkout/credits-checkout.php:56,
-#: ../../templates/checkout/custom-checkout.php:169,
-#: ../../templates/checkout/pix-checkout.php:31,
-#: ../../templates/checkout/ticket-checkout.php:96
-msgid "By continuing, you agree with our"
-msgstr "Al continuar, aceptas nuestros"
-
-#: ../../templates/checkout/basic-checkout.php:67,
-#: ../../templates/checkout/credits-checkout.php:57,
-#: ../../templates/checkout/custom-checkout.php:170,
-#: ../../templates/checkout/pix-checkout.php:31,
-#: ../../templates/checkout/ticket-checkout.php:97
-msgid "Terms and conditions"
-msgstr "Términos y condiciones"
-
-#: ../../templates/checkout/credits-checkout.php:24
-msgid "No card installments in Test Mode"
-msgstr "Mensualidades sin tarjeta en Modo Test"
-
-#: ../../templates/checkout/credits-checkout.php:34
-msgid "How to use it?"
-msgstr "¿Cómo usar?"
-
-#: ../../templates/checkout/credits-checkout.php:37
-msgid ""
-"Log in or create an account in Mercado Pago. If you use Mercado "
-"Libre, you already have one!"
-msgstr ""
-"Inicia sesión o crea una cuenta en Mercado Pago. Si has usado Mercado "
-"Libre para comprar, ¡ya tienes una!"
-
-#: ../../templates/checkout/credits-checkout.php:38
-msgid ""
-"Know your available limit in Mercado Crédito and choose how many "
-"installments you want to pay."
-msgstr ""
-"Conoce el límite disponible de tu línea de crédito y elige el plazo en "
-"el que quieres pagar tu compra."
-
-#: ../../templates/checkout/credits-checkout.php:39
-msgid ""
-"Pay the installments as you prefer: with money in your account, card of "
-"from the Mercado Pago app."
-msgstr ""
-"Paga mes a mes con el medio de pago que prefieras. ¡Todo desde la app "
-"de Mercado Pago!"
+#: ../../src/Translations/StoreTranslations.php:295,
+#: ../../src/Translations/StoreTranslations.php:349,
+#: ../../src/Translations/StoreTranslations.php:373
+msgid "Mercado Pago: The customer has not paid yet."
+msgstr "Mercado Pago: El cliente no ha pagado todavía."
-#: ../../templates/checkout/credits-checkout.php:46
+#: ../../src/Translations/StoreTranslations.php:296
msgid ""
-"By confirming your purchase, you will be redirected to your Mercado Pago "
-"account."
+"Mercado Pago: Now you just need to pay with Pix to finalize your purchase."
msgstr ""
-"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
-"segura."
-
-#: ../../templates/checkout/custom-checkout.php:23
-msgid "Checkout Custom in Test Mode"
-msgstr "Tarjeta de crédito en Modo Test"
-
-#: ../../templates/checkout/custom-checkout.php:24
-msgid "Use Mercado Pago means without real charges."
-msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
-
-#: ../../templates/checkout/custom-checkout.php:25
-msgid "See test mode rules."
-msgstr "Ver las reglas del Modo Test."
-
-#: ../../templates/checkout/custom-checkout.php:36
-msgid "Pay with saved cards"
-msgstr "Paga con tarjetas guardadas"
+"Mercado Pago: Ahora sólo tiene que pagar con Pix para finalizar su compra."
-#: ../../templates/checkout/custom-checkout.php:40
+#: ../../src/Translations/StoreTranslations.php:297
msgid ""
-"Do you have a Mercado Libre account? Then use the same email and password to "
-"pay faster with Mercado Pago."
+"Scan the QR code below or copy and paste the code into your bank's "
+"application."
msgstr ""
-"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
-"pagar más rápido \n"
-"con Mercado Pago."
-
-#: ../../templates/checkout/custom-checkout.php:57
-msgid "With which card can you pay?"
-msgstr "¿Con qué tarjeta puedes pagar?"
-
-#: ../../templates/checkout/custom-checkout.php:70
-msgid "See current promotions"
-msgstr "Ver promociones vigentes"
-
-#: ../../templates/checkout/custom-checkout.php:78
-msgid "Fill in your card details"
-msgstr "Completa los datos de tu tarjeta"
-
-#: ../../templates/checkout/custom-checkout.php:80
-msgid "Card number"
-msgstr "Número de Tarjeta"
+"Escanee el código QR a continuación o copie y pegue el código en la "
+"aplicación de su banco."
-#: ../../templates/checkout/custom-checkout.php:82,
-#: ../../templates/checkout/custom-checkout.php:89,
-#: ../../templates/checkout/custom-checkout.php:98,
-#: ../../templates/checkout/custom-checkout.php:106
-msgid "Required data"
-msgstr "Datos obligatorios"
+#: ../../src/Translations/StoreTranslations.php:298
+msgid "30 minutes"
+msgstr "30 minutos"
-#: ../../templates/checkout/custom-checkout.php:87
-msgid "Holder name as it appears on the card"
-msgstr "Nombre del titular como aparece en la tarjeta"
+#: ../../src/Translations/StoreTranslations.php:310
+msgid "Payment approved."
+msgstr "Pago aprobado."
-#: ../../templates/checkout/custom-checkout.php:95
-msgid "Expiration"
-msgstr "Vencimiento"
+#: ../../src/Translations/StoreTranslations.php:311
+msgid "Waiting for the Pix payment."
+msgstr "Esperando el pago de Pix."
-#: ../../templates/checkout/custom-checkout.php:103
-msgid "Security Code"
-msgstr "Código de seguridad"
+#: ../../src/Translations/StoreTranslations.php:312
+msgid "Waiting for the ticket payment."
+msgstr "Esperando el pago del boleto."
-#: ../../templates/checkout/custom-checkout.php:113,
-#: ../../templates/checkout/ticket-checkout.php:36,
-#: ../../templates/checkout/ticket-checkout.php:53
-msgid "Holder document"
-msgstr "Documento del titular"
+#: ../../src/Translations/StoreTranslations.php:313
+msgid "The customer has not made the payment yet."
+msgstr "El cliente todavía no efectuó el pago."
-#: ../../templates/checkout/custom-checkout.php:114,
-#: ../../templates/checkout/ticket-checkout.php:37,
-#: ../../templates/checkout/ticket-checkout.php:54
-msgid "Invalid document"
-msgstr "Número de documento no válido"
+#: ../../src/Translations/StoreTranslations.php:314
+msgid "Payment is pending review."
+msgstr "El pago está pendiente de revisión."
-#: ../../templates/checkout/custom-checkout.php:129,
-#: ../../templates/checkout/custom-checkout.php:145
-msgid "Select the number of installments"
-msgstr "Selecciona la cantidad de cuotas"
+#: ../../src/Translations/StoreTranslations.php:315
+msgid "Payment was declined. The customer can try again."
+msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
-#: ../../templates/checkout/pix-checkout.php:22
-msgid "Pix in Test Mode"
-msgstr "Pix en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:316
+msgid "Payment was returned to the customer."
+msgstr "El pago fue devuelto al cliente."
-#: ../../templates/checkout/pix-checkout.php:22
+#: ../../src/Translations/StoreTranslations.php:317
msgid ""
-"You can test the flow to generate a code, but you cannot finalize the "
-"payment."
+"The payment was partially returned to the customer. the amount refunded "
+"was : "
msgstr ""
-"Es posible probar el flujo para generar una factura, pero no es posible "
-"finalizar el pago."
+"El pago se devolvió parcialmente al cliente. El montante reembolsado fue "
+"de : "
-#: ../../templates/checkout/pix-checkout.php:27
-msgid "Pay instantly"
-msgstr "Pago instantáneo"
+#: ../../src/Translations/StoreTranslations.php:318
+msgid "Payment was canceled."
+msgstr "El pago fue cancelado."
-#: ../../templates/checkout/pix-checkout.php:27
+#: ../../src/Translations/StoreTranslations.php:319,
+#: ../../src/Translations/StoreTranslations.php:320
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."
+"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."
-#: ../../templates/checkout/pix-checkout.php:27
-msgid "Pix logo"
-msgstr "Pix logo"
+#: ../../src/Translations/StoreTranslations.php:321
+msgid "The payment"
+msgstr "El pago"
-#: ../../templates/checkout/ticket-checkout.php:24
+#: ../../src/Translations/StoreTranslations.php:322
+msgid "was notified by Mercado Pago with status"
+msgstr "fue notificado por Mercado Pago con estado"
+
+#: ../../src/Translations/StoreTranslations.php:334
msgid "Offline Methods in Test Mode"
msgstr "Facturas en Modo Test"
-#: ../../templates/checkout/ticket-checkout.php:25
+#: ../../src/Translations/StoreTranslations.php:335
msgid ""
"You can test the flow to generate an invoice, but you cannot finalize the "
-"payment. "
+"payment."
msgstr ""
"Es posible testear el flujo para generar una factura, pero no es posible "
-"finalizar el pago. "
+"finalizar el pago."
-#: ../../templates/checkout/ticket-checkout.php:68
+#: ../../src/Translations/StoreTranslations.php:339,
+#: ../../src/Translations/StoreTranslations.php:367
msgid "Select where you want to pay"
msgstr "Selecciona el punto de pago donde quieres pagar"
-#: ../../templates/checkout/ticket-checkout.php:73
+#: ../../src/Translations/StoreTranslations.php:340,
+#: ../../src/Translations/StoreTranslations.php:368
msgid "more options"
msgstr "más opciones"
-#: ../../templates/checkout/ticket-checkout.php:78
+#: ../../src/Translations/StoreTranslations.php:341
msgid "Select a payment method"
msgstr "Seleccione una opción de pago"
-#: ../../templates/order/payment-status-metabox-content.php:30
-msgid ""
-"This is the payment status of your Mercado Pago Activities. To check the "
-"order status, please refer to Order details."
-msgstr ""
-"Este es el estado del pago de las Actividades de tu Mercado Pago. Para "
-"consultar el estado del pedido, consulta en Detalles del Pedido."
-
-#: ../../templates/order-received/show-ticket.php:19
+#: ../../src/Translations/StoreTranslations.php:344
msgid ""
"Great, we processed your purchase order. Complete the payment with ticket so "
"that we finish approving it."
@@ -3030,789 +2758,601 @@ msgstr ""
"Excelente, procesamos tu orden de compra. Completa el pago con ticket para "
"que terminemos de aprobarla."
-#: ../../templates/order-received/show-ticket.php:23
+#: ../../src/Translations/StoreTranslations.php:345
msgid "Print ticket"
msgstr "Imprimir ticket"
-#~ msgid "Fee"
-#~ msgstr "Tasa"
-
-#~ msgid "How does it work?"
-#~ msgstr "¿Cómo funciona?"
-
-#~ msgid "Checkout visualization:"
-#~ msgstr "Visualización en el checkout:"
+#: ../../src/Translations/StoreTranslations.php:346
+msgid " and "
+msgstr " e "
-#~ 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/StoreTranslations.php:347
+msgid "To print the ticket again click"
+msgstr "Para reimprimir o boleto clique"
-#~ msgid "Banner visualization"
-#~ msgstr "Visualización del componente"
+#: ../../src/Translations/StoreTranslations.php:348
+msgid "here"
+msgstr "aqui"
-#~ msgid "Check the example of how it will appear in the store:"
-#~ msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:"
+#: ../../src/Translations/StoreTranslations.php:362
+msgid "Checkout PSE in Test Mode"
+msgstr "Checkout PSE en Modo Test"
-#~ msgid "Bank Transfer"
-#~ msgstr "Transferencia bancaria"
+#: ../../src/Translations/StoreTranslations.php:363
+msgid "You can test the flow to generate a payment with PSE"
+msgstr "Puede probar el flujo para generar un pago con PSE"
-#~ msgid "Payment by cash"
-#~ msgstr "Pagos en efectivo"
+#: ../../src/Translations/StoreTranslations.php:369
+msgid "Person type "
+msgstr "Tipo de persona "
-#~ msgid ""
-#~ "If you already have a Mercado Libre account, use the same email and "
-#~ "password"
-#~ msgstr ""
-#~ "Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña"
+#: ../../src/Translations/StoreTranslations.php:370
+msgid "Financial institution"
+msgstr "Institución financiera"
-#~ msgid ""
-#~ "When you confirm your purchase, we will redirect you to your Mercado Pago "
-#~ "account"
-#~ msgstr ""
-#~ "Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado "
-#~ "Pago"
+#: ../../src/Translations/StoreTranslations.php:371
+msgid "Select the financial institution"
+msgstr "Seleccione la entidad financiera"
-#~ msgid "Payment with Mercado Credito"
-#~ msgstr "Pagos con Mercado Crédito"
+#: ../../src/Translations/StoreTranslations.php:372
+msgid "Select the institution"
+msgstr "Seleccione la institución"
-#~ msgid "New!"
-#~ msgstr "¡Nuevo!"
+#: ../../src/Translations/StoreTranslations.php:387
+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."
-#~ msgid ""
-#~ "With Mercado Credito, clients can pay "
-#~ "in installments with no card, by transfers, invoice or money available "
-#~ "in their Mercado Pago account. By activating the no-card "
-#~ "installments banner, you will increase your chances of selling."
-#~ msgstr ""
-#~ "Con Mercado Crédito, los clientes "
-#~ "pagan en cuotas sin tarjeta, por transferencia, tarjeta de débito, "
-#~ "efectivo o dinero disponible en la cuenta de Mercado Pago. Al "
-#~ "activar el componente de cuotas sin tarjeta, aumentarás tus chances "
-#~ "de vender. Para saber más, ingresá a documentación."
+#: ../../src/Translations/StoreTranslations.php:388
+msgid ""
+"A problem was occurred when processing your payment. Are you sure you have "
+"correctly filled all information in the checkout form?"
+msgstr ""
+"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
+"cargado la información en el formulario?"
-#~ msgid "The no-card installments banner is disabled."
-#~ msgstr "El componente de cuotas sin tarjeta está desactivado ."
+#: ../../src/Translations/StoreTranslations.php:389
+msgid "See your order form"
+msgstr "Ver su hoja de pedido"
-#~ msgid "Earn more points and have exclusive benefits in Mercado Puntos"
-#~ msgstr "Gana más puntos y ventajas exclusivas en Mercado Puntos "
+#: ../../src/Translations/StoreTranslations.php:390
+msgid "Your payment was declined. You can try again."
+msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#~ msgid "Error loading form."
-#~ msgstr "Error al cargar el formulario."
+#: ../../src/Translations/StoreTranslations.php:391
+msgid "Click to try again"
+msgstr "Haga clic para intentarlo de nuevo"
-#~ msgid "Please refresh the page to try again."
-#~ msgstr "Actualice la página para volver a intentarlo."
+#: ../../src/Translations/StoreTranslations.php:392
+msgid "That's it, payment accepted!"
+msgstr "Listo, ¡aceptamos tu pago!"
-#~ msgid "Refresh page"
-#~ msgstr "Actualizar página"
+#: ../../src/Translations/StoreTranslations.php:393
+msgid ""
+"We are processing your payment. In less than an hour we will send you the "
+"result by email."
+msgstr ""
+"Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
+"por correo electrónico."
-#~ msgid "Type of topic IPN invalid, need to be merchant_order"
-#~ msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`"
+#: ../../src/Translations/StoreTranslations.php:394
+msgid ""
+"We are processing your payment. In less than 2 days we will send you by "
+"email if the payment has been approved or if additional information is "
+"needed."
+msgstr ""
+"Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
+"electrónico si se ha aprobado el pago o si se necesita información adicional."
-#~ msgid "Click here to see more details..."
-#~ msgstr "Haga clic aquí para ver más detalles…"
+#: ../../src/Translations/StoreTranslations.php:395
+msgid "Check the card number."
+msgstr "Compruebe el número de tarjeta."
-#~ msgid "Purchases with saved cards or money in Mercado Pago"
-#~ msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago"
+#: ../../src/Translations/StoreTranslations.php:396
+msgid "Check the expiration date."
+msgstr "Compruebe la fecha de expiración."
-#~ msgid ""
-#~ "Feature for those who have a saved card or money in Mercado Pago to buy "
-#~ "without having to fill in details."
-#~ msgstr ""
-#~ "Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en "
-#~ "Mercado Pago puedan comprar sin la necesidad de completar datos."
+#: ../../src/Translations/StoreTranslations.php:397
+msgid "Check the information provided."
+msgstr "Compruebe la información informada."
-#~ msgid "The feature for payments with saved cards is active."
-#~ msgstr ""
-#~ "La funcionalidad para pagos con tarjetas guardadas está activa"
-#~ "b>."
+#: ../../src/Translations/StoreTranslations.php:398
+msgid "Check the informed security code."
+msgstr "Compruebe el código de seguridad informado."
-#~ msgid "The feature for payments with saved cards is inactive."
-#~ msgstr ""
-#~ "La funcionalidad para pagos con tarjetas guardadas está "
-#~ "inactiva."
+#: ../../src/Translations/StoreTranslations.php:399,
+#: ../../src/Translations/StoreTranslations.php:400
+msgid "Your payment cannot be processed."
+msgstr "No se puede procesar su pago."
-#~ msgid "You can see how the feature is in your store Checkout below:"
-#~ msgstr ""
-#~ "A continuación, cómo es la funcionalidad en el checkout de la tienda:"
+#: ../../src/Translations/StoreTranslations.php:401
+msgid "You must authorize payments for your orders."
+msgstr "Usted debe autorizar los pagos de sus órdenes."
-#~ msgid "Mercado Pago customers can now pay with stored cards."
-#~ msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas."
+#: ../../src/Translations/StoreTranslations.php:402
+msgid ""
+"Contact your card issuer to activate it. The phone is on the back of your "
+"card."
+msgstr ""
+"Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
+"se encuentra en la parte posterior de su tarjeta."
-#~ msgid ""
-#~ "The function Saved card payments is enabled. With this setting, "
-#~ "customers using Mercado Pago can purchase without having to fill in "
-#~ "payment details. You can control this option in the settings."
-#~ msgstr ""
-#~ "La función Pago con tarjetas guardadas de Mercado Pago está habilitada. "
-#~ "Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que "
-#~ "completar los datos de la tarjeta. Puedes controlar esta opción en "
-#~ "configuración."
+#: ../../src/Translations/StoreTranslations.php:403
+msgid ""
+"You have already made a payment of this amount. If you have to pay again, "
+"use another card or other method of payment."
+msgstr ""
+"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
+"utilizar otra tarjeta u otro medio de pago."
-#~ msgid "Go to settings"
-#~ msgstr "Ir a la configuración"
+#: ../../src/Translations/StoreTranslations.php:404
+msgid ""
+"Your payment was declined. Please select another payment method. It is "
+"recommended in cash."
+msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#~ msgid "No need to fill out details"
-#~ msgstr "Sin cargar datos"
+#: ../../src/Translations/StoreTranslations.php:405
+msgid "Your payment does not have sufficient funds."
+msgstr "Su metodo de pago no tiene fondos suficientes."
-#~ msgid "Installments available"
-#~ msgstr "Cuotas disponibles"
+#: ../../src/Translations/StoreTranslations.php:406
+msgid "Payment cannot process the selected fee."
+msgstr "El pago no puede procesar la cuota seleccionada."
-#~ msgid "Pay faster with your saved cards and without completing data."
-#~ msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos."
+#: ../../src/Translations/StoreTranslations.php:407
+msgid ""
+"You have reached the limit of allowed attempts. Choose another card or other "
+"payment method."
+msgstr ""
+"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
+"medio de pago."
-#, fuzzy
-#~| msgid "Important! To sell you must enter your credentials."
-#~ msgid "Important! To sell, you must enter your credentials."
-#~ msgstr "¡Importante! Para vender debe introducir sus credenciales."
+#: ../../src/Translations/StoreTranslations.php:408
+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 ""
+"Intento de transacción no válido Está intentando "
+"realizar una transacción productiva con credenciales de prueba o una "
+"transacción de prueba con credenciales productivas. Asegúrese de que está "
+"utilizando la configuración de credenciales correcta para la acción deseada."
-#~ msgid "Go to step-by-step"
-#~ msgstr "Ir al paso a paso"
+#: ../../src/Translations/StoreTranslations.php:409
+msgid ""
+"Invalid transaction attempt It is not possible to pay "
+"with the email address entered. Please enter another e-mail address."
+msgstr ""
+"Intento de transacción no válido No es posible pagar con "
+"el email introducido. Por favor, introduzca otro email."
-#~ msgid "Update failed, invalid Credentials"
-#~ msgstr "Actualización fallida, credenciales no válidas"
+#: ../../src/Translations/StoreTranslations.php:410
+msgid "This payment method cannot process your payment."
+msgstr "Este medio de pago no puede procesar su pago."
-#~ msgid "Up to 24 installments"
-#~ msgstr "Hasta 24 cuotas"
+#: ../../src/Translations/StoreTranslations.php:422
+msgid ""
+"Your bank needs you to authorize the payment Please call "
+"the telephone number on your card or pay with another method."
+msgstr ""
+"Tu banco necesita que autorices el pago Llama al "
+"teléfono que está en la tarjeta o paga con otro medio."
-#~ msgid ""
-#~ "Important! Do not forget to add the credentials and details of your store."
-#~ msgstr ""
-#~ "¡Importante! No olvides ingresar las credenciales y datos de la tienda."
+#: ../../src/Translations/StoreTranslations.php:423,
+#: ../../src/Translations/StoreTranslations.php:424
+msgid ""
+"For safety reasons, your payment was declined We "
+"recommended paying with your usual payment method and device for online "
+"purchases."
+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."
-#~ msgid ""
-#~ "Before setting up payments, follow the step-by-step to start selling."
-#~ msgstr ""
-#~ "Antes de configurar los pagos, haz el paso a paso para comenzar a vender."
+#: ../../src/Translations/StoreTranslations.php:425,
+#: ../../src/Translations/StoreTranslations.php:426,
+#: ../../src/Translations/StoreTranslations.php:427,
+#: ../../src/Translations/StoreTranslations.php:428
+msgid ""
+"One or more card details were entered incorrecctly"
+"strong> Please enter them again as they appear on the card to complete "
+"the payment."
+msgstr ""
+"Ingresaste uno o más datos de tu tarjeta de forma incorrecta"
+"strong> Vuelve a ingresarlos tal como figuran en la tarjeta para "
+"finalizar el pago."
-#~ msgid "To enable and test sales, you must copy and paste your "
-#~ msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar "
+#: ../../src/Translations/StoreTranslations.php:429
+msgid ""
+"Your credit card has no available limit Please pay using "
+"another card or choose another payment method."
+msgstr ""
+"Tu tarjeta de crédito no tiene límite disponible Paga "
+"con otra tarjeta o elige otro medio de pago."
-#~ msgid "Mandatory data"
-#~ msgstr "Campo obligatorio"
+#: ../../src/Translations/StoreTranslations.php:430
+msgid ""
+"Your debit card has insufficient founds Please pay using "
+"another card or choose another payment method."
+msgstr ""
+"Tu tarjeta de débito no tiene saldo suficiente Paga con "
+"otra tarjeta o elige otro medio de pago."
-#~ msgid "Use the test-specific cards that are in the"
-#~ msgstr "Utiliza las tarjetas específicas para testear que estén bajo las"
+#: ../../src/Translations/StoreTranslations.php:431
+msgid ""
+"Your card does not accept the number of installments selected"
+"strong> Please choose a different number of installments or use a "
+"different payment method ."
+msgstr ""
+"Tu tarjeta no acepta la cantidad de pagos que seleccionaste"
+"strong> Elige una cantidad de pagos diferente o use otro medio."
-#~ msgid "Until"
-#~ msgstr "Hasta"
+#: ../../src/Translations/StoreTranslations.php:432
+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 ""
+"Necesitas habilitar tu tarjeta Comunícate con tu banco "
+"llamando al número que está al dorso de la tarjeta o elige otro medio de "
+"pago."
-#~ msgid "installment"
-#~ msgstr "cuota"
+#: ../../src/Translations/StoreTranslations.php:433
+msgid ""
+"You reached the limit of payment attempts with this card"
+"strong> Please pay using another card or choose another payment method."
+msgstr ""
+"Alcanzaste el límite de intentos de pago con esta tarjeta"
+"strong> Paga con otra tarjeta o elige otro medio de pago."
-#~ msgid "We take you to our site to complete the payment"
-#~ msgstr "Te llevamos a nuestro sitio para completar el pago"
+#: ../../src/Translations/StoreTranslations.php:434
+msgid ""
+"Your payment was declined because you already paid for this "
+"purchase Check your card transactions to verify it."
+msgstr ""
+"Tu pago fue rechazado porque ya pagaste esta compra"
+"strong> Revisa los consumos de tu tarjeta para verificarlo."
-#~ msgid "Enter your discount coupon"
-#~ msgstr "Ingresa tu cupón de descuento"
+#: ../../src/Translations/StoreTranslations.php:435,
+#: ../../src/Translations/StoreTranslations.php:436,
+#: ../../src/Translations/StoreTranslations.php:437
+msgid ""
+"The card issuing bank declined the payment We "
+"recommended paying with another payment method or contact your bank."
+msgstr ""
+"El banco emisor de la tarjeta rechazó tu pago Te "
+"recomendamos pagar con otro medio de pago o comunicarte con tu banco."
-#~ msgid "Enter your coupon"
-#~ msgstr "Ingresa tu cupón"
+#: ../../src/Translations/StoreTranslations.php:438
+msgid ""
+"For safety reasons, the card issuing bank declined the payment"
+"strong> We recommended paying with your usual payment method and device "
+"for online purchases."
+msgstr ""
+"Por motivos de seguridad, el banco de la tarjeta rechazó el pago"
+"b> Te recomendamos pagar con el medio de pago y dispositivo que sueles "
+"usar para compras online."
-#~ msgid "The code you entered is incorrect"
-#~ msgstr "El código que ingresaste es incorrecto"
+#: ../../src/Translations/StoreTranslations.php:439
+msgid ""
+"Your payment was declined because something went wrong"
+"strong> We recommended trying again or paying with another method."
+msgstr ""
+"Tu pago fue rechazado porque hube un error Te "
+"recomendamos intentar nuevamente o pagar con otro medio de pago."
-#~ msgid "Invalid Card Number"
-#~ msgstr "Numero de tarjeta invalido"
+#: ../../src/Translations/StoreTranslations.php:451
+msgid "We are taking you to validate the card"
+msgstr "Te estamos llevando a validar la tarjeta"
-#~ msgid "Name and surname of the cardholder"
-#~ msgstr "Nombre y apellido del titular de la tarjeta"
+#: ../../src/Translations/StoreTranslations.php:452
+msgid "with your bank"
+msgstr "con tu banco"
-#~ msgid "Invalid Expiration Date"
-#~ msgstr "Fecha de expiracion inválida"
+#: ../../src/Translations/StoreTranslations.php:453
+msgid "We need to confirm that you are the cardholder."
+msgstr "Necesitamos confirmar que eres titular de la tarjeta."
-#~ msgid "Last 3 numbers on the back"
-#~ msgstr "Últimos 3 números en el reverso"
+#: ../../src/Translations/StoreTranslations.php:454
+msgid "We are receiving the response from your bank"
+msgstr "Estamos recibiendo la respuesta de tu banco"
-#~ msgid "In how many installments do you want to pay"
-#~ msgstr "En cuántas cuotas quieres pagar"
+#: ../../src/Translations/StoreTranslations.php:455
+msgid "Complete the bank validation so your payment can be approved"
+msgstr "Completa la validación del banco para aprobar tu pago"
-#~ msgid "Converted payment of"
-#~ msgstr "Pago convertido de"
+#: ../../src/Translations/StoreTranslations.php:456
+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."
-#~ msgid "for"
-#~ msgstr "para"
+#: ../../src/Translations/StoreTranslations.php:457
+msgid ""
+"For safety reasons, your payment was declined We recommend paying "
+"with your usual payment method and device for online purchases."
+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."
-#~ msgid "Enter your document number"
-#~ msgstr "Ingresa tu número de documento"
+#~ msgid "How does it work?"
+#~ msgstr "¿Cómo funciona?"
-#~ msgid "Type"
-#~ msgstr "Tipo"
+#~ msgid "When paying, choose"
+#~ msgstr "Al pagar elegí"
-#~ msgid "Document number"
-#~ msgstr "Número de documento"
+#~ msgid ". Login to your account or create one in a few steps."
+#~ msgstr ". Podrás ingresar con tu cuenta o crear una en pocos pasos."
-#~ msgid "Only numbers"
-#~ msgstr "Sólo números"
+#~ msgid "Search for"
+#~ msgstr "Busca"
-#~ msgid "Obligatory field"
-#~ msgstr "Campo obligatorio"
+#~ msgid "Mercado Credito"
+#~ msgstr "Mercado Crédito"
#~ msgid ""
-#~ "When you finish the order, you will see the code to complete the payment."
-#~ msgstr "Cuando termines el pedido, verás el código para completar el pago."
-
-#~ msgid "CI"
-#~ msgstr "CI"
-
-#~ msgid "You must provide your document number"
-#~ msgstr "Debe informar su número de documento"
-
-#~ msgid "Complete all fields, they are mandatory."
-#~ msgstr "Complete todos los campos, son obligatorios."
-
-#~ msgid "Select the issuer with whom you want to process the payment"
-#~ msgstr "Selecciona el emisor con el que quieras procesar el pago"
-
-#~ msgid "Lottery"
-#~ msgstr "Lotéricas"
-
-#~ msgid "CPF/CNPJ"
-#~ msgstr "CPF/CNPJ"
-
-#~ msgid "Enable or inactivate the payments via Pix"
-#~ msgstr "Activar o desactivar pagos por Pix"
-
-#~ msgid "If you change the display text, no translation will be available"
+#~ "among the options, select it and choose in how many installments you "
+#~ "would like to pay."
#~ msgstr ""
-#~ "Si cambia el texto de la pantalla Checkout, no habrá traducción disponible"
+#~ "entre las opciones, selecciónalo y elegí en cuántas cuotas quieres pagar."
-#~ msgid "Approve your account, it will only take a few minutes"
-#~ msgstr "Homologa tu cuenta, solo te llevará unos minutos"
-
-#~ msgid ""
-#~ "Complete this process to secure your customers data and comply with the "
-#~ "regulations and legal provisions of each country."
+#~ msgid "Pay your installments monthly as you wish, in the Mercado Pago app."
#~ msgstr ""
-#~ "Complete este proceso para proteger los datos de sus clientes y cumplir "
-#~ "con las regulaciones y disposiciones legales de cada país."
-
-#~ msgid "Homologate account in Mercado Pago"
-#~ msgstr "Homologar cuenta en Mercado Pago"
-
-#~ msgid "No"
-#~ msgstr "No"
+#~ "Pagá mes a mes tus cuotas como prefieras, desde la app de Mercado Pago."
-#~ msgid "Yes"
-#~ msgstr "Sí"
+#~ msgid "Review the step-by-step of"
+#~ msgstr "Revisa el paso a paso de"
-#~ msgid "Set up"
-#~ msgstr "Ajustes"
+#~ msgid "on our website for developers."
+#~ msgstr "en nuestro sitio de desarrolladores."
-#~ msgid "Your opinion helps us get better"
-#~ msgstr "Tu opinión nos ayuda a mejorar"
-
-#~ msgid "Guides and Documentation"
-#~ msgstr "Guías y documentación"
-
-#~ msgid "Report Problem"
-#~ msgstr "Informar problema"
-
-#~ msgid "Accept all method of payment and take your charges to another level"
-#~ msgstr "Acepta todos los medios de pago y lleva tus cobros a otro nivel"
-
-#~ msgid ""
-#~ "Turn your online store into your customers preferred payment gateway. "
-#~ "Choose if the final payment experience will be inside or outside your "
-#~ "store."
-#~ msgstr ""
-#~ "Convierte tu tienda online en la pasarela de pagos preferida de tus "
-#~ "clientes. Elige si la experiencia de pago final será dentro o fuera de tu "
-#~ "tienda."
-
-#~ msgid "Configure Mercado Pago for WooCommerce"
-#~ msgstr "Ingresá la información de tu negocio"
+#~ msgid "Questions?"
+#~ msgstr "¿Dudas?"
#~ msgid ""
-#~ "Enable the experience of the Checkout Pro in your online store, select "
-#~ "the means of payment available to your customers and define the "
-#~ "maximum fees in which they can pay you."
+#~ "To enable orders, you must create and activate production credentials in "
+#~ "your Mercado Pago Account."
#~ msgstr ""
-#~ "Habilita la experiencia del Checkout Pro en tu tienda online, selecciona "
-#~ "los medios de pago disponibles para tus clientes y define el máximo "
-#~ "de cuotas en el que podrán pagarte."
-
-#~ msgid "Set payment preferences in your store"
-#~ msgstr "Configura las preferencias de pago en tu tienda"
+#~ "Para habilitar las ventas, debes crear y activar las credenciales de "
+#~ "producción en tu cuenta de Mercado Pago."
-#~ msgid "Select offline payments"
-#~ msgstr "Selecciona medios de pago presenciales"
+#~ msgid "Check credentials"
+#~ msgstr "Consultar credenciales"
-#~ msgid "Select debit cards"
-#~ msgstr "Selecciona tarjetas de débito"
-
-#~ msgid "Select credit cards"
-#~ msgstr "Selecciona tarjetas de crédito"
-
-#~ msgid "Checkout of payments with debit and credit cards %s"
-#~ msgstr "Checkout de pagos con tarjetas de débito y crédito %s"
-
-#~ msgid ""
-#~ "Accept payments instantly and maximize the conversion of your business"
-#~ msgstr "Acepta pagos al instante y maximiza la conversión de tu negocio"
-
-#~ msgid ""
-#~ "Turn your online store into a secure and easy-to-use payment gateway for "
-#~ "your customers. With personalized checkout your customers pay without "
-#~ "leaving your store!"
+#~ msgid "To view more options, please select a payment method below"
#~ msgstr ""
-#~ "Convierte tu tienda online en una pasarela de pagos segura y fácil de "
-#~ "usar para tus clientes. Con el checkout personalizado tus clientes pagan "
-#~ "¡sin salir de tu tienda!"
-
-#~ msgid "Set up the payment experience in your store"
-#~ msgstr "Ingresá la información de tu negocio"
-
-#~ msgid "Configure the personalized payment experience in your store"
-#~ msgstr "Configura las preferencias de pago en tu tienda"
-
-#~ msgid "%s, it only takes a few minutes"
-#~ msgstr "%s, solo te llevará unos minutos"
-
-#~ msgid "Approve your account"
-#~ msgstr "Homologa tu cuenta"
-
-#~ msgid "Title"
-#~ msgstr "Título"
+#~ "Selecciona uno de los siguientes medios de pago para ver más opciones"
#~ msgid ""
-#~ "Credentials are the keys we provide you to integrate quickly and "
-#~ "securely. You must have a %s in Mercado Pago to obtain and collect them "
-#~ " on your website. You do not need to know how to design or program to "
-#~ "do it"
+#~ "Test the experience in Test Mode and then enable the Sale Mode "
+#~ "(Production) to sell."
#~ msgstr ""
-#~ "Las credenciales son las claves que te proporcionamos para que integres "
-#~ "de forma rápida y segura. Debes tener una %s en Mercado Pago para "
-#~ "obtenerlas y cobrar en tu sitio web. No necesitas saber diseñar o "
-#~ "programar para hacerlo"
-
-#~ msgid "approved account"
-#~ msgstr "cuenta homologada"
-
-#~ msgid "Select your country"
-#~ msgstr "Selecciona tu país"
-
-#~ msgid "Select the country in which you operate with Mercado Pago"
-#~ msgstr "Selecciona el país en el que operas con Mercado Pago"
-
-#~ msgid "Activate the Mercado Pago experience at the checkout of your store."
-#~ msgstr "Activa la experiencia de Mercado Pago en el checkout de tu tienda."
-
-#~ msgid "Binary mode"
-#~ msgstr "Modo binario"
+#~ "Testea la experiencia en Modo Test. Luego activa el Modo Ventas "
+#~ "(Producción) para realizar ventas."
-#~ msgid ""
-#~ "Accept and reject payments automatically. Do you want us to activate it?"
-#~ msgstr ""
-#~ "Acepta y rechaza pagos de forma automática. ¿Quieres que lo activemos?"
+#~ msgid "Do you have a minute to share your experience with our plugin?"
+#~ msgstr "¿tienes un minuto para compartir tu experiencia con nuestro plugin?"
#~ msgid ""
-#~ "If you activate binary mode you will not be able to leave pending "
-#~ "payments. This can affect fraud prevention. Leave it idle to be backed by "
-#~ "our own tool."
+#~ "Your opinion is very important so that we can offer you the best possible "
+#~ "payment solution and continue to improve."
#~ msgstr ""
-#~ "Si activa el modo binario no podrá dejar pagos pendientes. Esto puede "
-#~ "afectar la prevención del fraude. Déjelo inactivo para que sea respaldado "
-#~ "por nuestra propia herramienta."
-
-#~ msgid "Discounts per purchase with Mercado Pago"
-#~ msgstr "Descuentos por compra con Mercado Pago"
-
-#~ msgid "Commission for purchase with Mercado Pago"
-#~ msgstr "Comisión por compra con Mercado Pago"
+#~ "Tu opinión es muy importante para que podamos ofrecerte la mejor solución "
+#~ "de pago posible y seguir mejorando."
-#~ msgid ""
-#~ "Accept payments at any time of the day and expand your purchase options!"
-#~ msgstr ""
-#~ "¡Acepte pagos en cualquier momento del día y amplíe sus opciones de "
-#~ "compra!"
+#~ msgid "You must enter"
+#~ msgstr "Debe introducir"
-#~ msgid "Offer this new payment option to your customers."
-#~ msgstr "Ofrezca esta nueva opción de pago a sus clientes."
+#~ msgid "production credentials"
+#~ msgstr "las credenciales de producción"
-#~ msgid ""
-#~ "Enable and set up Pix as a payment method for your customers in the "
-#~ "Mercado Pago checkout."
-#~ msgstr ""
-#~ "Habilita y configura Pix como método de pago para tus clientes en el "
-#~ "checkout de Mercado Pago."
+#~ msgid "Important! To sell you must enter your credentials."
+#~ msgstr "¡Importante! Para vender debe introducir sus credenciales."
-#~ msgid "Set up the payment via Pix experience"
-#~ msgstr "Configura la experiencia de pago a través de Pix"
+#~ msgid "Debit, Credit and invoice in Mercado Pago environment"
+#~ msgstr "Débito, crédito y efectivo, en Mercado Pago"
-#~ msgid "Checkout of payments with cash %s"
-#~ msgstr "Paga con dinero en efectivo"
+#~ msgid "Debit and Credit"
+#~ msgstr "Débito e crédito"
-#~ msgid "Accept face-to-face payments, do not leave anyone out!"
-#~ msgstr "Acepta pagos presenciales ¡no dejes a nadie afuera!"
+#~ msgid "Transparent Checkout in your store environment"
+#~ msgstr "Checkout Transparente en tu tienda"
-#~ msgid "Include this preferred purchase option by some customers."
-#~ msgstr "Incluye esta opción de compra preferida por algunos clientes."
+#~ msgid "Mercado pago - Customized Checkout"
+#~ msgstr "Mercado Pago - Checkout Personalizado"
#~ msgid ""
-#~ "Enable Mercado Pago for cash payments in your store and select the "
-#~ "options available to your customers."
+#~ "Unfortunately, the language configured in your WordPress is not "
+#~ "compatible with our plugin. For the best experience, please switch to a "
+#~ "supported language."
#~ msgstr ""
-#~ "Habilita Mercado Pago para pagos en efectivo en tu tienda y "
-#~ "selecciona las opciones disponibles para tus clientes."
+#~ "Lamentablemente, el idioma configurado en tu WordPress no es compatible "
+#~ "con nuestro plugin. Para disfrutar de la mejor experiencia, cambia a un "
+#~ "idioma compatible."
-#~ msgid "Set payment preferences with cash"
-#~ msgstr "Configura las preferencias de pago con dinero en efectivo"
+#~ msgid "payments on the spot"
+#~ msgstr "pagos al instante"
-#~ msgid "Store mode was updated"
-#~ msgstr "Se actualizó el modo de la tienda"
+#~ msgid "the"
+#~ msgstr "toda la"
-#~ msgid "Couldn't find a valid payment method"
-#~ msgstr "No se pudo encontrar un método de pago válido"
+#~ msgid "security"
+#~ msgstr "seguridad"
-#~ msgid "Invoice and Loterica"
-#~ msgstr "Efectivo "
+#~ msgid "from Mercado Pago"
+#~ msgstr "de Mercado Pago"
-#~ msgid ""
-#~ "It offers all means of payment: credit and debit cards, cash and account "
-#~ "money. Your customers choose whether they pay as guests or from their "
-#~ "Mercado Pago account."
-#~ msgstr ""
-#~ "Ofrece todos los medios de pago: tarjetas de crédito y débito, dinero en "
-#~ "efectivo y dinero en cuenta. Tus clientes eligen si pagan como invitados "
-#~ "o desde su cuenta de Mercado Pago."
+#~ msgid "Check the reasons why the purchase was declined"
+#~ msgstr "Consulta los motivos del rechazo de tu compra"
#~ msgid ""
-#~ "Accept card payments on your website with the best possible financing and "
-#~ "maximize the conversion of your business. With personalized checkout your "
-#~ "customers pay without leaving your store!"
+#~ "Recommend your costumer to pay with their usual payment method and device "
+#~ "for online purchases."
#~ msgstr ""
-#~ "Acepta pagos con tarjeta en tu sitio web con la mejor financiación "
-#~ "posible y maximiza la conversión de tu negocio. Con el checkout "
-#~ "personalizado tus clientes pagan ¡sin salir de tu tienda!"
-
-#~ msgid "Follow these steps to activate Mercado Pago in your store:"
-#~ msgstr "Sigue estos pasos para activar Mercado Pago en tu tienda:"
-
-#~ msgid "Upload your credentials"
-#~ msgstr "Carga tus credenciales"
-
-#~ msgid "depending on the country in which you are registered."
-#~ msgstr "depending on the country in which you are registered."
-
-#~ msgid "to be able to charge."
-#~ msgstr "para poder cobrar."
-
-#~ msgid "Add the basic information of your business"
-#~ msgstr "Añade la información básica de tu negocio"
-
-#~ msgid "in the plugin configuration."
-#~ msgstr "en la configuración del plugin."
-
-#~ msgid "Configure the payment preferences"
-#~ msgstr "Configura las preferencias de pago"
-
-#~ msgid "In which country does your Mercado Pago account operate?"
-#~ msgstr "¿En qué país opera tu cuenta de Mercado Pago?"
+#~ "Recomiéndale a tu cliente que pague con el medio de pago y dispositivo "
+#~ "que suele usar para compras online."
#~ msgid ""
-#~ "Add credentials to "Test Mode" or "Production Mode""
+#~ "The payment could not be processed. Please ask your client to use another "
+#~ "card or to get in touch with the bank."
#~ msgstr ""
-#~ "Ingresa las credenciales para el "Modo Test" o el "Modo "
-#~ "Producción""
-
-#~ msgid "Set up store payments for Test or Production Mode"
-#~ msgstr "Configura los pagos de la tienda para el modo Test o Producción"
-
-#~ msgid "How would you like to handle your store checkouts?"
-#~ msgstr "¿Como quieres operar los checkouts de tu tienda?"
-
-#~ msgid "Activate Production Mode for Mercado Pago checkouts"
-#~ msgstr "Activar Modo Producción para checkouts Mercado Pago"
-
-#~ msgid "test mode guidelines."
-#~ msgstr "reglas del Modo Test."
+#~ "El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
+#~ "medio de pago o que se contacte con el banco."
#~ msgid ""
-#~ "Mercado Pago checkouts are inactive for real payments in the Test Mode. "
-#~ "Please check the"
+#~ "The CVV is invalid. Please ask your client to review the details or use "
+#~ "another card."
#~ msgstr ""
-#~ "Checkouts Mercado Pago están inactivos para cobros reales en el Modo de "
-#~ "Prueba. Consulta las"
-
-#~ msgid "Search my credentials"
-#~ msgstr "Buscar mis credenciales"
+#~ "El código de seguridad de la tarjeta es inválido. Revisá los datos que "
+#~ "ingresaste o pedile a tu cliente que use otra tarjeta."
#~ msgid ""
-#~ "With these credentials, you enable your Mercado Pago checkouts to receive "
-#~ "real payments."
+#~ "The card does not have sufficient balance. Please ask your client to use "
+#~ "another card or to get in touch with the bank."
#~ msgstr ""
-#~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
-#~ "recibir pagos reales."
+#~ "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
+#~ "tarjeta o que se comunique con su banco."
#~ msgid ""
-#~ "What category do your products belong to? Choose the one that best "
-#~ "characterizes them (choose \"other\" if your product is too specific)."
+#~ "The card does not have enough limit. Please ask your client to use "
+#~ "another card or to get in touch with the bank."
#~ msgstr ""
-#~ "¿A qué categoría pertenecen tus productos? Elige la que mejor los "
-#~ "caracteriza (elige “otro” si tu producto es demasiado específico)."
-
-#~ msgid "Categories"
-#~ msgstr "Categrorías"
-
-#~ msgid "Store ID"
-#~ msgstr "ID de la tienda"
+#~ "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
+#~ "tarjeta o que se comunique con su banco."
#~ msgid ""
-#~ "Use a number or prefix to identify orders and payments from this store."
+#~ "The CVV was entered incorrectly several times. Please ask your client to "
+#~ "use another card or to get in touch with the bank."
#~ msgstr ""
-#~ "Usa un número o prefijo para identificar pedidos y pagos provenientes de "
-#~ "esta tienda."
+#~ "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile "
+#~ "a tu cliente que use otra tarjeta o que se comunique con su banco."
#~ msgid ""
-#~ "Do not forget to enter your integrator_id as a certified Mercado Pago "
-#~ "Partner. If you don`t have it, you can %s"
+#~ "The card does not allow the number of installments entered. Please ask "
+#~ "your client to choose another installment plan or to use another card."
#~ msgstr ""
-#~ "No olvides ingresar tu integrator_id como Partner certificado de Mercado "
-#~ "Pago. Si no lo tienes, puedes %s"
-
-#~ msgid "Advanced adjustment"
-#~ msgstr "Ajustes avanzados"
-
-#~ msgid "We debug the information in our change file."
-#~ msgstr "Depuramos la información de nuestro archivo de cambios."
+#~ "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu "
+#~ "cliente que elija otro plan de cuotas o que use otra tarjeta."
#~ msgid ""
-#~ "IPN (Instant Payment Notification) is a notification of events that take "
-#~ "place on your platform and that is sent from one server to another "
-#~ "through an HTTP POST call. See more information in our guides."
+#~ "The card-issuing bank declined the payment. Please instruct your client "
+#~ "to ask the bank to authotize it or to use another card."
#~ msgstr ""
-#~ "IPN (Instant Payment Notification) es una notificación de eventos que "
-#~ "tienen lugar en su plataforma y que se envía de un servidor a otro a "
-#~ "través de una llamada HTTP POST. Vea más información en nuestras guías."
+#~ "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente "
+#~ "que se contacte con el banco para autorizarlo o que use otra tarjeta."
#~ msgid ""
-#~ "It appears that your credentials are not properly configured. Please, "
-#~ "go to %s and configure it."
+#~ "From Mercado Pago we have detected that this payment has already been "
+#~ "made before. If that is not the case, your client may try to pay again."
#~ msgstr ""
-#~ "Parece que sus credenciales no están configuradas correctamente. Por "
-#~ "favor, vaya a %s y configúrelo."
-
-#~ msgid "Market Payment Configuration"
-#~ msgstr "Mercado Pago Configuración"
+#~ "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si "
+#~ "no es así, tu cliente puede intentarlo de nuevo."
#~ msgid ""
-#~ "Check out the step-by-step of how to integrate the Mercado Pago Plugin "
-#~ "for WooCommerce in our developer website."
-#~ msgstr ""
-#~ "Revisa el paso a paso de cómo integrar el Plugin de Mercado Pago para "
-#~ "WooCommerce en nuestro sitio de desarrolladores."
-
-#~ msgid "Review documentation"
-#~ msgstr "Revisar documentación"
-
-#~ msgid "Still having problems? Contact our support team through their %s"
+#~ "The card is not active yet. Please ask your client to use another card or "
+#~ "to get in touch with the bank to activate it."
#~ msgstr ""
-#~ "¿Sigues con problemas? Comunícate con nuestro equipo de soporte a través "
-#~ "de su %s"
-
-#~ msgid "contact form."
-#~ msgstr "formulario de contacto."
-
-#~ msgid "Set up your interest payments"
-#~ msgstr "Configura pagos"
-
-#~ msgid "Set up your installment and interest payments"
-#~ msgstr "Configura meses sin intereses"
-
-#~ msgid "At Mercado Pago you can choose the fee you pay for each purchase"
-#~ msgstr "En Mercado Pago puedes elegir la tarifa que pagas en cada venta"
+#~ "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra "
+#~ "tarjeta o que se comunique con su banco para activarla."
#~ msgid ""
-#~ "At Mercado Pago you can choose the fee you pay for each purchase and also "
-#~ "offer interest-free installments to your customer."
+#~ "The debit function is not enabled for the card. Please tell your client "
+#~ "that it is possible to pay with credit or to use another one."
#~ msgstr ""
-#~ "En Mercado Pago puedes elegir la tarifa que pagas en cada compra y "
-#~ "también ofrecer meses sin intereses a tu cliente."
-
-#~ msgid "Set up interest payments"
-#~ msgstr "Configurar tasas y plazos"
-
-#~ msgid "Set up installment and interest"
-#~ msgstr "Configurar cuotas e intereses"
+#~ "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
+#~ "puede pagar con la función débito de la misma tarjeta o pídele que use "
+#~ "otra."
#~ msgid ""
-#~ "Test Mode Activated? Now visit your store and test the Mercado Pago "
-#~ "checkouts"
+#~ "The credit function is not enabled for the card. Please tell your client "
+#~ "that it is possible to pay with debit or to use another one."
#~ msgstr ""
-#~ "¿Modo Test activado? Ahora visita tu tienda y testea los checkouts "
-#~ "Mercado Pago"
-
-#~ msgid "Everything ready for the takeoff of your sales?"
-#~ msgstr "¿Todo listo para el despegue de tus ventas?"
+#~ "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente "
+#~ "que puede pagar con la función débito de la misma tarjeta o pídele que "
+#~ "use otra."
#~ msgid ""
-#~ "Visit your store as usual and simulate a payment in our checkouts to make "
-#~ "sure everything is working correctly."
+#~ "The card-issuing bank declined the payment. Please instruct your client "
+#~ "to ask the bank to authorize it."
#~ msgstr ""
-#~ "Visita tu tienda normalmente y simula un pago en nuestros checkouts para "
-#~ "verificar que todo esté funcionando correctamente."
+#~ "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
+#~ "comunique con el banco para autorizar el pago."
#~ msgid ""
-#~ "Visit your store as if you were one of your customers and check that "
-#~ "everything is fine. If you already went to Production, bring your "
-#~ "customers and increase your sales with the best online shopping "
-#~ "experience."
+#~ "The buyer does not have enough balance to make the purchase. Please ask "
+#~ "your client to deposit money to the Mercado Pago Account or to use a "
+#~ "different payment method."
#~ msgstr ""
-#~ "Visita tu tienda como si fueras uno de tus clientes y revisa que todo "
-#~ "esté bien. Si ya saliste a Producción, trae a tus clientes y aumenta "
-#~ "tus ventas con la mejor experiencia de compra online."
-
-#~ msgid "%s"
-#~ msgstr "%s"
+#~ "El cliente no tiene suficiente saldo en la cuenta para realizar la "
+#~ "compra. Pídele a tu cliente que cargue saldo en Mercado Pago o que use "
+#~ "otro medio de pago."
-#~ msgid "Your store is ready to receive payments from customers."
-#~ msgstr "Tu tienda está lista para recibir pagos de clientes."
+#~ msgid "There was an error"
+#~ msgstr "Hubo un error"
-#~ msgid ""
-#~ "Your customers will not be able to make purchases while in Test Mode."
-#~ msgstr "Los clientes no podrán hacer compras en Modo Test."
+#~ msgid "to BRL"
+#~ msgstr "a BRL"
-#~ msgid ""
-#~ "Accept payments via Pix Transfer and receive the funds instantly. Your "
-#~ "customers can pay at any time, without date or time restrictions."
-#~ msgstr ""
-#~ "Acepta pagos a través de transferencia Pix y recibe los fondos al "
-#~ "instante. Tus clientes pueden pagar en cualquier momento, sin "
-#~ "restricciones de fecha u hora."
+#~ msgid "to CLP"
+#~ msgstr "a CLP"
-#~ msgid "Pay with PIX "
-#~ msgstr "Paga vía Pix "
+#~ msgid "to COP"
+#~ msgstr "a COP"
-#~ msgid ""
-#~ "Accept cash payments within the custom checkout and expand your customers "
-#~ "purchase options."
-#~ msgstr ""
-#~ "Acepta pagos en efectivo dentro del checkout personalizado y amplía las "
-#~ "opciones de compra de tus clientes."
+#~ msgid "Now we convert your currency"
+#~ msgstr "Ahora convertimos tu moneda"
-#~ msgid "Pay with cash"
-#~ msgstr "Paga con dinero en efectivo"
+#~ msgid "We no longer convert your currency"
+#~ msgstr "Dejamos de convertir tu moneda"
-#~ msgid "Enter your credentials and choose how to operate"
-#~ msgstr "Ingresa tus credenciales y elige cómo operar"
+#~ msgid "Payment method"
+#~ msgstr "Medios de pagos"
-#~ msgid ""
-#~ "By default, we activate the Sandbox test environment for you to test "
-#~ "before you start selling."
-#~ msgstr ""
-#~ "Por defecto, te activamos el entorno de pruebas Sandbox para que hagas "
-#~ "testeos antes de empezar a vender."
+#~ msgid "Discount coupons is"
+#~ msgstr "Cupones de descuento están"
-#~ msgid "Production Mode"
-#~ msgstr "Modo Producción"
+#~ msgid "Discount coupons"
+#~ msgstr "Cupones de descuento"
#~ msgid ""
-#~ "When you see that everything is going well, deactivate Sandbox, turn on "
-#~ "Production and make way for your online sales."
+#~ "Will you offer discount coupons to customers who buy with Mercado Pago?"
#~ msgstr ""
-#~ "Cuando veas que todo va bien, desactiva Sandbox para ir a Producción y "
-#~ "abre paso a tus ventas online."
+#~ "¿Ofrecerás cupones de descuento a los clientes que compren con Mercado "
+#~ "Pago?"
-#~ msgid ""
-#~ "Choose “Yes” only when you’re ready to sell. Switch to “No” to activate "
-#~ "Testing mode."
-#~ msgstr ""
-#~ "Elige “Sí” sólo cuando estés listo para vender. Cambia a “No” para "
-#~ "activar el modo Pruebas."
+#~ msgid "Your document data is invalid"
+#~ msgstr "Número de documento inválido"
-#~ msgid "With these keys you can do the tests you want.."
-#~ msgstr "Con estas claves podrás hacer las pruebas que quieras."
+#~ msgid "Title in the checkout"
+#~ msgstr "Título en el checkout"
-#~ msgid "With these keys you can receive real payments from your customers."
-#~ msgstr "Con estas claves podrás recibir pagos reales de tus clientes."
+#, fuzzy
+#~| msgid "Payment URL pending"
+#~ msgid "Payment URL"
+#~ msgstr "URL de pago pendiente"
-#~ msgid "Everything set up? Go to your store in Sandbox mode"
-#~ msgstr "¿Todo configurado? Ve a tu tienda en modo Sandbox"
+#, fuzzy
+#~| msgid "The transparent checkout for Pix payment is"
+#~ msgid "Transparent checkout for credit cards is"
+#~ msgstr "El Checkout Transparente está"
+#, fuzzy
+#~| msgid ""
+#~| "By disabling it, you will disable all Pix payments from Mercado Pago "
+#~| "Transparent Checkout."
#~ msgid ""
-#~ "Visit your store and simulate a payment to check that everything is fine."
-#~ msgstr "Visita tu tienda y simula un pago para revisar que todo esté bien."
-
-#~ msgid "I want to test my sales"
-#~ msgstr "Quiero testear mis ventas"
-
-#~ msgid "Payment refused"
-#~ msgstr "Pago rechazado"
-
-#~ msgid "Physical person"
-#~ msgstr "Persona Física"
-
-#~ msgid "Legal person"
-#~ msgstr "Persona Jurídica"
-
-#~ msgid "Name"
-#~ msgstr "Nome"
-
-#~ msgid "Social reason"
-#~ msgstr "Razón social"
-
-#~ msgid "Surname"
-#~ msgstr "Apellido"
-
-#~ msgid "You must inform your last name"
-#~ msgstr "Debes informar tu apellido"
-
-#~ msgid "CPF"
-#~ msgstr "CPF"
-
-#~ msgid "Address"
-#~ msgstr "Dirección"
-
-#~ msgid "You must inform your address"
-#~ msgstr "Debes informar tu dirección"
-
-#~ msgid "Number"
-#~ msgstr "Número"
-
-#~ msgid "You must provide your address number"
-#~ msgstr "Debe informar su número de dirección"
-
-#~ msgid "City"
-#~ msgstr "Ciudad"
-
-#~ msgid "You must inform your city"
-#~ msgstr "Debes informar a tu ciudad"
-
-#~ msgid "State"
-#~ msgstr "Estado"
-
-#~ msgid "You must inform your status"
-#~ msgstr "Debes informar a tu estado"
-
-#~ msgid "Postal Code"
-#~ msgstr "Código postal"
-
-#~ msgid "You must provide your zip code"
-#~ msgstr "Debes informar tu código postal"
-
-#~ msgid "See the reasons for refusing your purchase."
-#~ msgstr "Vea las razones para rechazar su compra."
-
-#~ msgid "30 minutes"
-#~ msgstr "30 minutos"
-
-#~ msgid "New"
-#~ msgstr "Nuevo"
-
-#~ msgid " day"
-#~ msgstr " día"
-
-#~ msgid "Description for cart Checkout"
-#~ msgstr "Descripción para el Checkout en el carrito"
+#~ "By disabling it, you will disable all payment methods of this checkout."
+#~ msgstr ""
+#~ "Al desactivar, desabilitarás todos los medios de pago con tarjeta de "
+#~ "crédito en el Checkout Transparente de Mercado Pago."
+#, fuzzy
+#~| msgid ""
+#~| "By confirming your purchase, we will show you a code to make the payment."
#~ msgid ""
-#~ "Configure the payment options and accept payments with cards, ticket and "
-#~ "money of Mercado Pago account."
+#~ "By confirming your purchase, you will be redirected to your Mercado Pago "
+#~ "account."
#~ msgstr ""
-#~ "Configura las opciones de pago a tu medida y acepta pagos con tarjetas, "
-#~ "dinero en efectivo y dinero en cuenta de Mercado Pago."
-
-#~ msgid "https://developers.mercadopago.com/"
-#~ msgstr "https://developers.mercadopago.com/"
-
-#~ msgid "https://github.com/mercadopago/cart-woocommerce"
-#~ msgstr "https://github.com/mercadopago/cart-woocommerce"
+#~ "Al confirmar tu compra, te mostraremos un código para realizar el pago."
diff --git a/i18n/languages/woocommerce-mercadopago-es_CO.mo b/i18n/languages/woocommerce-mercadopago-es_CO.mo
index be9f33e1a..b1f7a85d9 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 9f270518d..600408cd4 100644
--- a/i18n/languages/woocommerce-mercadopago-es_CO.po
+++ b/i18n/languages/woocommerce-mercadopago-es_CO.po
@@ -1,85 +1,54 @@
+# Copyright (C) 2022 woocommerce-mercadopago
+# This file is distributed under the same license as the woocommerce-mercadopago package.
msgid ""
msgstr ""
-"Project-Id-Version: Mercado Pago payments for WooCommerce 6.0.0\n"
+"Project-Id-Version: Mercado Pago payments for WooCommerce\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
"mercadopago\n"
-"POT-Creation-Date: 2023-05-16 21:36+0000\n"
+"POT-Creation-Date: 2024-04-10 14:38+0000\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
-"Language: es_ES\n"
+"Language: es_AR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 3.3.1\n"
+"X-Generator: Poedit 3.4.2\n"
-#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:141,
-#: ../../includes/module/class-wc-woomercadopago-module.php:352
-msgid "By continuing, you agree to our "
-msgstr "Al continuar, aceptas nuestros "
-
-#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:143,
-#: ../../includes/module/class-wc-woomercadopago-module.php:354
-msgid "Terms and Conditions"
-msgstr "Términos y condiciones"
-
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92
-msgid ""
-"Activate this option so that the value of the currency set in WooCommerce is "
-"compatible with the value of the currency you use in Mercado Pago."
-msgstr ""
-"Activa esta opción para que el valor de la moneda configurada en WooCommerce "
-"sea compatible al valor de la moneda que usas en Mercado Pago."
-
-#. translators: 1: local currency 2: currency
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478
-msgid "Now we convert your currency from %1$s to %2$s."
-msgstr "Ahora convertimos tu moneda de %1$s a %2$s."
-
-#. translators: 1: local currency 2: currency
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498
-msgid "We no longer convert your currency from %1$s to %2$s."
-msgstr "Dejamos de convertir tu moneda de %1$s a %2$s."
+#: ../../src/WoocommerceMercadoPago.php:463,
+#: ../../src/Translations/AdminTranslations.php:172
+msgid "Activate WooCommerce"
+msgstr "Activar WooCommerce"
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519
-msgid ""
-"Attention: The currency settings you have in WooCommerce are not "
-"compatible with the currency you use in your Mercado Pago account. Please "
-"activate the currency conversion."
-msgstr ""
-"Atención: La configuración de moneda que tienes en WooCommerce no es "
-"compatible con la moneda que usas en tu cuenta de Mercado Pago. Activa la "
-"conversión de moneda."
+#: ../../src/WoocommerceMercadoPago.php:464,
+#: ../../src/Translations/AdminTranslations.php:173
+msgid "Install WooCommerce"
+msgstr "Instalar WooCommerce"
-#: ../../includes/module/class-wc-woomercadopago-configs.php:125
-msgid ""
-"Update your credentials with the Access Token and Public Key, you need them "
-"to continue receiving payments!"
-msgstr ""
-"Actualice sus credenciales con el Access Token y la Public Key, ¡los "
-"necesita para continuar recibiendo pagos!"
+#: ../../src/WoocommerceMercadoPago.php:465,
+#: ../../src/Translations/AdminTranslations.php:174
+msgid "See WooCommerce"
+msgstr "Ver WooCommerce"
-#: ../../includes/module/class-wc-woomercadopago-configs.php:134
-msgid ""
-"The store should have HTTPS in order to activate both Checkout Personalizado "
-"and Ticket Checkout."
+#: ../../src/WoocommerceMercadoPago.php:467,
+#: ../../src/Translations/AdminTranslations.php:163
+msgid "The Mercado Pago module needs an active version of %s in order to work!"
msgstr ""
-"La tienda debe tener HTTPS para activar el Checkout Personalizado y el "
-"Ticket Checkout."
+"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
-#: ../../includes/module/class-wc-woomercadopago-init.php:52
+#: ../../src/Translations/AdminTranslations.php:169
msgid ""
-"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
+"Mercado Pago payments for WooCommerce requires PHP version 7.4 or later. "
"Please update your PHP version."
msgstr ""
-"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
+"El plugin de Mercado Pago requiere la versión de PHP 7.4 o posterior. Por "
"favor actualice su versión de PHP."
-#: ../../includes/module/class-wc-woomercadopago-init.php:61
+#: ../../src/Translations/AdminTranslations.php:170
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
-#: ../../includes/module/class-wc-woomercadopago-init.php:70
+#: ../../src/Translations/AdminTranslations.php:171
msgid ""
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
"extension is required to send QR Code Pix by email."
@@ -88,493 +57,962 @@ msgstr ""
"necesaria la instalación de la extensión GD para enviar el QR Code Pix por "
"correo electrónico."
-#. translators: %s link to WooCommerce
-#: ../../includes/module/class-wc-woomercadopago-init.php:82
-msgid "The Mercado Pago module needs an active version of %s in order to work!"
+#: ../../src/Translations/AdminTranslations.php:175
+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 ""
-"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
-
-#: ../../includes/module/class-wc-woomercadopago-init.php:95
-msgid "Cancel order"
-msgstr "Cancelar orden"
-
-#: ../../includes/module/class-wc-woomercadopago-init.php:177
-msgid "The Mercado Pago module needs the SDK package to work!"
-msgstr "¡El módulo de Mercado Pago necesita el SDK para funcionar!"
+"Ten en cuenta que para recibir pagos a través de Pix en nuestro checkout, "
+"debes tener una clave Pix registrada en tu cuenta de Mercado Pago."
-#: ../../includes/module/class-wc-woomercadopago-module.php:368
-msgid "The payment method is not valid or not available."
-msgstr "El medio de pago no es válido o no está disponible."
+#: ../../src/Translations/AdminTranslations.php:176
+msgid "Register your Pix key at Mercado Pago."
+msgstr "Registra tu clave Pix en Mercado Pago."
-#: ../../includes/module/class-wc-woomercadopago-module.php:371
-msgid "The transaction amount cannot be processed by Mercado Pago."
-msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:177
+msgid "%s, help us improve the experience we offer"
+msgstr "%s, ayúdanos a mejorar nuestra experiencia"
-#: ../../includes/module/class-wc-woomercadopago-module.php:371
+#: ../../src/Translations/AdminTranslations.php:178
msgid ""
-"Possible causes: Currency not supported; Amounts below the minimum or above "
-"the maximum allowed."
+"Share your opinion with us so that we improve our product and offer the best "
+"payment solution."
msgstr ""
-"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
-"encima del máximo permitido."
+"Comparte tu opinión con nosotros para poder mejorar nuestro producto y "
+"ofrecerte la mejor solución de pagos."
+
+#: ../../src/Translations/AdminTranslations.php:179
+msgid "Rate the plugin"
+msgstr "Valorar el plugin"
-#: ../../includes/module/class-wc-woomercadopago-module.php:374
-msgid "The users are not valid."
-msgstr "Los usuários no son válidos."
+#: ../../src/Translations/AdminTranslations.php:180
+msgid "Enable payments via Mercado Pago account"
+msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../includes/module/class-wc-woomercadopago-module.php:374
+#: ../../src/Translations/AdminTranslations.php:181
msgid ""
-"Possible causes: Buyer and seller have the same account in Mercado Pago; The "
-"transaction involving production and test users."
+"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 ""
-"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
-"Pago; La transacción involucrando usuários de producción y de prueba."
+"Con esta función activa, tus clientes pagan más rápido usando su cuenta de "
+"Mercado Pago.La tasa de aprobación de estos pagos en tu tienda puede "
+"ser un 25% mayor en comparación con otros medios de pago."
-#: ../../includes/module/class-wc-woomercadopago-module.php:377
-msgid "Unauthorized use of production credentials."
-msgstr "Uso no autorizado de credenciales de producción."
+#: ../../src/Translations/AdminTranslations.php:182
+msgid "Activate"
+msgstr "Activar"
-#: ../../includes/module/class-wc-woomercadopago-module.php:377
+#: ../../src/Translations/AdminTranslations.php:183
msgid ""
-"Possible causes: Use permission in use for the credential of the seller."
+"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 ""
-"Posibles causas: Pendencia de permiso de uso en producción para la "
-"credencial del vendedor."
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:503
-msgid "Colombia"
-msgstr "Colombia"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:505
-msgid "Argentina"
-msgstr "Argentina"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:507
-msgid "Brazil"
-msgstr "Brasil"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:509
-msgid "Chile"
-msgstr "Chile"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:511
-msgid "Mexico"
-msgstr "México"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:513
-msgid "Uruguay"
-msgstr "Uruguay"
-#: ../../includes/module/class-wc-woomercadopago-module.php:515
-msgid "Venezuela"
-msgstr "Venezuela"
+#: ../../src/Translations/AdminTranslations.php:184
+msgid "You activated Mercado Pago’s plug-in"
+msgstr "Activaste el plugin de Mercado Pago"
-#: ../../includes/module/class-wc-woomercadopago-module.php:517
-msgid "Peru"
-msgstr "Peru"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:551
-msgid "Update the WooCommerce order to "
-msgstr "Actualizar la orden de WooCommerce para "
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:821,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:583
-msgid "Fill in your credentials to enable payment methods."
-msgstr "Completa tus credenciales para habilitar los medios de pago."
+#: ../../src/Translations/AdminTranslations.php:185
+msgid ""
+"Follow the instructions below to integrate your store with Mercado Pago and "
+"start to sell."
+msgstr ""
+"Sigue las instrucciones de abajo para integrar tu tienda con Mercado Pago y "
+"empezar a vender."
-#: ../../includes/module/class-wc-woomercadopago-module.php:837
+#: ../../src/Translations/AdminTranslations.php:197
msgid "Set plugin"
msgstr "Configurar plugin"
-#: ../../includes/module/class-wc-woomercadopago-module.php:838,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293
+#: ../../src/Translations/AdminTranslations.php:198,
+#: ../../src/Translations/AdminTranslations.php:738,
+#: ../../src/Translations/AdminTranslations.php:798
msgid "Payment methods"
msgstr "Medios de pagos"
-#: ../../includes/module/class-wc-woomercadopago-module.php:839,
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220
+#: ../../src/Translations/AdminTranslations.php:199
msgid "Plugin manual"
msgstr "Manual del plugin"
-#: ../../includes/module/class-wc-woomercadopago-module.php:938
-msgid "By Mercado Pago"
-msgstr "Por Mercado Pago"
-
-#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:109,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:171,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:140,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:189,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:167
-msgid "Buyer email"
-msgstr "Email del comprador"
+#: ../../src/Translations/AdminTranslations.php:211
+msgid "Cancel order"
+msgstr "Cancelar orden"
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:35
-msgid "No ID or TOPIC param in Request IPN"
-msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN"
+#: ../../src/Translations/AdminTranslations.php:212
+msgid "Mercado Pago commission:"
+msgstr "Comisión de Mercado Pago:"
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:39
-msgid ""
-"Discarded notification. This notification is already processed as webhook-"
-"payment."
-msgstr ""
-"Notificación ignorada. Esta notificación se procesa como webhook-payment."
+#: ../../src/Translations/AdminTranslations.php:213
+msgid "Represents the commission configured on plugin settings."
+msgstr "Representa la comisión configurada en la configuración del plugin."
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:54
-msgid "IPN merchant_order not found"
-msgstr "No se ha encontrado la IPN de `merchant_order`"
+#: ../../src/Translations/AdminTranslations.php:214
+msgid "Mercado Pago discount:"
+msgstr "Descuento de Mercado Pago:"
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:60
-msgid "Not found Payments into Merchant_Order"
-msgstr "No se han encontrado pagos en Merchant_Order"
+#: ../../src/Translations/AdminTranslations.php:215
+msgid "Represents the discount configured on plugin settings."
+msgstr "Representa el descuento configurado en la configuración del plugin."
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:174,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:143,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:192,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:170
-msgid "Payment type"
-msgstr "Tipo de método de pago"
+#: ../../src/Translations/AdminTranslations.php:216
+msgid "Represents the installment fee charged by Mercado Pago."
+msgstr "Representa la comisión a plazos cobrada por Mercado Pago."
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:177,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:146,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:195,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:173
-msgid "Payment method"
-msgstr "Método de pago"
+#: ../../src/Translations/AdminTranslations.php:217
+msgid "Mercado Pago Installment Fee:"
+msgstr "Cuota de Mercado Pago:"
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:39
+#: ../../src/Translations/AdminTranslations.php:218
msgid ""
-"Please enter your email address at the billing address to use this service"
+"Represents the total purchase plus the installment fee charged by Mercado "
+"Pago."
msgstr ""
-"Por favor, introduzca su email en la dirección de facturación para utilizar "
-"este servicio"
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:42,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:277
-msgid "Checkout Pro"
-msgstr "Checkout Pro"
+"Representa el total de la compra más la comisión de fraccionamiento cobrada "
+"por Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:43
-msgid "Debit, Credit and invoice in Mercado Pago environment"
-msgstr "Débito, crédito y efectivo, en Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:219
+msgid "Mercado Pago Total:"
+msgstr "Mercado Pago Total:"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51
-msgid "Mercado Pago - Checkout Pro"
-msgstr "Mercado Pago - Checkout Pro"
+#: ../../src/Translations/AdminTranslations.php:232
+msgid "Accept"
+msgstr "Acepta"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:53
-msgid "Your saved cards or money in Mercado Pago"
-msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:233
+msgid "payments"
+msgstr "pagos"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164
-msgid "Maximum number of installments"
-msgstr "Máximo de cuotas"
+#: ../../src/Translations/AdminTranslations.php:234
+msgid "safely"
+msgstr "de forma"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166
-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:235
+msgid "with"
+msgstr "segura con"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169
-msgid "1 installment"
-msgstr "1 cuota"
+#: ../../src/Translations/AdminTranslations.php:236
+msgid "Mercado Pago"
+msgstr "Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170
-msgid "2 installments"
-msgstr "2 cuotas"
+#: ../../src/Translations/AdminTranslations.php:241
+msgid "Choose"
+msgstr "Elige"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171
-msgid "3 installments"
-msgstr "3 cuotas"
+#: ../../src/Translations/AdminTranslations.php:242
+msgid "when you want to receive the money"
+msgstr "cuándo quieres recibir el dinero"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:172
-msgid "4 installments"
-msgstr "4 cuotas"
+#: ../../src/Translations/AdminTranslations.php:243
+msgid "from your sales and if you want to offer"
+msgstr "de las ventas y si quieres ofrecer"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:173
-msgid "5 installments"
-msgstr "5 cuotas"
+#: ../../src/Translations/AdminTranslations.php:244
+msgid "interest-free installments"
+msgstr "cuotas sin interés"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:174
-msgid "6 installments"
-msgstr "6 cuotas"
+#: ../../src/Translations/AdminTranslations.php:245
+msgid "to your clients."
+msgstr "a los clientes."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:175
-msgid "10 installments"
-msgstr "10 cuotas"
+#: ../../src/Translations/AdminTranslations.php:251
+msgid "SSL"
+msgstr "SSL"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176
-msgid "12 installments"
-msgstr "12 cuotas"
+#: ../../src/Translations/AdminTranslations.php:252
+msgid "Curl"
+msgstr "Curl"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:177
-msgid "15 installments"
-msgstr "15 cuotas"
+#: ../../src/Translations/AdminTranslations.php:253
+msgid "GD Extensions"
+msgstr "Extensiones GD"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178
-msgid "18 installments"
-msgstr "18 cuotas"
+#: ../../src/Translations/AdminTranslations.php:255
+msgid "Technical requirements"
+msgstr "Requisitos técnicos"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:179
-msgid "24 installments"
-msgstr "24 cuotas"
+#: ../../src/Translations/AdminTranslations.php:256
+msgid "Collections and installments"
+msgstr "Cobros y cuotas"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:256,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:153,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:915,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:203,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:197
-msgid "Enable the checkout"
-msgstr "Activar el checkout"
+#: ../../src/Translations/AdminTranslations.php:257
+msgid "More information"
+msgstr "Más información"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:257
+#: ../../src/Translations/AdminTranslations.php:258
msgid ""
-"By disabling it, you will disable all payments from Mercado Pago Checkout at "
-"Mercado Pago website by redirect."
+"Implementation responsible for transmitting data to Mercado Pago in a secure "
+"and encrypted way."
msgstr ""
-"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
-"sitio web de Mercado Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:261,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:920
-msgid "The checkout is enabled."
-msgstr "El checkout está activo."
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:262,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:921
-msgid "The checkout is disabled."
-msgstr "El checkout está inactivo."
+"Implementación responsable de transmitir los datos a Mercado Pago de forma "
+"segura y encriptada."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:281
+#: ../../src/Translations/AdminTranslations.php:259
msgid ""
-"With Checkout Pro you sell with all the safety inside Mercado Pago "
-"environment."
+"It is an extension responsible for making payments via requests from the "
+"plugin to Mercado Pago."
msgstr ""
-"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
-"Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:269
-msgid "Advanced settings"
-msgstr "Configuración Avanzada"
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:311
-msgid "Payment experience"
-msgstr "Experiencia de pago"
+"Es una extensión encargada de realizar los pagos a través de requests del "
+"plugin a Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:313
+#: ../../src/Translations/AdminTranslations.php:260
msgid ""
-"Define what payment experience your customers will have, whether inside or "
-"outside your store."
+"These extensions are responsible for the implementation and operation of Pix "
+"in your store."
msgstr ""
-"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
+"Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
"tienda."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:316
-msgid "Redirect"
-msgstr "Redirect"
+#: ../../src/Translations/AdminTranslations.php:262
+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."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:317
-msgid "Modal"
-msgstr "Modal"
+#: ../../src/Translations/AdminTranslations.php:263
+msgid "Set deadlines and fees"
+msgstr "Ajustar plazos y tasas"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:333
-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:264
+msgid "Go to documentation"
+msgstr "Ir a la documentación"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:331,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:351,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:372
-msgid "This seems to be an invalid URL."
-msgstr "Esto parece ser una URL no válida."
+#: ../../src/Translations/AdminTranslations.php:277
+msgid "Public Key"
+msgstr "Public Key"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:336
-msgid "Success URL"
-msgstr "URL de éxito"
+#: ../../src/Translations/AdminTranslations.php:278
+msgid "Access Token"
+msgstr "Access Token"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:353
-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 ""
-"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. "
-"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
-"útil para que puedan solucionarlo."
+#: ../../src/Translations/AdminTranslations.php:279
+msgid "1. Enter your credentials to integrate your store with Mercado Pago"
+msgstr "1. Ingresa tus credenciales para integrar tu tienda con Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:356
-msgid "Payment URL rejected"
-msgstr "URL de pago rechazado"
+#: ../../src/Translations/AdminTranslations.php:280
+msgid "Production credentials"
+msgstr "Credenciales de producción"
+
+#: ../../src/Translations/AdminTranslations.php:281
+msgid "Test credentials"
+msgstr "Credenciales de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:374
+#: ../../src/Translations/AdminTranslations.php:282
+msgid "To start selling, "
+msgstr "Para empezar a vender, "
+
+#: ../../src/Translations/AdminTranslations.php:283
msgid ""
-"Choose the URL that we will show to your customers when they have a payment "
-"pending approval."
+"in the fields below. If you don’t have credentials yet, you’ll have to "
+"create them from this link."
msgstr ""
-"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
-"de aprobación."
+"en los campos de abajo. Si todavía no tienes credenciales, deberás crearlas "
+"en ese mismo enlace."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:377
-msgid "Payment URL pending"
-msgstr "URL de pago pendiente"
+#: ../../src/Translations/AdminTranslations.php:284
+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."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:391
-msgid "Enable the payment methods available to your clients."
-msgstr "Habilita los medios de pago disponibles para tus clientes."
+#: ../../src/Translations/AdminTranslations.php:285
+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."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392
-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:286
+msgid "Paste your Public Key here"
+msgstr "Pega aquí tu Public Key"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:396
-msgid "Credit Cards"
-msgstr "Tarjetas de crédito"
+#: ../../src/Translations/AdminTranslations.php:287
+msgid "Paste your Access Token here"
+msgstr "Pega aquí tu Access Token"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:400
-msgid "Debit Cards"
-msgstr "Tarjetas de débito"
+#: ../../src/Translations/AdminTranslations.php:288,
+#: ../../src/Translations/AdminTranslations.php:342
+msgid "Save and continue"
+msgstr "Guardar y continuar"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404
-msgid "Other Payment Methods"
-msgstr "Otros medios"
+#: ../../src/Translations/AdminTranslations.php:289
+msgid ""
+"You have to enter your production credentials to start selling with Mercado "
+"Pago."
+msgstr ""
+"Debes ingresar tus credenciales de producción para empezar a vender con "
+"Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:454
-msgid "Return to the store"
-msgstr "Volver a la tienda"
+#: ../../src/Translations/AdminTranslations.php:290
+msgid "Enter credentials"
+msgstr "Introducir credenciales"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:455
+#: ../../src/Translations/AdminTranslations.php:291
+msgid "Activate your credentials to be able to sell"
+msgstr "Activa tus credenciales para poder vender"
+
+#: ../../src/Translations/AdminTranslations.php:292
msgid ""
-"Do you want your customer to automatically return to the store after payment?"
+"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 ""
-"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
+"Las credenciales son códigos que debes ingresar para habilitar las ventas. "
+"Vaya más abajo en Activar credenciales. En la siguiente pantalla, utilice "
+"nuevamente el botón Activar Credenciales y complete los campos con la "
+"información solicitada."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:459
-msgid "The buyer will be automatically redirected to the store."
-msgstr "El comprador será redirigido automáticamente a la tienda."
+#: ../../src/Translations/AdminTranslations.php:293
+msgid "Activate credentials"
+msgstr "Activar credenciales"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:460
-msgid "The buyer will not be automatically redirected to the store."
-msgstr "El comprador no será redirigido automáticamente a la tienda."
+#: ../../src/Translations/AdminTranslations.php:294
+msgid "copy and paste your production credentials "
+msgstr "copia y pega tus credenciales de producción "
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:485
-msgid "Available payment methods"
-msgstr "Medios de pago disponibles"
+#: ../../src/Translations/AdminTranslations.php:307
+msgid "Add the URL to receive payments notifications."
+msgstr "Ingresa la URL para recibir notificaciones de pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:535,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:521,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:426,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:411,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:698,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:418,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:404,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:434,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:419,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
-msgid "discount of"
-msgstr "descuento de"
+#: ../../src/Translations/AdminTranslations.php:308
+msgid "Find out more information in the"
+msgstr "Consulta más información en los"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:541,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:527,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:432,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:417,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:704,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:691,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:424,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:410,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:440,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176
-msgid "fee of"
-msgstr "comisión de"
+#: ../../src/Translations/AdminTranslations.php:310
+msgid "guides"
+msgstr "manuales"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:641,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:667,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:719
-msgid "Easy login"
-msgstr "Ingresa con facilidad"
+#: ../../src/Translations/AdminTranslations.php:315
+msgid ""
+"If you are a Mercado Pago Certified Partner, make sure to add your "
+"integrator_id."
+msgstr ""
+"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
+"integrator_id."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:642,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:668,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:720
-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/AdminTranslations.php:316
+msgid "If you do not have the code, please"
+msgstr "Si no tienes el código,"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:649,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:675,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:693,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:727
-msgid "Quick payments"
-msgstr "Paga rápido"
+#: ../../src/Translations/AdminTranslations.php:318
+msgid "request it now"
+msgstr "solicítalo ahora"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:650
-msgid "Use your saved cards, Pix or available balance."
-msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible."
+#: ../../src/Translations/AdminTranslations.php:322
+msgid "2. Customize your business’ information"
+msgstr "2. Personaliza la información de tu negocio"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:657,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:683
-msgid "Protected purchases"
-msgstr "Protege tu compra"
+#: ../../src/Translations/AdminTranslations.php:323
+msgid "Your store information"
+msgstr "Información sobre tu tienda"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:658,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:684
-msgid "Get your money back in case you don't receive your product."
-msgstr "Recupera tu dinero si no recibes el producto."
+#: ../../src/Translations/AdminTranslations.php:324
+msgid "Advanced integration options (optional)"
+msgstr "Opciones avanzadas de integración (opcional)"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:676
-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/AdminTranslations.php:325
+msgid "Debug and Log Mode"
+msgstr "Modo debug y log"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:694,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:728
-msgid "Use your available money or saved cards."
-msgstr "Usa tu dinero disponible o tarjetas guardadas."
+#: ../../src/Translations/AdminTranslations.php:326
+msgid ""
+"Fill out the following details to have a better experience and offer your "
+"customers more information."
+msgstr ""
+"Completa los siguientes datos para tener una mejor experiencia y ofrecerle "
+"más información a tus clientes."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:701,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:735
-msgid "Installments option"
-msgstr "Accede a cuotas"
+#: ../../src/Translations/AdminTranslations.php:327
+msgid "Name of your store in your client's invoice"
+msgstr "Nombre de tu tienda en la factura de los clientes"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702
-msgid "Pay with or without a credit card."
-msgstr "Paga con o sin tarjeta de crédito."
+#: ../../src/Translations/AdminTranslations.php:328
+msgid "Identification in Activities of Mercado Pago"
+msgstr "Identificación en Actividad de Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:709
-msgid "Reliable purchases"
-msgstr "Compra con confianza"
+#: ../../src/Translations/AdminTranslations.php:329
+msgid ""
+"For further integration of your store with Mercado Pago (IPN, Certified "
+"Partners, Debug Mode)"
+msgstr ""
+"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
+"Certificados, Modo Debug)"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710
-msgid "Get help if you have a problem with your purchase."
-msgstr "Recibe ayuda si tienes algún problema con tu compra."
+#: ../../src/Translations/AdminTranslations.php:330
+msgid "Store category"
+msgstr "Categoría de la tienda"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:736
-msgid "Interest-free installments with selected banks."
-msgstr "Cuotas sin interés con bancos seleccionados."
+#: ../../src/Translations/AdminTranslations.php:331
+msgid "URL for IPN"
+msgstr "URL para IPN"
+
+#: ../../src/Translations/AdminTranslations.php:332
+msgid "Integrator ID"
+msgstr "Integrator ID"
+
+#: ../../src/Translations/AdminTranslations.php:333
+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
+msgid "Ex: Mary's Store"
+msgstr "Ej.: Tienda de María"
+
+#: ../../src/Translations/AdminTranslations.php:335
+msgid "Ex: Mary Store"
+msgstr "Ej.: TiendaMaría"
+
+#: ../../src/Translations/AdminTranslations.php:336,
+#: ../../src/Translations/AdminTranslations.php:1253
+msgid "Select"
+msgstr "Seleccionar"
+
+#: ../../src/Translations/AdminTranslations.php:337
+msgid "Ex: https://examples.com/my-custom-ipn-url"
+msgstr "Ej.: https://examples.com/my-custom-ipn-url"
+
+#: ../../src/Translations/AdminTranslations.php:338
+msgid "Add plugin default params"
+msgstr "Agregar parámetros default del plugin"
+
+#: ../../src/Translations/AdminTranslations.php:339
+msgid "Ex: 14987126498"
+msgstr "Ej.: 14987126498"
+
+#: ../../src/Translations/AdminTranslations.php:340
+msgid "Show advanced options"
+msgstr "Ver opciones avanzadas"
+
+#: ../../src/Translations/AdminTranslations.php:341
+msgid "Hide advanced options"
+msgstr "Esconder opciones avanzadas"
+
+#: ../../src/Translations/AdminTranslations.php:343
+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
+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
+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
+msgid "request it now."
+msgstr "solicítalo ahora."
+
+#: ../../src/Translations/AdminTranslations.php:360
+msgid "3. Activate and set up payment methods"
+msgstr "3. Activa y configura los medios de pago"
+
+#: ../../src/Translations/AdminTranslations.php:361
+msgid ""
+"Select the payment method you want to appear in your store to activate and "
+"set it up."
+msgstr ""
+"Selecciona el medio de pago que quieres que aparezca en tu tienda para "
+"activarlo y configurarlo."
+
+#: ../../src/Translations/AdminTranslations.php:362
+msgid "Settings"
+msgstr "Configurar"
+
+#: ../../src/Translations/AdminTranslations.php:363
+msgid "Continue"
+msgstr "Continuar"
+
+#: ../../src/Translations/AdminTranslations.php:364
+msgid "Enabled"
+msgstr "Activado"
+
+#: ../../src/Translations/AdminTranslations.php:365
+msgid "Disabled"
+msgstr "Inactivo"
+
+#: ../../src/Translations/AdminTranslations.php:366
+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:379,
+#: ../../src/Translations/AdminTranslations.php:385
+msgid "The checkout is"
+msgstr "El checkout está"
+
+#: ../../src/Translations/AdminTranslations.php:380,
+#: ../../src/Translations/AdminTranslations.php:392,
+#: ../../src/Translations/AdminTranslations.php:508,
+#: ../../src/Translations/AdminTranslations.php:520,
+#: ../../src/Translations/AdminTranslations.php:532,
+#: ../../src/Translations/AdminTranslations.php:599,
+#: ../../src/Translations/AdminTranslations.php:611,
+#: ../../src/Translations/AdminTranslations.php:623,
+#: ../../src/Translations/AdminTranslations.php:700,
+#: ../../src/Translations/AdminTranslations.php:762,
+#: ../../src/Translations/AdminTranslations.php:822,
+#: ../../src/Translations/AdminTranslations.php:834
+msgid "enabled"
+msgstr "activo"
+
+#: ../../src/Translations/AdminTranslations.php:386,
+#: ../../src/Translations/AdminTranslations.php:398,
+#: ../../src/Translations/AdminTranslations.php:514,
+#: ../../src/Translations/AdminTranslations.php:526,
+#: ../../src/Translations/AdminTranslations.php:538,
+#: ../../src/Translations/AdminTranslations.php:605,
+#: ../../src/Translations/AdminTranslations.php:617,
+#: ../../src/Translations/AdminTranslations.php:629,
+#: ../../src/Translations/AdminTranslations.php:706,
+#: ../../src/Translations/AdminTranslations.php:768,
+#: ../../src/Translations/AdminTranslations.php:828,
+#: ../../src/Translations/AdminTranslations.php:840
+msgid "disabled"
+msgstr "inactivo"
+
+#: ../../src/Translations/AdminTranslations.php:391,
+#: ../../src/Translations/AdminTranslations.php:397,
+#: ../../src/Translations/AdminTranslations.php:519,
+#: ../../src/Translations/AdminTranslations.php:525,
+#: ../../src/Translations/AdminTranslations.php:610,
+#: ../../src/Translations/AdminTranslations.php:616,
+#: ../../src/Translations/AdminTranslations.php:699,
+#: ../../src/Translations/AdminTranslations.php:705,
+#: ../../src/Translations/AdminTranslations.php:761,
+#: ../../src/Translations/AdminTranslations.php:767,
+#: ../../src/Translations/AdminTranslations.php:833,
+#: ../../src/Translations/AdminTranslations.php:839
+msgid "Currency conversion is"
+msgstr "Conversión de moneda está"
+
+#: ../../src/Translations/AdminTranslations.php:403,
+#: ../../src/Translations/AdminTranslations.php:409
+msgid "The buyer"
+msgstr "El comprador"
+
+#: ../../src/Translations/AdminTranslations.php:404
+msgid "will be automatically redirected to the store"
+msgstr "será redirigido automáticamente a la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:410
+msgid "will not be automatically redirected to the store"
+msgstr "no será redirigido automáticamente a la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:416,
+#: ../../src/Translations/AdminTranslations.php:422,
+#: ../../src/Translations/AdminTranslations.php:634,
+#: ../../src/Translations/AdminTranslations.php:640
+msgid "Pending payments"
+msgstr "Los pagos pendientes"
+
+#: ../../src/Translations/AdminTranslations.php:417,
+#: ../../src/Translations/AdminTranslations.php:635
+msgid "will be automatically declined"
+msgstr "se rechazarán automaticamente"
+
+#: ../../src/Translations/AdminTranslations.php:423,
+#: ../../src/Translations/AdminTranslations.php:641
+msgid "will not be automatically declined"
+msgstr "no se rechazarán automaticamente"
+
+#: ../../src/Translations/AdminTranslations.php:427,
+#: ../../src/Translations/AdminTranslations.php:442
+msgid "Your saved cards or money available in Mercado Pago"
+msgstr "Medios de pago disponibles en Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:428,
+#: ../../src/Translations/AdminTranslations.php:430
+msgid "Your clients finalize their payments in Mercado Pago."
+msgstr "Tus clientes finalizan sus pagos en Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:429
+msgid "Mercado Pago - Checkout Pro"
+msgstr "Mercado Pago - Checkout Pro"
+
+#: ../../src/Translations/AdminTranslations.php:431
+msgid "Checkout Pro"
+msgstr "Checkout Pro"
+
+#: ../../src/Translations/AdminTranslations.php:432
+msgid ""
+"With Checkout Pro you sell with all the safety inside Mercado Pago "
+"environment."
+msgstr ""
+"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
+"Pago."
+
+#: ../../src/Translations/AdminTranslations.php:433,
+#: ../../src/Translations/AdminTranslations.php:548,
+#: ../../src/Translations/AdminTranslations.php:715,
+#: ../../src/Translations/AdminTranslations.php:777,
+#: ../../src/Translations/AdminTranslations.php:858
+msgid "Mercado Pago plugin general settings"
+msgstr "Configuraciones generales del plugin de Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:434,
+#: ../../src/Translations/AdminTranslations.php:549,
+#: ../../src/Translations/AdminTranslations.php:652,
+#: ../../src/Translations/AdminTranslations.php:716,
+#: ../../src/Translations/AdminTranslations.php:778,
+#: ../../src/Translations/AdminTranslations.php:859
+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:435,
+#: ../../src/Translations/AdminTranslations.php:550,
+#: ../../src/Translations/AdminTranslations.php:653,
+#: ../../src/Translations/AdminTranslations.php:717,
+#: ../../src/Translations/AdminTranslations.php:779,
+#: ../../src/Translations/AdminTranslations.php:860
+msgid "Go to Settings"
+msgstr "Ir a Configuraciones"
+
+#: ../../src/Translations/AdminTranslations.php:436,
+#: ../../src/Translations/AdminTranslations.php:654,
+#: ../../src/Translations/AdminTranslations.php:861
+msgid "Enable the checkout"
+msgstr "Activar el checkout"
+
+#: ../../src/Translations/AdminTranslations.php:437
+msgid ""
+"By disabling it, you will disable all payments from Mercado Pago Checkout at "
+"Mercado Pago website by redirect."
+msgstr ""
+"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
+"sitio web de Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:440,
+#: ../../src/Translations/AdminTranslations.php:559,
+#: ../../src/Translations/AdminTranslations.php:658,
+#: ../../src/Translations/AdminTranslations.php:722,
+#: ../../src/Translations/AdminTranslations.php:784,
+#: ../../src/Translations/AdminTranslations.php:865
+msgid "Title in the store Checkout"
+msgstr "Título en el checkout de la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:441,
+#: ../../src/Translations/AdminTranslations.php:659,
+#: ../../src/Translations/AdminTranslations.php:723,
+#: ../../src/Translations/AdminTranslations.php:785,
+#: ../../src/Translations/AdminTranslations.php:866
+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:443,
+#: ../../src/Translations/AdminTranslations.php:562,
+#: ../../src/Translations/AdminTranslations.php:661,
+#: ../../src/Translations/AdminTranslations.php:725,
+#: ../../src/Translations/AdminTranslations.php:787,
+#: ../../src/Translations/AdminTranslations.php:868
+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:444,
+#: ../../src/Translations/AdminTranslations.php:563,
+#: ../../src/Translations/AdminTranslations.php:665,
+#: ../../src/Translations/AdminTranslations.php:726,
+#: ../../src/Translations/AdminTranslations.php:788,
+#: ../../src/Translations/AdminTranslations.php:882
+msgid "Convert Currency"
+msgstr "Convertir moneda"
+
+#: ../../src/Translations/AdminTranslations.php:445,
+#: ../../src/Translations/AdminTranslations.php:564,
+#: ../../src/Translations/AdminTranslations.php:666,
+#: ../../src/Translations/AdminTranslations.php:727,
+#: ../../src/Translations/AdminTranslations.php:789,
+#: ../../src/Translations/AdminTranslations.php:883
+msgid ""
+"Activate this option so that the value of the currency set in WooCommerce is "
+"compatible with the value of the currency you use in Mercado Pago."
+msgstr ""
+"Activa esta opción para que el valor de la moneda configurada en WooCommerce "
+"sea compatible al valor de la moneda que usas en Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:448
+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:449
+msgid "Enable the payment methods available to your clients."
+msgstr "Habilita los medios de pago disponibles para tus clientes."
+
+#: ../../src/Translations/AdminTranslations.php:450
+msgid "Credit Cards"
+msgstr "Tarjetas de crédito"
+
+#: ../../src/Translations/AdminTranslations.php:451
+msgid "Debit Cards"
+msgstr "Tarjetas de débito"
+
+#: ../../src/Translations/AdminTranslations.php:452
+msgid "Other Payment Methods"
+msgstr "Otros medios"
+
+#: ../../src/Translations/AdminTranslations.php:453
+msgid "Maximum number of installments"
+msgstr "Máximo de cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:454
+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:455
+msgid "1 installment"
+msgstr "1 cuota"
+
+#: ../../src/Translations/AdminTranslations.php:456
+msgid "2 installments"
+msgstr "2 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:457
+msgid "3 installments"
+msgstr "3 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:458
+msgid "4 installments"
+msgstr "4 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:459
+msgid "5 installments"
+msgstr "5 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:460
+msgid "6 installments"
+msgstr "6 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:461
+msgid "10 installments"
+msgstr "10 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:462
+msgid "12 installments"
+msgstr "12 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:463
+msgid "15 installments"
+msgstr "15 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:464
+msgid "18 installments"
+msgstr "18 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:465
+msgid "24 installments"
+msgstr "24 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:466,
+#: ../../src/Translations/AdminTranslations.php:577
+msgid "Advanced settings"
+msgstr "Configuración Avanzada"
+
+#: ../../src/Translations/AdminTranslations.php:467,
+#: ../../src/Translations/AdminTranslations.php:578,
+#: ../../src/Translations/AdminTranslations.php:675,
+#: ../../src/Translations/AdminTranslations.php:733,
+#: ../../src/Translations/AdminTranslations.php:793,
+#: ../../src/Translations/AdminTranslations.php:890
+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:468
+msgid "Payment experience"
+msgstr "Experiencia de pago"
+
+#: ../../src/Translations/AdminTranslations.php:469
+msgid ""
+"Define what payment experience your customers will have, whether inside or "
+"outside your store."
+msgstr ""
+"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
+"tienda."
+
+#: ../../src/Translations/AdminTranslations.php:470
+msgid "Redirect"
+msgstr "Redirect"
+
+#: ../../src/Translations/AdminTranslations.php:471
+msgid "Modal"
+msgstr "Modal"
+
+#: ../../src/Translations/AdminTranslations.php:472
+msgid "Return to the store"
+msgstr "Volver a la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:473
+msgid ""
+"Do you want your customer to automatically return to the store after payment?"
+msgstr ""
+"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:30,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:31,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:245
+#: ../../src/Translations/AdminTranslations.php:476
+msgid "Success URL"
+msgstr "URL de éxito"
+
+#: ../../src/Translations/AdminTranslations.php:477
+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:478
+msgid "Payment URL rejected"
+msgstr "URL de pago rechazado"
+
+#: ../../src/Translations/AdminTranslations.php:479
+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 ""
+"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. "
+"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
+"útil para que puedan solucionarlo."
+
+#: ../../src/Translations/AdminTranslations.php:480
+msgid "Payment URL pending"
+msgstr "URL de pago pendiente"
+
+#: ../../src/Translations/AdminTranslations.php:481
+msgid ""
+"Choose the URL that we will show to your customers when they have a payment "
+"pending approval."
+msgstr ""
+"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
+"de aprobación."
+
+#: ../../src/Translations/AdminTranslations.php:482,
+#: ../../src/Translations/AdminTranslations.php:676
+msgid "Automatic decline of payments without instant approval"
+msgstr "Rechazo automático de pagos sin aprobación instantanea"
+
+#: ../../src/Translations/AdminTranslations.php:483,
+#: ../../src/Translations/AdminTranslations.php:677
+msgid ""
+"Enable it if you want to automatically decline payments that are not "
+"instantly approved by banks or other institutions."
+msgstr ""
+"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
+"instantáneamente por bancos u otros compradores."
+
+#: ../../src/Translations/AdminTranslations.php:484
+msgid "Debit, Credit and Invoice in Mercado Pago environment."
+msgstr "Débito, crédito y efectivo, en Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:487,
+#: ../../src/Translations/AdminTranslations.php:579,
+#: ../../src/Translations/AdminTranslations.php:680,
+#: ../../src/Translations/AdminTranslations.php:742,
+#: ../../src/Translations/AdminTranslations.php:802,
+#: ../../src/Translations/AdminTranslations.php:891
+msgid "Discount in Mercado Pago Checkouts"
+msgstr "Descuento en los checkouts de Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:488,
+#: ../../src/Translations/AdminTranslations.php:580,
+#: ../../src/Translations/AdminTranslations.php:681,
+#: ../../src/Translations/AdminTranslations.php:743,
+#: ../../src/Translations/AdminTranslations.php:803,
+#: ../../src/Translations/AdminTranslations.php:892
+msgid ""
+"Choose a percentage value that you want to discount your customers for "
+"paying with Mercado Pago."
+msgstr ""
+"Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
+"Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:489,
+#: ../../src/Translations/AdminTranslations.php:492,
+#: ../../src/Translations/AdminTranslations.php:581,
+#: ../../src/Translations/AdminTranslations.php:584,
+#: ../../src/Translations/AdminTranslations.php:682,
+#: ../../src/Translations/AdminTranslations.php:685,
+#: ../../src/Translations/AdminTranslations.php:744,
+#: ../../src/Translations/AdminTranslations.php:747,
+#: ../../src/Translations/AdminTranslations.php:804,
+#: ../../src/Translations/AdminTranslations.php:807,
+#: ../../src/Translations/AdminTranslations.php:893,
+#: ../../src/Translations/AdminTranslations.php:896
+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:490,
+#: ../../src/Translations/AdminTranslations.php:582,
+#: ../../src/Translations/AdminTranslations.php:683,
+#: ../../src/Translations/AdminTranslations.php:745,
+#: ../../src/Translations/AdminTranslations.php:805,
+#: ../../src/Translations/AdminTranslations.php:894
+msgid "Commission in Mercado Pago Checkouts"
+msgstr "Comisiones en los checkouts de Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:491,
+#: ../../src/Translations/AdminTranslations.php:583,
+#: ../../src/Translations/AdminTranslations.php:684,
+#: ../../src/Translations/AdminTranslations.php:746,
+#: ../../src/Translations/AdminTranslations.php:806,
+#: ../../src/Translations/AdminTranslations.php:895
+msgid ""
+"Choose an additional percentage value that you want to charge as commission "
+"to your customers for paying with Mercado Pago."
+msgstr ""
+"Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
+"clientes por pagar con Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:493
+msgid "This seems to be an invalid URL"
+msgstr "Esto parece ser una URL no válida"
+
+#: ../../src/Translations/AdminTranslations.php:507,
+#: ../../src/Translations/AdminTranslations.php:513
+msgid "Payment in installments without card in the store checkout is"
+msgstr "“Hasta 12 pagos sin tarjeta con Mercado Pago” está "
+
+#: ../../src/Translations/AdminTranslations.php:531,
+#: ../../src/Translations/AdminTranslations.php:537
+msgid "The installments without card component is"
+msgstr "El componente “Compra en hasta 12 pagos sin tarjeta” está"
+
+#: ../../src/Translations/AdminTranslations.php:542,
+#: ../../src/Translations/AdminTranslations.php:546
msgid "Installments without card"
msgstr "Financiación sin tarjeta de crédito"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:32
+#: ../../src/Translations/AdminTranslations.php:543,
+#: ../../src/Translations/AdminTranslations.php:545
msgid "Customers who buy on spot and pay later in up to 12 installments"
msgstr "Tus clientes pueden comprar en hasta 12 pagos mensuales"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:40
+#: ../../src/Translations/AdminTranslations.php:544
msgid "Mercado Pago - Installments without card"
-msgstr "Mercado Pago - Hasta 12 pagos sin tarjeta con Mercado Pago"
+msgstr "Financiación sin tarjeta de crédito "
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:42
-msgid "Checkout without card"
-msgstr "Hasta 12 pagos sin tarjeta con Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:547
+msgid ""
+"Reach millions of buyers by offering Mercado Credito as a payment method. "
+"Our flexible payment options give your customers the possibility to buy "
+"today whatever they want in up to 12 installments without the need to use a "
+"credit card. For your business, the approval of the purchase is immediate "
+"and guaranteed."
+msgstr ""
+"Llega a millones de compradores ofreciéndoles Mercado Crédito como medio de "
+"pago. Nuestras opciones de pago flexibles brindan a tus clientes la "
+"posibilidad de comprar lo que quieren hoy en hasta 12 cuotas sin la "
+"necesidad de utilizar una tarjeta. Para tu negocio, la aprobación de la "
+"compra es inmediata y está garantizada."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:182
-msgid "Activate installments without card in your store checkout "
+#: ../../src/Translations/AdminTranslations.php:551
+msgid "Activate installments without card in your store checkout"
msgstr "Activar la opción de financiación sin tarjeta de crédito"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:183
+#: ../../src/Translations/AdminTranslations.php:552
msgid ""
"Offer the option to pay in installments without card directly from your "
"store's checkout."
@@ -582,116 +1020,114 @@ msgstr ""
"Ofrece a tus clientes la opción de financiar su compra en hasta 12 pagos "
"mensuales, directo desde el checkout de tu tienda."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:187
-msgid ""
-"Payment in installments without card in the store checkout is active"
-msgstr "“Hasta 12 pagos sin tarjeta con Mercado Pago” está activo"
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:188
-msgid ""
-"Payment in installments without card in the store checkout is inactive"
-msgstr "“Hasta 12 pagos sin tarjeta con Mercado Pago” está inactivo"
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:205
+#: ../../src/Translations/AdminTranslations.php:555
msgid "Checkout visualization"
msgstr "Visualización en el checkout"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:206,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:367
+#: ../../src/Translations/AdminTranslations.php:556,
+#: ../../src/Translations/AdminTranslations.php:576
msgid "Check below how this feature will be displayed to your customers:"
msgstr "A continuación verás cómo este recurso aparecerá para tus clientes:"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:207
+#: ../../src/Translations/AdminTranslations.php:557
msgid "Checkout Preview"
msgstr "Visualización en el checkout"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:208
+#: ../../src/Translations/AdminTranslations.php:558
msgid "PREVIEW"
msgstr "DEMO"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:249
-msgid ""
-"Reach millions of buyers by offering Mercado Credito as a payment method. "
-"Our flexible payment options give your customers the possibility to buy "
-"today whatever they want in up to 12 installments without the need to use a "
-"credit card."
-msgstr ""
-"Llega a millones de compradores con bajo acceso a financiación ofreciéndoles "
-"Mercado Crédito como medio de pago. Nuestras opciones de pago flexibles "
-"brindan a tus clientes la posibilidad de comprar lo que quieren en hasta "
-"12 pagos mensuales sin necesidad de utilizar una tarjeta de crédito. "
+#: ../../src/Translations/AdminTranslations.php:560
+msgid "It is possible to edit the title. Maximum of 85 characters."
+msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:252
-msgid ""
-"For your business, the approval of the purchase is immediate and guaranteed."
-msgstr ""
-"Para tu negocio, la aprobación de la compra es inmediata y está garantizada."
+#: ../../src/Translations/AdminTranslations.php:561
+msgid "Checkout without card"
+msgstr "Hasta 12 pagos sin tarjeta con Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:311
+#: ../../src/Translations/AdminTranslations.php:567
msgid ""
"Inform your customers about the option of paying in installments without card"
msgstr ""
"Informa a tus clientes la posibilidad de financiar sus compras en hasta 12 "
"pagos sin tarjeta de crédito"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:314
+#: ../../src/Translations/AdminTranslations.php:568
msgid ""
-"By activating the installments without card component, you increase "
-"your chances of selling."
-msgstr ""
-"Al activar el componente de financiación en hasta 12 pagos sin tarjeta de "
-"crédito, aumentarás tus posibilidades de venta."
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:316
-msgid "The installments without card component is active."
+"By activating the installments without card component, you increase your "
+"chances of selling."
msgstr ""
-"El componente “Compra en hasta 12 pagos sin tarjeta” está activo."
+"Al activar el componente de financiación en hasta 12 pagos sin tarjeta de "
+"crédito, aumentarás tus posibilidades de venta."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:317
-msgid "The installments without card component is inactive."
-msgstr ""
-"El componente “Compra en hasta 12 pagos sin tarjeta” está inactivo."
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:355,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:365
+#: ../../src/Translations/AdminTranslations.php:571
msgid "Banner on the product page | Computer version"
msgstr "Componente en la página del producto | Versión para computadora"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:356
+#: ../../src/Translations/AdminTranslations.php:572
msgid "Banner on the product page | Cellphone version"
msgstr "Componente en la página del producto | Versión para celular"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:363
+#: ../../src/Translations/AdminTranslations.php:573
msgid "Computer"
msgstr "Computadora"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:364
+#: ../../src/Translations/AdminTranslations.php:574
msgid "Mobile"
msgstr "Celular"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:366
+#: ../../src/Translations/AdminTranslations.php:575
msgid "Component visualization"
msgstr "Visualización del componente"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:41,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:42,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:52
-msgid "Debit and Credit"
-msgstr "Débito e crédito"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:43,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:36,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:36
-msgid "Transparent Checkout in your store environment"
-msgstr "Checkout Transparente, en tu tienda"
+#: ../../src/Translations/AdminTranslations.php:598,
+#: ../../src/Translations/AdminTranslations.php:604
+msgid "Transparent Checkout for credit cards is"
+msgstr "El Checkout Transparente de las tarjetas de crédito está"
+
+#: ../../src/Translations/AdminTranslations.php:622,
+#: ../../src/Translations/AdminTranslations.php:628
+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:645,
+#: ../../src/Translations/AdminTranslations.php:660
+msgid "Credit and debit cards"
+msgstr "Tarjeta de crédito y débito"
+
+#: ../../src/Translations/AdminTranslations.php:646,
+#: ../../src/Translations/AdminTranslations.php:648,
+#: ../../src/Translations/AdminTranslations.php:711,
+#: ../../src/Translations/AdminTranslations.php:773,
+#: ../../src/Translations/AdminTranslations.php:853,
+#: ../../src/Translations/AdminTranslations.php:855
+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:647,
+#: ../../src/Translations/AdminTranslations.php:712,
+#: ../../src/Translations/AdminTranslations.php:774,
+#: ../../src/Translations/AdminTranslations.php:854
+msgid "Mercado Pago - Checkout API"
+msgstr "Mercado Pago - Checkout API"
+
+#: ../../src/Translations/AdminTranslations.php:649
+msgid "Transparent Checkout | Credit card"
+msgstr "Checkout Transparente | Tarjeta de Crédito"
+
+#: ../../src/Translations/AdminTranslations.php:650
+msgid ""
+"With the Transparent Checkout, you can sell inside your store environment, "
+"without redirection and with the security from Mercado Pago."
+msgstr ""
+"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
+"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:51,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:44,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:44
-msgid "Mercado pago - Customized Checkout"
-msgstr "Mercado Pago - Checkout Personalizado"
+#: ../../src/Translations/AdminTranslations.php:651
+msgid "Mercado Pago Plugin general settings"
+msgstr "Configuraciones generales del plugin de Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:154
+#: ../../src/Translations/AdminTranslations.php:655
msgid ""
"By disabling it, you will disable all credit cards payments from Mercado "
"Pago Transparent Checkout."
@@ -699,21 +1135,11 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
"en el Checkout Transparente de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:158
-msgid "Transparent Checkout for credit cards is enabled."
-msgstr ""
-"El Checkout Transparente de las tarjetas de crédito está activado."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:159
-msgid "Transparent checkout for credit cards is disabled."
-msgstr ""
-"El checkout transparente de las tarjetas de crédito está desactivado."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:191
+#: ../../src/Translations/AdminTranslations.php:662
msgid "Installments Fees"
msgstr "Tasas de pago en cuotas"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:192
+#: ../../src/Translations/AdminTranslations.php:663
msgid ""
"Set installment fees and whether they will be charged from the store or from "
"the buyer."
@@ -721,31 +1147,15 @@ msgstr ""
"Configura las tasas de las cuotas y si se las cobrarán a la tienda o al "
"comprador."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193
+#: ../../src/Translations/AdminTranslations.php:664
msgid "Set fees"
msgstr "Configurar tasas"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:218
-msgid "Transparent Checkout | Credit card "
-msgstr "Checkout Transparente | Tarjeta de Crédito "
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:222
-msgid ""
-"With the Transparent Checkout, you can sell inside your store environment, "
-"without redirection and with the security from Mercado Pago."
-msgstr ""
-"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
-"redireccionamentos, con toda la seguridad de Mercado Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:240
-msgid "Advanced configuration of the personalized payment experience"
-msgstr "Configuración Avanzada"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:254
+#: ../../src/Translations/AdminTranslations.php:669
msgid "Payments via Mercado Pago account"
msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:255
+#: ../../src/Translations/AdminTranslations.php:670
msgid ""
"Your customers pay faster with saved cards, money balance or other available "
"methods in their Mercado Pago accounts."
@@ -753,387 +1163,254 @@ msgstr ""
"Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o "
"con otros medios disponibles en sus cuentas de MP."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:259
-msgid "Payments via Mercado Pago accounts are active."
-msgstr "Los pagos a través de la cuenta de Mercado Pago están activos."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:260
-msgid "Payments via Mercado Pago accounts are inactive."
-msgstr ""
-"Los pagos a través de la cuenta de Mercado Pago están deshabilitados."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:279
+#: ../../src/Translations/AdminTranslations.php:673
msgid "Check an example of how it will appear in your store:"
msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:310
-msgid "That’s it, payment accepted!"
-msgstr "Listo, ¡aceptamos tu pago!"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312
-msgid ""
-"We are processing your payment. In less than an hour we will send you the "
-"result by email."
-msgstr ""
-"Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
-"por correo electrónico."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314
-msgid ""
-"We are processing your payment. In less than 2 days we will send you by "
-"email if the payment has been approved or if additional information is "
-"needed."
-msgstr ""
-"Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
-"electrónico si se ha aprobado el pago o si se necesita información adicional."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316
-msgid "Check the card number."
-msgstr "Compruebe el número de tarjeta."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318
-msgid "Check the expiration date."
-msgstr "Compruebe la fecha de expiración."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320
-msgid "Check the information provided."
-msgstr "Compruebe la información informada."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322
-msgid "Check the informed security code."
-msgstr "Compruebe el código de seguridad informado."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:325
-msgid "Your payment cannot be processed."
-msgstr "No se puede procesar su pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:327
-msgid "You must authorize payments for your orders."
-msgstr "Usted debe autorizar los pagos de sus órdenes."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:329
-msgid ""
-"Contact your card issuer to activate it. The phone is on the back of your "
-"card."
-msgstr ""
-"Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
-"se encuentra en la parte posterior de su tarjeta."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331
-msgid ""
-"You have already made a payment of this amount. If you have to pay again, "
-"use another card or other method of payment."
-msgstr ""
-"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
-"utilizar otra tarjeta u otro medio de pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333
-msgid ""
-"Your payment was declined. Please select another payment method. It is "
-"recommended in cash."
-msgstr ""
-"Su pago fue rechazado. Por favor seleccione otro medio de pago. Se "
-"recomienda en efectivo."
+#: ../../src/Translations/AdminTranslations.php:674
+msgid "Advanced configuration of the personalized payment experience"
+msgstr "Configuración Avanzada"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335
-msgid "Your payment does not have sufficient funds."
-msgstr "Su metodo de pago no tiene fondos suficientes."
+#: ../../src/Translations/AdminTranslations.php:710,
+#: ../../src/Translations/AdminTranslations.php:724
+msgid "Invoice"
+msgstr "Efectivo"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337
-msgid "Payment cannot process the selected fee."
-msgstr "El pago no puede procesar la cuota seleccionada."
+#: ../../src/Translations/AdminTranslations.php:713
+msgid "Transparent Checkout | Invoice or Loterica"
+msgstr "Checkout Transparente | Efectivo"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339
+#: ../../src/Translations/AdminTranslations.php:714,
+#: ../../src/Translations/AdminTranslations.php:776,
+#: ../../src/Translations/AdminTranslations.php:857
msgid ""
-"You have reached the limit of allowed attempts. Choose another card or other "
-"payment method."
-msgstr ""
-"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
-"medio de pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341,
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:204
-msgid "This payment method cannot process your payment."
-msgstr "Este medio de pago no puede procesar su pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:396
-msgid "Credit cards"
-msgstr "Tarjetas de crédito"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:397
-msgid "Up to "
-msgstr "Hasta "
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:397
-msgid " installments"
-msgstr "12 pagos sin tarjeta"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:404
-msgid "Debit cards"
-msgstr "Tarjetas de débito"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:447,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:448,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:480,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:481,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:401,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:402,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:562,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563
-msgid "A problem was occurred when processing your payment. Please, try again."
+"With the Transparent Checkout, you can sell inside your store environment, "
+"without redirection and all the safety from Mercado Pago."
msgstr ""
-"El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
-"vez."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577
-msgid "See your order form"
-msgstr "Ver su hoja de pedido"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:588
-msgid "Your payment was declined. You can try again."
-msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
+"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
+"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:595,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:93
-msgid "Click to try again"
-msgstr "Haga clic para intentarlo de nuevo"
+#: ../../src/Translations/AdminTranslations.php:718,
+#: ../../src/Translations/AdminTranslations.php:780
+msgid "Enable the Checkout"
+msgstr "Activar el checkout"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:617,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:618
+#: ../../src/Translations/AdminTranslations.php:719
msgid ""
-"A problem was occurred when processing your payment. Are you sure you have "
-"correctly filled all information in the checkout form?"
+"By disabling it, you will disable all invoice payments from Mercado Pago "
+"Transparent Checkout."
msgstr ""
-"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
-"cargado la información en el formulario?"
+"Al desactivar, desabilitarás todos los medios de pago en efectivo en el "
+"Checkout Transparente de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:642
-msgid "Represents the installment fee charged by Mercado Pago."
-msgstr "Representa la tarifa de cuota que cobra Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:720
+msgid "The transparent checkout for tickets is enabled."
+msgstr "El Checkout Transparente está activo para pagos en efectivo."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:643
-msgid "Mercado Pago Installment Fee:"
-msgstr "Tarifa de cuotas de Mercado Pago:"
+#: ../../src/Translations/AdminTranslations.php:721
+msgid "The transparent checkout for tickets is disabled."
+msgstr "El Checkout Transparente está inactivo para pagos en efectivo."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:648
-msgid ""
-"Represents the total purchase plus the installment fee charged by Mercado "
-"Pago."
-msgstr ""
-"Representa el total de la compra más la tarifa de cuota que cobra Mercado "
-"Pago."
+#: ../../src/Translations/AdminTranslations.php:730
+msgid "Payment Due"
+msgstr "Fecha de pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:649
-msgid "Mercado Pago Total:"
-msgstr "Total en Mercado Pago:"
+#: ../../src/Translations/AdminTranslations.php:731
+msgid "In how many days will cash payments expire."
+msgstr "En cuántos días vencerán los pagos en efectivo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:715
-msgid "Configure your credentials to enable Mercado Pago payment methods."
+#: ../../src/Translations/AdminTranslations.php:732
+msgid "Advanced configuration of the cash payment experience"
msgstr ""
-"Completa tus credenciales para habilitar los medios de pago Mercado Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:773
-msgid "Title in the store Checkout"
-msgstr "Título en el checkout"
-
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
-msgid "Change the display text in Checkout, maximum characters: 85"
-msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85"
+"Configuração avançada da experiência de pagamento via boleto e em lotéricas"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:777
-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:734,
+#: ../../src/Translations/AdminTranslations.php:794
+msgid "Reduce inventory"
+msgstr "Reducir inventario"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:791
-msgid "Description"
-msgstr "Descripción"
+#: ../../src/Translations/AdminTranslations.php:735,
+#: ../../src/Translations/AdminTranslations.php:795
+msgid ""
+"Activates inventory reduction during the creation of an order, whether or "
+"not the final payment is credited. Disable this option to reduce it only "
+"when payments are approved."
+msgstr ""
+"Activa la reducción del inventario durante la creación de un pedido, se "
+"acredite o no el pago final. Desactiva esta opción para reducirlo solo "
+"cuando los pagos estén aprobados."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:828,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347
-msgid "Important! To sell you must enter your credentials."
-msgstr "¡Importante! Para vender debe introducir sus credenciales."
+#: ../../src/Translations/AdminTranslations.php:736,
+#: ../../src/Translations/AdminTranslations.php:796
+msgid "Reduce inventory is enabled."
+msgstr "Reducir inventario está activo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:829
-msgid "You must enter production credentials."
-msgstr "Debe introducir las credenciales de producción."
+#: ../../src/Translations/AdminTranslations.php:737,
+#: ../../src/Translations/AdminTranslations.php:797
+msgid "Reduce inventory is disabled."
+msgstr "Reducir inventario está inactivo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:830
-msgid "Enter credentials"
-msgstr "Introducir credenciales"
+#: ../../src/Translations/AdminTranslations.php:739,
+#: ../../src/Translations/AdminTranslations.php:799
+msgid "Enable the available payment methods"
+msgstr "Habilita los medios de pago disponibles"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
-msgid "Mercado Pago Plugin general settings"
-msgstr "Configuraciones generales del plugin de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:740,
+#: ../../src/Translations/AdminTranslations.php:800
+msgid "Choose the available payment methods in your store."
+msgstr "Elige los medios de pago que se aceptan en la tienda."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
-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:741,
+#: ../../src/Translations/AdminTranslations.php:801
+msgid "All payment methods"
+msgstr "Medios de pago disponibles"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:842
-msgid "Go to Settings"
-msgstr "Ir a Configuraciones"
+#: ../../src/Translations/AdminTranslations.php:772,
+#: ../../src/Translations/AdminTranslations.php:786
+msgid "PSE"
+msgstr "PSE"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:866
-msgid "Activate your credentials to be able to sell"
-msgstr "Activa tus credenciales para poder vender"
+#: ../../src/Translations/AdminTranslations.php:775
+msgid "Transparent Checkout PSE"
+msgstr "Pago transparente PSE"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:867
+#: ../../src/Translations/AdminTranslations.php:781
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."
+"By deactivating it, you will disable PSE payments from Mercado Pago "
+"Transparent Checkout."
msgstr ""
-"Las credenciales son contraseñas que debes integrar para poder vender. "
-"Dirígete a Activar credenciales. En la siguiente pantalla, ve de nuevo al "
-"botón Activar credenciales y completa los campos con los datos solicitados."
+"Al desactivarlo, desactivará los pagos PSE de Mercado Pago Transparente "
+"Checkout."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:868
-msgid "Activate credentials"
-msgstr "Activar credenciales"
+#: ../../src/Translations/AdminTranslations.php:782
+msgid "The transparent checkout for PSE is enabled."
+msgstr "El Checkout Transparente está activo para pagos PSE."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:916
-msgid "By disabling it, you will disable all payment methods of this checkout."
-msgstr "Al desactivar, desabilitarás todos los medios de pago del checkout."
+#: ../../src/Translations/AdminTranslations.php:783
+msgid "The transparent checkout for PSE is disabled."
+msgstr "El Checkout Transparente está inactivo para pagos PSE."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1029
-msgid "Basic Configuration"
-msgstr "Configuración Básica"
+#: ../../src/Translations/AdminTranslations.php:792
+msgid "Advanced configuration of the PSE payment experience"
+msgstr "Configuración avanzada de la experiencia de pago PSE"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1042
-msgid "Discount coupons"
-msgstr "Cupones de descuento"
+#: ../../src/Translations/AdminTranslations.php:821,
+#: ../../src/Translations/AdminTranslations.php:827
+msgid "The transparent checkout for Pix payment is"
+msgstr "El Checkout Transparente está"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1045
-msgid "Will you offer discount coupons to customers who buy with Mercado Pago?"
-msgstr ""
-"¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?"
+#: ../../src/Translations/AdminTranslations.php:845
+msgid "Go to the"
+msgstr "Ve al área"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1047
-msgid "Discount coupons is active."
-msgstr "Cupones de descuento están activos."
+#: ../../src/Translations/AdminTranslations.php:846
+msgid "Your Profile"
+msgstr "Tu Perfil"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1048
-msgid "Discount coupons is disabled."
-msgstr "Cupones de descuento están inactivos."
+#: ../../src/Translations/AdminTranslations.php:847
+msgid "area and choose the"
+msgstr "y elige la sección"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1060
-msgid "Automatic decline of payments without instant approval"
-msgstr "Rechazo automático de pagos sin aprobación instantanea"
+#: ../../src/Translations/AdminTranslations.php:848
+msgid "Your Pix Keys section"
+msgstr "Tus claves Pix"
+
+#: ../../src/Translations/AdminTranslations.php:852,
+#: ../../src/Translations/AdminTranslations.php:867
+msgid "Pix"
+msgstr "Pix"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1061
+#: ../../src/Translations/AdminTranslations.php:856
+msgid "Transparent Checkout | Pix"
+msgstr "Checkout Transparente | Pix"
+
+#: ../../src/Translations/AdminTranslations.php:862
msgid ""
-"Enable it if you want to automatically decline payments that are not "
-"instantly approved by banks or other institutions. "
+"By disabling it, you will disable all Pix payments from Mercado Pago "
+"Transparent Checkout."
msgstr ""
-"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
-"instantáneamente por bancos u otros compradores. "
+"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
+"en el Checkout Transparente de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1065
-msgid "Pending payments will be automatically declined."
-msgstr "Los pagos pendientes se rechazarán automaticamente."
+#: ../../src/Translations/AdminTranslations.php:869
+msgid "Expiration for payments via Pix"
+msgstr "Vencimiento para pagos con Pix"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1066
-msgid "Pending payments will not be automatically declined."
-msgstr "Los pagos pendientes no se rechazarán automaticamente."
+#: ../../src/Translations/AdminTranslations.php:870
+msgid "Set the limit in minutes for your clients to pay via Pix."
+msgstr ""
+"Define el límite de minutos para que tus clientes puedan pagar con Pix."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1078
-msgid "Discount in Mercado Pago Checkouts"
-msgstr "Descuento en los checkouts de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:871
+msgid "15 minutes"
+msgstr "15 minutos"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1081
-msgid ""
-"Choose a percentage value that you want to discount your customers for "
-"paying with Mercado Pago."
-msgstr ""
-"Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
-"Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:872
+msgid "30 minutes (recommended)"
+msgstr "30 minutos (recomendado)"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1082,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1103
-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:873
+msgid "60 minutes"
+msgstr "60 minutos"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1099
-msgid "Commission in Mercado Pago Checkouts"
-msgstr "Comisiones en los checkouts de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:874
+msgid "12 hours"
+msgstr "12 horas"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1102
-msgid ""
-"Choose an additional percentage value that you want to charge as commission "
-"to your customers for paying with Mercado Pago."
-msgstr ""
-"Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
-"clientes por pagar con Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:875
+msgid "24 hours"
+msgstr "24 horas"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1139
-msgid "Convert Currency"
-msgstr "Convertir moneda"
+#: ../../src/Translations/AdminTranslations.php:876
+msgid "2 days"
+msgstr "2 días"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1144
-msgid "Currency convertion is enabled."
-msgstr "Conversión de moneda está activa."
+#: ../../src/Translations/AdminTranslations.php:877
+msgid "3 days"
+msgstr "3 días"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1145
-msgid "Currency convertion is disabled."
-msgstr "Conversión de moneda está inactiva."
+#: ../../src/Translations/AdminTranslations.php:878
+msgid "4 days"
+msgstr "4 días"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1262
-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:879
+msgid "5 days"
+msgstr "5 días"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:34,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:35,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:45
-msgid "Pix"
-msgstr "Pix"
+#: ../../src/Translations/AdminTranslations.php:880
+msgid "6 days"
+msgstr "6 días"
+
+#: ../../src/Translations/AdminTranslations.php:881
+msgid "7 days"
+msgstr "7 días"
+
+#: ../../src/Translations/AdminTranslations.php:886
+msgid "Would you like to know how Pix works?"
+msgstr "¿Quieres saber cómo funciona Pix?"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:204
+#: ../../src/Translations/AdminTranslations.php:887
msgid ""
-"By disabling it, you will disable all Pix payments from Mercado Pago "
-"Transparent Checkout."
-msgstr ""
-"Al desactivar, desabilitarás lo medios de pago con Pix en el Checkout "
-"Transparente de Mercado Pago."
+"We have a dedicated page where we explain how it works and its advantages."
+msgstr "Creamos una página que explica su funcionamiento y sus vantajas."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:208
-msgid "The transparent checkout for Pix payment is enabled."
-msgstr "El Checkout Transparente está activo para pagos por Pix."
+#: ../../src/Translations/AdminTranslations.php:888
+msgid "Find out more about Pix"
+msgstr "Saber más sobre Pix"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:209
-msgid "The transparent checkout for Pix payment is disabled."
-msgstr "El Checkout Transparente está inactivo para pagos por Pix."
+#: ../../src/Translations/AdminTranslations.php:889
+msgid "Advanced configuration of the Pix experience"
+msgstr "Configuración avanzada de la experiencia Pix"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224
+#: ../../src/Translations/AdminTranslations.php:897
msgid "To activate Pix, you must have a key registered in Mercado Pago."
msgstr "Para activar el Pix, debes tener una clave registrada en Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225
+#: ../../src/Translations/AdminTranslations.php:898
msgid "Download the Mercado Pago app on your cell phone."
msgstr "Descarga la app de Mercado Pago en tu móvil."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:226
-msgid "Go to the "
-msgstr "Ve al área "
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227
-msgid "area and choose the "
-msgstr "y elige la sección "
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228
-msgid "Your Profile "
-msgstr "Tu Perfil "
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229
-msgid "Your Pix Keys section."
-msgstr "Tus claves Pix."
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230
+#: ../../src/Translations/AdminTranslations.php:900
msgid ""
"Choose which data to register as Pix keys. After registering, you can set up "
"Pix in your checkout."
@@ -1141,7 +1418,7 @@ msgstr ""
"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás "
"configurar el Pix en tu checkout."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231
+#: ../../src/Translations/AdminTranslations.php:901
msgid ""
"Remember that, for the time being, the Central Bank of Brazil is open Monday "
"through Friday, from 9am to 6pm."
@@ -1149,7 +1426,7 @@ msgstr ""
"Recuerda que, por el momento, el Banco Central de Brasil está abierto de "
"lunes a viernes, de 9 a 18 horas."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232
+#: ../../src/Translations/AdminTranslations.php:902
msgid ""
"If you requested your registration outside these hours, we will confirm it "
"within the next business day."
@@ -1157,12 +1434,11 @@ msgstr ""
"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en "
"el siguiente día hábil."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328
+#: ../../src/Translations/AdminTranslations.php:903
msgid "Learn more about Pix"
msgstr "Más información sobre Pix"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234
+#: ../../src/Translations/AdminTranslations.php:904
msgid ""
"If you have already registered a Pix key at Mercado Pago and cannot activate "
"Pix in the checkout, "
@@ -1170,285 +1446,271 @@ msgstr ""
"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix "
"en el checkout, "
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235
+#: ../../src/Translations/AdminTranslations.php:905
msgid "click here."
msgstr "haz clic aquí."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:260
-msgid "Transparent Checkout | Pix"
-msgstr "Checkout Transparente | Pix"
+#: ../../src/Translations/AdminTranslations.php:919
+msgid "To enable test mode"
+msgstr "Para activar el modo de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:264
-msgid ""
-"With the Transparent Checkout, you can sell inside your store environment, "
-"without redirection and all the safety from Mercado Pago. "
-msgstr ""
-"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
-"redireccionamientos, con toda la seguridad de Mercado Pago. "
+#: ../../src/Translations/AdminTranslations.php:921
+msgid "copy your test credentials"
+msgstr "copia tus credenciales de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:281
-msgid "Advanced configuration of the Pix experience"
-msgstr "Configuración avanzada de la experiencia Pix"
+#: ../../src/Translations/AdminTranslations.php:922
+msgid "and paste them above in section 1 of this page"
+msgstr "y pégalas en la sección 1 de esta página"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:294
-msgid "15 minutes"
-msgstr "15 minutos"
+#: ../../src/Translations/AdminTranslations.php:927
+msgid "Create your"
+msgstr "Crea tu"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:295
-msgid "30 minutes (recommended)"
-msgstr "30 minutos (recomendado)"
+#: ../../src/Translations/AdminTranslations.php:929
+msgid "test user"
+msgstr "usuario de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:296
-msgid "60 minutes"
-msgstr "60 minutes"
+#: ../../src/Translations/AdminTranslations.php:930
+msgid ""
+"(Optional. Can be used in Production Mode and Test Mode, to test payments)"
+msgstr ""
+"(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para "
+"probar los pagos)"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297
-msgid "12 hours"
-msgstr "12 horas"
+#: ../../src/Translations/AdminTranslations.php:936
+msgid "Use our test cards"
+msgstr "Utiliza nuestras tarjetas de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298
-msgid "24 hours"
-msgstr "24 horas"
+#: ../../src/Translations/AdminTranslations.php:937
+msgid "never use real cards"
+msgstr "nunca utilices tarjetas reales"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299
-msgid "2 days"
-msgstr "2 días"
+#: ../../src/Translations/AdminTranslations.php:943
+msgid "Visit your store"
+msgstr "Visita tu tienda"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300
-msgid "3 days"
-msgstr "3 días"
+#: ../../src/Translations/AdminTranslations.php:944
+msgid "to test purchases"
+msgstr "para testear compras"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301
-msgid "4 days"
-msgstr "4 días"
+#: ../../src/Translations/AdminTranslations.php:948
+msgid "4. Test your store before you start to sell"
+msgstr "4. Testea tu tienda antes de empezar a vender"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302
-msgid "5 days"
-msgstr "5 días"
+#: ../../src/Translations/AdminTranslations.php:949
+msgid "Choose how you want to operate your store:"
+msgstr "Elige cómo quieres operar tu tienda:"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303
-msgid "6 days"
-msgstr "6 días"
+#: ../../src/Translations/AdminTranslations.php:950
+msgid "Test Mode"
+msgstr "Modo Test"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304
-msgid "7 days"
-msgstr "7 días"
+#: ../../src/Translations/AdminTranslations.php:951
+msgid "Sale Mode (Production)"
+msgstr "Modo Ventas (Producción)"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:308
-msgid "Expiration for payments via Pix"
-msgstr "Vencimiento para pagos con Pix"
+#: ../../src/Translations/AdminTranslations.php:952
+msgid "Mercado Pago payment methods in Production Mode"
+msgstr "Medios de pago Mercado Pago en Modo Produción"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:310
-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:953
+msgid "Mercado Pago payment methods in Test Mode"
+msgstr "Medios de pago Mercado Pago en Modo Test"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325
-msgid "Want to learn how Pix works?"
-msgstr "¿Quieres saber cómo funciona el Pix?"
+#: ../../src/Translations/AdminTranslations.php:954
+msgid "Enter test credentials"
+msgstr "Ingresa las credenciales de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:326
+#: ../../src/Translations/AdminTranslations.php:955
msgid ""
-"We have created a page to explain how this new payment method works and its "
-"advantages."
+"Select “Test Mode” if you want to try the payment experience before you "
+"start to sell or “Sales Mode” (Production) to start now."
msgstr ""
-"Creamos una página para explicar cómo funciona este nuevo medio de pago y "
-"sus ventajas."
+"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."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347
-msgid "Would you like to know how Pix works?"
-msgstr "¿Quieres saber cómo funciona Pix?"
+#: ../../src/Translations/AdminTranslations.php:956
+msgid "Mercado Pago Checkouts disabled for real collections."
+msgstr "Checkouts Mercado Pago inactivos para cobros reales."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:348
-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:957
+msgid "Test Mode rules."
+msgstr "Reglas del modo test."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:349
-msgid "Find out more about Pix"
-msgstr "Saber más sobre Pix"
+#: ../../src/Translations/AdminTranslations.php:958
+msgid "Mercado Pago Checkouts enabled for real collections."
+msgstr "Checkouts Mercado Pago activos para cobros reales."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:493
-msgid "A problem occurred when processing your payment. Please try again."
-msgstr ""
-"Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo."
+#: ../../src/Translations/AdminTranslations.php:959
+msgid "The clients can make real purchases in your store."
+msgstr "Los clientes pueden hacer compras reales en tu tienda."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:478,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547
-msgid ""
-"A problem occurred when processing your payment. Are you sure you have "
-"correctly filled in all the information on the checkout form?"
-msgstr ""
-"Un problema se produjo al procesar su pago. ¿Esta seguro que ha rellenado "
-"correctamente toda la información en el formulario de checkout?"
+#: ../../src/Translations/AdminTranslations.php:964
+msgid "Store in sale mode (Production)"
+msgstr "Tienda en Modo Ventas (Producción)"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:456,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:522
-msgid "The customer has not paid yet."
-msgstr "El cliente no ha pagado todavía."
+#: ../../src/Translations/AdminTranslations.php:965
+msgid "Store under test"
+msgstr "Tienda en Modo Test"
+
+#: ../../src/Translations/AdminTranslations.php:966
+msgid "Save changes"
+msgstr "Guardar cambios"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:461
-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/AdminTranslations.php:978
+msgid "Store business fields are valid"
+msgstr "Los campos comerciales de la tienda son válidos"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:462
-msgid ""
-"Scan the QR code below or copy and paste the code into your bank's "
-"application."
-msgstr ""
-"Escanee el código QR a continuación o copie y pegue el código en la "
-"aplicación de su banco."
+#: ../../src/Translations/AdminTranslations.php:979
+msgid "Store business fields could not be validated"
+msgstr "Los campos comerciales de la tienda no se pudieron validar"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:563
-msgid ""
-"Please note that to receive payments via Pix at our checkout, you must have "
-"a Pix key registered in your Mercado Pago account."
-msgstr ""
-"Ten en cuenta que para recibir pagos a través de Pix en nuestro checkout, "
-"debes tener una clave Pix registrada en tu cuenta de Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:980
+msgid "At least one payment method is enabled"
+msgstr "Al menos un método de pago está habilitado"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:564
-msgid "Register your Pix key at Mercado Pago."
-msgstr "Registra tu clave Pix en Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:981
+msgid "No payment method enabled"
+msgstr "Ningún método de pago habilitado"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:614,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:148
-msgid "Code valid for "
-msgstr "Código válido por "
+#: ../../src/Translations/AdminTranslations.php:982
+msgid "Credentials fields are valid"
+msgstr "Los campos de la credencial son válidos"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:34,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:35,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:45
-msgid "Invoice"
-msgstr "Efectivo"
+#: ../../src/Translations/AdminTranslations.php:983
+msgid "Credentials fields could not be validated"
+msgstr "No se pudieron validar los campos de credenciales"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:198
-msgid ""
-"By disabling it, you will disable all invoice payments from Mercado Pago "
-"Transparent Checkout."
-msgstr ""
-"Al desactivar, desabilitarás todos los medios de pago en efectivo en el "
-"Checkout Transparente de Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:995
+msgid "Valid Public Key"
+msgstr "Public key válida"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:202
-msgid "The transparent checkout for tickets is enabled."
-msgstr ""
-"El Checkout Transparente está activo para pagos en efectivo o en "
-"loterías."
+#: ../../src/Translations/AdminTranslations.php:996
+msgid "Invalid Public Key"
+msgstr "Public key no válida"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:203
-msgid "The transparent checkout for tickets is disabled."
-msgstr ""
-"El Checkout Transparente está inactivo para pagos en efectivo o en "
-"loterías."
+#: ../../src/Translations/AdminTranslations.php:997
+msgid "Valid Access Token"
+msgstr "Access token válido"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:218
-msgid "Transparent Checkout | Invoice or Loterica"
-msgstr "Checkout Transparente | Efectivo"
+#: ../../src/Translations/AdminTranslations.php:998
+msgid "Invalid Access Token"
+msgstr "Access token no válido"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:222
+#: ../../src/Translations/AdminTranslations.php:1010
+msgid "Credentials were updated"
+msgstr "Se actualizaron las credenciales"
+
+#: ../../src/Translations/AdminTranslations.php:1011
msgid ""
-"With the Transparent Checkout, you can sell inside your store environment, "
-"without redirection and all the safety from Mercado Pago."
+"Your store has exited Test Mode and is making real sales in Production Mode."
msgstr ""
-"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
-"redireccionamentos, con toda la seguridad de Mercado Pago."
+"Ahora su tienda está fuera del modo de prueba y está realizando ventas "
+"reales en el modo de producción."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:239
-msgid "Advanced configuration of the cash payment experience"
-msgstr "Configuración avanzada de la experiencia de pago en efectivo"
+#: ../../src/Translations/AdminTranslations.php:1012
+msgid "To test the store, re-enter both test credentials."
+msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:252
-msgid "Reduce inventory"
-msgstr "Reducir inventario"
+#: ../../src/Translations/AdminTranslations.php:1013
+msgid "Invalid credentials"
+msgstr "Credenciales no válidas"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:255
-msgid ""
-"Activates inventory reduction during the creation of an order, whether or "
-"not the final payment is credited. Disable this option to reduce it only "
-"when payments are approved."
-msgstr ""
-"Activa la reducción del inventario durante la creación de un pedido, se "
-"acredite o no el pago final. Desactiva esta opción para reducirlo solo "
-"cuando los pagos estén aprobados."
+#: ../../src/Translations/AdminTranslations.php:1014
+msgid "See our manual to learn"
+msgstr "Consulte nuestro manual para saber"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257
-msgid "Reduce inventory is enabled."
-msgstr "Reducir inventario está activo."
+#: ../../src/Translations/AdminTranslations.php:1015
+msgid "how to enter the credentials the right way."
+msgstr "como ingresar las credenciales de forma correcta."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:258
-msgid "Reduce inventory is disabled."
-msgstr "Reducir inventario está inactivo."
+#: ../../src/Translations/AdminTranslations.php:1016
+msgid " for test mode"
+msgstr " para el modo de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:270
-msgid "Payment Due"
-msgstr "Vencimiento del pago"
+#: ../../src/Translations/AdminTranslations.php:1028
+msgid "Store information is valid"
+msgstr "Información sobre tu tienda"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272
-msgid "In how many days will cash payments expire."
-msgstr "En cuántos días caducarán los pagos en efectivo."
+#: ../../src/Translations/AdminTranslations.php:1041
+msgid "Attention:"
+msgstr "Atención:"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:292
-msgid "Enable the available payment methods"
-msgstr "Habilita los medios de pago disponibles"
+#: ../../src/Translations/AdminTranslations.php:1042
+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 ""
+"La configuración de moneda que tienes en WooCommerce no es compatible con la "
+"moneda que usas en tu cuenta de Mercado Pago. Activa la conversión de moneda."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:294
-msgid "Choose the available payment methods in your store."
-msgstr "Selecciona los medios de pago disponibles en tu tienda."
+#: ../../src/Translations/AdminTranslations.php:1045
+msgid "We are converting your currency from: "
+msgstr "Ahora convertimos tu moneda de: "
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:298
-msgid "All payment methods"
-msgstr "Todos los medios de pago"
+#: ../../src/Translations/AdminTranslations.php:1061
+msgid "to "
+msgstr "a "
+
+#: ../../src/Translations/AdminTranslations.php:1072
+msgid "Payment status on Mercado Pago"
+msgstr "Estado de pago en el Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:458,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:486
+#: ../../src/Translations/AdminTranslations.php:1073
msgid ""
-"There was a problem processing your payment. Are you sure you have correctly "
-"filled out all the information on the payment form?"
+"This is the payment status of your Mercado Pago Activities. To check the "
+"order status, please refer to Order details."
msgstr ""
-"Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado "
-"correctamente toda la información en el formulario de pago?"
+"Este es el estado del pago de las Actividades de tu Mercado Pago. Para "
+"consultar el estado del pedido, consulta en Detalles del Pedido."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:451,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:479
-msgid "Your document data is invalid"
-msgstr "Los datos de su documento no son válidos"
+#: ../../src/Translations/AdminTranslations.php:1074,
+#: ../../src/Translations/AdminTranslations.php:1076
+msgid "View purchase details at Mercado Pago"
+msgstr "Ver detalles de compra en Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:527
-msgid "To print the ticket again click"
-msgstr "Para imprimir nuevamente el ticket hace clic"
+#: ../../src/Translations/AdminTranslations.php:1075,
+#: ../../src/Translations/AdminTranslations.php:1077,
+#: ../../src/Translations/AdminTranslations.php:1079
+msgid "Sync order status"
+msgstr "Sincronizar el estado del pedido"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:530
-msgid "here"
-msgstr "aquí"
+#: ../../src/Translations/AdminTranslations.php:1078
+msgid "Consult the reasons for refusal"
+msgstr "Consultar motivos de rechazo"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:659
-msgid " and "
-msgstr " y "
+#: ../../src/Translations/AdminTranslations.php:1080
+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:1081
+msgid "Unable to update order:"
+msgstr "No se puede actualizar el pedido:"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
+#: ../../src/Translations/AdminTranslations.php:1082
msgid "Payment made"
msgstr "Pago realizado"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114
+#: ../../src/Translations/AdminTranslations.php:1083
msgid "Payment made by the buyer and already credited in the account."
msgstr ""
"El pago realizado por el comprador y que ya está acreditado en la cuenta."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117
+#: ../../src/Translations/AdminTranslations.php:1084
msgid "Call resolved"
msgstr "Llamado resuelto"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218
+#: ../../src/Translations/AdminTranslations.php:1085,
+#: ../../src/Translations/AdminTranslations.php:1135
msgid "Please contact Mercado Pago for further details."
msgstr "Contacta a Mercado Pago para saber más detalles."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121
+#: ../../src/Translations/AdminTranslations.php:1086
msgid "Payment refunded"
msgstr "Pago devuelto"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122
+#: ../../src/Translations/AdminTranslations.php:1087
msgid ""
"Your refund request has been made. Please contact Mercado Pago for further "
"details."
@@ -1456,59 +1718,59 @@ msgstr ""
"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
"más detalles."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129
+#: ../../src/Translations/AdminTranslations.php:1088,
+#: ../../src/Translations/AdminTranslations.php:1090
msgid "Payment returned"
msgstr "Pago devuelto"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126
+#: ../../src/Translations/AdminTranslations.php:1089
msgid "The payment has been returned to the client."
msgstr "El pago ya fue devuelto al cliente."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130
+#: ../../src/Translations/AdminTranslations.php:1091
msgid "The payment has been partially returned to the client."
msgstr "El pago ya fue devuelto parcialmente al cliente."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133
+#: ../../src/Translations/AdminTranslations.php:1092
msgid "Payment canceled"
msgstr "Pago cancelado"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134
+#: ../../src/Translations/AdminTranslations.php:1093
msgid "The payment has been successfully canceled."
msgstr "El pago fue cancelado con éxito."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137
+#: ../../src/Translations/AdminTranslations.php:1094
msgid "Purchase canceled"
msgstr "Compra cancelada"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138
+#: ../../src/Translations/AdminTranslations.php:1095
msgid "The payment has been canceled by the customer."
msgstr "El pago fue cancelado por el cliente."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:307
+#: ../../src/Translations/AdminTranslations.php:1096,
+#: ../../src/Translations/AdminTranslations.php:1098,
+#: ../../src/Translations/AdminTranslations.php:1100,
+#: ../../src/Translations/AdminTranslations.php:1102,
+#: ../../src/Translations/AdminTranslations.php:1104,
+#: ../../src/Translations/AdminTranslations.php:1112,
+#: ../../src/Translations/AdminTranslations.php:1114,
+#: ../../src/Translations/AdminTranslations.php:1116,
+#: ../../src/Translations/AdminTranslations.php:1118,
+#: ../../src/Translations/AdminTranslations.php:1120,
+#: ../../src/Translations/AdminTranslations.php:1122,
+#: ../../src/Translations/AdminTranslations.php:1124,
+#: ../../src/Translations/AdminTranslations.php:1179
msgid "Pending payment"
msgstr "Cobro pendiente"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154
+#: ../../src/Translations/AdminTranslations.php:1097,
+#: ../../src/Translations/AdminTranslations.php:1099,
+#: ../../src/Translations/AdminTranslations.php:1101,
+#: ../../src/Translations/AdminTranslations.php:1103
msgid "Awaiting payment from the buyer."
msgstr "Esperando el pago del comprador."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158
+#: ../../src/Translations/AdminTranslations.php:1105
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 "
@@ -1517,72 +1779,48 @@ msgstr ""
"Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si "
"está todo bien para que puedas entregar el producto o brindar el servicio."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:205,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:209,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:213,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:225,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:229,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:233,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:237,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:241,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:245,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:249,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:271,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:275,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:279,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:283,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:287,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:291,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:295,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:299,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:303,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:315,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:321,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:325
+#: ../../src/Translations/AdminTranslations.php:1106,
+#: ../../src/Translations/AdminTranslations.php:1130,
+#: ../../src/Translations/AdminTranslations.php:1146,
+#: ../../src/Translations/AdminTranslations.php:1165,
+#: ../../src/Translations/AdminTranslations.php:1169,
+#: ../../src/Translations/AdminTranslations.php:1171,
+#: ../../src/Translations/AdminTranslations.php:1173,
+#: ../../src/Translations/AdminTranslations.php:1177
msgid "Declined payment"
msgstr "Cobro rechazado"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256
+#: ../../src/Translations/AdminTranslations.php:1107,
+#: ../../src/Translations/AdminTranslations.php:1131
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 ""
"El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use "
-"otra tarjeta o que se comunique con su banco."
+"“\n"
+"“otra tarjeta o que se comunique con su banco."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165
+#: ../../src/Translations/AdminTranslations.php:1108
msgid "Payment authorized. Awaiting capture."
msgstr "Pago autorizado. Esperando captura."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166
+#: ../../src/Translations/AdminTranslations.php:1109
msgid ""
"The payment has been authorized on the client's card. Please capture the "
"payment."
msgstr ""
"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169
+#: ../../src/Translations/AdminTranslations.php:1110
msgid "Payment in process"
msgstr "Pago en proceso"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190
+#: ../../src/Translations/AdminTranslations.php:1111,
+#: ../../src/Translations/AdminTranslations.php:1121
msgid "Please wait or contact Mercado Pago for further details"
msgstr "Espera o contacta a Mercado Pago para saber más detalles"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174
+#: ../../src/Translations/AdminTranslations.php:1113
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 "
@@ -1591,1438 +1829,928 @@ msgstr ""
"El banco está revisando el pago. Te avisaremos por e-mail cuando esté "
"confirmado para que puedas entregar el producto o brindar el servicio."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186
+#: ../../src/Translations/AdminTranslations.php:1115,
+#: ../../src/Translations/AdminTranslations.php:1117,
+#: ../../src/Translations/AdminTranslations.php:1119
msgid "Awaiting payment information validation."
-msgstr "Esperando validación de los datos de pago.."
+msgstr "Esperando validación de los datos de pago."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194
+#: ../../src/Translations/AdminTranslations.php:1123
msgid "Waiting for the buyer."
msgstr "Esperando al comprador."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:198
+#: ../../src/Translations/AdminTranslations.php:1125
msgid "Waiting for the card issuer."
-msgstr "Espererando al emisor de la tarjeta.."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:202
-msgid ""
-"The payment could not be processed. Please ask your client to use another "
-"card or to get in touch with the bank."
-msgstr ""
-"El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
-"medio de pago o que se contacte con el banco."
+msgstr "Espererando al emisor de la tarjeta."
+
+#: ../../src/Translations/AdminTranslations.php:1126,
+#: ../../src/Translations/AdminTranslations.php:1128,
+#: ../../src/Translations/AdminTranslations.php:1132,
+#: ../../src/Translations/AdminTranslations.php:1153,
+#: ../../src/Translations/AdminTranslations.php:1175
+msgid "The card issuing bank declined the payment"
+msgstr "El banco emisor de la tarjeta rechazó el pago"
+
+#: ../../src/Translations/AdminTranslations.php:1127,
+#: ../../src/Translations/AdminTranslations.php:1129,
+#: ../../src/Translations/AdminTranslations.php:1133,
+#: ../../src/Translations/AdminTranslations.php:1154,
+#: ../../src/Translations/AdminTranslations.php:1176
+msgid ""
+"Please recommend your customer to pay with another payment method or to "
+"contact their bank."
+msgstr ""
+"Recomiéndale a tu cliente que pague con otro medio de pago o que se "
+"comunique con su banco."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:217
+#: ../../src/Translations/AdminTranslations.php:1134
msgid "Mercado Pago did not process the payment"
msgstr "Mercado Pago no procesó el pago"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:221,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:311
+#: ../../src/Translations/AdminTranslations.php:1136,
+#: ../../src/Translations/AdminTranslations.php:1181
msgid "Expired payment deadline"
msgstr "Venció el plazo para el pago"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:312
+#: ../../src/Translations/AdminTranslations.php:1137,
+#: ../../src/Translations/AdminTranslations.php:1182
msgid "The client did not pay within the time limit."
-msgstr "El cliente no pagó dentro del límite de tiempo.."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230
-msgid ""
-"The CVV is invalid. Please ask your client to review the details or use "
-"another card."
-msgstr ""
-"El código de seguridad de la tarjeta es inválido. Revisá los datos que "
-"ingresaste o pedile a tu cliente que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234
-msgid ""
-"The card is expired. Please ask your client to use another card or to "
-"contact the bank."
-msgstr ""
-"La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se "
-"comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:288
-msgid ""
-"This payment was declined because it did not pass Mercado Pago security "
-"controls. Please ask your client to use another card."
-msgstr ""
-"Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
-"Pago. Pedile a tu cliente que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280
-msgid ""
-"The buyer is suspended in our platform. Your client must contact us to check "
-"what happened."
-msgstr ""
-"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
-"con nosotros para ver qué pasó."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251
-msgid ""
-"The card does not have enough limit. Please ask your client to use another "
-"card or to get in touch with the bank."
-msgstr ""
-"La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
-"tarjeta o que se comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252
-msgid ""
-"The card does not have sufficient balance. Please ask your client to use "
-"another card or to get in touch with the bank."
-msgstr ""
-"La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
-"tarjeta o que se comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260
-msgid ""
-"The CVV was entered incorrectly several times. Please ask your client to use "
-"another card or to get in touch with the bank."
-msgstr ""
-"Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a "
-"tu cliente que use otra tarjeta o que se comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:264
-msgid ""
-"The card does not allow the number of installments entered. Please ask your "
-"client to choose another installment plan or to use another card."
-msgstr ""
-"La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente "
-"que elija otro plan de cuotas o que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:268
-msgid ""
-"The card-issuing bank declined the payment. Please instruct your client to "
-"ask the bank to authotize it or to use another card."
-msgstr ""
-"El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que "
-"se contacte con el banco para autorizarlo o que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272
-msgid ""
-"From Mercado Pago we have detected that this payment has already been made "
-"before. If that is not the case, your client may try to pay again."
-msgstr ""
-"Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no "
-"es así, tu cliente puede intentarlo de nuevo."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276
-msgid ""
-"The card is not active yet. Please ask your client to use another card or to "
-"get in touch with the bank to activate it."
-msgstr ""
-"La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta "
-"o que se comunique con su banco para activarla."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:292
-msgid ""
-"The amount exceeded the card limit. Please ask your client to use another "
-"card or to get in touch with the bank."
-msgstr ""
-"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
-"tarjeta o que se comunique con el banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:296,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:300,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:304
-msgid ""
-"Please ask your client to use another card or to get in touch with the card "
-"issuer."
-msgstr ""
-"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
-"la tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:308
-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 ""
-"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
-"tarjeta o que se comunique con el banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:317
-msgid ""
-"The credit function is not enabled for the card. Please tell your client "
-"that it is possible to pay with debit or to use another one."
-msgstr ""
-"La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que "
-"puede pagar con la función débito de la misma tarjeta o pídele que use otra."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:318
-msgid ""
-"The debit function is not enabled for the card. Please tell your client that "
-"it is possible to pay with credit or to use another one."
-msgstr ""
-"La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
-"puede pagar con la función crédito de la misma tarjeta o pídele que use otra."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:322
-msgid ""
-"The card-issuing bank declined the payment. Please instruct your client to "
-"ask the bank to authorize it."
-msgstr ""
-"El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
-"comunique con el banco para autorizar el pago."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:326
-msgid ""
-"The buyer does not have enough balance to make the purchase. Please ask your "
-"client to deposit money to the Mercado Pago Account or to use a different "
-"payment method."
-msgstr ""
-"El cliente no tiene suficiente saldo en la cuenta para realizar la compra. "
-"Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de "
-"pago."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:329
-msgid "There was an error"
-msgstr "Hubo un error"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:330
-msgid "The transaction could not be completed."
-msgstr "No fue posible completar la transacción."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:413
-msgid "Payment status on Mercado Pago"
-msgstr "Estado de pago en el Mercado Pago"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:473,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485
-msgid "View purchase details at Mercado Pago"
-msgstr "Ver detalles de compra en Mercado Pago"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:486,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:498
-msgid "Sync order status"
-msgstr "Sincronizar el estado del pedido"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:497
-msgid "Check the reasons why the purchase was declined."
-msgstr "Consulta los motivos del rechazo de tu compra."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:606
-msgid "Order update successfully. This page will be reloaded..."
-msgstr "Actualización del pedido con éxito. Esta página será recargada…"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:610
-msgid "Unable to update order: "
-msgstr "No se puede actualizar el pedido: "
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:126
-msgid "See WooCommerce"
-msgstr "Ver WooCommerce"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124
-msgid "Install WooCommerce"
-msgstr "Instalar WooCommerce"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:121
-msgid "Activate WooCommerce"
-msgstr "Activar WooCommerce"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:137
-msgid "do you have a minute to share your experience with our plugin?"
-msgstr "¿tienes un minuto para compartir tu experiencia con nuestro plugin?"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:140
-msgid ""
-"Your opinion is very important so that we can offer you the best possible "
-"payment solution and continue to improve."
-msgstr ""
-"Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos "
-"posible y seguir mejorando."
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:149
-msgid "Rate the plugin"
-msgstr "Valorar el plugin"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:151
-msgid "Enable payments via Mercado Pago account"
-msgstr "Pagos a través de la cuenta de Mercado Pago"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:154
-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 ""
-"Con esta función activa, tus clientes pagan más rápido usando su cuenta de "
-"Mercado Pago.La tasa de aprobación de estos pagos en tu tienda puede "
-"ser un 25% mayor en comparación con otros medios de pago."
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:163
-msgid "Activate"
-msgstr "Activar"
-
-#: ../../includes/admin/views/html-admin-alert-frame.php:34,
-#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30
-msgid "Discard"
-msgstr "Descartar"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:141
-msgid "Mercado Pago Settings"
-msgstr "Configuración de Mercado Pago"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196
-msgid "Accept "
-msgstr "Acepta "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197
-msgid "payments on the spot "
-msgstr "pagos al instante "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198
-msgid "with"
-msgstr "con toda"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199
-msgid "the "
-msgstr "la "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200
-msgid "security "
-msgstr "seguridad "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201
-msgid "from Mercado Pago"
-msgstr "de Mercado Pago"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202
-msgid "Technical requirements"
-msgstr "Requisitos técnicos"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203
-msgid "SSL"
-msgstr "SSL"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204
-msgid "GD Extensions"
-msgstr "Extensiones GD"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205
-msgid "Curl"
-msgstr "Curl"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206
-msgid ""
-"Implementation responsible for transmitting data to Mercado Pago in a secure "
-"and encrypted way."
-msgstr ""
-"Implementación responsable de transmitir los datos a Mercado Pago de forma "
-"segura y encriptada."
+msgstr "El cliente no pagó dentro del límite de tiempo."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207
-msgid ""
-"These extensions are responsible for the implementation and operation of Pix "
-"in your store."
-msgstr ""
-"Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
-"tienda."
+#: ../../src/Translations/AdminTranslations.php:1138,
+#: ../../src/Translations/AdminTranslations.php:1140,
+#: ../../src/Translations/AdminTranslations.php:1142,
+#: ../../src/Translations/AdminTranslations.php:1183
+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"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208
+#: ../../src/Translations/AdminTranslations.php:1139,
+#: ../../src/Translations/AdminTranslations.php:1141,
+#: ../../src/Translations/AdminTranslations.php:1143,
+#: ../../src/Translations/AdminTranslations.php:1184,
+#: ../../src/Translations/AdminTranslations.php:1185
msgid ""
-"It is an extension responsible for making payments via requests from the "
-"plugin to Mercado Pago."
+"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 ""
-"Es una extensión encargada de realizar los pagos a través de requests del "
-"plugin a Mercado Pago."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209
-msgid "Collections and installments"
-msgstr "Cobros y cuotas"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210
-msgid "Choose "
-msgstr "Elige "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211
-msgid "when you want to receive the money "
-msgstr "cuándo quieres recibir el dinero "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212
-msgid "from your sales and if you want to offer "
-msgstr "de las ventas y si quieres ofrecer "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213
-msgid "interest-free installments "
-msgstr "cuotas sin interés"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214
-msgid "to your clients."
-msgstr "a los clientes."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215
-msgid "Set deadlines and fees"
-msgstr "Ajustar plazos y tasas"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216,
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:124
-msgid "Questions? "
-msgstr "¿Tienes dudas?"
+"Pídele que vuelva a ingresarlos tal como figuran en la tarjeta o en la app "
+"de su banco para finalizar el pago."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217
-msgid "Review the step-by-step of "
-msgstr "Revisa el paso a paso de "
+#: ../../src/Translations/AdminTranslations.php:1144,
+#: ../../src/Translations/AdminTranslations.php:1167
+msgid "We protected you from a suspicious payment"
+msgstr "Te protegimos de un pago sospechoso"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218
-msgid "how to integrate the Mercado Pago Plugin "
-msgstr "cómo integrar el Plugin de Mercado Pago "
+#: ../../src/Translations/AdminTranslations.php:1145
+msgid "For safety reasons, this transaction cannot be completed."
+msgstr "Por motivos de seguridad, esta transacción no podrá ser finalizada."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
-msgid "on our webiste for developers."
-msgstr "en nuestro sitio de desarrolladores."
+#: ../../src/Translations/AdminTranslations.php:1147,
+#: ../../src/Translations/AdminTranslations.php:1166
+msgid ""
+"The buyer is suspended in our platform. Your client must contact us to check "
+"what happened."
+msgstr ""
+"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
+"con nosotros para ver qué pasó."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231
-msgid "1. Integrate your store with Mercado Pago "
-msgstr "1. Integra la tienda a Mercado Pago "
+#: ../../src/Translations/AdminTranslations.php:1148
+msgid "For safety reasons, the card issuing bank declined the payment"
+msgstr "Por seguridad, el banco emisor de la tarjeta rechazó el pago"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232
+#: ../../src/Translations/AdminTranslations.php:1149,
+#: ../../src/Translations/AdminTranslations.php:1168
msgid ""
-"To enable orders, you must create and activate production credentials in "
-"your Mercado Pago Account. "
+"Recommend your customer to pay with their usual payment method and device "
+"for online purchases."
msgstr ""
-"Para habilitar las ventas, debes crear y activar las credenciales de "
-"producción en tu cuenta de Mercado Pago. "
+"Recomiéndale a tu cliente que pague con el medio de pago y dispositivo que "
+"suele usar para compras online."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233
-msgid "Copy and paste the credentials below."
-msgstr "Copia y pega tus credenciales a continuación."
+#: ../../src/Translations/AdminTranslations.php:1150
+msgid "Your customer's credit card has no available limit"
+msgstr "La tarjeta de crédito de tu cliente no tiene límite disponible"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234
-msgid "Check credentials"
-msgstr "Consultar credenciales"
+#: ../../src/Translations/AdminTranslations.php:1151,
+#: ../../src/Translations/AdminTranslations.php:1152,
+#: ../../src/Translations/AdminTranslations.php:1156
+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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235
-msgid "Test credentials "
-msgstr "Credenciales de prueba "
+#: ../../src/Translations/AdminTranslations.php:1155
+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"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236
-msgid "Enable Mercado Pago checkouts for test purchases in the store."
+#: ../../src/Translations/AdminTranslations.php:1157
+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:1158
+msgid ""
+"Please ask them to choose a different number of installments or to pay with "
+"another method."
msgstr ""
-"Habilitan a los checkouts de Mercado Pago para pruebas de compras en la "
-"tienda."
+"Pídele que elija una cantidad de pagos diferente o que use con otro medio."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237
-msgid "Public key"
-msgstr "Public key"
+#: ../../src/Translations/AdminTranslations.php:1159,
+#: ../../src/Translations/AdminTranslations.php:1186
+msgid "Your customer needs to authorize the payment through their bank"
+msgstr "Tu cliente necesita autorizar el pago con su banco"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238
-msgid "Access Token"
-msgstr "Access Token"
+#: ../../src/Translations/AdminTranslations.php:1160,
+#: ../../src/Translations/AdminTranslations.php:1187
+msgid ""
+"Please ask them to call the telephone number on their card or to pay with "
+"another method."
+msgstr ""
+"Pídele que llame al teléfono que está en la tarjeta o que pague con otro "
+"medio."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239
-msgid "Production credentials"
-msgstr "Credenciales de producción"
+#: ../../src/Translations/AdminTranslations.php:1161
+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"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240
-msgid "Enable Mercado Pago checkouts to receive real payments in the store."
-msgstr ""
-"Habilitan a los checkouts de Mercado Pago para recibir pagos reales en "
-"tienda."
+#: ../../src/Translations/AdminTranslations.php:1162
+msgid "Check your approved payments to verify it."
+msgstr "Revisa tu cobros aprobados para verificarlo."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241
-msgid "Paste your Public Key here"
-msgstr "Pega aquí tu Public Key"
+#: ../../src/Translations/AdminTranslations.php:1163
+msgid "Your customer's card was is not activated yet"
+msgstr "La tarjeta de tu cliente aún no está habilitada"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242
-msgid "Paste your Access Token here"
-msgstr "Pega aquí tu Access Token"
+#: ../../src/Translations/AdminTranslations.php:1164
+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 ""
+"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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243,
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280
-msgid "Save and continue"
-msgstr "Guardar y continuar"
+#: ../../src/Translations/AdminTranslations.php:1170
+msgid ""
+"This payment was declined because it did not pass Mercado Pago security "
+"controls. Please ask your client to use another card."
+msgstr ""
+"Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
+"Pago. Pedile a tu cliente que use otra tarjeta."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254
-msgid "2. Customize your business"
-msgstr "2. Personaliza tu negocio"
+#: ../../src/Translations/AdminTranslations.php:1172
+msgid ""
+"The amount exceeded the card limit. Please ask your client to use another "
+"card or to get in touch with the bank."
+msgstr ""
+"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
+"tarjeta o que se comunique con el banco."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255
+#: ../../src/Translations/AdminTranslations.php:1174,
+#: ../../src/Translations/AdminTranslations.php:1178
msgid ""
-"Fill out the following information to have a better experience and offer "
-"more information to your clients"
+"Please ask your client to use another card or to get in touch with the card "
+"issuer."
msgstr ""
-"Completa los siguientes datos para tener una mejor experiencia y ofrecer más "
-"información a los clientes"
+"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
+"la tarjeta."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256
-msgid "Your store information"
-msgstr "Información sobre tu tienda"
+#: ../../src/Translations/AdminTranslations.php:1180
+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 ""
+"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
+"tarjeta o que se comunique con el banco."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257
-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:1188
+msgid "Your customer's debit card has insufficient funds"
+msgstr "La tarjeta de débito de tu cliente no tiene saldo suficiente"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258
-msgid "Eg: Mary's store"
-msgstr "Ej.: TiendaMaría"
+#: ../../src/Translations/AdminTranslations.php:1189
+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:1190
+msgid "Something went wrong and the payment was declined"
+msgstr "El pago fue rechazado porque hubo un error"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259
+#: ../../src/Translations/AdminTranslations.php:1191
msgid ""
-"If this field is empty, the purchase will be identified as Mercado Pago."
+"Please recommend you customer to try again or to pay with another payment "
+"method."
msgstr ""
-"Si el campo queda vacío, la compra del cliente se identificará como Mercado "
-"Pago."
+"Recomiéndale a tu cliente que intente nuevamente o pague con otro medio de "
+"pago."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260
-msgid "Identification in Activities of Mercad Pago"
-msgstr "Identificación en Actividad de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:1204
+msgid "Any questions?"
+msgstr "¿Tienes dudas? "
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261
-msgid "Eg: Marystore"
-msgstr "Ej.: Tienda de María"
+#: ../../src/Translations/AdminTranslations.php:1205
+msgid "Please check the"
+msgstr "Revisa las"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262
-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:1206,
+#: ../../src/Translations/AdminTranslations.php:1222
+msgid "FAQs"
+msgstr "preguntas frecuentes"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263
-msgid "Store category"
-msgstr "Categoría de la tienda"
+#: ../../src/Translations/AdminTranslations.php:1207
+msgid "on the dev website."
+msgstr "en el sitio para desarrolladores."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264
-msgid "Select"
-msgstr "Seleccionar"
+#: ../../src/Translations/AdminTranslations.php:1220
+msgid "Check our"
+msgstr "Revisa las"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265
-msgid "Select ”Other” if you do not find the appropriate category."
-msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada."
+#: ../../src/Translations/AdminTranslations.php:1223
+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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266
-msgid "Advanced integration options (optional)"
-msgstr "Opciones avanzadas de integración (opcional)"
+#: ../../src/Translations/AdminTranslations.php:1228
+msgid "1. Go to the dev website and open a"
+msgstr "1. Ingresa al sitio para desarrolladores y abre un"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267
-msgid ""
-"For further integration of your store with Mercado Pago (IPN, Certified "
-"Partners, Debug Mode)"
-msgstr ""
-"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
-"Certificados, Modo Debug)"
+#: ../../src/Translations/AdminTranslations.php:1230
+msgid "ticket"
+msgstr "ticket"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268
-msgid "View advanced options"
-msgstr "Ver opciones avanzadas"
+#: ../../src/Translations/AdminTranslations.php:1231
+msgid "in the Support section."
+msgstr "en la sección de Soporte."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269
-msgid "URL for IPN "
-msgstr "URL para IPN "
+#: ../../src/Translations/AdminTranslations.php:1236
+msgid "4. Download the"
+msgstr "4. Descarga el"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270
-msgid "Eg: https://examples.com/my-custom-ipn-url"
-msgstr "Ej.: https://examples.com/my-custom-ipn-url"
+#: ../../src/Translations/AdminTranslations.php:1237
+msgid "error history"
+msgstr "historial de errores "
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271
-msgid ""
-"Add the URL to receive payments notifications. Find out more information in "
-"the "
+#: ../../src/Translations/AdminTranslations.php:1238
+msgid "and share it with the Mercado Pago team when asked for it."
msgstr ""
-"Ingresa la URL para recibir notificaciones de pago. Consulta más información "
-"en los "
+"y compártelo con el equipo de Mercado Pago cuando se te sea solicitado."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272
-msgid "guides."
-msgstr "manuales."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273
-msgid "Add plugin default params"
-msgstr "Agregar parámetros default del plugin"
+#: ../../src/Translations/AdminTranslations.php:1242
+msgid "Do you need help?"
+msgstr "¿Necesitas ayuda?"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274
-msgid "integrator_id"
-msgstr "integrator_id"
+#: ../../src/Translations/AdminTranslations.php:1243
+msgid "How to open a ticket:"
+msgstr "Cómo abrir un ticket:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275
-msgid "Eg: 14987126498"
-msgstr "Ej.: 14987126498"
+#: ../../src/Translations/AdminTranslations.php:1245
+msgid "2. Fill out the form with your store details."
+msgstr "2. Completa el formulario con los datos de tu tienda."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276
+#: ../../src/Translations/AdminTranslations.php:1246
msgid ""
-"If you are a Mercado Pago Certified Partner, make sure to add your "
-"integrator_id. If you do not have the code, please "
+"3. Copy and paste the following details when asked for the the technical "
+"information:"
msgstr ""
-"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
-"integrator_id. Si no tienes el código, "
+"3. Copia y pega los siguientes datos cuando se te pida la información "
+"técnica:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277
-msgid "request it now. "
-msgstr "solicítalo ahora. "
+#: ../../src/Translations/AdminTranslations.php:1249
+msgid "Version:"
+msgstr "Versión"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278
-msgid "Debug and Log Mode"
-msgstr "Modo debug y log"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:279
-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:1250
+msgid "History of errors"
+msgstr "Historial de errores"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291
-msgid "3. Set payment methods"
-msgstr "3. Configura los medios de pago"
+#: ../../src/Translations/AdminTranslations.php:1251
+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 ""
+"Selecciona los archivos que quieras compartir con nuestro equipo y haz clic "
+"en “Descargar”. Esta información se te solicitará por e-mail al momento de "
+"ser necesario."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:292
-msgid "To view more options, please select a payment method below"
-msgstr "Selecciona uno de los siguientes medios de pago para ver más opciones"
+#: ../../src/Translations/AdminTranslations.php:1254
+msgid "Source"
+msgstr "Origen"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:293
-msgid "Settings"
-msgstr "Configurar"
+#: ../../src/Translations/AdminTranslations.php:1255
+msgid "File date"
+msgstr "Fecha de creación"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:294
-msgid "Continue"
-msgstr "Continuar"
+#: ../../src/Translations/AdminTranslations.php:1256
+msgid "Download"
+msgstr "Descargar"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305
-msgid "4. Test your store before you sell"
-msgstr "4. Testea tu tienda antes de vender"
+#: ../../src/Translations/AdminTranslations.php:1257
+msgid "Next Page"
+msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306
-msgid ""
-"Test the experience in Test Mode and then enable the Sale Mode (Production) "
-"to sell."
+#: ../../src/Translations/AdminTranslations.php:1258
+msgid "Previous page"
msgstr ""
-"Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) "
-"para realizar ventas."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307
-msgid "Choose how you want to operate your store:"
-msgstr "Elige cómo quieres operar tu tienda:"
+#: ../../src/Translations/AdminTranslations.php:1259
+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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308
-msgid "Test Mode"
-msgstr "Modo Test"
+#: ../../src/Translations/StoreTranslations.php:103
+msgid "discount of"
+msgstr "descuento de"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309
-msgid "Mercado Pago Checkouts disabled for real collections. "
-msgstr "Checkouts Mercado Pago inactivos para cobros reales. "
+#: ../../src/Translations/StoreTranslations.php:104
+msgid "fee of"
+msgstr "comisión de"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310
-msgid "Test Mode rules."
-msgstr "Reglas del modo test."
+#: ../../src/Translations/StoreTranslations.php:105
+msgid "and"
+msgstr "y"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311
-msgid "Sale Mode (Production)"
-msgstr "Modo Ventas (Producción)"
+#: ../../src/Translations/StoreTranslations.php:106
+msgid "Shipping service used by the store."
+msgstr "Servicio de envío utilizado por la tienda."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312
-msgid "Mercado Pago Checkouts enabled for real collections."
-msgstr "Checkouts Mercado Pago activos para cobros reales."
+#: ../../src/Translations/StoreTranslations.php:107
+msgid "Discount provided by store"
+msgstr "Descuento proporcionado por la tienda"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313
-msgid "Mercado Pago payment methods in Production Mode"
-msgstr "Medios de pago Mercado Pago en Modo Produción"
+#: ../../src/Translations/StoreTranslations.php:108
+msgid "Mercado Pago Discount"
+msgstr "Descuento de Mercado Pago:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314
-msgid "The clients can make real purchases in your store."
-msgstr "Los clientes pueden hacer compras reales en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:109
+msgid "Mercado Pago Commission"
+msgstr "Comisión de Mercado Pago:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315
-msgid "Mercado Pago payment methods in Test Mode"
-msgstr "Medios de pago Mercado Pago en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:121
+msgid "Checkout Pro in Test Mode"
+msgstr "Checkout Pro en Modo Test"
+
+#: ../../src/Translations/StoreTranslations.php:122,
+#: ../../src/Translations/StoreTranslations.php:180,
+#: ../../src/Translations/StoreTranslations.php:214
+msgid "Use Mercado Pago's payment methods without real charges. "
+msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316
-msgid "Create your "
-msgstr "Crea tu "
+#: ../../src/Translations/StoreTranslations.php:123,
+#: ../../src/Translations/StoreTranslations.php:181,
+#: ../../src/Translations/StoreTranslations.php:215,
+#: ../../src/Translations/StoreTranslations.php:336,
+#: ../../src/Translations/StoreTranslations.php:364
+msgid "See the rules for the test mode."
+msgstr "Consulte las reglas para el modo test."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317
-msgid "test user "
-msgstr "usuario de prueba "
+#: ../../src/Translations/StoreTranslations.php:124
+msgid "Log in to Mercado Pago and earn benefits"
+msgstr "Inicia sesión en Mercado Pago y obtén beneficios"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318
-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/StoreTranslations.php:125
+msgid "Easy login"
+msgstr "Ingresa con facilidad"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319
-msgid "Use our test cards, "
-msgstr "Utiliza nuestras tarjetas de prueba, "
+#: ../../src/Translations/StoreTranslations.php:126
+msgid "Log in with the same email and password you use in Mercado Libre."
+msgstr "Inicia sesión con tu mismo e-mail y contraseña de Mercado Libre."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320
-msgid "never use real cards. "
-msgstr "nunca utilices tarjetas reales. "
+#: ../../src/Translations/StoreTranslations.php:127
+msgid "Blue phone image"
+msgstr "Imagen de teléfono azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321
-msgid "Visit your store "
-msgstr "Visita tu tienda "
+#: ../../src/Translations/StoreTranslations.php:128
+msgid "Quick payments"
+msgstr "Paga rápido"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322
-msgid "to test purchases"
-msgstr "para testear compras"
+#: ../../src/Translations/StoreTranslations.php:129
+msgid "Use your saved cards, Pix or available balance."
+msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323
-msgid "Save changes"
-msgstr "Guardar cambios"
+#: ../../src/Translations/StoreTranslations.php:130
+msgid "Use your available Mercado Pago Wallet balance or saved cards."
+msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324
-msgid "Store under test"
-msgstr "Tienda en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:131
+msgid "Use your available money or saved cards."
+msgstr "Usa tu dinero disponible o tarjetas guardadas."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325
-msgid "Store in sale mode (Production)"
-msgstr "Tienda en Modo Ventas (Producción)"
+#: ../../src/Translations/StoreTranslations.php:132
+msgid "Blue wallet image"
+msgstr "Imagen de billetera azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326
-msgid "Enter test credentials"
-msgstr "Ingresa las credenciales de prueba"
+#: ../../src/Translations/StoreTranslations.php:133
+msgid "Protected purchases"
+msgstr "Protege tu compra"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:327
-msgid "To enable test mode, "
-msgstr "Para activar el modo de prueba, "
+#: ../../src/Translations/StoreTranslations.php:134
+msgid "Reliable purchases"
+msgstr "Compra con confianza"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:328
-msgid "copy your test credentials "
-msgstr "copia tus credenciales de prueba "
+#: ../../src/Translations/StoreTranslations.php:135
+msgid "Get your money back in case you don't receive your product."
+msgstr "Recupera tu dinero si no recibes el producto."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:329
-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/StoreTranslations.php:136
+msgid "Get help if you have a problem with your purchase."
+msgstr "Recibe ayuda si tienes algún problema con tu compra."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:366
-msgid "Invalid Access Token"
-msgstr "Access token no válido"
+#: ../../src/Translations/StoreTranslations.php:137
+msgid "Blue protection image"
+msgstr "Imagen de protección azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:368
-msgid "Valid Access Token"
-msgstr "Access token válido"
+#: ../../src/Translations/StoreTranslations.php:138
+msgid "Installments option"
+msgstr "Accede a cuotas"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:374
-msgid "Invalid Public Key"
-msgstr "Public key no válida"
+#: ../../src/Translations/StoreTranslations.php:139
+msgid "Pay with or without a credit card."
+msgstr "Paga con o sin tarjeta de crédito."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:376
-msgid "Valid Public Key"
-msgstr "Public key válida"
+#: ../../src/Translations/StoreTranslations.php:140
+msgid "Interest-free installments with selected banks."
+msgstr "Cuotas sin interés con bancos seleccionados."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:379
-msgid "Credentials must be valid"
-msgstr "Las credenciales deben ser válidas"
+#: ../../src/Translations/StoreTranslations.php:141
+msgid "Blue phone installments image"
+msgstr "Imagen de cuotas de teléfono azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:429
-msgid "Credentials were updated"
-msgstr "Se actualizaron las credenciales"
+#: ../../src/Translations/StoreTranslations.php:142
+msgid "Available payment methods"
+msgstr "Medios de pago disponibles"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:421
+#: ../../src/Translations/StoreTranslations.php:143,
+#: ../../src/Translations/StoreTranslations.php:186
msgid ""
-"Your store has exited Test Mode and is making real sales in Production Mode."
+"By continuing, you will be taken to Mercado Pago to safely complete your "
+"purchase."
msgstr ""
-"Ahora su tienda está fuera del modo de prueba y está realizando ventas "
-"reales en el modo de producción."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:422
-msgid "To test the store, re-enter both test credentials."
-msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:435
-msgid "Invalid credentials"
-msgstr "Credenciales no válidas"
+"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
+"segura."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:436
-msgid "See our manual to learn "
-msgstr "Consulte nuestro manual para saber "
+#: ../../src/Translations/StoreTranslations.php:144,
+#: ../../src/Translations/StoreTranslations.php:187
+msgid "Checkout Pro redirect info image"
+msgstr "Imagen de redirección de Checkout Pro"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:437
-msgid "how to enter the credentials the right way."
-msgstr "como ingresar las credenciales de forma correcta."
+#: ../../src/Translations/StoreTranslations.php:145,
+#: ../../src/Translations/StoreTranslations.php:188,
+#: ../../src/Translations/StoreTranslations.php:239,
+#: ../../src/Translations/StoreTranslations.php:281,
+#: ../../src/Translations/StoreTranslations.php:342,
+#: ../../src/Translations/StoreTranslations.php:374
+msgid "By continuing, you agree with our"
+msgstr "Al continuar, aceptas nuestros"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:497
-msgid "Store information is valid"
-msgstr "Información sobre tu tienda"
+#: ../../src/Translations/StoreTranslations.php:146,
+#: ../../src/Translations/StoreTranslations.php:189,
+#: ../../src/Translations/StoreTranslations.php:240,
+#: ../../src/Translations/StoreTranslations.php:282,
+#: ../../src/Translations/StoreTranslations.php:343,
+#: ../../src/Translations/StoreTranslations.php:375
+msgid "Terms and conditions"
+msgstr "Términos y condiciones"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:527
-msgid "Mercado Pago's Payment Methods in Test Mode"
-msgstr "Medios de pago Mercado Pago en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:147,
+#: ../../src/Translations/StoreTranslations.php:218,
+#: ../../src/Translations/StoreTranslations.php:263
+msgid "Pay with Mercado Pago"
+msgstr "Pagar con Mercado Pago"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:528
-msgid "Mercado Pago's Payment Methods in Production Mode"
-msgstr "Medios de pago Mercado Pago en Modo Produción"
+#: ../../src/Translations/StoreTranslations.php:148,
+#: ../../src/Translations/StoreTranslations.php:264
+msgid "Cancel & Clear Cart"
+msgstr "Cancelar & Limpiar carrito"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:521
-msgid "Invalid credentials for test mode"
-msgstr "Credenciales inválidas para el modo de prueba"
+#: ../../src/Translations/StoreTranslations.php:161
+msgid "Log in"
+msgstr "Inicia sesión"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:603
-msgid "Enabled"
-msgstr "Activado"
+#: ../../src/Translations/StoreTranslations.php:162
+msgid ""
+"or create an account in Mercado Pago. If you use Mercado Libre, you already "
+"have one!"
+msgstr ""
+"o crea una cuenta en Mercado Pago. Si utilizas Mercado Libre, ¡ya tienes una!"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:604
-msgid "Disabled"
-msgstr "Inactivo"
+#: ../../src/Translations/StoreTranslations.php:167
+msgid "Know your available limit in Mercado Crédito and"
+msgstr "Conoce tu límite disponible en Mercado Crédito y"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:632
-msgid "Valid Credentials"
-msgstr "Credenciales válidas"
+#: ../../src/Translations/StoreTranslations.php:168
+msgid "choose how many installments"
+msgstr "elige en cuántas cuotas"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:635
-msgid "Credentials couldn't be validated"
-msgstr "No se pudieron validar las credenciales"
+#: ../../src/Translations/StoreTranslations.php:169
+msgid "you want to pay"
+msgstr "quieres pagar"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:658
-msgid "Store business fields are valid"
-msgstr "Los campos comerciales de la tienda son válidos"
+#: ../../src/Translations/StoreTranslations.php:174
+msgid "Pay the installments as you prefer:"
+msgstr "Paga las cuotas como prefieras:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:661
-msgid "Store business fields couldn't be validated"
-msgstr "Los campos comerciales de la tienda no se pudieron validar"
+#: ../../src/Translations/StoreTranslations.php:175
+msgid "with money in your account, card of from the Mercado Pago app"
+msgstr "con dinero, tarjeta o directo desde la app de Mercado Pago"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:684
-msgid "At least one paymet method is enabled"
-msgstr "Al menos un método de pago está habilitado"
+#: ../../src/Translations/StoreTranslations.php:179
+msgid "No card installments in Test Mode"
+msgstr "Mensualidades sin tarjeta en Modo Test"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:687
-msgid "No payment method enabled"
-msgstr "No se habilitó ningún método de pago"
+#: ../../src/Translations/StoreTranslations.php:182
+msgid "How to use it?"
+msgstr "¿Cómo usar?"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:77
-msgid "Payment approved."
-msgstr "Pago aprobado."
+#: ../../src/Translations/StoreTranslations.php:190
+msgid "Pay in"
+msgstr "Compra en hasta"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:131,
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:135
-msgid "Waiting for the Pix payment."
-msgstr "Esperando el pago de Pix."
+#: ../../src/Translations/StoreTranslations.php:191
+msgid "installments"
+msgstr "12 pagos sin tarjeta"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:148,
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:152
-msgid "Waiting for the ticket payment."
-msgstr "Esperando el pago del boleto."
+#: ../../src/Translations/StoreTranslations.php:192
+msgid "with Mercado Pago"
+msgstr "con Mercado Pago"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:160
-msgid "The customer has not made the payment yet."
-msgstr "El cliente todavía no efectuó el pago."
+#: ../../src/Translations/StoreTranslations.php:193
+msgid "Read more"
+msgstr "Leer más"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:179
-msgid "Payment is pending review."
-msgstr "El pago está pendiente de revisión."
+#: ../../src/Translations/StoreTranslations.php:194
+msgid "Buy now and pay in installments with no card later!"
+msgstr "¡Compra ahora y paga después!"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:196
-msgid "Payment was declined. The customer can try again."
-msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
+#: ../../src/Translations/StoreTranslations.php:195
+msgid "100% online, without paperwork or monthly fees"
+msgstr "Compra en hasta 12 pagos mensuales sin usar tarjeta de crédito"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:211
-msgid "Payment was returned to the customer."
-msgstr "El pago fue devuelto al cliente."
+#: ../../src/Translations/StoreTranslations.php:196
+msgid "You can apply for your line of credit 100% online and securely."
+msgstr "Puedes solicitar tu línea de crédito 100% online y de forma segura."
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:225
-msgid "Payment was canceled."
-msgstr "El pago fue cancelado."
+#: ../../src/Translations/StoreTranslations.php:197
+msgid "Do everything from the Mercado Pago app!"
+msgstr "Sin trámites. ¡Haz todo desde la app de Mercado Pago!"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:240,
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:252
-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:198
+msgid "No maintenance fees or additional costs."
+msgstr "Sin tasas de mantenimiento ni costos adicionales."
-#. translators: 1: payment_id 2: status
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:318
-msgid ""
-"Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s."
-msgstr ""
-"Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s."
+#: ../../src/Translations/StoreTranslations.php:199
+msgid "Questions? "
+msgstr "¿Dudas? "
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:371
-msgid "Shipping service used by the store."
-msgstr "Servicio de envío utilizado por la tienda."
+#: ../../src/Translations/StoreTranslations.php:200
+msgid "Check our FAQ"
+msgstr "Consulta nuestra FAQ"
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:562,
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:563
-msgid "Discount provided by store"
-msgstr "Descuento proporcionado por la tienda"
+#: ../../src/Translations/StoreTranslations.php:201
+msgid ". Credit subject to approval."
+msgstr ". Crédito sujeto a aprobación."
-#. translators: %s coupon
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:130
-msgid "Discount for coupon %s"
-msgstr "Descuento para el cupón %s"
+#: ../../src/Translations/StoreTranslations.php:213
+msgid "Checkout Custom in Test Mode"
+msgstr "Tarjeta de crédito en Modo Test"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
-msgid " and fee of"
-msgstr " y comisión de"
+#: ../../src/Translations/StoreTranslations.php:216
+msgid "Pay with saved cards"
+msgstr "Paga con tarjetas guardadas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:547
+#: ../../src/Translations/StoreTranslations.php:217
msgid ""
-"Public Key production credential is invalid. Review the field to "
-"receive real payments."
+"Do you have a Mercado Libre account? Then use the same email and password to "
+"pay faster with Mercado Pago."
msgstr ""
-"La credencial para producción Public Key es inválida. Revísala para "
-"poder recibir pagos reales."
+"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
+"pagar más rápido con Mercado Pago."
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:556
-msgid ""
-"Public Key test credential is invalid. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Public Key es inválida. Revísala para poder "
-"realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:219
+msgid "With which card can you pay?"
+msgstr "¿Con qué tarjeta puedes pagar?"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:565
-msgid ""
-"Access Token production credential is invalid. Remember that it must "
-"be complete to receive real payments."
-msgstr ""
-"La credencial para producción Access Token es inválida. Revísala para "
-"poder recibir pagos reales."
+#: ../../src/Translations/StoreTranslations.php:220,
+#: ../../src/Translations/StoreTranslations.php:224
+msgid "See current promotions"
+msgstr "Ver promociones vigentes"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:574
-msgid ""
-"Access Token test credential is invalid. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Access Token es inválida. Revísala para poder "
-"realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:221
+msgid "Credit cards"
+msgstr "Tarjetas de crédito"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:592
-msgid ""
-"Public Key test credential is blank. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Public Key está en blanco. Revísala para "
-"poder realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:222
+msgid "Up to 12 installments"
+msgstr "Hasta 12 cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:601
-msgid ""
-"Public Key production credential is blank. Review the field to "
-"receive real payments."
-msgstr ""
-"La credencial para producción Public Key está en blanco. Revísala "
-"para poder recibir pagos reales."
+#: ../../src/Translations/StoreTranslations.php:223
+msgid "Debit cards"
+msgstr "Tarjetas de débito"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:610
-msgid ""
-"Access Token test credential is blank. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Access Token está en blanco. Revísala para "
-"poder realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:225
+msgid "Fill in your card details"
+msgstr "Completa los datos de tu tarjeta"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:619
-msgid ""
-"Access Token production credential is blank. Remember that it must be "
-"complete to receive real payments."
-msgstr ""
-"La credencial para producción Access Token está en blanco. Revísala "
-"para poder recibir pagos reales."
+#: ../../src/Translations/StoreTranslations.php:226
+msgid "Card number"
+msgstr "Número de Tarjeta"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:90
-msgid ""
-"There was an error processing your payment. Please try again or contact us "
-"for Assistance."
-msgstr ""
-"Se ha producido un error en el procesamiento de su pago. Por favor, "
-"inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
+#: ../../src/Translations/StoreTranslations.php:227,
+#: ../../src/Translations/StoreTranslations.php:229,
+#: ../../src/Translations/StoreTranslations.php:231,
+#: ../../src/Translations/StoreTranslations.php:233
+msgid "Required data"
+msgstr "Datos obligatorios"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:82,
-#: ../../templates/checkout/custom-checkout.php:45,
-#: ../../templates/receipt/custom-checkout.php:41
-msgid "Pay with Mercado Pago"
-msgstr "Pagar con Mercado Pago"
+#: ../../src/Translations/StoreTranslations.php:228
+msgid "Holder name as it appears on the card"
+msgstr "Nombre del titular como aparece en la tarjeta"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:84,
-#: ../../templates/receipt/custom-checkout.php:44
-msgid "Cancel & Clear Cart"
-msgstr "Cancelar & Limpiar carrito"
+#: ../../src/Translations/StoreTranslations.php:230
+msgid "Expiration"
+msgstr "Vencimiento"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:73,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82
-msgid "Apply"
-msgstr "Aplicar"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:74,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
-msgid "Remove"
-msgstr "Retirar"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
-msgid "Please, inform your coupon code"
-msgstr "Por favor, informe su código de cupón"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
-msgid "To choose"
-msgstr "Elegir"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
-msgid "Other bank"
-msgstr "Otro banco"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:148,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
-msgid "You will save"
-msgstr "Salvarás"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:149,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
-msgid "with discount of"
-msgstr "con descuento de"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:150,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
-msgid "Total of your purchase:"
-msgstr "Total de su compra:"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:151,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
-msgid "Total of your purchase with discount:"
-msgstr "Total de su compra con descuento:"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
-msgid "*After payment approval"
-msgstr "*Tras la aprobación del pago"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
-msgid "Terms and conditions of use"
-msgstr "Términos y condiciones de uso"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
-msgid "No fee"
-msgstr "Sin interés"
+#: ../../src/Translations/StoreTranslations.php:232
+msgid "Security Code"
+msgstr "Código de seguridad"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173
-msgid "More options"
-msgstr "Más opciones"
+#: ../../src/Translations/StoreTranslations.php:234,
+#: ../../src/Translations/StoreTranslations.php:337,
+#: ../../src/Translations/StoreTranslations.php:365
+msgid "Holder document"
+msgstr "Documento del titular"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
-msgid "mm/yy"
-msgstr "mm/aa"
+#: ../../src/Translations/StoreTranslations.php:235,
+#: ../../src/Translations/StoreTranslations.php:338,
+#: ../../src/Translations/StoreTranslations.php:366
+msgid "Invalid document"
+msgstr "Número de documento no válido"
+
+#: ../../src/Translations/StoreTranslations.php:236,
+#: ../../src/Translations/StoreTranslations.php:238
+msgid "Select the number of installments"
+msgstr "Selecciona la cantidad de cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
-#: ../../templates/checkout/custom-checkout.php:134
+#: ../../src/Translations/StoreTranslations.php:237,
+#: ../../src/Translations/StoreTranslations.php:242
msgid "Issuer"
msgstr "Banco"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165
+#: ../../src/Translations/StoreTranslations.php:241
+msgid "mm/yy"
+msgstr "mm/aa"
+
+#: ../../src/Translations/StoreTranslations.php:243
msgid "Installments"
-msgstr "12 pagos sin tarjeta"
+msgstr "Cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
+#: ../../src/Translations/StoreTranslations.php:244
msgid "on the back"
msgstr "del dorso"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
+#: ../../src/Translations/StoreTranslations.php:245
msgid "on the front"
msgstr "del frente"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
+#: ../../src/Translations/StoreTranslations.php:246
msgid "digits"
msgstr "dígitos"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:174
+#: ../../src/Translations/StoreTranslations.php:247
+msgid "No fee"
+msgstr "Sin interés"
+
+#: ../../src/Translations/StoreTranslations.php:248
+msgid "More options"
+msgstr "Más opciones"
+
+#: ../../src/Translations/StoreTranslations.php:249
msgid "If interest is applicable, it will be charged by your bank."
msgstr "Si corresponden intereses, serán aplicados por tu banco."
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175
+#: ../../src/Translations/StoreTranslations.php:250
msgid "Interest"
msgstr "Intereses"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178
+#: ../../src/Translations/StoreTranslations.php:251
msgid "Card number is required"
msgstr "Número de tarjeta obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:179
+#: ../../src/Translations/StoreTranslations.php:252
msgid "Card number invalid"
msgstr "Número de tarjeta inválido"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182
+#: ../../src/Translations/StoreTranslations.php:253
msgid "Holder name is required"
msgstr "Nombre del titular obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:183
+#: ../../src/Translations/StoreTranslations.php:254
msgid "Holder name invalid"
msgstr "Nombre del titular inválido"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:186,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188
+#: ../../src/Translations/StoreTranslations.php:255,
+#: ../../src/Translations/StoreTranslations.php:257
msgid "Expiration date invalid"
msgstr "Fecha de vencimiento inválido"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:187
+#: ../../src/Translations/StoreTranslations.php:256
msgid "Expiration date incomplete"
msgstr "Fecha de vencimiento obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:191
+#: ../../src/Translations/StoreTranslations.php:258
msgid "Security code is required"
msgstr "Código de seguridad obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:192
+#: ../../src/Translations/StoreTranslations.php:259
msgid "Security code incomplete"
msgstr "Código de seguridad incompleto"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:230
+#: ../../src/Translations/StoreTranslations.php:260
msgid "Cost of installments"
msgstr "Coste de las cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:231
+#: ../../src/Translations/StoreTranslations.php:261
msgid "Total with installments"
msgstr "Total con cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:232
+#: ../../src/Translations/StoreTranslations.php:262
msgid "installments of"
msgstr "cuotas de"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:139
+#: ../../src/Translations/StoreTranslations.php:276
+msgid "Pix in Test Mode"
+msgstr "Pix en Modo Test"
+
+#: ../../src/Translations/StoreTranslations.php:277
+msgid ""
+"You can test the flow to generate a code, but you cannot finalize the "
+"payment."
+msgstr ""
+"Es posible probar el flujo para generar una factura, pero no es posible "
+"finalizar el pago."
+
+#: ../../src/Translations/StoreTranslations.php:278
+msgid "Pay instantly"
+msgstr "Pago instantáneo"
+
+#: ../../src/Translations/StoreTranslations.php:279
+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:280
+msgid "Pix logo"
+msgstr "Pix logo"
+
+#: ../../src/Translations/StoreTranslations.php:283,
+#: ../../src/Translations/StoreTranslations.php:292
+msgid "Code valid for "
+msgstr "Código válido por "
+
+#: ../../src/Translations/StoreTranslations.php:284
msgid "Now you just need to pay with Pix to finalize your purchase"
msgstr "Ahora sólo tiene que pagar con Pix para finalizar su compra"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:140
+#: ../../src/Translations/StoreTranslations.php:285
msgid "How to pay with Pix:"
msgstr "Cómo pagar con Pix:"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
+#: ../../src/Translations/StoreTranslations.php:286
msgid "Go to your bank's app or website"
msgstr "Entra en la app o en la página web de tu banco"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142
+#: ../../src/Translations/StoreTranslations.php:287
msgid "Search for the option to pay with Pix"
msgstr "Busca la opción de pagar con Pix"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143
+#: ../../src/Translations/StoreTranslations.php:288
msgid "Scan the QR code or Pix code"
msgstr "Escanea el código QR o el código Pix"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144
+#: ../../src/Translations/StoreTranslations.php:289
msgid "Done! You will see the payment confirmation"
msgstr "Listo. Verás la confirmación del pago"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145
+#: ../../src/Translations/StoreTranslations.php:290
msgid "Value: "
msgstr "Valor: "
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147
+#: ../../src/Translations/StoreTranslations.php:291
msgid "Scan the QR code:"
msgstr "Escanea el código QR:"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150
+#: ../../src/Translations/StoreTranslations.php:293
msgid "If you prefer, you can pay by copying and pasting the following code"
msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152
+#: ../../src/Translations/StoreTranslations.php:294
msgid "Copy code"
msgstr "Copiar código"
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:112
-msgid "Pay in"
-msgstr "Compra en hasta"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:113
-msgid "installments"
-msgstr "12 pagos sin tarjeta"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:114
-msgid "with Mercado Pago"
-msgstr "con Mercado Pago"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:115
-msgid "Read more"
-msgstr "Saber más"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:116
-msgid "Buy now and pay in installments with no card later!"
-msgstr "¡Compra ahora y paga después!"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:117
-msgid "100% online,"
-msgstr "Compra en hasta"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:118
-msgid "without paperwork or monthly fees"
-msgstr "12 pagos mensuales sin usar tarjeta de crédito"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:119
-msgid "When paying, choose"
-msgstr "Puedes solicitar "
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:120
-msgid ". Login to your account or create one in a few steps."
-msgstr "tu línea de crédito 100% online y de forma segura."
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:121
-msgid "Search for"
-msgstr "Sin trámites."
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:122
-msgid ""
-"among the options, select it and choose in how many installments you would "
-"like to pay."
-msgstr " ¡Haz todo desde la app de Mercado Pago!"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:123
-msgid "Pay your installments monthly as you wish, in the Mercado Pago app."
-msgstr "Sin tasas de mantenimiento ni costos adicionales."
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126
-msgid "Check our FAQ"
-msgstr "Consulta nuestra FAQ"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:127
-msgid ". Credit subject to approval."
-msgstr ". Crédito sujeto a aprobación."
-
-#: ../../includes/module/sdk/lib/class-mp.php:182,
-#: ../../includes/module/sdk/lib/class-mp.php:634,
-#: ../../includes/module/sdk/lib/class-mp.php:682,
-#: ../../includes/module/sdk/lib/class-mp.php:727,
-#: ../../includes/module/sdk/lib/class-mp.php:986
-msgid "Response from cache"
-msgstr "Respuesta de la caché"
-
-#: ../../includes/module/sdk/lib/class-mp.php:1000
-msgid "Response from API"
-msgstr "Respuesta de la API"
-
-#. translators: 1: total_time currency 2: url
-#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179
-msgid "Took %1$s seconds to transfer a request to %2$s"
-msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s"
-
-#: ../../templates/checkout/basic-checkout.php:24
-msgid "Checkout Pro in Test Mode"
-msgstr "Checkout Pro en Modo Test"
-
-#: ../../templates/checkout/basic-checkout.php:25,
-#: ../../templates/checkout/credits-checkout.php:25
-msgid "Use Mercado Pago's payment methods without real charges. "
-msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
-
-#: ../../templates/checkout/basic-checkout.php:26,
-#: ../../templates/checkout/credits-checkout.php:26,
-#: ../../templates/checkout/ticket-checkout.php:26
-msgid "See the rules for the test mode."
-msgstr "Consulte las reglas para el modo test."
-
-#: ../../templates/checkout/basic-checkout.php:35
-msgid "Log in to Mercado Pago and earn benefits"
-msgstr "Inicia sesión en Mercado Pago y obtén beneficios"
-
-#: ../../templates/checkout/basic-checkout.php:54
-msgid ""
-"By continuing, you will be taken to Mercado Pago to safely complete your "
-"purchase."
-msgstr ""
-"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
-"segura."
-
-#: ../../templates/checkout/basic-checkout.php:56,
-#: ../../templates/checkout/credits-checkout.php:47
-msgid "Checkout Pro redirect info image"
-msgstr "Imagen de redirección de Checkout Pro"
-
-#: ../../templates/checkout/basic-checkout.php:66,
-#: ../../templates/checkout/credits-checkout.php:56,
-#: ../../templates/checkout/custom-checkout.php:169,
-#: ../../templates/checkout/pix-checkout.php:31,
-#: ../../templates/checkout/ticket-checkout.php:96
-msgid "By continuing, you agree with our"
-msgstr "Al continuar, aceptas nuestros"
-
-#: ../../templates/checkout/basic-checkout.php:67,
-#: ../../templates/checkout/credits-checkout.php:57,
-#: ../../templates/checkout/custom-checkout.php:170,
-#: ../../templates/checkout/pix-checkout.php:31,
-#: ../../templates/checkout/ticket-checkout.php:97
-msgid "Terms and conditions"
-msgstr "Términos y condiciones"
-
-#: ../../templates/checkout/credits-checkout.php:24
-msgid "No card installments in Test Mode"
-msgstr "Mensualidades sin tarjeta en Modo Test"
-
-#: ../../templates/checkout/credits-checkout.php:34
-msgid "How to use it?"
-msgstr "¿Cómo usar?"
-
-#: ../../templates/checkout/credits-checkout.php:37
-msgid ""
-"Log in or create an account in Mercado Pago. If you use Mercado "
-"Libre, you already have one!"
-msgstr ""
-"Inicia sesión o crea una cuenta en Mercado Pago. Si has usado Mercado "
-"Libre para comprar, ¡ya tienes una!"
-
-#: ../../templates/checkout/credits-checkout.php:38
-msgid ""
-"Know your available limit in Mercado Crédito and choose how many "
-"installments you want to pay."
-msgstr ""
-"Conoce el límite disponible de tu línea de crédito y elige el plazo en "
-"el que quieres pagar tu compra."
-
-#: ../../templates/checkout/credits-checkout.php:39
-msgid ""
-"Pay the installments as you prefer: with money in your account, card of "
-"from the Mercado Pago app."
-msgstr ""
-"Paga mes a mes con el medio de pago que prefieras. ¡Todo desde la app "
-"de Mercado Pago!"
+#: ../../src/Translations/StoreTranslations.php:295,
+#: ../../src/Translations/StoreTranslations.php:349,
+#: ../../src/Translations/StoreTranslations.php:373
+msgid "Mercado Pago: The customer has not paid yet."
+msgstr "Mercado Pago: El cliente no ha pagado todavía."
-#: ../../templates/checkout/credits-checkout.php:46
+#: ../../src/Translations/StoreTranslations.php:296
msgid ""
-"By confirming your purchase, you will be redirected to your Mercado Pago "
-"account."
+"Mercado Pago: Now you just need to pay with Pix to finalize your purchase."
msgstr ""
-"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
-"segura."
-
-#: ../../templates/checkout/custom-checkout.php:23
-msgid "Checkout Custom in Test Mode"
-msgstr "Tarjeta de crédito en Modo Test"
-
-#: ../../templates/checkout/custom-checkout.php:24
-msgid "Use Mercado Pago means without real charges."
-msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
-
-#: ../../templates/checkout/custom-checkout.php:25
-msgid "See test mode rules."
-msgstr "Ver las reglas del Modo Test."
-
-#: ../../templates/checkout/custom-checkout.php:36
-msgid "Pay with saved cards"
-msgstr "Paga con tarjetas guardadas"
+"Mercado Pago: Ahora sólo tiene que pagar con Pix para finalizar su compra."
-#: ../../templates/checkout/custom-checkout.php:40
+#: ../../src/Translations/StoreTranslations.php:297
msgid ""
-"Do you have a Mercado Libre account? Then use the same email and password to "
-"pay faster with Mercado Pago."
+"Scan the QR code below or copy and paste the code into your bank's "
+"application."
msgstr ""
-"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
-"pagar más rápido \n"
-"con Mercado Pago."
-
-#: ../../templates/checkout/custom-checkout.php:57
-msgid "With which card can you pay?"
-msgstr "¿Con qué tarjeta puedes pagar?"
-
-#: ../../templates/checkout/custom-checkout.php:70
-msgid "See current promotions"
-msgstr "Ver promociones vigentes"
-
-#: ../../templates/checkout/custom-checkout.php:78
-msgid "Fill in your card details"
-msgstr "Completa los datos de tu tarjeta"
-
-#: ../../templates/checkout/custom-checkout.php:80
-msgid "Card number"
-msgstr "Número de Tarjeta"
+"Escanee el código QR a continuación o copie y pegue el código en la "
+"aplicación de su banco."
-#: ../../templates/checkout/custom-checkout.php:82,
-#: ../../templates/checkout/custom-checkout.php:89,
-#: ../../templates/checkout/custom-checkout.php:98,
-#: ../../templates/checkout/custom-checkout.php:106
-msgid "Required data"
-msgstr "Datos obligatorios"
+#: ../../src/Translations/StoreTranslations.php:298
+msgid "30 minutes"
+msgstr "30 minutos"
-#: ../../templates/checkout/custom-checkout.php:87
-msgid "Holder name as it appears on the card"
-msgstr "Nombre del titular como aparece en la tarjeta"
+#: ../../src/Translations/StoreTranslations.php:310
+msgid "Payment approved."
+msgstr "Pago aprobado."
-#: ../../templates/checkout/custom-checkout.php:95
-msgid "Expiration"
-msgstr "Vencimiento"
+#: ../../src/Translations/StoreTranslations.php:311
+msgid "Waiting for the Pix payment."
+msgstr "Esperando el pago de Pix."
-#: ../../templates/checkout/custom-checkout.php:103
-msgid "Security Code"
-msgstr "Código de seguridad"
+#: ../../src/Translations/StoreTranslations.php:312
+msgid "Waiting for the ticket payment."
+msgstr "Esperando el pago del boleto."
-#: ../../templates/checkout/custom-checkout.php:113,
-#: ../../templates/checkout/ticket-checkout.php:36,
-#: ../../templates/checkout/ticket-checkout.php:53
-msgid "Holder document"
-msgstr "Documento del titular"
+#: ../../src/Translations/StoreTranslations.php:313
+msgid "The customer has not made the payment yet."
+msgstr "El cliente todavía no efectuó el pago."
-#: ../../templates/checkout/custom-checkout.php:114,
-#: ../../templates/checkout/ticket-checkout.php:37,
-#: ../../templates/checkout/ticket-checkout.php:54
-msgid "Invalid document"
-msgstr "Número de documento no válido"
+#: ../../src/Translations/StoreTranslations.php:314
+msgid "Payment is pending review."
+msgstr "El pago está pendiente de revisión."
-#: ../../templates/checkout/custom-checkout.php:129,
-#: ../../templates/checkout/custom-checkout.php:145
-msgid "Select the number of installments"
-msgstr "Selecciona la cantidad de cuotas"
+#: ../../src/Translations/StoreTranslations.php:315
+msgid "Payment was declined. The customer can try again."
+msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
-#: ../../templates/checkout/pix-checkout.php:22
-msgid "Pix in Test Mode"
-msgstr "Pix en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:316
+msgid "Payment was returned to the customer."
+msgstr "El pago fue devuelto al cliente."
-#: ../../templates/checkout/pix-checkout.php:22
+#: ../../src/Translations/StoreTranslations.php:317
msgid ""
-"You can test the flow to generate a code, but you cannot finalize the "
-"payment."
+"The payment was partially returned to the customer. the amount refunded "
+"was : "
msgstr ""
-"Es posible probar el flujo para generar una factura, pero no es posible "
-"finalizar el pago."
+"El pago se devolvió parcialmente al cliente. El montante reembolsado fue "
+"de : "
-#: ../../templates/checkout/pix-checkout.php:27
-msgid "Pay instantly"
-msgstr "Pago instantáneo"
+#: ../../src/Translations/StoreTranslations.php:318
+msgid "Payment was canceled."
+msgstr "El pago fue cancelado."
-#: ../../templates/checkout/pix-checkout.php:27
+#: ../../src/Translations/StoreTranslations.php:319,
+#: ../../src/Translations/StoreTranslations.php:320
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."
+"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."
-#: ../../templates/checkout/pix-checkout.php:27
-msgid "Pix logo"
-msgstr "Pix logo"
+#: ../../src/Translations/StoreTranslations.php:321
+msgid "The payment"
+msgstr "El pago"
-#: ../../templates/checkout/ticket-checkout.php:24
+#: ../../src/Translations/StoreTranslations.php:322
+msgid "was notified by Mercado Pago with status"
+msgstr "fue notificado por Mercado Pago con estado"
+
+#: ../../src/Translations/StoreTranslations.php:334
msgid "Offline Methods in Test Mode"
msgstr "Facturas en Modo Test"
-#: ../../templates/checkout/ticket-checkout.php:25
+#: ../../src/Translations/StoreTranslations.php:335
msgid ""
"You can test the flow to generate an invoice, but you cannot finalize the "
-"payment. "
+"payment."
msgstr ""
"Es posible testear el flujo para generar una factura, pero no es posible "
-"finalizar el pago. "
+"finalizar el pago."
-#: ../../templates/checkout/ticket-checkout.php:68
+#: ../../src/Translations/StoreTranslations.php:339,
+#: ../../src/Translations/StoreTranslations.php:367
msgid "Select where you want to pay"
msgstr "Selecciona el punto de pago donde quieres pagar"
-#: ../../templates/checkout/ticket-checkout.php:73
+#: ../../src/Translations/StoreTranslations.php:340,
+#: ../../src/Translations/StoreTranslations.php:368
msgid "more options"
msgstr "más opciones"
-#: ../../templates/checkout/ticket-checkout.php:78
+#: ../../src/Translations/StoreTranslations.php:341
msgid "Select a payment method"
msgstr "Seleccione una opción de pago"
-#: ../../templates/order/payment-status-metabox-content.php:30
-msgid ""
-"This is the payment status of your Mercado Pago Activities. To check the "
-"order status, please refer to Order details."
-msgstr ""
-"Este es el estado del pago de las Actividades de tu Mercado Pago. Para "
-"consultar el estado del pedido, consulta en Detalles del Pedido."
-
-#: ../../templates/order-received/show-ticket.php:19
+#: ../../src/Translations/StoreTranslations.php:344
msgid ""
"Great, we processed your purchase order. Complete the payment with ticket so "
"that we finish approving it."
@@ -3030,789 +2758,601 @@ msgstr ""
"Excelente, procesamos tu orden de compra. Completa el pago con ticket para "
"que terminemos de aprobarla."
-#: ../../templates/order-received/show-ticket.php:23
+#: ../../src/Translations/StoreTranslations.php:345
msgid "Print ticket"
msgstr "Imprimir ticket"
-#~ msgid "Fee"
-#~ msgstr "Tasa"
-
-#~ msgid "How does it work?"
-#~ msgstr "¿Cómo funciona?"
-
-#~ msgid "Checkout visualization:"
-#~ msgstr "Visualización en el checkout:"
+#: ../../src/Translations/StoreTranslations.php:346
+msgid " and "
+msgstr " e "
-#~ 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/StoreTranslations.php:347
+msgid "To print the ticket again click"
+msgstr "Para reimprimir o boleto clique"
-#~ msgid "Banner visualization"
-#~ msgstr "Visualización del componente"
+#: ../../src/Translations/StoreTranslations.php:348
+msgid "here"
+msgstr "aqui"
-#~ msgid "Check the example of how it will appear in the store:"
-#~ msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:"
+#: ../../src/Translations/StoreTranslations.php:362
+msgid "Checkout PSE in Test Mode"
+msgstr "Checkout PSE en Modo Test"
-#~ msgid "Bank Transfer"
-#~ msgstr "Transferencia bancaria"
+#: ../../src/Translations/StoreTranslations.php:363
+msgid "You can test the flow to generate a payment with PSE"
+msgstr "Puede probar el flujo para generar un pago con PSE"
-#~ msgid "Payment by cash"
-#~ msgstr "Pagos en efectivo"
+#: ../../src/Translations/StoreTranslations.php:369
+msgid "Person type "
+msgstr "Tipo de persona "
-#~ msgid ""
-#~ "If you already have a Mercado Libre account, use the same email and "
-#~ "password"
-#~ msgstr ""
-#~ "Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña"
+#: ../../src/Translations/StoreTranslations.php:370
+msgid "Financial institution"
+msgstr "Institución financiera"
-#~ msgid ""
-#~ "When you confirm your purchase, we will redirect you to your Mercado Pago "
-#~ "account"
-#~ msgstr ""
-#~ "Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado "
-#~ "Pago"
+#: ../../src/Translations/StoreTranslations.php:371
+msgid "Select the financial institution"
+msgstr "Seleccione la entidad financiera"
-#~ msgid "Payment with Mercado Credito"
-#~ msgstr "Pagos con Mercado Crédito"
+#: ../../src/Translations/StoreTranslations.php:372
+msgid "Select the institution"
+msgstr "Seleccione la institución"
-#~ msgid "New!"
-#~ msgstr "¡Nuevo!"
+#: ../../src/Translations/StoreTranslations.php:387
+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."
-#~ msgid ""
-#~ "With Mercado Credito, clients can pay "
-#~ "in installments with no card, by transfers, invoice or money available "
-#~ "in their Mercado Pago account. By activating the no-card "
-#~ "installments banner, you will increase your chances of selling."
-#~ msgstr ""
-#~ "Con Mercado Crédito, los clientes "
-#~ "pagan en cuotas sin tarjeta, por transferencia, tarjeta de débito, "
-#~ "efectivo o dinero disponible en la cuenta de Mercado Pago. Al "
-#~ "activar el componente de cuotas sin tarjeta, aumentarás tus chances "
-#~ "de vender. Para saber más, ingresá a documentación."
+#: ../../src/Translations/StoreTranslations.php:388
+msgid ""
+"A problem was occurred when processing your payment. Are you sure you have "
+"correctly filled all information in the checkout form?"
+msgstr ""
+"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
+"cargado la información en el formulario?"
-#~ msgid "The no-card installments banner is disabled."
-#~ msgstr "El componente de cuotas sin tarjeta está desactivado ."
+#: ../../src/Translations/StoreTranslations.php:389
+msgid "See your order form"
+msgstr "Ver su hoja de pedido"
-#~ msgid "Earn more points and have exclusive benefits in Mercado Puntos"
-#~ msgstr "Gana más puntos y ventajas exclusivas en Mercado Puntos "
+#: ../../src/Translations/StoreTranslations.php:390
+msgid "Your payment was declined. You can try again."
+msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#~ msgid "Error loading form."
-#~ msgstr "Error al cargar el formulario."
+#: ../../src/Translations/StoreTranslations.php:391
+msgid "Click to try again"
+msgstr "Haga clic para intentarlo de nuevo"
-#~ msgid "Please refresh the page to try again."
-#~ msgstr "Actualice la página para volver a intentarlo."
+#: ../../src/Translations/StoreTranslations.php:392
+msgid "That's it, payment accepted!"
+msgstr "Listo, ¡aceptamos tu pago!"
-#~ msgid "Refresh page"
-#~ msgstr "Actualizar página"
+#: ../../src/Translations/StoreTranslations.php:393
+msgid ""
+"We are processing your payment. In less than an hour we will send you the "
+"result by email."
+msgstr ""
+"Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
+"por correo electrónico."
-#~ msgid "Type of topic IPN invalid, need to be merchant_order"
-#~ msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`"
+#: ../../src/Translations/StoreTranslations.php:394
+msgid ""
+"We are processing your payment. In less than 2 days we will send you by "
+"email if the payment has been approved or if additional information is "
+"needed."
+msgstr ""
+"Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
+"electrónico si se ha aprobado el pago o si se necesita información adicional."
-#~ msgid "Click here to see more details..."
-#~ msgstr "Haga clic aquí para ver más detalles…"
+#: ../../src/Translations/StoreTranslations.php:395
+msgid "Check the card number."
+msgstr "Compruebe el número de tarjeta."
-#~ msgid "Purchases with saved cards or money in Mercado Pago"
-#~ msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago"
+#: ../../src/Translations/StoreTranslations.php:396
+msgid "Check the expiration date."
+msgstr "Compruebe la fecha de expiración."
-#~ msgid ""
-#~ "Feature for those who have a saved card or money in Mercado Pago to buy "
-#~ "without having to fill in details."
-#~ msgstr ""
-#~ "Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en "
-#~ "Mercado Pago puedan comprar sin la necesidad de completar datos."
+#: ../../src/Translations/StoreTranslations.php:397
+msgid "Check the information provided."
+msgstr "Compruebe la información informada."
-#~ msgid "The feature for payments with saved cards is active."
-#~ msgstr ""
-#~ "La funcionalidad para pagos con tarjetas guardadas está activa"
-#~ "b>."
+#: ../../src/Translations/StoreTranslations.php:398
+msgid "Check the informed security code."
+msgstr "Compruebe el código de seguridad informado."
-#~ msgid "The feature for payments with saved cards is inactive."
-#~ msgstr ""
-#~ "La funcionalidad para pagos con tarjetas guardadas está "
-#~ "inactiva."
+#: ../../src/Translations/StoreTranslations.php:399,
+#: ../../src/Translations/StoreTranslations.php:400
+msgid "Your payment cannot be processed."
+msgstr "No se puede procesar su pago."
-#~ msgid "You can see how the feature is in your store Checkout below:"
-#~ msgstr ""
-#~ "A continuación, cómo es la funcionalidad en el checkout de la tienda:"
+#: ../../src/Translations/StoreTranslations.php:401
+msgid "You must authorize payments for your orders."
+msgstr "Usted debe autorizar los pagos de sus órdenes."
-#~ msgid "Mercado Pago customers can now pay with stored cards."
-#~ msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas."
+#: ../../src/Translations/StoreTranslations.php:402
+msgid ""
+"Contact your card issuer to activate it. The phone is on the back of your "
+"card."
+msgstr ""
+"Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
+"se encuentra en la parte posterior de su tarjeta."
-#~ msgid ""
-#~ "The function Saved card payments is enabled. With this setting, "
-#~ "customers using Mercado Pago can purchase without having to fill in "
-#~ "payment details. You can control this option in the settings."
-#~ msgstr ""
-#~ "La función Pago con tarjetas guardadas de Mercado Pago está habilitada. "
-#~ "Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que "
-#~ "completar los datos de la tarjeta. Puedes controlar esta opción en "
-#~ "configuración."
+#: ../../src/Translations/StoreTranslations.php:403
+msgid ""
+"You have already made a payment of this amount. If you have to pay again, "
+"use another card or other method of payment."
+msgstr ""
+"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
+"utilizar otra tarjeta u otro medio de pago."
-#~ msgid "Go to settings"
-#~ msgstr "Ir a la configuración"
+#: ../../src/Translations/StoreTranslations.php:404
+msgid ""
+"Your payment was declined. Please select another payment method. It is "
+"recommended in cash."
+msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#~ msgid "No need to fill out details"
-#~ msgstr "Sin cargar datos"
+#: ../../src/Translations/StoreTranslations.php:405
+msgid "Your payment does not have sufficient funds."
+msgstr "Su metodo de pago no tiene fondos suficientes."
-#~ msgid "Installments available"
-#~ msgstr "Cuotas disponibles"
+#: ../../src/Translations/StoreTranslations.php:406
+msgid "Payment cannot process the selected fee."
+msgstr "El pago no puede procesar la cuota seleccionada."
-#~ msgid "Pay faster with your saved cards and without completing data."
-#~ msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos."
+#: ../../src/Translations/StoreTranslations.php:407
+msgid ""
+"You have reached the limit of allowed attempts. Choose another card or other "
+"payment method."
+msgstr ""
+"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
+"medio de pago."
-#, fuzzy
-#~| msgid "Important! To sell you must enter your credentials."
-#~ msgid "Important! To sell, you must enter your credentials."
-#~ msgstr "¡Importante! Para vender debe introducir sus credenciales."
+#: ../../src/Translations/StoreTranslations.php:408
+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 ""
+"Intento de transacción no válido Está intentando "
+"realizar una transacción productiva con credenciales de prueba o una "
+"transacción de prueba con credenciales productivas. Asegúrese de que está "
+"utilizando la configuración de credenciales correcta para la acción deseada."
-#~ msgid "Go to step-by-step"
-#~ msgstr "Ir al paso a paso"
+#: ../../src/Translations/StoreTranslations.php:409
+msgid ""
+"Invalid transaction attempt It is not possible to pay "
+"with the email address entered. Please enter another e-mail address."
+msgstr ""
+"Intento de transacción no válido No es posible pagar con "
+"el email introducido. Por favor, introduzca otro email."
-#~ msgid "Update failed, invalid Credentials"
-#~ msgstr "Actualización fallida, credenciales no válidas"
+#: ../../src/Translations/StoreTranslations.php:410
+msgid "This payment method cannot process your payment."
+msgstr "Este medio de pago no puede procesar su pago."
-#~ msgid "Up to 24 installments"
-#~ msgstr "Hasta 24 cuotas"
+#: ../../src/Translations/StoreTranslations.php:422
+msgid ""
+"Your bank needs you to authorize the payment Please call "
+"the telephone number on your card or pay with another method."
+msgstr ""
+"Tu banco necesita que autorices el pago Llama al "
+"teléfono que está en la tarjeta o paga con otro medio."
-#~ msgid ""
-#~ "Important! Do not forget to add the credentials and details of your store."
-#~ msgstr ""
-#~ "¡Importante! No olvides ingresar las credenciales y datos de la tienda."
+#: ../../src/Translations/StoreTranslations.php:423,
+#: ../../src/Translations/StoreTranslations.php:424
+msgid ""
+"For safety reasons, your payment was declined We "
+"recommended paying with your usual payment method and device for online "
+"purchases."
+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."
-#~ msgid ""
-#~ "Before setting up payments, follow the step-by-step to start selling."
-#~ msgstr ""
-#~ "Antes de configurar los pagos, haz el paso a paso para comenzar a vender."
+#: ../../src/Translations/StoreTranslations.php:425,
+#: ../../src/Translations/StoreTranslations.php:426,
+#: ../../src/Translations/StoreTranslations.php:427,
+#: ../../src/Translations/StoreTranslations.php:428
+msgid ""
+"One or more card details were entered incorrecctly"
+"strong> Please enter them again as they appear on the card to complete "
+"the payment."
+msgstr ""
+"Ingresaste uno o más datos de tu tarjeta de forma incorrecta"
+"strong> Vuelve a ingresarlos tal como figuran en la tarjeta para "
+"finalizar el pago."
-#~ msgid "To enable and test sales, you must copy and paste your "
-#~ msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar "
+#: ../../src/Translations/StoreTranslations.php:429
+msgid ""
+"Your credit card has no available limit Please pay using "
+"another card or choose another payment method."
+msgstr ""
+"Tu tarjeta de crédito no tiene límite disponible Paga "
+"con otra tarjeta o elige otro medio de pago."
-#~ msgid "Mandatory data"
-#~ msgstr "Campo obligatorio"
+#: ../../src/Translations/StoreTranslations.php:430
+msgid ""
+"Your debit card has insufficient founds Please pay using "
+"another card or choose another payment method."
+msgstr ""
+"Tu tarjeta de débito no tiene saldo suficiente Paga con "
+"otra tarjeta o elige otro medio de pago."
-#~ msgid "Use the test-specific cards that are in the"
-#~ msgstr "Utiliza las tarjetas específicas para testear que estén bajo las"
+#: ../../src/Translations/StoreTranslations.php:431
+msgid ""
+"Your card does not accept the number of installments selected"
+"strong> Please choose a different number of installments or use a "
+"different payment method ."
+msgstr ""
+"Tu tarjeta no acepta la cantidad de pagos que seleccionaste"
+"strong> Elige una cantidad de pagos diferente o use otro medio."
-#~ msgid "Until"
-#~ msgstr "Hasta"
+#: ../../src/Translations/StoreTranslations.php:432
+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 ""
+"Necesitas habilitar tu tarjeta Comunícate con tu banco "
+"llamando al número que está al dorso de la tarjeta o elige otro medio de "
+"pago."
-#~ msgid "installment"
-#~ msgstr "cuota"
+#: ../../src/Translations/StoreTranslations.php:433
+msgid ""
+"You reached the limit of payment attempts with this card"
+"strong> Please pay using another card or choose another payment method."
+msgstr ""
+"Alcanzaste el límite de intentos de pago con esta tarjeta"
+"strong> Paga con otra tarjeta o elige otro medio de pago."
-#~ msgid "We take you to our site to complete the payment"
-#~ msgstr "Te llevamos a nuestro sitio para completar el pago"
+#: ../../src/Translations/StoreTranslations.php:434
+msgid ""
+"Your payment was declined because you already paid for this "
+"purchase Check your card transactions to verify it."
+msgstr ""
+"Tu pago fue rechazado porque ya pagaste esta compra"
+"strong> Revisa los consumos de tu tarjeta para verificarlo."
-#~ msgid "Enter your discount coupon"
-#~ msgstr "Ingresa tu cupón de descuento"
+#: ../../src/Translations/StoreTranslations.php:435,
+#: ../../src/Translations/StoreTranslations.php:436,
+#: ../../src/Translations/StoreTranslations.php:437
+msgid ""
+"The card issuing bank declined the payment We "
+"recommended paying with another payment method or contact your bank."
+msgstr ""
+"El banco emisor de la tarjeta rechazó tu pago Te "
+"recomendamos pagar con otro medio de pago o comunicarte con tu banco."
-#~ msgid "Enter your coupon"
-#~ msgstr "Ingresa tu cupón"
+#: ../../src/Translations/StoreTranslations.php:438
+msgid ""
+"For safety reasons, the card issuing bank declined the payment"
+"strong> We recommended paying with your usual payment method and device "
+"for online purchases."
+msgstr ""
+"Por motivos de seguridad, el banco de la tarjeta rechazó el pago"
+"b> Te recomendamos pagar con el medio de pago y dispositivo que sueles "
+"usar para compras online."
-#~ msgid "The code you entered is incorrect"
-#~ msgstr "El código que ingresaste es incorrecto"
+#: ../../src/Translations/StoreTranslations.php:439
+msgid ""
+"Your payment was declined because something went wrong"
+"strong> We recommended trying again or paying with another method."
+msgstr ""
+"Tu pago fue rechazado porque hube un error Te "
+"recomendamos intentar nuevamente o pagar con otro medio de pago."
-#~ msgid "Invalid Card Number"
-#~ msgstr "Numero de tarjeta invalido"
+#: ../../src/Translations/StoreTranslations.php:451
+msgid "We are taking you to validate the card"
+msgstr "Te estamos llevando a validar la tarjeta"
-#~ msgid "Name and surname of the cardholder"
-#~ msgstr "Nombre y apellido del titular de la tarjeta"
+#: ../../src/Translations/StoreTranslations.php:452
+msgid "with your bank"
+msgstr "con tu banco"
-#~ msgid "Invalid Expiration Date"
-#~ msgstr "Fecha de expiracion inválida"
+#: ../../src/Translations/StoreTranslations.php:453
+msgid "We need to confirm that you are the cardholder."
+msgstr "Necesitamos confirmar que eres titular de la tarjeta."
-#~ msgid "Last 3 numbers on the back"
-#~ msgstr "Últimos 3 números en el reverso"
+#: ../../src/Translations/StoreTranslations.php:454
+msgid "We are receiving the response from your bank"
+msgstr "Estamos recibiendo la respuesta de tu banco"
-#~ msgid "In how many installments do you want to pay"
-#~ msgstr "En cuántas cuotas quieres pagar"
+#: ../../src/Translations/StoreTranslations.php:455
+msgid "Complete the bank validation so your payment can be approved"
+msgstr "Completa la validación del banco para aprobar tu pago"
-#~ msgid "Converted payment of"
-#~ msgstr "Pago convertido de"
+#: ../../src/Translations/StoreTranslations.php:456
+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."
-#~ msgid "for"
-#~ msgstr "para"
+#: ../../src/Translations/StoreTranslations.php:457
+msgid ""
+"For safety reasons, your payment was declined We recommend paying "
+"with your usual payment method and device for online purchases."
+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."
-#~ msgid "Enter your document number"
-#~ msgstr "Ingresa tu número de documento"
+#~ msgid "How does it work?"
+#~ msgstr "¿Cómo funciona?"
-#~ msgid "Type"
-#~ msgstr "Tipo"
+#~ msgid "When paying, choose"
+#~ msgstr "Al pagar elegí"
-#~ msgid "Document number"
-#~ msgstr "Número de documento"
+#~ msgid ". Login to your account or create one in a few steps."
+#~ msgstr ". Podrás ingresar con tu cuenta o crear una en pocos pasos."
-#~ msgid "Only numbers"
-#~ msgstr "Sólo números"
+#~ msgid "Search for"
+#~ msgstr "Busca"
-#~ msgid "Obligatory field"
-#~ msgstr "Campo obligatorio"
+#~ msgid "Mercado Credito"
+#~ msgstr "Mercado Crédito"
#~ msgid ""
-#~ "When you finish the order, you will see the code to complete the payment."
-#~ msgstr "Cuando termines el pedido, verás el código para completar el pago."
-
-#~ msgid "CI"
-#~ msgstr "CI"
-
-#~ msgid "You must provide your document number"
-#~ msgstr "Debe informar su número de documento"
-
-#~ msgid "Complete all fields, they are mandatory."
-#~ msgstr "Complete todos los campos, son obligatorios."
-
-#~ msgid "Select the issuer with whom you want to process the payment"
-#~ msgstr "Selecciona el emisor con el que quieras procesar el pago"
-
-#~ msgid "Lottery"
-#~ msgstr "Lotéricas"
-
-#~ msgid "CPF/CNPJ"
-#~ msgstr "CPF/CNPJ"
-
-#~ msgid "Enable or inactivate the payments via Pix"
-#~ msgstr "Activar o desactivar pagos por Pix"
-
-#~ msgid "If you change the display text, no translation will be available"
+#~ "among the options, select it and choose in how many installments you "
+#~ "would like to pay."
#~ msgstr ""
-#~ "Si cambia el texto de la pantalla Checkout, no habrá traducción disponible"
+#~ "entre las opciones, selecciónalo y elegí en cuántas cuotas quieres pagar."
-#~ msgid "Approve your account, it will only take a few minutes"
-#~ msgstr "Homologa tu cuenta, solo te llevará unos minutos"
-
-#~ msgid ""
-#~ "Complete this process to secure your customers data and comply with the "
-#~ "regulations and legal provisions of each country."
+#~ msgid "Pay your installments monthly as you wish, in the Mercado Pago app."
#~ msgstr ""
-#~ "Complete este proceso para proteger los datos de sus clientes y cumplir "
-#~ "con las regulaciones y disposiciones legales de cada país."
-
-#~ msgid "Homologate account in Mercado Pago"
-#~ msgstr "Homologar cuenta en Mercado Pago"
-
-#~ msgid "No"
-#~ msgstr "No"
+#~ "Pagá mes a mes tus cuotas como prefieras, desde la app de Mercado Pago."
-#~ msgid "Yes"
-#~ msgstr "Sí"
+#~ msgid "Review the step-by-step of"
+#~ msgstr "Revisa el paso a paso de"
-#~ msgid "Set up"
-#~ msgstr "Ajustes"
+#~ msgid "on our website for developers."
+#~ msgstr "en nuestro sitio de desarrolladores."
-#~ msgid "Your opinion helps us get better"
-#~ msgstr "Tu opinión nos ayuda a mejorar"
-
-#~ msgid "Guides and Documentation"
-#~ msgstr "Guías y documentación"
-
-#~ msgid "Report Problem"
-#~ msgstr "Informar problema"
-
-#~ msgid "Accept all method of payment and take your charges to another level"
-#~ msgstr "Acepta todos los medios de pago y lleva tus cobros a otro nivel"
-
-#~ msgid ""
-#~ "Turn your online store into your customers preferred payment gateway. "
-#~ "Choose if the final payment experience will be inside or outside your "
-#~ "store."
-#~ msgstr ""
-#~ "Convierte tu tienda online en la pasarela de pagos preferida de tus "
-#~ "clientes. Elige si la experiencia de pago final será dentro o fuera de tu "
-#~ "tienda."
-
-#~ msgid "Configure Mercado Pago for WooCommerce"
-#~ msgstr "Ingresá la información de tu negocio"
+#~ msgid "Questions?"
+#~ msgstr "¿Dudas?"
#~ msgid ""
-#~ "Enable the experience of the Checkout Pro in your online store, select "
-#~ "the means of payment available to your customers and define the "
-#~ "maximum fees in which they can pay you."
+#~ "To enable orders, you must create and activate production credentials in "
+#~ "your Mercado Pago Account."
#~ msgstr ""
-#~ "Habilita la experiencia del Checkout Pro en tu tienda online, selecciona "
-#~ "los medios de pago disponibles para tus clientes y define el máximo "
-#~ "de cuotas en el que podrán pagarte."
-
-#~ msgid "Set payment preferences in your store"
-#~ msgstr "Configura las preferencias de pago en tu tienda"
+#~ "Para habilitar las ventas, debes crear y activar las credenciales de "
+#~ "producción en tu cuenta de Mercado Pago."
-#~ msgid "Select offline payments"
-#~ msgstr "Selecciona medios de pago presenciales"
+#~ msgid "Check credentials"
+#~ msgstr "Consultar credenciales"
-#~ msgid "Select debit cards"
-#~ msgstr "Selecciona tarjetas de débito"
-
-#~ msgid "Select credit cards"
-#~ msgstr "Selecciona tarjetas de crédito"
-
-#~ msgid "Checkout of payments with debit and credit cards %s"
-#~ msgstr "Checkout de pagos con tarjetas de débito y crédito %s"
-
-#~ msgid ""
-#~ "Accept payments instantly and maximize the conversion of your business"
-#~ msgstr "Acepta pagos al instante y maximiza la conversión de tu negocio"
-
-#~ msgid ""
-#~ "Turn your online store into a secure and easy-to-use payment gateway for "
-#~ "your customers. With personalized checkout your customers pay without "
-#~ "leaving your store!"
+#~ msgid "To view more options, please select a payment method below"
#~ msgstr ""
-#~ "Convierte tu tienda online en una pasarela de pagos segura y fácil de "
-#~ "usar para tus clientes. Con el checkout personalizado tus clientes pagan "
-#~ "¡sin salir de tu tienda!"
-
-#~ msgid "Set up the payment experience in your store"
-#~ msgstr "Ingresá la información de tu negocio"
-
-#~ msgid "Configure the personalized payment experience in your store"
-#~ msgstr "Configura las preferencias de pago en tu tienda"
-
-#~ msgid "%s, it only takes a few minutes"
-#~ msgstr "%s, solo te llevará unos minutos"
-
-#~ msgid "Approve your account"
-#~ msgstr "Homologa tu cuenta"
-
-#~ msgid "Title"
-#~ msgstr "Título"
+#~ "Selecciona uno de los siguientes medios de pago para ver más opciones"
#~ msgid ""
-#~ "Credentials are the keys we provide you to integrate quickly and "
-#~ "securely. You must have a %s in Mercado Pago to obtain and collect them "
-#~ " on your website. You do not need to know how to design or program to "
-#~ "do it"
+#~ "Test the experience in Test Mode and then enable the Sale Mode "
+#~ "(Production) to sell."
#~ msgstr ""
-#~ "Las credenciales son las claves que te proporcionamos para que integres "
-#~ "de forma rápida y segura. Debes tener una %s en Mercado Pago para "
-#~ "obtenerlas y cobrar en tu sitio web. No necesitas saber diseñar o "
-#~ "programar para hacerlo"
-
-#~ msgid "approved account"
-#~ msgstr "cuenta homologada"
-
-#~ msgid "Select your country"
-#~ msgstr "Selecciona tu país"
-
-#~ msgid "Select the country in which you operate with Mercado Pago"
-#~ msgstr "Selecciona el país en el que operas con Mercado Pago"
-
-#~ msgid "Activate the Mercado Pago experience at the checkout of your store."
-#~ msgstr "Activa la experiencia de Mercado Pago en el checkout de tu tienda."
-
-#~ msgid "Binary mode"
-#~ msgstr "Modo binario"
+#~ "Testea la experiencia en Modo Test. Luego activa el Modo Ventas "
+#~ "(Producción) para realizar ventas."
-#~ msgid ""
-#~ "Accept and reject payments automatically. Do you want us to activate it?"
-#~ msgstr ""
-#~ "Acepta y rechaza pagos de forma automática. ¿Quieres que lo activemos?"
+#~ msgid "Do you have a minute to share your experience with our plugin?"
+#~ msgstr "¿tienes un minuto para compartir tu experiencia con nuestro plugin?"
#~ msgid ""
-#~ "If you activate binary mode you will not be able to leave pending "
-#~ "payments. This can affect fraud prevention. Leave it idle to be backed by "
-#~ "our own tool."
+#~ "Your opinion is very important so that we can offer you the best possible "
+#~ "payment solution and continue to improve."
#~ msgstr ""
-#~ "Si activa el modo binario no podrá dejar pagos pendientes. Esto puede "
-#~ "afectar la prevención del fraude. Déjelo inactivo para que sea respaldado "
-#~ "por nuestra propia herramienta."
-
-#~ msgid "Discounts per purchase with Mercado Pago"
-#~ msgstr "Descuentos por compra con Mercado Pago"
-
-#~ msgid "Commission for purchase with Mercado Pago"
-#~ msgstr "Comisión por compra con Mercado Pago"
+#~ "Tu opinión es muy importante para que podamos ofrecerte la mejor solución "
+#~ "de pago posible y seguir mejorando."
-#~ msgid ""
-#~ "Accept payments at any time of the day and expand your purchase options!"
-#~ msgstr ""
-#~ "¡Acepte pagos en cualquier momento del día y amplíe sus opciones de "
-#~ "compra!"
+#~ msgid "You must enter"
+#~ msgstr "Debe introducir"
-#~ msgid "Offer this new payment option to your customers."
-#~ msgstr "Ofrezca esta nueva opción de pago a sus clientes."
+#~ msgid "production credentials"
+#~ msgstr "las credenciales de producción"
-#~ msgid ""
-#~ "Enable and set up Pix as a payment method for your customers in the "
-#~ "Mercado Pago checkout."
-#~ msgstr ""
-#~ "Habilita y configura Pix como método de pago para tus clientes en el "
-#~ "checkout de Mercado Pago."
+#~ msgid "Important! To sell you must enter your credentials."
+#~ msgstr "¡Importante! Para vender debe introducir sus credenciales."
-#~ msgid "Set up the payment via Pix experience"
-#~ msgstr "Configura la experiencia de pago a través de Pix"
+#~ msgid "Debit, Credit and invoice in Mercado Pago environment"
+#~ msgstr "Débito, crédito y efectivo, en Mercado Pago"
-#~ msgid "Checkout of payments with cash %s"
-#~ msgstr "Paga con dinero en efectivo"
+#~ msgid "Debit and Credit"
+#~ msgstr "Débito e crédito"
-#~ msgid "Accept face-to-face payments, do not leave anyone out!"
-#~ msgstr "Acepta pagos presenciales ¡no dejes a nadie afuera!"
+#~ msgid "Transparent Checkout in your store environment"
+#~ msgstr "Checkout Transparente en tu tienda"
-#~ msgid "Include this preferred purchase option by some customers."
-#~ msgstr "Incluye esta opción de compra preferida por algunos clientes."
+#~ msgid "Mercado pago - Customized Checkout"
+#~ msgstr "Mercado Pago - Checkout Personalizado"
#~ msgid ""
-#~ "Enable Mercado Pago for cash payments in your store and select the "
-#~ "options available to your customers."
+#~ "Unfortunately, the language configured in your WordPress is not "
+#~ "compatible with our plugin. For the best experience, please switch to a "
+#~ "supported language."
#~ msgstr ""
-#~ "Habilita Mercado Pago para pagos en efectivo en tu tienda y "
-#~ "selecciona las opciones disponibles para tus clientes."
+#~ "Lamentablemente, el idioma configurado en tu WordPress no es compatible "
+#~ "con nuestro plugin. Para disfrutar de la mejor experiencia, cambia a un "
+#~ "idioma compatible."
-#~ msgid "Set payment preferences with cash"
-#~ msgstr "Configura las preferencias de pago con dinero en efectivo"
+#~ msgid "payments on the spot"
+#~ msgstr "pagos al instante"
-#~ msgid "Store mode was updated"
-#~ msgstr "Se actualizó el modo de la tienda"
+#~ msgid "the"
+#~ msgstr "toda la"
-#~ msgid "Couldn't find a valid payment method"
-#~ msgstr "No se pudo encontrar un método de pago válido"
+#~ msgid "security"
+#~ msgstr "seguridad"
-#~ msgid "Invoice and Loterica"
-#~ msgstr "Efectivo "
+#~ msgid "from Mercado Pago"
+#~ msgstr "de Mercado Pago"
-#~ msgid ""
-#~ "It offers all means of payment: credit and debit cards, cash and account "
-#~ "money. Your customers choose whether they pay as guests or from their "
-#~ "Mercado Pago account."
-#~ msgstr ""
-#~ "Ofrece todos los medios de pago: tarjetas de crédito y débito, dinero en "
-#~ "efectivo y dinero en cuenta. Tus clientes eligen si pagan como invitados "
-#~ "o desde su cuenta de Mercado Pago."
+#~ msgid "Check the reasons why the purchase was declined"
+#~ msgstr "Consulta los motivos del rechazo de tu compra"
#~ msgid ""
-#~ "Accept card payments on your website with the best possible financing and "
-#~ "maximize the conversion of your business. With personalized checkout your "
-#~ "customers pay without leaving your store!"
+#~ "Recommend your costumer to pay with their usual payment method and device "
+#~ "for online purchases."
#~ msgstr ""
-#~ "Acepta pagos con tarjeta en tu sitio web con la mejor financiación "
-#~ "posible y maximiza la conversión de tu negocio. Con el checkout "
-#~ "personalizado tus clientes pagan ¡sin salir de tu tienda!"
-
-#~ msgid "Follow these steps to activate Mercado Pago in your store:"
-#~ msgstr "Sigue estos pasos para activar Mercado Pago en tu tienda:"
-
-#~ msgid "Upload your credentials"
-#~ msgstr "Carga tus credenciales"
-
-#~ msgid "depending on the country in which you are registered."
-#~ msgstr "depending on the country in which you are registered."
-
-#~ msgid "to be able to charge."
-#~ msgstr "para poder cobrar."
-
-#~ msgid "Add the basic information of your business"
-#~ msgstr "Añade la información básica de tu negocio"
-
-#~ msgid "in the plugin configuration."
-#~ msgstr "en la configuración del plugin."
-
-#~ msgid "Configure the payment preferences"
-#~ msgstr "Configura las preferencias de pago"
-
-#~ msgid "In which country does your Mercado Pago account operate?"
-#~ msgstr "¿En qué país opera tu cuenta de Mercado Pago?"
+#~ "Recomiéndale a tu cliente que pague con el medio de pago y dispositivo "
+#~ "que suele usar para compras online."
#~ msgid ""
-#~ "Add credentials to "Test Mode" or "Production Mode""
+#~ "The payment could not be processed. Please ask your client to use another "
+#~ "card or to get in touch with the bank."
#~ msgstr ""
-#~ "Ingresa las credenciales para el "Modo Test" o el "Modo "
-#~ "Producción""
-
-#~ msgid "Set up store payments for Test or Production Mode"
-#~ msgstr "Configura los pagos de la tienda para el modo Test o Producción"
-
-#~ msgid "How would you like to handle your store checkouts?"
-#~ msgstr "¿Como quieres operar los checkouts de tu tienda?"
-
-#~ msgid "Activate Production Mode for Mercado Pago checkouts"
-#~ msgstr "Activar Modo Producción para checkouts Mercado Pago"
-
-#~ msgid "test mode guidelines."
-#~ msgstr "reglas del Modo Test."
+#~ "El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
+#~ "medio de pago o que se contacte con el banco."
#~ msgid ""
-#~ "Mercado Pago checkouts are inactive for real payments in the Test Mode. "
-#~ "Please check the"
+#~ "The CVV is invalid. Please ask your client to review the details or use "
+#~ "another card."
#~ msgstr ""
-#~ "Checkouts Mercado Pago están inactivos para cobros reales en el Modo de "
-#~ "Prueba. Consulta las"
-
-#~ msgid "Search my credentials"
-#~ msgstr "Buscar mis credenciales"
+#~ "El código de seguridad de la tarjeta es inválido. Revisá los datos que "
+#~ "ingresaste o pedile a tu cliente que use otra tarjeta."
#~ msgid ""
-#~ "With these credentials, you enable your Mercado Pago checkouts to receive "
-#~ "real payments."
+#~ "The card does not have sufficient balance. Please ask your client to use "
+#~ "another card or to get in touch with the bank."
#~ msgstr ""
-#~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
-#~ "recibir pagos reales."
+#~ "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
+#~ "tarjeta o que se comunique con su banco."
#~ msgid ""
-#~ "What category do your products belong to? Choose the one that best "
-#~ "characterizes them (choose \"other\" if your product is too specific)."
+#~ "The card does not have enough limit. Please ask your client to use "
+#~ "another card or to get in touch with the bank."
#~ msgstr ""
-#~ "¿A qué categoría pertenecen tus productos? Elige la que mejor los "
-#~ "caracteriza (elige “otro” si tu producto es demasiado específico)."
-
-#~ msgid "Categories"
-#~ msgstr "Categrorías"
-
-#~ msgid "Store ID"
-#~ msgstr "ID de la tienda"
+#~ "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
+#~ "tarjeta o que se comunique con su banco."
#~ msgid ""
-#~ "Use a number or prefix to identify orders and payments from this store."
+#~ "The CVV was entered incorrectly several times. Please ask your client to "
+#~ "use another card or to get in touch with the bank."
#~ msgstr ""
-#~ "Usa un número o prefijo para identificar pedidos y pagos provenientes de "
-#~ "esta tienda."
+#~ "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile "
+#~ "a tu cliente que use otra tarjeta o que se comunique con su banco."
#~ msgid ""
-#~ "Do not forget to enter your integrator_id as a certified Mercado Pago "
-#~ "Partner. If you don`t have it, you can %s"
+#~ "The card does not allow the number of installments entered. Please ask "
+#~ "your client to choose another installment plan or to use another card."
#~ msgstr ""
-#~ "No olvides ingresar tu integrator_id como Partner certificado de Mercado "
-#~ "Pago. Si no lo tienes, puedes %s"
-
-#~ msgid "Advanced adjustment"
-#~ msgstr "Ajustes avanzados"
-
-#~ msgid "We debug the information in our change file."
-#~ msgstr "Depuramos la información de nuestro archivo de cambios."
+#~ "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu "
+#~ "cliente que elija otro plan de cuotas o que use otra tarjeta."
#~ msgid ""
-#~ "IPN (Instant Payment Notification) is a notification of events that take "
-#~ "place on your platform and that is sent from one server to another "
-#~ "through an HTTP POST call. See more information in our guides."
+#~ "The card-issuing bank declined the payment. Please instruct your client "
+#~ "to ask the bank to authotize it or to use another card."
#~ msgstr ""
-#~ "IPN (Instant Payment Notification) es una notificación de eventos que "
-#~ "tienen lugar en su plataforma y que se envía de un servidor a otro a "
-#~ "través de una llamada HTTP POST. Vea más información en nuestras guías."
+#~ "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente "
+#~ "que se contacte con el banco para autorizarlo o que use otra tarjeta."
#~ msgid ""
-#~ "It appears that your credentials are not properly configured. Please, "
-#~ "go to %s and configure it."
+#~ "From Mercado Pago we have detected that this payment has already been "
+#~ "made before. If that is not the case, your client may try to pay again."
#~ msgstr ""
-#~ "Parece que sus credenciales no están configuradas correctamente. Por "
-#~ "favor, vaya a %s y configúrelo."
-
-#~ msgid "Market Payment Configuration"
-#~ msgstr "Mercado Pago Configuración"
+#~ "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si "
+#~ "no es así, tu cliente puede intentarlo de nuevo."
#~ msgid ""
-#~ "Check out the step-by-step of how to integrate the Mercado Pago Plugin "
-#~ "for WooCommerce in our developer website."
-#~ msgstr ""
-#~ "Revisa el paso a paso de cómo integrar el Plugin de Mercado Pago para "
-#~ "WooCommerce en nuestro sitio de desarrolladores."
-
-#~ msgid "Review documentation"
-#~ msgstr "Revisar documentación"
-
-#~ msgid "Still having problems? Contact our support team through their %s"
+#~ "The card is not active yet. Please ask your client to use another card or "
+#~ "to get in touch with the bank to activate it."
#~ msgstr ""
-#~ "¿Sigues con problemas? Comunícate con nuestro equipo de soporte a través "
-#~ "de su %s"
-
-#~ msgid "contact form."
-#~ msgstr "formulario de contacto."
-
-#~ msgid "Set up your interest payments"
-#~ msgstr "Configura pagos"
-
-#~ msgid "Set up your installment and interest payments"
-#~ msgstr "Configura meses sin intereses"
-
-#~ msgid "At Mercado Pago you can choose the fee you pay for each purchase"
-#~ msgstr "En Mercado Pago puedes elegir la tarifa que pagas en cada venta"
+#~ "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra "
+#~ "tarjeta o que se comunique con su banco para activarla."
#~ msgid ""
-#~ "At Mercado Pago you can choose the fee you pay for each purchase and also "
-#~ "offer interest-free installments to your customer."
+#~ "The debit function is not enabled for the card. Please tell your client "
+#~ "that it is possible to pay with credit or to use another one."
#~ msgstr ""
-#~ "En Mercado Pago puedes elegir la tarifa que pagas en cada compra y "
-#~ "también ofrecer meses sin intereses a tu cliente."
-
-#~ msgid "Set up interest payments"
-#~ msgstr "Configurar tasas y plazos"
-
-#~ msgid "Set up installment and interest"
-#~ msgstr "Configurar cuotas e intereses"
+#~ "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
+#~ "puede pagar con la función débito de la misma tarjeta o pídele que use "
+#~ "otra."
#~ msgid ""
-#~ "Test Mode Activated? Now visit your store and test the Mercado Pago "
-#~ "checkouts"
+#~ "The credit function is not enabled for the card. Please tell your client "
+#~ "that it is possible to pay with debit or to use another one."
#~ msgstr ""
-#~ "¿Modo Test activado? Ahora visita tu tienda y testea los checkouts "
-#~ "Mercado Pago"
-
-#~ msgid "Everything ready for the takeoff of your sales?"
-#~ msgstr "¿Todo listo para el despegue de tus ventas?"
+#~ "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente "
+#~ "que puede pagar con la función débito de la misma tarjeta o pídele que "
+#~ "use otra."
#~ msgid ""
-#~ "Visit your store as usual and simulate a payment in our checkouts to make "
-#~ "sure everything is working correctly."
+#~ "The card-issuing bank declined the payment. Please instruct your client "
+#~ "to ask the bank to authorize it."
#~ msgstr ""
-#~ "Visita tu tienda normalmente y simula un pago en nuestros checkouts para "
-#~ "verificar que todo esté funcionando correctamente."
+#~ "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
+#~ "comunique con el banco para autorizar el pago."
#~ msgid ""
-#~ "Visit your store as if you were one of your customers and check that "
-#~ "everything is fine. If you already went to Production, bring your "
-#~ "customers and increase your sales with the best online shopping "
-#~ "experience."
+#~ "The buyer does not have enough balance to make the purchase. Please ask "
+#~ "your client to deposit money to the Mercado Pago Account or to use a "
+#~ "different payment method."
#~ msgstr ""
-#~ "Visita tu tienda como si fueras uno de tus clientes y revisa que todo "
-#~ "esté bien. Si ya saliste a Producción, trae a tus clientes y aumenta "
-#~ "tus ventas con la mejor experiencia de compra online."
-
-#~ msgid "%s"
-#~ msgstr "%s"
+#~ "El cliente no tiene suficiente saldo en la cuenta para realizar la "
+#~ "compra. Pídele a tu cliente que cargue saldo en Mercado Pago o que use "
+#~ "otro medio de pago."
-#~ msgid "Your store is ready to receive payments from customers."
-#~ msgstr "Tu tienda está lista para recibir pagos de clientes."
+#~ msgid "There was an error"
+#~ msgstr "Hubo un error"
-#~ msgid ""
-#~ "Your customers will not be able to make purchases while in Test Mode."
-#~ msgstr "Los clientes no podrán hacer compras en Modo Test."
+#~ msgid "to BRL"
+#~ msgstr "a BRL"
-#~ msgid ""
-#~ "Accept payments via Pix Transfer and receive the funds instantly. Your "
-#~ "customers can pay at any time, without date or time restrictions."
-#~ msgstr ""
-#~ "Acepta pagos a través de transferencia Pix y recibe los fondos al "
-#~ "instante. Tus clientes pueden pagar en cualquier momento, sin "
-#~ "restricciones de fecha u hora."
+#~ msgid "to CLP"
+#~ msgstr "a CLP"
-#~ msgid "Pay with PIX "
-#~ msgstr "Paga vía Pix "
+#~ msgid "to COP"
+#~ msgstr "a COP"
-#~ msgid ""
-#~ "Accept cash payments within the custom checkout and expand your customers "
-#~ "purchase options."
-#~ msgstr ""
-#~ "Acepta pagos en efectivo dentro del checkout personalizado y amplía las "
-#~ "opciones de compra de tus clientes."
+#~ msgid "Now we convert your currency"
+#~ msgstr "Ahora convertimos tu moneda"
-#~ msgid "Pay with cash"
-#~ msgstr "Paga con dinero en efectivo"
+#~ msgid "We no longer convert your currency"
+#~ msgstr "Dejamos de convertir tu moneda"
-#~ msgid "Enter your credentials and choose how to operate"
-#~ msgstr "Ingresa tus credenciales y elige cómo operar"
+#~ msgid "Payment method"
+#~ msgstr "Medios de pagos"
-#~ msgid ""
-#~ "By default, we activate the Sandbox test environment for you to test "
-#~ "before you start selling."
-#~ msgstr ""
-#~ "Por defecto, te activamos el entorno de pruebas Sandbox para que hagas "
-#~ "testeos antes de empezar a vender."
+#~ msgid "Discount coupons is"
+#~ msgstr "Cupones de descuento están"
-#~ msgid "Production Mode"
-#~ msgstr "Modo Producción"
+#~ msgid "Discount coupons"
+#~ msgstr "Cupones de descuento"
#~ msgid ""
-#~ "When you see that everything is going well, deactivate Sandbox, turn on "
-#~ "Production and make way for your online sales."
+#~ "Will you offer discount coupons to customers who buy with Mercado Pago?"
#~ msgstr ""
-#~ "Cuando veas que todo va bien, desactiva Sandbox para ir a Producción y "
-#~ "abre paso a tus ventas online."
+#~ "¿Ofrecerás cupones de descuento a los clientes que compren con Mercado "
+#~ "Pago?"
-#~ msgid ""
-#~ "Choose “Yes” only when you’re ready to sell. Switch to “No” to activate "
-#~ "Testing mode."
-#~ msgstr ""
-#~ "Elige “Sí” sólo cuando estés listo para vender. Cambia a “No” para "
-#~ "activar el modo Pruebas."
+#~ msgid "Your document data is invalid"
+#~ msgstr "Número de documento inválido"
-#~ msgid "With these keys you can do the tests you want.."
-#~ msgstr "Con estas claves podrás hacer las pruebas que quieras."
+#~ msgid "Title in the checkout"
+#~ msgstr "Título en el checkout"
-#~ msgid "With these keys you can receive real payments from your customers."
-#~ msgstr "Con estas claves podrás recibir pagos reales de tus clientes."
+#, fuzzy
+#~| msgid "Payment URL pending"
+#~ msgid "Payment URL"
+#~ msgstr "URL de pago pendiente"
-#~ msgid "Everything set up? Go to your store in Sandbox mode"
-#~ msgstr "¿Todo configurado? Ve a tu tienda en modo Sandbox"
+#, fuzzy
+#~| msgid "The transparent checkout for Pix payment is"
+#~ msgid "Transparent checkout for credit cards is"
+#~ msgstr "El Checkout Transparente está"
+#, fuzzy
+#~| msgid ""
+#~| "By disabling it, you will disable all Pix payments from Mercado Pago "
+#~| "Transparent Checkout."
#~ msgid ""
-#~ "Visit your store and simulate a payment to check that everything is fine."
-#~ msgstr "Visita tu tienda y simula un pago para revisar que todo esté bien."
-
-#~ msgid "I want to test my sales"
-#~ msgstr "Quiero testear mis ventas"
-
-#~ msgid "Payment refused"
-#~ msgstr "Pago rechazado"
-
-#~ msgid "Physical person"
-#~ msgstr "Persona Física"
-
-#~ msgid "Legal person"
-#~ msgstr "Persona Jurídica"
-
-#~ msgid "Name"
-#~ msgstr "Nome"
-
-#~ msgid "Social reason"
-#~ msgstr "Razón social"
-
-#~ msgid "Surname"
-#~ msgstr "Apellido"
-
-#~ msgid "You must inform your last name"
-#~ msgstr "Debes informar tu apellido"
-
-#~ msgid "CPF"
-#~ msgstr "CPF"
-
-#~ msgid "Address"
-#~ msgstr "Dirección"
-
-#~ msgid "You must inform your address"
-#~ msgstr "Debes informar tu dirección"
-
-#~ msgid "Number"
-#~ msgstr "Número"
-
-#~ msgid "You must provide your address number"
-#~ msgstr "Debe informar su número de dirección"
-
-#~ msgid "City"
-#~ msgstr "Ciudad"
-
-#~ msgid "You must inform your city"
-#~ msgstr "Debes informar a tu ciudad"
-
-#~ msgid "State"
-#~ msgstr "Estado"
-
-#~ msgid "You must inform your status"
-#~ msgstr "Debes informar a tu estado"
-
-#~ msgid "Postal Code"
-#~ msgstr "Código postal"
-
-#~ msgid "You must provide your zip code"
-#~ msgstr "Debes informar tu código postal"
-
-#~ msgid "See the reasons for refusing your purchase."
-#~ msgstr "Vea las razones para rechazar su compra."
-
-#~ msgid "30 minutes"
-#~ msgstr "30 minutos"
-
-#~ msgid "New"
-#~ msgstr "Nuevo"
-
-#~ msgid " day"
-#~ msgstr " día"
-
-#~ msgid "Description for cart Checkout"
-#~ msgstr "Descripción para el Checkout en el carrito"
+#~ "By disabling it, you will disable all payment methods of this checkout."
+#~ msgstr ""
+#~ "Al desactivar, desabilitarás todos los medios de pago con tarjeta de "
+#~ "crédito en el Checkout Transparente de Mercado Pago."
+#, fuzzy
+#~| msgid ""
+#~| "By confirming your purchase, we will show you a code to make the payment."
#~ msgid ""
-#~ "Configure the payment options and accept payments with cards, ticket and "
-#~ "money of Mercado Pago account."
+#~ "By confirming your purchase, you will be redirected to your Mercado Pago "
+#~ "account."
#~ msgstr ""
-#~ "Configura las opciones de pago a tu medida y acepta pagos con tarjetas, "
-#~ "dinero en efectivo y dinero en cuenta de Mercado Pago."
-
-#~ msgid "https://developers.mercadopago.com/"
-#~ msgstr "https://developers.mercadopago.com/"
-
-#~ msgid "https://github.com/mercadopago/cart-woocommerce"
-#~ msgstr "https://github.com/mercadopago/cart-woocommerce"
+#~ "Al confirmar tu compra, te mostraremos un código para realizar el pago."
diff --git a/i18n/languages/woocommerce-mercadopago-es_ES.mo b/i18n/languages/woocommerce-mercadopago-es_ES.mo
index be9f33e1a..ffad8b427 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 9f270518d..600408cd4 100644
--- a/i18n/languages/woocommerce-mercadopago-es_ES.po
+++ b/i18n/languages/woocommerce-mercadopago-es_ES.po
@@ -1,85 +1,54 @@
+# Copyright (C) 2022 woocommerce-mercadopago
+# This file is distributed under the same license as the woocommerce-mercadopago package.
msgid ""
msgstr ""
-"Project-Id-Version: Mercado Pago payments for WooCommerce 6.0.0\n"
+"Project-Id-Version: Mercado Pago payments for WooCommerce\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
"mercadopago\n"
-"POT-Creation-Date: 2023-05-16 21:36+0000\n"
+"POT-Creation-Date: 2024-04-10 14:38+0000\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
-"Language: es_ES\n"
+"Language: es_AR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 3.3.1\n"
+"X-Generator: Poedit 3.4.2\n"
-#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:141,
-#: ../../includes/module/class-wc-woomercadopago-module.php:352
-msgid "By continuing, you agree to our "
-msgstr "Al continuar, aceptas nuestros "
-
-#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:143,
-#: ../../includes/module/class-wc-woomercadopago-module.php:354
-msgid "Terms and Conditions"
-msgstr "Términos y condiciones"
-
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92
-msgid ""
-"Activate this option so that the value of the currency set in WooCommerce is "
-"compatible with the value of the currency you use in Mercado Pago."
-msgstr ""
-"Activa esta opción para que el valor de la moneda configurada en WooCommerce "
-"sea compatible al valor de la moneda que usas en Mercado Pago."
-
-#. translators: 1: local currency 2: currency
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478
-msgid "Now we convert your currency from %1$s to %2$s."
-msgstr "Ahora convertimos tu moneda de %1$s a %2$s."
-
-#. translators: 1: local currency 2: currency
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498
-msgid "We no longer convert your currency from %1$s to %2$s."
-msgstr "Dejamos de convertir tu moneda de %1$s a %2$s."
+#: ../../src/WoocommerceMercadoPago.php:463,
+#: ../../src/Translations/AdminTranslations.php:172
+msgid "Activate WooCommerce"
+msgstr "Activar WooCommerce"
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519
-msgid ""
-"Attention: The currency settings you have in WooCommerce are not "
-"compatible with the currency you use in your Mercado Pago account. Please "
-"activate the currency conversion."
-msgstr ""
-"Atención: La configuración de moneda que tienes en WooCommerce no es "
-"compatible con la moneda que usas en tu cuenta de Mercado Pago. Activa la "
-"conversión de moneda."
+#: ../../src/WoocommerceMercadoPago.php:464,
+#: ../../src/Translations/AdminTranslations.php:173
+msgid "Install WooCommerce"
+msgstr "Instalar WooCommerce"
-#: ../../includes/module/class-wc-woomercadopago-configs.php:125
-msgid ""
-"Update your credentials with the Access Token and Public Key, you need them "
-"to continue receiving payments!"
-msgstr ""
-"Actualice sus credenciales con el Access Token y la Public Key, ¡los "
-"necesita para continuar recibiendo pagos!"
+#: ../../src/WoocommerceMercadoPago.php:465,
+#: ../../src/Translations/AdminTranslations.php:174
+msgid "See WooCommerce"
+msgstr "Ver WooCommerce"
-#: ../../includes/module/class-wc-woomercadopago-configs.php:134
-msgid ""
-"The store should have HTTPS in order to activate both Checkout Personalizado "
-"and Ticket Checkout."
+#: ../../src/WoocommerceMercadoPago.php:467,
+#: ../../src/Translations/AdminTranslations.php:163
+msgid "The Mercado Pago module needs an active version of %s in order to work!"
msgstr ""
-"La tienda debe tener HTTPS para activar el Checkout Personalizado y el "
-"Ticket Checkout."
+"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
-#: ../../includes/module/class-wc-woomercadopago-init.php:52
+#: ../../src/Translations/AdminTranslations.php:169
msgid ""
-"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
+"Mercado Pago payments for WooCommerce requires PHP version 7.4 or later. "
"Please update your PHP version."
msgstr ""
-"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
+"El plugin de Mercado Pago requiere la versión de PHP 7.4 o posterior. Por "
"favor actualice su versión de PHP."
-#: ../../includes/module/class-wc-woomercadopago-init.php:61
+#: ../../src/Translations/AdminTranslations.php:170
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
-#: ../../includes/module/class-wc-woomercadopago-init.php:70
+#: ../../src/Translations/AdminTranslations.php:171
msgid ""
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
"extension is required to send QR Code Pix by email."
@@ -88,493 +57,962 @@ msgstr ""
"necesaria la instalación de la extensión GD para enviar el QR Code Pix por "
"correo electrónico."
-#. translators: %s link to WooCommerce
-#: ../../includes/module/class-wc-woomercadopago-init.php:82
-msgid "The Mercado Pago module needs an active version of %s in order to work!"
+#: ../../src/Translations/AdminTranslations.php:175
+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 ""
-"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
-
-#: ../../includes/module/class-wc-woomercadopago-init.php:95
-msgid "Cancel order"
-msgstr "Cancelar orden"
-
-#: ../../includes/module/class-wc-woomercadopago-init.php:177
-msgid "The Mercado Pago module needs the SDK package to work!"
-msgstr "¡El módulo de Mercado Pago necesita el SDK para funcionar!"
+"Ten en cuenta que para recibir pagos a través de Pix en nuestro checkout, "
+"debes tener una clave Pix registrada en tu cuenta de Mercado Pago."
-#: ../../includes/module/class-wc-woomercadopago-module.php:368
-msgid "The payment method is not valid or not available."
-msgstr "El medio de pago no es válido o no está disponible."
+#: ../../src/Translations/AdminTranslations.php:176
+msgid "Register your Pix key at Mercado Pago."
+msgstr "Registra tu clave Pix en Mercado Pago."
-#: ../../includes/module/class-wc-woomercadopago-module.php:371
-msgid "The transaction amount cannot be processed by Mercado Pago."
-msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:177
+msgid "%s, help us improve the experience we offer"
+msgstr "%s, ayúdanos a mejorar nuestra experiencia"
-#: ../../includes/module/class-wc-woomercadopago-module.php:371
+#: ../../src/Translations/AdminTranslations.php:178
msgid ""
-"Possible causes: Currency not supported; Amounts below the minimum or above "
-"the maximum allowed."
+"Share your opinion with us so that we improve our product and offer the best "
+"payment solution."
msgstr ""
-"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
-"encima del máximo permitido."
+"Comparte tu opinión con nosotros para poder mejorar nuestro producto y "
+"ofrecerte la mejor solución de pagos."
+
+#: ../../src/Translations/AdminTranslations.php:179
+msgid "Rate the plugin"
+msgstr "Valorar el plugin"
-#: ../../includes/module/class-wc-woomercadopago-module.php:374
-msgid "The users are not valid."
-msgstr "Los usuários no son válidos."
+#: ../../src/Translations/AdminTranslations.php:180
+msgid "Enable payments via Mercado Pago account"
+msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../includes/module/class-wc-woomercadopago-module.php:374
+#: ../../src/Translations/AdminTranslations.php:181
msgid ""
-"Possible causes: Buyer and seller have the same account in Mercado Pago; The "
-"transaction involving production and test users."
+"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 ""
-"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
-"Pago; La transacción involucrando usuários de producción y de prueba."
+"Con esta función activa, tus clientes pagan más rápido usando su cuenta de "
+"Mercado Pago.La tasa de aprobación de estos pagos en tu tienda puede "
+"ser un 25% mayor en comparación con otros medios de pago."
-#: ../../includes/module/class-wc-woomercadopago-module.php:377
-msgid "Unauthorized use of production credentials."
-msgstr "Uso no autorizado de credenciales de producción."
+#: ../../src/Translations/AdminTranslations.php:182
+msgid "Activate"
+msgstr "Activar"
-#: ../../includes/module/class-wc-woomercadopago-module.php:377
+#: ../../src/Translations/AdminTranslations.php:183
msgid ""
-"Possible causes: Use permission in use for the credential of the seller."
+"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 ""
-"Posibles causas: Pendencia de permiso de uso en producción para la "
-"credencial del vendedor."
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:503
-msgid "Colombia"
-msgstr "Colombia"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:505
-msgid "Argentina"
-msgstr "Argentina"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:507
-msgid "Brazil"
-msgstr "Brasil"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:509
-msgid "Chile"
-msgstr "Chile"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:511
-msgid "Mexico"
-msgstr "México"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:513
-msgid "Uruguay"
-msgstr "Uruguay"
-#: ../../includes/module/class-wc-woomercadopago-module.php:515
-msgid "Venezuela"
-msgstr "Venezuela"
+#: ../../src/Translations/AdminTranslations.php:184
+msgid "You activated Mercado Pago’s plug-in"
+msgstr "Activaste el plugin de Mercado Pago"
-#: ../../includes/module/class-wc-woomercadopago-module.php:517
-msgid "Peru"
-msgstr "Peru"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:551
-msgid "Update the WooCommerce order to "
-msgstr "Actualizar la orden de WooCommerce para "
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:821,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:583
-msgid "Fill in your credentials to enable payment methods."
-msgstr "Completa tus credenciales para habilitar los medios de pago."
+#: ../../src/Translations/AdminTranslations.php:185
+msgid ""
+"Follow the instructions below to integrate your store with Mercado Pago and "
+"start to sell."
+msgstr ""
+"Sigue las instrucciones de abajo para integrar tu tienda con Mercado Pago y "
+"empezar a vender."
-#: ../../includes/module/class-wc-woomercadopago-module.php:837
+#: ../../src/Translations/AdminTranslations.php:197
msgid "Set plugin"
msgstr "Configurar plugin"
-#: ../../includes/module/class-wc-woomercadopago-module.php:838,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293
+#: ../../src/Translations/AdminTranslations.php:198,
+#: ../../src/Translations/AdminTranslations.php:738,
+#: ../../src/Translations/AdminTranslations.php:798
msgid "Payment methods"
msgstr "Medios de pagos"
-#: ../../includes/module/class-wc-woomercadopago-module.php:839,
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220
+#: ../../src/Translations/AdminTranslations.php:199
msgid "Plugin manual"
msgstr "Manual del plugin"
-#: ../../includes/module/class-wc-woomercadopago-module.php:938
-msgid "By Mercado Pago"
-msgstr "Por Mercado Pago"
-
-#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:109,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:171,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:140,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:189,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:167
-msgid "Buyer email"
-msgstr "Email del comprador"
+#: ../../src/Translations/AdminTranslations.php:211
+msgid "Cancel order"
+msgstr "Cancelar orden"
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:35
-msgid "No ID or TOPIC param in Request IPN"
-msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN"
+#: ../../src/Translations/AdminTranslations.php:212
+msgid "Mercado Pago commission:"
+msgstr "Comisión de Mercado Pago:"
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:39
-msgid ""
-"Discarded notification. This notification is already processed as webhook-"
-"payment."
-msgstr ""
-"Notificación ignorada. Esta notificación se procesa como webhook-payment."
+#: ../../src/Translations/AdminTranslations.php:213
+msgid "Represents the commission configured on plugin settings."
+msgstr "Representa la comisión configurada en la configuración del plugin."
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:54
-msgid "IPN merchant_order not found"
-msgstr "No se ha encontrado la IPN de `merchant_order`"
+#: ../../src/Translations/AdminTranslations.php:214
+msgid "Mercado Pago discount:"
+msgstr "Descuento de Mercado Pago:"
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:60
-msgid "Not found Payments into Merchant_Order"
-msgstr "No se han encontrado pagos en Merchant_Order"
+#: ../../src/Translations/AdminTranslations.php:215
+msgid "Represents the discount configured on plugin settings."
+msgstr "Representa el descuento configurado en la configuración del plugin."
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:174,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:143,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:192,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:170
-msgid "Payment type"
-msgstr "Tipo de método de pago"
+#: ../../src/Translations/AdminTranslations.php:216
+msgid "Represents the installment fee charged by Mercado Pago."
+msgstr "Representa la comisión a plazos cobrada por Mercado Pago."
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:177,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:146,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:195,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:173
-msgid "Payment method"
-msgstr "Método de pago"
+#: ../../src/Translations/AdminTranslations.php:217
+msgid "Mercado Pago Installment Fee:"
+msgstr "Cuota de Mercado Pago:"
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:39
+#: ../../src/Translations/AdminTranslations.php:218
msgid ""
-"Please enter your email address at the billing address to use this service"
+"Represents the total purchase plus the installment fee charged by Mercado "
+"Pago."
msgstr ""
-"Por favor, introduzca su email en la dirección de facturación para utilizar "
-"este servicio"
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:42,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:277
-msgid "Checkout Pro"
-msgstr "Checkout Pro"
+"Representa el total de la compra más la comisión de fraccionamiento cobrada "
+"por Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:43
-msgid "Debit, Credit and invoice in Mercado Pago environment"
-msgstr "Débito, crédito y efectivo, en Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:219
+msgid "Mercado Pago Total:"
+msgstr "Mercado Pago Total:"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51
-msgid "Mercado Pago - Checkout Pro"
-msgstr "Mercado Pago - Checkout Pro"
+#: ../../src/Translations/AdminTranslations.php:232
+msgid "Accept"
+msgstr "Acepta"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:53
-msgid "Your saved cards or money in Mercado Pago"
-msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:233
+msgid "payments"
+msgstr "pagos"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164
-msgid "Maximum number of installments"
-msgstr "Máximo de cuotas"
+#: ../../src/Translations/AdminTranslations.php:234
+msgid "safely"
+msgstr "de forma"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166
-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:235
+msgid "with"
+msgstr "segura con"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169
-msgid "1 installment"
-msgstr "1 cuota"
+#: ../../src/Translations/AdminTranslations.php:236
+msgid "Mercado Pago"
+msgstr "Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170
-msgid "2 installments"
-msgstr "2 cuotas"
+#: ../../src/Translations/AdminTranslations.php:241
+msgid "Choose"
+msgstr "Elige"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171
-msgid "3 installments"
-msgstr "3 cuotas"
+#: ../../src/Translations/AdminTranslations.php:242
+msgid "when you want to receive the money"
+msgstr "cuándo quieres recibir el dinero"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:172
-msgid "4 installments"
-msgstr "4 cuotas"
+#: ../../src/Translations/AdminTranslations.php:243
+msgid "from your sales and if you want to offer"
+msgstr "de las ventas y si quieres ofrecer"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:173
-msgid "5 installments"
-msgstr "5 cuotas"
+#: ../../src/Translations/AdminTranslations.php:244
+msgid "interest-free installments"
+msgstr "cuotas sin interés"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:174
-msgid "6 installments"
-msgstr "6 cuotas"
+#: ../../src/Translations/AdminTranslations.php:245
+msgid "to your clients."
+msgstr "a los clientes."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:175
-msgid "10 installments"
-msgstr "10 cuotas"
+#: ../../src/Translations/AdminTranslations.php:251
+msgid "SSL"
+msgstr "SSL"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176
-msgid "12 installments"
-msgstr "12 cuotas"
+#: ../../src/Translations/AdminTranslations.php:252
+msgid "Curl"
+msgstr "Curl"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:177
-msgid "15 installments"
-msgstr "15 cuotas"
+#: ../../src/Translations/AdminTranslations.php:253
+msgid "GD Extensions"
+msgstr "Extensiones GD"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178
-msgid "18 installments"
-msgstr "18 cuotas"
+#: ../../src/Translations/AdminTranslations.php:255
+msgid "Technical requirements"
+msgstr "Requisitos técnicos"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:179
-msgid "24 installments"
-msgstr "24 cuotas"
+#: ../../src/Translations/AdminTranslations.php:256
+msgid "Collections and installments"
+msgstr "Cobros y cuotas"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:256,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:153,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:915,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:203,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:197
-msgid "Enable the checkout"
-msgstr "Activar el checkout"
+#: ../../src/Translations/AdminTranslations.php:257
+msgid "More information"
+msgstr "Más información"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:257
+#: ../../src/Translations/AdminTranslations.php:258
msgid ""
-"By disabling it, you will disable all payments from Mercado Pago Checkout at "
-"Mercado Pago website by redirect."
+"Implementation responsible for transmitting data to Mercado Pago in a secure "
+"and encrypted way."
msgstr ""
-"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
-"sitio web de Mercado Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:261,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:920
-msgid "The checkout is enabled."
-msgstr "El checkout está activo."
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:262,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:921
-msgid "The checkout is disabled."
-msgstr "El checkout está inactivo."
+"Implementación responsable de transmitir los datos a Mercado Pago de forma "
+"segura y encriptada."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:281
+#: ../../src/Translations/AdminTranslations.php:259
msgid ""
-"With Checkout Pro you sell with all the safety inside Mercado Pago "
-"environment."
+"It is an extension responsible for making payments via requests from the "
+"plugin to Mercado Pago."
msgstr ""
-"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
-"Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:269
-msgid "Advanced settings"
-msgstr "Configuración Avanzada"
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:311
-msgid "Payment experience"
-msgstr "Experiencia de pago"
+"Es una extensión encargada de realizar los pagos a través de requests del "
+"plugin a Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:313
+#: ../../src/Translations/AdminTranslations.php:260
msgid ""
-"Define what payment experience your customers will have, whether inside or "
-"outside your store."
+"These extensions are responsible for the implementation and operation of Pix "
+"in your store."
msgstr ""
-"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
+"Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
"tienda."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:316
-msgid "Redirect"
-msgstr "Redirect"
+#: ../../src/Translations/AdminTranslations.php:262
+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."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:317
-msgid "Modal"
-msgstr "Modal"
+#: ../../src/Translations/AdminTranslations.php:263
+msgid "Set deadlines and fees"
+msgstr "Ajustar plazos y tasas"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:333
-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:264
+msgid "Go to documentation"
+msgstr "Ir a la documentación"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:331,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:351,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:372
-msgid "This seems to be an invalid URL."
-msgstr "Esto parece ser una URL no válida."
+#: ../../src/Translations/AdminTranslations.php:277
+msgid "Public Key"
+msgstr "Public Key"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:336
-msgid "Success URL"
-msgstr "URL de éxito"
+#: ../../src/Translations/AdminTranslations.php:278
+msgid "Access Token"
+msgstr "Access Token"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:353
-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 ""
-"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. "
-"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
-"útil para que puedan solucionarlo."
+#: ../../src/Translations/AdminTranslations.php:279
+msgid "1. Enter your credentials to integrate your store with Mercado Pago"
+msgstr "1. Ingresa tus credenciales para integrar tu tienda con Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:356
-msgid "Payment URL rejected"
-msgstr "URL de pago rechazado"
+#: ../../src/Translations/AdminTranslations.php:280
+msgid "Production credentials"
+msgstr "Credenciales de producción"
+
+#: ../../src/Translations/AdminTranslations.php:281
+msgid "Test credentials"
+msgstr "Credenciales de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:374
+#: ../../src/Translations/AdminTranslations.php:282
+msgid "To start selling, "
+msgstr "Para empezar a vender, "
+
+#: ../../src/Translations/AdminTranslations.php:283
msgid ""
-"Choose the URL that we will show to your customers when they have a payment "
-"pending approval."
+"in the fields below. If you don’t have credentials yet, you’ll have to "
+"create them from this link."
msgstr ""
-"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
-"de aprobación."
+"en los campos de abajo. Si todavía no tienes credenciales, deberás crearlas "
+"en ese mismo enlace."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:377
-msgid "Payment URL pending"
-msgstr "URL de pago pendiente"
+#: ../../src/Translations/AdminTranslations.php:284
+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."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:391
-msgid "Enable the payment methods available to your clients."
-msgstr "Habilita los medios de pago disponibles para tus clientes."
+#: ../../src/Translations/AdminTranslations.php:285
+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."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392
-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:286
+msgid "Paste your Public Key here"
+msgstr "Pega aquí tu Public Key"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:396
-msgid "Credit Cards"
-msgstr "Tarjetas de crédito"
+#: ../../src/Translations/AdminTranslations.php:287
+msgid "Paste your Access Token here"
+msgstr "Pega aquí tu Access Token"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:400
-msgid "Debit Cards"
-msgstr "Tarjetas de débito"
+#: ../../src/Translations/AdminTranslations.php:288,
+#: ../../src/Translations/AdminTranslations.php:342
+msgid "Save and continue"
+msgstr "Guardar y continuar"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404
-msgid "Other Payment Methods"
-msgstr "Otros medios"
+#: ../../src/Translations/AdminTranslations.php:289
+msgid ""
+"You have to enter your production credentials to start selling with Mercado "
+"Pago."
+msgstr ""
+"Debes ingresar tus credenciales de producción para empezar a vender con "
+"Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:454
-msgid "Return to the store"
-msgstr "Volver a la tienda"
+#: ../../src/Translations/AdminTranslations.php:290
+msgid "Enter credentials"
+msgstr "Introducir credenciales"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:455
+#: ../../src/Translations/AdminTranslations.php:291
+msgid "Activate your credentials to be able to sell"
+msgstr "Activa tus credenciales para poder vender"
+
+#: ../../src/Translations/AdminTranslations.php:292
msgid ""
-"Do you want your customer to automatically return to the store after payment?"
+"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 ""
-"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
+"Las credenciales son códigos que debes ingresar para habilitar las ventas. "
+"Vaya más abajo en Activar credenciales. En la siguiente pantalla, utilice "
+"nuevamente el botón Activar Credenciales y complete los campos con la "
+"información solicitada."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:459
-msgid "The buyer will be automatically redirected to the store."
-msgstr "El comprador será redirigido automáticamente a la tienda."
+#: ../../src/Translations/AdminTranslations.php:293
+msgid "Activate credentials"
+msgstr "Activar credenciales"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:460
-msgid "The buyer will not be automatically redirected to the store."
-msgstr "El comprador no será redirigido automáticamente a la tienda."
+#: ../../src/Translations/AdminTranslations.php:294
+msgid "copy and paste your production credentials "
+msgstr "copia y pega tus credenciales de producción "
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:485
-msgid "Available payment methods"
-msgstr "Medios de pago disponibles"
+#: ../../src/Translations/AdminTranslations.php:307
+msgid "Add the URL to receive payments notifications."
+msgstr "Ingresa la URL para recibir notificaciones de pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:535,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:521,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:426,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:411,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:698,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:418,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:404,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:434,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:419,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
-msgid "discount of"
-msgstr "descuento de"
+#: ../../src/Translations/AdminTranslations.php:308
+msgid "Find out more information in the"
+msgstr "Consulta más información en los"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:541,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:527,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:432,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:417,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:704,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:691,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:424,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:410,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:440,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176
-msgid "fee of"
-msgstr "comisión de"
+#: ../../src/Translations/AdminTranslations.php:310
+msgid "guides"
+msgstr "manuales"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:641,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:667,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:719
-msgid "Easy login"
-msgstr "Ingresa con facilidad"
+#: ../../src/Translations/AdminTranslations.php:315
+msgid ""
+"If you are a Mercado Pago Certified Partner, make sure to add your "
+"integrator_id."
+msgstr ""
+"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
+"integrator_id."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:642,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:668,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:720
-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/AdminTranslations.php:316
+msgid "If you do not have the code, please"
+msgstr "Si no tienes el código,"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:649,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:675,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:693,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:727
-msgid "Quick payments"
-msgstr "Paga rápido"
+#: ../../src/Translations/AdminTranslations.php:318
+msgid "request it now"
+msgstr "solicítalo ahora"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:650
-msgid "Use your saved cards, Pix or available balance."
-msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible."
+#: ../../src/Translations/AdminTranslations.php:322
+msgid "2. Customize your business’ information"
+msgstr "2. Personaliza la información de tu negocio"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:657,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:683
-msgid "Protected purchases"
-msgstr "Protege tu compra"
+#: ../../src/Translations/AdminTranslations.php:323
+msgid "Your store information"
+msgstr "Información sobre tu tienda"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:658,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:684
-msgid "Get your money back in case you don't receive your product."
-msgstr "Recupera tu dinero si no recibes el producto."
+#: ../../src/Translations/AdminTranslations.php:324
+msgid "Advanced integration options (optional)"
+msgstr "Opciones avanzadas de integración (opcional)"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:676
-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/AdminTranslations.php:325
+msgid "Debug and Log Mode"
+msgstr "Modo debug y log"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:694,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:728
-msgid "Use your available money or saved cards."
-msgstr "Usa tu dinero disponible o tarjetas guardadas."
+#: ../../src/Translations/AdminTranslations.php:326
+msgid ""
+"Fill out the following details to have a better experience and offer your "
+"customers more information."
+msgstr ""
+"Completa los siguientes datos para tener una mejor experiencia y ofrecerle "
+"más información a tus clientes."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:701,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:735
-msgid "Installments option"
-msgstr "Accede a cuotas"
+#: ../../src/Translations/AdminTranslations.php:327
+msgid "Name of your store in your client's invoice"
+msgstr "Nombre de tu tienda en la factura de los clientes"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702
-msgid "Pay with or without a credit card."
-msgstr "Paga con o sin tarjeta de crédito."
+#: ../../src/Translations/AdminTranslations.php:328
+msgid "Identification in Activities of Mercado Pago"
+msgstr "Identificación en Actividad de Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:709
-msgid "Reliable purchases"
-msgstr "Compra con confianza"
+#: ../../src/Translations/AdminTranslations.php:329
+msgid ""
+"For further integration of your store with Mercado Pago (IPN, Certified "
+"Partners, Debug Mode)"
+msgstr ""
+"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
+"Certificados, Modo Debug)"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710
-msgid "Get help if you have a problem with your purchase."
-msgstr "Recibe ayuda si tienes algún problema con tu compra."
+#: ../../src/Translations/AdminTranslations.php:330
+msgid "Store category"
+msgstr "Categoría de la tienda"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:736
-msgid "Interest-free installments with selected banks."
-msgstr "Cuotas sin interés con bancos seleccionados."
+#: ../../src/Translations/AdminTranslations.php:331
+msgid "URL for IPN"
+msgstr "URL para IPN"
+
+#: ../../src/Translations/AdminTranslations.php:332
+msgid "Integrator ID"
+msgstr "Integrator ID"
+
+#: ../../src/Translations/AdminTranslations.php:333
+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
+msgid "Ex: Mary's Store"
+msgstr "Ej.: Tienda de María"
+
+#: ../../src/Translations/AdminTranslations.php:335
+msgid "Ex: Mary Store"
+msgstr "Ej.: TiendaMaría"
+
+#: ../../src/Translations/AdminTranslations.php:336,
+#: ../../src/Translations/AdminTranslations.php:1253
+msgid "Select"
+msgstr "Seleccionar"
+
+#: ../../src/Translations/AdminTranslations.php:337
+msgid "Ex: https://examples.com/my-custom-ipn-url"
+msgstr "Ej.: https://examples.com/my-custom-ipn-url"
+
+#: ../../src/Translations/AdminTranslations.php:338
+msgid "Add plugin default params"
+msgstr "Agregar parámetros default del plugin"
+
+#: ../../src/Translations/AdminTranslations.php:339
+msgid "Ex: 14987126498"
+msgstr "Ej.: 14987126498"
+
+#: ../../src/Translations/AdminTranslations.php:340
+msgid "Show advanced options"
+msgstr "Ver opciones avanzadas"
+
+#: ../../src/Translations/AdminTranslations.php:341
+msgid "Hide advanced options"
+msgstr "Esconder opciones avanzadas"
+
+#: ../../src/Translations/AdminTranslations.php:343
+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
+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
+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
+msgid "request it now."
+msgstr "solicítalo ahora."
+
+#: ../../src/Translations/AdminTranslations.php:360
+msgid "3. Activate and set up payment methods"
+msgstr "3. Activa y configura los medios de pago"
+
+#: ../../src/Translations/AdminTranslations.php:361
+msgid ""
+"Select the payment method you want to appear in your store to activate and "
+"set it up."
+msgstr ""
+"Selecciona el medio de pago que quieres que aparezca en tu tienda para "
+"activarlo y configurarlo."
+
+#: ../../src/Translations/AdminTranslations.php:362
+msgid "Settings"
+msgstr "Configurar"
+
+#: ../../src/Translations/AdminTranslations.php:363
+msgid "Continue"
+msgstr "Continuar"
+
+#: ../../src/Translations/AdminTranslations.php:364
+msgid "Enabled"
+msgstr "Activado"
+
+#: ../../src/Translations/AdminTranslations.php:365
+msgid "Disabled"
+msgstr "Inactivo"
+
+#: ../../src/Translations/AdminTranslations.php:366
+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:379,
+#: ../../src/Translations/AdminTranslations.php:385
+msgid "The checkout is"
+msgstr "El checkout está"
+
+#: ../../src/Translations/AdminTranslations.php:380,
+#: ../../src/Translations/AdminTranslations.php:392,
+#: ../../src/Translations/AdminTranslations.php:508,
+#: ../../src/Translations/AdminTranslations.php:520,
+#: ../../src/Translations/AdminTranslations.php:532,
+#: ../../src/Translations/AdminTranslations.php:599,
+#: ../../src/Translations/AdminTranslations.php:611,
+#: ../../src/Translations/AdminTranslations.php:623,
+#: ../../src/Translations/AdminTranslations.php:700,
+#: ../../src/Translations/AdminTranslations.php:762,
+#: ../../src/Translations/AdminTranslations.php:822,
+#: ../../src/Translations/AdminTranslations.php:834
+msgid "enabled"
+msgstr "activo"
+
+#: ../../src/Translations/AdminTranslations.php:386,
+#: ../../src/Translations/AdminTranslations.php:398,
+#: ../../src/Translations/AdminTranslations.php:514,
+#: ../../src/Translations/AdminTranslations.php:526,
+#: ../../src/Translations/AdminTranslations.php:538,
+#: ../../src/Translations/AdminTranslations.php:605,
+#: ../../src/Translations/AdminTranslations.php:617,
+#: ../../src/Translations/AdminTranslations.php:629,
+#: ../../src/Translations/AdminTranslations.php:706,
+#: ../../src/Translations/AdminTranslations.php:768,
+#: ../../src/Translations/AdminTranslations.php:828,
+#: ../../src/Translations/AdminTranslations.php:840
+msgid "disabled"
+msgstr "inactivo"
+
+#: ../../src/Translations/AdminTranslations.php:391,
+#: ../../src/Translations/AdminTranslations.php:397,
+#: ../../src/Translations/AdminTranslations.php:519,
+#: ../../src/Translations/AdminTranslations.php:525,
+#: ../../src/Translations/AdminTranslations.php:610,
+#: ../../src/Translations/AdminTranslations.php:616,
+#: ../../src/Translations/AdminTranslations.php:699,
+#: ../../src/Translations/AdminTranslations.php:705,
+#: ../../src/Translations/AdminTranslations.php:761,
+#: ../../src/Translations/AdminTranslations.php:767,
+#: ../../src/Translations/AdminTranslations.php:833,
+#: ../../src/Translations/AdminTranslations.php:839
+msgid "Currency conversion is"
+msgstr "Conversión de moneda está"
+
+#: ../../src/Translations/AdminTranslations.php:403,
+#: ../../src/Translations/AdminTranslations.php:409
+msgid "The buyer"
+msgstr "El comprador"
+
+#: ../../src/Translations/AdminTranslations.php:404
+msgid "will be automatically redirected to the store"
+msgstr "será redirigido automáticamente a la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:410
+msgid "will not be automatically redirected to the store"
+msgstr "no será redirigido automáticamente a la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:416,
+#: ../../src/Translations/AdminTranslations.php:422,
+#: ../../src/Translations/AdminTranslations.php:634,
+#: ../../src/Translations/AdminTranslations.php:640
+msgid "Pending payments"
+msgstr "Los pagos pendientes"
+
+#: ../../src/Translations/AdminTranslations.php:417,
+#: ../../src/Translations/AdminTranslations.php:635
+msgid "will be automatically declined"
+msgstr "se rechazarán automaticamente"
+
+#: ../../src/Translations/AdminTranslations.php:423,
+#: ../../src/Translations/AdminTranslations.php:641
+msgid "will not be automatically declined"
+msgstr "no se rechazarán automaticamente"
+
+#: ../../src/Translations/AdminTranslations.php:427,
+#: ../../src/Translations/AdminTranslations.php:442
+msgid "Your saved cards or money available in Mercado Pago"
+msgstr "Medios de pago disponibles en Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:428,
+#: ../../src/Translations/AdminTranslations.php:430
+msgid "Your clients finalize their payments in Mercado Pago."
+msgstr "Tus clientes finalizan sus pagos en Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:429
+msgid "Mercado Pago - Checkout Pro"
+msgstr "Mercado Pago - Checkout Pro"
+
+#: ../../src/Translations/AdminTranslations.php:431
+msgid "Checkout Pro"
+msgstr "Checkout Pro"
+
+#: ../../src/Translations/AdminTranslations.php:432
+msgid ""
+"With Checkout Pro you sell with all the safety inside Mercado Pago "
+"environment."
+msgstr ""
+"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
+"Pago."
+
+#: ../../src/Translations/AdminTranslations.php:433,
+#: ../../src/Translations/AdminTranslations.php:548,
+#: ../../src/Translations/AdminTranslations.php:715,
+#: ../../src/Translations/AdminTranslations.php:777,
+#: ../../src/Translations/AdminTranslations.php:858
+msgid "Mercado Pago plugin general settings"
+msgstr "Configuraciones generales del plugin de Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:434,
+#: ../../src/Translations/AdminTranslations.php:549,
+#: ../../src/Translations/AdminTranslations.php:652,
+#: ../../src/Translations/AdminTranslations.php:716,
+#: ../../src/Translations/AdminTranslations.php:778,
+#: ../../src/Translations/AdminTranslations.php:859
+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:435,
+#: ../../src/Translations/AdminTranslations.php:550,
+#: ../../src/Translations/AdminTranslations.php:653,
+#: ../../src/Translations/AdminTranslations.php:717,
+#: ../../src/Translations/AdminTranslations.php:779,
+#: ../../src/Translations/AdminTranslations.php:860
+msgid "Go to Settings"
+msgstr "Ir a Configuraciones"
+
+#: ../../src/Translations/AdminTranslations.php:436,
+#: ../../src/Translations/AdminTranslations.php:654,
+#: ../../src/Translations/AdminTranslations.php:861
+msgid "Enable the checkout"
+msgstr "Activar el checkout"
+
+#: ../../src/Translations/AdminTranslations.php:437
+msgid ""
+"By disabling it, you will disable all payments from Mercado Pago Checkout at "
+"Mercado Pago website by redirect."
+msgstr ""
+"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
+"sitio web de Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:440,
+#: ../../src/Translations/AdminTranslations.php:559,
+#: ../../src/Translations/AdminTranslations.php:658,
+#: ../../src/Translations/AdminTranslations.php:722,
+#: ../../src/Translations/AdminTranslations.php:784,
+#: ../../src/Translations/AdminTranslations.php:865
+msgid "Title in the store Checkout"
+msgstr "Título en el checkout de la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:441,
+#: ../../src/Translations/AdminTranslations.php:659,
+#: ../../src/Translations/AdminTranslations.php:723,
+#: ../../src/Translations/AdminTranslations.php:785,
+#: ../../src/Translations/AdminTranslations.php:866
+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:443,
+#: ../../src/Translations/AdminTranslations.php:562,
+#: ../../src/Translations/AdminTranslations.php:661,
+#: ../../src/Translations/AdminTranslations.php:725,
+#: ../../src/Translations/AdminTranslations.php:787,
+#: ../../src/Translations/AdminTranslations.php:868
+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:444,
+#: ../../src/Translations/AdminTranslations.php:563,
+#: ../../src/Translations/AdminTranslations.php:665,
+#: ../../src/Translations/AdminTranslations.php:726,
+#: ../../src/Translations/AdminTranslations.php:788,
+#: ../../src/Translations/AdminTranslations.php:882
+msgid "Convert Currency"
+msgstr "Convertir moneda"
+
+#: ../../src/Translations/AdminTranslations.php:445,
+#: ../../src/Translations/AdminTranslations.php:564,
+#: ../../src/Translations/AdminTranslations.php:666,
+#: ../../src/Translations/AdminTranslations.php:727,
+#: ../../src/Translations/AdminTranslations.php:789,
+#: ../../src/Translations/AdminTranslations.php:883
+msgid ""
+"Activate this option so that the value of the currency set in WooCommerce is "
+"compatible with the value of the currency you use in Mercado Pago."
+msgstr ""
+"Activa esta opción para que el valor de la moneda configurada en WooCommerce "
+"sea compatible al valor de la moneda que usas en Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:448
+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:449
+msgid "Enable the payment methods available to your clients."
+msgstr "Habilita los medios de pago disponibles para tus clientes."
+
+#: ../../src/Translations/AdminTranslations.php:450
+msgid "Credit Cards"
+msgstr "Tarjetas de crédito"
+
+#: ../../src/Translations/AdminTranslations.php:451
+msgid "Debit Cards"
+msgstr "Tarjetas de débito"
+
+#: ../../src/Translations/AdminTranslations.php:452
+msgid "Other Payment Methods"
+msgstr "Otros medios"
+
+#: ../../src/Translations/AdminTranslations.php:453
+msgid "Maximum number of installments"
+msgstr "Máximo de cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:454
+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:455
+msgid "1 installment"
+msgstr "1 cuota"
+
+#: ../../src/Translations/AdminTranslations.php:456
+msgid "2 installments"
+msgstr "2 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:457
+msgid "3 installments"
+msgstr "3 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:458
+msgid "4 installments"
+msgstr "4 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:459
+msgid "5 installments"
+msgstr "5 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:460
+msgid "6 installments"
+msgstr "6 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:461
+msgid "10 installments"
+msgstr "10 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:462
+msgid "12 installments"
+msgstr "12 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:463
+msgid "15 installments"
+msgstr "15 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:464
+msgid "18 installments"
+msgstr "18 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:465
+msgid "24 installments"
+msgstr "24 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:466,
+#: ../../src/Translations/AdminTranslations.php:577
+msgid "Advanced settings"
+msgstr "Configuración Avanzada"
+
+#: ../../src/Translations/AdminTranslations.php:467,
+#: ../../src/Translations/AdminTranslations.php:578,
+#: ../../src/Translations/AdminTranslations.php:675,
+#: ../../src/Translations/AdminTranslations.php:733,
+#: ../../src/Translations/AdminTranslations.php:793,
+#: ../../src/Translations/AdminTranslations.php:890
+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:468
+msgid "Payment experience"
+msgstr "Experiencia de pago"
+
+#: ../../src/Translations/AdminTranslations.php:469
+msgid ""
+"Define what payment experience your customers will have, whether inside or "
+"outside your store."
+msgstr ""
+"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
+"tienda."
+
+#: ../../src/Translations/AdminTranslations.php:470
+msgid "Redirect"
+msgstr "Redirect"
+
+#: ../../src/Translations/AdminTranslations.php:471
+msgid "Modal"
+msgstr "Modal"
+
+#: ../../src/Translations/AdminTranslations.php:472
+msgid "Return to the store"
+msgstr "Volver a la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:473
+msgid ""
+"Do you want your customer to automatically return to the store after payment?"
+msgstr ""
+"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:30,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:31,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:245
+#: ../../src/Translations/AdminTranslations.php:476
+msgid "Success URL"
+msgstr "URL de éxito"
+
+#: ../../src/Translations/AdminTranslations.php:477
+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:478
+msgid "Payment URL rejected"
+msgstr "URL de pago rechazado"
+
+#: ../../src/Translations/AdminTranslations.php:479
+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 ""
+"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. "
+"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
+"útil para que puedan solucionarlo."
+
+#: ../../src/Translations/AdminTranslations.php:480
+msgid "Payment URL pending"
+msgstr "URL de pago pendiente"
+
+#: ../../src/Translations/AdminTranslations.php:481
+msgid ""
+"Choose the URL that we will show to your customers when they have a payment "
+"pending approval."
+msgstr ""
+"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
+"de aprobación."
+
+#: ../../src/Translations/AdminTranslations.php:482,
+#: ../../src/Translations/AdminTranslations.php:676
+msgid "Automatic decline of payments without instant approval"
+msgstr "Rechazo automático de pagos sin aprobación instantanea"
+
+#: ../../src/Translations/AdminTranslations.php:483,
+#: ../../src/Translations/AdminTranslations.php:677
+msgid ""
+"Enable it if you want to automatically decline payments that are not "
+"instantly approved by banks or other institutions."
+msgstr ""
+"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
+"instantáneamente por bancos u otros compradores."
+
+#: ../../src/Translations/AdminTranslations.php:484
+msgid "Debit, Credit and Invoice in Mercado Pago environment."
+msgstr "Débito, crédito y efectivo, en Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:487,
+#: ../../src/Translations/AdminTranslations.php:579,
+#: ../../src/Translations/AdminTranslations.php:680,
+#: ../../src/Translations/AdminTranslations.php:742,
+#: ../../src/Translations/AdminTranslations.php:802,
+#: ../../src/Translations/AdminTranslations.php:891
+msgid "Discount in Mercado Pago Checkouts"
+msgstr "Descuento en los checkouts de Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:488,
+#: ../../src/Translations/AdminTranslations.php:580,
+#: ../../src/Translations/AdminTranslations.php:681,
+#: ../../src/Translations/AdminTranslations.php:743,
+#: ../../src/Translations/AdminTranslations.php:803,
+#: ../../src/Translations/AdminTranslations.php:892
+msgid ""
+"Choose a percentage value that you want to discount your customers for "
+"paying with Mercado Pago."
+msgstr ""
+"Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
+"Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:489,
+#: ../../src/Translations/AdminTranslations.php:492,
+#: ../../src/Translations/AdminTranslations.php:581,
+#: ../../src/Translations/AdminTranslations.php:584,
+#: ../../src/Translations/AdminTranslations.php:682,
+#: ../../src/Translations/AdminTranslations.php:685,
+#: ../../src/Translations/AdminTranslations.php:744,
+#: ../../src/Translations/AdminTranslations.php:747,
+#: ../../src/Translations/AdminTranslations.php:804,
+#: ../../src/Translations/AdminTranslations.php:807,
+#: ../../src/Translations/AdminTranslations.php:893,
+#: ../../src/Translations/AdminTranslations.php:896
+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:490,
+#: ../../src/Translations/AdminTranslations.php:582,
+#: ../../src/Translations/AdminTranslations.php:683,
+#: ../../src/Translations/AdminTranslations.php:745,
+#: ../../src/Translations/AdminTranslations.php:805,
+#: ../../src/Translations/AdminTranslations.php:894
+msgid "Commission in Mercado Pago Checkouts"
+msgstr "Comisiones en los checkouts de Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:491,
+#: ../../src/Translations/AdminTranslations.php:583,
+#: ../../src/Translations/AdminTranslations.php:684,
+#: ../../src/Translations/AdminTranslations.php:746,
+#: ../../src/Translations/AdminTranslations.php:806,
+#: ../../src/Translations/AdminTranslations.php:895
+msgid ""
+"Choose an additional percentage value that you want to charge as commission "
+"to your customers for paying with Mercado Pago."
+msgstr ""
+"Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
+"clientes por pagar con Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:493
+msgid "This seems to be an invalid URL"
+msgstr "Esto parece ser una URL no válida"
+
+#: ../../src/Translations/AdminTranslations.php:507,
+#: ../../src/Translations/AdminTranslations.php:513
+msgid "Payment in installments without card in the store checkout is"
+msgstr "“Hasta 12 pagos sin tarjeta con Mercado Pago” está "
+
+#: ../../src/Translations/AdminTranslations.php:531,
+#: ../../src/Translations/AdminTranslations.php:537
+msgid "The installments without card component is"
+msgstr "El componente “Compra en hasta 12 pagos sin tarjeta” está"
+
+#: ../../src/Translations/AdminTranslations.php:542,
+#: ../../src/Translations/AdminTranslations.php:546
msgid "Installments without card"
msgstr "Financiación sin tarjeta de crédito"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:32
+#: ../../src/Translations/AdminTranslations.php:543,
+#: ../../src/Translations/AdminTranslations.php:545
msgid "Customers who buy on spot and pay later in up to 12 installments"
msgstr "Tus clientes pueden comprar en hasta 12 pagos mensuales"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:40
+#: ../../src/Translations/AdminTranslations.php:544
msgid "Mercado Pago - Installments without card"
-msgstr "Mercado Pago - Hasta 12 pagos sin tarjeta con Mercado Pago"
+msgstr "Financiación sin tarjeta de crédito "
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:42
-msgid "Checkout without card"
-msgstr "Hasta 12 pagos sin tarjeta con Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:547
+msgid ""
+"Reach millions of buyers by offering Mercado Credito as a payment method. "
+"Our flexible payment options give your customers the possibility to buy "
+"today whatever they want in up to 12 installments without the need to use a "
+"credit card. For your business, the approval of the purchase is immediate "
+"and guaranteed."
+msgstr ""
+"Llega a millones de compradores ofreciéndoles Mercado Crédito como medio de "
+"pago. Nuestras opciones de pago flexibles brindan a tus clientes la "
+"posibilidad de comprar lo que quieren hoy en hasta 12 cuotas sin la "
+"necesidad de utilizar una tarjeta. Para tu negocio, la aprobación de la "
+"compra es inmediata y está garantizada."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:182
-msgid "Activate installments without card in your store checkout "
+#: ../../src/Translations/AdminTranslations.php:551
+msgid "Activate installments without card in your store checkout"
msgstr "Activar la opción de financiación sin tarjeta de crédito"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:183
+#: ../../src/Translations/AdminTranslations.php:552
msgid ""
"Offer the option to pay in installments without card directly from your "
"store's checkout."
@@ -582,116 +1020,114 @@ msgstr ""
"Ofrece a tus clientes la opción de financiar su compra en hasta 12 pagos "
"mensuales, directo desde el checkout de tu tienda."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:187
-msgid ""
-"Payment in installments without card in the store checkout is active"
-msgstr "“Hasta 12 pagos sin tarjeta con Mercado Pago” está activo"
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:188
-msgid ""
-"Payment in installments without card in the store checkout is inactive"
-msgstr "“Hasta 12 pagos sin tarjeta con Mercado Pago” está inactivo"
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:205
+#: ../../src/Translations/AdminTranslations.php:555
msgid "Checkout visualization"
msgstr "Visualización en el checkout"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:206,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:367
+#: ../../src/Translations/AdminTranslations.php:556,
+#: ../../src/Translations/AdminTranslations.php:576
msgid "Check below how this feature will be displayed to your customers:"
msgstr "A continuación verás cómo este recurso aparecerá para tus clientes:"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:207
+#: ../../src/Translations/AdminTranslations.php:557
msgid "Checkout Preview"
msgstr "Visualización en el checkout"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:208
+#: ../../src/Translations/AdminTranslations.php:558
msgid "PREVIEW"
msgstr "DEMO"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:249
-msgid ""
-"Reach millions of buyers by offering Mercado Credito as a payment method. "
-"Our flexible payment options give your customers the possibility to buy "
-"today whatever they want in up to 12 installments without the need to use a "
-"credit card."
-msgstr ""
-"Llega a millones de compradores con bajo acceso a financiación ofreciéndoles "
-"Mercado Crédito como medio de pago. Nuestras opciones de pago flexibles "
-"brindan a tus clientes la posibilidad de comprar lo que quieren en hasta "
-"12 pagos mensuales sin necesidad de utilizar una tarjeta de crédito. "
+#: ../../src/Translations/AdminTranslations.php:560
+msgid "It is possible to edit the title. Maximum of 85 characters."
+msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:252
-msgid ""
-"For your business, the approval of the purchase is immediate and guaranteed."
-msgstr ""
-"Para tu negocio, la aprobación de la compra es inmediata y está garantizada."
+#: ../../src/Translations/AdminTranslations.php:561
+msgid "Checkout without card"
+msgstr "Hasta 12 pagos sin tarjeta con Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:311
+#: ../../src/Translations/AdminTranslations.php:567
msgid ""
"Inform your customers about the option of paying in installments without card"
msgstr ""
"Informa a tus clientes la posibilidad de financiar sus compras en hasta 12 "
"pagos sin tarjeta de crédito"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:314
+#: ../../src/Translations/AdminTranslations.php:568
msgid ""
-"By activating the installments without card component, you increase "
-"your chances of selling."
-msgstr ""
-"Al activar el componente de financiación en hasta 12 pagos sin tarjeta de "
-"crédito, aumentarás tus posibilidades de venta."
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:316
-msgid "The installments without card component is active."
+"By activating the installments without card component, you increase your "
+"chances of selling."
msgstr ""
-"El componente “Compra en hasta 12 pagos sin tarjeta” está activo."
+"Al activar el componente de financiación en hasta 12 pagos sin tarjeta de "
+"crédito, aumentarás tus posibilidades de venta."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:317
-msgid "The installments without card component is inactive."
-msgstr ""
-"El componente “Compra en hasta 12 pagos sin tarjeta” está inactivo."
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:355,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:365
+#: ../../src/Translations/AdminTranslations.php:571
msgid "Banner on the product page | Computer version"
msgstr "Componente en la página del producto | Versión para computadora"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:356
+#: ../../src/Translations/AdminTranslations.php:572
msgid "Banner on the product page | Cellphone version"
msgstr "Componente en la página del producto | Versión para celular"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:363
+#: ../../src/Translations/AdminTranslations.php:573
msgid "Computer"
msgstr "Computadora"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:364
+#: ../../src/Translations/AdminTranslations.php:574
msgid "Mobile"
msgstr "Celular"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:366
+#: ../../src/Translations/AdminTranslations.php:575
msgid "Component visualization"
msgstr "Visualización del componente"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:41,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:42,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:52
-msgid "Debit and Credit"
-msgstr "Débito e crédito"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:43,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:36,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:36
-msgid "Transparent Checkout in your store environment"
-msgstr "Checkout Transparente, en tu tienda"
+#: ../../src/Translations/AdminTranslations.php:598,
+#: ../../src/Translations/AdminTranslations.php:604
+msgid "Transparent Checkout for credit cards is"
+msgstr "El Checkout Transparente de las tarjetas de crédito está"
+
+#: ../../src/Translations/AdminTranslations.php:622,
+#: ../../src/Translations/AdminTranslations.php:628
+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:645,
+#: ../../src/Translations/AdminTranslations.php:660
+msgid "Credit and debit cards"
+msgstr "Tarjeta de crédito y débito"
+
+#: ../../src/Translations/AdminTranslations.php:646,
+#: ../../src/Translations/AdminTranslations.php:648,
+#: ../../src/Translations/AdminTranslations.php:711,
+#: ../../src/Translations/AdminTranslations.php:773,
+#: ../../src/Translations/AdminTranslations.php:853,
+#: ../../src/Translations/AdminTranslations.php:855
+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:647,
+#: ../../src/Translations/AdminTranslations.php:712,
+#: ../../src/Translations/AdminTranslations.php:774,
+#: ../../src/Translations/AdminTranslations.php:854
+msgid "Mercado Pago - Checkout API"
+msgstr "Mercado Pago - Checkout API"
+
+#: ../../src/Translations/AdminTranslations.php:649
+msgid "Transparent Checkout | Credit card"
+msgstr "Checkout Transparente | Tarjeta de Crédito"
+
+#: ../../src/Translations/AdminTranslations.php:650
+msgid ""
+"With the Transparent Checkout, you can sell inside your store environment, "
+"without redirection and with the security from Mercado Pago."
+msgstr ""
+"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
+"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:51,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:44,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:44
-msgid "Mercado pago - Customized Checkout"
-msgstr "Mercado Pago - Checkout Personalizado"
+#: ../../src/Translations/AdminTranslations.php:651
+msgid "Mercado Pago Plugin general settings"
+msgstr "Configuraciones generales del plugin de Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:154
+#: ../../src/Translations/AdminTranslations.php:655
msgid ""
"By disabling it, you will disable all credit cards payments from Mercado "
"Pago Transparent Checkout."
@@ -699,21 +1135,11 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
"en el Checkout Transparente de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:158
-msgid "Transparent Checkout for credit cards is enabled."
-msgstr ""
-"El Checkout Transparente de las tarjetas de crédito está activado."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:159
-msgid "Transparent checkout for credit cards is disabled."
-msgstr ""
-"El checkout transparente de las tarjetas de crédito está desactivado."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:191
+#: ../../src/Translations/AdminTranslations.php:662
msgid "Installments Fees"
msgstr "Tasas de pago en cuotas"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:192
+#: ../../src/Translations/AdminTranslations.php:663
msgid ""
"Set installment fees and whether they will be charged from the store or from "
"the buyer."
@@ -721,31 +1147,15 @@ msgstr ""
"Configura las tasas de las cuotas y si se las cobrarán a la tienda o al "
"comprador."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193
+#: ../../src/Translations/AdminTranslations.php:664
msgid "Set fees"
msgstr "Configurar tasas"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:218
-msgid "Transparent Checkout | Credit card "
-msgstr "Checkout Transparente | Tarjeta de Crédito "
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:222
-msgid ""
-"With the Transparent Checkout, you can sell inside your store environment, "
-"without redirection and with the security from Mercado Pago."
-msgstr ""
-"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
-"redireccionamentos, con toda la seguridad de Mercado Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:240
-msgid "Advanced configuration of the personalized payment experience"
-msgstr "Configuración Avanzada"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:254
+#: ../../src/Translations/AdminTranslations.php:669
msgid "Payments via Mercado Pago account"
msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:255
+#: ../../src/Translations/AdminTranslations.php:670
msgid ""
"Your customers pay faster with saved cards, money balance or other available "
"methods in their Mercado Pago accounts."
@@ -753,387 +1163,254 @@ msgstr ""
"Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o "
"con otros medios disponibles en sus cuentas de MP."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:259
-msgid "Payments via Mercado Pago accounts are active."
-msgstr "Los pagos a través de la cuenta de Mercado Pago están activos."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:260
-msgid "Payments via Mercado Pago accounts are inactive."
-msgstr ""
-"Los pagos a través de la cuenta de Mercado Pago están deshabilitados."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:279
+#: ../../src/Translations/AdminTranslations.php:673
msgid "Check an example of how it will appear in your store:"
msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:310
-msgid "That’s it, payment accepted!"
-msgstr "Listo, ¡aceptamos tu pago!"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312
-msgid ""
-"We are processing your payment. In less than an hour we will send you the "
-"result by email."
-msgstr ""
-"Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
-"por correo electrónico."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314
-msgid ""
-"We are processing your payment. In less than 2 days we will send you by "
-"email if the payment has been approved or if additional information is "
-"needed."
-msgstr ""
-"Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
-"electrónico si se ha aprobado el pago o si se necesita información adicional."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316
-msgid "Check the card number."
-msgstr "Compruebe el número de tarjeta."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318
-msgid "Check the expiration date."
-msgstr "Compruebe la fecha de expiración."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320
-msgid "Check the information provided."
-msgstr "Compruebe la información informada."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322
-msgid "Check the informed security code."
-msgstr "Compruebe el código de seguridad informado."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:325
-msgid "Your payment cannot be processed."
-msgstr "No se puede procesar su pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:327
-msgid "You must authorize payments for your orders."
-msgstr "Usted debe autorizar los pagos de sus órdenes."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:329
-msgid ""
-"Contact your card issuer to activate it. The phone is on the back of your "
-"card."
-msgstr ""
-"Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
-"se encuentra en la parte posterior de su tarjeta."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331
-msgid ""
-"You have already made a payment of this amount. If you have to pay again, "
-"use another card or other method of payment."
-msgstr ""
-"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
-"utilizar otra tarjeta u otro medio de pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333
-msgid ""
-"Your payment was declined. Please select another payment method. It is "
-"recommended in cash."
-msgstr ""
-"Su pago fue rechazado. Por favor seleccione otro medio de pago. Se "
-"recomienda en efectivo."
+#: ../../src/Translations/AdminTranslations.php:674
+msgid "Advanced configuration of the personalized payment experience"
+msgstr "Configuración Avanzada"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335
-msgid "Your payment does not have sufficient funds."
-msgstr "Su metodo de pago no tiene fondos suficientes."
+#: ../../src/Translations/AdminTranslations.php:710,
+#: ../../src/Translations/AdminTranslations.php:724
+msgid "Invoice"
+msgstr "Efectivo"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337
-msgid "Payment cannot process the selected fee."
-msgstr "El pago no puede procesar la cuota seleccionada."
+#: ../../src/Translations/AdminTranslations.php:713
+msgid "Transparent Checkout | Invoice or Loterica"
+msgstr "Checkout Transparente | Efectivo"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339
+#: ../../src/Translations/AdminTranslations.php:714,
+#: ../../src/Translations/AdminTranslations.php:776,
+#: ../../src/Translations/AdminTranslations.php:857
msgid ""
-"You have reached the limit of allowed attempts. Choose another card or other "
-"payment method."
-msgstr ""
-"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
-"medio de pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341,
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:204
-msgid "This payment method cannot process your payment."
-msgstr "Este medio de pago no puede procesar su pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:396
-msgid "Credit cards"
-msgstr "Tarjetas de crédito"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:397
-msgid "Up to "
-msgstr "Hasta "
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:397
-msgid " installments"
-msgstr "12 pagos sin tarjeta"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:404
-msgid "Debit cards"
-msgstr "Tarjetas de débito"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:447,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:448,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:480,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:481,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:401,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:402,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:562,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563
-msgid "A problem was occurred when processing your payment. Please, try again."
+"With the Transparent Checkout, you can sell inside your store environment, "
+"without redirection and all the safety from Mercado Pago."
msgstr ""
-"El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
-"vez."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577
-msgid "See your order form"
-msgstr "Ver su hoja de pedido"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:588
-msgid "Your payment was declined. You can try again."
-msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
+"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
+"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:595,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:93
-msgid "Click to try again"
-msgstr "Haga clic para intentarlo de nuevo"
+#: ../../src/Translations/AdminTranslations.php:718,
+#: ../../src/Translations/AdminTranslations.php:780
+msgid "Enable the Checkout"
+msgstr "Activar el checkout"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:617,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:618
+#: ../../src/Translations/AdminTranslations.php:719
msgid ""
-"A problem was occurred when processing your payment. Are you sure you have "
-"correctly filled all information in the checkout form?"
+"By disabling it, you will disable all invoice payments from Mercado Pago "
+"Transparent Checkout."
msgstr ""
-"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
-"cargado la información en el formulario?"
+"Al desactivar, desabilitarás todos los medios de pago en efectivo en el "
+"Checkout Transparente de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:642
-msgid "Represents the installment fee charged by Mercado Pago."
-msgstr "Representa la tarifa de cuota que cobra Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:720
+msgid "The transparent checkout for tickets is enabled."
+msgstr "El Checkout Transparente está activo para pagos en efectivo."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:643
-msgid "Mercado Pago Installment Fee:"
-msgstr "Tarifa de cuotas de Mercado Pago:"
+#: ../../src/Translations/AdminTranslations.php:721
+msgid "The transparent checkout for tickets is disabled."
+msgstr "El Checkout Transparente está inactivo para pagos en efectivo."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:648
-msgid ""
-"Represents the total purchase plus the installment fee charged by Mercado "
-"Pago."
-msgstr ""
-"Representa el total de la compra más la tarifa de cuota que cobra Mercado "
-"Pago."
+#: ../../src/Translations/AdminTranslations.php:730
+msgid "Payment Due"
+msgstr "Fecha de pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:649
-msgid "Mercado Pago Total:"
-msgstr "Total en Mercado Pago:"
+#: ../../src/Translations/AdminTranslations.php:731
+msgid "In how many days will cash payments expire."
+msgstr "En cuántos días vencerán los pagos en efectivo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:715
-msgid "Configure your credentials to enable Mercado Pago payment methods."
+#: ../../src/Translations/AdminTranslations.php:732
+msgid "Advanced configuration of the cash payment experience"
msgstr ""
-"Completa tus credenciales para habilitar los medios de pago Mercado Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:773
-msgid "Title in the store Checkout"
-msgstr "Título en el checkout"
-
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
-msgid "Change the display text in Checkout, maximum characters: 85"
-msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85"
+"Configuração avançada da experiência de pagamento via boleto e em lotéricas"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:777
-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:734,
+#: ../../src/Translations/AdminTranslations.php:794
+msgid "Reduce inventory"
+msgstr "Reducir inventario"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:791
-msgid "Description"
-msgstr "Descripción"
+#: ../../src/Translations/AdminTranslations.php:735,
+#: ../../src/Translations/AdminTranslations.php:795
+msgid ""
+"Activates inventory reduction during the creation of an order, whether or "
+"not the final payment is credited. Disable this option to reduce it only "
+"when payments are approved."
+msgstr ""
+"Activa la reducción del inventario durante la creación de un pedido, se "
+"acredite o no el pago final. Desactiva esta opción para reducirlo solo "
+"cuando los pagos estén aprobados."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:828,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347
-msgid "Important! To sell you must enter your credentials."
-msgstr "¡Importante! Para vender debe introducir sus credenciales."
+#: ../../src/Translations/AdminTranslations.php:736,
+#: ../../src/Translations/AdminTranslations.php:796
+msgid "Reduce inventory is enabled."
+msgstr "Reducir inventario está activo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:829
-msgid "You must enter production credentials."
-msgstr "Debe introducir las credenciales de producción."
+#: ../../src/Translations/AdminTranslations.php:737,
+#: ../../src/Translations/AdminTranslations.php:797
+msgid "Reduce inventory is disabled."
+msgstr "Reducir inventario está inactivo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:830
-msgid "Enter credentials"
-msgstr "Introducir credenciales"
+#: ../../src/Translations/AdminTranslations.php:739,
+#: ../../src/Translations/AdminTranslations.php:799
+msgid "Enable the available payment methods"
+msgstr "Habilita los medios de pago disponibles"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
-msgid "Mercado Pago Plugin general settings"
-msgstr "Configuraciones generales del plugin de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:740,
+#: ../../src/Translations/AdminTranslations.php:800
+msgid "Choose the available payment methods in your store."
+msgstr "Elige los medios de pago que se aceptan en la tienda."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
-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:741,
+#: ../../src/Translations/AdminTranslations.php:801
+msgid "All payment methods"
+msgstr "Medios de pago disponibles"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:842
-msgid "Go to Settings"
-msgstr "Ir a Configuraciones"
+#: ../../src/Translations/AdminTranslations.php:772,
+#: ../../src/Translations/AdminTranslations.php:786
+msgid "PSE"
+msgstr "PSE"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:866
-msgid "Activate your credentials to be able to sell"
-msgstr "Activa tus credenciales para poder vender"
+#: ../../src/Translations/AdminTranslations.php:775
+msgid "Transparent Checkout PSE"
+msgstr "Pago transparente PSE"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:867
+#: ../../src/Translations/AdminTranslations.php:781
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."
+"By deactivating it, you will disable PSE payments from Mercado Pago "
+"Transparent Checkout."
msgstr ""
-"Las credenciales son contraseñas que debes integrar para poder vender. "
-"Dirígete a Activar credenciales. En la siguiente pantalla, ve de nuevo al "
-"botón Activar credenciales y completa los campos con los datos solicitados."
+"Al desactivarlo, desactivará los pagos PSE de Mercado Pago Transparente "
+"Checkout."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:868
-msgid "Activate credentials"
-msgstr "Activar credenciales"
+#: ../../src/Translations/AdminTranslations.php:782
+msgid "The transparent checkout for PSE is enabled."
+msgstr "El Checkout Transparente está activo para pagos PSE."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:916
-msgid "By disabling it, you will disable all payment methods of this checkout."
-msgstr "Al desactivar, desabilitarás todos los medios de pago del checkout."
+#: ../../src/Translations/AdminTranslations.php:783
+msgid "The transparent checkout for PSE is disabled."
+msgstr "El Checkout Transparente está inactivo para pagos PSE."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1029
-msgid "Basic Configuration"
-msgstr "Configuración Básica"
+#: ../../src/Translations/AdminTranslations.php:792
+msgid "Advanced configuration of the PSE payment experience"
+msgstr "Configuración avanzada de la experiencia de pago PSE"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1042
-msgid "Discount coupons"
-msgstr "Cupones de descuento"
+#: ../../src/Translations/AdminTranslations.php:821,
+#: ../../src/Translations/AdminTranslations.php:827
+msgid "The transparent checkout for Pix payment is"
+msgstr "El Checkout Transparente está"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1045
-msgid "Will you offer discount coupons to customers who buy with Mercado Pago?"
-msgstr ""
-"¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?"
+#: ../../src/Translations/AdminTranslations.php:845
+msgid "Go to the"
+msgstr "Ve al área"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1047
-msgid "Discount coupons is active."
-msgstr "Cupones de descuento están activos."
+#: ../../src/Translations/AdminTranslations.php:846
+msgid "Your Profile"
+msgstr "Tu Perfil"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1048
-msgid "Discount coupons is disabled."
-msgstr "Cupones de descuento están inactivos."
+#: ../../src/Translations/AdminTranslations.php:847
+msgid "area and choose the"
+msgstr "y elige la sección"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1060
-msgid "Automatic decline of payments without instant approval"
-msgstr "Rechazo automático de pagos sin aprobación instantanea"
+#: ../../src/Translations/AdminTranslations.php:848
+msgid "Your Pix Keys section"
+msgstr "Tus claves Pix"
+
+#: ../../src/Translations/AdminTranslations.php:852,
+#: ../../src/Translations/AdminTranslations.php:867
+msgid "Pix"
+msgstr "Pix"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1061
+#: ../../src/Translations/AdminTranslations.php:856
+msgid "Transparent Checkout | Pix"
+msgstr "Checkout Transparente | Pix"
+
+#: ../../src/Translations/AdminTranslations.php:862
msgid ""
-"Enable it if you want to automatically decline payments that are not "
-"instantly approved by banks or other institutions. "
+"By disabling it, you will disable all Pix payments from Mercado Pago "
+"Transparent Checkout."
msgstr ""
-"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
-"instantáneamente por bancos u otros compradores. "
+"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
+"en el Checkout Transparente de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1065
-msgid "Pending payments will be automatically declined."
-msgstr "Los pagos pendientes se rechazarán automaticamente."
+#: ../../src/Translations/AdminTranslations.php:869
+msgid "Expiration for payments via Pix"
+msgstr "Vencimiento para pagos con Pix"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1066
-msgid "Pending payments will not be automatically declined."
-msgstr "Los pagos pendientes no se rechazarán automaticamente."
+#: ../../src/Translations/AdminTranslations.php:870
+msgid "Set the limit in minutes for your clients to pay via Pix."
+msgstr ""
+"Define el límite de minutos para que tus clientes puedan pagar con Pix."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1078
-msgid "Discount in Mercado Pago Checkouts"
-msgstr "Descuento en los checkouts de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:871
+msgid "15 minutes"
+msgstr "15 minutos"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1081
-msgid ""
-"Choose a percentage value that you want to discount your customers for "
-"paying with Mercado Pago."
-msgstr ""
-"Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
-"Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:872
+msgid "30 minutes (recommended)"
+msgstr "30 minutos (recomendado)"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1082,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1103
-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:873
+msgid "60 minutes"
+msgstr "60 minutos"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1099
-msgid "Commission in Mercado Pago Checkouts"
-msgstr "Comisiones en los checkouts de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:874
+msgid "12 hours"
+msgstr "12 horas"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1102
-msgid ""
-"Choose an additional percentage value that you want to charge as commission "
-"to your customers for paying with Mercado Pago."
-msgstr ""
-"Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
-"clientes por pagar con Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:875
+msgid "24 hours"
+msgstr "24 horas"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1139
-msgid "Convert Currency"
-msgstr "Convertir moneda"
+#: ../../src/Translations/AdminTranslations.php:876
+msgid "2 days"
+msgstr "2 días"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1144
-msgid "Currency convertion is enabled."
-msgstr "Conversión de moneda está activa."
+#: ../../src/Translations/AdminTranslations.php:877
+msgid "3 days"
+msgstr "3 días"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1145
-msgid "Currency convertion is disabled."
-msgstr "Conversión de moneda está inactiva."
+#: ../../src/Translations/AdminTranslations.php:878
+msgid "4 days"
+msgstr "4 días"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1262
-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:879
+msgid "5 days"
+msgstr "5 días"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:34,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:35,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:45
-msgid "Pix"
-msgstr "Pix"
+#: ../../src/Translations/AdminTranslations.php:880
+msgid "6 days"
+msgstr "6 días"
+
+#: ../../src/Translations/AdminTranslations.php:881
+msgid "7 days"
+msgstr "7 días"
+
+#: ../../src/Translations/AdminTranslations.php:886
+msgid "Would you like to know how Pix works?"
+msgstr "¿Quieres saber cómo funciona Pix?"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:204
+#: ../../src/Translations/AdminTranslations.php:887
msgid ""
-"By disabling it, you will disable all Pix payments from Mercado Pago "
-"Transparent Checkout."
-msgstr ""
-"Al desactivar, desabilitarás lo medios de pago con Pix en el Checkout "
-"Transparente de Mercado Pago."
+"We have a dedicated page where we explain how it works and its advantages."
+msgstr "Creamos una página que explica su funcionamiento y sus vantajas."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:208
-msgid "The transparent checkout for Pix payment is enabled."
-msgstr "El Checkout Transparente está activo para pagos por Pix."
+#: ../../src/Translations/AdminTranslations.php:888
+msgid "Find out more about Pix"
+msgstr "Saber más sobre Pix"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:209
-msgid "The transparent checkout for Pix payment is disabled."
-msgstr "El Checkout Transparente está inactivo para pagos por Pix."
+#: ../../src/Translations/AdminTranslations.php:889
+msgid "Advanced configuration of the Pix experience"
+msgstr "Configuración avanzada de la experiencia Pix"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224
+#: ../../src/Translations/AdminTranslations.php:897
msgid "To activate Pix, you must have a key registered in Mercado Pago."
msgstr "Para activar el Pix, debes tener una clave registrada en Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225
+#: ../../src/Translations/AdminTranslations.php:898
msgid "Download the Mercado Pago app on your cell phone."
msgstr "Descarga la app de Mercado Pago en tu móvil."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:226
-msgid "Go to the "
-msgstr "Ve al área "
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227
-msgid "area and choose the "
-msgstr "y elige la sección "
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228
-msgid "Your Profile "
-msgstr "Tu Perfil "
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229
-msgid "Your Pix Keys section."
-msgstr "Tus claves Pix."
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230
+#: ../../src/Translations/AdminTranslations.php:900
msgid ""
"Choose which data to register as Pix keys. After registering, you can set up "
"Pix in your checkout."
@@ -1141,7 +1418,7 @@ msgstr ""
"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás "
"configurar el Pix en tu checkout."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231
+#: ../../src/Translations/AdminTranslations.php:901
msgid ""
"Remember that, for the time being, the Central Bank of Brazil is open Monday "
"through Friday, from 9am to 6pm."
@@ -1149,7 +1426,7 @@ msgstr ""
"Recuerda que, por el momento, el Banco Central de Brasil está abierto de "
"lunes a viernes, de 9 a 18 horas."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232
+#: ../../src/Translations/AdminTranslations.php:902
msgid ""
"If you requested your registration outside these hours, we will confirm it "
"within the next business day."
@@ -1157,12 +1434,11 @@ msgstr ""
"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en "
"el siguiente día hábil."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328
+#: ../../src/Translations/AdminTranslations.php:903
msgid "Learn more about Pix"
msgstr "Más información sobre Pix"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234
+#: ../../src/Translations/AdminTranslations.php:904
msgid ""
"If you have already registered a Pix key at Mercado Pago and cannot activate "
"Pix in the checkout, "
@@ -1170,285 +1446,271 @@ msgstr ""
"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix "
"en el checkout, "
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235
+#: ../../src/Translations/AdminTranslations.php:905
msgid "click here."
msgstr "haz clic aquí."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:260
-msgid "Transparent Checkout | Pix"
-msgstr "Checkout Transparente | Pix"
+#: ../../src/Translations/AdminTranslations.php:919
+msgid "To enable test mode"
+msgstr "Para activar el modo de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:264
-msgid ""
-"With the Transparent Checkout, you can sell inside your store environment, "
-"without redirection and all the safety from Mercado Pago. "
-msgstr ""
-"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
-"redireccionamientos, con toda la seguridad de Mercado Pago. "
+#: ../../src/Translations/AdminTranslations.php:921
+msgid "copy your test credentials"
+msgstr "copia tus credenciales de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:281
-msgid "Advanced configuration of the Pix experience"
-msgstr "Configuración avanzada de la experiencia Pix"
+#: ../../src/Translations/AdminTranslations.php:922
+msgid "and paste them above in section 1 of this page"
+msgstr "y pégalas en la sección 1 de esta página"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:294
-msgid "15 minutes"
-msgstr "15 minutos"
+#: ../../src/Translations/AdminTranslations.php:927
+msgid "Create your"
+msgstr "Crea tu"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:295
-msgid "30 minutes (recommended)"
-msgstr "30 minutos (recomendado)"
+#: ../../src/Translations/AdminTranslations.php:929
+msgid "test user"
+msgstr "usuario de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:296
-msgid "60 minutes"
-msgstr "60 minutes"
+#: ../../src/Translations/AdminTranslations.php:930
+msgid ""
+"(Optional. Can be used in Production Mode and Test Mode, to test payments)"
+msgstr ""
+"(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para "
+"probar los pagos)"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297
-msgid "12 hours"
-msgstr "12 horas"
+#: ../../src/Translations/AdminTranslations.php:936
+msgid "Use our test cards"
+msgstr "Utiliza nuestras tarjetas de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298
-msgid "24 hours"
-msgstr "24 horas"
+#: ../../src/Translations/AdminTranslations.php:937
+msgid "never use real cards"
+msgstr "nunca utilices tarjetas reales"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299
-msgid "2 days"
-msgstr "2 días"
+#: ../../src/Translations/AdminTranslations.php:943
+msgid "Visit your store"
+msgstr "Visita tu tienda"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300
-msgid "3 days"
-msgstr "3 días"
+#: ../../src/Translations/AdminTranslations.php:944
+msgid "to test purchases"
+msgstr "para testear compras"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301
-msgid "4 days"
-msgstr "4 días"
+#: ../../src/Translations/AdminTranslations.php:948
+msgid "4. Test your store before you start to sell"
+msgstr "4. Testea tu tienda antes de empezar a vender"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302
-msgid "5 days"
-msgstr "5 días"
+#: ../../src/Translations/AdminTranslations.php:949
+msgid "Choose how you want to operate your store:"
+msgstr "Elige cómo quieres operar tu tienda:"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303
-msgid "6 days"
-msgstr "6 días"
+#: ../../src/Translations/AdminTranslations.php:950
+msgid "Test Mode"
+msgstr "Modo Test"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304
-msgid "7 days"
-msgstr "7 días"
+#: ../../src/Translations/AdminTranslations.php:951
+msgid "Sale Mode (Production)"
+msgstr "Modo Ventas (Producción)"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:308
-msgid "Expiration for payments via Pix"
-msgstr "Vencimiento para pagos con Pix"
+#: ../../src/Translations/AdminTranslations.php:952
+msgid "Mercado Pago payment methods in Production Mode"
+msgstr "Medios de pago Mercado Pago en Modo Produción"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:310
-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:953
+msgid "Mercado Pago payment methods in Test Mode"
+msgstr "Medios de pago Mercado Pago en Modo Test"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325
-msgid "Want to learn how Pix works?"
-msgstr "¿Quieres saber cómo funciona el Pix?"
+#: ../../src/Translations/AdminTranslations.php:954
+msgid "Enter test credentials"
+msgstr "Ingresa las credenciales de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:326
+#: ../../src/Translations/AdminTranslations.php:955
msgid ""
-"We have created a page to explain how this new payment method works and its "
-"advantages."
+"Select “Test Mode” if you want to try the payment experience before you "
+"start to sell or “Sales Mode” (Production) to start now."
msgstr ""
-"Creamos una página para explicar cómo funciona este nuevo medio de pago y "
-"sus ventajas."
+"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."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347
-msgid "Would you like to know how Pix works?"
-msgstr "¿Quieres saber cómo funciona Pix?"
+#: ../../src/Translations/AdminTranslations.php:956
+msgid "Mercado Pago Checkouts disabled for real collections."
+msgstr "Checkouts Mercado Pago inactivos para cobros reales."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:348
-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:957
+msgid "Test Mode rules."
+msgstr "Reglas del modo test."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:349
-msgid "Find out more about Pix"
-msgstr "Saber más sobre Pix"
+#: ../../src/Translations/AdminTranslations.php:958
+msgid "Mercado Pago Checkouts enabled for real collections."
+msgstr "Checkouts Mercado Pago activos para cobros reales."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:493
-msgid "A problem occurred when processing your payment. Please try again."
-msgstr ""
-"Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo."
+#: ../../src/Translations/AdminTranslations.php:959
+msgid "The clients can make real purchases in your store."
+msgstr "Los clientes pueden hacer compras reales en tu tienda."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:478,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547
-msgid ""
-"A problem occurred when processing your payment. Are you sure you have "
-"correctly filled in all the information on the checkout form?"
-msgstr ""
-"Un problema se produjo al procesar su pago. ¿Esta seguro que ha rellenado "
-"correctamente toda la información en el formulario de checkout?"
+#: ../../src/Translations/AdminTranslations.php:964
+msgid "Store in sale mode (Production)"
+msgstr "Tienda en Modo Ventas (Producción)"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:456,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:522
-msgid "The customer has not paid yet."
-msgstr "El cliente no ha pagado todavía."
+#: ../../src/Translations/AdminTranslations.php:965
+msgid "Store under test"
+msgstr "Tienda en Modo Test"
+
+#: ../../src/Translations/AdminTranslations.php:966
+msgid "Save changes"
+msgstr "Guardar cambios"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:461
-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/AdminTranslations.php:978
+msgid "Store business fields are valid"
+msgstr "Los campos comerciales de la tienda son válidos"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:462
-msgid ""
-"Scan the QR code below or copy and paste the code into your bank's "
-"application."
-msgstr ""
-"Escanee el código QR a continuación o copie y pegue el código en la "
-"aplicación de su banco."
+#: ../../src/Translations/AdminTranslations.php:979
+msgid "Store business fields could not be validated"
+msgstr "Los campos comerciales de la tienda no se pudieron validar"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:563
-msgid ""
-"Please note that to receive payments via Pix at our checkout, you must have "
-"a Pix key registered in your Mercado Pago account."
-msgstr ""
-"Ten en cuenta que para recibir pagos a través de Pix en nuestro checkout, "
-"debes tener una clave Pix registrada en tu cuenta de Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:980
+msgid "At least one payment method is enabled"
+msgstr "Al menos un método de pago está habilitado"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:564
-msgid "Register your Pix key at Mercado Pago."
-msgstr "Registra tu clave Pix en Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:981
+msgid "No payment method enabled"
+msgstr "Ningún método de pago habilitado"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:614,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:148
-msgid "Code valid for "
-msgstr "Código válido por "
+#: ../../src/Translations/AdminTranslations.php:982
+msgid "Credentials fields are valid"
+msgstr "Los campos de la credencial son válidos"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:34,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:35,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:45
-msgid "Invoice"
-msgstr "Efectivo"
+#: ../../src/Translations/AdminTranslations.php:983
+msgid "Credentials fields could not be validated"
+msgstr "No se pudieron validar los campos de credenciales"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:198
-msgid ""
-"By disabling it, you will disable all invoice payments from Mercado Pago "
-"Transparent Checkout."
-msgstr ""
-"Al desactivar, desabilitarás todos los medios de pago en efectivo en el "
-"Checkout Transparente de Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:995
+msgid "Valid Public Key"
+msgstr "Public key válida"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:202
-msgid "The transparent checkout for tickets is enabled."
-msgstr ""
-"El Checkout Transparente está activo para pagos en efectivo o en "
-"loterías."
+#: ../../src/Translations/AdminTranslations.php:996
+msgid "Invalid Public Key"
+msgstr "Public key no válida"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:203
-msgid "The transparent checkout for tickets is disabled."
-msgstr ""
-"El Checkout Transparente está inactivo para pagos en efectivo o en "
-"loterías."
+#: ../../src/Translations/AdminTranslations.php:997
+msgid "Valid Access Token"
+msgstr "Access token válido"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:218
-msgid "Transparent Checkout | Invoice or Loterica"
-msgstr "Checkout Transparente | Efectivo"
+#: ../../src/Translations/AdminTranslations.php:998
+msgid "Invalid Access Token"
+msgstr "Access token no válido"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:222
+#: ../../src/Translations/AdminTranslations.php:1010
+msgid "Credentials were updated"
+msgstr "Se actualizaron las credenciales"
+
+#: ../../src/Translations/AdminTranslations.php:1011
msgid ""
-"With the Transparent Checkout, you can sell inside your store environment, "
-"without redirection and all the safety from Mercado Pago."
+"Your store has exited Test Mode and is making real sales in Production Mode."
msgstr ""
-"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
-"redireccionamentos, con toda la seguridad de Mercado Pago."
+"Ahora su tienda está fuera del modo de prueba y está realizando ventas "
+"reales en el modo de producción."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:239
-msgid "Advanced configuration of the cash payment experience"
-msgstr "Configuración avanzada de la experiencia de pago en efectivo"
+#: ../../src/Translations/AdminTranslations.php:1012
+msgid "To test the store, re-enter both test credentials."
+msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:252
-msgid "Reduce inventory"
-msgstr "Reducir inventario"
+#: ../../src/Translations/AdminTranslations.php:1013
+msgid "Invalid credentials"
+msgstr "Credenciales no válidas"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:255
-msgid ""
-"Activates inventory reduction during the creation of an order, whether or "
-"not the final payment is credited. Disable this option to reduce it only "
-"when payments are approved."
-msgstr ""
-"Activa la reducción del inventario durante la creación de un pedido, se "
-"acredite o no el pago final. Desactiva esta opción para reducirlo solo "
-"cuando los pagos estén aprobados."
+#: ../../src/Translations/AdminTranslations.php:1014
+msgid "See our manual to learn"
+msgstr "Consulte nuestro manual para saber"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257
-msgid "Reduce inventory is enabled."
-msgstr "Reducir inventario está activo."
+#: ../../src/Translations/AdminTranslations.php:1015
+msgid "how to enter the credentials the right way."
+msgstr "como ingresar las credenciales de forma correcta."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:258
-msgid "Reduce inventory is disabled."
-msgstr "Reducir inventario está inactivo."
+#: ../../src/Translations/AdminTranslations.php:1016
+msgid " for test mode"
+msgstr " para el modo de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:270
-msgid "Payment Due"
-msgstr "Vencimiento del pago"
+#: ../../src/Translations/AdminTranslations.php:1028
+msgid "Store information is valid"
+msgstr "Información sobre tu tienda"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272
-msgid "In how many days will cash payments expire."
-msgstr "En cuántos días caducarán los pagos en efectivo."
+#: ../../src/Translations/AdminTranslations.php:1041
+msgid "Attention:"
+msgstr "Atención:"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:292
-msgid "Enable the available payment methods"
-msgstr "Habilita los medios de pago disponibles"
+#: ../../src/Translations/AdminTranslations.php:1042
+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 ""
+"La configuración de moneda que tienes en WooCommerce no es compatible con la "
+"moneda que usas en tu cuenta de Mercado Pago. Activa la conversión de moneda."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:294
-msgid "Choose the available payment methods in your store."
-msgstr "Selecciona los medios de pago disponibles en tu tienda."
+#: ../../src/Translations/AdminTranslations.php:1045
+msgid "We are converting your currency from: "
+msgstr "Ahora convertimos tu moneda de: "
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:298
-msgid "All payment methods"
-msgstr "Todos los medios de pago"
+#: ../../src/Translations/AdminTranslations.php:1061
+msgid "to "
+msgstr "a "
+
+#: ../../src/Translations/AdminTranslations.php:1072
+msgid "Payment status on Mercado Pago"
+msgstr "Estado de pago en el Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:458,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:486
+#: ../../src/Translations/AdminTranslations.php:1073
msgid ""
-"There was a problem processing your payment. Are you sure you have correctly "
-"filled out all the information on the payment form?"
+"This is the payment status of your Mercado Pago Activities. To check the "
+"order status, please refer to Order details."
msgstr ""
-"Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado "
-"correctamente toda la información en el formulario de pago?"
+"Este es el estado del pago de las Actividades de tu Mercado Pago. Para "
+"consultar el estado del pedido, consulta en Detalles del Pedido."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:451,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:479
-msgid "Your document data is invalid"
-msgstr "Los datos de su documento no son válidos"
+#: ../../src/Translations/AdminTranslations.php:1074,
+#: ../../src/Translations/AdminTranslations.php:1076
+msgid "View purchase details at Mercado Pago"
+msgstr "Ver detalles de compra en Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:527
-msgid "To print the ticket again click"
-msgstr "Para imprimir nuevamente el ticket hace clic"
+#: ../../src/Translations/AdminTranslations.php:1075,
+#: ../../src/Translations/AdminTranslations.php:1077,
+#: ../../src/Translations/AdminTranslations.php:1079
+msgid "Sync order status"
+msgstr "Sincronizar el estado del pedido"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:530
-msgid "here"
-msgstr "aquí"
+#: ../../src/Translations/AdminTranslations.php:1078
+msgid "Consult the reasons for refusal"
+msgstr "Consultar motivos de rechazo"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:659
-msgid " and "
-msgstr " y "
+#: ../../src/Translations/AdminTranslations.php:1080
+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:1081
+msgid "Unable to update order:"
+msgstr "No se puede actualizar el pedido:"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
+#: ../../src/Translations/AdminTranslations.php:1082
msgid "Payment made"
msgstr "Pago realizado"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114
+#: ../../src/Translations/AdminTranslations.php:1083
msgid "Payment made by the buyer and already credited in the account."
msgstr ""
"El pago realizado por el comprador y que ya está acreditado en la cuenta."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117
+#: ../../src/Translations/AdminTranslations.php:1084
msgid "Call resolved"
msgstr "Llamado resuelto"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218
+#: ../../src/Translations/AdminTranslations.php:1085,
+#: ../../src/Translations/AdminTranslations.php:1135
msgid "Please contact Mercado Pago for further details."
msgstr "Contacta a Mercado Pago para saber más detalles."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121
+#: ../../src/Translations/AdminTranslations.php:1086
msgid "Payment refunded"
msgstr "Pago devuelto"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122
+#: ../../src/Translations/AdminTranslations.php:1087
msgid ""
"Your refund request has been made. Please contact Mercado Pago for further "
"details."
@@ -1456,59 +1718,59 @@ msgstr ""
"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
"más detalles."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129
+#: ../../src/Translations/AdminTranslations.php:1088,
+#: ../../src/Translations/AdminTranslations.php:1090
msgid "Payment returned"
msgstr "Pago devuelto"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126
+#: ../../src/Translations/AdminTranslations.php:1089
msgid "The payment has been returned to the client."
msgstr "El pago ya fue devuelto al cliente."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130
+#: ../../src/Translations/AdminTranslations.php:1091
msgid "The payment has been partially returned to the client."
msgstr "El pago ya fue devuelto parcialmente al cliente."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133
+#: ../../src/Translations/AdminTranslations.php:1092
msgid "Payment canceled"
msgstr "Pago cancelado"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134
+#: ../../src/Translations/AdminTranslations.php:1093
msgid "The payment has been successfully canceled."
msgstr "El pago fue cancelado con éxito."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137
+#: ../../src/Translations/AdminTranslations.php:1094
msgid "Purchase canceled"
msgstr "Compra cancelada"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138
+#: ../../src/Translations/AdminTranslations.php:1095
msgid "The payment has been canceled by the customer."
msgstr "El pago fue cancelado por el cliente."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:307
+#: ../../src/Translations/AdminTranslations.php:1096,
+#: ../../src/Translations/AdminTranslations.php:1098,
+#: ../../src/Translations/AdminTranslations.php:1100,
+#: ../../src/Translations/AdminTranslations.php:1102,
+#: ../../src/Translations/AdminTranslations.php:1104,
+#: ../../src/Translations/AdminTranslations.php:1112,
+#: ../../src/Translations/AdminTranslations.php:1114,
+#: ../../src/Translations/AdminTranslations.php:1116,
+#: ../../src/Translations/AdminTranslations.php:1118,
+#: ../../src/Translations/AdminTranslations.php:1120,
+#: ../../src/Translations/AdminTranslations.php:1122,
+#: ../../src/Translations/AdminTranslations.php:1124,
+#: ../../src/Translations/AdminTranslations.php:1179
msgid "Pending payment"
msgstr "Cobro pendiente"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154
+#: ../../src/Translations/AdminTranslations.php:1097,
+#: ../../src/Translations/AdminTranslations.php:1099,
+#: ../../src/Translations/AdminTranslations.php:1101,
+#: ../../src/Translations/AdminTranslations.php:1103
msgid "Awaiting payment from the buyer."
msgstr "Esperando el pago del comprador."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158
+#: ../../src/Translations/AdminTranslations.php:1105
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 "
@@ -1517,72 +1779,48 @@ msgstr ""
"Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si "
"está todo bien para que puedas entregar el producto o brindar el servicio."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:205,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:209,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:213,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:225,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:229,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:233,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:237,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:241,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:245,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:249,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:271,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:275,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:279,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:283,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:287,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:291,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:295,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:299,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:303,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:315,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:321,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:325
+#: ../../src/Translations/AdminTranslations.php:1106,
+#: ../../src/Translations/AdminTranslations.php:1130,
+#: ../../src/Translations/AdminTranslations.php:1146,
+#: ../../src/Translations/AdminTranslations.php:1165,
+#: ../../src/Translations/AdminTranslations.php:1169,
+#: ../../src/Translations/AdminTranslations.php:1171,
+#: ../../src/Translations/AdminTranslations.php:1173,
+#: ../../src/Translations/AdminTranslations.php:1177
msgid "Declined payment"
msgstr "Cobro rechazado"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256
+#: ../../src/Translations/AdminTranslations.php:1107,
+#: ../../src/Translations/AdminTranslations.php:1131
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 ""
"El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use "
-"otra tarjeta o que se comunique con su banco."
+"“\n"
+"“otra tarjeta o que se comunique con su banco."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165
+#: ../../src/Translations/AdminTranslations.php:1108
msgid "Payment authorized. Awaiting capture."
msgstr "Pago autorizado. Esperando captura."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166
+#: ../../src/Translations/AdminTranslations.php:1109
msgid ""
"The payment has been authorized on the client's card. Please capture the "
"payment."
msgstr ""
"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169
+#: ../../src/Translations/AdminTranslations.php:1110
msgid "Payment in process"
msgstr "Pago en proceso"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190
+#: ../../src/Translations/AdminTranslations.php:1111,
+#: ../../src/Translations/AdminTranslations.php:1121
msgid "Please wait or contact Mercado Pago for further details"
msgstr "Espera o contacta a Mercado Pago para saber más detalles"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174
+#: ../../src/Translations/AdminTranslations.php:1113
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 "
@@ -1591,1438 +1829,928 @@ msgstr ""
"El banco está revisando el pago. Te avisaremos por e-mail cuando esté "
"confirmado para que puedas entregar el producto o brindar el servicio."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186
+#: ../../src/Translations/AdminTranslations.php:1115,
+#: ../../src/Translations/AdminTranslations.php:1117,
+#: ../../src/Translations/AdminTranslations.php:1119
msgid "Awaiting payment information validation."
-msgstr "Esperando validación de los datos de pago.."
+msgstr "Esperando validación de los datos de pago."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194
+#: ../../src/Translations/AdminTranslations.php:1123
msgid "Waiting for the buyer."
msgstr "Esperando al comprador."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:198
+#: ../../src/Translations/AdminTranslations.php:1125
msgid "Waiting for the card issuer."
-msgstr "Espererando al emisor de la tarjeta.."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:202
-msgid ""
-"The payment could not be processed. Please ask your client to use another "
-"card or to get in touch with the bank."
-msgstr ""
-"El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
-"medio de pago o que se contacte con el banco."
+msgstr "Espererando al emisor de la tarjeta."
+
+#: ../../src/Translations/AdminTranslations.php:1126,
+#: ../../src/Translations/AdminTranslations.php:1128,
+#: ../../src/Translations/AdminTranslations.php:1132,
+#: ../../src/Translations/AdminTranslations.php:1153,
+#: ../../src/Translations/AdminTranslations.php:1175
+msgid "The card issuing bank declined the payment"
+msgstr "El banco emisor de la tarjeta rechazó el pago"
+
+#: ../../src/Translations/AdminTranslations.php:1127,
+#: ../../src/Translations/AdminTranslations.php:1129,
+#: ../../src/Translations/AdminTranslations.php:1133,
+#: ../../src/Translations/AdminTranslations.php:1154,
+#: ../../src/Translations/AdminTranslations.php:1176
+msgid ""
+"Please recommend your customer to pay with another payment method or to "
+"contact their bank."
+msgstr ""
+"Recomiéndale a tu cliente que pague con otro medio de pago o que se "
+"comunique con su banco."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:217
+#: ../../src/Translations/AdminTranslations.php:1134
msgid "Mercado Pago did not process the payment"
msgstr "Mercado Pago no procesó el pago"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:221,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:311
+#: ../../src/Translations/AdminTranslations.php:1136,
+#: ../../src/Translations/AdminTranslations.php:1181
msgid "Expired payment deadline"
msgstr "Venció el plazo para el pago"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:312
+#: ../../src/Translations/AdminTranslations.php:1137,
+#: ../../src/Translations/AdminTranslations.php:1182
msgid "The client did not pay within the time limit."
-msgstr "El cliente no pagó dentro del límite de tiempo.."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230
-msgid ""
-"The CVV is invalid. Please ask your client to review the details or use "
-"another card."
-msgstr ""
-"El código de seguridad de la tarjeta es inválido. Revisá los datos que "
-"ingresaste o pedile a tu cliente que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234
-msgid ""
-"The card is expired. Please ask your client to use another card or to "
-"contact the bank."
-msgstr ""
-"La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se "
-"comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:288
-msgid ""
-"This payment was declined because it did not pass Mercado Pago security "
-"controls. Please ask your client to use another card."
-msgstr ""
-"Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
-"Pago. Pedile a tu cliente que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280
-msgid ""
-"The buyer is suspended in our platform. Your client must contact us to check "
-"what happened."
-msgstr ""
-"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
-"con nosotros para ver qué pasó."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251
-msgid ""
-"The card does not have enough limit. Please ask your client to use another "
-"card or to get in touch with the bank."
-msgstr ""
-"La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
-"tarjeta o que se comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252
-msgid ""
-"The card does not have sufficient balance. Please ask your client to use "
-"another card or to get in touch with the bank."
-msgstr ""
-"La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
-"tarjeta o que se comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260
-msgid ""
-"The CVV was entered incorrectly several times. Please ask your client to use "
-"another card or to get in touch with the bank."
-msgstr ""
-"Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a "
-"tu cliente que use otra tarjeta o que se comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:264
-msgid ""
-"The card does not allow the number of installments entered. Please ask your "
-"client to choose another installment plan or to use another card."
-msgstr ""
-"La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente "
-"que elija otro plan de cuotas o que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:268
-msgid ""
-"The card-issuing bank declined the payment. Please instruct your client to "
-"ask the bank to authotize it or to use another card."
-msgstr ""
-"El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que "
-"se contacte con el banco para autorizarlo o que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272
-msgid ""
-"From Mercado Pago we have detected that this payment has already been made "
-"before. If that is not the case, your client may try to pay again."
-msgstr ""
-"Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no "
-"es así, tu cliente puede intentarlo de nuevo."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276
-msgid ""
-"The card is not active yet. Please ask your client to use another card or to "
-"get in touch with the bank to activate it."
-msgstr ""
-"La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta "
-"o que se comunique con su banco para activarla."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:292
-msgid ""
-"The amount exceeded the card limit. Please ask your client to use another "
-"card or to get in touch with the bank."
-msgstr ""
-"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
-"tarjeta o que se comunique con el banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:296,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:300,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:304
-msgid ""
-"Please ask your client to use another card or to get in touch with the card "
-"issuer."
-msgstr ""
-"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
-"la tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:308
-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 ""
-"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
-"tarjeta o que se comunique con el banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:317
-msgid ""
-"The credit function is not enabled for the card. Please tell your client "
-"that it is possible to pay with debit or to use another one."
-msgstr ""
-"La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que "
-"puede pagar con la función débito de la misma tarjeta o pídele que use otra."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:318
-msgid ""
-"The debit function is not enabled for the card. Please tell your client that "
-"it is possible to pay with credit or to use another one."
-msgstr ""
-"La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
-"puede pagar con la función crédito de la misma tarjeta o pídele que use otra."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:322
-msgid ""
-"The card-issuing bank declined the payment. Please instruct your client to "
-"ask the bank to authorize it."
-msgstr ""
-"El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
-"comunique con el banco para autorizar el pago."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:326
-msgid ""
-"The buyer does not have enough balance to make the purchase. Please ask your "
-"client to deposit money to the Mercado Pago Account or to use a different "
-"payment method."
-msgstr ""
-"El cliente no tiene suficiente saldo en la cuenta para realizar la compra. "
-"Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de "
-"pago."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:329
-msgid "There was an error"
-msgstr "Hubo un error"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:330
-msgid "The transaction could not be completed."
-msgstr "No fue posible completar la transacción."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:413
-msgid "Payment status on Mercado Pago"
-msgstr "Estado de pago en el Mercado Pago"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:473,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485
-msgid "View purchase details at Mercado Pago"
-msgstr "Ver detalles de compra en Mercado Pago"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:486,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:498
-msgid "Sync order status"
-msgstr "Sincronizar el estado del pedido"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:497
-msgid "Check the reasons why the purchase was declined."
-msgstr "Consulta los motivos del rechazo de tu compra."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:606
-msgid "Order update successfully. This page will be reloaded..."
-msgstr "Actualización del pedido con éxito. Esta página será recargada…"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:610
-msgid "Unable to update order: "
-msgstr "No se puede actualizar el pedido: "
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:126
-msgid "See WooCommerce"
-msgstr "Ver WooCommerce"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124
-msgid "Install WooCommerce"
-msgstr "Instalar WooCommerce"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:121
-msgid "Activate WooCommerce"
-msgstr "Activar WooCommerce"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:137
-msgid "do you have a minute to share your experience with our plugin?"
-msgstr "¿tienes un minuto para compartir tu experiencia con nuestro plugin?"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:140
-msgid ""
-"Your opinion is very important so that we can offer you the best possible "
-"payment solution and continue to improve."
-msgstr ""
-"Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos "
-"posible y seguir mejorando."
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:149
-msgid "Rate the plugin"
-msgstr "Valorar el plugin"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:151
-msgid "Enable payments via Mercado Pago account"
-msgstr "Pagos a través de la cuenta de Mercado Pago"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:154
-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 ""
-"Con esta función activa, tus clientes pagan más rápido usando su cuenta de "
-"Mercado Pago.La tasa de aprobación de estos pagos en tu tienda puede "
-"ser un 25% mayor en comparación con otros medios de pago."
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:163
-msgid "Activate"
-msgstr "Activar"
-
-#: ../../includes/admin/views/html-admin-alert-frame.php:34,
-#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30
-msgid "Discard"
-msgstr "Descartar"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:141
-msgid "Mercado Pago Settings"
-msgstr "Configuración de Mercado Pago"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196
-msgid "Accept "
-msgstr "Acepta "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197
-msgid "payments on the spot "
-msgstr "pagos al instante "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198
-msgid "with"
-msgstr "con toda"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199
-msgid "the "
-msgstr "la "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200
-msgid "security "
-msgstr "seguridad "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201
-msgid "from Mercado Pago"
-msgstr "de Mercado Pago"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202
-msgid "Technical requirements"
-msgstr "Requisitos técnicos"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203
-msgid "SSL"
-msgstr "SSL"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204
-msgid "GD Extensions"
-msgstr "Extensiones GD"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205
-msgid "Curl"
-msgstr "Curl"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206
-msgid ""
-"Implementation responsible for transmitting data to Mercado Pago in a secure "
-"and encrypted way."
-msgstr ""
-"Implementación responsable de transmitir los datos a Mercado Pago de forma "
-"segura y encriptada."
+msgstr "El cliente no pagó dentro del límite de tiempo."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207
-msgid ""
-"These extensions are responsible for the implementation and operation of Pix "
-"in your store."
-msgstr ""
-"Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
-"tienda."
+#: ../../src/Translations/AdminTranslations.php:1138,
+#: ../../src/Translations/AdminTranslations.php:1140,
+#: ../../src/Translations/AdminTranslations.php:1142,
+#: ../../src/Translations/AdminTranslations.php:1183
+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"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208
+#: ../../src/Translations/AdminTranslations.php:1139,
+#: ../../src/Translations/AdminTranslations.php:1141,
+#: ../../src/Translations/AdminTranslations.php:1143,
+#: ../../src/Translations/AdminTranslations.php:1184,
+#: ../../src/Translations/AdminTranslations.php:1185
msgid ""
-"It is an extension responsible for making payments via requests from the "
-"plugin to Mercado Pago."
+"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 ""
-"Es una extensión encargada de realizar los pagos a través de requests del "
-"plugin a Mercado Pago."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209
-msgid "Collections and installments"
-msgstr "Cobros y cuotas"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210
-msgid "Choose "
-msgstr "Elige "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211
-msgid "when you want to receive the money "
-msgstr "cuándo quieres recibir el dinero "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212
-msgid "from your sales and if you want to offer "
-msgstr "de las ventas y si quieres ofrecer "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213
-msgid "interest-free installments "
-msgstr "cuotas sin interés"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214
-msgid "to your clients."
-msgstr "a los clientes."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215
-msgid "Set deadlines and fees"
-msgstr "Ajustar plazos y tasas"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216,
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:124
-msgid "Questions? "
-msgstr "¿Tienes dudas?"
+"Pídele que vuelva a ingresarlos tal como figuran en la tarjeta o en la app "
+"de su banco para finalizar el pago."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217
-msgid "Review the step-by-step of "
-msgstr "Revisa el paso a paso de "
+#: ../../src/Translations/AdminTranslations.php:1144,
+#: ../../src/Translations/AdminTranslations.php:1167
+msgid "We protected you from a suspicious payment"
+msgstr "Te protegimos de un pago sospechoso"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218
-msgid "how to integrate the Mercado Pago Plugin "
-msgstr "cómo integrar el Plugin de Mercado Pago "
+#: ../../src/Translations/AdminTranslations.php:1145
+msgid "For safety reasons, this transaction cannot be completed."
+msgstr "Por motivos de seguridad, esta transacción no podrá ser finalizada."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
-msgid "on our webiste for developers."
-msgstr "en nuestro sitio de desarrolladores."
+#: ../../src/Translations/AdminTranslations.php:1147,
+#: ../../src/Translations/AdminTranslations.php:1166
+msgid ""
+"The buyer is suspended in our platform. Your client must contact us to check "
+"what happened."
+msgstr ""
+"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
+"con nosotros para ver qué pasó."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231
-msgid "1. Integrate your store with Mercado Pago "
-msgstr "1. Integra la tienda a Mercado Pago "
+#: ../../src/Translations/AdminTranslations.php:1148
+msgid "For safety reasons, the card issuing bank declined the payment"
+msgstr "Por seguridad, el banco emisor de la tarjeta rechazó el pago"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232
+#: ../../src/Translations/AdminTranslations.php:1149,
+#: ../../src/Translations/AdminTranslations.php:1168
msgid ""
-"To enable orders, you must create and activate production credentials in "
-"your Mercado Pago Account. "
+"Recommend your customer to pay with their usual payment method and device "
+"for online purchases."
msgstr ""
-"Para habilitar las ventas, debes crear y activar las credenciales de "
-"producción en tu cuenta de Mercado Pago. "
+"Recomiéndale a tu cliente que pague con el medio de pago y dispositivo que "
+"suele usar para compras online."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233
-msgid "Copy and paste the credentials below."
-msgstr "Copia y pega tus credenciales a continuación."
+#: ../../src/Translations/AdminTranslations.php:1150
+msgid "Your customer's credit card has no available limit"
+msgstr "La tarjeta de crédito de tu cliente no tiene límite disponible"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234
-msgid "Check credentials"
-msgstr "Consultar credenciales"
+#: ../../src/Translations/AdminTranslations.php:1151,
+#: ../../src/Translations/AdminTranslations.php:1152,
+#: ../../src/Translations/AdminTranslations.php:1156
+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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235
-msgid "Test credentials "
-msgstr "Credenciales de prueba "
+#: ../../src/Translations/AdminTranslations.php:1155
+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"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236
-msgid "Enable Mercado Pago checkouts for test purchases in the store."
+#: ../../src/Translations/AdminTranslations.php:1157
+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:1158
+msgid ""
+"Please ask them to choose a different number of installments or to pay with "
+"another method."
msgstr ""
-"Habilitan a los checkouts de Mercado Pago para pruebas de compras en la "
-"tienda."
+"Pídele que elija una cantidad de pagos diferente o que use con otro medio."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237
-msgid "Public key"
-msgstr "Public key"
+#: ../../src/Translations/AdminTranslations.php:1159,
+#: ../../src/Translations/AdminTranslations.php:1186
+msgid "Your customer needs to authorize the payment through their bank"
+msgstr "Tu cliente necesita autorizar el pago con su banco"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238
-msgid "Access Token"
-msgstr "Access Token"
+#: ../../src/Translations/AdminTranslations.php:1160,
+#: ../../src/Translations/AdminTranslations.php:1187
+msgid ""
+"Please ask them to call the telephone number on their card or to pay with "
+"another method."
+msgstr ""
+"Pídele que llame al teléfono que está en la tarjeta o que pague con otro "
+"medio."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239
-msgid "Production credentials"
-msgstr "Credenciales de producción"
+#: ../../src/Translations/AdminTranslations.php:1161
+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"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240
-msgid "Enable Mercado Pago checkouts to receive real payments in the store."
-msgstr ""
-"Habilitan a los checkouts de Mercado Pago para recibir pagos reales en "
-"tienda."
+#: ../../src/Translations/AdminTranslations.php:1162
+msgid "Check your approved payments to verify it."
+msgstr "Revisa tu cobros aprobados para verificarlo."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241
-msgid "Paste your Public Key here"
-msgstr "Pega aquí tu Public Key"
+#: ../../src/Translations/AdminTranslations.php:1163
+msgid "Your customer's card was is not activated yet"
+msgstr "La tarjeta de tu cliente aún no está habilitada"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242
-msgid "Paste your Access Token here"
-msgstr "Pega aquí tu Access Token"
+#: ../../src/Translations/AdminTranslations.php:1164
+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 ""
+"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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243,
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280
-msgid "Save and continue"
-msgstr "Guardar y continuar"
+#: ../../src/Translations/AdminTranslations.php:1170
+msgid ""
+"This payment was declined because it did not pass Mercado Pago security "
+"controls. Please ask your client to use another card."
+msgstr ""
+"Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
+"Pago. Pedile a tu cliente que use otra tarjeta."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254
-msgid "2. Customize your business"
-msgstr "2. Personaliza tu negocio"
+#: ../../src/Translations/AdminTranslations.php:1172
+msgid ""
+"The amount exceeded the card limit. Please ask your client to use another "
+"card or to get in touch with the bank."
+msgstr ""
+"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
+"tarjeta o que se comunique con el banco."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255
+#: ../../src/Translations/AdminTranslations.php:1174,
+#: ../../src/Translations/AdminTranslations.php:1178
msgid ""
-"Fill out the following information to have a better experience and offer "
-"more information to your clients"
+"Please ask your client to use another card or to get in touch with the card "
+"issuer."
msgstr ""
-"Completa los siguientes datos para tener una mejor experiencia y ofrecer más "
-"información a los clientes"
+"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
+"la tarjeta."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256
-msgid "Your store information"
-msgstr "Información sobre tu tienda"
+#: ../../src/Translations/AdminTranslations.php:1180
+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 ""
+"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
+"tarjeta o que se comunique con el banco."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257
-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:1188
+msgid "Your customer's debit card has insufficient funds"
+msgstr "La tarjeta de débito de tu cliente no tiene saldo suficiente"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258
-msgid "Eg: Mary's store"
-msgstr "Ej.: TiendaMaría"
+#: ../../src/Translations/AdminTranslations.php:1189
+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:1190
+msgid "Something went wrong and the payment was declined"
+msgstr "El pago fue rechazado porque hubo un error"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259
+#: ../../src/Translations/AdminTranslations.php:1191
msgid ""
-"If this field is empty, the purchase will be identified as Mercado Pago."
+"Please recommend you customer to try again or to pay with another payment "
+"method."
msgstr ""
-"Si el campo queda vacío, la compra del cliente se identificará como Mercado "
-"Pago."
+"Recomiéndale a tu cliente que intente nuevamente o pague con otro medio de "
+"pago."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260
-msgid "Identification in Activities of Mercad Pago"
-msgstr "Identificación en Actividad de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:1204
+msgid "Any questions?"
+msgstr "¿Tienes dudas? "
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261
-msgid "Eg: Marystore"
-msgstr "Ej.: Tienda de María"
+#: ../../src/Translations/AdminTranslations.php:1205
+msgid "Please check the"
+msgstr "Revisa las"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262
-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:1206,
+#: ../../src/Translations/AdminTranslations.php:1222
+msgid "FAQs"
+msgstr "preguntas frecuentes"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263
-msgid "Store category"
-msgstr "Categoría de la tienda"
+#: ../../src/Translations/AdminTranslations.php:1207
+msgid "on the dev website."
+msgstr "en el sitio para desarrolladores."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264
-msgid "Select"
-msgstr "Seleccionar"
+#: ../../src/Translations/AdminTranslations.php:1220
+msgid "Check our"
+msgstr "Revisa las"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265
-msgid "Select ”Other” if you do not find the appropriate category."
-msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada."
+#: ../../src/Translations/AdminTranslations.php:1223
+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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266
-msgid "Advanced integration options (optional)"
-msgstr "Opciones avanzadas de integración (opcional)"
+#: ../../src/Translations/AdminTranslations.php:1228
+msgid "1. Go to the dev website and open a"
+msgstr "1. Ingresa al sitio para desarrolladores y abre un"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267
-msgid ""
-"For further integration of your store with Mercado Pago (IPN, Certified "
-"Partners, Debug Mode)"
-msgstr ""
-"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
-"Certificados, Modo Debug)"
+#: ../../src/Translations/AdminTranslations.php:1230
+msgid "ticket"
+msgstr "ticket"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268
-msgid "View advanced options"
-msgstr "Ver opciones avanzadas"
+#: ../../src/Translations/AdminTranslations.php:1231
+msgid "in the Support section."
+msgstr "en la sección de Soporte."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269
-msgid "URL for IPN "
-msgstr "URL para IPN "
+#: ../../src/Translations/AdminTranslations.php:1236
+msgid "4. Download the"
+msgstr "4. Descarga el"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270
-msgid "Eg: https://examples.com/my-custom-ipn-url"
-msgstr "Ej.: https://examples.com/my-custom-ipn-url"
+#: ../../src/Translations/AdminTranslations.php:1237
+msgid "error history"
+msgstr "historial de errores "
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271
-msgid ""
-"Add the URL to receive payments notifications. Find out more information in "
-"the "
+#: ../../src/Translations/AdminTranslations.php:1238
+msgid "and share it with the Mercado Pago team when asked for it."
msgstr ""
-"Ingresa la URL para recibir notificaciones de pago. Consulta más información "
-"en los "
+"y compártelo con el equipo de Mercado Pago cuando se te sea solicitado."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272
-msgid "guides."
-msgstr "manuales."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273
-msgid "Add plugin default params"
-msgstr "Agregar parámetros default del plugin"
+#: ../../src/Translations/AdminTranslations.php:1242
+msgid "Do you need help?"
+msgstr "¿Necesitas ayuda?"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274
-msgid "integrator_id"
-msgstr "integrator_id"
+#: ../../src/Translations/AdminTranslations.php:1243
+msgid "How to open a ticket:"
+msgstr "Cómo abrir un ticket:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275
-msgid "Eg: 14987126498"
-msgstr "Ej.: 14987126498"
+#: ../../src/Translations/AdminTranslations.php:1245
+msgid "2. Fill out the form with your store details."
+msgstr "2. Completa el formulario con los datos de tu tienda."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276
+#: ../../src/Translations/AdminTranslations.php:1246
msgid ""
-"If you are a Mercado Pago Certified Partner, make sure to add your "
-"integrator_id. If you do not have the code, please "
+"3. Copy and paste the following details when asked for the the technical "
+"information:"
msgstr ""
-"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
-"integrator_id. Si no tienes el código, "
+"3. Copia y pega los siguientes datos cuando se te pida la información "
+"técnica:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277
-msgid "request it now. "
-msgstr "solicítalo ahora. "
+#: ../../src/Translations/AdminTranslations.php:1249
+msgid "Version:"
+msgstr "Versión"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278
-msgid "Debug and Log Mode"
-msgstr "Modo debug y log"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:279
-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:1250
+msgid "History of errors"
+msgstr "Historial de errores"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291
-msgid "3. Set payment methods"
-msgstr "3. Configura los medios de pago"
+#: ../../src/Translations/AdminTranslations.php:1251
+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 ""
+"Selecciona los archivos que quieras compartir con nuestro equipo y haz clic "
+"en “Descargar”. Esta información se te solicitará por e-mail al momento de "
+"ser necesario."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:292
-msgid "To view more options, please select a payment method below"
-msgstr "Selecciona uno de los siguientes medios de pago para ver más opciones"
+#: ../../src/Translations/AdminTranslations.php:1254
+msgid "Source"
+msgstr "Origen"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:293
-msgid "Settings"
-msgstr "Configurar"
+#: ../../src/Translations/AdminTranslations.php:1255
+msgid "File date"
+msgstr "Fecha de creación"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:294
-msgid "Continue"
-msgstr "Continuar"
+#: ../../src/Translations/AdminTranslations.php:1256
+msgid "Download"
+msgstr "Descargar"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305
-msgid "4. Test your store before you sell"
-msgstr "4. Testea tu tienda antes de vender"
+#: ../../src/Translations/AdminTranslations.php:1257
+msgid "Next Page"
+msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306
-msgid ""
-"Test the experience in Test Mode and then enable the Sale Mode (Production) "
-"to sell."
+#: ../../src/Translations/AdminTranslations.php:1258
+msgid "Previous page"
msgstr ""
-"Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) "
-"para realizar ventas."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307
-msgid "Choose how you want to operate your store:"
-msgstr "Elige cómo quieres operar tu tienda:"
+#: ../../src/Translations/AdminTranslations.php:1259
+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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308
-msgid "Test Mode"
-msgstr "Modo Test"
+#: ../../src/Translations/StoreTranslations.php:103
+msgid "discount of"
+msgstr "descuento de"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309
-msgid "Mercado Pago Checkouts disabled for real collections. "
-msgstr "Checkouts Mercado Pago inactivos para cobros reales. "
+#: ../../src/Translations/StoreTranslations.php:104
+msgid "fee of"
+msgstr "comisión de"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310
-msgid "Test Mode rules."
-msgstr "Reglas del modo test."
+#: ../../src/Translations/StoreTranslations.php:105
+msgid "and"
+msgstr "y"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311
-msgid "Sale Mode (Production)"
-msgstr "Modo Ventas (Producción)"
+#: ../../src/Translations/StoreTranslations.php:106
+msgid "Shipping service used by the store."
+msgstr "Servicio de envío utilizado por la tienda."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312
-msgid "Mercado Pago Checkouts enabled for real collections."
-msgstr "Checkouts Mercado Pago activos para cobros reales."
+#: ../../src/Translations/StoreTranslations.php:107
+msgid "Discount provided by store"
+msgstr "Descuento proporcionado por la tienda"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313
-msgid "Mercado Pago payment methods in Production Mode"
-msgstr "Medios de pago Mercado Pago en Modo Produción"
+#: ../../src/Translations/StoreTranslations.php:108
+msgid "Mercado Pago Discount"
+msgstr "Descuento de Mercado Pago:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314
-msgid "The clients can make real purchases in your store."
-msgstr "Los clientes pueden hacer compras reales en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:109
+msgid "Mercado Pago Commission"
+msgstr "Comisión de Mercado Pago:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315
-msgid "Mercado Pago payment methods in Test Mode"
-msgstr "Medios de pago Mercado Pago en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:121
+msgid "Checkout Pro in Test Mode"
+msgstr "Checkout Pro en Modo Test"
+
+#: ../../src/Translations/StoreTranslations.php:122,
+#: ../../src/Translations/StoreTranslations.php:180,
+#: ../../src/Translations/StoreTranslations.php:214
+msgid "Use Mercado Pago's payment methods without real charges. "
+msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316
-msgid "Create your "
-msgstr "Crea tu "
+#: ../../src/Translations/StoreTranslations.php:123,
+#: ../../src/Translations/StoreTranslations.php:181,
+#: ../../src/Translations/StoreTranslations.php:215,
+#: ../../src/Translations/StoreTranslations.php:336,
+#: ../../src/Translations/StoreTranslations.php:364
+msgid "See the rules for the test mode."
+msgstr "Consulte las reglas para el modo test."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317
-msgid "test user "
-msgstr "usuario de prueba "
+#: ../../src/Translations/StoreTranslations.php:124
+msgid "Log in to Mercado Pago and earn benefits"
+msgstr "Inicia sesión en Mercado Pago y obtén beneficios"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318
-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/StoreTranslations.php:125
+msgid "Easy login"
+msgstr "Ingresa con facilidad"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319
-msgid "Use our test cards, "
-msgstr "Utiliza nuestras tarjetas de prueba, "
+#: ../../src/Translations/StoreTranslations.php:126
+msgid "Log in with the same email and password you use in Mercado Libre."
+msgstr "Inicia sesión con tu mismo e-mail y contraseña de Mercado Libre."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320
-msgid "never use real cards. "
-msgstr "nunca utilices tarjetas reales. "
+#: ../../src/Translations/StoreTranslations.php:127
+msgid "Blue phone image"
+msgstr "Imagen de teléfono azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321
-msgid "Visit your store "
-msgstr "Visita tu tienda "
+#: ../../src/Translations/StoreTranslations.php:128
+msgid "Quick payments"
+msgstr "Paga rápido"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322
-msgid "to test purchases"
-msgstr "para testear compras"
+#: ../../src/Translations/StoreTranslations.php:129
+msgid "Use your saved cards, Pix or available balance."
+msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323
-msgid "Save changes"
-msgstr "Guardar cambios"
+#: ../../src/Translations/StoreTranslations.php:130
+msgid "Use your available Mercado Pago Wallet balance or saved cards."
+msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324
-msgid "Store under test"
-msgstr "Tienda en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:131
+msgid "Use your available money or saved cards."
+msgstr "Usa tu dinero disponible o tarjetas guardadas."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325
-msgid "Store in sale mode (Production)"
-msgstr "Tienda en Modo Ventas (Producción)"
+#: ../../src/Translations/StoreTranslations.php:132
+msgid "Blue wallet image"
+msgstr "Imagen de billetera azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326
-msgid "Enter test credentials"
-msgstr "Ingresa las credenciales de prueba"
+#: ../../src/Translations/StoreTranslations.php:133
+msgid "Protected purchases"
+msgstr "Protege tu compra"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:327
-msgid "To enable test mode, "
-msgstr "Para activar el modo de prueba, "
+#: ../../src/Translations/StoreTranslations.php:134
+msgid "Reliable purchases"
+msgstr "Compra con confianza"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:328
-msgid "copy your test credentials "
-msgstr "copia tus credenciales de prueba "
+#: ../../src/Translations/StoreTranslations.php:135
+msgid "Get your money back in case you don't receive your product."
+msgstr "Recupera tu dinero si no recibes el producto."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:329
-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/StoreTranslations.php:136
+msgid "Get help if you have a problem with your purchase."
+msgstr "Recibe ayuda si tienes algún problema con tu compra."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:366
-msgid "Invalid Access Token"
-msgstr "Access token no válido"
+#: ../../src/Translations/StoreTranslations.php:137
+msgid "Blue protection image"
+msgstr "Imagen de protección azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:368
-msgid "Valid Access Token"
-msgstr "Access token válido"
+#: ../../src/Translations/StoreTranslations.php:138
+msgid "Installments option"
+msgstr "Accede a cuotas"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:374
-msgid "Invalid Public Key"
-msgstr "Public key no válida"
+#: ../../src/Translations/StoreTranslations.php:139
+msgid "Pay with or without a credit card."
+msgstr "Paga con o sin tarjeta de crédito."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:376
-msgid "Valid Public Key"
-msgstr "Public key válida"
+#: ../../src/Translations/StoreTranslations.php:140
+msgid "Interest-free installments with selected banks."
+msgstr "Cuotas sin interés con bancos seleccionados."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:379
-msgid "Credentials must be valid"
-msgstr "Las credenciales deben ser válidas"
+#: ../../src/Translations/StoreTranslations.php:141
+msgid "Blue phone installments image"
+msgstr "Imagen de cuotas de teléfono azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:429
-msgid "Credentials were updated"
-msgstr "Se actualizaron las credenciales"
+#: ../../src/Translations/StoreTranslations.php:142
+msgid "Available payment methods"
+msgstr "Medios de pago disponibles"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:421
+#: ../../src/Translations/StoreTranslations.php:143,
+#: ../../src/Translations/StoreTranslations.php:186
msgid ""
-"Your store has exited Test Mode and is making real sales in Production Mode."
+"By continuing, you will be taken to Mercado Pago to safely complete your "
+"purchase."
msgstr ""
-"Ahora su tienda está fuera del modo de prueba y está realizando ventas "
-"reales en el modo de producción."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:422
-msgid "To test the store, re-enter both test credentials."
-msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:435
-msgid "Invalid credentials"
-msgstr "Credenciales no válidas"
+"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
+"segura."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:436
-msgid "See our manual to learn "
-msgstr "Consulte nuestro manual para saber "
+#: ../../src/Translations/StoreTranslations.php:144,
+#: ../../src/Translations/StoreTranslations.php:187
+msgid "Checkout Pro redirect info image"
+msgstr "Imagen de redirección de Checkout Pro"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:437
-msgid "how to enter the credentials the right way."
-msgstr "como ingresar las credenciales de forma correcta."
+#: ../../src/Translations/StoreTranslations.php:145,
+#: ../../src/Translations/StoreTranslations.php:188,
+#: ../../src/Translations/StoreTranslations.php:239,
+#: ../../src/Translations/StoreTranslations.php:281,
+#: ../../src/Translations/StoreTranslations.php:342,
+#: ../../src/Translations/StoreTranslations.php:374
+msgid "By continuing, you agree with our"
+msgstr "Al continuar, aceptas nuestros"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:497
-msgid "Store information is valid"
-msgstr "Información sobre tu tienda"
+#: ../../src/Translations/StoreTranslations.php:146,
+#: ../../src/Translations/StoreTranslations.php:189,
+#: ../../src/Translations/StoreTranslations.php:240,
+#: ../../src/Translations/StoreTranslations.php:282,
+#: ../../src/Translations/StoreTranslations.php:343,
+#: ../../src/Translations/StoreTranslations.php:375
+msgid "Terms and conditions"
+msgstr "Términos y condiciones"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:527
-msgid "Mercado Pago's Payment Methods in Test Mode"
-msgstr "Medios de pago Mercado Pago en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:147,
+#: ../../src/Translations/StoreTranslations.php:218,
+#: ../../src/Translations/StoreTranslations.php:263
+msgid "Pay with Mercado Pago"
+msgstr "Pagar con Mercado Pago"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:528
-msgid "Mercado Pago's Payment Methods in Production Mode"
-msgstr "Medios de pago Mercado Pago en Modo Produción"
+#: ../../src/Translations/StoreTranslations.php:148,
+#: ../../src/Translations/StoreTranslations.php:264
+msgid "Cancel & Clear Cart"
+msgstr "Cancelar & Limpiar carrito"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:521
-msgid "Invalid credentials for test mode"
-msgstr "Credenciales inválidas para el modo de prueba"
+#: ../../src/Translations/StoreTranslations.php:161
+msgid "Log in"
+msgstr "Inicia sesión"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:603
-msgid "Enabled"
-msgstr "Activado"
+#: ../../src/Translations/StoreTranslations.php:162
+msgid ""
+"or create an account in Mercado Pago. If you use Mercado Libre, you already "
+"have one!"
+msgstr ""
+"o crea una cuenta en Mercado Pago. Si utilizas Mercado Libre, ¡ya tienes una!"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:604
-msgid "Disabled"
-msgstr "Inactivo"
+#: ../../src/Translations/StoreTranslations.php:167
+msgid "Know your available limit in Mercado Crédito and"
+msgstr "Conoce tu límite disponible en Mercado Crédito y"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:632
-msgid "Valid Credentials"
-msgstr "Credenciales válidas"
+#: ../../src/Translations/StoreTranslations.php:168
+msgid "choose how many installments"
+msgstr "elige en cuántas cuotas"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:635
-msgid "Credentials couldn't be validated"
-msgstr "No se pudieron validar las credenciales"
+#: ../../src/Translations/StoreTranslations.php:169
+msgid "you want to pay"
+msgstr "quieres pagar"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:658
-msgid "Store business fields are valid"
-msgstr "Los campos comerciales de la tienda son válidos"
+#: ../../src/Translations/StoreTranslations.php:174
+msgid "Pay the installments as you prefer:"
+msgstr "Paga las cuotas como prefieras:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:661
-msgid "Store business fields couldn't be validated"
-msgstr "Los campos comerciales de la tienda no se pudieron validar"
+#: ../../src/Translations/StoreTranslations.php:175
+msgid "with money in your account, card of from the Mercado Pago app"
+msgstr "con dinero, tarjeta o directo desde la app de Mercado Pago"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:684
-msgid "At least one paymet method is enabled"
-msgstr "Al menos un método de pago está habilitado"
+#: ../../src/Translations/StoreTranslations.php:179
+msgid "No card installments in Test Mode"
+msgstr "Mensualidades sin tarjeta en Modo Test"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:687
-msgid "No payment method enabled"
-msgstr "No se habilitó ningún método de pago"
+#: ../../src/Translations/StoreTranslations.php:182
+msgid "How to use it?"
+msgstr "¿Cómo usar?"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:77
-msgid "Payment approved."
-msgstr "Pago aprobado."
+#: ../../src/Translations/StoreTranslations.php:190
+msgid "Pay in"
+msgstr "Compra en hasta"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:131,
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:135
-msgid "Waiting for the Pix payment."
-msgstr "Esperando el pago de Pix."
+#: ../../src/Translations/StoreTranslations.php:191
+msgid "installments"
+msgstr "12 pagos sin tarjeta"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:148,
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:152
-msgid "Waiting for the ticket payment."
-msgstr "Esperando el pago del boleto."
+#: ../../src/Translations/StoreTranslations.php:192
+msgid "with Mercado Pago"
+msgstr "con Mercado Pago"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:160
-msgid "The customer has not made the payment yet."
-msgstr "El cliente todavía no efectuó el pago."
+#: ../../src/Translations/StoreTranslations.php:193
+msgid "Read more"
+msgstr "Leer más"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:179
-msgid "Payment is pending review."
-msgstr "El pago está pendiente de revisión."
+#: ../../src/Translations/StoreTranslations.php:194
+msgid "Buy now and pay in installments with no card later!"
+msgstr "¡Compra ahora y paga después!"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:196
-msgid "Payment was declined. The customer can try again."
-msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
+#: ../../src/Translations/StoreTranslations.php:195
+msgid "100% online, without paperwork or monthly fees"
+msgstr "Compra en hasta 12 pagos mensuales sin usar tarjeta de crédito"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:211
-msgid "Payment was returned to the customer."
-msgstr "El pago fue devuelto al cliente."
+#: ../../src/Translations/StoreTranslations.php:196
+msgid "You can apply for your line of credit 100% online and securely."
+msgstr "Puedes solicitar tu línea de crédito 100% online y de forma segura."
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:225
-msgid "Payment was canceled."
-msgstr "El pago fue cancelado."
+#: ../../src/Translations/StoreTranslations.php:197
+msgid "Do everything from the Mercado Pago app!"
+msgstr "Sin trámites. ¡Haz todo desde la app de Mercado Pago!"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:240,
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:252
-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:198
+msgid "No maintenance fees or additional costs."
+msgstr "Sin tasas de mantenimiento ni costos adicionales."
-#. translators: 1: payment_id 2: status
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:318
-msgid ""
-"Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s."
-msgstr ""
-"Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s."
+#: ../../src/Translations/StoreTranslations.php:199
+msgid "Questions? "
+msgstr "¿Dudas? "
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:371
-msgid "Shipping service used by the store."
-msgstr "Servicio de envío utilizado por la tienda."
+#: ../../src/Translations/StoreTranslations.php:200
+msgid "Check our FAQ"
+msgstr "Consulta nuestra FAQ"
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:562,
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:563
-msgid "Discount provided by store"
-msgstr "Descuento proporcionado por la tienda"
+#: ../../src/Translations/StoreTranslations.php:201
+msgid ". Credit subject to approval."
+msgstr ". Crédito sujeto a aprobación."
-#. translators: %s coupon
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:130
-msgid "Discount for coupon %s"
-msgstr "Descuento para el cupón %s"
+#: ../../src/Translations/StoreTranslations.php:213
+msgid "Checkout Custom in Test Mode"
+msgstr "Tarjeta de crédito en Modo Test"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
-msgid " and fee of"
-msgstr " y comisión de"
+#: ../../src/Translations/StoreTranslations.php:216
+msgid "Pay with saved cards"
+msgstr "Paga con tarjetas guardadas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:547
+#: ../../src/Translations/StoreTranslations.php:217
msgid ""
-"Public Key production credential is invalid. Review the field to "
-"receive real payments."
+"Do you have a Mercado Libre account? Then use the same email and password to "
+"pay faster with Mercado Pago."
msgstr ""
-"La credencial para producción Public Key es inválida. Revísala para "
-"poder recibir pagos reales."
+"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
+"pagar más rápido con Mercado Pago."
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:556
-msgid ""
-"Public Key test credential is invalid. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Public Key es inválida. Revísala para poder "
-"realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:219
+msgid "With which card can you pay?"
+msgstr "¿Con qué tarjeta puedes pagar?"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:565
-msgid ""
-"Access Token production credential is invalid. Remember that it must "
-"be complete to receive real payments."
-msgstr ""
-"La credencial para producción Access Token es inválida. Revísala para "
-"poder recibir pagos reales."
+#: ../../src/Translations/StoreTranslations.php:220,
+#: ../../src/Translations/StoreTranslations.php:224
+msgid "See current promotions"
+msgstr "Ver promociones vigentes"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:574
-msgid ""
-"Access Token test credential is invalid. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Access Token es inválida. Revísala para poder "
-"realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:221
+msgid "Credit cards"
+msgstr "Tarjetas de crédito"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:592
-msgid ""
-"Public Key test credential is blank. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Public Key está en blanco. Revísala para "
-"poder realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:222
+msgid "Up to 12 installments"
+msgstr "Hasta 12 cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:601
-msgid ""
-"Public Key production credential is blank. Review the field to "
-"receive real payments."
-msgstr ""
-"La credencial para producción Public Key está en blanco. Revísala "
-"para poder recibir pagos reales."
+#: ../../src/Translations/StoreTranslations.php:223
+msgid "Debit cards"
+msgstr "Tarjetas de débito"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:610
-msgid ""
-"Access Token test credential is blank. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Access Token está en blanco. Revísala para "
-"poder realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:225
+msgid "Fill in your card details"
+msgstr "Completa los datos de tu tarjeta"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:619
-msgid ""
-"Access Token production credential is blank. Remember that it must be "
-"complete to receive real payments."
-msgstr ""
-"La credencial para producción Access Token está en blanco. Revísala "
-"para poder recibir pagos reales."
+#: ../../src/Translations/StoreTranslations.php:226
+msgid "Card number"
+msgstr "Número de Tarjeta"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:90
-msgid ""
-"There was an error processing your payment. Please try again or contact us "
-"for Assistance."
-msgstr ""
-"Se ha producido un error en el procesamiento de su pago. Por favor, "
-"inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
+#: ../../src/Translations/StoreTranslations.php:227,
+#: ../../src/Translations/StoreTranslations.php:229,
+#: ../../src/Translations/StoreTranslations.php:231,
+#: ../../src/Translations/StoreTranslations.php:233
+msgid "Required data"
+msgstr "Datos obligatorios"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:82,
-#: ../../templates/checkout/custom-checkout.php:45,
-#: ../../templates/receipt/custom-checkout.php:41
-msgid "Pay with Mercado Pago"
-msgstr "Pagar con Mercado Pago"
+#: ../../src/Translations/StoreTranslations.php:228
+msgid "Holder name as it appears on the card"
+msgstr "Nombre del titular como aparece en la tarjeta"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:84,
-#: ../../templates/receipt/custom-checkout.php:44
-msgid "Cancel & Clear Cart"
-msgstr "Cancelar & Limpiar carrito"
+#: ../../src/Translations/StoreTranslations.php:230
+msgid "Expiration"
+msgstr "Vencimiento"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:73,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82
-msgid "Apply"
-msgstr "Aplicar"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:74,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
-msgid "Remove"
-msgstr "Retirar"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
-msgid "Please, inform your coupon code"
-msgstr "Por favor, informe su código de cupón"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
-msgid "To choose"
-msgstr "Elegir"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
-msgid "Other bank"
-msgstr "Otro banco"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:148,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
-msgid "You will save"
-msgstr "Salvarás"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:149,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
-msgid "with discount of"
-msgstr "con descuento de"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:150,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
-msgid "Total of your purchase:"
-msgstr "Total de su compra:"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:151,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
-msgid "Total of your purchase with discount:"
-msgstr "Total de su compra con descuento:"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
-msgid "*After payment approval"
-msgstr "*Tras la aprobación del pago"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
-msgid "Terms and conditions of use"
-msgstr "Términos y condiciones de uso"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
-msgid "No fee"
-msgstr "Sin interés"
+#: ../../src/Translations/StoreTranslations.php:232
+msgid "Security Code"
+msgstr "Código de seguridad"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173
-msgid "More options"
-msgstr "Más opciones"
+#: ../../src/Translations/StoreTranslations.php:234,
+#: ../../src/Translations/StoreTranslations.php:337,
+#: ../../src/Translations/StoreTranslations.php:365
+msgid "Holder document"
+msgstr "Documento del titular"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
-msgid "mm/yy"
-msgstr "mm/aa"
+#: ../../src/Translations/StoreTranslations.php:235,
+#: ../../src/Translations/StoreTranslations.php:338,
+#: ../../src/Translations/StoreTranslations.php:366
+msgid "Invalid document"
+msgstr "Número de documento no válido"
+
+#: ../../src/Translations/StoreTranslations.php:236,
+#: ../../src/Translations/StoreTranslations.php:238
+msgid "Select the number of installments"
+msgstr "Selecciona la cantidad de cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
-#: ../../templates/checkout/custom-checkout.php:134
+#: ../../src/Translations/StoreTranslations.php:237,
+#: ../../src/Translations/StoreTranslations.php:242
msgid "Issuer"
msgstr "Banco"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165
+#: ../../src/Translations/StoreTranslations.php:241
+msgid "mm/yy"
+msgstr "mm/aa"
+
+#: ../../src/Translations/StoreTranslations.php:243
msgid "Installments"
-msgstr "12 pagos sin tarjeta"
+msgstr "Cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
+#: ../../src/Translations/StoreTranslations.php:244
msgid "on the back"
msgstr "del dorso"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
+#: ../../src/Translations/StoreTranslations.php:245
msgid "on the front"
msgstr "del frente"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
+#: ../../src/Translations/StoreTranslations.php:246
msgid "digits"
msgstr "dígitos"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:174
+#: ../../src/Translations/StoreTranslations.php:247
+msgid "No fee"
+msgstr "Sin interés"
+
+#: ../../src/Translations/StoreTranslations.php:248
+msgid "More options"
+msgstr "Más opciones"
+
+#: ../../src/Translations/StoreTranslations.php:249
msgid "If interest is applicable, it will be charged by your bank."
msgstr "Si corresponden intereses, serán aplicados por tu banco."
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175
+#: ../../src/Translations/StoreTranslations.php:250
msgid "Interest"
msgstr "Intereses"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178
+#: ../../src/Translations/StoreTranslations.php:251
msgid "Card number is required"
msgstr "Número de tarjeta obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:179
+#: ../../src/Translations/StoreTranslations.php:252
msgid "Card number invalid"
msgstr "Número de tarjeta inválido"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182
+#: ../../src/Translations/StoreTranslations.php:253
msgid "Holder name is required"
msgstr "Nombre del titular obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:183
+#: ../../src/Translations/StoreTranslations.php:254
msgid "Holder name invalid"
msgstr "Nombre del titular inválido"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:186,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188
+#: ../../src/Translations/StoreTranslations.php:255,
+#: ../../src/Translations/StoreTranslations.php:257
msgid "Expiration date invalid"
msgstr "Fecha de vencimiento inválido"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:187
+#: ../../src/Translations/StoreTranslations.php:256
msgid "Expiration date incomplete"
msgstr "Fecha de vencimiento obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:191
+#: ../../src/Translations/StoreTranslations.php:258
msgid "Security code is required"
msgstr "Código de seguridad obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:192
+#: ../../src/Translations/StoreTranslations.php:259
msgid "Security code incomplete"
msgstr "Código de seguridad incompleto"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:230
+#: ../../src/Translations/StoreTranslations.php:260
msgid "Cost of installments"
msgstr "Coste de las cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:231
+#: ../../src/Translations/StoreTranslations.php:261
msgid "Total with installments"
msgstr "Total con cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:232
+#: ../../src/Translations/StoreTranslations.php:262
msgid "installments of"
msgstr "cuotas de"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:139
+#: ../../src/Translations/StoreTranslations.php:276
+msgid "Pix in Test Mode"
+msgstr "Pix en Modo Test"
+
+#: ../../src/Translations/StoreTranslations.php:277
+msgid ""
+"You can test the flow to generate a code, but you cannot finalize the "
+"payment."
+msgstr ""
+"Es posible probar el flujo para generar una factura, pero no es posible "
+"finalizar el pago."
+
+#: ../../src/Translations/StoreTranslations.php:278
+msgid "Pay instantly"
+msgstr "Pago instantáneo"
+
+#: ../../src/Translations/StoreTranslations.php:279
+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:280
+msgid "Pix logo"
+msgstr "Pix logo"
+
+#: ../../src/Translations/StoreTranslations.php:283,
+#: ../../src/Translations/StoreTranslations.php:292
+msgid "Code valid for "
+msgstr "Código válido por "
+
+#: ../../src/Translations/StoreTranslations.php:284
msgid "Now you just need to pay with Pix to finalize your purchase"
msgstr "Ahora sólo tiene que pagar con Pix para finalizar su compra"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:140
+#: ../../src/Translations/StoreTranslations.php:285
msgid "How to pay with Pix:"
msgstr "Cómo pagar con Pix:"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
+#: ../../src/Translations/StoreTranslations.php:286
msgid "Go to your bank's app or website"
msgstr "Entra en la app o en la página web de tu banco"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142
+#: ../../src/Translations/StoreTranslations.php:287
msgid "Search for the option to pay with Pix"
msgstr "Busca la opción de pagar con Pix"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143
+#: ../../src/Translations/StoreTranslations.php:288
msgid "Scan the QR code or Pix code"
msgstr "Escanea el código QR o el código Pix"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144
+#: ../../src/Translations/StoreTranslations.php:289
msgid "Done! You will see the payment confirmation"
msgstr "Listo. Verás la confirmación del pago"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145
+#: ../../src/Translations/StoreTranslations.php:290
msgid "Value: "
msgstr "Valor: "
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147
+#: ../../src/Translations/StoreTranslations.php:291
msgid "Scan the QR code:"
msgstr "Escanea el código QR:"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150
+#: ../../src/Translations/StoreTranslations.php:293
msgid "If you prefer, you can pay by copying and pasting the following code"
msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152
+#: ../../src/Translations/StoreTranslations.php:294
msgid "Copy code"
msgstr "Copiar código"
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:112
-msgid "Pay in"
-msgstr "Compra en hasta"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:113
-msgid "installments"
-msgstr "12 pagos sin tarjeta"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:114
-msgid "with Mercado Pago"
-msgstr "con Mercado Pago"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:115
-msgid "Read more"
-msgstr "Saber más"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:116
-msgid "Buy now and pay in installments with no card later!"
-msgstr "¡Compra ahora y paga después!"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:117
-msgid "100% online,"
-msgstr "Compra en hasta"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:118
-msgid "without paperwork or monthly fees"
-msgstr "12 pagos mensuales sin usar tarjeta de crédito"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:119
-msgid "When paying, choose"
-msgstr "Puedes solicitar "
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:120
-msgid ". Login to your account or create one in a few steps."
-msgstr "tu línea de crédito 100% online y de forma segura."
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:121
-msgid "Search for"
-msgstr "Sin trámites."
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:122
-msgid ""
-"among the options, select it and choose in how many installments you would "
-"like to pay."
-msgstr " ¡Haz todo desde la app de Mercado Pago!"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:123
-msgid "Pay your installments monthly as you wish, in the Mercado Pago app."
-msgstr "Sin tasas de mantenimiento ni costos adicionales."
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126
-msgid "Check our FAQ"
-msgstr "Consulta nuestra FAQ"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:127
-msgid ". Credit subject to approval."
-msgstr ". Crédito sujeto a aprobación."
-
-#: ../../includes/module/sdk/lib/class-mp.php:182,
-#: ../../includes/module/sdk/lib/class-mp.php:634,
-#: ../../includes/module/sdk/lib/class-mp.php:682,
-#: ../../includes/module/sdk/lib/class-mp.php:727,
-#: ../../includes/module/sdk/lib/class-mp.php:986
-msgid "Response from cache"
-msgstr "Respuesta de la caché"
-
-#: ../../includes/module/sdk/lib/class-mp.php:1000
-msgid "Response from API"
-msgstr "Respuesta de la API"
-
-#. translators: 1: total_time currency 2: url
-#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179
-msgid "Took %1$s seconds to transfer a request to %2$s"
-msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s"
-
-#: ../../templates/checkout/basic-checkout.php:24
-msgid "Checkout Pro in Test Mode"
-msgstr "Checkout Pro en Modo Test"
-
-#: ../../templates/checkout/basic-checkout.php:25,
-#: ../../templates/checkout/credits-checkout.php:25
-msgid "Use Mercado Pago's payment methods without real charges. "
-msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
-
-#: ../../templates/checkout/basic-checkout.php:26,
-#: ../../templates/checkout/credits-checkout.php:26,
-#: ../../templates/checkout/ticket-checkout.php:26
-msgid "See the rules for the test mode."
-msgstr "Consulte las reglas para el modo test."
-
-#: ../../templates/checkout/basic-checkout.php:35
-msgid "Log in to Mercado Pago and earn benefits"
-msgstr "Inicia sesión en Mercado Pago y obtén beneficios"
-
-#: ../../templates/checkout/basic-checkout.php:54
-msgid ""
-"By continuing, you will be taken to Mercado Pago to safely complete your "
-"purchase."
-msgstr ""
-"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
-"segura."
-
-#: ../../templates/checkout/basic-checkout.php:56,
-#: ../../templates/checkout/credits-checkout.php:47
-msgid "Checkout Pro redirect info image"
-msgstr "Imagen de redirección de Checkout Pro"
-
-#: ../../templates/checkout/basic-checkout.php:66,
-#: ../../templates/checkout/credits-checkout.php:56,
-#: ../../templates/checkout/custom-checkout.php:169,
-#: ../../templates/checkout/pix-checkout.php:31,
-#: ../../templates/checkout/ticket-checkout.php:96
-msgid "By continuing, you agree with our"
-msgstr "Al continuar, aceptas nuestros"
-
-#: ../../templates/checkout/basic-checkout.php:67,
-#: ../../templates/checkout/credits-checkout.php:57,
-#: ../../templates/checkout/custom-checkout.php:170,
-#: ../../templates/checkout/pix-checkout.php:31,
-#: ../../templates/checkout/ticket-checkout.php:97
-msgid "Terms and conditions"
-msgstr "Términos y condiciones"
-
-#: ../../templates/checkout/credits-checkout.php:24
-msgid "No card installments in Test Mode"
-msgstr "Mensualidades sin tarjeta en Modo Test"
-
-#: ../../templates/checkout/credits-checkout.php:34
-msgid "How to use it?"
-msgstr "¿Cómo usar?"
-
-#: ../../templates/checkout/credits-checkout.php:37
-msgid ""
-"Log in or create an account in Mercado Pago. If you use Mercado "
-"Libre, you already have one!"
-msgstr ""
-"Inicia sesión o crea una cuenta en Mercado Pago. Si has usado Mercado "
-"Libre para comprar, ¡ya tienes una!"
-
-#: ../../templates/checkout/credits-checkout.php:38
-msgid ""
-"Know your available limit in Mercado Crédito and choose how many "
-"installments you want to pay."
-msgstr ""
-"Conoce el límite disponible de tu línea de crédito y elige el plazo en "
-"el que quieres pagar tu compra."
-
-#: ../../templates/checkout/credits-checkout.php:39
-msgid ""
-"Pay the installments as you prefer: with money in your account, card of "
-"from the Mercado Pago app."
-msgstr ""
-"Paga mes a mes con el medio de pago que prefieras. ¡Todo desde la app "
-"de Mercado Pago!"
+#: ../../src/Translations/StoreTranslations.php:295,
+#: ../../src/Translations/StoreTranslations.php:349,
+#: ../../src/Translations/StoreTranslations.php:373
+msgid "Mercado Pago: The customer has not paid yet."
+msgstr "Mercado Pago: El cliente no ha pagado todavía."
-#: ../../templates/checkout/credits-checkout.php:46
+#: ../../src/Translations/StoreTranslations.php:296
msgid ""
-"By confirming your purchase, you will be redirected to your Mercado Pago "
-"account."
+"Mercado Pago: Now you just need to pay with Pix to finalize your purchase."
msgstr ""
-"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
-"segura."
-
-#: ../../templates/checkout/custom-checkout.php:23
-msgid "Checkout Custom in Test Mode"
-msgstr "Tarjeta de crédito en Modo Test"
-
-#: ../../templates/checkout/custom-checkout.php:24
-msgid "Use Mercado Pago means without real charges."
-msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
-
-#: ../../templates/checkout/custom-checkout.php:25
-msgid "See test mode rules."
-msgstr "Ver las reglas del Modo Test."
-
-#: ../../templates/checkout/custom-checkout.php:36
-msgid "Pay with saved cards"
-msgstr "Paga con tarjetas guardadas"
+"Mercado Pago: Ahora sólo tiene que pagar con Pix para finalizar su compra."
-#: ../../templates/checkout/custom-checkout.php:40
+#: ../../src/Translations/StoreTranslations.php:297
msgid ""
-"Do you have a Mercado Libre account? Then use the same email and password to "
-"pay faster with Mercado Pago."
+"Scan the QR code below or copy and paste the code into your bank's "
+"application."
msgstr ""
-"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
-"pagar más rápido \n"
-"con Mercado Pago."
-
-#: ../../templates/checkout/custom-checkout.php:57
-msgid "With which card can you pay?"
-msgstr "¿Con qué tarjeta puedes pagar?"
-
-#: ../../templates/checkout/custom-checkout.php:70
-msgid "See current promotions"
-msgstr "Ver promociones vigentes"
-
-#: ../../templates/checkout/custom-checkout.php:78
-msgid "Fill in your card details"
-msgstr "Completa los datos de tu tarjeta"
-
-#: ../../templates/checkout/custom-checkout.php:80
-msgid "Card number"
-msgstr "Número de Tarjeta"
+"Escanee el código QR a continuación o copie y pegue el código en la "
+"aplicación de su banco."
-#: ../../templates/checkout/custom-checkout.php:82,
-#: ../../templates/checkout/custom-checkout.php:89,
-#: ../../templates/checkout/custom-checkout.php:98,
-#: ../../templates/checkout/custom-checkout.php:106
-msgid "Required data"
-msgstr "Datos obligatorios"
+#: ../../src/Translations/StoreTranslations.php:298
+msgid "30 minutes"
+msgstr "30 minutos"
-#: ../../templates/checkout/custom-checkout.php:87
-msgid "Holder name as it appears on the card"
-msgstr "Nombre del titular como aparece en la tarjeta"
+#: ../../src/Translations/StoreTranslations.php:310
+msgid "Payment approved."
+msgstr "Pago aprobado."
-#: ../../templates/checkout/custom-checkout.php:95
-msgid "Expiration"
-msgstr "Vencimiento"
+#: ../../src/Translations/StoreTranslations.php:311
+msgid "Waiting for the Pix payment."
+msgstr "Esperando el pago de Pix."
-#: ../../templates/checkout/custom-checkout.php:103
-msgid "Security Code"
-msgstr "Código de seguridad"
+#: ../../src/Translations/StoreTranslations.php:312
+msgid "Waiting for the ticket payment."
+msgstr "Esperando el pago del boleto."
-#: ../../templates/checkout/custom-checkout.php:113,
-#: ../../templates/checkout/ticket-checkout.php:36,
-#: ../../templates/checkout/ticket-checkout.php:53
-msgid "Holder document"
-msgstr "Documento del titular"
+#: ../../src/Translations/StoreTranslations.php:313
+msgid "The customer has not made the payment yet."
+msgstr "El cliente todavía no efectuó el pago."
-#: ../../templates/checkout/custom-checkout.php:114,
-#: ../../templates/checkout/ticket-checkout.php:37,
-#: ../../templates/checkout/ticket-checkout.php:54
-msgid "Invalid document"
-msgstr "Número de documento no válido"
+#: ../../src/Translations/StoreTranslations.php:314
+msgid "Payment is pending review."
+msgstr "El pago está pendiente de revisión."
-#: ../../templates/checkout/custom-checkout.php:129,
-#: ../../templates/checkout/custom-checkout.php:145
-msgid "Select the number of installments"
-msgstr "Selecciona la cantidad de cuotas"
+#: ../../src/Translations/StoreTranslations.php:315
+msgid "Payment was declined. The customer can try again."
+msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
-#: ../../templates/checkout/pix-checkout.php:22
-msgid "Pix in Test Mode"
-msgstr "Pix en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:316
+msgid "Payment was returned to the customer."
+msgstr "El pago fue devuelto al cliente."
-#: ../../templates/checkout/pix-checkout.php:22
+#: ../../src/Translations/StoreTranslations.php:317
msgid ""
-"You can test the flow to generate a code, but you cannot finalize the "
-"payment."
+"The payment was partially returned to the customer. the amount refunded "
+"was : "
msgstr ""
-"Es posible probar el flujo para generar una factura, pero no es posible "
-"finalizar el pago."
+"El pago se devolvió parcialmente al cliente. El montante reembolsado fue "
+"de : "
-#: ../../templates/checkout/pix-checkout.php:27
-msgid "Pay instantly"
-msgstr "Pago instantáneo"
+#: ../../src/Translations/StoreTranslations.php:318
+msgid "Payment was canceled."
+msgstr "El pago fue cancelado."
-#: ../../templates/checkout/pix-checkout.php:27
+#: ../../src/Translations/StoreTranslations.php:319,
+#: ../../src/Translations/StoreTranslations.php:320
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."
+"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."
-#: ../../templates/checkout/pix-checkout.php:27
-msgid "Pix logo"
-msgstr "Pix logo"
+#: ../../src/Translations/StoreTranslations.php:321
+msgid "The payment"
+msgstr "El pago"
-#: ../../templates/checkout/ticket-checkout.php:24
+#: ../../src/Translations/StoreTranslations.php:322
+msgid "was notified by Mercado Pago with status"
+msgstr "fue notificado por Mercado Pago con estado"
+
+#: ../../src/Translations/StoreTranslations.php:334
msgid "Offline Methods in Test Mode"
msgstr "Facturas en Modo Test"
-#: ../../templates/checkout/ticket-checkout.php:25
+#: ../../src/Translations/StoreTranslations.php:335
msgid ""
"You can test the flow to generate an invoice, but you cannot finalize the "
-"payment. "
+"payment."
msgstr ""
"Es posible testear el flujo para generar una factura, pero no es posible "
-"finalizar el pago. "
+"finalizar el pago."
-#: ../../templates/checkout/ticket-checkout.php:68
+#: ../../src/Translations/StoreTranslations.php:339,
+#: ../../src/Translations/StoreTranslations.php:367
msgid "Select where you want to pay"
msgstr "Selecciona el punto de pago donde quieres pagar"
-#: ../../templates/checkout/ticket-checkout.php:73
+#: ../../src/Translations/StoreTranslations.php:340,
+#: ../../src/Translations/StoreTranslations.php:368
msgid "more options"
msgstr "más opciones"
-#: ../../templates/checkout/ticket-checkout.php:78
+#: ../../src/Translations/StoreTranslations.php:341
msgid "Select a payment method"
msgstr "Seleccione una opción de pago"
-#: ../../templates/order/payment-status-metabox-content.php:30
-msgid ""
-"This is the payment status of your Mercado Pago Activities. To check the "
-"order status, please refer to Order details."
-msgstr ""
-"Este es el estado del pago de las Actividades de tu Mercado Pago. Para "
-"consultar el estado del pedido, consulta en Detalles del Pedido."
-
-#: ../../templates/order-received/show-ticket.php:19
+#: ../../src/Translations/StoreTranslations.php:344
msgid ""
"Great, we processed your purchase order. Complete the payment with ticket so "
"that we finish approving it."
@@ -3030,789 +2758,601 @@ msgstr ""
"Excelente, procesamos tu orden de compra. Completa el pago con ticket para "
"que terminemos de aprobarla."
-#: ../../templates/order-received/show-ticket.php:23
+#: ../../src/Translations/StoreTranslations.php:345
msgid "Print ticket"
msgstr "Imprimir ticket"
-#~ msgid "Fee"
-#~ msgstr "Tasa"
-
-#~ msgid "How does it work?"
-#~ msgstr "¿Cómo funciona?"
-
-#~ msgid "Checkout visualization:"
-#~ msgstr "Visualización en el checkout:"
+#: ../../src/Translations/StoreTranslations.php:346
+msgid " and "
+msgstr " e "
-#~ 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/StoreTranslations.php:347
+msgid "To print the ticket again click"
+msgstr "Para reimprimir o boleto clique"
-#~ msgid "Banner visualization"
-#~ msgstr "Visualización del componente"
+#: ../../src/Translations/StoreTranslations.php:348
+msgid "here"
+msgstr "aqui"
-#~ msgid "Check the example of how it will appear in the store:"
-#~ msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:"
+#: ../../src/Translations/StoreTranslations.php:362
+msgid "Checkout PSE in Test Mode"
+msgstr "Checkout PSE en Modo Test"
-#~ msgid "Bank Transfer"
-#~ msgstr "Transferencia bancaria"
+#: ../../src/Translations/StoreTranslations.php:363
+msgid "You can test the flow to generate a payment with PSE"
+msgstr "Puede probar el flujo para generar un pago con PSE"
-#~ msgid "Payment by cash"
-#~ msgstr "Pagos en efectivo"
+#: ../../src/Translations/StoreTranslations.php:369
+msgid "Person type "
+msgstr "Tipo de persona "
-#~ msgid ""
-#~ "If you already have a Mercado Libre account, use the same email and "
-#~ "password"
-#~ msgstr ""
-#~ "Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña"
+#: ../../src/Translations/StoreTranslations.php:370
+msgid "Financial institution"
+msgstr "Institución financiera"
-#~ msgid ""
-#~ "When you confirm your purchase, we will redirect you to your Mercado Pago "
-#~ "account"
-#~ msgstr ""
-#~ "Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado "
-#~ "Pago"
+#: ../../src/Translations/StoreTranslations.php:371
+msgid "Select the financial institution"
+msgstr "Seleccione la entidad financiera"
-#~ msgid "Payment with Mercado Credito"
-#~ msgstr "Pagos con Mercado Crédito"
+#: ../../src/Translations/StoreTranslations.php:372
+msgid "Select the institution"
+msgstr "Seleccione la institución"
-#~ msgid "New!"
-#~ msgstr "¡Nuevo!"
+#: ../../src/Translations/StoreTranslations.php:387
+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."
-#~ msgid ""
-#~ "With Mercado Credito, clients can pay "
-#~ "in installments with no card, by transfers, invoice or money available "
-#~ "in their Mercado Pago account. By activating the no-card "
-#~ "installments banner, you will increase your chances of selling."
-#~ msgstr ""
-#~ "Con Mercado Crédito, los clientes "
-#~ "pagan en cuotas sin tarjeta, por transferencia, tarjeta de débito, "
-#~ "efectivo o dinero disponible en la cuenta de Mercado Pago. Al "
-#~ "activar el componente de cuotas sin tarjeta, aumentarás tus chances "
-#~ "de vender. Para saber más, ingresá a documentación."
+#: ../../src/Translations/StoreTranslations.php:388
+msgid ""
+"A problem was occurred when processing your payment. Are you sure you have "
+"correctly filled all information in the checkout form?"
+msgstr ""
+"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
+"cargado la información en el formulario?"
-#~ msgid "The no-card installments banner is disabled."
-#~ msgstr "El componente de cuotas sin tarjeta está desactivado ."
+#: ../../src/Translations/StoreTranslations.php:389
+msgid "See your order form"
+msgstr "Ver su hoja de pedido"
-#~ msgid "Earn more points and have exclusive benefits in Mercado Puntos"
-#~ msgstr "Gana más puntos y ventajas exclusivas en Mercado Puntos "
+#: ../../src/Translations/StoreTranslations.php:390
+msgid "Your payment was declined. You can try again."
+msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#~ msgid "Error loading form."
-#~ msgstr "Error al cargar el formulario."
+#: ../../src/Translations/StoreTranslations.php:391
+msgid "Click to try again"
+msgstr "Haga clic para intentarlo de nuevo"
-#~ msgid "Please refresh the page to try again."
-#~ msgstr "Actualice la página para volver a intentarlo."
+#: ../../src/Translations/StoreTranslations.php:392
+msgid "That's it, payment accepted!"
+msgstr "Listo, ¡aceptamos tu pago!"
-#~ msgid "Refresh page"
-#~ msgstr "Actualizar página"
+#: ../../src/Translations/StoreTranslations.php:393
+msgid ""
+"We are processing your payment. In less than an hour we will send you the "
+"result by email."
+msgstr ""
+"Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
+"por correo electrónico."
-#~ msgid "Type of topic IPN invalid, need to be merchant_order"
-#~ msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`"
+#: ../../src/Translations/StoreTranslations.php:394
+msgid ""
+"We are processing your payment. In less than 2 days we will send you by "
+"email if the payment has been approved or if additional information is "
+"needed."
+msgstr ""
+"Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
+"electrónico si se ha aprobado el pago o si se necesita información adicional."
-#~ msgid "Click here to see more details..."
-#~ msgstr "Haga clic aquí para ver más detalles…"
+#: ../../src/Translations/StoreTranslations.php:395
+msgid "Check the card number."
+msgstr "Compruebe el número de tarjeta."
-#~ msgid "Purchases with saved cards or money in Mercado Pago"
-#~ msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago"
+#: ../../src/Translations/StoreTranslations.php:396
+msgid "Check the expiration date."
+msgstr "Compruebe la fecha de expiración."
-#~ msgid ""
-#~ "Feature for those who have a saved card or money in Mercado Pago to buy "
-#~ "without having to fill in details."
-#~ msgstr ""
-#~ "Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en "
-#~ "Mercado Pago puedan comprar sin la necesidad de completar datos."
+#: ../../src/Translations/StoreTranslations.php:397
+msgid "Check the information provided."
+msgstr "Compruebe la información informada."
-#~ msgid "The feature for payments with saved cards is active."
-#~ msgstr ""
-#~ "La funcionalidad para pagos con tarjetas guardadas está activa"
-#~ "b>."
+#: ../../src/Translations/StoreTranslations.php:398
+msgid "Check the informed security code."
+msgstr "Compruebe el código de seguridad informado."
-#~ msgid "The feature for payments with saved cards is inactive."
-#~ msgstr ""
-#~ "La funcionalidad para pagos con tarjetas guardadas está "
-#~ "inactiva."
+#: ../../src/Translations/StoreTranslations.php:399,
+#: ../../src/Translations/StoreTranslations.php:400
+msgid "Your payment cannot be processed."
+msgstr "No se puede procesar su pago."
-#~ msgid "You can see how the feature is in your store Checkout below:"
-#~ msgstr ""
-#~ "A continuación, cómo es la funcionalidad en el checkout de la tienda:"
+#: ../../src/Translations/StoreTranslations.php:401
+msgid "You must authorize payments for your orders."
+msgstr "Usted debe autorizar los pagos de sus órdenes."
-#~ msgid "Mercado Pago customers can now pay with stored cards."
-#~ msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas."
+#: ../../src/Translations/StoreTranslations.php:402
+msgid ""
+"Contact your card issuer to activate it. The phone is on the back of your "
+"card."
+msgstr ""
+"Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
+"se encuentra en la parte posterior de su tarjeta."
-#~ msgid ""
-#~ "The function Saved card payments is enabled. With this setting, "
-#~ "customers using Mercado Pago can purchase without having to fill in "
-#~ "payment details. You can control this option in the settings."
-#~ msgstr ""
-#~ "La función Pago con tarjetas guardadas de Mercado Pago está habilitada. "
-#~ "Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que "
-#~ "completar los datos de la tarjeta. Puedes controlar esta opción en "
-#~ "configuración."
+#: ../../src/Translations/StoreTranslations.php:403
+msgid ""
+"You have already made a payment of this amount. If you have to pay again, "
+"use another card or other method of payment."
+msgstr ""
+"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
+"utilizar otra tarjeta u otro medio de pago."
-#~ msgid "Go to settings"
-#~ msgstr "Ir a la configuración"
+#: ../../src/Translations/StoreTranslations.php:404
+msgid ""
+"Your payment was declined. Please select another payment method. It is "
+"recommended in cash."
+msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#~ msgid "No need to fill out details"
-#~ msgstr "Sin cargar datos"
+#: ../../src/Translations/StoreTranslations.php:405
+msgid "Your payment does not have sufficient funds."
+msgstr "Su metodo de pago no tiene fondos suficientes."
-#~ msgid "Installments available"
-#~ msgstr "Cuotas disponibles"
+#: ../../src/Translations/StoreTranslations.php:406
+msgid "Payment cannot process the selected fee."
+msgstr "El pago no puede procesar la cuota seleccionada."
-#~ msgid "Pay faster with your saved cards and without completing data."
-#~ msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos."
+#: ../../src/Translations/StoreTranslations.php:407
+msgid ""
+"You have reached the limit of allowed attempts. Choose another card or other "
+"payment method."
+msgstr ""
+"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
+"medio de pago."
-#, fuzzy
-#~| msgid "Important! To sell you must enter your credentials."
-#~ msgid "Important! To sell, you must enter your credentials."
-#~ msgstr "¡Importante! Para vender debe introducir sus credenciales."
+#: ../../src/Translations/StoreTranslations.php:408
+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 ""
+"Intento de transacción no válido Está intentando "
+"realizar una transacción productiva con credenciales de prueba o una "
+"transacción de prueba con credenciales productivas. Asegúrese de que está "
+"utilizando la configuración de credenciales correcta para la acción deseada."
-#~ msgid "Go to step-by-step"
-#~ msgstr "Ir al paso a paso"
+#: ../../src/Translations/StoreTranslations.php:409
+msgid ""
+"Invalid transaction attempt It is not possible to pay "
+"with the email address entered. Please enter another e-mail address."
+msgstr ""
+"Intento de transacción no válido No es posible pagar con "
+"el email introducido. Por favor, introduzca otro email."
-#~ msgid "Update failed, invalid Credentials"
-#~ msgstr "Actualización fallida, credenciales no válidas"
+#: ../../src/Translations/StoreTranslations.php:410
+msgid "This payment method cannot process your payment."
+msgstr "Este medio de pago no puede procesar su pago."
-#~ msgid "Up to 24 installments"
-#~ msgstr "Hasta 24 cuotas"
+#: ../../src/Translations/StoreTranslations.php:422
+msgid ""
+"Your bank needs you to authorize the payment Please call "
+"the telephone number on your card or pay with another method."
+msgstr ""
+"Tu banco necesita que autorices el pago Llama al "
+"teléfono que está en la tarjeta o paga con otro medio."
-#~ msgid ""
-#~ "Important! Do not forget to add the credentials and details of your store."
-#~ msgstr ""
-#~ "¡Importante! No olvides ingresar las credenciales y datos de la tienda."
+#: ../../src/Translations/StoreTranslations.php:423,
+#: ../../src/Translations/StoreTranslations.php:424
+msgid ""
+"For safety reasons, your payment was declined We "
+"recommended paying with your usual payment method and device for online "
+"purchases."
+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."
-#~ msgid ""
-#~ "Before setting up payments, follow the step-by-step to start selling."
-#~ msgstr ""
-#~ "Antes de configurar los pagos, haz el paso a paso para comenzar a vender."
+#: ../../src/Translations/StoreTranslations.php:425,
+#: ../../src/Translations/StoreTranslations.php:426,
+#: ../../src/Translations/StoreTranslations.php:427,
+#: ../../src/Translations/StoreTranslations.php:428
+msgid ""
+"One or more card details were entered incorrecctly"
+"strong> Please enter them again as they appear on the card to complete "
+"the payment."
+msgstr ""
+"Ingresaste uno o más datos de tu tarjeta de forma incorrecta"
+"strong> Vuelve a ingresarlos tal como figuran en la tarjeta para "
+"finalizar el pago."
-#~ msgid "To enable and test sales, you must copy and paste your "
-#~ msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar "
+#: ../../src/Translations/StoreTranslations.php:429
+msgid ""
+"Your credit card has no available limit Please pay using "
+"another card or choose another payment method."
+msgstr ""
+"Tu tarjeta de crédito no tiene límite disponible Paga "
+"con otra tarjeta o elige otro medio de pago."
-#~ msgid "Mandatory data"
-#~ msgstr "Campo obligatorio"
+#: ../../src/Translations/StoreTranslations.php:430
+msgid ""
+"Your debit card has insufficient founds Please pay using "
+"another card or choose another payment method."
+msgstr ""
+"Tu tarjeta de débito no tiene saldo suficiente Paga con "
+"otra tarjeta o elige otro medio de pago."
-#~ msgid "Use the test-specific cards that are in the"
-#~ msgstr "Utiliza las tarjetas específicas para testear que estén bajo las"
+#: ../../src/Translations/StoreTranslations.php:431
+msgid ""
+"Your card does not accept the number of installments selected"
+"strong> Please choose a different number of installments or use a "
+"different payment method ."
+msgstr ""
+"Tu tarjeta no acepta la cantidad de pagos que seleccionaste"
+"strong> Elige una cantidad de pagos diferente o use otro medio."
-#~ msgid "Until"
-#~ msgstr "Hasta"
+#: ../../src/Translations/StoreTranslations.php:432
+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 ""
+"Necesitas habilitar tu tarjeta Comunícate con tu banco "
+"llamando al número que está al dorso de la tarjeta o elige otro medio de "
+"pago."
-#~ msgid "installment"
-#~ msgstr "cuota"
+#: ../../src/Translations/StoreTranslations.php:433
+msgid ""
+"You reached the limit of payment attempts with this card"
+"strong> Please pay using another card or choose another payment method."
+msgstr ""
+"Alcanzaste el límite de intentos de pago con esta tarjeta"
+"strong> Paga con otra tarjeta o elige otro medio de pago."
-#~ msgid "We take you to our site to complete the payment"
-#~ msgstr "Te llevamos a nuestro sitio para completar el pago"
+#: ../../src/Translations/StoreTranslations.php:434
+msgid ""
+"Your payment was declined because you already paid for this "
+"purchase Check your card transactions to verify it."
+msgstr ""
+"Tu pago fue rechazado porque ya pagaste esta compra"
+"strong> Revisa los consumos de tu tarjeta para verificarlo."
-#~ msgid "Enter your discount coupon"
-#~ msgstr "Ingresa tu cupón de descuento"
+#: ../../src/Translations/StoreTranslations.php:435,
+#: ../../src/Translations/StoreTranslations.php:436,
+#: ../../src/Translations/StoreTranslations.php:437
+msgid ""
+"The card issuing bank declined the payment We "
+"recommended paying with another payment method or contact your bank."
+msgstr ""
+"El banco emisor de la tarjeta rechazó tu pago Te "
+"recomendamos pagar con otro medio de pago o comunicarte con tu banco."
-#~ msgid "Enter your coupon"
-#~ msgstr "Ingresa tu cupón"
+#: ../../src/Translations/StoreTranslations.php:438
+msgid ""
+"For safety reasons, the card issuing bank declined the payment"
+"strong> We recommended paying with your usual payment method and device "
+"for online purchases."
+msgstr ""
+"Por motivos de seguridad, el banco de la tarjeta rechazó el pago"
+"b> Te recomendamos pagar con el medio de pago y dispositivo que sueles "
+"usar para compras online."
-#~ msgid "The code you entered is incorrect"
-#~ msgstr "El código que ingresaste es incorrecto"
+#: ../../src/Translations/StoreTranslations.php:439
+msgid ""
+"Your payment was declined because something went wrong"
+"strong> We recommended trying again or paying with another method."
+msgstr ""
+"Tu pago fue rechazado porque hube un error Te "
+"recomendamos intentar nuevamente o pagar con otro medio de pago."
-#~ msgid "Invalid Card Number"
-#~ msgstr "Numero de tarjeta invalido"
+#: ../../src/Translations/StoreTranslations.php:451
+msgid "We are taking you to validate the card"
+msgstr "Te estamos llevando a validar la tarjeta"
-#~ msgid "Name and surname of the cardholder"
-#~ msgstr "Nombre y apellido del titular de la tarjeta"
+#: ../../src/Translations/StoreTranslations.php:452
+msgid "with your bank"
+msgstr "con tu banco"
-#~ msgid "Invalid Expiration Date"
-#~ msgstr "Fecha de expiracion inválida"
+#: ../../src/Translations/StoreTranslations.php:453
+msgid "We need to confirm that you are the cardholder."
+msgstr "Necesitamos confirmar que eres titular de la tarjeta."
-#~ msgid "Last 3 numbers on the back"
-#~ msgstr "Últimos 3 números en el reverso"
+#: ../../src/Translations/StoreTranslations.php:454
+msgid "We are receiving the response from your bank"
+msgstr "Estamos recibiendo la respuesta de tu banco"
-#~ msgid "In how many installments do you want to pay"
-#~ msgstr "En cuántas cuotas quieres pagar"
+#: ../../src/Translations/StoreTranslations.php:455
+msgid "Complete the bank validation so your payment can be approved"
+msgstr "Completa la validación del banco para aprobar tu pago"
-#~ msgid "Converted payment of"
-#~ msgstr "Pago convertido de"
+#: ../../src/Translations/StoreTranslations.php:456
+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."
-#~ msgid "for"
-#~ msgstr "para"
+#: ../../src/Translations/StoreTranslations.php:457
+msgid ""
+"For safety reasons, your payment was declined We recommend paying "
+"with your usual payment method and device for online purchases."
+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."
-#~ msgid "Enter your document number"
-#~ msgstr "Ingresa tu número de documento"
+#~ msgid "How does it work?"
+#~ msgstr "¿Cómo funciona?"
-#~ msgid "Type"
-#~ msgstr "Tipo"
+#~ msgid "When paying, choose"
+#~ msgstr "Al pagar elegí"
-#~ msgid "Document number"
-#~ msgstr "Número de documento"
+#~ msgid ". Login to your account or create one in a few steps."
+#~ msgstr ". Podrás ingresar con tu cuenta o crear una en pocos pasos."
-#~ msgid "Only numbers"
-#~ msgstr "Sólo números"
+#~ msgid "Search for"
+#~ msgstr "Busca"
-#~ msgid "Obligatory field"
-#~ msgstr "Campo obligatorio"
+#~ msgid "Mercado Credito"
+#~ msgstr "Mercado Crédito"
#~ msgid ""
-#~ "When you finish the order, you will see the code to complete the payment."
-#~ msgstr "Cuando termines el pedido, verás el código para completar el pago."
-
-#~ msgid "CI"
-#~ msgstr "CI"
-
-#~ msgid "You must provide your document number"
-#~ msgstr "Debe informar su número de documento"
-
-#~ msgid "Complete all fields, they are mandatory."
-#~ msgstr "Complete todos los campos, son obligatorios."
-
-#~ msgid "Select the issuer with whom you want to process the payment"
-#~ msgstr "Selecciona el emisor con el que quieras procesar el pago"
-
-#~ msgid "Lottery"
-#~ msgstr "Lotéricas"
-
-#~ msgid "CPF/CNPJ"
-#~ msgstr "CPF/CNPJ"
-
-#~ msgid "Enable or inactivate the payments via Pix"
-#~ msgstr "Activar o desactivar pagos por Pix"
-
-#~ msgid "If you change the display text, no translation will be available"
+#~ "among the options, select it and choose in how many installments you "
+#~ "would like to pay."
#~ msgstr ""
-#~ "Si cambia el texto de la pantalla Checkout, no habrá traducción disponible"
+#~ "entre las opciones, selecciónalo y elegí en cuántas cuotas quieres pagar."
-#~ msgid "Approve your account, it will only take a few minutes"
-#~ msgstr "Homologa tu cuenta, solo te llevará unos minutos"
-
-#~ msgid ""
-#~ "Complete this process to secure your customers data and comply with the "
-#~ "regulations and legal provisions of each country."
+#~ msgid "Pay your installments monthly as you wish, in the Mercado Pago app."
#~ msgstr ""
-#~ "Complete este proceso para proteger los datos de sus clientes y cumplir "
-#~ "con las regulaciones y disposiciones legales de cada país."
-
-#~ msgid "Homologate account in Mercado Pago"
-#~ msgstr "Homologar cuenta en Mercado Pago"
-
-#~ msgid "No"
-#~ msgstr "No"
+#~ "Pagá mes a mes tus cuotas como prefieras, desde la app de Mercado Pago."
-#~ msgid "Yes"
-#~ msgstr "Sí"
+#~ msgid "Review the step-by-step of"
+#~ msgstr "Revisa el paso a paso de"
-#~ msgid "Set up"
-#~ msgstr "Ajustes"
+#~ msgid "on our website for developers."
+#~ msgstr "en nuestro sitio de desarrolladores."
-#~ msgid "Your opinion helps us get better"
-#~ msgstr "Tu opinión nos ayuda a mejorar"
-
-#~ msgid "Guides and Documentation"
-#~ msgstr "Guías y documentación"
-
-#~ msgid "Report Problem"
-#~ msgstr "Informar problema"
-
-#~ msgid "Accept all method of payment and take your charges to another level"
-#~ msgstr "Acepta todos los medios de pago y lleva tus cobros a otro nivel"
-
-#~ msgid ""
-#~ "Turn your online store into your customers preferred payment gateway. "
-#~ "Choose if the final payment experience will be inside or outside your "
-#~ "store."
-#~ msgstr ""
-#~ "Convierte tu tienda online en la pasarela de pagos preferida de tus "
-#~ "clientes. Elige si la experiencia de pago final será dentro o fuera de tu "
-#~ "tienda."
-
-#~ msgid "Configure Mercado Pago for WooCommerce"
-#~ msgstr "Ingresá la información de tu negocio"
+#~ msgid "Questions?"
+#~ msgstr "¿Dudas?"
#~ msgid ""
-#~ "Enable the experience of the Checkout Pro in your online store, select "
-#~ "the means of payment available to your customers and define the "
-#~ "maximum fees in which they can pay you."
+#~ "To enable orders, you must create and activate production credentials in "
+#~ "your Mercado Pago Account."
#~ msgstr ""
-#~ "Habilita la experiencia del Checkout Pro en tu tienda online, selecciona "
-#~ "los medios de pago disponibles para tus clientes y define el máximo "
-#~ "de cuotas en el que podrán pagarte."
-
-#~ msgid "Set payment preferences in your store"
-#~ msgstr "Configura las preferencias de pago en tu tienda"
+#~ "Para habilitar las ventas, debes crear y activar las credenciales de "
+#~ "producción en tu cuenta de Mercado Pago."
-#~ msgid "Select offline payments"
-#~ msgstr "Selecciona medios de pago presenciales"
+#~ msgid "Check credentials"
+#~ msgstr "Consultar credenciales"
-#~ msgid "Select debit cards"
-#~ msgstr "Selecciona tarjetas de débito"
-
-#~ msgid "Select credit cards"
-#~ msgstr "Selecciona tarjetas de crédito"
-
-#~ msgid "Checkout of payments with debit and credit cards %s"
-#~ msgstr "Checkout de pagos con tarjetas de débito y crédito %s"
-
-#~ msgid ""
-#~ "Accept payments instantly and maximize the conversion of your business"
-#~ msgstr "Acepta pagos al instante y maximiza la conversión de tu negocio"
-
-#~ msgid ""
-#~ "Turn your online store into a secure and easy-to-use payment gateway for "
-#~ "your customers. With personalized checkout your customers pay without "
-#~ "leaving your store!"
+#~ msgid "To view more options, please select a payment method below"
#~ msgstr ""
-#~ "Convierte tu tienda online en una pasarela de pagos segura y fácil de "
-#~ "usar para tus clientes. Con el checkout personalizado tus clientes pagan "
-#~ "¡sin salir de tu tienda!"
-
-#~ msgid "Set up the payment experience in your store"
-#~ msgstr "Ingresá la información de tu negocio"
-
-#~ msgid "Configure the personalized payment experience in your store"
-#~ msgstr "Configura las preferencias de pago en tu tienda"
-
-#~ msgid "%s, it only takes a few minutes"
-#~ msgstr "%s, solo te llevará unos minutos"
-
-#~ msgid "Approve your account"
-#~ msgstr "Homologa tu cuenta"
-
-#~ msgid "Title"
-#~ msgstr "Título"
+#~ "Selecciona uno de los siguientes medios de pago para ver más opciones"
#~ msgid ""
-#~ "Credentials are the keys we provide you to integrate quickly and "
-#~ "securely. You must have a %s in Mercado Pago to obtain and collect them "
-#~ " on your website. You do not need to know how to design or program to "
-#~ "do it"
+#~ "Test the experience in Test Mode and then enable the Sale Mode "
+#~ "(Production) to sell."
#~ msgstr ""
-#~ "Las credenciales son las claves que te proporcionamos para que integres "
-#~ "de forma rápida y segura. Debes tener una %s en Mercado Pago para "
-#~ "obtenerlas y cobrar en tu sitio web. No necesitas saber diseñar o "
-#~ "programar para hacerlo"
-
-#~ msgid "approved account"
-#~ msgstr "cuenta homologada"
-
-#~ msgid "Select your country"
-#~ msgstr "Selecciona tu país"
-
-#~ msgid "Select the country in which you operate with Mercado Pago"
-#~ msgstr "Selecciona el país en el que operas con Mercado Pago"
-
-#~ msgid "Activate the Mercado Pago experience at the checkout of your store."
-#~ msgstr "Activa la experiencia de Mercado Pago en el checkout de tu tienda."
-
-#~ msgid "Binary mode"
-#~ msgstr "Modo binario"
+#~ "Testea la experiencia en Modo Test. Luego activa el Modo Ventas "
+#~ "(Producción) para realizar ventas."
-#~ msgid ""
-#~ "Accept and reject payments automatically. Do you want us to activate it?"
-#~ msgstr ""
-#~ "Acepta y rechaza pagos de forma automática. ¿Quieres que lo activemos?"
+#~ msgid "Do you have a minute to share your experience with our plugin?"
+#~ msgstr "¿tienes un minuto para compartir tu experiencia con nuestro plugin?"
#~ msgid ""
-#~ "If you activate binary mode you will not be able to leave pending "
-#~ "payments. This can affect fraud prevention. Leave it idle to be backed by "
-#~ "our own tool."
+#~ "Your opinion is very important so that we can offer you the best possible "
+#~ "payment solution and continue to improve."
#~ msgstr ""
-#~ "Si activa el modo binario no podrá dejar pagos pendientes. Esto puede "
-#~ "afectar la prevención del fraude. Déjelo inactivo para que sea respaldado "
-#~ "por nuestra propia herramienta."
-
-#~ msgid "Discounts per purchase with Mercado Pago"
-#~ msgstr "Descuentos por compra con Mercado Pago"
-
-#~ msgid "Commission for purchase with Mercado Pago"
-#~ msgstr "Comisión por compra con Mercado Pago"
+#~ "Tu opinión es muy importante para que podamos ofrecerte la mejor solución "
+#~ "de pago posible y seguir mejorando."
-#~ msgid ""
-#~ "Accept payments at any time of the day and expand your purchase options!"
-#~ msgstr ""
-#~ "¡Acepte pagos en cualquier momento del día y amplíe sus opciones de "
-#~ "compra!"
+#~ msgid "You must enter"
+#~ msgstr "Debe introducir"
-#~ msgid "Offer this new payment option to your customers."
-#~ msgstr "Ofrezca esta nueva opción de pago a sus clientes."
+#~ msgid "production credentials"
+#~ msgstr "las credenciales de producción"
-#~ msgid ""
-#~ "Enable and set up Pix as a payment method for your customers in the "
-#~ "Mercado Pago checkout."
-#~ msgstr ""
-#~ "Habilita y configura Pix como método de pago para tus clientes en el "
-#~ "checkout de Mercado Pago."
+#~ msgid "Important! To sell you must enter your credentials."
+#~ msgstr "¡Importante! Para vender debe introducir sus credenciales."
-#~ msgid "Set up the payment via Pix experience"
-#~ msgstr "Configura la experiencia de pago a través de Pix"
+#~ msgid "Debit, Credit and invoice in Mercado Pago environment"
+#~ msgstr "Débito, crédito y efectivo, en Mercado Pago"
-#~ msgid "Checkout of payments with cash %s"
-#~ msgstr "Paga con dinero en efectivo"
+#~ msgid "Debit and Credit"
+#~ msgstr "Débito e crédito"
-#~ msgid "Accept face-to-face payments, do not leave anyone out!"
-#~ msgstr "Acepta pagos presenciales ¡no dejes a nadie afuera!"
+#~ msgid "Transparent Checkout in your store environment"
+#~ msgstr "Checkout Transparente en tu tienda"
-#~ msgid "Include this preferred purchase option by some customers."
-#~ msgstr "Incluye esta opción de compra preferida por algunos clientes."
+#~ msgid "Mercado pago - Customized Checkout"
+#~ msgstr "Mercado Pago - Checkout Personalizado"
#~ msgid ""
-#~ "Enable Mercado Pago for cash payments in your store and select the "
-#~ "options available to your customers."
+#~ "Unfortunately, the language configured in your WordPress is not "
+#~ "compatible with our plugin. For the best experience, please switch to a "
+#~ "supported language."
#~ msgstr ""
-#~ "Habilita Mercado Pago para pagos en efectivo en tu tienda y "
-#~ "selecciona las opciones disponibles para tus clientes."
+#~ "Lamentablemente, el idioma configurado en tu WordPress no es compatible "
+#~ "con nuestro plugin. Para disfrutar de la mejor experiencia, cambia a un "
+#~ "idioma compatible."
-#~ msgid "Set payment preferences with cash"
-#~ msgstr "Configura las preferencias de pago con dinero en efectivo"
+#~ msgid "payments on the spot"
+#~ msgstr "pagos al instante"
-#~ msgid "Store mode was updated"
-#~ msgstr "Se actualizó el modo de la tienda"
+#~ msgid "the"
+#~ msgstr "toda la"
-#~ msgid "Couldn't find a valid payment method"
-#~ msgstr "No se pudo encontrar un método de pago válido"
+#~ msgid "security"
+#~ msgstr "seguridad"
-#~ msgid "Invoice and Loterica"
-#~ msgstr "Efectivo "
+#~ msgid "from Mercado Pago"
+#~ msgstr "de Mercado Pago"
-#~ msgid ""
-#~ "It offers all means of payment: credit and debit cards, cash and account "
-#~ "money. Your customers choose whether they pay as guests or from their "
-#~ "Mercado Pago account."
-#~ msgstr ""
-#~ "Ofrece todos los medios de pago: tarjetas de crédito y débito, dinero en "
-#~ "efectivo y dinero en cuenta. Tus clientes eligen si pagan como invitados "
-#~ "o desde su cuenta de Mercado Pago."
+#~ msgid "Check the reasons why the purchase was declined"
+#~ msgstr "Consulta los motivos del rechazo de tu compra"
#~ msgid ""
-#~ "Accept card payments on your website with the best possible financing and "
-#~ "maximize the conversion of your business. With personalized checkout your "
-#~ "customers pay without leaving your store!"
+#~ "Recommend your costumer to pay with their usual payment method and device "
+#~ "for online purchases."
#~ msgstr ""
-#~ "Acepta pagos con tarjeta en tu sitio web con la mejor financiación "
-#~ "posible y maximiza la conversión de tu negocio. Con el checkout "
-#~ "personalizado tus clientes pagan ¡sin salir de tu tienda!"
-
-#~ msgid "Follow these steps to activate Mercado Pago in your store:"
-#~ msgstr "Sigue estos pasos para activar Mercado Pago en tu tienda:"
-
-#~ msgid "Upload your credentials"
-#~ msgstr "Carga tus credenciales"
-
-#~ msgid "depending on the country in which you are registered."
-#~ msgstr "depending on the country in which you are registered."
-
-#~ msgid "to be able to charge."
-#~ msgstr "para poder cobrar."
-
-#~ msgid "Add the basic information of your business"
-#~ msgstr "Añade la información básica de tu negocio"
-
-#~ msgid "in the plugin configuration."
-#~ msgstr "en la configuración del plugin."
-
-#~ msgid "Configure the payment preferences"
-#~ msgstr "Configura las preferencias de pago"
-
-#~ msgid "In which country does your Mercado Pago account operate?"
-#~ msgstr "¿En qué país opera tu cuenta de Mercado Pago?"
+#~ "Recomiéndale a tu cliente que pague con el medio de pago y dispositivo "
+#~ "que suele usar para compras online."
#~ msgid ""
-#~ "Add credentials to "Test Mode" or "Production Mode""
+#~ "The payment could not be processed. Please ask your client to use another "
+#~ "card or to get in touch with the bank."
#~ msgstr ""
-#~ "Ingresa las credenciales para el "Modo Test" o el "Modo "
-#~ "Producción""
-
-#~ msgid "Set up store payments for Test or Production Mode"
-#~ msgstr "Configura los pagos de la tienda para el modo Test o Producción"
-
-#~ msgid "How would you like to handle your store checkouts?"
-#~ msgstr "¿Como quieres operar los checkouts de tu tienda?"
-
-#~ msgid "Activate Production Mode for Mercado Pago checkouts"
-#~ msgstr "Activar Modo Producción para checkouts Mercado Pago"
-
-#~ msgid "test mode guidelines."
-#~ msgstr "reglas del Modo Test."
+#~ "El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
+#~ "medio de pago o que se contacte con el banco."
#~ msgid ""
-#~ "Mercado Pago checkouts are inactive for real payments in the Test Mode. "
-#~ "Please check the"
+#~ "The CVV is invalid. Please ask your client to review the details or use "
+#~ "another card."
#~ msgstr ""
-#~ "Checkouts Mercado Pago están inactivos para cobros reales en el Modo de "
-#~ "Prueba. Consulta las"
-
-#~ msgid "Search my credentials"
-#~ msgstr "Buscar mis credenciales"
+#~ "El código de seguridad de la tarjeta es inválido. Revisá los datos que "
+#~ "ingresaste o pedile a tu cliente que use otra tarjeta."
#~ msgid ""
-#~ "With these credentials, you enable your Mercado Pago checkouts to receive "
-#~ "real payments."
+#~ "The card does not have sufficient balance. Please ask your client to use "
+#~ "another card or to get in touch with the bank."
#~ msgstr ""
-#~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
-#~ "recibir pagos reales."
+#~ "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
+#~ "tarjeta o que se comunique con su banco."
#~ msgid ""
-#~ "What category do your products belong to? Choose the one that best "
-#~ "characterizes them (choose \"other\" if your product is too specific)."
+#~ "The card does not have enough limit. Please ask your client to use "
+#~ "another card or to get in touch with the bank."
#~ msgstr ""
-#~ "¿A qué categoría pertenecen tus productos? Elige la que mejor los "
-#~ "caracteriza (elige “otro” si tu producto es demasiado específico)."
-
-#~ msgid "Categories"
-#~ msgstr "Categrorías"
-
-#~ msgid "Store ID"
-#~ msgstr "ID de la tienda"
+#~ "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
+#~ "tarjeta o que se comunique con su banco."
#~ msgid ""
-#~ "Use a number or prefix to identify orders and payments from this store."
+#~ "The CVV was entered incorrectly several times. Please ask your client to "
+#~ "use another card or to get in touch with the bank."
#~ msgstr ""
-#~ "Usa un número o prefijo para identificar pedidos y pagos provenientes de "
-#~ "esta tienda."
+#~ "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile "
+#~ "a tu cliente que use otra tarjeta o que se comunique con su banco."
#~ msgid ""
-#~ "Do not forget to enter your integrator_id as a certified Mercado Pago "
-#~ "Partner. If you don`t have it, you can %s"
+#~ "The card does not allow the number of installments entered. Please ask "
+#~ "your client to choose another installment plan or to use another card."
#~ msgstr ""
-#~ "No olvides ingresar tu integrator_id como Partner certificado de Mercado "
-#~ "Pago. Si no lo tienes, puedes %s"
-
-#~ msgid "Advanced adjustment"
-#~ msgstr "Ajustes avanzados"
-
-#~ msgid "We debug the information in our change file."
-#~ msgstr "Depuramos la información de nuestro archivo de cambios."
+#~ "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu "
+#~ "cliente que elija otro plan de cuotas o que use otra tarjeta."
#~ msgid ""
-#~ "IPN (Instant Payment Notification) is a notification of events that take "
-#~ "place on your platform and that is sent from one server to another "
-#~ "through an HTTP POST call. See more information in our guides."
+#~ "The card-issuing bank declined the payment. Please instruct your client "
+#~ "to ask the bank to authotize it or to use another card."
#~ msgstr ""
-#~ "IPN (Instant Payment Notification) es una notificación de eventos que "
-#~ "tienen lugar en su plataforma y que se envía de un servidor a otro a "
-#~ "través de una llamada HTTP POST. Vea más información en nuestras guías."
+#~ "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente "
+#~ "que se contacte con el banco para autorizarlo o que use otra tarjeta."
#~ msgid ""
-#~ "It appears that your credentials are not properly configured. Please, "
-#~ "go to %s and configure it."
+#~ "From Mercado Pago we have detected that this payment has already been "
+#~ "made before. If that is not the case, your client may try to pay again."
#~ msgstr ""
-#~ "Parece que sus credenciales no están configuradas correctamente. Por "
-#~ "favor, vaya a %s y configúrelo."
-
-#~ msgid "Market Payment Configuration"
-#~ msgstr "Mercado Pago Configuración"
+#~ "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si "
+#~ "no es así, tu cliente puede intentarlo de nuevo."
#~ msgid ""
-#~ "Check out the step-by-step of how to integrate the Mercado Pago Plugin "
-#~ "for WooCommerce in our developer website."
-#~ msgstr ""
-#~ "Revisa el paso a paso de cómo integrar el Plugin de Mercado Pago para "
-#~ "WooCommerce en nuestro sitio de desarrolladores."
-
-#~ msgid "Review documentation"
-#~ msgstr "Revisar documentación"
-
-#~ msgid "Still having problems? Contact our support team through their %s"
+#~ "The card is not active yet. Please ask your client to use another card or "
+#~ "to get in touch with the bank to activate it."
#~ msgstr ""
-#~ "¿Sigues con problemas? Comunícate con nuestro equipo de soporte a través "
-#~ "de su %s"
-
-#~ msgid "contact form."
-#~ msgstr "formulario de contacto."
-
-#~ msgid "Set up your interest payments"
-#~ msgstr "Configura pagos"
-
-#~ msgid "Set up your installment and interest payments"
-#~ msgstr "Configura meses sin intereses"
-
-#~ msgid "At Mercado Pago you can choose the fee you pay for each purchase"
-#~ msgstr "En Mercado Pago puedes elegir la tarifa que pagas en cada venta"
+#~ "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra "
+#~ "tarjeta o que se comunique con su banco para activarla."
#~ msgid ""
-#~ "At Mercado Pago you can choose the fee you pay for each purchase and also "
-#~ "offer interest-free installments to your customer."
+#~ "The debit function is not enabled for the card. Please tell your client "
+#~ "that it is possible to pay with credit or to use another one."
#~ msgstr ""
-#~ "En Mercado Pago puedes elegir la tarifa que pagas en cada compra y "
-#~ "también ofrecer meses sin intereses a tu cliente."
-
-#~ msgid "Set up interest payments"
-#~ msgstr "Configurar tasas y plazos"
-
-#~ msgid "Set up installment and interest"
-#~ msgstr "Configurar cuotas e intereses"
+#~ "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
+#~ "puede pagar con la función débito de la misma tarjeta o pídele que use "
+#~ "otra."
#~ msgid ""
-#~ "Test Mode Activated? Now visit your store and test the Mercado Pago "
-#~ "checkouts"
+#~ "The credit function is not enabled for the card. Please tell your client "
+#~ "that it is possible to pay with debit or to use another one."
#~ msgstr ""
-#~ "¿Modo Test activado? Ahora visita tu tienda y testea los checkouts "
-#~ "Mercado Pago"
-
-#~ msgid "Everything ready for the takeoff of your sales?"
-#~ msgstr "¿Todo listo para el despegue de tus ventas?"
+#~ "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente "
+#~ "que puede pagar con la función débito de la misma tarjeta o pídele que "
+#~ "use otra."
#~ msgid ""
-#~ "Visit your store as usual and simulate a payment in our checkouts to make "
-#~ "sure everything is working correctly."
+#~ "The card-issuing bank declined the payment. Please instruct your client "
+#~ "to ask the bank to authorize it."
#~ msgstr ""
-#~ "Visita tu tienda normalmente y simula un pago en nuestros checkouts para "
-#~ "verificar que todo esté funcionando correctamente."
+#~ "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
+#~ "comunique con el banco para autorizar el pago."
#~ msgid ""
-#~ "Visit your store as if you were one of your customers and check that "
-#~ "everything is fine. If you already went to Production, bring your "
-#~ "customers and increase your sales with the best online shopping "
-#~ "experience."
+#~ "The buyer does not have enough balance to make the purchase. Please ask "
+#~ "your client to deposit money to the Mercado Pago Account or to use a "
+#~ "different payment method."
#~ msgstr ""
-#~ "Visita tu tienda como si fueras uno de tus clientes y revisa que todo "
-#~ "esté bien. Si ya saliste a Producción, trae a tus clientes y aumenta "
-#~ "tus ventas con la mejor experiencia de compra online."
-
-#~ msgid "%s"
-#~ msgstr "%s"
+#~ "El cliente no tiene suficiente saldo en la cuenta para realizar la "
+#~ "compra. Pídele a tu cliente que cargue saldo en Mercado Pago o que use "
+#~ "otro medio de pago."
-#~ msgid "Your store is ready to receive payments from customers."
-#~ msgstr "Tu tienda está lista para recibir pagos de clientes."
+#~ msgid "There was an error"
+#~ msgstr "Hubo un error"
-#~ msgid ""
-#~ "Your customers will not be able to make purchases while in Test Mode."
-#~ msgstr "Los clientes no podrán hacer compras en Modo Test."
+#~ msgid "to BRL"
+#~ msgstr "a BRL"
-#~ msgid ""
-#~ "Accept payments via Pix Transfer and receive the funds instantly. Your "
-#~ "customers can pay at any time, without date or time restrictions."
-#~ msgstr ""
-#~ "Acepta pagos a través de transferencia Pix y recibe los fondos al "
-#~ "instante. Tus clientes pueden pagar en cualquier momento, sin "
-#~ "restricciones de fecha u hora."
+#~ msgid "to CLP"
+#~ msgstr "a CLP"
-#~ msgid "Pay with PIX "
-#~ msgstr "Paga vía Pix "
+#~ msgid "to COP"
+#~ msgstr "a COP"
-#~ msgid ""
-#~ "Accept cash payments within the custom checkout and expand your customers "
-#~ "purchase options."
-#~ msgstr ""
-#~ "Acepta pagos en efectivo dentro del checkout personalizado y amplía las "
-#~ "opciones de compra de tus clientes."
+#~ msgid "Now we convert your currency"
+#~ msgstr "Ahora convertimos tu moneda"
-#~ msgid "Pay with cash"
-#~ msgstr "Paga con dinero en efectivo"
+#~ msgid "We no longer convert your currency"
+#~ msgstr "Dejamos de convertir tu moneda"
-#~ msgid "Enter your credentials and choose how to operate"
-#~ msgstr "Ingresa tus credenciales y elige cómo operar"
+#~ msgid "Payment method"
+#~ msgstr "Medios de pagos"
-#~ msgid ""
-#~ "By default, we activate the Sandbox test environment for you to test "
-#~ "before you start selling."
-#~ msgstr ""
-#~ "Por defecto, te activamos el entorno de pruebas Sandbox para que hagas "
-#~ "testeos antes de empezar a vender."
+#~ msgid "Discount coupons is"
+#~ msgstr "Cupones de descuento están"
-#~ msgid "Production Mode"
-#~ msgstr "Modo Producción"
+#~ msgid "Discount coupons"
+#~ msgstr "Cupones de descuento"
#~ msgid ""
-#~ "When you see that everything is going well, deactivate Sandbox, turn on "
-#~ "Production and make way for your online sales."
+#~ "Will you offer discount coupons to customers who buy with Mercado Pago?"
#~ msgstr ""
-#~ "Cuando veas que todo va bien, desactiva Sandbox para ir a Producción y "
-#~ "abre paso a tus ventas online."
+#~ "¿Ofrecerás cupones de descuento a los clientes que compren con Mercado "
+#~ "Pago?"
-#~ msgid ""
-#~ "Choose “Yes” only when you’re ready to sell. Switch to “No” to activate "
-#~ "Testing mode."
-#~ msgstr ""
-#~ "Elige “Sí” sólo cuando estés listo para vender. Cambia a “No” para "
-#~ "activar el modo Pruebas."
+#~ msgid "Your document data is invalid"
+#~ msgstr "Número de documento inválido"
-#~ msgid "With these keys you can do the tests you want.."
-#~ msgstr "Con estas claves podrás hacer las pruebas que quieras."
+#~ msgid "Title in the checkout"
+#~ msgstr "Título en el checkout"
-#~ msgid "With these keys you can receive real payments from your customers."
-#~ msgstr "Con estas claves podrás recibir pagos reales de tus clientes."
+#, fuzzy
+#~| msgid "Payment URL pending"
+#~ msgid "Payment URL"
+#~ msgstr "URL de pago pendiente"
-#~ msgid "Everything set up? Go to your store in Sandbox mode"
-#~ msgstr "¿Todo configurado? Ve a tu tienda en modo Sandbox"
+#, fuzzy
+#~| msgid "The transparent checkout for Pix payment is"
+#~ msgid "Transparent checkout for credit cards is"
+#~ msgstr "El Checkout Transparente está"
+#, fuzzy
+#~| msgid ""
+#~| "By disabling it, you will disable all Pix payments from Mercado Pago "
+#~| "Transparent Checkout."
#~ msgid ""
-#~ "Visit your store and simulate a payment to check that everything is fine."
-#~ msgstr "Visita tu tienda y simula un pago para revisar que todo esté bien."
-
-#~ msgid "I want to test my sales"
-#~ msgstr "Quiero testear mis ventas"
-
-#~ msgid "Payment refused"
-#~ msgstr "Pago rechazado"
-
-#~ msgid "Physical person"
-#~ msgstr "Persona Física"
-
-#~ msgid "Legal person"
-#~ msgstr "Persona Jurídica"
-
-#~ msgid "Name"
-#~ msgstr "Nome"
-
-#~ msgid "Social reason"
-#~ msgstr "Razón social"
-
-#~ msgid "Surname"
-#~ msgstr "Apellido"
-
-#~ msgid "You must inform your last name"
-#~ msgstr "Debes informar tu apellido"
-
-#~ msgid "CPF"
-#~ msgstr "CPF"
-
-#~ msgid "Address"
-#~ msgstr "Dirección"
-
-#~ msgid "You must inform your address"
-#~ msgstr "Debes informar tu dirección"
-
-#~ msgid "Number"
-#~ msgstr "Número"
-
-#~ msgid "You must provide your address number"
-#~ msgstr "Debe informar su número de dirección"
-
-#~ msgid "City"
-#~ msgstr "Ciudad"
-
-#~ msgid "You must inform your city"
-#~ msgstr "Debes informar a tu ciudad"
-
-#~ msgid "State"
-#~ msgstr "Estado"
-
-#~ msgid "You must inform your status"
-#~ msgstr "Debes informar a tu estado"
-
-#~ msgid "Postal Code"
-#~ msgstr "Código postal"
-
-#~ msgid "You must provide your zip code"
-#~ msgstr "Debes informar tu código postal"
-
-#~ msgid "See the reasons for refusing your purchase."
-#~ msgstr "Vea las razones para rechazar su compra."
-
-#~ msgid "30 minutes"
-#~ msgstr "30 minutos"
-
-#~ msgid "New"
-#~ msgstr "Nuevo"
-
-#~ msgid " day"
-#~ msgstr " día"
-
-#~ msgid "Description for cart Checkout"
-#~ msgstr "Descripción para el Checkout en el carrito"
+#~ "By disabling it, you will disable all payment methods of this checkout."
+#~ msgstr ""
+#~ "Al desactivar, desabilitarás todos los medios de pago con tarjeta de "
+#~ "crédito en el Checkout Transparente de Mercado Pago."
+#, fuzzy
+#~| msgid ""
+#~| "By confirming your purchase, we will show you a code to make the payment."
#~ msgid ""
-#~ "Configure the payment options and accept payments with cards, ticket and "
-#~ "money of Mercado Pago account."
+#~ "By confirming your purchase, you will be redirected to your Mercado Pago "
+#~ "account."
#~ msgstr ""
-#~ "Configura las opciones de pago a tu medida y acepta pagos con tarjetas, "
-#~ "dinero en efectivo y dinero en cuenta de Mercado Pago."
-
-#~ msgid "https://developers.mercadopago.com/"
-#~ msgstr "https://developers.mercadopago.com/"
-
-#~ msgid "https://github.com/mercadopago/cart-woocommerce"
-#~ msgstr "https://github.com/mercadopago/cart-woocommerce"
+#~ "Al confirmar tu compra, te mostraremos un código para realizar el pago."
diff --git a/i18n/languages/woocommerce-mercadopago-es_MX.mo b/i18n/languages/woocommerce-mercadopago-es_MX.mo
index be9f33e1a..b1f7a85d9 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 9f270518d..600408cd4 100644
--- a/i18n/languages/woocommerce-mercadopago-es_MX.po
+++ b/i18n/languages/woocommerce-mercadopago-es_MX.po
@@ -1,85 +1,54 @@
+# Copyright (C) 2022 woocommerce-mercadopago
+# This file is distributed under the same license as the woocommerce-mercadopago package.
msgid ""
msgstr ""
-"Project-Id-Version: Mercado Pago payments for WooCommerce 6.0.0\n"
+"Project-Id-Version: Mercado Pago payments for WooCommerce\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
"mercadopago\n"
-"POT-Creation-Date: 2023-05-16 21:36+0000\n"
+"POT-Creation-Date: 2024-04-10 14:38+0000\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
-"Language: es_ES\n"
+"Language: es_AR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 3.3.1\n"
+"X-Generator: Poedit 3.4.2\n"
-#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:141,
-#: ../../includes/module/class-wc-woomercadopago-module.php:352
-msgid "By continuing, you agree to our "
-msgstr "Al continuar, aceptas nuestros "
-
-#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:143,
-#: ../../includes/module/class-wc-woomercadopago-module.php:354
-msgid "Terms and Conditions"
-msgstr "Términos y condiciones"
-
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92
-msgid ""
-"Activate this option so that the value of the currency set in WooCommerce is "
-"compatible with the value of the currency you use in Mercado Pago."
-msgstr ""
-"Activa esta opción para que el valor de la moneda configurada en WooCommerce "
-"sea compatible al valor de la moneda que usas en Mercado Pago."
-
-#. translators: 1: local currency 2: currency
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478
-msgid "Now we convert your currency from %1$s to %2$s."
-msgstr "Ahora convertimos tu moneda de %1$s a %2$s."
-
-#. translators: 1: local currency 2: currency
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498
-msgid "We no longer convert your currency from %1$s to %2$s."
-msgstr "Dejamos de convertir tu moneda de %1$s a %2$s."
+#: ../../src/WoocommerceMercadoPago.php:463,
+#: ../../src/Translations/AdminTranslations.php:172
+msgid "Activate WooCommerce"
+msgstr "Activar WooCommerce"
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519
-msgid ""
-"Attention: The currency settings you have in WooCommerce are not "
-"compatible with the currency you use in your Mercado Pago account. Please "
-"activate the currency conversion."
-msgstr ""
-"Atención: La configuración de moneda que tienes en WooCommerce no es "
-"compatible con la moneda que usas en tu cuenta de Mercado Pago. Activa la "
-"conversión de moneda."
+#: ../../src/WoocommerceMercadoPago.php:464,
+#: ../../src/Translations/AdminTranslations.php:173
+msgid "Install WooCommerce"
+msgstr "Instalar WooCommerce"
-#: ../../includes/module/class-wc-woomercadopago-configs.php:125
-msgid ""
-"Update your credentials with the Access Token and Public Key, you need them "
-"to continue receiving payments!"
-msgstr ""
-"Actualice sus credenciales con el Access Token y la Public Key, ¡los "
-"necesita para continuar recibiendo pagos!"
+#: ../../src/WoocommerceMercadoPago.php:465,
+#: ../../src/Translations/AdminTranslations.php:174
+msgid "See WooCommerce"
+msgstr "Ver WooCommerce"
-#: ../../includes/module/class-wc-woomercadopago-configs.php:134
-msgid ""
-"The store should have HTTPS in order to activate both Checkout Personalizado "
-"and Ticket Checkout."
+#: ../../src/WoocommerceMercadoPago.php:467,
+#: ../../src/Translations/AdminTranslations.php:163
+msgid "The Mercado Pago module needs an active version of %s in order to work!"
msgstr ""
-"La tienda debe tener HTTPS para activar el Checkout Personalizado y el "
-"Ticket Checkout."
+"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
-#: ../../includes/module/class-wc-woomercadopago-init.php:52
+#: ../../src/Translations/AdminTranslations.php:169
msgid ""
-"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
+"Mercado Pago payments for WooCommerce requires PHP version 7.4 or later. "
"Please update your PHP version."
msgstr ""
-"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
+"El plugin de Mercado Pago requiere la versión de PHP 7.4 o posterior. Por "
"favor actualice su versión de PHP."
-#: ../../includes/module/class-wc-woomercadopago-init.php:61
+#: ../../src/Translations/AdminTranslations.php:170
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
-#: ../../includes/module/class-wc-woomercadopago-init.php:70
+#: ../../src/Translations/AdminTranslations.php:171
msgid ""
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
"extension is required to send QR Code Pix by email."
@@ -88,493 +57,962 @@ msgstr ""
"necesaria la instalación de la extensión GD para enviar el QR Code Pix por "
"correo electrónico."
-#. translators: %s link to WooCommerce
-#: ../../includes/module/class-wc-woomercadopago-init.php:82
-msgid "The Mercado Pago module needs an active version of %s in order to work!"
+#: ../../src/Translations/AdminTranslations.php:175
+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 ""
-"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
-
-#: ../../includes/module/class-wc-woomercadopago-init.php:95
-msgid "Cancel order"
-msgstr "Cancelar orden"
-
-#: ../../includes/module/class-wc-woomercadopago-init.php:177
-msgid "The Mercado Pago module needs the SDK package to work!"
-msgstr "¡El módulo de Mercado Pago necesita el SDK para funcionar!"
+"Ten en cuenta que para recibir pagos a través de Pix en nuestro checkout, "
+"debes tener una clave Pix registrada en tu cuenta de Mercado Pago."
-#: ../../includes/module/class-wc-woomercadopago-module.php:368
-msgid "The payment method is not valid or not available."
-msgstr "El medio de pago no es válido o no está disponible."
+#: ../../src/Translations/AdminTranslations.php:176
+msgid "Register your Pix key at Mercado Pago."
+msgstr "Registra tu clave Pix en Mercado Pago."
-#: ../../includes/module/class-wc-woomercadopago-module.php:371
-msgid "The transaction amount cannot be processed by Mercado Pago."
-msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:177
+msgid "%s, help us improve the experience we offer"
+msgstr "%s, ayúdanos a mejorar nuestra experiencia"
-#: ../../includes/module/class-wc-woomercadopago-module.php:371
+#: ../../src/Translations/AdminTranslations.php:178
msgid ""
-"Possible causes: Currency not supported; Amounts below the minimum or above "
-"the maximum allowed."
+"Share your opinion with us so that we improve our product and offer the best "
+"payment solution."
msgstr ""
-"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
-"encima del máximo permitido."
+"Comparte tu opinión con nosotros para poder mejorar nuestro producto y "
+"ofrecerte la mejor solución de pagos."
+
+#: ../../src/Translations/AdminTranslations.php:179
+msgid "Rate the plugin"
+msgstr "Valorar el plugin"
-#: ../../includes/module/class-wc-woomercadopago-module.php:374
-msgid "The users are not valid."
-msgstr "Los usuários no son válidos."
+#: ../../src/Translations/AdminTranslations.php:180
+msgid "Enable payments via Mercado Pago account"
+msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../includes/module/class-wc-woomercadopago-module.php:374
+#: ../../src/Translations/AdminTranslations.php:181
msgid ""
-"Possible causes: Buyer and seller have the same account in Mercado Pago; The "
-"transaction involving production and test users."
+"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 ""
-"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
-"Pago; La transacción involucrando usuários de producción y de prueba."
+"Con esta función activa, tus clientes pagan más rápido usando su cuenta de "
+"Mercado Pago.La tasa de aprobación de estos pagos en tu tienda puede "
+"ser un 25% mayor en comparación con otros medios de pago."
-#: ../../includes/module/class-wc-woomercadopago-module.php:377
-msgid "Unauthorized use of production credentials."
-msgstr "Uso no autorizado de credenciales de producción."
+#: ../../src/Translations/AdminTranslations.php:182
+msgid "Activate"
+msgstr "Activar"
-#: ../../includes/module/class-wc-woomercadopago-module.php:377
+#: ../../src/Translations/AdminTranslations.php:183
msgid ""
-"Possible causes: Use permission in use for the credential of the seller."
+"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 ""
-"Posibles causas: Pendencia de permiso de uso en producción para la "
-"credencial del vendedor."
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:503
-msgid "Colombia"
-msgstr "Colombia"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:505
-msgid "Argentina"
-msgstr "Argentina"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:507
-msgid "Brazil"
-msgstr "Brasil"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:509
-msgid "Chile"
-msgstr "Chile"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:511
-msgid "Mexico"
-msgstr "México"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:513
-msgid "Uruguay"
-msgstr "Uruguay"
-#: ../../includes/module/class-wc-woomercadopago-module.php:515
-msgid "Venezuela"
-msgstr "Venezuela"
+#: ../../src/Translations/AdminTranslations.php:184
+msgid "You activated Mercado Pago’s plug-in"
+msgstr "Activaste el plugin de Mercado Pago"
-#: ../../includes/module/class-wc-woomercadopago-module.php:517
-msgid "Peru"
-msgstr "Peru"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:551
-msgid "Update the WooCommerce order to "
-msgstr "Actualizar la orden de WooCommerce para "
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:821,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:583
-msgid "Fill in your credentials to enable payment methods."
-msgstr "Completa tus credenciales para habilitar los medios de pago."
+#: ../../src/Translations/AdminTranslations.php:185
+msgid ""
+"Follow the instructions below to integrate your store with Mercado Pago and "
+"start to sell."
+msgstr ""
+"Sigue las instrucciones de abajo para integrar tu tienda con Mercado Pago y "
+"empezar a vender."
-#: ../../includes/module/class-wc-woomercadopago-module.php:837
+#: ../../src/Translations/AdminTranslations.php:197
msgid "Set plugin"
msgstr "Configurar plugin"
-#: ../../includes/module/class-wc-woomercadopago-module.php:838,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293
+#: ../../src/Translations/AdminTranslations.php:198,
+#: ../../src/Translations/AdminTranslations.php:738,
+#: ../../src/Translations/AdminTranslations.php:798
msgid "Payment methods"
msgstr "Medios de pagos"
-#: ../../includes/module/class-wc-woomercadopago-module.php:839,
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220
+#: ../../src/Translations/AdminTranslations.php:199
msgid "Plugin manual"
msgstr "Manual del plugin"
-#: ../../includes/module/class-wc-woomercadopago-module.php:938
-msgid "By Mercado Pago"
-msgstr "Por Mercado Pago"
-
-#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:109,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:171,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:140,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:189,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:167
-msgid "Buyer email"
-msgstr "Email del comprador"
+#: ../../src/Translations/AdminTranslations.php:211
+msgid "Cancel order"
+msgstr "Cancelar orden"
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:35
-msgid "No ID or TOPIC param in Request IPN"
-msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN"
+#: ../../src/Translations/AdminTranslations.php:212
+msgid "Mercado Pago commission:"
+msgstr "Comisión de Mercado Pago:"
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:39
-msgid ""
-"Discarded notification. This notification is already processed as webhook-"
-"payment."
-msgstr ""
-"Notificación ignorada. Esta notificación se procesa como webhook-payment."
+#: ../../src/Translations/AdminTranslations.php:213
+msgid "Represents the commission configured on plugin settings."
+msgstr "Representa la comisión configurada en la configuración del plugin."
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:54
-msgid "IPN merchant_order not found"
-msgstr "No se ha encontrado la IPN de `merchant_order`"
+#: ../../src/Translations/AdminTranslations.php:214
+msgid "Mercado Pago discount:"
+msgstr "Descuento de Mercado Pago:"
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:60
-msgid "Not found Payments into Merchant_Order"
-msgstr "No se han encontrado pagos en Merchant_Order"
+#: ../../src/Translations/AdminTranslations.php:215
+msgid "Represents the discount configured on plugin settings."
+msgstr "Representa el descuento configurado en la configuración del plugin."
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:174,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:143,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:192,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:170
-msgid "Payment type"
-msgstr "Tipo de método de pago"
+#: ../../src/Translations/AdminTranslations.php:216
+msgid "Represents the installment fee charged by Mercado Pago."
+msgstr "Representa la comisión a plazos cobrada por Mercado Pago."
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:177,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:146,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:195,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:173
-msgid "Payment method"
-msgstr "Método de pago"
+#: ../../src/Translations/AdminTranslations.php:217
+msgid "Mercado Pago Installment Fee:"
+msgstr "Cuota de Mercado Pago:"
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:39
+#: ../../src/Translations/AdminTranslations.php:218
msgid ""
-"Please enter your email address at the billing address to use this service"
+"Represents the total purchase plus the installment fee charged by Mercado "
+"Pago."
msgstr ""
-"Por favor, introduzca su email en la dirección de facturación para utilizar "
-"este servicio"
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:42,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:277
-msgid "Checkout Pro"
-msgstr "Checkout Pro"
+"Representa el total de la compra más la comisión de fraccionamiento cobrada "
+"por Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:43
-msgid "Debit, Credit and invoice in Mercado Pago environment"
-msgstr "Débito, crédito y efectivo, en Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:219
+msgid "Mercado Pago Total:"
+msgstr "Mercado Pago Total:"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51
-msgid "Mercado Pago - Checkout Pro"
-msgstr "Mercado Pago - Checkout Pro"
+#: ../../src/Translations/AdminTranslations.php:232
+msgid "Accept"
+msgstr "Acepta"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:53
-msgid "Your saved cards or money in Mercado Pago"
-msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:233
+msgid "payments"
+msgstr "pagos"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164
-msgid "Maximum number of installments"
-msgstr "Máximo de cuotas"
+#: ../../src/Translations/AdminTranslations.php:234
+msgid "safely"
+msgstr "de forma"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166
-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:235
+msgid "with"
+msgstr "segura con"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169
-msgid "1 installment"
-msgstr "1 cuota"
+#: ../../src/Translations/AdminTranslations.php:236
+msgid "Mercado Pago"
+msgstr "Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170
-msgid "2 installments"
-msgstr "2 cuotas"
+#: ../../src/Translations/AdminTranslations.php:241
+msgid "Choose"
+msgstr "Elige"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171
-msgid "3 installments"
-msgstr "3 cuotas"
+#: ../../src/Translations/AdminTranslations.php:242
+msgid "when you want to receive the money"
+msgstr "cuándo quieres recibir el dinero"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:172
-msgid "4 installments"
-msgstr "4 cuotas"
+#: ../../src/Translations/AdminTranslations.php:243
+msgid "from your sales and if you want to offer"
+msgstr "de las ventas y si quieres ofrecer"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:173
-msgid "5 installments"
-msgstr "5 cuotas"
+#: ../../src/Translations/AdminTranslations.php:244
+msgid "interest-free installments"
+msgstr "cuotas sin interés"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:174
-msgid "6 installments"
-msgstr "6 cuotas"
+#: ../../src/Translations/AdminTranslations.php:245
+msgid "to your clients."
+msgstr "a los clientes."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:175
-msgid "10 installments"
-msgstr "10 cuotas"
+#: ../../src/Translations/AdminTranslations.php:251
+msgid "SSL"
+msgstr "SSL"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176
-msgid "12 installments"
-msgstr "12 cuotas"
+#: ../../src/Translations/AdminTranslations.php:252
+msgid "Curl"
+msgstr "Curl"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:177
-msgid "15 installments"
-msgstr "15 cuotas"
+#: ../../src/Translations/AdminTranslations.php:253
+msgid "GD Extensions"
+msgstr "Extensiones GD"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178
-msgid "18 installments"
-msgstr "18 cuotas"
+#: ../../src/Translations/AdminTranslations.php:255
+msgid "Technical requirements"
+msgstr "Requisitos técnicos"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:179
-msgid "24 installments"
-msgstr "24 cuotas"
+#: ../../src/Translations/AdminTranslations.php:256
+msgid "Collections and installments"
+msgstr "Cobros y cuotas"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:256,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:153,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:915,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:203,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:197
-msgid "Enable the checkout"
-msgstr "Activar el checkout"
+#: ../../src/Translations/AdminTranslations.php:257
+msgid "More information"
+msgstr "Más información"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:257
+#: ../../src/Translations/AdminTranslations.php:258
msgid ""
-"By disabling it, you will disable all payments from Mercado Pago Checkout at "
-"Mercado Pago website by redirect."
+"Implementation responsible for transmitting data to Mercado Pago in a secure "
+"and encrypted way."
msgstr ""
-"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
-"sitio web de Mercado Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:261,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:920
-msgid "The checkout is enabled."
-msgstr "El checkout está activo."
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:262,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:921
-msgid "The checkout is disabled."
-msgstr "El checkout está inactivo."
+"Implementación responsable de transmitir los datos a Mercado Pago de forma "
+"segura y encriptada."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:281
+#: ../../src/Translations/AdminTranslations.php:259
msgid ""
-"With Checkout Pro you sell with all the safety inside Mercado Pago "
-"environment."
+"It is an extension responsible for making payments via requests from the "
+"plugin to Mercado Pago."
msgstr ""
-"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
-"Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:269
-msgid "Advanced settings"
-msgstr "Configuración Avanzada"
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:311
-msgid "Payment experience"
-msgstr "Experiencia de pago"
+"Es una extensión encargada de realizar los pagos a través de requests del "
+"plugin a Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:313
+#: ../../src/Translations/AdminTranslations.php:260
msgid ""
-"Define what payment experience your customers will have, whether inside or "
-"outside your store."
+"These extensions are responsible for the implementation and operation of Pix "
+"in your store."
msgstr ""
-"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
+"Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
"tienda."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:316
-msgid "Redirect"
-msgstr "Redirect"
+#: ../../src/Translations/AdminTranslations.php:262
+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."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:317
-msgid "Modal"
-msgstr "Modal"
+#: ../../src/Translations/AdminTranslations.php:263
+msgid "Set deadlines and fees"
+msgstr "Ajustar plazos y tasas"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:333
-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:264
+msgid "Go to documentation"
+msgstr "Ir a la documentación"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:331,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:351,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:372
-msgid "This seems to be an invalid URL."
-msgstr "Esto parece ser una URL no válida."
+#: ../../src/Translations/AdminTranslations.php:277
+msgid "Public Key"
+msgstr "Public Key"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:336
-msgid "Success URL"
-msgstr "URL de éxito"
+#: ../../src/Translations/AdminTranslations.php:278
+msgid "Access Token"
+msgstr "Access Token"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:353
-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 ""
-"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. "
-"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
-"útil para que puedan solucionarlo."
+#: ../../src/Translations/AdminTranslations.php:279
+msgid "1. Enter your credentials to integrate your store with Mercado Pago"
+msgstr "1. Ingresa tus credenciales para integrar tu tienda con Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:356
-msgid "Payment URL rejected"
-msgstr "URL de pago rechazado"
+#: ../../src/Translations/AdminTranslations.php:280
+msgid "Production credentials"
+msgstr "Credenciales de producción"
+
+#: ../../src/Translations/AdminTranslations.php:281
+msgid "Test credentials"
+msgstr "Credenciales de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:374
+#: ../../src/Translations/AdminTranslations.php:282
+msgid "To start selling, "
+msgstr "Para empezar a vender, "
+
+#: ../../src/Translations/AdminTranslations.php:283
msgid ""
-"Choose the URL that we will show to your customers when they have a payment "
-"pending approval."
+"in the fields below. If you don’t have credentials yet, you’ll have to "
+"create them from this link."
msgstr ""
-"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
-"de aprobación."
+"en los campos de abajo. Si todavía no tienes credenciales, deberás crearlas "
+"en ese mismo enlace."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:377
-msgid "Payment URL pending"
-msgstr "URL de pago pendiente"
+#: ../../src/Translations/AdminTranslations.php:284
+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."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:391
-msgid "Enable the payment methods available to your clients."
-msgstr "Habilita los medios de pago disponibles para tus clientes."
+#: ../../src/Translations/AdminTranslations.php:285
+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."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392
-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:286
+msgid "Paste your Public Key here"
+msgstr "Pega aquí tu Public Key"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:396
-msgid "Credit Cards"
-msgstr "Tarjetas de crédito"
+#: ../../src/Translations/AdminTranslations.php:287
+msgid "Paste your Access Token here"
+msgstr "Pega aquí tu Access Token"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:400
-msgid "Debit Cards"
-msgstr "Tarjetas de débito"
+#: ../../src/Translations/AdminTranslations.php:288,
+#: ../../src/Translations/AdminTranslations.php:342
+msgid "Save and continue"
+msgstr "Guardar y continuar"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404
-msgid "Other Payment Methods"
-msgstr "Otros medios"
+#: ../../src/Translations/AdminTranslations.php:289
+msgid ""
+"You have to enter your production credentials to start selling with Mercado "
+"Pago."
+msgstr ""
+"Debes ingresar tus credenciales de producción para empezar a vender con "
+"Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:454
-msgid "Return to the store"
-msgstr "Volver a la tienda"
+#: ../../src/Translations/AdminTranslations.php:290
+msgid "Enter credentials"
+msgstr "Introducir credenciales"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:455
+#: ../../src/Translations/AdminTranslations.php:291
+msgid "Activate your credentials to be able to sell"
+msgstr "Activa tus credenciales para poder vender"
+
+#: ../../src/Translations/AdminTranslations.php:292
msgid ""
-"Do you want your customer to automatically return to the store after payment?"
+"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 ""
-"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
+"Las credenciales son códigos que debes ingresar para habilitar las ventas. "
+"Vaya más abajo en Activar credenciales. En la siguiente pantalla, utilice "
+"nuevamente el botón Activar Credenciales y complete los campos con la "
+"información solicitada."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:459
-msgid "The buyer will be automatically redirected to the store."
-msgstr "El comprador será redirigido automáticamente a la tienda."
+#: ../../src/Translations/AdminTranslations.php:293
+msgid "Activate credentials"
+msgstr "Activar credenciales"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:460
-msgid "The buyer will not be automatically redirected to the store."
-msgstr "El comprador no será redirigido automáticamente a la tienda."
+#: ../../src/Translations/AdminTranslations.php:294
+msgid "copy and paste your production credentials "
+msgstr "copia y pega tus credenciales de producción "
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:485
-msgid "Available payment methods"
-msgstr "Medios de pago disponibles"
+#: ../../src/Translations/AdminTranslations.php:307
+msgid "Add the URL to receive payments notifications."
+msgstr "Ingresa la URL para recibir notificaciones de pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:535,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:521,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:426,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:411,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:698,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:418,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:404,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:434,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:419,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
-msgid "discount of"
-msgstr "descuento de"
+#: ../../src/Translations/AdminTranslations.php:308
+msgid "Find out more information in the"
+msgstr "Consulta más información en los"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:541,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:527,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:432,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:417,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:704,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:691,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:424,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:410,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:440,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176
-msgid "fee of"
-msgstr "comisión de"
+#: ../../src/Translations/AdminTranslations.php:310
+msgid "guides"
+msgstr "manuales"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:641,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:667,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:719
-msgid "Easy login"
-msgstr "Ingresa con facilidad"
+#: ../../src/Translations/AdminTranslations.php:315
+msgid ""
+"If you are a Mercado Pago Certified Partner, make sure to add your "
+"integrator_id."
+msgstr ""
+"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
+"integrator_id."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:642,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:668,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:720
-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/AdminTranslations.php:316
+msgid "If you do not have the code, please"
+msgstr "Si no tienes el código,"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:649,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:675,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:693,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:727
-msgid "Quick payments"
-msgstr "Paga rápido"
+#: ../../src/Translations/AdminTranslations.php:318
+msgid "request it now"
+msgstr "solicítalo ahora"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:650
-msgid "Use your saved cards, Pix or available balance."
-msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible."
+#: ../../src/Translations/AdminTranslations.php:322
+msgid "2. Customize your business’ information"
+msgstr "2. Personaliza la información de tu negocio"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:657,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:683
-msgid "Protected purchases"
-msgstr "Protege tu compra"
+#: ../../src/Translations/AdminTranslations.php:323
+msgid "Your store information"
+msgstr "Información sobre tu tienda"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:658,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:684
-msgid "Get your money back in case you don't receive your product."
-msgstr "Recupera tu dinero si no recibes el producto."
+#: ../../src/Translations/AdminTranslations.php:324
+msgid "Advanced integration options (optional)"
+msgstr "Opciones avanzadas de integración (opcional)"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:676
-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/AdminTranslations.php:325
+msgid "Debug and Log Mode"
+msgstr "Modo debug y log"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:694,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:728
-msgid "Use your available money or saved cards."
-msgstr "Usa tu dinero disponible o tarjetas guardadas."
+#: ../../src/Translations/AdminTranslations.php:326
+msgid ""
+"Fill out the following details to have a better experience and offer your "
+"customers more information."
+msgstr ""
+"Completa los siguientes datos para tener una mejor experiencia y ofrecerle "
+"más información a tus clientes."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:701,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:735
-msgid "Installments option"
-msgstr "Accede a cuotas"
+#: ../../src/Translations/AdminTranslations.php:327
+msgid "Name of your store in your client's invoice"
+msgstr "Nombre de tu tienda en la factura de los clientes"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702
-msgid "Pay with or without a credit card."
-msgstr "Paga con o sin tarjeta de crédito."
+#: ../../src/Translations/AdminTranslations.php:328
+msgid "Identification in Activities of Mercado Pago"
+msgstr "Identificación en Actividad de Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:709
-msgid "Reliable purchases"
-msgstr "Compra con confianza"
+#: ../../src/Translations/AdminTranslations.php:329
+msgid ""
+"For further integration of your store with Mercado Pago (IPN, Certified "
+"Partners, Debug Mode)"
+msgstr ""
+"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
+"Certificados, Modo Debug)"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710
-msgid "Get help if you have a problem with your purchase."
-msgstr "Recibe ayuda si tienes algún problema con tu compra."
+#: ../../src/Translations/AdminTranslations.php:330
+msgid "Store category"
+msgstr "Categoría de la tienda"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:736
-msgid "Interest-free installments with selected banks."
-msgstr "Cuotas sin interés con bancos seleccionados."
+#: ../../src/Translations/AdminTranslations.php:331
+msgid "URL for IPN"
+msgstr "URL para IPN"
+
+#: ../../src/Translations/AdminTranslations.php:332
+msgid "Integrator ID"
+msgstr "Integrator ID"
+
+#: ../../src/Translations/AdminTranslations.php:333
+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
+msgid "Ex: Mary's Store"
+msgstr "Ej.: Tienda de María"
+
+#: ../../src/Translations/AdminTranslations.php:335
+msgid "Ex: Mary Store"
+msgstr "Ej.: TiendaMaría"
+
+#: ../../src/Translations/AdminTranslations.php:336,
+#: ../../src/Translations/AdminTranslations.php:1253
+msgid "Select"
+msgstr "Seleccionar"
+
+#: ../../src/Translations/AdminTranslations.php:337
+msgid "Ex: https://examples.com/my-custom-ipn-url"
+msgstr "Ej.: https://examples.com/my-custom-ipn-url"
+
+#: ../../src/Translations/AdminTranslations.php:338
+msgid "Add plugin default params"
+msgstr "Agregar parámetros default del plugin"
+
+#: ../../src/Translations/AdminTranslations.php:339
+msgid "Ex: 14987126498"
+msgstr "Ej.: 14987126498"
+
+#: ../../src/Translations/AdminTranslations.php:340
+msgid "Show advanced options"
+msgstr "Ver opciones avanzadas"
+
+#: ../../src/Translations/AdminTranslations.php:341
+msgid "Hide advanced options"
+msgstr "Esconder opciones avanzadas"
+
+#: ../../src/Translations/AdminTranslations.php:343
+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
+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
+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
+msgid "request it now."
+msgstr "solicítalo ahora."
+
+#: ../../src/Translations/AdminTranslations.php:360
+msgid "3. Activate and set up payment methods"
+msgstr "3. Activa y configura los medios de pago"
+
+#: ../../src/Translations/AdminTranslations.php:361
+msgid ""
+"Select the payment method you want to appear in your store to activate and "
+"set it up."
+msgstr ""
+"Selecciona el medio de pago que quieres que aparezca en tu tienda para "
+"activarlo y configurarlo."
+
+#: ../../src/Translations/AdminTranslations.php:362
+msgid "Settings"
+msgstr "Configurar"
+
+#: ../../src/Translations/AdminTranslations.php:363
+msgid "Continue"
+msgstr "Continuar"
+
+#: ../../src/Translations/AdminTranslations.php:364
+msgid "Enabled"
+msgstr "Activado"
+
+#: ../../src/Translations/AdminTranslations.php:365
+msgid "Disabled"
+msgstr "Inactivo"
+
+#: ../../src/Translations/AdminTranslations.php:366
+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:379,
+#: ../../src/Translations/AdminTranslations.php:385
+msgid "The checkout is"
+msgstr "El checkout está"
+
+#: ../../src/Translations/AdminTranslations.php:380,
+#: ../../src/Translations/AdminTranslations.php:392,
+#: ../../src/Translations/AdminTranslations.php:508,
+#: ../../src/Translations/AdminTranslations.php:520,
+#: ../../src/Translations/AdminTranslations.php:532,
+#: ../../src/Translations/AdminTranslations.php:599,
+#: ../../src/Translations/AdminTranslations.php:611,
+#: ../../src/Translations/AdminTranslations.php:623,
+#: ../../src/Translations/AdminTranslations.php:700,
+#: ../../src/Translations/AdminTranslations.php:762,
+#: ../../src/Translations/AdminTranslations.php:822,
+#: ../../src/Translations/AdminTranslations.php:834
+msgid "enabled"
+msgstr "activo"
+
+#: ../../src/Translations/AdminTranslations.php:386,
+#: ../../src/Translations/AdminTranslations.php:398,
+#: ../../src/Translations/AdminTranslations.php:514,
+#: ../../src/Translations/AdminTranslations.php:526,
+#: ../../src/Translations/AdminTranslations.php:538,
+#: ../../src/Translations/AdminTranslations.php:605,
+#: ../../src/Translations/AdminTranslations.php:617,
+#: ../../src/Translations/AdminTranslations.php:629,
+#: ../../src/Translations/AdminTranslations.php:706,
+#: ../../src/Translations/AdminTranslations.php:768,
+#: ../../src/Translations/AdminTranslations.php:828,
+#: ../../src/Translations/AdminTranslations.php:840
+msgid "disabled"
+msgstr "inactivo"
+
+#: ../../src/Translations/AdminTranslations.php:391,
+#: ../../src/Translations/AdminTranslations.php:397,
+#: ../../src/Translations/AdminTranslations.php:519,
+#: ../../src/Translations/AdminTranslations.php:525,
+#: ../../src/Translations/AdminTranslations.php:610,
+#: ../../src/Translations/AdminTranslations.php:616,
+#: ../../src/Translations/AdminTranslations.php:699,
+#: ../../src/Translations/AdminTranslations.php:705,
+#: ../../src/Translations/AdminTranslations.php:761,
+#: ../../src/Translations/AdminTranslations.php:767,
+#: ../../src/Translations/AdminTranslations.php:833,
+#: ../../src/Translations/AdminTranslations.php:839
+msgid "Currency conversion is"
+msgstr "Conversión de moneda está"
+
+#: ../../src/Translations/AdminTranslations.php:403,
+#: ../../src/Translations/AdminTranslations.php:409
+msgid "The buyer"
+msgstr "El comprador"
+
+#: ../../src/Translations/AdminTranslations.php:404
+msgid "will be automatically redirected to the store"
+msgstr "será redirigido automáticamente a la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:410
+msgid "will not be automatically redirected to the store"
+msgstr "no será redirigido automáticamente a la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:416,
+#: ../../src/Translations/AdminTranslations.php:422,
+#: ../../src/Translations/AdminTranslations.php:634,
+#: ../../src/Translations/AdminTranslations.php:640
+msgid "Pending payments"
+msgstr "Los pagos pendientes"
+
+#: ../../src/Translations/AdminTranslations.php:417,
+#: ../../src/Translations/AdminTranslations.php:635
+msgid "will be automatically declined"
+msgstr "se rechazarán automaticamente"
+
+#: ../../src/Translations/AdminTranslations.php:423,
+#: ../../src/Translations/AdminTranslations.php:641
+msgid "will not be automatically declined"
+msgstr "no se rechazarán automaticamente"
+
+#: ../../src/Translations/AdminTranslations.php:427,
+#: ../../src/Translations/AdminTranslations.php:442
+msgid "Your saved cards or money available in Mercado Pago"
+msgstr "Medios de pago disponibles en Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:428,
+#: ../../src/Translations/AdminTranslations.php:430
+msgid "Your clients finalize their payments in Mercado Pago."
+msgstr "Tus clientes finalizan sus pagos en Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:429
+msgid "Mercado Pago - Checkout Pro"
+msgstr "Mercado Pago - Checkout Pro"
+
+#: ../../src/Translations/AdminTranslations.php:431
+msgid "Checkout Pro"
+msgstr "Checkout Pro"
+
+#: ../../src/Translations/AdminTranslations.php:432
+msgid ""
+"With Checkout Pro you sell with all the safety inside Mercado Pago "
+"environment."
+msgstr ""
+"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
+"Pago."
+
+#: ../../src/Translations/AdminTranslations.php:433,
+#: ../../src/Translations/AdminTranslations.php:548,
+#: ../../src/Translations/AdminTranslations.php:715,
+#: ../../src/Translations/AdminTranslations.php:777,
+#: ../../src/Translations/AdminTranslations.php:858
+msgid "Mercado Pago plugin general settings"
+msgstr "Configuraciones generales del plugin de Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:434,
+#: ../../src/Translations/AdminTranslations.php:549,
+#: ../../src/Translations/AdminTranslations.php:652,
+#: ../../src/Translations/AdminTranslations.php:716,
+#: ../../src/Translations/AdminTranslations.php:778,
+#: ../../src/Translations/AdminTranslations.php:859
+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:435,
+#: ../../src/Translations/AdminTranslations.php:550,
+#: ../../src/Translations/AdminTranslations.php:653,
+#: ../../src/Translations/AdminTranslations.php:717,
+#: ../../src/Translations/AdminTranslations.php:779,
+#: ../../src/Translations/AdminTranslations.php:860
+msgid "Go to Settings"
+msgstr "Ir a Configuraciones"
+
+#: ../../src/Translations/AdminTranslations.php:436,
+#: ../../src/Translations/AdminTranslations.php:654,
+#: ../../src/Translations/AdminTranslations.php:861
+msgid "Enable the checkout"
+msgstr "Activar el checkout"
+
+#: ../../src/Translations/AdminTranslations.php:437
+msgid ""
+"By disabling it, you will disable all payments from Mercado Pago Checkout at "
+"Mercado Pago website by redirect."
+msgstr ""
+"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
+"sitio web de Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:440,
+#: ../../src/Translations/AdminTranslations.php:559,
+#: ../../src/Translations/AdminTranslations.php:658,
+#: ../../src/Translations/AdminTranslations.php:722,
+#: ../../src/Translations/AdminTranslations.php:784,
+#: ../../src/Translations/AdminTranslations.php:865
+msgid "Title in the store Checkout"
+msgstr "Título en el checkout de la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:441,
+#: ../../src/Translations/AdminTranslations.php:659,
+#: ../../src/Translations/AdminTranslations.php:723,
+#: ../../src/Translations/AdminTranslations.php:785,
+#: ../../src/Translations/AdminTranslations.php:866
+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:443,
+#: ../../src/Translations/AdminTranslations.php:562,
+#: ../../src/Translations/AdminTranslations.php:661,
+#: ../../src/Translations/AdminTranslations.php:725,
+#: ../../src/Translations/AdminTranslations.php:787,
+#: ../../src/Translations/AdminTranslations.php:868
+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:444,
+#: ../../src/Translations/AdminTranslations.php:563,
+#: ../../src/Translations/AdminTranslations.php:665,
+#: ../../src/Translations/AdminTranslations.php:726,
+#: ../../src/Translations/AdminTranslations.php:788,
+#: ../../src/Translations/AdminTranslations.php:882
+msgid "Convert Currency"
+msgstr "Convertir moneda"
+
+#: ../../src/Translations/AdminTranslations.php:445,
+#: ../../src/Translations/AdminTranslations.php:564,
+#: ../../src/Translations/AdminTranslations.php:666,
+#: ../../src/Translations/AdminTranslations.php:727,
+#: ../../src/Translations/AdminTranslations.php:789,
+#: ../../src/Translations/AdminTranslations.php:883
+msgid ""
+"Activate this option so that the value of the currency set in WooCommerce is "
+"compatible with the value of the currency you use in Mercado Pago."
+msgstr ""
+"Activa esta opción para que el valor de la moneda configurada en WooCommerce "
+"sea compatible al valor de la moneda que usas en Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:448
+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:449
+msgid "Enable the payment methods available to your clients."
+msgstr "Habilita los medios de pago disponibles para tus clientes."
+
+#: ../../src/Translations/AdminTranslations.php:450
+msgid "Credit Cards"
+msgstr "Tarjetas de crédito"
+
+#: ../../src/Translations/AdminTranslations.php:451
+msgid "Debit Cards"
+msgstr "Tarjetas de débito"
+
+#: ../../src/Translations/AdminTranslations.php:452
+msgid "Other Payment Methods"
+msgstr "Otros medios"
+
+#: ../../src/Translations/AdminTranslations.php:453
+msgid "Maximum number of installments"
+msgstr "Máximo de cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:454
+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:455
+msgid "1 installment"
+msgstr "1 cuota"
+
+#: ../../src/Translations/AdminTranslations.php:456
+msgid "2 installments"
+msgstr "2 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:457
+msgid "3 installments"
+msgstr "3 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:458
+msgid "4 installments"
+msgstr "4 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:459
+msgid "5 installments"
+msgstr "5 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:460
+msgid "6 installments"
+msgstr "6 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:461
+msgid "10 installments"
+msgstr "10 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:462
+msgid "12 installments"
+msgstr "12 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:463
+msgid "15 installments"
+msgstr "15 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:464
+msgid "18 installments"
+msgstr "18 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:465
+msgid "24 installments"
+msgstr "24 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:466,
+#: ../../src/Translations/AdminTranslations.php:577
+msgid "Advanced settings"
+msgstr "Configuración Avanzada"
+
+#: ../../src/Translations/AdminTranslations.php:467,
+#: ../../src/Translations/AdminTranslations.php:578,
+#: ../../src/Translations/AdminTranslations.php:675,
+#: ../../src/Translations/AdminTranslations.php:733,
+#: ../../src/Translations/AdminTranslations.php:793,
+#: ../../src/Translations/AdminTranslations.php:890
+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:468
+msgid "Payment experience"
+msgstr "Experiencia de pago"
+
+#: ../../src/Translations/AdminTranslations.php:469
+msgid ""
+"Define what payment experience your customers will have, whether inside or "
+"outside your store."
+msgstr ""
+"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
+"tienda."
+
+#: ../../src/Translations/AdminTranslations.php:470
+msgid "Redirect"
+msgstr "Redirect"
+
+#: ../../src/Translations/AdminTranslations.php:471
+msgid "Modal"
+msgstr "Modal"
+
+#: ../../src/Translations/AdminTranslations.php:472
+msgid "Return to the store"
+msgstr "Volver a la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:473
+msgid ""
+"Do you want your customer to automatically return to the store after payment?"
+msgstr ""
+"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:30,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:31,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:245
+#: ../../src/Translations/AdminTranslations.php:476
+msgid "Success URL"
+msgstr "URL de éxito"
+
+#: ../../src/Translations/AdminTranslations.php:477
+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:478
+msgid "Payment URL rejected"
+msgstr "URL de pago rechazado"
+
+#: ../../src/Translations/AdminTranslations.php:479
+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 ""
+"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. "
+"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
+"útil para que puedan solucionarlo."
+
+#: ../../src/Translations/AdminTranslations.php:480
+msgid "Payment URL pending"
+msgstr "URL de pago pendiente"
+
+#: ../../src/Translations/AdminTranslations.php:481
+msgid ""
+"Choose the URL that we will show to your customers when they have a payment "
+"pending approval."
+msgstr ""
+"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
+"de aprobación."
+
+#: ../../src/Translations/AdminTranslations.php:482,
+#: ../../src/Translations/AdminTranslations.php:676
+msgid "Automatic decline of payments without instant approval"
+msgstr "Rechazo automático de pagos sin aprobación instantanea"
+
+#: ../../src/Translations/AdminTranslations.php:483,
+#: ../../src/Translations/AdminTranslations.php:677
+msgid ""
+"Enable it if you want to automatically decline payments that are not "
+"instantly approved by banks or other institutions."
+msgstr ""
+"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
+"instantáneamente por bancos u otros compradores."
+
+#: ../../src/Translations/AdminTranslations.php:484
+msgid "Debit, Credit and Invoice in Mercado Pago environment."
+msgstr "Débito, crédito y efectivo, en Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:487,
+#: ../../src/Translations/AdminTranslations.php:579,
+#: ../../src/Translations/AdminTranslations.php:680,
+#: ../../src/Translations/AdminTranslations.php:742,
+#: ../../src/Translations/AdminTranslations.php:802,
+#: ../../src/Translations/AdminTranslations.php:891
+msgid "Discount in Mercado Pago Checkouts"
+msgstr "Descuento en los checkouts de Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:488,
+#: ../../src/Translations/AdminTranslations.php:580,
+#: ../../src/Translations/AdminTranslations.php:681,
+#: ../../src/Translations/AdminTranslations.php:743,
+#: ../../src/Translations/AdminTranslations.php:803,
+#: ../../src/Translations/AdminTranslations.php:892
+msgid ""
+"Choose a percentage value that you want to discount your customers for "
+"paying with Mercado Pago."
+msgstr ""
+"Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
+"Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:489,
+#: ../../src/Translations/AdminTranslations.php:492,
+#: ../../src/Translations/AdminTranslations.php:581,
+#: ../../src/Translations/AdminTranslations.php:584,
+#: ../../src/Translations/AdminTranslations.php:682,
+#: ../../src/Translations/AdminTranslations.php:685,
+#: ../../src/Translations/AdminTranslations.php:744,
+#: ../../src/Translations/AdminTranslations.php:747,
+#: ../../src/Translations/AdminTranslations.php:804,
+#: ../../src/Translations/AdminTranslations.php:807,
+#: ../../src/Translations/AdminTranslations.php:893,
+#: ../../src/Translations/AdminTranslations.php:896
+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:490,
+#: ../../src/Translations/AdminTranslations.php:582,
+#: ../../src/Translations/AdminTranslations.php:683,
+#: ../../src/Translations/AdminTranslations.php:745,
+#: ../../src/Translations/AdminTranslations.php:805,
+#: ../../src/Translations/AdminTranslations.php:894
+msgid "Commission in Mercado Pago Checkouts"
+msgstr "Comisiones en los checkouts de Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:491,
+#: ../../src/Translations/AdminTranslations.php:583,
+#: ../../src/Translations/AdminTranslations.php:684,
+#: ../../src/Translations/AdminTranslations.php:746,
+#: ../../src/Translations/AdminTranslations.php:806,
+#: ../../src/Translations/AdminTranslations.php:895
+msgid ""
+"Choose an additional percentage value that you want to charge as commission "
+"to your customers for paying with Mercado Pago."
+msgstr ""
+"Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
+"clientes por pagar con Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:493
+msgid "This seems to be an invalid URL"
+msgstr "Esto parece ser una URL no válida"
+
+#: ../../src/Translations/AdminTranslations.php:507,
+#: ../../src/Translations/AdminTranslations.php:513
+msgid "Payment in installments without card in the store checkout is"
+msgstr "“Hasta 12 pagos sin tarjeta con Mercado Pago” está "
+
+#: ../../src/Translations/AdminTranslations.php:531,
+#: ../../src/Translations/AdminTranslations.php:537
+msgid "The installments without card component is"
+msgstr "El componente “Compra en hasta 12 pagos sin tarjeta” está"
+
+#: ../../src/Translations/AdminTranslations.php:542,
+#: ../../src/Translations/AdminTranslations.php:546
msgid "Installments without card"
msgstr "Financiación sin tarjeta de crédito"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:32
+#: ../../src/Translations/AdminTranslations.php:543,
+#: ../../src/Translations/AdminTranslations.php:545
msgid "Customers who buy on spot and pay later in up to 12 installments"
msgstr "Tus clientes pueden comprar en hasta 12 pagos mensuales"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:40
+#: ../../src/Translations/AdminTranslations.php:544
msgid "Mercado Pago - Installments without card"
-msgstr "Mercado Pago - Hasta 12 pagos sin tarjeta con Mercado Pago"
+msgstr "Financiación sin tarjeta de crédito "
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:42
-msgid "Checkout without card"
-msgstr "Hasta 12 pagos sin tarjeta con Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:547
+msgid ""
+"Reach millions of buyers by offering Mercado Credito as a payment method. "
+"Our flexible payment options give your customers the possibility to buy "
+"today whatever they want in up to 12 installments without the need to use a "
+"credit card. For your business, the approval of the purchase is immediate "
+"and guaranteed."
+msgstr ""
+"Llega a millones de compradores ofreciéndoles Mercado Crédito como medio de "
+"pago. Nuestras opciones de pago flexibles brindan a tus clientes la "
+"posibilidad de comprar lo que quieren hoy en hasta 12 cuotas sin la "
+"necesidad de utilizar una tarjeta. Para tu negocio, la aprobación de la "
+"compra es inmediata y está garantizada."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:182
-msgid "Activate installments without card in your store checkout "
+#: ../../src/Translations/AdminTranslations.php:551
+msgid "Activate installments without card in your store checkout"
msgstr "Activar la opción de financiación sin tarjeta de crédito"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:183
+#: ../../src/Translations/AdminTranslations.php:552
msgid ""
"Offer the option to pay in installments without card directly from your "
"store's checkout."
@@ -582,116 +1020,114 @@ msgstr ""
"Ofrece a tus clientes la opción de financiar su compra en hasta 12 pagos "
"mensuales, directo desde el checkout de tu tienda."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:187
-msgid ""
-"Payment in installments without card in the store checkout is active"
-msgstr "“Hasta 12 pagos sin tarjeta con Mercado Pago” está activo"
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:188
-msgid ""
-"Payment in installments without card in the store checkout is inactive"
-msgstr "“Hasta 12 pagos sin tarjeta con Mercado Pago” está inactivo"
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:205
+#: ../../src/Translations/AdminTranslations.php:555
msgid "Checkout visualization"
msgstr "Visualización en el checkout"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:206,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:367
+#: ../../src/Translations/AdminTranslations.php:556,
+#: ../../src/Translations/AdminTranslations.php:576
msgid "Check below how this feature will be displayed to your customers:"
msgstr "A continuación verás cómo este recurso aparecerá para tus clientes:"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:207
+#: ../../src/Translations/AdminTranslations.php:557
msgid "Checkout Preview"
msgstr "Visualización en el checkout"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:208
+#: ../../src/Translations/AdminTranslations.php:558
msgid "PREVIEW"
msgstr "DEMO"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:249
-msgid ""
-"Reach millions of buyers by offering Mercado Credito as a payment method. "
-"Our flexible payment options give your customers the possibility to buy "
-"today whatever they want in up to 12 installments without the need to use a "
-"credit card."
-msgstr ""
-"Llega a millones de compradores con bajo acceso a financiación ofreciéndoles "
-"Mercado Crédito como medio de pago. Nuestras opciones de pago flexibles "
-"brindan a tus clientes la posibilidad de comprar lo que quieren en hasta "
-"12 pagos mensuales sin necesidad de utilizar una tarjeta de crédito. "
+#: ../../src/Translations/AdminTranslations.php:560
+msgid "It is possible to edit the title. Maximum of 85 characters."
+msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:252
-msgid ""
-"For your business, the approval of the purchase is immediate and guaranteed."
-msgstr ""
-"Para tu negocio, la aprobación de la compra es inmediata y está garantizada."
+#: ../../src/Translations/AdminTranslations.php:561
+msgid "Checkout without card"
+msgstr "Hasta 12 pagos sin tarjeta con Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:311
+#: ../../src/Translations/AdminTranslations.php:567
msgid ""
"Inform your customers about the option of paying in installments without card"
msgstr ""
"Informa a tus clientes la posibilidad de financiar sus compras en hasta 12 "
"pagos sin tarjeta de crédito"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:314
+#: ../../src/Translations/AdminTranslations.php:568
msgid ""
-"By activating the installments without card component, you increase "
-"your chances of selling."
-msgstr ""
-"Al activar el componente de financiación en hasta 12 pagos sin tarjeta de "
-"crédito, aumentarás tus posibilidades de venta."
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:316
-msgid "The installments without card component is active."
+"By activating the installments without card component, you increase your "
+"chances of selling."
msgstr ""
-"El componente “Compra en hasta 12 pagos sin tarjeta” está activo."
+"Al activar el componente de financiación en hasta 12 pagos sin tarjeta de "
+"crédito, aumentarás tus posibilidades de venta."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:317
-msgid "The installments without card component is inactive."
-msgstr ""
-"El componente “Compra en hasta 12 pagos sin tarjeta” está inactivo."
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:355,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:365
+#: ../../src/Translations/AdminTranslations.php:571
msgid "Banner on the product page | Computer version"
msgstr "Componente en la página del producto | Versión para computadora"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:356
+#: ../../src/Translations/AdminTranslations.php:572
msgid "Banner on the product page | Cellphone version"
msgstr "Componente en la página del producto | Versión para celular"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:363
+#: ../../src/Translations/AdminTranslations.php:573
msgid "Computer"
msgstr "Computadora"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:364
+#: ../../src/Translations/AdminTranslations.php:574
msgid "Mobile"
msgstr "Celular"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:366
+#: ../../src/Translations/AdminTranslations.php:575
msgid "Component visualization"
msgstr "Visualización del componente"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:41,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:42,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:52
-msgid "Debit and Credit"
-msgstr "Débito e crédito"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:43,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:36,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:36
-msgid "Transparent Checkout in your store environment"
-msgstr "Checkout Transparente, en tu tienda"
+#: ../../src/Translations/AdminTranslations.php:598,
+#: ../../src/Translations/AdminTranslations.php:604
+msgid "Transparent Checkout for credit cards is"
+msgstr "El Checkout Transparente de las tarjetas de crédito está"
+
+#: ../../src/Translations/AdminTranslations.php:622,
+#: ../../src/Translations/AdminTranslations.php:628
+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:645,
+#: ../../src/Translations/AdminTranslations.php:660
+msgid "Credit and debit cards"
+msgstr "Tarjeta de crédito y débito"
+
+#: ../../src/Translations/AdminTranslations.php:646,
+#: ../../src/Translations/AdminTranslations.php:648,
+#: ../../src/Translations/AdminTranslations.php:711,
+#: ../../src/Translations/AdminTranslations.php:773,
+#: ../../src/Translations/AdminTranslations.php:853,
+#: ../../src/Translations/AdminTranslations.php:855
+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:647,
+#: ../../src/Translations/AdminTranslations.php:712,
+#: ../../src/Translations/AdminTranslations.php:774,
+#: ../../src/Translations/AdminTranslations.php:854
+msgid "Mercado Pago - Checkout API"
+msgstr "Mercado Pago - Checkout API"
+
+#: ../../src/Translations/AdminTranslations.php:649
+msgid "Transparent Checkout | Credit card"
+msgstr "Checkout Transparente | Tarjeta de Crédito"
+
+#: ../../src/Translations/AdminTranslations.php:650
+msgid ""
+"With the Transparent Checkout, you can sell inside your store environment, "
+"without redirection and with the security from Mercado Pago."
+msgstr ""
+"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
+"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:51,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:44,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:44
-msgid "Mercado pago - Customized Checkout"
-msgstr "Mercado Pago - Checkout Personalizado"
+#: ../../src/Translations/AdminTranslations.php:651
+msgid "Mercado Pago Plugin general settings"
+msgstr "Configuraciones generales del plugin de Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:154
+#: ../../src/Translations/AdminTranslations.php:655
msgid ""
"By disabling it, you will disable all credit cards payments from Mercado "
"Pago Transparent Checkout."
@@ -699,21 +1135,11 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
"en el Checkout Transparente de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:158
-msgid "Transparent Checkout for credit cards is enabled."
-msgstr ""
-"El Checkout Transparente de las tarjetas de crédito está activado."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:159
-msgid "Transparent checkout for credit cards is disabled."
-msgstr ""
-"El checkout transparente de las tarjetas de crédito está desactivado."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:191
+#: ../../src/Translations/AdminTranslations.php:662
msgid "Installments Fees"
msgstr "Tasas de pago en cuotas"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:192
+#: ../../src/Translations/AdminTranslations.php:663
msgid ""
"Set installment fees and whether they will be charged from the store or from "
"the buyer."
@@ -721,31 +1147,15 @@ msgstr ""
"Configura las tasas de las cuotas y si se las cobrarán a la tienda o al "
"comprador."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193
+#: ../../src/Translations/AdminTranslations.php:664
msgid "Set fees"
msgstr "Configurar tasas"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:218
-msgid "Transparent Checkout | Credit card "
-msgstr "Checkout Transparente | Tarjeta de Crédito "
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:222
-msgid ""
-"With the Transparent Checkout, you can sell inside your store environment, "
-"without redirection and with the security from Mercado Pago."
-msgstr ""
-"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
-"redireccionamentos, con toda la seguridad de Mercado Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:240
-msgid "Advanced configuration of the personalized payment experience"
-msgstr "Configuración Avanzada"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:254
+#: ../../src/Translations/AdminTranslations.php:669
msgid "Payments via Mercado Pago account"
msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:255
+#: ../../src/Translations/AdminTranslations.php:670
msgid ""
"Your customers pay faster with saved cards, money balance or other available "
"methods in their Mercado Pago accounts."
@@ -753,387 +1163,254 @@ msgstr ""
"Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o "
"con otros medios disponibles en sus cuentas de MP."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:259
-msgid "Payments via Mercado Pago accounts are active."
-msgstr "Los pagos a través de la cuenta de Mercado Pago están activos."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:260
-msgid "Payments via Mercado Pago accounts are inactive."
-msgstr ""
-"Los pagos a través de la cuenta de Mercado Pago están deshabilitados."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:279
+#: ../../src/Translations/AdminTranslations.php:673
msgid "Check an example of how it will appear in your store:"
msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:310
-msgid "That’s it, payment accepted!"
-msgstr "Listo, ¡aceptamos tu pago!"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312
-msgid ""
-"We are processing your payment. In less than an hour we will send you the "
-"result by email."
-msgstr ""
-"Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
-"por correo electrónico."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314
-msgid ""
-"We are processing your payment. In less than 2 days we will send you by "
-"email if the payment has been approved or if additional information is "
-"needed."
-msgstr ""
-"Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
-"electrónico si se ha aprobado el pago o si se necesita información adicional."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316
-msgid "Check the card number."
-msgstr "Compruebe el número de tarjeta."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318
-msgid "Check the expiration date."
-msgstr "Compruebe la fecha de expiración."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320
-msgid "Check the information provided."
-msgstr "Compruebe la información informada."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322
-msgid "Check the informed security code."
-msgstr "Compruebe el código de seguridad informado."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:325
-msgid "Your payment cannot be processed."
-msgstr "No se puede procesar su pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:327
-msgid "You must authorize payments for your orders."
-msgstr "Usted debe autorizar los pagos de sus órdenes."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:329
-msgid ""
-"Contact your card issuer to activate it. The phone is on the back of your "
-"card."
-msgstr ""
-"Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
-"se encuentra en la parte posterior de su tarjeta."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331
-msgid ""
-"You have already made a payment of this amount. If you have to pay again, "
-"use another card or other method of payment."
-msgstr ""
-"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
-"utilizar otra tarjeta u otro medio de pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333
-msgid ""
-"Your payment was declined. Please select another payment method. It is "
-"recommended in cash."
-msgstr ""
-"Su pago fue rechazado. Por favor seleccione otro medio de pago. Se "
-"recomienda en efectivo."
+#: ../../src/Translations/AdminTranslations.php:674
+msgid "Advanced configuration of the personalized payment experience"
+msgstr "Configuración Avanzada"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335
-msgid "Your payment does not have sufficient funds."
-msgstr "Su metodo de pago no tiene fondos suficientes."
+#: ../../src/Translations/AdminTranslations.php:710,
+#: ../../src/Translations/AdminTranslations.php:724
+msgid "Invoice"
+msgstr "Efectivo"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337
-msgid "Payment cannot process the selected fee."
-msgstr "El pago no puede procesar la cuota seleccionada."
+#: ../../src/Translations/AdminTranslations.php:713
+msgid "Transparent Checkout | Invoice or Loterica"
+msgstr "Checkout Transparente | Efectivo"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339
+#: ../../src/Translations/AdminTranslations.php:714,
+#: ../../src/Translations/AdminTranslations.php:776,
+#: ../../src/Translations/AdminTranslations.php:857
msgid ""
-"You have reached the limit of allowed attempts. Choose another card or other "
-"payment method."
-msgstr ""
-"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
-"medio de pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341,
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:204
-msgid "This payment method cannot process your payment."
-msgstr "Este medio de pago no puede procesar su pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:396
-msgid "Credit cards"
-msgstr "Tarjetas de crédito"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:397
-msgid "Up to "
-msgstr "Hasta "
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:397
-msgid " installments"
-msgstr "12 pagos sin tarjeta"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:404
-msgid "Debit cards"
-msgstr "Tarjetas de débito"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:447,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:448,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:480,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:481,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:401,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:402,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:562,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563
-msgid "A problem was occurred when processing your payment. Please, try again."
+"With the Transparent Checkout, you can sell inside your store environment, "
+"without redirection and all the safety from Mercado Pago."
msgstr ""
-"El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
-"vez."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577
-msgid "See your order form"
-msgstr "Ver su hoja de pedido"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:588
-msgid "Your payment was declined. You can try again."
-msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
+"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
+"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:595,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:93
-msgid "Click to try again"
-msgstr "Haga clic para intentarlo de nuevo"
+#: ../../src/Translations/AdminTranslations.php:718,
+#: ../../src/Translations/AdminTranslations.php:780
+msgid "Enable the Checkout"
+msgstr "Activar el checkout"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:617,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:618
+#: ../../src/Translations/AdminTranslations.php:719
msgid ""
-"A problem was occurred when processing your payment. Are you sure you have "
-"correctly filled all information in the checkout form?"
+"By disabling it, you will disable all invoice payments from Mercado Pago "
+"Transparent Checkout."
msgstr ""
-"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
-"cargado la información en el formulario?"
+"Al desactivar, desabilitarás todos los medios de pago en efectivo en el "
+"Checkout Transparente de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:642
-msgid "Represents the installment fee charged by Mercado Pago."
-msgstr "Representa la tarifa de cuota que cobra Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:720
+msgid "The transparent checkout for tickets is enabled."
+msgstr "El Checkout Transparente está activo para pagos en efectivo."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:643
-msgid "Mercado Pago Installment Fee:"
-msgstr "Tarifa de cuotas de Mercado Pago:"
+#: ../../src/Translations/AdminTranslations.php:721
+msgid "The transparent checkout for tickets is disabled."
+msgstr "El Checkout Transparente está inactivo para pagos en efectivo."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:648
-msgid ""
-"Represents the total purchase plus the installment fee charged by Mercado "
-"Pago."
-msgstr ""
-"Representa el total de la compra más la tarifa de cuota que cobra Mercado "
-"Pago."
+#: ../../src/Translations/AdminTranslations.php:730
+msgid "Payment Due"
+msgstr "Fecha de pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:649
-msgid "Mercado Pago Total:"
-msgstr "Total en Mercado Pago:"
+#: ../../src/Translations/AdminTranslations.php:731
+msgid "In how many days will cash payments expire."
+msgstr "En cuántos días vencerán los pagos en efectivo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:715
-msgid "Configure your credentials to enable Mercado Pago payment methods."
+#: ../../src/Translations/AdminTranslations.php:732
+msgid "Advanced configuration of the cash payment experience"
msgstr ""
-"Completa tus credenciales para habilitar los medios de pago Mercado Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:773
-msgid "Title in the store Checkout"
-msgstr "Título en el checkout"
-
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
-msgid "Change the display text in Checkout, maximum characters: 85"
-msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85"
+"Configuração avançada da experiência de pagamento via boleto e em lotéricas"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:777
-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:734,
+#: ../../src/Translations/AdminTranslations.php:794
+msgid "Reduce inventory"
+msgstr "Reducir inventario"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:791
-msgid "Description"
-msgstr "Descripción"
+#: ../../src/Translations/AdminTranslations.php:735,
+#: ../../src/Translations/AdminTranslations.php:795
+msgid ""
+"Activates inventory reduction during the creation of an order, whether or "
+"not the final payment is credited. Disable this option to reduce it only "
+"when payments are approved."
+msgstr ""
+"Activa la reducción del inventario durante la creación de un pedido, se "
+"acredite o no el pago final. Desactiva esta opción para reducirlo solo "
+"cuando los pagos estén aprobados."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:828,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347
-msgid "Important! To sell you must enter your credentials."
-msgstr "¡Importante! Para vender debe introducir sus credenciales."
+#: ../../src/Translations/AdminTranslations.php:736,
+#: ../../src/Translations/AdminTranslations.php:796
+msgid "Reduce inventory is enabled."
+msgstr "Reducir inventario está activo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:829
-msgid "You must enter production credentials."
-msgstr "Debe introducir las credenciales de producción."
+#: ../../src/Translations/AdminTranslations.php:737,
+#: ../../src/Translations/AdminTranslations.php:797
+msgid "Reduce inventory is disabled."
+msgstr "Reducir inventario está inactivo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:830
-msgid "Enter credentials"
-msgstr "Introducir credenciales"
+#: ../../src/Translations/AdminTranslations.php:739,
+#: ../../src/Translations/AdminTranslations.php:799
+msgid "Enable the available payment methods"
+msgstr "Habilita los medios de pago disponibles"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
-msgid "Mercado Pago Plugin general settings"
-msgstr "Configuraciones generales del plugin de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:740,
+#: ../../src/Translations/AdminTranslations.php:800
+msgid "Choose the available payment methods in your store."
+msgstr "Elige los medios de pago que se aceptan en la tienda."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
-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:741,
+#: ../../src/Translations/AdminTranslations.php:801
+msgid "All payment methods"
+msgstr "Medios de pago disponibles"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:842
-msgid "Go to Settings"
-msgstr "Ir a Configuraciones"
+#: ../../src/Translations/AdminTranslations.php:772,
+#: ../../src/Translations/AdminTranslations.php:786
+msgid "PSE"
+msgstr "PSE"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:866
-msgid "Activate your credentials to be able to sell"
-msgstr "Activa tus credenciales para poder vender"
+#: ../../src/Translations/AdminTranslations.php:775
+msgid "Transparent Checkout PSE"
+msgstr "Pago transparente PSE"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:867
+#: ../../src/Translations/AdminTranslations.php:781
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."
+"By deactivating it, you will disable PSE payments from Mercado Pago "
+"Transparent Checkout."
msgstr ""
-"Las credenciales son contraseñas que debes integrar para poder vender. "
-"Dirígete a Activar credenciales. En la siguiente pantalla, ve de nuevo al "
-"botón Activar credenciales y completa los campos con los datos solicitados."
+"Al desactivarlo, desactivará los pagos PSE de Mercado Pago Transparente "
+"Checkout."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:868
-msgid "Activate credentials"
-msgstr "Activar credenciales"
+#: ../../src/Translations/AdminTranslations.php:782
+msgid "The transparent checkout for PSE is enabled."
+msgstr "El Checkout Transparente está activo para pagos PSE."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:916
-msgid "By disabling it, you will disable all payment methods of this checkout."
-msgstr "Al desactivar, desabilitarás todos los medios de pago del checkout."
+#: ../../src/Translations/AdminTranslations.php:783
+msgid "The transparent checkout for PSE is disabled."
+msgstr "El Checkout Transparente está inactivo para pagos PSE."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1029
-msgid "Basic Configuration"
-msgstr "Configuración Básica"
+#: ../../src/Translations/AdminTranslations.php:792
+msgid "Advanced configuration of the PSE payment experience"
+msgstr "Configuración avanzada de la experiencia de pago PSE"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1042
-msgid "Discount coupons"
-msgstr "Cupones de descuento"
+#: ../../src/Translations/AdminTranslations.php:821,
+#: ../../src/Translations/AdminTranslations.php:827
+msgid "The transparent checkout for Pix payment is"
+msgstr "El Checkout Transparente está"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1045
-msgid "Will you offer discount coupons to customers who buy with Mercado Pago?"
-msgstr ""
-"¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?"
+#: ../../src/Translations/AdminTranslations.php:845
+msgid "Go to the"
+msgstr "Ve al área"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1047
-msgid "Discount coupons is active."
-msgstr "Cupones de descuento están activos."
+#: ../../src/Translations/AdminTranslations.php:846
+msgid "Your Profile"
+msgstr "Tu Perfil"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1048
-msgid "Discount coupons is disabled."
-msgstr "Cupones de descuento están inactivos."
+#: ../../src/Translations/AdminTranslations.php:847
+msgid "area and choose the"
+msgstr "y elige la sección"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1060
-msgid "Automatic decline of payments without instant approval"
-msgstr "Rechazo automático de pagos sin aprobación instantanea"
+#: ../../src/Translations/AdminTranslations.php:848
+msgid "Your Pix Keys section"
+msgstr "Tus claves Pix"
+
+#: ../../src/Translations/AdminTranslations.php:852,
+#: ../../src/Translations/AdminTranslations.php:867
+msgid "Pix"
+msgstr "Pix"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1061
+#: ../../src/Translations/AdminTranslations.php:856
+msgid "Transparent Checkout | Pix"
+msgstr "Checkout Transparente | Pix"
+
+#: ../../src/Translations/AdminTranslations.php:862
msgid ""
-"Enable it if you want to automatically decline payments that are not "
-"instantly approved by banks or other institutions. "
+"By disabling it, you will disable all Pix payments from Mercado Pago "
+"Transparent Checkout."
msgstr ""
-"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
-"instantáneamente por bancos u otros compradores. "
+"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
+"en el Checkout Transparente de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1065
-msgid "Pending payments will be automatically declined."
-msgstr "Los pagos pendientes se rechazarán automaticamente."
+#: ../../src/Translations/AdminTranslations.php:869
+msgid "Expiration for payments via Pix"
+msgstr "Vencimiento para pagos con Pix"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1066
-msgid "Pending payments will not be automatically declined."
-msgstr "Los pagos pendientes no se rechazarán automaticamente."
+#: ../../src/Translations/AdminTranslations.php:870
+msgid "Set the limit in minutes for your clients to pay via Pix."
+msgstr ""
+"Define el límite de minutos para que tus clientes puedan pagar con Pix."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1078
-msgid "Discount in Mercado Pago Checkouts"
-msgstr "Descuento en los checkouts de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:871
+msgid "15 minutes"
+msgstr "15 minutos"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1081
-msgid ""
-"Choose a percentage value that you want to discount your customers for "
-"paying with Mercado Pago."
-msgstr ""
-"Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
-"Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:872
+msgid "30 minutes (recommended)"
+msgstr "30 minutos (recomendado)"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1082,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1103
-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:873
+msgid "60 minutes"
+msgstr "60 minutos"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1099
-msgid "Commission in Mercado Pago Checkouts"
-msgstr "Comisiones en los checkouts de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:874
+msgid "12 hours"
+msgstr "12 horas"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1102
-msgid ""
-"Choose an additional percentage value that you want to charge as commission "
-"to your customers for paying with Mercado Pago."
-msgstr ""
-"Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
-"clientes por pagar con Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:875
+msgid "24 hours"
+msgstr "24 horas"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1139
-msgid "Convert Currency"
-msgstr "Convertir moneda"
+#: ../../src/Translations/AdminTranslations.php:876
+msgid "2 days"
+msgstr "2 días"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1144
-msgid "Currency convertion is enabled."
-msgstr "Conversión de moneda está activa."
+#: ../../src/Translations/AdminTranslations.php:877
+msgid "3 days"
+msgstr "3 días"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1145
-msgid "Currency convertion is disabled."
-msgstr "Conversión de moneda está inactiva."
+#: ../../src/Translations/AdminTranslations.php:878
+msgid "4 days"
+msgstr "4 días"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1262
-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:879
+msgid "5 days"
+msgstr "5 días"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:34,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:35,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:45
-msgid "Pix"
-msgstr "Pix"
+#: ../../src/Translations/AdminTranslations.php:880
+msgid "6 days"
+msgstr "6 días"
+
+#: ../../src/Translations/AdminTranslations.php:881
+msgid "7 days"
+msgstr "7 días"
+
+#: ../../src/Translations/AdminTranslations.php:886
+msgid "Would you like to know how Pix works?"
+msgstr "¿Quieres saber cómo funciona Pix?"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:204
+#: ../../src/Translations/AdminTranslations.php:887
msgid ""
-"By disabling it, you will disable all Pix payments from Mercado Pago "
-"Transparent Checkout."
-msgstr ""
-"Al desactivar, desabilitarás lo medios de pago con Pix en el Checkout "
-"Transparente de Mercado Pago."
+"We have a dedicated page where we explain how it works and its advantages."
+msgstr "Creamos una página que explica su funcionamiento y sus vantajas."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:208
-msgid "The transparent checkout for Pix payment is enabled."
-msgstr "El Checkout Transparente está activo para pagos por Pix."
+#: ../../src/Translations/AdminTranslations.php:888
+msgid "Find out more about Pix"
+msgstr "Saber más sobre Pix"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:209
-msgid "The transparent checkout for Pix payment is disabled."
-msgstr "El Checkout Transparente está inactivo para pagos por Pix."
+#: ../../src/Translations/AdminTranslations.php:889
+msgid "Advanced configuration of the Pix experience"
+msgstr "Configuración avanzada de la experiencia Pix"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224
+#: ../../src/Translations/AdminTranslations.php:897
msgid "To activate Pix, you must have a key registered in Mercado Pago."
msgstr "Para activar el Pix, debes tener una clave registrada en Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225
+#: ../../src/Translations/AdminTranslations.php:898
msgid "Download the Mercado Pago app on your cell phone."
msgstr "Descarga la app de Mercado Pago en tu móvil."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:226
-msgid "Go to the "
-msgstr "Ve al área "
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227
-msgid "area and choose the "
-msgstr "y elige la sección "
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228
-msgid "Your Profile "
-msgstr "Tu Perfil "
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229
-msgid "Your Pix Keys section."
-msgstr "Tus claves Pix."
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230
+#: ../../src/Translations/AdminTranslations.php:900
msgid ""
"Choose which data to register as Pix keys. After registering, you can set up "
"Pix in your checkout."
@@ -1141,7 +1418,7 @@ msgstr ""
"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás "
"configurar el Pix en tu checkout."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231
+#: ../../src/Translations/AdminTranslations.php:901
msgid ""
"Remember that, for the time being, the Central Bank of Brazil is open Monday "
"through Friday, from 9am to 6pm."
@@ -1149,7 +1426,7 @@ msgstr ""
"Recuerda que, por el momento, el Banco Central de Brasil está abierto de "
"lunes a viernes, de 9 a 18 horas."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232
+#: ../../src/Translations/AdminTranslations.php:902
msgid ""
"If you requested your registration outside these hours, we will confirm it "
"within the next business day."
@@ -1157,12 +1434,11 @@ msgstr ""
"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en "
"el siguiente día hábil."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328
+#: ../../src/Translations/AdminTranslations.php:903
msgid "Learn more about Pix"
msgstr "Más información sobre Pix"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234
+#: ../../src/Translations/AdminTranslations.php:904
msgid ""
"If you have already registered a Pix key at Mercado Pago and cannot activate "
"Pix in the checkout, "
@@ -1170,285 +1446,271 @@ msgstr ""
"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix "
"en el checkout, "
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235
+#: ../../src/Translations/AdminTranslations.php:905
msgid "click here."
msgstr "haz clic aquí."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:260
-msgid "Transparent Checkout | Pix"
-msgstr "Checkout Transparente | Pix"
+#: ../../src/Translations/AdminTranslations.php:919
+msgid "To enable test mode"
+msgstr "Para activar el modo de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:264
-msgid ""
-"With the Transparent Checkout, you can sell inside your store environment, "
-"without redirection and all the safety from Mercado Pago. "
-msgstr ""
-"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
-"redireccionamientos, con toda la seguridad de Mercado Pago. "
+#: ../../src/Translations/AdminTranslations.php:921
+msgid "copy your test credentials"
+msgstr "copia tus credenciales de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:281
-msgid "Advanced configuration of the Pix experience"
-msgstr "Configuración avanzada de la experiencia Pix"
+#: ../../src/Translations/AdminTranslations.php:922
+msgid "and paste them above in section 1 of this page"
+msgstr "y pégalas en la sección 1 de esta página"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:294
-msgid "15 minutes"
-msgstr "15 minutos"
+#: ../../src/Translations/AdminTranslations.php:927
+msgid "Create your"
+msgstr "Crea tu"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:295
-msgid "30 minutes (recommended)"
-msgstr "30 minutos (recomendado)"
+#: ../../src/Translations/AdminTranslations.php:929
+msgid "test user"
+msgstr "usuario de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:296
-msgid "60 minutes"
-msgstr "60 minutes"
+#: ../../src/Translations/AdminTranslations.php:930
+msgid ""
+"(Optional. Can be used in Production Mode and Test Mode, to test payments)"
+msgstr ""
+"(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para "
+"probar los pagos)"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297
-msgid "12 hours"
-msgstr "12 horas"
+#: ../../src/Translations/AdminTranslations.php:936
+msgid "Use our test cards"
+msgstr "Utiliza nuestras tarjetas de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298
-msgid "24 hours"
-msgstr "24 horas"
+#: ../../src/Translations/AdminTranslations.php:937
+msgid "never use real cards"
+msgstr "nunca utilices tarjetas reales"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299
-msgid "2 days"
-msgstr "2 días"
+#: ../../src/Translations/AdminTranslations.php:943
+msgid "Visit your store"
+msgstr "Visita tu tienda"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300
-msgid "3 days"
-msgstr "3 días"
+#: ../../src/Translations/AdminTranslations.php:944
+msgid "to test purchases"
+msgstr "para testear compras"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301
-msgid "4 days"
-msgstr "4 días"
+#: ../../src/Translations/AdminTranslations.php:948
+msgid "4. Test your store before you start to sell"
+msgstr "4. Testea tu tienda antes de empezar a vender"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302
-msgid "5 days"
-msgstr "5 días"
+#: ../../src/Translations/AdminTranslations.php:949
+msgid "Choose how you want to operate your store:"
+msgstr "Elige cómo quieres operar tu tienda:"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303
-msgid "6 days"
-msgstr "6 días"
+#: ../../src/Translations/AdminTranslations.php:950
+msgid "Test Mode"
+msgstr "Modo Test"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304
-msgid "7 days"
-msgstr "7 días"
+#: ../../src/Translations/AdminTranslations.php:951
+msgid "Sale Mode (Production)"
+msgstr "Modo Ventas (Producción)"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:308
-msgid "Expiration for payments via Pix"
-msgstr "Vencimiento para pagos con Pix"
+#: ../../src/Translations/AdminTranslations.php:952
+msgid "Mercado Pago payment methods in Production Mode"
+msgstr "Medios de pago Mercado Pago en Modo Produción"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:310
-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:953
+msgid "Mercado Pago payment methods in Test Mode"
+msgstr "Medios de pago Mercado Pago en Modo Test"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325
-msgid "Want to learn how Pix works?"
-msgstr "¿Quieres saber cómo funciona el Pix?"
+#: ../../src/Translations/AdminTranslations.php:954
+msgid "Enter test credentials"
+msgstr "Ingresa las credenciales de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:326
+#: ../../src/Translations/AdminTranslations.php:955
msgid ""
-"We have created a page to explain how this new payment method works and its "
-"advantages."
+"Select “Test Mode” if you want to try the payment experience before you "
+"start to sell or “Sales Mode” (Production) to start now."
msgstr ""
-"Creamos una página para explicar cómo funciona este nuevo medio de pago y "
-"sus ventajas."
+"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."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347
-msgid "Would you like to know how Pix works?"
-msgstr "¿Quieres saber cómo funciona Pix?"
+#: ../../src/Translations/AdminTranslations.php:956
+msgid "Mercado Pago Checkouts disabled for real collections."
+msgstr "Checkouts Mercado Pago inactivos para cobros reales."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:348
-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:957
+msgid "Test Mode rules."
+msgstr "Reglas del modo test."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:349
-msgid "Find out more about Pix"
-msgstr "Saber más sobre Pix"
+#: ../../src/Translations/AdminTranslations.php:958
+msgid "Mercado Pago Checkouts enabled for real collections."
+msgstr "Checkouts Mercado Pago activos para cobros reales."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:493
-msgid "A problem occurred when processing your payment. Please try again."
-msgstr ""
-"Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo."
+#: ../../src/Translations/AdminTranslations.php:959
+msgid "The clients can make real purchases in your store."
+msgstr "Los clientes pueden hacer compras reales en tu tienda."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:478,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547
-msgid ""
-"A problem occurred when processing your payment. Are you sure you have "
-"correctly filled in all the information on the checkout form?"
-msgstr ""
-"Un problema se produjo al procesar su pago. ¿Esta seguro que ha rellenado "
-"correctamente toda la información en el formulario de checkout?"
+#: ../../src/Translations/AdminTranslations.php:964
+msgid "Store in sale mode (Production)"
+msgstr "Tienda en Modo Ventas (Producción)"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:456,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:522
-msgid "The customer has not paid yet."
-msgstr "El cliente no ha pagado todavía."
+#: ../../src/Translations/AdminTranslations.php:965
+msgid "Store under test"
+msgstr "Tienda en Modo Test"
+
+#: ../../src/Translations/AdminTranslations.php:966
+msgid "Save changes"
+msgstr "Guardar cambios"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:461
-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/AdminTranslations.php:978
+msgid "Store business fields are valid"
+msgstr "Los campos comerciales de la tienda son válidos"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:462
-msgid ""
-"Scan the QR code below or copy and paste the code into your bank's "
-"application."
-msgstr ""
-"Escanee el código QR a continuación o copie y pegue el código en la "
-"aplicación de su banco."
+#: ../../src/Translations/AdminTranslations.php:979
+msgid "Store business fields could not be validated"
+msgstr "Los campos comerciales de la tienda no se pudieron validar"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:563
-msgid ""
-"Please note that to receive payments via Pix at our checkout, you must have "
-"a Pix key registered in your Mercado Pago account."
-msgstr ""
-"Ten en cuenta que para recibir pagos a través de Pix en nuestro checkout, "
-"debes tener una clave Pix registrada en tu cuenta de Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:980
+msgid "At least one payment method is enabled"
+msgstr "Al menos un método de pago está habilitado"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:564
-msgid "Register your Pix key at Mercado Pago."
-msgstr "Registra tu clave Pix en Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:981
+msgid "No payment method enabled"
+msgstr "Ningún método de pago habilitado"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:614,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:148
-msgid "Code valid for "
-msgstr "Código válido por "
+#: ../../src/Translations/AdminTranslations.php:982
+msgid "Credentials fields are valid"
+msgstr "Los campos de la credencial son válidos"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:34,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:35,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:45
-msgid "Invoice"
-msgstr "Efectivo"
+#: ../../src/Translations/AdminTranslations.php:983
+msgid "Credentials fields could not be validated"
+msgstr "No se pudieron validar los campos de credenciales"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:198
-msgid ""
-"By disabling it, you will disable all invoice payments from Mercado Pago "
-"Transparent Checkout."
-msgstr ""
-"Al desactivar, desabilitarás todos los medios de pago en efectivo en el "
-"Checkout Transparente de Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:995
+msgid "Valid Public Key"
+msgstr "Public key válida"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:202
-msgid "The transparent checkout for tickets is enabled."
-msgstr ""
-"El Checkout Transparente está activo para pagos en efectivo o en "
-"loterías."
+#: ../../src/Translations/AdminTranslations.php:996
+msgid "Invalid Public Key"
+msgstr "Public key no válida"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:203
-msgid "The transparent checkout for tickets is disabled."
-msgstr ""
-"El Checkout Transparente está inactivo para pagos en efectivo o en "
-"loterías."
+#: ../../src/Translations/AdminTranslations.php:997
+msgid "Valid Access Token"
+msgstr "Access token válido"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:218
-msgid "Transparent Checkout | Invoice or Loterica"
-msgstr "Checkout Transparente | Efectivo"
+#: ../../src/Translations/AdminTranslations.php:998
+msgid "Invalid Access Token"
+msgstr "Access token no válido"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:222
+#: ../../src/Translations/AdminTranslations.php:1010
+msgid "Credentials were updated"
+msgstr "Se actualizaron las credenciales"
+
+#: ../../src/Translations/AdminTranslations.php:1011
msgid ""
-"With the Transparent Checkout, you can sell inside your store environment, "
-"without redirection and all the safety from Mercado Pago."
+"Your store has exited Test Mode and is making real sales in Production Mode."
msgstr ""
-"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
-"redireccionamentos, con toda la seguridad de Mercado Pago."
+"Ahora su tienda está fuera del modo de prueba y está realizando ventas "
+"reales en el modo de producción."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:239
-msgid "Advanced configuration of the cash payment experience"
-msgstr "Configuración avanzada de la experiencia de pago en efectivo"
+#: ../../src/Translations/AdminTranslations.php:1012
+msgid "To test the store, re-enter both test credentials."
+msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:252
-msgid "Reduce inventory"
-msgstr "Reducir inventario"
+#: ../../src/Translations/AdminTranslations.php:1013
+msgid "Invalid credentials"
+msgstr "Credenciales no válidas"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:255
-msgid ""
-"Activates inventory reduction during the creation of an order, whether or "
-"not the final payment is credited. Disable this option to reduce it only "
-"when payments are approved."
-msgstr ""
-"Activa la reducción del inventario durante la creación de un pedido, se "
-"acredite o no el pago final. Desactiva esta opción para reducirlo solo "
-"cuando los pagos estén aprobados."
+#: ../../src/Translations/AdminTranslations.php:1014
+msgid "See our manual to learn"
+msgstr "Consulte nuestro manual para saber"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257
-msgid "Reduce inventory is enabled."
-msgstr "Reducir inventario está activo."
+#: ../../src/Translations/AdminTranslations.php:1015
+msgid "how to enter the credentials the right way."
+msgstr "como ingresar las credenciales de forma correcta."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:258
-msgid "Reduce inventory is disabled."
-msgstr "Reducir inventario está inactivo."
+#: ../../src/Translations/AdminTranslations.php:1016
+msgid " for test mode"
+msgstr " para el modo de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:270
-msgid "Payment Due"
-msgstr "Vencimiento del pago"
+#: ../../src/Translations/AdminTranslations.php:1028
+msgid "Store information is valid"
+msgstr "Información sobre tu tienda"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272
-msgid "In how many days will cash payments expire."
-msgstr "En cuántos días caducarán los pagos en efectivo."
+#: ../../src/Translations/AdminTranslations.php:1041
+msgid "Attention:"
+msgstr "Atención:"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:292
-msgid "Enable the available payment methods"
-msgstr "Habilita los medios de pago disponibles"
+#: ../../src/Translations/AdminTranslations.php:1042
+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 ""
+"La configuración de moneda que tienes en WooCommerce no es compatible con la "
+"moneda que usas en tu cuenta de Mercado Pago. Activa la conversión de moneda."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:294
-msgid "Choose the available payment methods in your store."
-msgstr "Selecciona los medios de pago disponibles en tu tienda."
+#: ../../src/Translations/AdminTranslations.php:1045
+msgid "We are converting your currency from: "
+msgstr "Ahora convertimos tu moneda de: "
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:298
-msgid "All payment methods"
-msgstr "Todos los medios de pago"
+#: ../../src/Translations/AdminTranslations.php:1061
+msgid "to "
+msgstr "a "
+
+#: ../../src/Translations/AdminTranslations.php:1072
+msgid "Payment status on Mercado Pago"
+msgstr "Estado de pago en el Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:458,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:486
+#: ../../src/Translations/AdminTranslations.php:1073
msgid ""
-"There was a problem processing your payment. Are you sure you have correctly "
-"filled out all the information on the payment form?"
+"This is the payment status of your Mercado Pago Activities. To check the "
+"order status, please refer to Order details."
msgstr ""
-"Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado "
-"correctamente toda la información en el formulario de pago?"
+"Este es el estado del pago de las Actividades de tu Mercado Pago. Para "
+"consultar el estado del pedido, consulta en Detalles del Pedido."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:451,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:479
-msgid "Your document data is invalid"
-msgstr "Los datos de su documento no son válidos"
+#: ../../src/Translations/AdminTranslations.php:1074,
+#: ../../src/Translations/AdminTranslations.php:1076
+msgid "View purchase details at Mercado Pago"
+msgstr "Ver detalles de compra en Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:527
-msgid "To print the ticket again click"
-msgstr "Para imprimir nuevamente el ticket hace clic"
+#: ../../src/Translations/AdminTranslations.php:1075,
+#: ../../src/Translations/AdminTranslations.php:1077,
+#: ../../src/Translations/AdminTranslations.php:1079
+msgid "Sync order status"
+msgstr "Sincronizar el estado del pedido"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:530
-msgid "here"
-msgstr "aquí"
+#: ../../src/Translations/AdminTranslations.php:1078
+msgid "Consult the reasons for refusal"
+msgstr "Consultar motivos de rechazo"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:659
-msgid " and "
-msgstr " y "
+#: ../../src/Translations/AdminTranslations.php:1080
+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:1081
+msgid "Unable to update order:"
+msgstr "No se puede actualizar el pedido:"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
+#: ../../src/Translations/AdminTranslations.php:1082
msgid "Payment made"
msgstr "Pago realizado"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114
+#: ../../src/Translations/AdminTranslations.php:1083
msgid "Payment made by the buyer and already credited in the account."
msgstr ""
"El pago realizado por el comprador y que ya está acreditado en la cuenta."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117
+#: ../../src/Translations/AdminTranslations.php:1084
msgid "Call resolved"
msgstr "Llamado resuelto"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218
+#: ../../src/Translations/AdminTranslations.php:1085,
+#: ../../src/Translations/AdminTranslations.php:1135
msgid "Please contact Mercado Pago for further details."
msgstr "Contacta a Mercado Pago para saber más detalles."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121
+#: ../../src/Translations/AdminTranslations.php:1086
msgid "Payment refunded"
msgstr "Pago devuelto"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122
+#: ../../src/Translations/AdminTranslations.php:1087
msgid ""
"Your refund request has been made. Please contact Mercado Pago for further "
"details."
@@ -1456,59 +1718,59 @@ msgstr ""
"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
"más detalles."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129
+#: ../../src/Translations/AdminTranslations.php:1088,
+#: ../../src/Translations/AdminTranslations.php:1090
msgid "Payment returned"
msgstr "Pago devuelto"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126
+#: ../../src/Translations/AdminTranslations.php:1089
msgid "The payment has been returned to the client."
msgstr "El pago ya fue devuelto al cliente."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130
+#: ../../src/Translations/AdminTranslations.php:1091
msgid "The payment has been partially returned to the client."
msgstr "El pago ya fue devuelto parcialmente al cliente."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133
+#: ../../src/Translations/AdminTranslations.php:1092
msgid "Payment canceled"
msgstr "Pago cancelado"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134
+#: ../../src/Translations/AdminTranslations.php:1093
msgid "The payment has been successfully canceled."
msgstr "El pago fue cancelado con éxito."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137
+#: ../../src/Translations/AdminTranslations.php:1094
msgid "Purchase canceled"
msgstr "Compra cancelada"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138
+#: ../../src/Translations/AdminTranslations.php:1095
msgid "The payment has been canceled by the customer."
msgstr "El pago fue cancelado por el cliente."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:307
+#: ../../src/Translations/AdminTranslations.php:1096,
+#: ../../src/Translations/AdminTranslations.php:1098,
+#: ../../src/Translations/AdminTranslations.php:1100,
+#: ../../src/Translations/AdminTranslations.php:1102,
+#: ../../src/Translations/AdminTranslations.php:1104,
+#: ../../src/Translations/AdminTranslations.php:1112,
+#: ../../src/Translations/AdminTranslations.php:1114,
+#: ../../src/Translations/AdminTranslations.php:1116,
+#: ../../src/Translations/AdminTranslations.php:1118,
+#: ../../src/Translations/AdminTranslations.php:1120,
+#: ../../src/Translations/AdminTranslations.php:1122,
+#: ../../src/Translations/AdminTranslations.php:1124,
+#: ../../src/Translations/AdminTranslations.php:1179
msgid "Pending payment"
msgstr "Cobro pendiente"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154
+#: ../../src/Translations/AdminTranslations.php:1097,
+#: ../../src/Translations/AdminTranslations.php:1099,
+#: ../../src/Translations/AdminTranslations.php:1101,
+#: ../../src/Translations/AdminTranslations.php:1103
msgid "Awaiting payment from the buyer."
msgstr "Esperando el pago del comprador."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158
+#: ../../src/Translations/AdminTranslations.php:1105
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 "
@@ -1517,72 +1779,48 @@ msgstr ""
"Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si "
"está todo bien para que puedas entregar el producto o brindar el servicio."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:205,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:209,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:213,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:225,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:229,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:233,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:237,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:241,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:245,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:249,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:271,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:275,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:279,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:283,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:287,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:291,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:295,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:299,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:303,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:315,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:321,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:325
+#: ../../src/Translations/AdminTranslations.php:1106,
+#: ../../src/Translations/AdminTranslations.php:1130,
+#: ../../src/Translations/AdminTranslations.php:1146,
+#: ../../src/Translations/AdminTranslations.php:1165,
+#: ../../src/Translations/AdminTranslations.php:1169,
+#: ../../src/Translations/AdminTranslations.php:1171,
+#: ../../src/Translations/AdminTranslations.php:1173,
+#: ../../src/Translations/AdminTranslations.php:1177
msgid "Declined payment"
msgstr "Cobro rechazado"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256
+#: ../../src/Translations/AdminTranslations.php:1107,
+#: ../../src/Translations/AdminTranslations.php:1131
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 ""
"El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use "
-"otra tarjeta o que se comunique con su banco."
+"“\n"
+"“otra tarjeta o que se comunique con su banco."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165
+#: ../../src/Translations/AdminTranslations.php:1108
msgid "Payment authorized. Awaiting capture."
msgstr "Pago autorizado. Esperando captura."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166
+#: ../../src/Translations/AdminTranslations.php:1109
msgid ""
"The payment has been authorized on the client's card. Please capture the "
"payment."
msgstr ""
"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169
+#: ../../src/Translations/AdminTranslations.php:1110
msgid "Payment in process"
msgstr "Pago en proceso"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190
+#: ../../src/Translations/AdminTranslations.php:1111,
+#: ../../src/Translations/AdminTranslations.php:1121
msgid "Please wait or contact Mercado Pago for further details"
msgstr "Espera o contacta a Mercado Pago para saber más detalles"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174
+#: ../../src/Translations/AdminTranslations.php:1113
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 "
@@ -1591,1438 +1829,928 @@ msgstr ""
"El banco está revisando el pago. Te avisaremos por e-mail cuando esté "
"confirmado para que puedas entregar el producto o brindar el servicio."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186
+#: ../../src/Translations/AdminTranslations.php:1115,
+#: ../../src/Translations/AdminTranslations.php:1117,
+#: ../../src/Translations/AdminTranslations.php:1119
msgid "Awaiting payment information validation."
-msgstr "Esperando validación de los datos de pago.."
+msgstr "Esperando validación de los datos de pago."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194
+#: ../../src/Translations/AdminTranslations.php:1123
msgid "Waiting for the buyer."
msgstr "Esperando al comprador."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:198
+#: ../../src/Translations/AdminTranslations.php:1125
msgid "Waiting for the card issuer."
-msgstr "Espererando al emisor de la tarjeta.."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:202
-msgid ""
-"The payment could not be processed. Please ask your client to use another "
-"card or to get in touch with the bank."
-msgstr ""
-"El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
-"medio de pago o que se contacte con el banco."
+msgstr "Espererando al emisor de la tarjeta."
+
+#: ../../src/Translations/AdminTranslations.php:1126,
+#: ../../src/Translations/AdminTranslations.php:1128,
+#: ../../src/Translations/AdminTranslations.php:1132,
+#: ../../src/Translations/AdminTranslations.php:1153,
+#: ../../src/Translations/AdminTranslations.php:1175
+msgid "The card issuing bank declined the payment"
+msgstr "El banco emisor de la tarjeta rechazó el pago"
+
+#: ../../src/Translations/AdminTranslations.php:1127,
+#: ../../src/Translations/AdminTranslations.php:1129,
+#: ../../src/Translations/AdminTranslations.php:1133,
+#: ../../src/Translations/AdminTranslations.php:1154,
+#: ../../src/Translations/AdminTranslations.php:1176
+msgid ""
+"Please recommend your customer to pay with another payment method or to "
+"contact their bank."
+msgstr ""
+"Recomiéndale a tu cliente que pague con otro medio de pago o que se "
+"comunique con su banco."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:217
+#: ../../src/Translations/AdminTranslations.php:1134
msgid "Mercado Pago did not process the payment"
msgstr "Mercado Pago no procesó el pago"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:221,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:311
+#: ../../src/Translations/AdminTranslations.php:1136,
+#: ../../src/Translations/AdminTranslations.php:1181
msgid "Expired payment deadline"
msgstr "Venció el plazo para el pago"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:312
+#: ../../src/Translations/AdminTranslations.php:1137,
+#: ../../src/Translations/AdminTranslations.php:1182
msgid "The client did not pay within the time limit."
-msgstr "El cliente no pagó dentro del límite de tiempo.."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230
-msgid ""
-"The CVV is invalid. Please ask your client to review the details or use "
-"another card."
-msgstr ""
-"El código de seguridad de la tarjeta es inválido. Revisá los datos que "
-"ingresaste o pedile a tu cliente que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234
-msgid ""
-"The card is expired. Please ask your client to use another card or to "
-"contact the bank."
-msgstr ""
-"La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se "
-"comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:288
-msgid ""
-"This payment was declined because it did not pass Mercado Pago security "
-"controls. Please ask your client to use another card."
-msgstr ""
-"Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
-"Pago. Pedile a tu cliente que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280
-msgid ""
-"The buyer is suspended in our platform. Your client must contact us to check "
-"what happened."
-msgstr ""
-"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
-"con nosotros para ver qué pasó."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251
-msgid ""
-"The card does not have enough limit. Please ask your client to use another "
-"card or to get in touch with the bank."
-msgstr ""
-"La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
-"tarjeta o que se comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252
-msgid ""
-"The card does not have sufficient balance. Please ask your client to use "
-"another card or to get in touch with the bank."
-msgstr ""
-"La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
-"tarjeta o que se comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260
-msgid ""
-"The CVV was entered incorrectly several times. Please ask your client to use "
-"another card or to get in touch with the bank."
-msgstr ""
-"Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a "
-"tu cliente que use otra tarjeta o que se comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:264
-msgid ""
-"The card does not allow the number of installments entered. Please ask your "
-"client to choose another installment plan or to use another card."
-msgstr ""
-"La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente "
-"que elija otro plan de cuotas o que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:268
-msgid ""
-"The card-issuing bank declined the payment. Please instruct your client to "
-"ask the bank to authotize it or to use another card."
-msgstr ""
-"El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que "
-"se contacte con el banco para autorizarlo o que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272
-msgid ""
-"From Mercado Pago we have detected that this payment has already been made "
-"before. If that is not the case, your client may try to pay again."
-msgstr ""
-"Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no "
-"es así, tu cliente puede intentarlo de nuevo."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276
-msgid ""
-"The card is not active yet. Please ask your client to use another card or to "
-"get in touch with the bank to activate it."
-msgstr ""
-"La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta "
-"o que se comunique con su banco para activarla."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:292
-msgid ""
-"The amount exceeded the card limit. Please ask your client to use another "
-"card or to get in touch with the bank."
-msgstr ""
-"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
-"tarjeta o que se comunique con el banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:296,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:300,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:304
-msgid ""
-"Please ask your client to use another card or to get in touch with the card "
-"issuer."
-msgstr ""
-"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
-"la tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:308
-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 ""
-"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
-"tarjeta o que se comunique con el banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:317
-msgid ""
-"The credit function is not enabled for the card. Please tell your client "
-"that it is possible to pay with debit or to use another one."
-msgstr ""
-"La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que "
-"puede pagar con la función débito de la misma tarjeta o pídele que use otra."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:318
-msgid ""
-"The debit function is not enabled for the card. Please tell your client that "
-"it is possible to pay with credit or to use another one."
-msgstr ""
-"La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
-"puede pagar con la función crédito de la misma tarjeta o pídele que use otra."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:322
-msgid ""
-"The card-issuing bank declined the payment. Please instruct your client to "
-"ask the bank to authorize it."
-msgstr ""
-"El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
-"comunique con el banco para autorizar el pago."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:326
-msgid ""
-"The buyer does not have enough balance to make the purchase. Please ask your "
-"client to deposit money to the Mercado Pago Account or to use a different "
-"payment method."
-msgstr ""
-"El cliente no tiene suficiente saldo en la cuenta para realizar la compra. "
-"Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de "
-"pago."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:329
-msgid "There was an error"
-msgstr "Hubo un error"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:330
-msgid "The transaction could not be completed."
-msgstr "No fue posible completar la transacción."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:413
-msgid "Payment status on Mercado Pago"
-msgstr "Estado de pago en el Mercado Pago"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:473,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485
-msgid "View purchase details at Mercado Pago"
-msgstr "Ver detalles de compra en Mercado Pago"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:486,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:498
-msgid "Sync order status"
-msgstr "Sincronizar el estado del pedido"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:497
-msgid "Check the reasons why the purchase was declined."
-msgstr "Consulta los motivos del rechazo de tu compra."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:606
-msgid "Order update successfully. This page will be reloaded..."
-msgstr "Actualización del pedido con éxito. Esta página será recargada…"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:610
-msgid "Unable to update order: "
-msgstr "No se puede actualizar el pedido: "
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:126
-msgid "See WooCommerce"
-msgstr "Ver WooCommerce"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124
-msgid "Install WooCommerce"
-msgstr "Instalar WooCommerce"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:121
-msgid "Activate WooCommerce"
-msgstr "Activar WooCommerce"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:137
-msgid "do you have a minute to share your experience with our plugin?"
-msgstr "¿tienes un minuto para compartir tu experiencia con nuestro plugin?"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:140
-msgid ""
-"Your opinion is very important so that we can offer you the best possible "
-"payment solution and continue to improve."
-msgstr ""
-"Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos "
-"posible y seguir mejorando."
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:149
-msgid "Rate the plugin"
-msgstr "Valorar el plugin"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:151
-msgid "Enable payments via Mercado Pago account"
-msgstr "Pagos a través de la cuenta de Mercado Pago"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:154
-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 ""
-"Con esta función activa, tus clientes pagan más rápido usando su cuenta de "
-"Mercado Pago.La tasa de aprobación de estos pagos en tu tienda puede "
-"ser un 25% mayor en comparación con otros medios de pago."
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:163
-msgid "Activate"
-msgstr "Activar"
-
-#: ../../includes/admin/views/html-admin-alert-frame.php:34,
-#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30
-msgid "Discard"
-msgstr "Descartar"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:141
-msgid "Mercado Pago Settings"
-msgstr "Configuración de Mercado Pago"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196
-msgid "Accept "
-msgstr "Acepta "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197
-msgid "payments on the spot "
-msgstr "pagos al instante "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198
-msgid "with"
-msgstr "con toda"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199
-msgid "the "
-msgstr "la "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200
-msgid "security "
-msgstr "seguridad "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201
-msgid "from Mercado Pago"
-msgstr "de Mercado Pago"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202
-msgid "Technical requirements"
-msgstr "Requisitos técnicos"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203
-msgid "SSL"
-msgstr "SSL"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204
-msgid "GD Extensions"
-msgstr "Extensiones GD"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205
-msgid "Curl"
-msgstr "Curl"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206
-msgid ""
-"Implementation responsible for transmitting data to Mercado Pago in a secure "
-"and encrypted way."
-msgstr ""
-"Implementación responsable de transmitir los datos a Mercado Pago de forma "
-"segura y encriptada."
+msgstr "El cliente no pagó dentro del límite de tiempo."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207
-msgid ""
-"These extensions are responsible for the implementation and operation of Pix "
-"in your store."
-msgstr ""
-"Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
-"tienda."
+#: ../../src/Translations/AdminTranslations.php:1138,
+#: ../../src/Translations/AdminTranslations.php:1140,
+#: ../../src/Translations/AdminTranslations.php:1142,
+#: ../../src/Translations/AdminTranslations.php:1183
+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"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208
+#: ../../src/Translations/AdminTranslations.php:1139,
+#: ../../src/Translations/AdminTranslations.php:1141,
+#: ../../src/Translations/AdminTranslations.php:1143,
+#: ../../src/Translations/AdminTranslations.php:1184,
+#: ../../src/Translations/AdminTranslations.php:1185
msgid ""
-"It is an extension responsible for making payments via requests from the "
-"plugin to Mercado Pago."
+"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 ""
-"Es una extensión encargada de realizar los pagos a través de requests del "
-"plugin a Mercado Pago."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209
-msgid "Collections and installments"
-msgstr "Cobros y cuotas"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210
-msgid "Choose "
-msgstr "Elige "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211
-msgid "when you want to receive the money "
-msgstr "cuándo quieres recibir el dinero "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212
-msgid "from your sales and if you want to offer "
-msgstr "de las ventas y si quieres ofrecer "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213
-msgid "interest-free installments "
-msgstr "cuotas sin interés"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214
-msgid "to your clients."
-msgstr "a los clientes."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215
-msgid "Set deadlines and fees"
-msgstr "Ajustar plazos y tasas"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216,
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:124
-msgid "Questions? "
-msgstr "¿Tienes dudas?"
+"Pídele que vuelva a ingresarlos tal como figuran en la tarjeta o en la app "
+"de su banco para finalizar el pago."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217
-msgid "Review the step-by-step of "
-msgstr "Revisa el paso a paso de "
+#: ../../src/Translations/AdminTranslations.php:1144,
+#: ../../src/Translations/AdminTranslations.php:1167
+msgid "We protected you from a suspicious payment"
+msgstr "Te protegimos de un pago sospechoso"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218
-msgid "how to integrate the Mercado Pago Plugin "
-msgstr "cómo integrar el Plugin de Mercado Pago "
+#: ../../src/Translations/AdminTranslations.php:1145
+msgid "For safety reasons, this transaction cannot be completed."
+msgstr "Por motivos de seguridad, esta transacción no podrá ser finalizada."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
-msgid "on our webiste for developers."
-msgstr "en nuestro sitio de desarrolladores."
+#: ../../src/Translations/AdminTranslations.php:1147,
+#: ../../src/Translations/AdminTranslations.php:1166
+msgid ""
+"The buyer is suspended in our platform. Your client must contact us to check "
+"what happened."
+msgstr ""
+"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
+"con nosotros para ver qué pasó."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231
-msgid "1. Integrate your store with Mercado Pago "
-msgstr "1. Integra la tienda a Mercado Pago "
+#: ../../src/Translations/AdminTranslations.php:1148
+msgid "For safety reasons, the card issuing bank declined the payment"
+msgstr "Por seguridad, el banco emisor de la tarjeta rechazó el pago"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232
+#: ../../src/Translations/AdminTranslations.php:1149,
+#: ../../src/Translations/AdminTranslations.php:1168
msgid ""
-"To enable orders, you must create and activate production credentials in "
-"your Mercado Pago Account. "
+"Recommend your customer to pay with their usual payment method and device "
+"for online purchases."
msgstr ""
-"Para habilitar las ventas, debes crear y activar las credenciales de "
-"producción en tu cuenta de Mercado Pago. "
+"Recomiéndale a tu cliente que pague con el medio de pago y dispositivo que "
+"suele usar para compras online."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233
-msgid "Copy and paste the credentials below."
-msgstr "Copia y pega tus credenciales a continuación."
+#: ../../src/Translations/AdminTranslations.php:1150
+msgid "Your customer's credit card has no available limit"
+msgstr "La tarjeta de crédito de tu cliente no tiene límite disponible"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234
-msgid "Check credentials"
-msgstr "Consultar credenciales"
+#: ../../src/Translations/AdminTranslations.php:1151,
+#: ../../src/Translations/AdminTranslations.php:1152,
+#: ../../src/Translations/AdminTranslations.php:1156
+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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235
-msgid "Test credentials "
-msgstr "Credenciales de prueba "
+#: ../../src/Translations/AdminTranslations.php:1155
+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"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236
-msgid "Enable Mercado Pago checkouts for test purchases in the store."
+#: ../../src/Translations/AdminTranslations.php:1157
+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:1158
+msgid ""
+"Please ask them to choose a different number of installments or to pay with "
+"another method."
msgstr ""
-"Habilitan a los checkouts de Mercado Pago para pruebas de compras en la "
-"tienda."
+"Pídele que elija una cantidad de pagos diferente o que use con otro medio."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237
-msgid "Public key"
-msgstr "Public key"
+#: ../../src/Translations/AdminTranslations.php:1159,
+#: ../../src/Translations/AdminTranslations.php:1186
+msgid "Your customer needs to authorize the payment through their bank"
+msgstr "Tu cliente necesita autorizar el pago con su banco"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238
-msgid "Access Token"
-msgstr "Access Token"
+#: ../../src/Translations/AdminTranslations.php:1160,
+#: ../../src/Translations/AdminTranslations.php:1187
+msgid ""
+"Please ask them to call the telephone number on their card or to pay with "
+"another method."
+msgstr ""
+"Pídele que llame al teléfono que está en la tarjeta o que pague con otro "
+"medio."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239
-msgid "Production credentials"
-msgstr "Credenciales de producción"
+#: ../../src/Translations/AdminTranslations.php:1161
+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"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240
-msgid "Enable Mercado Pago checkouts to receive real payments in the store."
-msgstr ""
-"Habilitan a los checkouts de Mercado Pago para recibir pagos reales en "
-"tienda."
+#: ../../src/Translations/AdminTranslations.php:1162
+msgid "Check your approved payments to verify it."
+msgstr "Revisa tu cobros aprobados para verificarlo."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241
-msgid "Paste your Public Key here"
-msgstr "Pega aquí tu Public Key"
+#: ../../src/Translations/AdminTranslations.php:1163
+msgid "Your customer's card was is not activated yet"
+msgstr "La tarjeta de tu cliente aún no está habilitada"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242
-msgid "Paste your Access Token here"
-msgstr "Pega aquí tu Access Token"
+#: ../../src/Translations/AdminTranslations.php:1164
+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 ""
+"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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243,
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280
-msgid "Save and continue"
-msgstr "Guardar y continuar"
+#: ../../src/Translations/AdminTranslations.php:1170
+msgid ""
+"This payment was declined because it did not pass Mercado Pago security "
+"controls. Please ask your client to use another card."
+msgstr ""
+"Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
+"Pago. Pedile a tu cliente que use otra tarjeta."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254
-msgid "2. Customize your business"
-msgstr "2. Personaliza tu negocio"
+#: ../../src/Translations/AdminTranslations.php:1172
+msgid ""
+"The amount exceeded the card limit. Please ask your client to use another "
+"card or to get in touch with the bank."
+msgstr ""
+"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
+"tarjeta o que se comunique con el banco."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255
+#: ../../src/Translations/AdminTranslations.php:1174,
+#: ../../src/Translations/AdminTranslations.php:1178
msgid ""
-"Fill out the following information to have a better experience and offer "
-"more information to your clients"
+"Please ask your client to use another card or to get in touch with the card "
+"issuer."
msgstr ""
-"Completa los siguientes datos para tener una mejor experiencia y ofrecer más "
-"información a los clientes"
+"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
+"la tarjeta."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256
-msgid "Your store information"
-msgstr "Información sobre tu tienda"
+#: ../../src/Translations/AdminTranslations.php:1180
+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 ""
+"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
+"tarjeta o que se comunique con el banco."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257
-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:1188
+msgid "Your customer's debit card has insufficient funds"
+msgstr "La tarjeta de débito de tu cliente no tiene saldo suficiente"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258
-msgid "Eg: Mary's store"
-msgstr "Ej.: TiendaMaría"
+#: ../../src/Translations/AdminTranslations.php:1189
+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:1190
+msgid "Something went wrong and the payment was declined"
+msgstr "El pago fue rechazado porque hubo un error"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259
+#: ../../src/Translations/AdminTranslations.php:1191
msgid ""
-"If this field is empty, the purchase will be identified as Mercado Pago."
+"Please recommend you customer to try again or to pay with another payment "
+"method."
msgstr ""
-"Si el campo queda vacío, la compra del cliente se identificará como Mercado "
-"Pago."
+"Recomiéndale a tu cliente que intente nuevamente o pague con otro medio de "
+"pago."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260
-msgid "Identification in Activities of Mercad Pago"
-msgstr "Identificación en Actividad de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:1204
+msgid "Any questions?"
+msgstr "¿Tienes dudas? "
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261
-msgid "Eg: Marystore"
-msgstr "Ej.: Tienda de María"
+#: ../../src/Translations/AdminTranslations.php:1205
+msgid "Please check the"
+msgstr "Revisa las"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262
-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:1206,
+#: ../../src/Translations/AdminTranslations.php:1222
+msgid "FAQs"
+msgstr "preguntas frecuentes"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263
-msgid "Store category"
-msgstr "Categoría de la tienda"
+#: ../../src/Translations/AdminTranslations.php:1207
+msgid "on the dev website."
+msgstr "en el sitio para desarrolladores."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264
-msgid "Select"
-msgstr "Seleccionar"
+#: ../../src/Translations/AdminTranslations.php:1220
+msgid "Check our"
+msgstr "Revisa las"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265
-msgid "Select ”Other” if you do not find the appropriate category."
-msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada."
+#: ../../src/Translations/AdminTranslations.php:1223
+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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266
-msgid "Advanced integration options (optional)"
-msgstr "Opciones avanzadas de integración (opcional)"
+#: ../../src/Translations/AdminTranslations.php:1228
+msgid "1. Go to the dev website and open a"
+msgstr "1. Ingresa al sitio para desarrolladores y abre un"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267
-msgid ""
-"For further integration of your store with Mercado Pago (IPN, Certified "
-"Partners, Debug Mode)"
-msgstr ""
-"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
-"Certificados, Modo Debug)"
+#: ../../src/Translations/AdminTranslations.php:1230
+msgid "ticket"
+msgstr "ticket"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268
-msgid "View advanced options"
-msgstr "Ver opciones avanzadas"
+#: ../../src/Translations/AdminTranslations.php:1231
+msgid "in the Support section."
+msgstr "en la sección de Soporte."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269
-msgid "URL for IPN "
-msgstr "URL para IPN "
+#: ../../src/Translations/AdminTranslations.php:1236
+msgid "4. Download the"
+msgstr "4. Descarga el"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270
-msgid "Eg: https://examples.com/my-custom-ipn-url"
-msgstr "Ej.: https://examples.com/my-custom-ipn-url"
+#: ../../src/Translations/AdminTranslations.php:1237
+msgid "error history"
+msgstr "historial de errores "
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271
-msgid ""
-"Add the URL to receive payments notifications. Find out more information in "
-"the "
+#: ../../src/Translations/AdminTranslations.php:1238
+msgid "and share it with the Mercado Pago team when asked for it."
msgstr ""
-"Ingresa la URL para recibir notificaciones de pago. Consulta más información "
-"en los "
+"y compártelo con el equipo de Mercado Pago cuando se te sea solicitado."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272
-msgid "guides."
-msgstr "manuales."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273
-msgid "Add plugin default params"
-msgstr "Agregar parámetros default del plugin"
+#: ../../src/Translations/AdminTranslations.php:1242
+msgid "Do you need help?"
+msgstr "¿Necesitas ayuda?"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274
-msgid "integrator_id"
-msgstr "integrator_id"
+#: ../../src/Translations/AdminTranslations.php:1243
+msgid "How to open a ticket:"
+msgstr "Cómo abrir un ticket:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275
-msgid "Eg: 14987126498"
-msgstr "Ej.: 14987126498"
+#: ../../src/Translations/AdminTranslations.php:1245
+msgid "2. Fill out the form with your store details."
+msgstr "2. Completa el formulario con los datos de tu tienda."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276
+#: ../../src/Translations/AdminTranslations.php:1246
msgid ""
-"If you are a Mercado Pago Certified Partner, make sure to add your "
-"integrator_id. If you do not have the code, please "
+"3. Copy and paste the following details when asked for the the technical "
+"information:"
msgstr ""
-"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
-"integrator_id. Si no tienes el código, "
+"3. Copia y pega los siguientes datos cuando se te pida la información "
+"técnica:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277
-msgid "request it now. "
-msgstr "solicítalo ahora. "
+#: ../../src/Translations/AdminTranslations.php:1249
+msgid "Version:"
+msgstr "Versión"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278
-msgid "Debug and Log Mode"
-msgstr "Modo debug y log"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:279
-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:1250
+msgid "History of errors"
+msgstr "Historial de errores"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291
-msgid "3. Set payment methods"
-msgstr "3. Configura los medios de pago"
+#: ../../src/Translations/AdminTranslations.php:1251
+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 ""
+"Selecciona los archivos que quieras compartir con nuestro equipo y haz clic "
+"en “Descargar”. Esta información se te solicitará por e-mail al momento de "
+"ser necesario."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:292
-msgid "To view more options, please select a payment method below"
-msgstr "Selecciona uno de los siguientes medios de pago para ver más opciones"
+#: ../../src/Translations/AdminTranslations.php:1254
+msgid "Source"
+msgstr "Origen"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:293
-msgid "Settings"
-msgstr "Configurar"
+#: ../../src/Translations/AdminTranslations.php:1255
+msgid "File date"
+msgstr "Fecha de creación"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:294
-msgid "Continue"
-msgstr "Continuar"
+#: ../../src/Translations/AdminTranslations.php:1256
+msgid "Download"
+msgstr "Descargar"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305
-msgid "4. Test your store before you sell"
-msgstr "4. Testea tu tienda antes de vender"
+#: ../../src/Translations/AdminTranslations.php:1257
+msgid "Next Page"
+msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306
-msgid ""
-"Test the experience in Test Mode and then enable the Sale Mode (Production) "
-"to sell."
+#: ../../src/Translations/AdminTranslations.php:1258
+msgid "Previous page"
msgstr ""
-"Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) "
-"para realizar ventas."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307
-msgid "Choose how you want to operate your store:"
-msgstr "Elige cómo quieres operar tu tienda:"
+#: ../../src/Translations/AdminTranslations.php:1259
+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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308
-msgid "Test Mode"
-msgstr "Modo Test"
+#: ../../src/Translations/StoreTranslations.php:103
+msgid "discount of"
+msgstr "descuento de"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309
-msgid "Mercado Pago Checkouts disabled for real collections. "
-msgstr "Checkouts Mercado Pago inactivos para cobros reales. "
+#: ../../src/Translations/StoreTranslations.php:104
+msgid "fee of"
+msgstr "comisión de"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310
-msgid "Test Mode rules."
-msgstr "Reglas del modo test."
+#: ../../src/Translations/StoreTranslations.php:105
+msgid "and"
+msgstr "y"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311
-msgid "Sale Mode (Production)"
-msgstr "Modo Ventas (Producción)"
+#: ../../src/Translations/StoreTranslations.php:106
+msgid "Shipping service used by the store."
+msgstr "Servicio de envío utilizado por la tienda."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312
-msgid "Mercado Pago Checkouts enabled for real collections."
-msgstr "Checkouts Mercado Pago activos para cobros reales."
+#: ../../src/Translations/StoreTranslations.php:107
+msgid "Discount provided by store"
+msgstr "Descuento proporcionado por la tienda"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313
-msgid "Mercado Pago payment methods in Production Mode"
-msgstr "Medios de pago Mercado Pago en Modo Produción"
+#: ../../src/Translations/StoreTranslations.php:108
+msgid "Mercado Pago Discount"
+msgstr "Descuento de Mercado Pago:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314
-msgid "The clients can make real purchases in your store."
-msgstr "Los clientes pueden hacer compras reales en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:109
+msgid "Mercado Pago Commission"
+msgstr "Comisión de Mercado Pago:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315
-msgid "Mercado Pago payment methods in Test Mode"
-msgstr "Medios de pago Mercado Pago en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:121
+msgid "Checkout Pro in Test Mode"
+msgstr "Checkout Pro en Modo Test"
+
+#: ../../src/Translations/StoreTranslations.php:122,
+#: ../../src/Translations/StoreTranslations.php:180,
+#: ../../src/Translations/StoreTranslations.php:214
+msgid "Use Mercado Pago's payment methods without real charges. "
+msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316
-msgid "Create your "
-msgstr "Crea tu "
+#: ../../src/Translations/StoreTranslations.php:123,
+#: ../../src/Translations/StoreTranslations.php:181,
+#: ../../src/Translations/StoreTranslations.php:215,
+#: ../../src/Translations/StoreTranslations.php:336,
+#: ../../src/Translations/StoreTranslations.php:364
+msgid "See the rules for the test mode."
+msgstr "Consulte las reglas para el modo test."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317
-msgid "test user "
-msgstr "usuario de prueba "
+#: ../../src/Translations/StoreTranslations.php:124
+msgid "Log in to Mercado Pago and earn benefits"
+msgstr "Inicia sesión en Mercado Pago y obtén beneficios"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318
-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/StoreTranslations.php:125
+msgid "Easy login"
+msgstr "Ingresa con facilidad"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319
-msgid "Use our test cards, "
-msgstr "Utiliza nuestras tarjetas de prueba, "
+#: ../../src/Translations/StoreTranslations.php:126
+msgid "Log in with the same email and password you use in Mercado Libre."
+msgstr "Inicia sesión con tu mismo e-mail y contraseña de Mercado Libre."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320
-msgid "never use real cards. "
-msgstr "nunca utilices tarjetas reales. "
+#: ../../src/Translations/StoreTranslations.php:127
+msgid "Blue phone image"
+msgstr "Imagen de teléfono azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321
-msgid "Visit your store "
-msgstr "Visita tu tienda "
+#: ../../src/Translations/StoreTranslations.php:128
+msgid "Quick payments"
+msgstr "Paga rápido"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322
-msgid "to test purchases"
-msgstr "para testear compras"
+#: ../../src/Translations/StoreTranslations.php:129
+msgid "Use your saved cards, Pix or available balance."
+msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323
-msgid "Save changes"
-msgstr "Guardar cambios"
+#: ../../src/Translations/StoreTranslations.php:130
+msgid "Use your available Mercado Pago Wallet balance or saved cards."
+msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324
-msgid "Store under test"
-msgstr "Tienda en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:131
+msgid "Use your available money or saved cards."
+msgstr "Usa tu dinero disponible o tarjetas guardadas."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325
-msgid "Store in sale mode (Production)"
-msgstr "Tienda en Modo Ventas (Producción)"
+#: ../../src/Translations/StoreTranslations.php:132
+msgid "Blue wallet image"
+msgstr "Imagen de billetera azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326
-msgid "Enter test credentials"
-msgstr "Ingresa las credenciales de prueba"
+#: ../../src/Translations/StoreTranslations.php:133
+msgid "Protected purchases"
+msgstr "Protege tu compra"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:327
-msgid "To enable test mode, "
-msgstr "Para activar el modo de prueba, "
+#: ../../src/Translations/StoreTranslations.php:134
+msgid "Reliable purchases"
+msgstr "Compra con confianza"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:328
-msgid "copy your test credentials "
-msgstr "copia tus credenciales de prueba "
+#: ../../src/Translations/StoreTranslations.php:135
+msgid "Get your money back in case you don't receive your product."
+msgstr "Recupera tu dinero si no recibes el producto."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:329
-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/StoreTranslations.php:136
+msgid "Get help if you have a problem with your purchase."
+msgstr "Recibe ayuda si tienes algún problema con tu compra."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:366
-msgid "Invalid Access Token"
-msgstr "Access token no válido"
+#: ../../src/Translations/StoreTranslations.php:137
+msgid "Blue protection image"
+msgstr "Imagen de protección azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:368
-msgid "Valid Access Token"
-msgstr "Access token válido"
+#: ../../src/Translations/StoreTranslations.php:138
+msgid "Installments option"
+msgstr "Accede a cuotas"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:374
-msgid "Invalid Public Key"
-msgstr "Public key no válida"
+#: ../../src/Translations/StoreTranslations.php:139
+msgid "Pay with or without a credit card."
+msgstr "Paga con o sin tarjeta de crédito."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:376
-msgid "Valid Public Key"
-msgstr "Public key válida"
+#: ../../src/Translations/StoreTranslations.php:140
+msgid "Interest-free installments with selected banks."
+msgstr "Cuotas sin interés con bancos seleccionados."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:379
-msgid "Credentials must be valid"
-msgstr "Las credenciales deben ser válidas"
+#: ../../src/Translations/StoreTranslations.php:141
+msgid "Blue phone installments image"
+msgstr "Imagen de cuotas de teléfono azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:429
-msgid "Credentials were updated"
-msgstr "Se actualizaron las credenciales"
+#: ../../src/Translations/StoreTranslations.php:142
+msgid "Available payment methods"
+msgstr "Medios de pago disponibles"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:421
+#: ../../src/Translations/StoreTranslations.php:143,
+#: ../../src/Translations/StoreTranslations.php:186
msgid ""
-"Your store has exited Test Mode and is making real sales in Production Mode."
+"By continuing, you will be taken to Mercado Pago to safely complete your "
+"purchase."
msgstr ""
-"Ahora su tienda está fuera del modo de prueba y está realizando ventas "
-"reales en el modo de producción."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:422
-msgid "To test the store, re-enter both test credentials."
-msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:435
-msgid "Invalid credentials"
-msgstr "Credenciales no válidas"
+"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
+"segura."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:436
-msgid "See our manual to learn "
-msgstr "Consulte nuestro manual para saber "
+#: ../../src/Translations/StoreTranslations.php:144,
+#: ../../src/Translations/StoreTranslations.php:187
+msgid "Checkout Pro redirect info image"
+msgstr "Imagen de redirección de Checkout Pro"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:437
-msgid "how to enter the credentials the right way."
-msgstr "como ingresar las credenciales de forma correcta."
+#: ../../src/Translations/StoreTranslations.php:145,
+#: ../../src/Translations/StoreTranslations.php:188,
+#: ../../src/Translations/StoreTranslations.php:239,
+#: ../../src/Translations/StoreTranslations.php:281,
+#: ../../src/Translations/StoreTranslations.php:342,
+#: ../../src/Translations/StoreTranslations.php:374
+msgid "By continuing, you agree with our"
+msgstr "Al continuar, aceptas nuestros"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:497
-msgid "Store information is valid"
-msgstr "Información sobre tu tienda"
+#: ../../src/Translations/StoreTranslations.php:146,
+#: ../../src/Translations/StoreTranslations.php:189,
+#: ../../src/Translations/StoreTranslations.php:240,
+#: ../../src/Translations/StoreTranslations.php:282,
+#: ../../src/Translations/StoreTranslations.php:343,
+#: ../../src/Translations/StoreTranslations.php:375
+msgid "Terms and conditions"
+msgstr "Términos y condiciones"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:527
-msgid "Mercado Pago's Payment Methods in Test Mode"
-msgstr "Medios de pago Mercado Pago en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:147,
+#: ../../src/Translations/StoreTranslations.php:218,
+#: ../../src/Translations/StoreTranslations.php:263
+msgid "Pay with Mercado Pago"
+msgstr "Pagar con Mercado Pago"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:528
-msgid "Mercado Pago's Payment Methods in Production Mode"
-msgstr "Medios de pago Mercado Pago en Modo Produción"
+#: ../../src/Translations/StoreTranslations.php:148,
+#: ../../src/Translations/StoreTranslations.php:264
+msgid "Cancel & Clear Cart"
+msgstr "Cancelar & Limpiar carrito"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:521
-msgid "Invalid credentials for test mode"
-msgstr "Credenciales inválidas para el modo de prueba"
+#: ../../src/Translations/StoreTranslations.php:161
+msgid "Log in"
+msgstr "Inicia sesión"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:603
-msgid "Enabled"
-msgstr "Activado"
+#: ../../src/Translations/StoreTranslations.php:162
+msgid ""
+"or create an account in Mercado Pago. If you use Mercado Libre, you already "
+"have one!"
+msgstr ""
+"o crea una cuenta en Mercado Pago. Si utilizas Mercado Libre, ¡ya tienes una!"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:604
-msgid "Disabled"
-msgstr "Inactivo"
+#: ../../src/Translations/StoreTranslations.php:167
+msgid "Know your available limit in Mercado Crédito and"
+msgstr "Conoce tu límite disponible en Mercado Crédito y"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:632
-msgid "Valid Credentials"
-msgstr "Credenciales válidas"
+#: ../../src/Translations/StoreTranslations.php:168
+msgid "choose how many installments"
+msgstr "elige en cuántas cuotas"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:635
-msgid "Credentials couldn't be validated"
-msgstr "No se pudieron validar las credenciales"
+#: ../../src/Translations/StoreTranslations.php:169
+msgid "you want to pay"
+msgstr "quieres pagar"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:658
-msgid "Store business fields are valid"
-msgstr "Los campos comerciales de la tienda son válidos"
+#: ../../src/Translations/StoreTranslations.php:174
+msgid "Pay the installments as you prefer:"
+msgstr "Paga las cuotas como prefieras:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:661
-msgid "Store business fields couldn't be validated"
-msgstr "Los campos comerciales de la tienda no se pudieron validar"
+#: ../../src/Translations/StoreTranslations.php:175
+msgid "with money in your account, card of from the Mercado Pago app"
+msgstr "con dinero, tarjeta o directo desde la app de Mercado Pago"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:684
-msgid "At least one paymet method is enabled"
-msgstr "Al menos un método de pago está habilitado"
+#: ../../src/Translations/StoreTranslations.php:179
+msgid "No card installments in Test Mode"
+msgstr "Mensualidades sin tarjeta en Modo Test"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:687
-msgid "No payment method enabled"
-msgstr "No se habilitó ningún método de pago"
+#: ../../src/Translations/StoreTranslations.php:182
+msgid "How to use it?"
+msgstr "¿Cómo usar?"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:77
-msgid "Payment approved."
-msgstr "Pago aprobado."
+#: ../../src/Translations/StoreTranslations.php:190
+msgid "Pay in"
+msgstr "Compra en hasta"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:131,
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:135
-msgid "Waiting for the Pix payment."
-msgstr "Esperando el pago de Pix."
+#: ../../src/Translations/StoreTranslations.php:191
+msgid "installments"
+msgstr "12 pagos sin tarjeta"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:148,
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:152
-msgid "Waiting for the ticket payment."
-msgstr "Esperando el pago del boleto."
+#: ../../src/Translations/StoreTranslations.php:192
+msgid "with Mercado Pago"
+msgstr "con Mercado Pago"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:160
-msgid "The customer has not made the payment yet."
-msgstr "El cliente todavía no efectuó el pago."
+#: ../../src/Translations/StoreTranslations.php:193
+msgid "Read more"
+msgstr "Leer más"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:179
-msgid "Payment is pending review."
-msgstr "El pago está pendiente de revisión."
+#: ../../src/Translations/StoreTranslations.php:194
+msgid "Buy now and pay in installments with no card later!"
+msgstr "¡Compra ahora y paga después!"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:196
-msgid "Payment was declined. The customer can try again."
-msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
+#: ../../src/Translations/StoreTranslations.php:195
+msgid "100% online, without paperwork or monthly fees"
+msgstr "Compra en hasta 12 pagos mensuales sin usar tarjeta de crédito"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:211
-msgid "Payment was returned to the customer."
-msgstr "El pago fue devuelto al cliente."
+#: ../../src/Translations/StoreTranslations.php:196
+msgid "You can apply for your line of credit 100% online and securely."
+msgstr "Puedes solicitar tu línea de crédito 100% online y de forma segura."
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:225
-msgid "Payment was canceled."
-msgstr "El pago fue cancelado."
+#: ../../src/Translations/StoreTranslations.php:197
+msgid "Do everything from the Mercado Pago app!"
+msgstr "Sin trámites. ¡Haz todo desde la app de Mercado Pago!"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:240,
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:252
-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:198
+msgid "No maintenance fees or additional costs."
+msgstr "Sin tasas de mantenimiento ni costos adicionales."
-#. translators: 1: payment_id 2: status
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:318
-msgid ""
-"Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s."
-msgstr ""
-"Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s."
+#: ../../src/Translations/StoreTranslations.php:199
+msgid "Questions? "
+msgstr "¿Dudas? "
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:371
-msgid "Shipping service used by the store."
-msgstr "Servicio de envío utilizado por la tienda."
+#: ../../src/Translations/StoreTranslations.php:200
+msgid "Check our FAQ"
+msgstr "Consulta nuestra FAQ"
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:562,
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:563
-msgid "Discount provided by store"
-msgstr "Descuento proporcionado por la tienda"
+#: ../../src/Translations/StoreTranslations.php:201
+msgid ". Credit subject to approval."
+msgstr ". Crédito sujeto a aprobación."
-#. translators: %s coupon
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:130
-msgid "Discount for coupon %s"
-msgstr "Descuento para el cupón %s"
+#: ../../src/Translations/StoreTranslations.php:213
+msgid "Checkout Custom in Test Mode"
+msgstr "Tarjeta de crédito en Modo Test"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
-msgid " and fee of"
-msgstr " y comisión de"
+#: ../../src/Translations/StoreTranslations.php:216
+msgid "Pay with saved cards"
+msgstr "Paga con tarjetas guardadas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:547
+#: ../../src/Translations/StoreTranslations.php:217
msgid ""
-"Public Key production credential is invalid. Review the field to "
-"receive real payments."
+"Do you have a Mercado Libre account? Then use the same email and password to "
+"pay faster with Mercado Pago."
msgstr ""
-"La credencial para producción Public Key es inválida. Revísala para "
-"poder recibir pagos reales."
+"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
+"pagar más rápido con Mercado Pago."
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:556
-msgid ""
-"Public Key test credential is invalid. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Public Key es inválida. Revísala para poder "
-"realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:219
+msgid "With which card can you pay?"
+msgstr "¿Con qué tarjeta puedes pagar?"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:565
-msgid ""
-"Access Token production credential is invalid. Remember that it must "
-"be complete to receive real payments."
-msgstr ""
-"La credencial para producción Access Token es inválida. Revísala para "
-"poder recibir pagos reales."
+#: ../../src/Translations/StoreTranslations.php:220,
+#: ../../src/Translations/StoreTranslations.php:224
+msgid "See current promotions"
+msgstr "Ver promociones vigentes"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:574
-msgid ""
-"Access Token test credential is invalid. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Access Token es inválida. Revísala para poder "
-"realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:221
+msgid "Credit cards"
+msgstr "Tarjetas de crédito"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:592
-msgid ""
-"Public Key test credential is blank. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Public Key está en blanco. Revísala para "
-"poder realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:222
+msgid "Up to 12 installments"
+msgstr "Hasta 12 cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:601
-msgid ""
-"Public Key production credential is blank. Review the field to "
-"receive real payments."
-msgstr ""
-"La credencial para producción Public Key está en blanco. Revísala "
-"para poder recibir pagos reales."
+#: ../../src/Translations/StoreTranslations.php:223
+msgid "Debit cards"
+msgstr "Tarjetas de débito"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:610
-msgid ""
-"Access Token test credential is blank. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Access Token está en blanco. Revísala para "
-"poder realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:225
+msgid "Fill in your card details"
+msgstr "Completa los datos de tu tarjeta"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:619
-msgid ""
-"Access Token production credential is blank. Remember that it must be "
-"complete to receive real payments."
-msgstr ""
-"La credencial para producción Access Token está en blanco. Revísala "
-"para poder recibir pagos reales."
+#: ../../src/Translations/StoreTranslations.php:226
+msgid "Card number"
+msgstr "Número de Tarjeta"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:90
-msgid ""
-"There was an error processing your payment. Please try again or contact us "
-"for Assistance."
-msgstr ""
-"Se ha producido un error en el procesamiento de su pago. Por favor, "
-"inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
+#: ../../src/Translations/StoreTranslations.php:227,
+#: ../../src/Translations/StoreTranslations.php:229,
+#: ../../src/Translations/StoreTranslations.php:231,
+#: ../../src/Translations/StoreTranslations.php:233
+msgid "Required data"
+msgstr "Datos obligatorios"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:82,
-#: ../../templates/checkout/custom-checkout.php:45,
-#: ../../templates/receipt/custom-checkout.php:41
-msgid "Pay with Mercado Pago"
-msgstr "Pagar con Mercado Pago"
+#: ../../src/Translations/StoreTranslations.php:228
+msgid "Holder name as it appears on the card"
+msgstr "Nombre del titular como aparece en la tarjeta"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:84,
-#: ../../templates/receipt/custom-checkout.php:44
-msgid "Cancel & Clear Cart"
-msgstr "Cancelar & Limpiar carrito"
+#: ../../src/Translations/StoreTranslations.php:230
+msgid "Expiration"
+msgstr "Vencimiento"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:73,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82
-msgid "Apply"
-msgstr "Aplicar"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:74,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
-msgid "Remove"
-msgstr "Retirar"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
-msgid "Please, inform your coupon code"
-msgstr "Por favor, informe su código de cupón"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
-msgid "To choose"
-msgstr "Elegir"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
-msgid "Other bank"
-msgstr "Otro banco"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:148,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
-msgid "You will save"
-msgstr "Salvarás"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:149,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
-msgid "with discount of"
-msgstr "con descuento de"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:150,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
-msgid "Total of your purchase:"
-msgstr "Total de su compra:"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:151,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
-msgid "Total of your purchase with discount:"
-msgstr "Total de su compra con descuento:"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
-msgid "*After payment approval"
-msgstr "*Tras la aprobación del pago"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
-msgid "Terms and conditions of use"
-msgstr "Términos y condiciones de uso"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
-msgid "No fee"
-msgstr "Sin interés"
+#: ../../src/Translations/StoreTranslations.php:232
+msgid "Security Code"
+msgstr "Código de seguridad"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173
-msgid "More options"
-msgstr "Más opciones"
+#: ../../src/Translations/StoreTranslations.php:234,
+#: ../../src/Translations/StoreTranslations.php:337,
+#: ../../src/Translations/StoreTranslations.php:365
+msgid "Holder document"
+msgstr "Documento del titular"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
-msgid "mm/yy"
-msgstr "mm/aa"
+#: ../../src/Translations/StoreTranslations.php:235,
+#: ../../src/Translations/StoreTranslations.php:338,
+#: ../../src/Translations/StoreTranslations.php:366
+msgid "Invalid document"
+msgstr "Número de documento no válido"
+
+#: ../../src/Translations/StoreTranslations.php:236,
+#: ../../src/Translations/StoreTranslations.php:238
+msgid "Select the number of installments"
+msgstr "Selecciona la cantidad de cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
-#: ../../templates/checkout/custom-checkout.php:134
+#: ../../src/Translations/StoreTranslations.php:237,
+#: ../../src/Translations/StoreTranslations.php:242
msgid "Issuer"
msgstr "Banco"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165
+#: ../../src/Translations/StoreTranslations.php:241
+msgid "mm/yy"
+msgstr "mm/aa"
+
+#: ../../src/Translations/StoreTranslations.php:243
msgid "Installments"
-msgstr "12 pagos sin tarjeta"
+msgstr "Cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
+#: ../../src/Translations/StoreTranslations.php:244
msgid "on the back"
msgstr "del dorso"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
+#: ../../src/Translations/StoreTranslations.php:245
msgid "on the front"
msgstr "del frente"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
+#: ../../src/Translations/StoreTranslations.php:246
msgid "digits"
msgstr "dígitos"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:174
+#: ../../src/Translations/StoreTranslations.php:247
+msgid "No fee"
+msgstr "Sin interés"
+
+#: ../../src/Translations/StoreTranslations.php:248
+msgid "More options"
+msgstr "Más opciones"
+
+#: ../../src/Translations/StoreTranslations.php:249
msgid "If interest is applicable, it will be charged by your bank."
msgstr "Si corresponden intereses, serán aplicados por tu banco."
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175
+#: ../../src/Translations/StoreTranslations.php:250
msgid "Interest"
msgstr "Intereses"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178
+#: ../../src/Translations/StoreTranslations.php:251
msgid "Card number is required"
msgstr "Número de tarjeta obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:179
+#: ../../src/Translations/StoreTranslations.php:252
msgid "Card number invalid"
msgstr "Número de tarjeta inválido"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182
+#: ../../src/Translations/StoreTranslations.php:253
msgid "Holder name is required"
msgstr "Nombre del titular obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:183
+#: ../../src/Translations/StoreTranslations.php:254
msgid "Holder name invalid"
msgstr "Nombre del titular inválido"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:186,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188
+#: ../../src/Translations/StoreTranslations.php:255,
+#: ../../src/Translations/StoreTranslations.php:257
msgid "Expiration date invalid"
msgstr "Fecha de vencimiento inválido"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:187
+#: ../../src/Translations/StoreTranslations.php:256
msgid "Expiration date incomplete"
msgstr "Fecha de vencimiento obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:191
+#: ../../src/Translations/StoreTranslations.php:258
msgid "Security code is required"
msgstr "Código de seguridad obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:192
+#: ../../src/Translations/StoreTranslations.php:259
msgid "Security code incomplete"
msgstr "Código de seguridad incompleto"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:230
+#: ../../src/Translations/StoreTranslations.php:260
msgid "Cost of installments"
msgstr "Coste de las cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:231
+#: ../../src/Translations/StoreTranslations.php:261
msgid "Total with installments"
msgstr "Total con cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:232
+#: ../../src/Translations/StoreTranslations.php:262
msgid "installments of"
msgstr "cuotas de"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:139
+#: ../../src/Translations/StoreTranslations.php:276
+msgid "Pix in Test Mode"
+msgstr "Pix en Modo Test"
+
+#: ../../src/Translations/StoreTranslations.php:277
+msgid ""
+"You can test the flow to generate a code, but you cannot finalize the "
+"payment."
+msgstr ""
+"Es posible probar el flujo para generar una factura, pero no es posible "
+"finalizar el pago."
+
+#: ../../src/Translations/StoreTranslations.php:278
+msgid "Pay instantly"
+msgstr "Pago instantáneo"
+
+#: ../../src/Translations/StoreTranslations.php:279
+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:280
+msgid "Pix logo"
+msgstr "Pix logo"
+
+#: ../../src/Translations/StoreTranslations.php:283,
+#: ../../src/Translations/StoreTranslations.php:292
+msgid "Code valid for "
+msgstr "Código válido por "
+
+#: ../../src/Translations/StoreTranslations.php:284
msgid "Now you just need to pay with Pix to finalize your purchase"
msgstr "Ahora sólo tiene que pagar con Pix para finalizar su compra"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:140
+#: ../../src/Translations/StoreTranslations.php:285
msgid "How to pay with Pix:"
msgstr "Cómo pagar con Pix:"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
+#: ../../src/Translations/StoreTranslations.php:286
msgid "Go to your bank's app or website"
msgstr "Entra en la app o en la página web de tu banco"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142
+#: ../../src/Translations/StoreTranslations.php:287
msgid "Search for the option to pay with Pix"
msgstr "Busca la opción de pagar con Pix"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143
+#: ../../src/Translations/StoreTranslations.php:288
msgid "Scan the QR code or Pix code"
msgstr "Escanea el código QR o el código Pix"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144
+#: ../../src/Translations/StoreTranslations.php:289
msgid "Done! You will see the payment confirmation"
msgstr "Listo. Verás la confirmación del pago"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145
+#: ../../src/Translations/StoreTranslations.php:290
msgid "Value: "
msgstr "Valor: "
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147
+#: ../../src/Translations/StoreTranslations.php:291
msgid "Scan the QR code:"
msgstr "Escanea el código QR:"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150
+#: ../../src/Translations/StoreTranslations.php:293
msgid "If you prefer, you can pay by copying and pasting the following code"
msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152
+#: ../../src/Translations/StoreTranslations.php:294
msgid "Copy code"
msgstr "Copiar código"
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:112
-msgid "Pay in"
-msgstr "Compra en hasta"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:113
-msgid "installments"
-msgstr "12 pagos sin tarjeta"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:114
-msgid "with Mercado Pago"
-msgstr "con Mercado Pago"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:115
-msgid "Read more"
-msgstr "Saber más"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:116
-msgid "Buy now and pay in installments with no card later!"
-msgstr "¡Compra ahora y paga después!"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:117
-msgid "100% online,"
-msgstr "Compra en hasta"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:118
-msgid "without paperwork or monthly fees"
-msgstr "12 pagos mensuales sin usar tarjeta de crédito"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:119
-msgid "When paying, choose"
-msgstr "Puedes solicitar "
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:120
-msgid ". Login to your account or create one in a few steps."
-msgstr "tu línea de crédito 100% online y de forma segura."
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:121
-msgid "Search for"
-msgstr "Sin trámites."
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:122
-msgid ""
-"among the options, select it and choose in how many installments you would "
-"like to pay."
-msgstr " ¡Haz todo desde la app de Mercado Pago!"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:123
-msgid "Pay your installments monthly as you wish, in the Mercado Pago app."
-msgstr "Sin tasas de mantenimiento ni costos adicionales."
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126
-msgid "Check our FAQ"
-msgstr "Consulta nuestra FAQ"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:127
-msgid ". Credit subject to approval."
-msgstr ". Crédito sujeto a aprobación."
-
-#: ../../includes/module/sdk/lib/class-mp.php:182,
-#: ../../includes/module/sdk/lib/class-mp.php:634,
-#: ../../includes/module/sdk/lib/class-mp.php:682,
-#: ../../includes/module/sdk/lib/class-mp.php:727,
-#: ../../includes/module/sdk/lib/class-mp.php:986
-msgid "Response from cache"
-msgstr "Respuesta de la caché"
-
-#: ../../includes/module/sdk/lib/class-mp.php:1000
-msgid "Response from API"
-msgstr "Respuesta de la API"
-
-#. translators: 1: total_time currency 2: url
-#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179
-msgid "Took %1$s seconds to transfer a request to %2$s"
-msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s"
-
-#: ../../templates/checkout/basic-checkout.php:24
-msgid "Checkout Pro in Test Mode"
-msgstr "Checkout Pro en Modo Test"
-
-#: ../../templates/checkout/basic-checkout.php:25,
-#: ../../templates/checkout/credits-checkout.php:25
-msgid "Use Mercado Pago's payment methods without real charges. "
-msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
-
-#: ../../templates/checkout/basic-checkout.php:26,
-#: ../../templates/checkout/credits-checkout.php:26,
-#: ../../templates/checkout/ticket-checkout.php:26
-msgid "See the rules for the test mode."
-msgstr "Consulte las reglas para el modo test."
-
-#: ../../templates/checkout/basic-checkout.php:35
-msgid "Log in to Mercado Pago and earn benefits"
-msgstr "Inicia sesión en Mercado Pago y obtén beneficios"
-
-#: ../../templates/checkout/basic-checkout.php:54
-msgid ""
-"By continuing, you will be taken to Mercado Pago to safely complete your "
-"purchase."
-msgstr ""
-"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
-"segura."
-
-#: ../../templates/checkout/basic-checkout.php:56,
-#: ../../templates/checkout/credits-checkout.php:47
-msgid "Checkout Pro redirect info image"
-msgstr "Imagen de redirección de Checkout Pro"
-
-#: ../../templates/checkout/basic-checkout.php:66,
-#: ../../templates/checkout/credits-checkout.php:56,
-#: ../../templates/checkout/custom-checkout.php:169,
-#: ../../templates/checkout/pix-checkout.php:31,
-#: ../../templates/checkout/ticket-checkout.php:96
-msgid "By continuing, you agree with our"
-msgstr "Al continuar, aceptas nuestros"
-
-#: ../../templates/checkout/basic-checkout.php:67,
-#: ../../templates/checkout/credits-checkout.php:57,
-#: ../../templates/checkout/custom-checkout.php:170,
-#: ../../templates/checkout/pix-checkout.php:31,
-#: ../../templates/checkout/ticket-checkout.php:97
-msgid "Terms and conditions"
-msgstr "Términos y condiciones"
-
-#: ../../templates/checkout/credits-checkout.php:24
-msgid "No card installments in Test Mode"
-msgstr "Mensualidades sin tarjeta en Modo Test"
-
-#: ../../templates/checkout/credits-checkout.php:34
-msgid "How to use it?"
-msgstr "¿Cómo usar?"
-
-#: ../../templates/checkout/credits-checkout.php:37
-msgid ""
-"Log in or create an account in Mercado Pago. If you use Mercado "
-"Libre, you already have one!"
-msgstr ""
-"Inicia sesión o crea una cuenta en Mercado Pago. Si has usado Mercado "
-"Libre para comprar, ¡ya tienes una!"
-
-#: ../../templates/checkout/credits-checkout.php:38
-msgid ""
-"Know your available limit in Mercado Crédito and choose how many "
-"installments you want to pay."
-msgstr ""
-"Conoce el límite disponible de tu línea de crédito y elige el plazo en "
-"el que quieres pagar tu compra."
-
-#: ../../templates/checkout/credits-checkout.php:39
-msgid ""
-"Pay the installments as you prefer: with money in your account, card of "
-"from the Mercado Pago app."
-msgstr ""
-"Paga mes a mes con el medio de pago que prefieras. ¡Todo desde la app "
-"de Mercado Pago!"
+#: ../../src/Translations/StoreTranslations.php:295,
+#: ../../src/Translations/StoreTranslations.php:349,
+#: ../../src/Translations/StoreTranslations.php:373
+msgid "Mercado Pago: The customer has not paid yet."
+msgstr "Mercado Pago: El cliente no ha pagado todavía."
-#: ../../templates/checkout/credits-checkout.php:46
+#: ../../src/Translations/StoreTranslations.php:296
msgid ""
-"By confirming your purchase, you will be redirected to your Mercado Pago "
-"account."
+"Mercado Pago: Now you just need to pay with Pix to finalize your purchase."
msgstr ""
-"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
-"segura."
-
-#: ../../templates/checkout/custom-checkout.php:23
-msgid "Checkout Custom in Test Mode"
-msgstr "Tarjeta de crédito en Modo Test"
-
-#: ../../templates/checkout/custom-checkout.php:24
-msgid "Use Mercado Pago means without real charges."
-msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
-
-#: ../../templates/checkout/custom-checkout.php:25
-msgid "See test mode rules."
-msgstr "Ver las reglas del Modo Test."
-
-#: ../../templates/checkout/custom-checkout.php:36
-msgid "Pay with saved cards"
-msgstr "Paga con tarjetas guardadas"
+"Mercado Pago: Ahora sólo tiene que pagar con Pix para finalizar su compra."
-#: ../../templates/checkout/custom-checkout.php:40
+#: ../../src/Translations/StoreTranslations.php:297
msgid ""
-"Do you have a Mercado Libre account? Then use the same email and password to "
-"pay faster with Mercado Pago."
+"Scan the QR code below or copy and paste the code into your bank's "
+"application."
msgstr ""
-"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
-"pagar más rápido \n"
-"con Mercado Pago."
-
-#: ../../templates/checkout/custom-checkout.php:57
-msgid "With which card can you pay?"
-msgstr "¿Con qué tarjeta puedes pagar?"
-
-#: ../../templates/checkout/custom-checkout.php:70
-msgid "See current promotions"
-msgstr "Ver promociones vigentes"
-
-#: ../../templates/checkout/custom-checkout.php:78
-msgid "Fill in your card details"
-msgstr "Completa los datos de tu tarjeta"
-
-#: ../../templates/checkout/custom-checkout.php:80
-msgid "Card number"
-msgstr "Número de Tarjeta"
+"Escanee el código QR a continuación o copie y pegue el código en la "
+"aplicación de su banco."
-#: ../../templates/checkout/custom-checkout.php:82,
-#: ../../templates/checkout/custom-checkout.php:89,
-#: ../../templates/checkout/custom-checkout.php:98,
-#: ../../templates/checkout/custom-checkout.php:106
-msgid "Required data"
-msgstr "Datos obligatorios"
+#: ../../src/Translations/StoreTranslations.php:298
+msgid "30 minutes"
+msgstr "30 minutos"
-#: ../../templates/checkout/custom-checkout.php:87
-msgid "Holder name as it appears on the card"
-msgstr "Nombre del titular como aparece en la tarjeta"
+#: ../../src/Translations/StoreTranslations.php:310
+msgid "Payment approved."
+msgstr "Pago aprobado."
-#: ../../templates/checkout/custom-checkout.php:95
-msgid "Expiration"
-msgstr "Vencimiento"
+#: ../../src/Translations/StoreTranslations.php:311
+msgid "Waiting for the Pix payment."
+msgstr "Esperando el pago de Pix."
-#: ../../templates/checkout/custom-checkout.php:103
-msgid "Security Code"
-msgstr "Código de seguridad"
+#: ../../src/Translations/StoreTranslations.php:312
+msgid "Waiting for the ticket payment."
+msgstr "Esperando el pago del boleto."
-#: ../../templates/checkout/custom-checkout.php:113,
-#: ../../templates/checkout/ticket-checkout.php:36,
-#: ../../templates/checkout/ticket-checkout.php:53
-msgid "Holder document"
-msgstr "Documento del titular"
+#: ../../src/Translations/StoreTranslations.php:313
+msgid "The customer has not made the payment yet."
+msgstr "El cliente todavía no efectuó el pago."
-#: ../../templates/checkout/custom-checkout.php:114,
-#: ../../templates/checkout/ticket-checkout.php:37,
-#: ../../templates/checkout/ticket-checkout.php:54
-msgid "Invalid document"
-msgstr "Número de documento no válido"
+#: ../../src/Translations/StoreTranslations.php:314
+msgid "Payment is pending review."
+msgstr "El pago está pendiente de revisión."
-#: ../../templates/checkout/custom-checkout.php:129,
-#: ../../templates/checkout/custom-checkout.php:145
-msgid "Select the number of installments"
-msgstr "Selecciona la cantidad de cuotas"
+#: ../../src/Translations/StoreTranslations.php:315
+msgid "Payment was declined. The customer can try again."
+msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
-#: ../../templates/checkout/pix-checkout.php:22
-msgid "Pix in Test Mode"
-msgstr "Pix en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:316
+msgid "Payment was returned to the customer."
+msgstr "El pago fue devuelto al cliente."
-#: ../../templates/checkout/pix-checkout.php:22
+#: ../../src/Translations/StoreTranslations.php:317
msgid ""
-"You can test the flow to generate a code, but you cannot finalize the "
-"payment."
+"The payment was partially returned to the customer. the amount refunded "
+"was : "
msgstr ""
-"Es posible probar el flujo para generar una factura, pero no es posible "
-"finalizar el pago."
+"El pago se devolvió parcialmente al cliente. El montante reembolsado fue "
+"de : "
-#: ../../templates/checkout/pix-checkout.php:27
-msgid "Pay instantly"
-msgstr "Pago instantáneo"
+#: ../../src/Translations/StoreTranslations.php:318
+msgid "Payment was canceled."
+msgstr "El pago fue cancelado."
-#: ../../templates/checkout/pix-checkout.php:27
+#: ../../src/Translations/StoreTranslations.php:319,
+#: ../../src/Translations/StoreTranslations.php:320
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."
+"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."
-#: ../../templates/checkout/pix-checkout.php:27
-msgid "Pix logo"
-msgstr "Pix logo"
+#: ../../src/Translations/StoreTranslations.php:321
+msgid "The payment"
+msgstr "El pago"
-#: ../../templates/checkout/ticket-checkout.php:24
+#: ../../src/Translations/StoreTranslations.php:322
+msgid "was notified by Mercado Pago with status"
+msgstr "fue notificado por Mercado Pago con estado"
+
+#: ../../src/Translations/StoreTranslations.php:334
msgid "Offline Methods in Test Mode"
msgstr "Facturas en Modo Test"
-#: ../../templates/checkout/ticket-checkout.php:25
+#: ../../src/Translations/StoreTranslations.php:335
msgid ""
"You can test the flow to generate an invoice, but you cannot finalize the "
-"payment. "
+"payment."
msgstr ""
"Es posible testear el flujo para generar una factura, pero no es posible "
-"finalizar el pago. "
+"finalizar el pago."
-#: ../../templates/checkout/ticket-checkout.php:68
+#: ../../src/Translations/StoreTranslations.php:339,
+#: ../../src/Translations/StoreTranslations.php:367
msgid "Select where you want to pay"
msgstr "Selecciona el punto de pago donde quieres pagar"
-#: ../../templates/checkout/ticket-checkout.php:73
+#: ../../src/Translations/StoreTranslations.php:340,
+#: ../../src/Translations/StoreTranslations.php:368
msgid "more options"
msgstr "más opciones"
-#: ../../templates/checkout/ticket-checkout.php:78
+#: ../../src/Translations/StoreTranslations.php:341
msgid "Select a payment method"
msgstr "Seleccione una opción de pago"
-#: ../../templates/order/payment-status-metabox-content.php:30
-msgid ""
-"This is the payment status of your Mercado Pago Activities. To check the "
-"order status, please refer to Order details."
-msgstr ""
-"Este es el estado del pago de las Actividades de tu Mercado Pago. Para "
-"consultar el estado del pedido, consulta en Detalles del Pedido."
-
-#: ../../templates/order-received/show-ticket.php:19
+#: ../../src/Translations/StoreTranslations.php:344
msgid ""
"Great, we processed your purchase order. Complete the payment with ticket so "
"that we finish approving it."
@@ -3030,789 +2758,601 @@ msgstr ""
"Excelente, procesamos tu orden de compra. Completa el pago con ticket para "
"que terminemos de aprobarla."
-#: ../../templates/order-received/show-ticket.php:23
+#: ../../src/Translations/StoreTranslations.php:345
msgid "Print ticket"
msgstr "Imprimir ticket"
-#~ msgid "Fee"
-#~ msgstr "Tasa"
-
-#~ msgid "How does it work?"
-#~ msgstr "¿Cómo funciona?"
-
-#~ msgid "Checkout visualization:"
-#~ msgstr "Visualización en el checkout:"
+#: ../../src/Translations/StoreTranslations.php:346
+msgid " and "
+msgstr " e "
-#~ 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/StoreTranslations.php:347
+msgid "To print the ticket again click"
+msgstr "Para reimprimir o boleto clique"
-#~ msgid "Banner visualization"
-#~ msgstr "Visualización del componente"
+#: ../../src/Translations/StoreTranslations.php:348
+msgid "here"
+msgstr "aqui"
-#~ msgid "Check the example of how it will appear in the store:"
-#~ msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:"
+#: ../../src/Translations/StoreTranslations.php:362
+msgid "Checkout PSE in Test Mode"
+msgstr "Checkout PSE en Modo Test"
-#~ msgid "Bank Transfer"
-#~ msgstr "Transferencia bancaria"
+#: ../../src/Translations/StoreTranslations.php:363
+msgid "You can test the flow to generate a payment with PSE"
+msgstr "Puede probar el flujo para generar un pago con PSE"
-#~ msgid "Payment by cash"
-#~ msgstr "Pagos en efectivo"
+#: ../../src/Translations/StoreTranslations.php:369
+msgid "Person type "
+msgstr "Tipo de persona "
-#~ msgid ""
-#~ "If you already have a Mercado Libre account, use the same email and "
-#~ "password"
-#~ msgstr ""
-#~ "Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña"
+#: ../../src/Translations/StoreTranslations.php:370
+msgid "Financial institution"
+msgstr "Institución financiera"
-#~ msgid ""
-#~ "When you confirm your purchase, we will redirect you to your Mercado Pago "
-#~ "account"
-#~ msgstr ""
-#~ "Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado "
-#~ "Pago"
+#: ../../src/Translations/StoreTranslations.php:371
+msgid "Select the financial institution"
+msgstr "Seleccione la entidad financiera"
-#~ msgid "Payment with Mercado Credito"
-#~ msgstr "Pagos con Mercado Crédito"
+#: ../../src/Translations/StoreTranslations.php:372
+msgid "Select the institution"
+msgstr "Seleccione la institución"
-#~ msgid "New!"
-#~ msgstr "¡Nuevo!"
+#: ../../src/Translations/StoreTranslations.php:387
+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."
-#~ msgid ""
-#~ "With Mercado Credito, clients can pay "
-#~ "in installments with no card, by transfers, invoice or money available "
-#~ "in their Mercado Pago account. By activating the no-card "
-#~ "installments banner, you will increase your chances of selling."
-#~ msgstr ""
-#~ "Con Mercado Crédito, los clientes "
-#~ "pagan en cuotas sin tarjeta, por transferencia, tarjeta de débito, "
-#~ "efectivo o dinero disponible en la cuenta de Mercado Pago. Al "
-#~ "activar el componente de cuotas sin tarjeta, aumentarás tus chances "
-#~ "de vender. Para saber más, ingresá a documentación."
+#: ../../src/Translations/StoreTranslations.php:388
+msgid ""
+"A problem was occurred when processing your payment. Are you sure you have "
+"correctly filled all information in the checkout form?"
+msgstr ""
+"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
+"cargado la información en el formulario?"
-#~ msgid "The no-card installments banner is disabled."
-#~ msgstr "El componente de cuotas sin tarjeta está desactivado ."
+#: ../../src/Translations/StoreTranslations.php:389
+msgid "See your order form"
+msgstr "Ver su hoja de pedido"
-#~ msgid "Earn more points and have exclusive benefits in Mercado Puntos"
-#~ msgstr "Gana más puntos y ventajas exclusivas en Mercado Puntos "
+#: ../../src/Translations/StoreTranslations.php:390
+msgid "Your payment was declined. You can try again."
+msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#~ msgid "Error loading form."
-#~ msgstr "Error al cargar el formulario."
+#: ../../src/Translations/StoreTranslations.php:391
+msgid "Click to try again"
+msgstr "Haga clic para intentarlo de nuevo"
-#~ msgid "Please refresh the page to try again."
-#~ msgstr "Actualice la página para volver a intentarlo."
+#: ../../src/Translations/StoreTranslations.php:392
+msgid "That's it, payment accepted!"
+msgstr "Listo, ¡aceptamos tu pago!"
-#~ msgid "Refresh page"
-#~ msgstr "Actualizar página"
+#: ../../src/Translations/StoreTranslations.php:393
+msgid ""
+"We are processing your payment. In less than an hour we will send you the "
+"result by email."
+msgstr ""
+"Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
+"por correo electrónico."
-#~ msgid "Type of topic IPN invalid, need to be merchant_order"
-#~ msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`"
+#: ../../src/Translations/StoreTranslations.php:394
+msgid ""
+"We are processing your payment. In less than 2 days we will send you by "
+"email if the payment has been approved or if additional information is "
+"needed."
+msgstr ""
+"Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
+"electrónico si se ha aprobado el pago o si se necesita información adicional."
-#~ msgid "Click here to see more details..."
-#~ msgstr "Haga clic aquí para ver más detalles…"
+#: ../../src/Translations/StoreTranslations.php:395
+msgid "Check the card number."
+msgstr "Compruebe el número de tarjeta."
-#~ msgid "Purchases with saved cards or money in Mercado Pago"
-#~ msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago"
+#: ../../src/Translations/StoreTranslations.php:396
+msgid "Check the expiration date."
+msgstr "Compruebe la fecha de expiración."
-#~ msgid ""
-#~ "Feature for those who have a saved card or money in Mercado Pago to buy "
-#~ "without having to fill in details."
-#~ msgstr ""
-#~ "Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en "
-#~ "Mercado Pago puedan comprar sin la necesidad de completar datos."
+#: ../../src/Translations/StoreTranslations.php:397
+msgid "Check the information provided."
+msgstr "Compruebe la información informada."
-#~ msgid "The feature for payments with saved cards is active."
-#~ msgstr ""
-#~ "La funcionalidad para pagos con tarjetas guardadas está activa"
-#~ "b>."
+#: ../../src/Translations/StoreTranslations.php:398
+msgid "Check the informed security code."
+msgstr "Compruebe el código de seguridad informado."
-#~ msgid "The feature for payments with saved cards is inactive."
-#~ msgstr ""
-#~ "La funcionalidad para pagos con tarjetas guardadas está "
-#~ "inactiva."
+#: ../../src/Translations/StoreTranslations.php:399,
+#: ../../src/Translations/StoreTranslations.php:400
+msgid "Your payment cannot be processed."
+msgstr "No se puede procesar su pago."
-#~ msgid "You can see how the feature is in your store Checkout below:"
-#~ msgstr ""
-#~ "A continuación, cómo es la funcionalidad en el checkout de la tienda:"
+#: ../../src/Translations/StoreTranslations.php:401
+msgid "You must authorize payments for your orders."
+msgstr "Usted debe autorizar los pagos de sus órdenes."
-#~ msgid "Mercado Pago customers can now pay with stored cards."
-#~ msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas."
+#: ../../src/Translations/StoreTranslations.php:402
+msgid ""
+"Contact your card issuer to activate it. The phone is on the back of your "
+"card."
+msgstr ""
+"Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
+"se encuentra en la parte posterior de su tarjeta."
-#~ msgid ""
-#~ "The function Saved card payments is enabled. With this setting, "
-#~ "customers using Mercado Pago can purchase without having to fill in "
-#~ "payment details. You can control this option in the settings."
-#~ msgstr ""
-#~ "La función Pago con tarjetas guardadas de Mercado Pago está habilitada. "
-#~ "Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que "
-#~ "completar los datos de la tarjeta. Puedes controlar esta opción en "
-#~ "configuración."
+#: ../../src/Translations/StoreTranslations.php:403
+msgid ""
+"You have already made a payment of this amount. If you have to pay again, "
+"use another card or other method of payment."
+msgstr ""
+"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
+"utilizar otra tarjeta u otro medio de pago."
-#~ msgid "Go to settings"
-#~ msgstr "Ir a la configuración"
+#: ../../src/Translations/StoreTranslations.php:404
+msgid ""
+"Your payment was declined. Please select another payment method. It is "
+"recommended in cash."
+msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#~ msgid "No need to fill out details"
-#~ msgstr "Sin cargar datos"
+#: ../../src/Translations/StoreTranslations.php:405
+msgid "Your payment does not have sufficient funds."
+msgstr "Su metodo de pago no tiene fondos suficientes."
-#~ msgid "Installments available"
-#~ msgstr "Cuotas disponibles"
+#: ../../src/Translations/StoreTranslations.php:406
+msgid "Payment cannot process the selected fee."
+msgstr "El pago no puede procesar la cuota seleccionada."
-#~ msgid "Pay faster with your saved cards and without completing data."
-#~ msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos."
+#: ../../src/Translations/StoreTranslations.php:407
+msgid ""
+"You have reached the limit of allowed attempts. Choose another card or other "
+"payment method."
+msgstr ""
+"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
+"medio de pago."
-#, fuzzy
-#~| msgid "Important! To sell you must enter your credentials."
-#~ msgid "Important! To sell, you must enter your credentials."
-#~ msgstr "¡Importante! Para vender debe introducir sus credenciales."
+#: ../../src/Translations/StoreTranslations.php:408
+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 ""
+"Intento de transacción no válido Está intentando "
+"realizar una transacción productiva con credenciales de prueba o una "
+"transacción de prueba con credenciales productivas. Asegúrese de que está "
+"utilizando la configuración de credenciales correcta para la acción deseada."
-#~ msgid "Go to step-by-step"
-#~ msgstr "Ir al paso a paso"
+#: ../../src/Translations/StoreTranslations.php:409
+msgid ""
+"Invalid transaction attempt It is not possible to pay "
+"with the email address entered. Please enter another e-mail address."
+msgstr ""
+"Intento de transacción no válido No es posible pagar con "
+"el email introducido. Por favor, introduzca otro email."
-#~ msgid "Update failed, invalid Credentials"
-#~ msgstr "Actualización fallida, credenciales no válidas"
+#: ../../src/Translations/StoreTranslations.php:410
+msgid "This payment method cannot process your payment."
+msgstr "Este medio de pago no puede procesar su pago."
-#~ msgid "Up to 24 installments"
-#~ msgstr "Hasta 24 cuotas"
+#: ../../src/Translations/StoreTranslations.php:422
+msgid ""
+"Your bank needs you to authorize the payment Please call "
+"the telephone number on your card or pay with another method."
+msgstr ""
+"Tu banco necesita que autorices el pago Llama al "
+"teléfono que está en la tarjeta o paga con otro medio."
-#~ msgid ""
-#~ "Important! Do not forget to add the credentials and details of your store."
-#~ msgstr ""
-#~ "¡Importante! No olvides ingresar las credenciales y datos de la tienda."
+#: ../../src/Translations/StoreTranslations.php:423,
+#: ../../src/Translations/StoreTranslations.php:424
+msgid ""
+"For safety reasons, your payment was declined We "
+"recommended paying with your usual payment method and device for online "
+"purchases."
+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."
-#~ msgid ""
-#~ "Before setting up payments, follow the step-by-step to start selling."
-#~ msgstr ""
-#~ "Antes de configurar los pagos, haz el paso a paso para comenzar a vender."
+#: ../../src/Translations/StoreTranslations.php:425,
+#: ../../src/Translations/StoreTranslations.php:426,
+#: ../../src/Translations/StoreTranslations.php:427,
+#: ../../src/Translations/StoreTranslations.php:428
+msgid ""
+"One or more card details were entered incorrecctly"
+"strong> Please enter them again as they appear on the card to complete "
+"the payment."
+msgstr ""
+"Ingresaste uno o más datos de tu tarjeta de forma incorrecta"
+"strong> Vuelve a ingresarlos tal como figuran en la tarjeta para "
+"finalizar el pago."
-#~ msgid "To enable and test sales, you must copy and paste your "
-#~ msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar "
+#: ../../src/Translations/StoreTranslations.php:429
+msgid ""
+"Your credit card has no available limit Please pay using "
+"another card or choose another payment method."
+msgstr ""
+"Tu tarjeta de crédito no tiene límite disponible Paga "
+"con otra tarjeta o elige otro medio de pago."
-#~ msgid "Mandatory data"
-#~ msgstr "Campo obligatorio"
+#: ../../src/Translations/StoreTranslations.php:430
+msgid ""
+"Your debit card has insufficient founds Please pay using "
+"another card or choose another payment method."
+msgstr ""
+"Tu tarjeta de débito no tiene saldo suficiente Paga con "
+"otra tarjeta o elige otro medio de pago."
-#~ msgid "Use the test-specific cards that are in the"
-#~ msgstr "Utiliza las tarjetas específicas para testear que estén bajo las"
+#: ../../src/Translations/StoreTranslations.php:431
+msgid ""
+"Your card does not accept the number of installments selected"
+"strong> Please choose a different number of installments or use a "
+"different payment method ."
+msgstr ""
+"Tu tarjeta no acepta la cantidad de pagos que seleccionaste"
+"strong> Elige una cantidad de pagos diferente o use otro medio."
-#~ msgid "Until"
-#~ msgstr "Hasta"
+#: ../../src/Translations/StoreTranslations.php:432
+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 ""
+"Necesitas habilitar tu tarjeta Comunícate con tu banco "
+"llamando al número que está al dorso de la tarjeta o elige otro medio de "
+"pago."
-#~ msgid "installment"
-#~ msgstr "cuota"
+#: ../../src/Translations/StoreTranslations.php:433
+msgid ""
+"You reached the limit of payment attempts with this card"
+"strong> Please pay using another card or choose another payment method."
+msgstr ""
+"Alcanzaste el límite de intentos de pago con esta tarjeta"
+"strong> Paga con otra tarjeta o elige otro medio de pago."
-#~ msgid "We take you to our site to complete the payment"
-#~ msgstr "Te llevamos a nuestro sitio para completar el pago"
+#: ../../src/Translations/StoreTranslations.php:434
+msgid ""
+"Your payment was declined because you already paid for this "
+"purchase Check your card transactions to verify it."
+msgstr ""
+"Tu pago fue rechazado porque ya pagaste esta compra"
+"strong> Revisa los consumos de tu tarjeta para verificarlo."
-#~ msgid "Enter your discount coupon"
-#~ msgstr "Ingresa tu cupón de descuento"
+#: ../../src/Translations/StoreTranslations.php:435,
+#: ../../src/Translations/StoreTranslations.php:436,
+#: ../../src/Translations/StoreTranslations.php:437
+msgid ""
+"The card issuing bank declined the payment We "
+"recommended paying with another payment method or contact your bank."
+msgstr ""
+"El banco emisor de la tarjeta rechazó tu pago Te "
+"recomendamos pagar con otro medio de pago o comunicarte con tu banco."
-#~ msgid "Enter your coupon"
-#~ msgstr "Ingresa tu cupón"
+#: ../../src/Translations/StoreTranslations.php:438
+msgid ""
+"For safety reasons, the card issuing bank declined the payment"
+"strong> We recommended paying with your usual payment method and device "
+"for online purchases."
+msgstr ""
+"Por motivos de seguridad, el banco de la tarjeta rechazó el pago"
+"b> Te recomendamos pagar con el medio de pago y dispositivo que sueles "
+"usar para compras online."
-#~ msgid "The code you entered is incorrect"
-#~ msgstr "El código que ingresaste es incorrecto"
+#: ../../src/Translations/StoreTranslations.php:439
+msgid ""
+"Your payment was declined because something went wrong"
+"strong> We recommended trying again or paying with another method."
+msgstr ""
+"Tu pago fue rechazado porque hube un error Te "
+"recomendamos intentar nuevamente o pagar con otro medio de pago."
-#~ msgid "Invalid Card Number"
-#~ msgstr "Numero de tarjeta invalido"
+#: ../../src/Translations/StoreTranslations.php:451
+msgid "We are taking you to validate the card"
+msgstr "Te estamos llevando a validar la tarjeta"
-#~ msgid "Name and surname of the cardholder"
-#~ msgstr "Nombre y apellido del titular de la tarjeta"
+#: ../../src/Translations/StoreTranslations.php:452
+msgid "with your bank"
+msgstr "con tu banco"
-#~ msgid "Invalid Expiration Date"
-#~ msgstr "Fecha de expiracion inválida"
+#: ../../src/Translations/StoreTranslations.php:453
+msgid "We need to confirm that you are the cardholder."
+msgstr "Necesitamos confirmar que eres titular de la tarjeta."
-#~ msgid "Last 3 numbers on the back"
-#~ msgstr "Últimos 3 números en el reverso"
+#: ../../src/Translations/StoreTranslations.php:454
+msgid "We are receiving the response from your bank"
+msgstr "Estamos recibiendo la respuesta de tu banco"
-#~ msgid "In how many installments do you want to pay"
-#~ msgstr "En cuántas cuotas quieres pagar"
+#: ../../src/Translations/StoreTranslations.php:455
+msgid "Complete the bank validation so your payment can be approved"
+msgstr "Completa la validación del banco para aprobar tu pago"
-#~ msgid "Converted payment of"
-#~ msgstr "Pago convertido de"
+#: ../../src/Translations/StoreTranslations.php:456
+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."
-#~ msgid "for"
-#~ msgstr "para"
+#: ../../src/Translations/StoreTranslations.php:457
+msgid ""
+"For safety reasons, your payment was declined We recommend paying "
+"with your usual payment method and device for online purchases."
+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."
-#~ msgid "Enter your document number"
-#~ msgstr "Ingresa tu número de documento"
+#~ msgid "How does it work?"
+#~ msgstr "¿Cómo funciona?"
-#~ msgid "Type"
-#~ msgstr "Tipo"
+#~ msgid "When paying, choose"
+#~ msgstr "Al pagar elegí"
-#~ msgid "Document number"
-#~ msgstr "Número de documento"
+#~ msgid ". Login to your account or create one in a few steps."
+#~ msgstr ". Podrás ingresar con tu cuenta o crear una en pocos pasos."
-#~ msgid "Only numbers"
-#~ msgstr "Sólo números"
+#~ msgid "Search for"
+#~ msgstr "Busca"
-#~ msgid "Obligatory field"
-#~ msgstr "Campo obligatorio"
+#~ msgid "Mercado Credito"
+#~ msgstr "Mercado Crédito"
#~ msgid ""
-#~ "When you finish the order, you will see the code to complete the payment."
-#~ msgstr "Cuando termines el pedido, verás el código para completar el pago."
-
-#~ msgid "CI"
-#~ msgstr "CI"
-
-#~ msgid "You must provide your document number"
-#~ msgstr "Debe informar su número de documento"
-
-#~ msgid "Complete all fields, they are mandatory."
-#~ msgstr "Complete todos los campos, son obligatorios."
-
-#~ msgid "Select the issuer with whom you want to process the payment"
-#~ msgstr "Selecciona el emisor con el que quieras procesar el pago"
-
-#~ msgid "Lottery"
-#~ msgstr "Lotéricas"
-
-#~ msgid "CPF/CNPJ"
-#~ msgstr "CPF/CNPJ"
-
-#~ msgid "Enable or inactivate the payments via Pix"
-#~ msgstr "Activar o desactivar pagos por Pix"
-
-#~ msgid "If you change the display text, no translation will be available"
+#~ "among the options, select it and choose in how many installments you "
+#~ "would like to pay."
#~ msgstr ""
-#~ "Si cambia el texto de la pantalla Checkout, no habrá traducción disponible"
+#~ "entre las opciones, selecciónalo y elegí en cuántas cuotas quieres pagar."
-#~ msgid "Approve your account, it will only take a few minutes"
-#~ msgstr "Homologa tu cuenta, solo te llevará unos minutos"
-
-#~ msgid ""
-#~ "Complete this process to secure your customers data and comply with the "
-#~ "regulations and legal provisions of each country."
+#~ msgid "Pay your installments monthly as you wish, in the Mercado Pago app."
#~ msgstr ""
-#~ "Complete este proceso para proteger los datos de sus clientes y cumplir "
-#~ "con las regulaciones y disposiciones legales de cada país."
-
-#~ msgid "Homologate account in Mercado Pago"
-#~ msgstr "Homologar cuenta en Mercado Pago"
-
-#~ msgid "No"
-#~ msgstr "No"
+#~ "Pagá mes a mes tus cuotas como prefieras, desde la app de Mercado Pago."
-#~ msgid "Yes"
-#~ msgstr "Sí"
+#~ msgid "Review the step-by-step of"
+#~ msgstr "Revisa el paso a paso de"
-#~ msgid "Set up"
-#~ msgstr "Ajustes"
+#~ msgid "on our website for developers."
+#~ msgstr "en nuestro sitio de desarrolladores."
-#~ msgid "Your opinion helps us get better"
-#~ msgstr "Tu opinión nos ayuda a mejorar"
-
-#~ msgid "Guides and Documentation"
-#~ msgstr "Guías y documentación"
-
-#~ msgid "Report Problem"
-#~ msgstr "Informar problema"
-
-#~ msgid "Accept all method of payment and take your charges to another level"
-#~ msgstr "Acepta todos los medios de pago y lleva tus cobros a otro nivel"
-
-#~ msgid ""
-#~ "Turn your online store into your customers preferred payment gateway. "
-#~ "Choose if the final payment experience will be inside or outside your "
-#~ "store."
-#~ msgstr ""
-#~ "Convierte tu tienda online en la pasarela de pagos preferida de tus "
-#~ "clientes. Elige si la experiencia de pago final será dentro o fuera de tu "
-#~ "tienda."
-
-#~ msgid "Configure Mercado Pago for WooCommerce"
-#~ msgstr "Ingresá la información de tu negocio"
+#~ msgid "Questions?"
+#~ msgstr "¿Dudas?"
#~ msgid ""
-#~ "Enable the experience of the Checkout Pro in your online store, select "
-#~ "the means of payment available to your customers and define the "
-#~ "maximum fees in which they can pay you."
+#~ "To enable orders, you must create and activate production credentials in "
+#~ "your Mercado Pago Account."
#~ msgstr ""
-#~ "Habilita la experiencia del Checkout Pro en tu tienda online, selecciona "
-#~ "los medios de pago disponibles para tus clientes y define el máximo "
-#~ "de cuotas en el que podrán pagarte."
-
-#~ msgid "Set payment preferences in your store"
-#~ msgstr "Configura las preferencias de pago en tu tienda"
+#~ "Para habilitar las ventas, debes crear y activar las credenciales de "
+#~ "producción en tu cuenta de Mercado Pago."
-#~ msgid "Select offline payments"
-#~ msgstr "Selecciona medios de pago presenciales"
+#~ msgid "Check credentials"
+#~ msgstr "Consultar credenciales"
-#~ msgid "Select debit cards"
-#~ msgstr "Selecciona tarjetas de débito"
-
-#~ msgid "Select credit cards"
-#~ msgstr "Selecciona tarjetas de crédito"
-
-#~ msgid "Checkout of payments with debit and credit cards %s"
-#~ msgstr "Checkout de pagos con tarjetas de débito y crédito %s"
-
-#~ msgid ""
-#~ "Accept payments instantly and maximize the conversion of your business"
-#~ msgstr "Acepta pagos al instante y maximiza la conversión de tu negocio"
-
-#~ msgid ""
-#~ "Turn your online store into a secure and easy-to-use payment gateway for "
-#~ "your customers. With personalized checkout your customers pay without "
-#~ "leaving your store!"
+#~ msgid "To view more options, please select a payment method below"
#~ msgstr ""
-#~ "Convierte tu tienda online en una pasarela de pagos segura y fácil de "
-#~ "usar para tus clientes. Con el checkout personalizado tus clientes pagan "
-#~ "¡sin salir de tu tienda!"
-
-#~ msgid "Set up the payment experience in your store"
-#~ msgstr "Ingresá la información de tu negocio"
-
-#~ msgid "Configure the personalized payment experience in your store"
-#~ msgstr "Configura las preferencias de pago en tu tienda"
-
-#~ msgid "%s, it only takes a few minutes"
-#~ msgstr "%s, solo te llevará unos minutos"
-
-#~ msgid "Approve your account"
-#~ msgstr "Homologa tu cuenta"
-
-#~ msgid "Title"
-#~ msgstr "Título"
+#~ "Selecciona uno de los siguientes medios de pago para ver más opciones"
#~ msgid ""
-#~ "Credentials are the keys we provide you to integrate quickly and "
-#~ "securely. You must have a %s in Mercado Pago to obtain and collect them "
-#~ " on your website. You do not need to know how to design or program to "
-#~ "do it"
+#~ "Test the experience in Test Mode and then enable the Sale Mode "
+#~ "(Production) to sell."
#~ msgstr ""
-#~ "Las credenciales son las claves que te proporcionamos para que integres "
-#~ "de forma rápida y segura. Debes tener una %s en Mercado Pago para "
-#~ "obtenerlas y cobrar en tu sitio web. No necesitas saber diseñar o "
-#~ "programar para hacerlo"
-
-#~ msgid "approved account"
-#~ msgstr "cuenta homologada"
-
-#~ msgid "Select your country"
-#~ msgstr "Selecciona tu país"
-
-#~ msgid "Select the country in which you operate with Mercado Pago"
-#~ msgstr "Selecciona el país en el que operas con Mercado Pago"
-
-#~ msgid "Activate the Mercado Pago experience at the checkout of your store."
-#~ msgstr "Activa la experiencia de Mercado Pago en el checkout de tu tienda."
-
-#~ msgid "Binary mode"
-#~ msgstr "Modo binario"
+#~ "Testea la experiencia en Modo Test. Luego activa el Modo Ventas "
+#~ "(Producción) para realizar ventas."
-#~ msgid ""
-#~ "Accept and reject payments automatically. Do you want us to activate it?"
-#~ msgstr ""
-#~ "Acepta y rechaza pagos de forma automática. ¿Quieres que lo activemos?"
+#~ msgid "Do you have a minute to share your experience with our plugin?"
+#~ msgstr "¿tienes un minuto para compartir tu experiencia con nuestro plugin?"
#~ msgid ""
-#~ "If you activate binary mode you will not be able to leave pending "
-#~ "payments. This can affect fraud prevention. Leave it idle to be backed by "
-#~ "our own tool."
+#~ "Your opinion is very important so that we can offer you the best possible "
+#~ "payment solution and continue to improve."
#~ msgstr ""
-#~ "Si activa el modo binario no podrá dejar pagos pendientes. Esto puede "
-#~ "afectar la prevención del fraude. Déjelo inactivo para que sea respaldado "
-#~ "por nuestra propia herramienta."
-
-#~ msgid "Discounts per purchase with Mercado Pago"
-#~ msgstr "Descuentos por compra con Mercado Pago"
-
-#~ msgid "Commission for purchase with Mercado Pago"
-#~ msgstr "Comisión por compra con Mercado Pago"
+#~ "Tu opinión es muy importante para que podamos ofrecerte la mejor solución "
+#~ "de pago posible y seguir mejorando."
-#~ msgid ""
-#~ "Accept payments at any time of the day and expand your purchase options!"
-#~ msgstr ""
-#~ "¡Acepte pagos en cualquier momento del día y amplíe sus opciones de "
-#~ "compra!"
+#~ msgid "You must enter"
+#~ msgstr "Debe introducir"
-#~ msgid "Offer this new payment option to your customers."
-#~ msgstr "Ofrezca esta nueva opción de pago a sus clientes."
+#~ msgid "production credentials"
+#~ msgstr "las credenciales de producción"
-#~ msgid ""
-#~ "Enable and set up Pix as a payment method for your customers in the "
-#~ "Mercado Pago checkout."
-#~ msgstr ""
-#~ "Habilita y configura Pix como método de pago para tus clientes en el "
-#~ "checkout de Mercado Pago."
+#~ msgid "Important! To sell you must enter your credentials."
+#~ msgstr "¡Importante! Para vender debe introducir sus credenciales."
-#~ msgid "Set up the payment via Pix experience"
-#~ msgstr "Configura la experiencia de pago a través de Pix"
+#~ msgid "Debit, Credit and invoice in Mercado Pago environment"
+#~ msgstr "Débito, crédito y efectivo, en Mercado Pago"
-#~ msgid "Checkout of payments with cash %s"
-#~ msgstr "Paga con dinero en efectivo"
+#~ msgid "Debit and Credit"
+#~ msgstr "Débito e crédito"
-#~ msgid "Accept face-to-face payments, do not leave anyone out!"
-#~ msgstr "Acepta pagos presenciales ¡no dejes a nadie afuera!"
+#~ msgid "Transparent Checkout in your store environment"
+#~ msgstr "Checkout Transparente en tu tienda"
-#~ msgid "Include this preferred purchase option by some customers."
-#~ msgstr "Incluye esta opción de compra preferida por algunos clientes."
+#~ msgid "Mercado pago - Customized Checkout"
+#~ msgstr "Mercado Pago - Checkout Personalizado"
#~ msgid ""
-#~ "Enable Mercado Pago for cash payments in your store and select the "
-#~ "options available to your customers."
+#~ "Unfortunately, the language configured in your WordPress is not "
+#~ "compatible with our plugin. For the best experience, please switch to a "
+#~ "supported language."
#~ msgstr ""
-#~ "Habilita Mercado Pago para pagos en efectivo en tu tienda y "
-#~ "selecciona las opciones disponibles para tus clientes."
+#~ "Lamentablemente, el idioma configurado en tu WordPress no es compatible "
+#~ "con nuestro plugin. Para disfrutar de la mejor experiencia, cambia a un "
+#~ "idioma compatible."
-#~ msgid "Set payment preferences with cash"
-#~ msgstr "Configura las preferencias de pago con dinero en efectivo"
+#~ msgid "payments on the spot"
+#~ msgstr "pagos al instante"
-#~ msgid "Store mode was updated"
-#~ msgstr "Se actualizó el modo de la tienda"
+#~ msgid "the"
+#~ msgstr "toda la"
-#~ msgid "Couldn't find a valid payment method"
-#~ msgstr "No se pudo encontrar un método de pago válido"
+#~ msgid "security"
+#~ msgstr "seguridad"
-#~ msgid "Invoice and Loterica"
-#~ msgstr "Efectivo "
+#~ msgid "from Mercado Pago"
+#~ msgstr "de Mercado Pago"
-#~ msgid ""
-#~ "It offers all means of payment: credit and debit cards, cash and account "
-#~ "money. Your customers choose whether they pay as guests or from their "
-#~ "Mercado Pago account."
-#~ msgstr ""
-#~ "Ofrece todos los medios de pago: tarjetas de crédito y débito, dinero en "
-#~ "efectivo y dinero en cuenta. Tus clientes eligen si pagan como invitados "
-#~ "o desde su cuenta de Mercado Pago."
+#~ msgid "Check the reasons why the purchase was declined"
+#~ msgstr "Consulta los motivos del rechazo de tu compra"
#~ msgid ""
-#~ "Accept card payments on your website with the best possible financing and "
-#~ "maximize the conversion of your business. With personalized checkout your "
-#~ "customers pay without leaving your store!"
+#~ "Recommend your costumer to pay with their usual payment method and device "
+#~ "for online purchases."
#~ msgstr ""
-#~ "Acepta pagos con tarjeta en tu sitio web con la mejor financiación "
-#~ "posible y maximiza la conversión de tu negocio. Con el checkout "
-#~ "personalizado tus clientes pagan ¡sin salir de tu tienda!"
-
-#~ msgid "Follow these steps to activate Mercado Pago in your store:"
-#~ msgstr "Sigue estos pasos para activar Mercado Pago en tu tienda:"
-
-#~ msgid "Upload your credentials"
-#~ msgstr "Carga tus credenciales"
-
-#~ msgid "depending on the country in which you are registered."
-#~ msgstr "depending on the country in which you are registered."
-
-#~ msgid "to be able to charge."
-#~ msgstr "para poder cobrar."
-
-#~ msgid "Add the basic information of your business"
-#~ msgstr "Añade la información básica de tu negocio"
-
-#~ msgid "in the plugin configuration."
-#~ msgstr "en la configuración del plugin."
-
-#~ msgid "Configure the payment preferences"
-#~ msgstr "Configura las preferencias de pago"
-
-#~ msgid "In which country does your Mercado Pago account operate?"
-#~ msgstr "¿En qué país opera tu cuenta de Mercado Pago?"
+#~ "Recomiéndale a tu cliente que pague con el medio de pago y dispositivo "
+#~ "que suele usar para compras online."
#~ msgid ""
-#~ "Add credentials to "Test Mode" or "Production Mode""
+#~ "The payment could not be processed. Please ask your client to use another "
+#~ "card or to get in touch with the bank."
#~ msgstr ""
-#~ "Ingresa las credenciales para el "Modo Test" o el "Modo "
-#~ "Producción""
-
-#~ msgid "Set up store payments for Test or Production Mode"
-#~ msgstr "Configura los pagos de la tienda para el modo Test o Producción"
-
-#~ msgid "How would you like to handle your store checkouts?"
-#~ msgstr "¿Como quieres operar los checkouts de tu tienda?"
-
-#~ msgid "Activate Production Mode for Mercado Pago checkouts"
-#~ msgstr "Activar Modo Producción para checkouts Mercado Pago"
-
-#~ msgid "test mode guidelines."
-#~ msgstr "reglas del Modo Test."
+#~ "El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
+#~ "medio de pago o que se contacte con el banco."
#~ msgid ""
-#~ "Mercado Pago checkouts are inactive for real payments in the Test Mode. "
-#~ "Please check the"
+#~ "The CVV is invalid. Please ask your client to review the details or use "
+#~ "another card."
#~ msgstr ""
-#~ "Checkouts Mercado Pago están inactivos para cobros reales en el Modo de "
-#~ "Prueba. Consulta las"
-
-#~ msgid "Search my credentials"
-#~ msgstr "Buscar mis credenciales"
+#~ "El código de seguridad de la tarjeta es inválido. Revisá los datos que "
+#~ "ingresaste o pedile a tu cliente que use otra tarjeta."
#~ msgid ""
-#~ "With these credentials, you enable your Mercado Pago checkouts to receive "
-#~ "real payments."
+#~ "The card does not have sufficient balance. Please ask your client to use "
+#~ "another card or to get in touch with the bank."
#~ msgstr ""
-#~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
-#~ "recibir pagos reales."
+#~ "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
+#~ "tarjeta o que se comunique con su banco."
#~ msgid ""
-#~ "What category do your products belong to? Choose the one that best "
-#~ "characterizes them (choose \"other\" if your product is too specific)."
+#~ "The card does not have enough limit. Please ask your client to use "
+#~ "another card or to get in touch with the bank."
#~ msgstr ""
-#~ "¿A qué categoría pertenecen tus productos? Elige la que mejor los "
-#~ "caracteriza (elige “otro” si tu producto es demasiado específico)."
-
-#~ msgid "Categories"
-#~ msgstr "Categrorías"
-
-#~ msgid "Store ID"
-#~ msgstr "ID de la tienda"
+#~ "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
+#~ "tarjeta o que se comunique con su banco."
#~ msgid ""
-#~ "Use a number or prefix to identify orders and payments from this store."
+#~ "The CVV was entered incorrectly several times. Please ask your client to "
+#~ "use another card or to get in touch with the bank."
#~ msgstr ""
-#~ "Usa un número o prefijo para identificar pedidos y pagos provenientes de "
-#~ "esta tienda."
+#~ "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile "
+#~ "a tu cliente que use otra tarjeta o que se comunique con su banco."
#~ msgid ""
-#~ "Do not forget to enter your integrator_id as a certified Mercado Pago "
-#~ "Partner. If you don`t have it, you can %s"
+#~ "The card does not allow the number of installments entered. Please ask "
+#~ "your client to choose another installment plan or to use another card."
#~ msgstr ""
-#~ "No olvides ingresar tu integrator_id como Partner certificado de Mercado "
-#~ "Pago. Si no lo tienes, puedes %s"
-
-#~ msgid "Advanced adjustment"
-#~ msgstr "Ajustes avanzados"
-
-#~ msgid "We debug the information in our change file."
-#~ msgstr "Depuramos la información de nuestro archivo de cambios."
+#~ "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu "
+#~ "cliente que elija otro plan de cuotas o que use otra tarjeta."
#~ msgid ""
-#~ "IPN (Instant Payment Notification) is a notification of events that take "
-#~ "place on your platform and that is sent from one server to another "
-#~ "through an HTTP POST call. See more information in our guides."
+#~ "The card-issuing bank declined the payment. Please instruct your client "
+#~ "to ask the bank to authotize it or to use another card."
#~ msgstr ""
-#~ "IPN (Instant Payment Notification) es una notificación de eventos que "
-#~ "tienen lugar en su plataforma y que se envía de un servidor a otro a "
-#~ "través de una llamada HTTP POST. Vea más información en nuestras guías."
+#~ "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente "
+#~ "que se contacte con el banco para autorizarlo o que use otra tarjeta."
#~ msgid ""
-#~ "It appears that your credentials are not properly configured. Please, "
-#~ "go to %s and configure it."
+#~ "From Mercado Pago we have detected that this payment has already been "
+#~ "made before. If that is not the case, your client may try to pay again."
#~ msgstr ""
-#~ "Parece que sus credenciales no están configuradas correctamente. Por "
-#~ "favor, vaya a %s y configúrelo."
-
-#~ msgid "Market Payment Configuration"
-#~ msgstr "Mercado Pago Configuración"
+#~ "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si "
+#~ "no es así, tu cliente puede intentarlo de nuevo."
#~ msgid ""
-#~ "Check out the step-by-step of how to integrate the Mercado Pago Plugin "
-#~ "for WooCommerce in our developer website."
-#~ msgstr ""
-#~ "Revisa el paso a paso de cómo integrar el Plugin de Mercado Pago para "
-#~ "WooCommerce en nuestro sitio de desarrolladores."
-
-#~ msgid "Review documentation"
-#~ msgstr "Revisar documentación"
-
-#~ msgid "Still having problems? Contact our support team through their %s"
+#~ "The card is not active yet. Please ask your client to use another card or "
+#~ "to get in touch with the bank to activate it."
#~ msgstr ""
-#~ "¿Sigues con problemas? Comunícate con nuestro equipo de soporte a través "
-#~ "de su %s"
-
-#~ msgid "contact form."
-#~ msgstr "formulario de contacto."
-
-#~ msgid "Set up your interest payments"
-#~ msgstr "Configura pagos"
-
-#~ msgid "Set up your installment and interest payments"
-#~ msgstr "Configura meses sin intereses"
-
-#~ msgid "At Mercado Pago you can choose the fee you pay for each purchase"
-#~ msgstr "En Mercado Pago puedes elegir la tarifa que pagas en cada venta"
+#~ "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra "
+#~ "tarjeta o que se comunique con su banco para activarla."
#~ msgid ""
-#~ "At Mercado Pago you can choose the fee you pay for each purchase and also "
-#~ "offer interest-free installments to your customer."
+#~ "The debit function is not enabled for the card. Please tell your client "
+#~ "that it is possible to pay with credit or to use another one."
#~ msgstr ""
-#~ "En Mercado Pago puedes elegir la tarifa que pagas en cada compra y "
-#~ "también ofrecer meses sin intereses a tu cliente."
-
-#~ msgid "Set up interest payments"
-#~ msgstr "Configurar tasas y plazos"
-
-#~ msgid "Set up installment and interest"
-#~ msgstr "Configurar cuotas e intereses"
+#~ "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
+#~ "puede pagar con la función débito de la misma tarjeta o pídele que use "
+#~ "otra."
#~ msgid ""
-#~ "Test Mode Activated? Now visit your store and test the Mercado Pago "
-#~ "checkouts"
+#~ "The credit function is not enabled for the card. Please tell your client "
+#~ "that it is possible to pay with debit or to use another one."
#~ msgstr ""
-#~ "¿Modo Test activado? Ahora visita tu tienda y testea los checkouts "
-#~ "Mercado Pago"
-
-#~ msgid "Everything ready for the takeoff of your sales?"
-#~ msgstr "¿Todo listo para el despegue de tus ventas?"
+#~ "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente "
+#~ "que puede pagar con la función débito de la misma tarjeta o pídele que "
+#~ "use otra."
#~ msgid ""
-#~ "Visit your store as usual and simulate a payment in our checkouts to make "
-#~ "sure everything is working correctly."
+#~ "The card-issuing bank declined the payment. Please instruct your client "
+#~ "to ask the bank to authorize it."
#~ msgstr ""
-#~ "Visita tu tienda normalmente y simula un pago en nuestros checkouts para "
-#~ "verificar que todo esté funcionando correctamente."
+#~ "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
+#~ "comunique con el banco para autorizar el pago."
#~ msgid ""
-#~ "Visit your store as if you were one of your customers and check that "
-#~ "everything is fine. If you already went to Production, bring your "
-#~ "customers and increase your sales with the best online shopping "
-#~ "experience."
+#~ "The buyer does not have enough balance to make the purchase. Please ask "
+#~ "your client to deposit money to the Mercado Pago Account or to use a "
+#~ "different payment method."
#~ msgstr ""
-#~ "Visita tu tienda como si fueras uno de tus clientes y revisa que todo "
-#~ "esté bien. Si ya saliste a Producción, trae a tus clientes y aumenta "
-#~ "tus ventas con la mejor experiencia de compra online."
-
-#~ msgid "%s"
-#~ msgstr "%s"
+#~ "El cliente no tiene suficiente saldo en la cuenta para realizar la "
+#~ "compra. Pídele a tu cliente que cargue saldo en Mercado Pago o que use "
+#~ "otro medio de pago."
-#~ msgid "Your store is ready to receive payments from customers."
-#~ msgstr "Tu tienda está lista para recibir pagos de clientes."
+#~ msgid "There was an error"
+#~ msgstr "Hubo un error"
-#~ msgid ""
-#~ "Your customers will not be able to make purchases while in Test Mode."
-#~ msgstr "Los clientes no podrán hacer compras en Modo Test."
+#~ msgid "to BRL"
+#~ msgstr "a BRL"
-#~ msgid ""
-#~ "Accept payments via Pix Transfer and receive the funds instantly. Your "
-#~ "customers can pay at any time, without date or time restrictions."
-#~ msgstr ""
-#~ "Acepta pagos a través de transferencia Pix y recibe los fondos al "
-#~ "instante. Tus clientes pueden pagar en cualquier momento, sin "
-#~ "restricciones de fecha u hora."
+#~ msgid "to CLP"
+#~ msgstr "a CLP"
-#~ msgid "Pay with PIX "
-#~ msgstr "Paga vía Pix "
+#~ msgid "to COP"
+#~ msgstr "a COP"
-#~ msgid ""
-#~ "Accept cash payments within the custom checkout and expand your customers "
-#~ "purchase options."
-#~ msgstr ""
-#~ "Acepta pagos en efectivo dentro del checkout personalizado y amplía las "
-#~ "opciones de compra de tus clientes."
+#~ msgid "Now we convert your currency"
+#~ msgstr "Ahora convertimos tu moneda"
-#~ msgid "Pay with cash"
-#~ msgstr "Paga con dinero en efectivo"
+#~ msgid "We no longer convert your currency"
+#~ msgstr "Dejamos de convertir tu moneda"
-#~ msgid "Enter your credentials and choose how to operate"
-#~ msgstr "Ingresa tus credenciales y elige cómo operar"
+#~ msgid "Payment method"
+#~ msgstr "Medios de pagos"
-#~ msgid ""
-#~ "By default, we activate the Sandbox test environment for you to test "
-#~ "before you start selling."
-#~ msgstr ""
-#~ "Por defecto, te activamos el entorno de pruebas Sandbox para que hagas "
-#~ "testeos antes de empezar a vender."
+#~ msgid "Discount coupons is"
+#~ msgstr "Cupones de descuento están"
-#~ msgid "Production Mode"
-#~ msgstr "Modo Producción"
+#~ msgid "Discount coupons"
+#~ msgstr "Cupones de descuento"
#~ msgid ""
-#~ "When you see that everything is going well, deactivate Sandbox, turn on "
-#~ "Production and make way for your online sales."
+#~ "Will you offer discount coupons to customers who buy with Mercado Pago?"
#~ msgstr ""
-#~ "Cuando veas que todo va bien, desactiva Sandbox para ir a Producción y "
-#~ "abre paso a tus ventas online."
+#~ "¿Ofrecerás cupones de descuento a los clientes que compren con Mercado "
+#~ "Pago?"
-#~ msgid ""
-#~ "Choose “Yes” only when you’re ready to sell. Switch to “No” to activate "
-#~ "Testing mode."
-#~ msgstr ""
-#~ "Elige “Sí” sólo cuando estés listo para vender. Cambia a “No” para "
-#~ "activar el modo Pruebas."
+#~ msgid "Your document data is invalid"
+#~ msgstr "Número de documento inválido"
-#~ msgid "With these keys you can do the tests you want.."
-#~ msgstr "Con estas claves podrás hacer las pruebas que quieras."
+#~ msgid "Title in the checkout"
+#~ msgstr "Título en el checkout"
-#~ msgid "With these keys you can receive real payments from your customers."
-#~ msgstr "Con estas claves podrás recibir pagos reales de tus clientes."
+#, fuzzy
+#~| msgid "Payment URL pending"
+#~ msgid "Payment URL"
+#~ msgstr "URL de pago pendiente"
-#~ msgid "Everything set up? Go to your store in Sandbox mode"
-#~ msgstr "¿Todo configurado? Ve a tu tienda en modo Sandbox"
+#, fuzzy
+#~| msgid "The transparent checkout for Pix payment is"
+#~ msgid "Transparent checkout for credit cards is"
+#~ msgstr "El Checkout Transparente está"
+#, fuzzy
+#~| msgid ""
+#~| "By disabling it, you will disable all Pix payments from Mercado Pago "
+#~| "Transparent Checkout."
#~ msgid ""
-#~ "Visit your store and simulate a payment to check that everything is fine."
-#~ msgstr "Visita tu tienda y simula un pago para revisar que todo esté bien."
-
-#~ msgid "I want to test my sales"
-#~ msgstr "Quiero testear mis ventas"
-
-#~ msgid "Payment refused"
-#~ msgstr "Pago rechazado"
-
-#~ msgid "Physical person"
-#~ msgstr "Persona Física"
-
-#~ msgid "Legal person"
-#~ msgstr "Persona Jurídica"
-
-#~ msgid "Name"
-#~ msgstr "Nome"
-
-#~ msgid "Social reason"
-#~ msgstr "Razón social"
-
-#~ msgid "Surname"
-#~ msgstr "Apellido"
-
-#~ msgid "You must inform your last name"
-#~ msgstr "Debes informar tu apellido"
-
-#~ msgid "CPF"
-#~ msgstr "CPF"
-
-#~ msgid "Address"
-#~ msgstr "Dirección"
-
-#~ msgid "You must inform your address"
-#~ msgstr "Debes informar tu dirección"
-
-#~ msgid "Number"
-#~ msgstr "Número"
-
-#~ msgid "You must provide your address number"
-#~ msgstr "Debe informar su número de dirección"
-
-#~ msgid "City"
-#~ msgstr "Ciudad"
-
-#~ msgid "You must inform your city"
-#~ msgstr "Debes informar a tu ciudad"
-
-#~ msgid "State"
-#~ msgstr "Estado"
-
-#~ msgid "You must inform your status"
-#~ msgstr "Debes informar a tu estado"
-
-#~ msgid "Postal Code"
-#~ msgstr "Código postal"
-
-#~ msgid "You must provide your zip code"
-#~ msgstr "Debes informar tu código postal"
-
-#~ msgid "See the reasons for refusing your purchase."
-#~ msgstr "Vea las razones para rechazar su compra."
-
-#~ msgid "30 minutes"
-#~ msgstr "30 minutos"
-
-#~ msgid "New"
-#~ msgstr "Nuevo"
-
-#~ msgid " day"
-#~ msgstr " día"
-
-#~ msgid "Description for cart Checkout"
-#~ msgstr "Descripción para el Checkout en el carrito"
+#~ "By disabling it, you will disable all payment methods of this checkout."
+#~ msgstr ""
+#~ "Al desactivar, desabilitarás todos los medios de pago con tarjeta de "
+#~ "crédito en el Checkout Transparente de Mercado Pago."
+#, fuzzy
+#~| msgid ""
+#~| "By confirming your purchase, we will show you a code to make the payment."
#~ msgid ""
-#~ "Configure the payment options and accept payments with cards, ticket and "
-#~ "money of Mercado Pago account."
+#~ "By confirming your purchase, you will be redirected to your Mercado Pago "
+#~ "account."
#~ msgstr ""
-#~ "Configura las opciones de pago a tu medida y acepta pagos con tarjetas, "
-#~ "dinero en efectivo y dinero en cuenta de Mercado Pago."
-
-#~ msgid "https://developers.mercadopago.com/"
-#~ msgstr "https://developers.mercadopago.com/"
-
-#~ msgid "https://github.com/mercadopago/cart-woocommerce"
-#~ msgstr "https://github.com/mercadopago/cart-woocommerce"
+#~ "Al confirmar tu compra, te mostraremos un código para realizar el pago."
diff --git a/i18n/languages/woocommerce-mercadopago-es_PE.mo b/i18n/languages/woocommerce-mercadopago-es_PE.mo
index be9f33e1a..b1f7a85d9 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 9f270518d..600408cd4 100644
--- a/i18n/languages/woocommerce-mercadopago-es_PE.po
+++ b/i18n/languages/woocommerce-mercadopago-es_PE.po
@@ -1,85 +1,54 @@
+# Copyright (C) 2022 woocommerce-mercadopago
+# This file is distributed under the same license as the woocommerce-mercadopago package.
msgid ""
msgstr ""
-"Project-Id-Version: Mercado Pago payments for WooCommerce 6.0.0\n"
+"Project-Id-Version: Mercado Pago payments for WooCommerce\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
"mercadopago\n"
-"POT-Creation-Date: 2023-05-16 21:36+0000\n"
+"POT-Creation-Date: 2024-04-10 14:38+0000\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
-"Language: es_ES\n"
+"Language: es_AR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 3.3.1\n"
+"X-Generator: Poedit 3.4.2\n"
-#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:141,
-#: ../../includes/module/class-wc-woomercadopago-module.php:352
-msgid "By continuing, you agree to our "
-msgstr "Al continuar, aceptas nuestros "
-
-#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:143,
-#: ../../includes/module/class-wc-woomercadopago-module.php:354
-msgid "Terms and Conditions"
-msgstr "Términos y condiciones"
-
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92
-msgid ""
-"Activate this option so that the value of the currency set in WooCommerce is "
-"compatible with the value of the currency you use in Mercado Pago."
-msgstr ""
-"Activa esta opción para que el valor de la moneda configurada en WooCommerce "
-"sea compatible al valor de la moneda que usas en Mercado Pago."
-
-#. translators: 1: local currency 2: currency
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478
-msgid "Now we convert your currency from %1$s to %2$s."
-msgstr "Ahora convertimos tu moneda de %1$s a %2$s."
-
-#. translators: 1: local currency 2: currency
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498
-msgid "We no longer convert your currency from %1$s to %2$s."
-msgstr "Dejamos de convertir tu moneda de %1$s a %2$s."
+#: ../../src/WoocommerceMercadoPago.php:463,
+#: ../../src/Translations/AdminTranslations.php:172
+msgid "Activate WooCommerce"
+msgstr "Activar WooCommerce"
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519
-msgid ""
-"Attention: The currency settings you have in WooCommerce are not "
-"compatible with the currency you use in your Mercado Pago account. Please "
-"activate the currency conversion."
-msgstr ""
-"Atención: La configuración de moneda que tienes en WooCommerce no es "
-"compatible con la moneda que usas en tu cuenta de Mercado Pago. Activa la "
-"conversión de moneda."
+#: ../../src/WoocommerceMercadoPago.php:464,
+#: ../../src/Translations/AdminTranslations.php:173
+msgid "Install WooCommerce"
+msgstr "Instalar WooCommerce"
-#: ../../includes/module/class-wc-woomercadopago-configs.php:125
-msgid ""
-"Update your credentials with the Access Token and Public Key, you need them "
-"to continue receiving payments!"
-msgstr ""
-"Actualice sus credenciales con el Access Token y la Public Key, ¡los "
-"necesita para continuar recibiendo pagos!"
+#: ../../src/WoocommerceMercadoPago.php:465,
+#: ../../src/Translations/AdminTranslations.php:174
+msgid "See WooCommerce"
+msgstr "Ver WooCommerce"
-#: ../../includes/module/class-wc-woomercadopago-configs.php:134
-msgid ""
-"The store should have HTTPS in order to activate both Checkout Personalizado "
-"and Ticket Checkout."
+#: ../../src/WoocommerceMercadoPago.php:467,
+#: ../../src/Translations/AdminTranslations.php:163
+msgid "The Mercado Pago module needs an active version of %s in order to work!"
msgstr ""
-"La tienda debe tener HTTPS para activar el Checkout Personalizado y el "
-"Ticket Checkout."
+"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
-#: ../../includes/module/class-wc-woomercadopago-init.php:52
+#: ../../src/Translations/AdminTranslations.php:169
msgid ""
-"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
+"Mercado Pago payments for WooCommerce requires PHP version 7.4 or later. "
"Please update your PHP version."
msgstr ""
-"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
+"El plugin de Mercado Pago requiere la versión de PHP 7.4 o posterior. Por "
"favor actualice su versión de PHP."
-#: ../../includes/module/class-wc-woomercadopago-init.php:61
+#: ../../src/Translations/AdminTranslations.php:170
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
-#: ../../includes/module/class-wc-woomercadopago-init.php:70
+#: ../../src/Translations/AdminTranslations.php:171
msgid ""
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
"extension is required to send QR Code Pix by email."
@@ -88,493 +57,962 @@ msgstr ""
"necesaria la instalación de la extensión GD para enviar el QR Code Pix por "
"correo electrónico."
-#. translators: %s link to WooCommerce
-#: ../../includes/module/class-wc-woomercadopago-init.php:82
-msgid "The Mercado Pago module needs an active version of %s in order to work!"
+#: ../../src/Translations/AdminTranslations.php:175
+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 ""
-"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
-
-#: ../../includes/module/class-wc-woomercadopago-init.php:95
-msgid "Cancel order"
-msgstr "Cancelar orden"
-
-#: ../../includes/module/class-wc-woomercadopago-init.php:177
-msgid "The Mercado Pago module needs the SDK package to work!"
-msgstr "¡El módulo de Mercado Pago necesita el SDK para funcionar!"
+"Ten en cuenta que para recibir pagos a través de Pix en nuestro checkout, "
+"debes tener una clave Pix registrada en tu cuenta de Mercado Pago."
-#: ../../includes/module/class-wc-woomercadopago-module.php:368
-msgid "The payment method is not valid or not available."
-msgstr "El medio de pago no es válido o no está disponible."
+#: ../../src/Translations/AdminTranslations.php:176
+msgid "Register your Pix key at Mercado Pago."
+msgstr "Registra tu clave Pix en Mercado Pago."
-#: ../../includes/module/class-wc-woomercadopago-module.php:371
-msgid "The transaction amount cannot be processed by Mercado Pago."
-msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:177
+msgid "%s, help us improve the experience we offer"
+msgstr "%s, ayúdanos a mejorar nuestra experiencia"
-#: ../../includes/module/class-wc-woomercadopago-module.php:371
+#: ../../src/Translations/AdminTranslations.php:178
msgid ""
-"Possible causes: Currency not supported; Amounts below the minimum or above "
-"the maximum allowed."
+"Share your opinion with us so that we improve our product and offer the best "
+"payment solution."
msgstr ""
-"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
-"encima del máximo permitido."
+"Comparte tu opinión con nosotros para poder mejorar nuestro producto y "
+"ofrecerte la mejor solución de pagos."
+
+#: ../../src/Translations/AdminTranslations.php:179
+msgid "Rate the plugin"
+msgstr "Valorar el plugin"
-#: ../../includes/module/class-wc-woomercadopago-module.php:374
-msgid "The users are not valid."
-msgstr "Los usuários no son válidos."
+#: ../../src/Translations/AdminTranslations.php:180
+msgid "Enable payments via Mercado Pago account"
+msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../includes/module/class-wc-woomercadopago-module.php:374
+#: ../../src/Translations/AdminTranslations.php:181
msgid ""
-"Possible causes: Buyer and seller have the same account in Mercado Pago; The "
-"transaction involving production and test users."
+"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 ""
-"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
-"Pago; La transacción involucrando usuários de producción y de prueba."
+"Con esta función activa, tus clientes pagan más rápido usando su cuenta de "
+"Mercado Pago.La tasa de aprobación de estos pagos en tu tienda puede "
+"ser un 25% mayor en comparación con otros medios de pago."
-#: ../../includes/module/class-wc-woomercadopago-module.php:377
-msgid "Unauthorized use of production credentials."
-msgstr "Uso no autorizado de credenciales de producción."
+#: ../../src/Translations/AdminTranslations.php:182
+msgid "Activate"
+msgstr "Activar"
-#: ../../includes/module/class-wc-woomercadopago-module.php:377
+#: ../../src/Translations/AdminTranslations.php:183
msgid ""
-"Possible causes: Use permission in use for the credential of the seller."
+"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 ""
-"Posibles causas: Pendencia de permiso de uso en producción para la "
-"credencial del vendedor."
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:503
-msgid "Colombia"
-msgstr "Colombia"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:505
-msgid "Argentina"
-msgstr "Argentina"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:507
-msgid "Brazil"
-msgstr "Brasil"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:509
-msgid "Chile"
-msgstr "Chile"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:511
-msgid "Mexico"
-msgstr "México"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:513
-msgid "Uruguay"
-msgstr "Uruguay"
-#: ../../includes/module/class-wc-woomercadopago-module.php:515
-msgid "Venezuela"
-msgstr "Venezuela"
+#: ../../src/Translations/AdminTranslations.php:184
+msgid "You activated Mercado Pago’s plug-in"
+msgstr "Activaste el plugin de Mercado Pago"
-#: ../../includes/module/class-wc-woomercadopago-module.php:517
-msgid "Peru"
-msgstr "Peru"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:551
-msgid "Update the WooCommerce order to "
-msgstr "Actualizar la orden de WooCommerce para "
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:821,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:583
-msgid "Fill in your credentials to enable payment methods."
-msgstr "Completa tus credenciales para habilitar los medios de pago."
+#: ../../src/Translations/AdminTranslations.php:185
+msgid ""
+"Follow the instructions below to integrate your store with Mercado Pago and "
+"start to sell."
+msgstr ""
+"Sigue las instrucciones de abajo para integrar tu tienda con Mercado Pago y "
+"empezar a vender."
-#: ../../includes/module/class-wc-woomercadopago-module.php:837
+#: ../../src/Translations/AdminTranslations.php:197
msgid "Set plugin"
msgstr "Configurar plugin"
-#: ../../includes/module/class-wc-woomercadopago-module.php:838,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293
+#: ../../src/Translations/AdminTranslations.php:198,
+#: ../../src/Translations/AdminTranslations.php:738,
+#: ../../src/Translations/AdminTranslations.php:798
msgid "Payment methods"
msgstr "Medios de pagos"
-#: ../../includes/module/class-wc-woomercadopago-module.php:839,
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220
+#: ../../src/Translations/AdminTranslations.php:199
msgid "Plugin manual"
msgstr "Manual del plugin"
-#: ../../includes/module/class-wc-woomercadopago-module.php:938
-msgid "By Mercado Pago"
-msgstr "Por Mercado Pago"
-
-#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:109,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:171,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:140,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:189,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:167
-msgid "Buyer email"
-msgstr "Email del comprador"
+#: ../../src/Translations/AdminTranslations.php:211
+msgid "Cancel order"
+msgstr "Cancelar orden"
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:35
-msgid "No ID or TOPIC param in Request IPN"
-msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN"
+#: ../../src/Translations/AdminTranslations.php:212
+msgid "Mercado Pago commission:"
+msgstr "Comisión de Mercado Pago:"
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:39
-msgid ""
-"Discarded notification. This notification is already processed as webhook-"
-"payment."
-msgstr ""
-"Notificación ignorada. Esta notificación se procesa como webhook-payment."
+#: ../../src/Translations/AdminTranslations.php:213
+msgid "Represents the commission configured on plugin settings."
+msgstr "Representa la comisión configurada en la configuración del plugin."
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:54
-msgid "IPN merchant_order not found"
-msgstr "No se ha encontrado la IPN de `merchant_order`"
+#: ../../src/Translations/AdminTranslations.php:214
+msgid "Mercado Pago discount:"
+msgstr "Descuento de Mercado Pago:"
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:60
-msgid "Not found Payments into Merchant_Order"
-msgstr "No se han encontrado pagos en Merchant_Order"
+#: ../../src/Translations/AdminTranslations.php:215
+msgid "Represents the discount configured on plugin settings."
+msgstr "Representa el descuento configurado en la configuración del plugin."
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:174,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:143,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:192,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:170
-msgid "Payment type"
-msgstr "Tipo de método de pago"
+#: ../../src/Translations/AdminTranslations.php:216
+msgid "Represents the installment fee charged by Mercado Pago."
+msgstr "Representa la comisión a plazos cobrada por Mercado Pago."
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:177,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:146,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:195,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:173
-msgid "Payment method"
-msgstr "Método de pago"
+#: ../../src/Translations/AdminTranslations.php:217
+msgid "Mercado Pago Installment Fee:"
+msgstr "Cuota de Mercado Pago:"
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:39
+#: ../../src/Translations/AdminTranslations.php:218
msgid ""
-"Please enter your email address at the billing address to use this service"
+"Represents the total purchase plus the installment fee charged by Mercado "
+"Pago."
msgstr ""
-"Por favor, introduzca su email en la dirección de facturación para utilizar "
-"este servicio"
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:42,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:277
-msgid "Checkout Pro"
-msgstr "Checkout Pro"
+"Representa el total de la compra más la comisión de fraccionamiento cobrada "
+"por Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:43
-msgid "Debit, Credit and invoice in Mercado Pago environment"
-msgstr "Débito, crédito y efectivo, en Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:219
+msgid "Mercado Pago Total:"
+msgstr "Mercado Pago Total:"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51
-msgid "Mercado Pago - Checkout Pro"
-msgstr "Mercado Pago - Checkout Pro"
+#: ../../src/Translations/AdminTranslations.php:232
+msgid "Accept"
+msgstr "Acepta"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:53
-msgid "Your saved cards or money in Mercado Pago"
-msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:233
+msgid "payments"
+msgstr "pagos"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164
-msgid "Maximum number of installments"
-msgstr "Máximo de cuotas"
+#: ../../src/Translations/AdminTranslations.php:234
+msgid "safely"
+msgstr "de forma"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166
-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:235
+msgid "with"
+msgstr "segura con"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169
-msgid "1 installment"
-msgstr "1 cuota"
+#: ../../src/Translations/AdminTranslations.php:236
+msgid "Mercado Pago"
+msgstr "Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170
-msgid "2 installments"
-msgstr "2 cuotas"
+#: ../../src/Translations/AdminTranslations.php:241
+msgid "Choose"
+msgstr "Elige"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171
-msgid "3 installments"
-msgstr "3 cuotas"
+#: ../../src/Translations/AdminTranslations.php:242
+msgid "when you want to receive the money"
+msgstr "cuándo quieres recibir el dinero"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:172
-msgid "4 installments"
-msgstr "4 cuotas"
+#: ../../src/Translations/AdminTranslations.php:243
+msgid "from your sales and if you want to offer"
+msgstr "de las ventas y si quieres ofrecer"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:173
-msgid "5 installments"
-msgstr "5 cuotas"
+#: ../../src/Translations/AdminTranslations.php:244
+msgid "interest-free installments"
+msgstr "cuotas sin interés"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:174
-msgid "6 installments"
-msgstr "6 cuotas"
+#: ../../src/Translations/AdminTranslations.php:245
+msgid "to your clients."
+msgstr "a los clientes."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:175
-msgid "10 installments"
-msgstr "10 cuotas"
+#: ../../src/Translations/AdminTranslations.php:251
+msgid "SSL"
+msgstr "SSL"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176
-msgid "12 installments"
-msgstr "12 cuotas"
+#: ../../src/Translations/AdminTranslations.php:252
+msgid "Curl"
+msgstr "Curl"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:177
-msgid "15 installments"
-msgstr "15 cuotas"
+#: ../../src/Translations/AdminTranslations.php:253
+msgid "GD Extensions"
+msgstr "Extensiones GD"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178
-msgid "18 installments"
-msgstr "18 cuotas"
+#: ../../src/Translations/AdminTranslations.php:255
+msgid "Technical requirements"
+msgstr "Requisitos técnicos"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:179
-msgid "24 installments"
-msgstr "24 cuotas"
+#: ../../src/Translations/AdminTranslations.php:256
+msgid "Collections and installments"
+msgstr "Cobros y cuotas"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:256,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:153,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:915,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:203,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:197
-msgid "Enable the checkout"
-msgstr "Activar el checkout"
+#: ../../src/Translations/AdminTranslations.php:257
+msgid "More information"
+msgstr "Más información"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:257
+#: ../../src/Translations/AdminTranslations.php:258
msgid ""
-"By disabling it, you will disable all payments from Mercado Pago Checkout at "
-"Mercado Pago website by redirect."
+"Implementation responsible for transmitting data to Mercado Pago in a secure "
+"and encrypted way."
msgstr ""
-"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
-"sitio web de Mercado Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:261,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:920
-msgid "The checkout is enabled."
-msgstr "El checkout está activo."
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:262,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:921
-msgid "The checkout is disabled."
-msgstr "El checkout está inactivo."
+"Implementación responsable de transmitir los datos a Mercado Pago de forma "
+"segura y encriptada."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:281
+#: ../../src/Translations/AdminTranslations.php:259
msgid ""
-"With Checkout Pro you sell with all the safety inside Mercado Pago "
-"environment."
+"It is an extension responsible for making payments via requests from the "
+"plugin to Mercado Pago."
msgstr ""
-"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
-"Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:269
-msgid "Advanced settings"
-msgstr "Configuración Avanzada"
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:311
-msgid "Payment experience"
-msgstr "Experiencia de pago"
+"Es una extensión encargada de realizar los pagos a través de requests del "
+"plugin a Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:313
+#: ../../src/Translations/AdminTranslations.php:260
msgid ""
-"Define what payment experience your customers will have, whether inside or "
-"outside your store."
+"These extensions are responsible for the implementation and operation of Pix "
+"in your store."
msgstr ""
-"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
+"Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
"tienda."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:316
-msgid "Redirect"
-msgstr "Redirect"
+#: ../../src/Translations/AdminTranslations.php:262
+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."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:317
-msgid "Modal"
-msgstr "Modal"
+#: ../../src/Translations/AdminTranslations.php:263
+msgid "Set deadlines and fees"
+msgstr "Ajustar plazos y tasas"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:333
-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:264
+msgid "Go to documentation"
+msgstr "Ir a la documentación"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:331,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:351,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:372
-msgid "This seems to be an invalid URL."
-msgstr "Esto parece ser una URL no válida."
+#: ../../src/Translations/AdminTranslations.php:277
+msgid "Public Key"
+msgstr "Public Key"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:336
-msgid "Success URL"
-msgstr "URL de éxito"
+#: ../../src/Translations/AdminTranslations.php:278
+msgid "Access Token"
+msgstr "Access Token"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:353
-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 ""
-"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. "
-"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
-"útil para que puedan solucionarlo."
+#: ../../src/Translations/AdminTranslations.php:279
+msgid "1. Enter your credentials to integrate your store with Mercado Pago"
+msgstr "1. Ingresa tus credenciales para integrar tu tienda con Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:356
-msgid "Payment URL rejected"
-msgstr "URL de pago rechazado"
+#: ../../src/Translations/AdminTranslations.php:280
+msgid "Production credentials"
+msgstr "Credenciales de producción"
+
+#: ../../src/Translations/AdminTranslations.php:281
+msgid "Test credentials"
+msgstr "Credenciales de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:374
+#: ../../src/Translations/AdminTranslations.php:282
+msgid "To start selling, "
+msgstr "Para empezar a vender, "
+
+#: ../../src/Translations/AdminTranslations.php:283
msgid ""
-"Choose the URL that we will show to your customers when they have a payment "
-"pending approval."
+"in the fields below. If you don’t have credentials yet, you’ll have to "
+"create them from this link."
msgstr ""
-"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
-"de aprobación."
+"en los campos de abajo. Si todavía no tienes credenciales, deberás crearlas "
+"en ese mismo enlace."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:377
-msgid "Payment URL pending"
-msgstr "URL de pago pendiente"
+#: ../../src/Translations/AdminTranslations.php:284
+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."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:391
-msgid "Enable the payment methods available to your clients."
-msgstr "Habilita los medios de pago disponibles para tus clientes."
+#: ../../src/Translations/AdminTranslations.php:285
+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."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392
-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:286
+msgid "Paste your Public Key here"
+msgstr "Pega aquí tu Public Key"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:396
-msgid "Credit Cards"
-msgstr "Tarjetas de crédito"
+#: ../../src/Translations/AdminTranslations.php:287
+msgid "Paste your Access Token here"
+msgstr "Pega aquí tu Access Token"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:400
-msgid "Debit Cards"
-msgstr "Tarjetas de débito"
+#: ../../src/Translations/AdminTranslations.php:288,
+#: ../../src/Translations/AdminTranslations.php:342
+msgid "Save and continue"
+msgstr "Guardar y continuar"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404
-msgid "Other Payment Methods"
-msgstr "Otros medios"
+#: ../../src/Translations/AdminTranslations.php:289
+msgid ""
+"You have to enter your production credentials to start selling with Mercado "
+"Pago."
+msgstr ""
+"Debes ingresar tus credenciales de producción para empezar a vender con "
+"Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:454
-msgid "Return to the store"
-msgstr "Volver a la tienda"
+#: ../../src/Translations/AdminTranslations.php:290
+msgid "Enter credentials"
+msgstr "Introducir credenciales"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:455
+#: ../../src/Translations/AdminTranslations.php:291
+msgid "Activate your credentials to be able to sell"
+msgstr "Activa tus credenciales para poder vender"
+
+#: ../../src/Translations/AdminTranslations.php:292
msgid ""
-"Do you want your customer to automatically return to the store after payment?"
+"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 ""
-"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
+"Las credenciales son códigos que debes ingresar para habilitar las ventas. "
+"Vaya más abajo en Activar credenciales. En la siguiente pantalla, utilice "
+"nuevamente el botón Activar Credenciales y complete los campos con la "
+"información solicitada."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:459
-msgid "The buyer will be automatically redirected to the store."
-msgstr "El comprador será redirigido automáticamente a la tienda."
+#: ../../src/Translations/AdminTranslations.php:293
+msgid "Activate credentials"
+msgstr "Activar credenciales"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:460
-msgid "The buyer will not be automatically redirected to the store."
-msgstr "El comprador no será redirigido automáticamente a la tienda."
+#: ../../src/Translations/AdminTranslations.php:294
+msgid "copy and paste your production credentials "
+msgstr "copia y pega tus credenciales de producción "
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:485
-msgid "Available payment methods"
-msgstr "Medios de pago disponibles"
+#: ../../src/Translations/AdminTranslations.php:307
+msgid "Add the URL to receive payments notifications."
+msgstr "Ingresa la URL para recibir notificaciones de pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:535,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:521,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:426,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:411,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:698,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:418,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:404,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:434,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:419,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
-msgid "discount of"
-msgstr "descuento de"
+#: ../../src/Translations/AdminTranslations.php:308
+msgid "Find out more information in the"
+msgstr "Consulta más información en los"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:541,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:527,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:432,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:417,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:704,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:691,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:424,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:410,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:440,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176
-msgid "fee of"
-msgstr "comisión de"
+#: ../../src/Translations/AdminTranslations.php:310
+msgid "guides"
+msgstr "manuales"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:641,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:667,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:719
-msgid "Easy login"
-msgstr "Ingresa con facilidad"
+#: ../../src/Translations/AdminTranslations.php:315
+msgid ""
+"If you are a Mercado Pago Certified Partner, make sure to add your "
+"integrator_id."
+msgstr ""
+"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
+"integrator_id."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:642,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:668,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:720
-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/AdminTranslations.php:316
+msgid "If you do not have the code, please"
+msgstr "Si no tienes el código,"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:649,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:675,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:693,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:727
-msgid "Quick payments"
-msgstr "Paga rápido"
+#: ../../src/Translations/AdminTranslations.php:318
+msgid "request it now"
+msgstr "solicítalo ahora"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:650
-msgid "Use your saved cards, Pix or available balance."
-msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible."
+#: ../../src/Translations/AdminTranslations.php:322
+msgid "2. Customize your business’ information"
+msgstr "2. Personaliza la información de tu negocio"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:657,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:683
-msgid "Protected purchases"
-msgstr "Protege tu compra"
+#: ../../src/Translations/AdminTranslations.php:323
+msgid "Your store information"
+msgstr "Información sobre tu tienda"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:658,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:684
-msgid "Get your money back in case you don't receive your product."
-msgstr "Recupera tu dinero si no recibes el producto."
+#: ../../src/Translations/AdminTranslations.php:324
+msgid "Advanced integration options (optional)"
+msgstr "Opciones avanzadas de integración (opcional)"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:676
-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/AdminTranslations.php:325
+msgid "Debug and Log Mode"
+msgstr "Modo debug y log"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:694,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:728
-msgid "Use your available money or saved cards."
-msgstr "Usa tu dinero disponible o tarjetas guardadas."
+#: ../../src/Translations/AdminTranslations.php:326
+msgid ""
+"Fill out the following details to have a better experience and offer your "
+"customers more information."
+msgstr ""
+"Completa los siguientes datos para tener una mejor experiencia y ofrecerle "
+"más información a tus clientes."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:701,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:735
-msgid "Installments option"
-msgstr "Accede a cuotas"
+#: ../../src/Translations/AdminTranslations.php:327
+msgid "Name of your store in your client's invoice"
+msgstr "Nombre de tu tienda en la factura de los clientes"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702
-msgid "Pay with or without a credit card."
-msgstr "Paga con o sin tarjeta de crédito."
+#: ../../src/Translations/AdminTranslations.php:328
+msgid "Identification in Activities of Mercado Pago"
+msgstr "Identificación en Actividad de Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:709
-msgid "Reliable purchases"
-msgstr "Compra con confianza"
+#: ../../src/Translations/AdminTranslations.php:329
+msgid ""
+"For further integration of your store with Mercado Pago (IPN, Certified "
+"Partners, Debug Mode)"
+msgstr ""
+"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
+"Certificados, Modo Debug)"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710
-msgid "Get help if you have a problem with your purchase."
-msgstr "Recibe ayuda si tienes algún problema con tu compra."
+#: ../../src/Translations/AdminTranslations.php:330
+msgid "Store category"
+msgstr "Categoría de la tienda"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:736
-msgid "Interest-free installments with selected banks."
-msgstr "Cuotas sin interés con bancos seleccionados."
+#: ../../src/Translations/AdminTranslations.php:331
+msgid "URL for IPN"
+msgstr "URL para IPN"
+
+#: ../../src/Translations/AdminTranslations.php:332
+msgid "Integrator ID"
+msgstr "Integrator ID"
+
+#: ../../src/Translations/AdminTranslations.php:333
+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
+msgid "Ex: Mary's Store"
+msgstr "Ej.: Tienda de María"
+
+#: ../../src/Translations/AdminTranslations.php:335
+msgid "Ex: Mary Store"
+msgstr "Ej.: TiendaMaría"
+
+#: ../../src/Translations/AdminTranslations.php:336,
+#: ../../src/Translations/AdminTranslations.php:1253
+msgid "Select"
+msgstr "Seleccionar"
+
+#: ../../src/Translations/AdminTranslations.php:337
+msgid "Ex: https://examples.com/my-custom-ipn-url"
+msgstr "Ej.: https://examples.com/my-custom-ipn-url"
+
+#: ../../src/Translations/AdminTranslations.php:338
+msgid "Add plugin default params"
+msgstr "Agregar parámetros default del plugin"
+
+#: ../../src/Translations/AdminTranslations.php:339
+msgid "Ex: 14987126498"
+msgstr "Ej.: 14987126498"
+
+#: ../../src/Translations/AdminTranslations.php:340
+msgid "Show advanced options"
+msgstr "Ver opciones avanzadas"
+
+#: ../../src/Translations/AdminTranslations.php:341
+msgid "Hide advanced options"
+msgstr "Esconder opciones avanzadas"
+
+#: ../../src/Translations/AdminTranslations.php:343
+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
+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
+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
+msgid "request it now."
+msgstr "solicítalo ahora."
+
+#: ../../src/Translations/AdminTranslations.php:360
+msgid "3. Activate and set up payment methods"
+msgstr "3. Activa y configura los medios de pago"
+
+#: ../../src/Translations/AdminTranslations.php:361
+msgid ""
+"Select the payment method you want to appear in your store to activate and "
+"set it up."
+msgstr ""
+"Selecciona el medio de pago que quieres que aparezca en tu tienda para "
+"activarlo y configurarlo."
+
+#: ../../src/Translations/AdminTranslations.php:362
+msgid "Settings"
+msgstr "Configurar"
+
+#: ../../src/Translations/AdminTranslations.php:363
+msgid "Continue"
+msgstr "Continuar"
+
+#: ../../src/Translations/AdminTranslations.php:364
+msgid "Enabled"
+msgstr "Activado"
+
+#: ../../src/Translations/AdminTranslations.php:365
+msgid "Disabled"
+msgstr "Inactivo"
+
+#: ../../src/Translations/AdminTranslations.php:366
+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:379,
+#: ../../src/Translations/AdminTranslations.php:385
+msgid "The checkout is"
+msgstr "El checkout está"
+
+#: ../../src/Translations/AdminTranslations.php:380,
+#: ../../src/Translations/AdminTranslations.php:392,
+#: ../../src/Translations/AdminTranslations.php:508,
+#: ../../src/Translations/AdminTranslations.php:520,
+#: ../../src/Translations/AdminTranslations.php:532,
+#: ../../src/Translations/AdminTranslations.php:599,
+#: ../../src/Translations/AdminTranslations.php:611,
+#: ../../src/Translations/AdminTranslations.php:623,
+#: ../../src/Translations/AdminTranslations.php:700,
+#: ../../src/Translations/AdminTranslations.php:762,
+#: ../../src/Translations/AdminTranslations.php:822,
+#: ../../src/Translations/AdminTranslations.php:834
+msgid "enabled"
+msgstr "activo"
+
+#: ../../src/Translations/AdminTranslations.php:386,
+#: ../../src/Translations/AdminTranslations.php:398,
+#: ../../src/Translations/AdminTranslations.php:514,
+#: ../../src/Translations/AdminTranslations.php:526,
+#: ../../src/Translations/AdminTranslations.php:538,
+#: ../../src/Translations/AdminTranslations.php:605,
+#: ../../src/Translations/AdminTranslations.php:617,
+#: ../../src/Translations/AdminTranslations.php:629,
+#: ../../src/Translations/AdminTranslations.php:706,
+#: ../../src/Translations/AdminTranslations.php:768,
+#: ../../src/Translations/AdminTranslations.php:828,
+#: ../../src/Translations/AdminTranslations.php:840
+msgid "disabled"
+msgstr "inactivo"
+
+#: ../../src/Translations/AdminTranslations.php:391,
+#: ../../src/Translations/AdminTranslations.php:397,
+#: ../../src/Translations/AdminTranslations.php:519,
+#: ../../src/Translations/AdminTranslations.php:525,
+#: ../../src/Translations/AdminTranslations.php:610,
+#: ../../src/Translations/AdminTranslations.php:616,
+#: ../../src/Translations/AdminTranslations.php:699,
+#: ../../src/Translations/AdminTranslations.php:705,
+#: ../../src/Translations/AdminTranslations.php:761,
+#: ../../src/Translations/AdminTranslations.php:767,
+#: ../../src/Translations/AdminTranslations.php:833,
+#: ../../src/Translations/AdminTranslations.php:839
+msgid "Currency conversion is"
+msgstr "Conversión de moneda está"
+
+#: ../../src/Translations/AdminTranslations.php:403,
+#: ../../src/Translations/AdminTranslations.php:409
+msgid "The buyer"
+msgstr "El comprador"
+
+#: ../../src/Translations/AdminTranslations.php:404
+msgid "will be automatically redirected to the store"
+msgstr "será redirigido automáticamente a la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:410
+msgid "will not be automatically redirected to the store"
+msgstr "no será redirigido automáticamente a la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:416,
+#: ../../src/Translations/AdminTranslations.php:422,
+#: ../../src/Translations/AdminTranslations.php:634,
+#: ../../src/Translations/AdminTranslations.php:640
+msgid "Pending payments"
+msgstr "Los pagos pendientes"
+
+#: ../../src/Translations/AdminTranslations.php:417,
+#: ../../src/Translations/AdminTranslations.php:635
+msgid "will be automatically declined"
+msgstr "se rechazarán automaticamente"
+
+#: ../../src/Translations/AdminTranslations.php:423,
+#: ../../src/Translations/AdminTranslations.php:641
+msgid "will not be automatically declined"
+msgstr "no se rechazarán automaticamente"
+
+#: ../../src/Translations/AdminTranslations.php:427,
+#: ../../src/Translations/AdminTranslations.php:442
+msgid "Your saved cards or money available in Mercado Pago"
+msgstr "Medios de pago disponibles en Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:428,
+#: ../../src/Translations/AdminTranslations.php:430
+msgid "Your clients finalize their payments in Mercado Pago."
+msgstr "Tus clientes finalizan sus pagos en Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:429
+msgid "Mercado Pago - Checkout Pro"
+msgstr "Mercado Pago - Checkout Pro"
+
+#: ../../src/Translations/AdminTranslations.php:431
+msgid "Checkout Pro"
+msgstr "Checkout Pro"
+
+#: ../../src/Translations/AdminTranslations.php:432
+msgid ""
+"With Checkout Pro you sell with all the safety inside Mercado Pago "
+"environment."
+msgstr ""
+"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
+"Pago."
+
+#: ../../src/Translations/AdminTranslations.php:433,
+#: ../../src/Translations/AdminTranslations.php:548,
+#: ../../src/Translations/AdminTranslations.php:715,
+#: ../../src/Translations/AdminTranslations.php:777,
+#: ../../src/Translations/AdminTranslations.php:858
+msgid "Mercado Pago plugin general settings"
+msgstr "Configuraciones generales del plugin de Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:434,
+#: ../../src/Translations/AdminTranslations.php:549,
+#: ../../src/Translations/AdminTranslations.php:652,
+#: ../../src/Translations/AdminTranslations.php:716,
+#: ../../src/Translations/AdminTranslations.php:778,
+#: ../../src/Translations/AdminTranslations.php:859
+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:435,
+#: ../../src/Translations/AdminTranslations.php:550,
+#: ../../src/Translations/AdminTranslations.php:653,
+#: ../../src/Translations/AdminTranslations.php:717,
+#: ../../src/Translations/AdminTranslations.php:779,
+#: ../../src/Translations/AdminTranslations.php:860
+msgid "Go to Settings"
+msgstr "Ir a Configuraciones"
+
+#: ../../src/Translations/AdminTranslations.php:436,
+#: ../../src/Translations/AdminTranslations.php:654,
+#: ../../src/Translations/AdminTranslations.php:861
+msgid "Enable the checkout"
+msgstr "Activar el checkout"
+
+#: ../../src/Translations/AdminTranslations.php:437
+msgid ""
+"By disabling it, you will disable all payments from Mercado Pago Checkout at "
+"Mercado Pago website by redirect."
+msgstr ""
+"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
+"sitio web de Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:440,
+#: ../../src/Translations/AdminTranslations.php:559,
+#: ../../src/Translations/AdminTranslations.php:658,
+#: ../../src/Translations/AdminTranslations.php:722,
+#: ../../src/Translations/AdminTranslations.php:784,
+#: ../../src/Translations/AdminTranslations.php:865
+msgid "Title in the store Checkout"
+msgstr "Título en el checkout de la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:441,
+#: ../../src/Translations/AdminTranslations.php:659,
+#: ../../src/Translations/AdminTranslations.php:723,
+#: ../../src/Translations/AdminTranslations.php:785,
+#: ../../src/Translations/AdminTranslations.php:866
+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:443,
+#: ../../src/Translations/AdminTranslations.php:562,
+#: ../../src/Translations/AdminTranslations.php:661,
+#: ../../src/Translations/AdminTranslations.php:725,
+#: ../../src/Translations/AdminTranslations.php:787,
+#: ../../src/Translations/AdminTranslations.php:868
+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:444,
+#: ../../src/Translations/AdminTranslations.php:563,
+#: ../../src/Translations/AdminTranslations.php:665,
+#: ../../src/Translations/AdminTranslations.php:726,
+#: ../../src/Translations/AdminTranslations.php:788,
+#: ../../src/Translations/AdminTranslations.php:882
+msgid "Convert Currency"
+msgstr "Convertir moneda"
+
+#: ../../src/Translations/AdminTranslations.php:445,
+#: ../../src/Translations/AdminTranslations.php:564,
+#: ../../src/Translations/AdminTranslations.php:666,
+#: ../../src/Translations/AdminTranslations.php:727,
+#: ../../src/Translations/AdminTranslations.php:789,
+#: ../../src/Translations/AdminTranslations.php:883
+msgid ""
+"Activate this option so that the value of the currency set in WooCommerce is "
+"compatible with the value of the currency you use in Mercado Pago."
+msgstr ""
+"Activa esta opción para que el valor de la moneda configurada en WooCommerce "
+"sea compatible al valor de la moneda que usas en Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:448
+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:449
+msgid "Enable the payment methods available to your clients."
+msgstr "Habilita los medios de pago disponibles para tus clientes."
+
+#: ../../src/Translations/AdminTranslations.php:450
+msgid "Credit Cards"
+msgstr "Tarjetas de crédito"
+
+#: ../../src/Translations/AdminTranslations.php:451
+msgid "Debit Cards"
+msgstr "Tarjetas de débito"
+
+#: ../../src/Translations/AdminTranslations.php:452
+msgid "Other Payment Methods"
+msgstr "Otros medios"
+
+#: ../../src/Translations/AdminTranslations.php:453
+msgid "Maximum number of installments"
+msgstr "Máximo de cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:454
+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:455
+msgid "1 installment"
+msgstr "1 cuota"
+
+#: ../../src/Translations/AdminTranslations.php:456
+msgid "2 installments"
+msgstr "2 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:457
+msgid "3 installments"
+msgstr "3 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:458
+msgid "4 installments"
+msgstr "4 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:459
+msgid "5 installments"
+msgstr "5 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:460
+msgid "6 installments"
+msgstr "6 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:461
+msgid "10 installments"
+msgstr "10 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:462
+msgid "12 installments"
+msgstr "12 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:463
+msgid "15 installments"
+msgstr "15 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:464
+msgid "18 installments"
+msgstr "18 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:465
+msgid "24 installments"
+msgstr "24 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:466,
+#: ../../src/Translations/AdminTranslations.php:577
+msgid "Advanced settings"
+msgstr "Configuración Avanzada"
+
+#: ../../src/Translations/AdminTranslations.php:467,
+#: ../../src/Translations/AdminTranslations.php:578,
+#: ../../src/Translations/AdminTranslations.php:675,
+#: ../../src/Translations/AdminTranslations.php:733,
+#: ../../src/Translations/AdminTranslations.php:793,
+#: ../../src/Translations/AdminTranslations.php:890
+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:468
+msgid "Payment experience"
+msgstr "Experiencia de pago"
+
+#: ../../src/Translations/AdminTranslations.php:469
+msgid ""
+"Define what payment experience your customers will have, whether inside or "
+"outside your store."
+msgstr ""
+"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
+"tienda."
+
+#: ../../src/Translations/AdminTranslations.php:470
+msgid "Redirect"
+msgstr "Redirect"
+
+#: ../../src/Translations/AdminTranslations.php:471
+msgid "Modal"
+msgstr "Modal"
+
+#: ../../src/Translations/AdminTranslations.php:472
+msgid "Return to the store"
+msgstr "Volver a la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:473
+msgid ""
+"Do you want your customer to automatically return to the store after payment?"
+msgstr ""
+"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:30,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:31,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:245
+#: ../../src/Translations/AdminTranslations.php:476
+msgid "Success URL"
+msgstr "URL de éxito"
+
+#: ../../src/Translations/AdminTranslations.php:477
+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:478
+msgid "Payment URL rejected"
+msgstr "URL de pago rechazado"
+
+#: ../../src/Translations/AdminTranslations.php:479
+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 ""
+"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. "
+"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
+"útil para que puedan solucionarlo."
+
+#: ../../src/Translations/AdminTranslations.php:480
+msgid "Payment URL pending"
+msgstr "URL de pago pendiente"
+
+#: ../../src/Translations/AdminTranslations.php:481
+msgid ""
+"Choose the URL that we will show to your customers when they have a payment "
+"pending approval."
+msgstr ""
+"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
+"de aprobación."
+
+#: ../../src/Translations/AdminTranslations.php:482,
+#: ../../src/Translations/AdminTranslations.php:676
+msgid "Automatic decline of payments without instant approval"
+msgstr "Rechazo automático de pagos sin aprobación instantanea"
+
+#: ../../src/Translations/AdminTranslations.php:483,
+#: ../../src/Translations/AdminTranslations.php:677
+msgid ""
+"Enable it if you want to automatically decline payments that are not "
+"instantly approved by banks or other institutions."
+msgstr ""
+"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
+"instantáneamente por bancos u otros compradores."
+
+#: ../../src/Translations/AdminTranslations.php:484
+msgid "Debit, Credit and Invoice in Mercado Pago environment."
+msgstr "Débito, crédito y efectivo, en Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:487,
+#: ../../src/Translations/AdminTranslations.php:579,
+#: ../../src/Translations/AdminTranslations.php:680,
+#: ../../src/Translations/AdminTranslations.php:742,
+#: ../../src/Translations/AdminTranslations.php:802,
+#: ../../src/Translations/AdminTranslations.php:891
+msgid "Discount in Mercado Pago Checkouts"
+msgstr "Descuento en los checkouts de Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:488,
+#: ../../src/Translations/AdminTranslations.php:580,
+#: ../../src/Translations/AdminTranslations.php:681,
+#: ../../src/Translations/AdminTranslations.php:743,
+#: ../../src/Translations/AdminTranslations.php:803,
+#: ../../src/Translations/AdminTranslations.php:892
+msgid ""
+"Choose a percentage value that you want to discount your customers for "
+"paying with Mercado Pago."
+msgstr ""
+"Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
+"Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:489,
+#: ../../src/Translations/AdminTranslations.php:492,
+#: ../../src/Translations/AdminTranslations.php:581,
+#: ../../src/Translations/AdminTranslations.php:584,
+#: ../../src/Translations/AdminTranslations.php:682,
+#: ../../src/Translations/AdminTranslations.php:685,
+#: ../../src/Translations/AdminTranslations.php:744,
+#: ../../src/Translations/AdminTranslations.php:747,
+#: ../../src/Translations/AdminTranslations.php:804,
+#: ../../src/Translations/AdminTranslations.php:807,
+#: ../../src/Translations/AdminTranslations.php:893,
+#: ../../src/Translations/AdminTranslations.php:896
+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:490,
+#: ../../src/Translations/AdminTranslations.php:582,
+#: ../../src/Translations/AdminTranslations.php:683,
+#: ../../src/Translations/AdminTranslations.php:745,
+#: ../../src/Translations/AdminTranslations.php:805,
+#: ../../src/Translations/AdminTranslations.php:894
+msgid "Commission in Mercado Pago Checkouts"
+msgstr "Comisiones en los checkouts de Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:491,
+#: ../../src/Translations/AdminTranslations.php:583,
+#: ../../src/Translations/AdminTranslations.php:684,
+#: ../../src/Translations/AdminTranslations.php:746,
+#: ../../src/Translations/AdminTranslations.php:806,
+#: ../../src/Translations/AdminTranslations.php:895
+msgid ""
+"Choose an additional percentage value that you want to charge as commission "
+"to your customers for paying with Mercado Pago."
+msgstr ""
+"Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
+"clientes por pagar con Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:493
+msgid "This seems to be an invalid URL"
+msgstr "Esto parece ser una URL no válida"
+
+#: ../../src/Translations/AdminTranslations.php:507,
+#: ../../src/Translations/AdminTranslations.php:513
+msgid "Payment in installments without card in the store checkout is"
+msgstr "“Hasta 12 pagos sin tarjeta con Mercado Pago” está "
+
+#: ../../src/Translations/AdminTranslations.php:531,
+#: ../../src/Translations/AdminTranslations.php:537
+msgid "The installments without card component is"
+msgstr "El componente “Compra en hasta 12 pagos sin tarjeta” está"
+
+#: ../../src/Translations/AdminTranslations.php:542,
+#: ../../src/Translations/AdminTranslations.php:546
msgid "Installments without card"
msgstr "Financiación sin tarjeta de crédito"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:32
+#: ../../src/Translations/AdminTranslations.php:543,
+#: ../../src/Translations/AdminTranslations.php:545
msgid "Customers who buy on spot and pay later in up to 12 installments"
msgstr "Tus clientes pueden comprar en hasta 12 pagos mensuales"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:40
+#: ../../src/Translations/AdminTranslations.php:544
msgid "Mercado Pago - Installments without card"
-msgstr "Mercado Pago - Hasta 12 pagos sin tarjeta con Mercado Pago"
+msgstr "Financiación sin tarjeta de crédito "
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:42
-msgid "Checkout without card"
-msgstr "Hasta 12 pagos sin tarjeta con Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:547
+msgid ""
+"Reach millions of buyers by offering Mercado Credito as a payment method. "
+"Our flexible payment options give your customers the possibility to buy "
+"today whatever they want in up to 12 installments without the need to use a "
+"credit card. For your business, the approval of the purchase is immediate "
+"and guaranteed."
+msgstr ""
+"Llega a millones de compradores ofreciéndoles Mercado Crédito como medio de "
+"pago. Nuestras opciones de pago flexibles brindan a tus clientes la "
+"posibilidad de comprar lo que quieren hoy en hasta 12 cuotas sin la "
+"necesidad de utilizar una tarjeta. Para tu negocio, la aprobación de la "
+"compra es inmediata y está garantizada."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:182
-msgid "Activate installments without card in your store checkout "
+#: ../../src/Translations/AdminTranslations.php:551
+msgid "Activate installments without card in your store checkout"
msgstr "Activar la opción de financiación sin tarjeta de crédito"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:183
+#: ../../src/Translations/AdminTranslations.php:552
msgid ""
"Offer the option to pay in installments without card directly from your "
"store's checkout."
@@ -582,116 +1020,114 @@ msgstr ""
"Ofrece a tus clientes la opción de financiar su compra en hasta 12 pagos "
"mensuales, directo desde el checkout de tu tienda."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:187
-msgid ""
-"Payment in installments without card in the store checkout is active"
-msgstr "“Hasta 12 pagos sin tarjeta con Mercado Pago” está activo"
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:188
-msgid ""
-"Payment in installments without card in the store checkout is inactive"
-msgstr "“Hasta 12 pagos sin tarjeta con Mercado Pago” está inactivo"
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:205
+#: ../../src/Translations/AdminTranslations.php:555
msgid "Checkout visualization"
msgstr "Visualización en el checkout"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:206,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:367
+#: ../../src/Translations/AdminTranslations.php:556,
+#: ../../src/Translations/AdminTranslations.php:576
msgid "Check below how this feature will be displayed to your customers:"
msgstr "A continuación verás cómo este recurso aparecerá para tus clientes:"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:207
+#: ../../src/Translations/AdminTranslations.php:557
msgid "Checkout Preview"
msgstr "Visualización en el checkout"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:208
+#: ../../src/Translations/AdminTranslations.php:558
msgid "PREVIEW"
msgstr "DEMO"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:249
-msgid ""
-"Reach millions of buyers by offering Mercado Credito as a payment method. "
-"Our flexible payment options give your customers the possibility to buy "
-"today whatever they want in up to 12 installments without the need to use a "
-"credit card."
-msgstr ""
-"Llega a millones de compradores con bajo acceso a financiación ofreciéndoles "
-"Mercado Crédito como medio de pago. Nuestras opciones de pago flexibles "
-"brindan a tus clientes la posibilidad de comprar lo que quieren en hasta "
-"12 pagos mensuales sin necesidad de utilizar una tarjeta de crédito. "
+#: ../../src/Translations/AdminTranslations.php:560
+msgid "It is possible to edit the title. Maximum of 85 characters."
+msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:252
-msgid ""
-"For your business, the approval of the purchase is immediate and guaranteed."
-msgstr ""
-"Para tu negocio, la aprobación de la compra es inmediata y está garantizada."
+#: ../../src/Translations/AdminTranslations.php:561
+msgid "Checkout without card"
+msgstr "Hasta 12 pagos sin tarjeta con Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:311
+#: ../../src/Translations/AdminTranslations.php:567
msgid ""
"Inform your customers about the option of paying in installments without card"
msgstr ""
"Informa a tus clientes la posibilidad de financiar sus compras en hasta 12 "
"pagos sin tarjeta de crédito"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:314
+#: ../../src/Translations/AdminTranslations.php:568
msgid ""
-"By activating the installments without card component, you increase "
-"your chances of selling."
-msgstr ""
-"Al activar el componente de financiación en hasta 12 pagos sin tarjeta de "
-"crédito, aumentarás tus posibilidades de venta."
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:316
-msgid "The installments without card component is active."
+"By activating the installments without card component, you increase your "
+"chances of selling."
msgstr ""
-"El componente “Compra en hasta 12 pagos sin tarjeta” está activo."
+"Al activar el componente de financiación en hasta 12 pagos sin tarjeta de "
+"crédito, aumentarás tus posibilidades de venta."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:317
-msgid "The installments without card component is inactive."
-msgstr ""
-"El componente “Compra en hasta 12 pagos sin tarjeta” está inactivo."
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:355,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:365
+#: ../../src/Translations/AdminTranslations.php:571
msgid "Banner on the product page | Computer version"
msgstr "Componente en la página del producto | Versión para computadora"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:356
+#: ../../src/Translations/AdminTranslations.php:572
msgid "Banner on the product page | Cellphone version"
msgstr "Componente en la página del producto | Versión para celular"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:363
+#: ../../src/Translations/AdminTranslations.php:573
msgid "Computer"
msgstr "Computadora"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:364
+#: ../../src/Translations/AdminTranslations.php:574
msgid "Mobile"
msgstr "Celular"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:366
+#: ../../src/Translations/AdminTranslations.php:575
msgid "Component visualization"
msgstr "Visualización del componente"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:41,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:42,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:52
-msgid "Debit and Credit"
-msgstr "Débito e crédito"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:43,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:36,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:36
-msgid "Transparent Checkout in your store environment"
-msgstr "Checkout Transparente, en tu tienda"
+#: ../../src/Translations/AdminTranslations.php:598,
+#: ../../src/Translations/AdminTranslations.php:604
+msgid "Transparent Checkout for credit cards is"
+msgstr "El Checkout Transparente de las tarjetas de crédito está"
+
+#: ../../src/Translations/AdminTranslations.php:622,
+#: ../../src/Translations/AdminTranslations.php:628
+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:645,
+#: ../../src/Translations/AdminTranslations.php:660
+msgid "Credit and debit cards"
+msgstr "Tarjeta de crédito y débito"
+
+#: ../../src/Translations/AdminTranslations.php:646,
+#: ../../src/Translations/AdminTranslations.php:648,
+#: ../../src/Translations/AdminTranslations.php:711,
+#: ../../src/Translations/AdminTranslations.php:773,
+#: ../../src/Translations/AdminTranslations.php:853,
+#: ../../src/Translations/AdminTranslations.php:855
+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:647,
+#: ../../src/Translations/AdminTranslations.php:712,
+#: ../../src/Translations/AdminTranslations.php:774,
+#: ../../src/Translations/AdminTranslations.php:854
+msgid "Mercado Pago - Checkout API"
+msgstr "Mercado Pago - Checkout API"
+
+#: ../../src/Translations/AdminTranslations.php:649
+msgid "Transparent Checkout | Credit card"
+msgstr "Checkout Transparente | Tarjeta de Crédito"
+
+#: ../../src/Translations/AdminTranslations.php:650
+msgid ""
+"With the Transparent Checkout, you can sell inside your store environment, "
+"without redirection and with the security from Mercado Pago."
+msgstr ""
+"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
+"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:51,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:44,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:44
-msgid "Mercado pago - Customized Checkout"
-msgstr "Mercado Pago - Checkout Personalizado"
+#: ../../src/Translations/AdminTranslations.php:651
+msgid "Mercado Pago Plugin general settings"
+msgstr "Configuraciones generales del plugin de Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:154
+#: ../../src/Translations/AdminTranslations.php:655
msgid ""
"By disabling it, you will disable all credit cards payments from Mercado "
"Pago Transparent Checkout."
@@ -699,21 +1135,11 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
"en el Checkout Transparente de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:158
-msgid "Transparent Checkout for credit cards is enabled."
-msgstr ""
-"El Checkout Transparente de las tarjetas de crédito está activado."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:159
-msgid "Transparent checkout for credit cards is disabled."
-msgstr ""
-"El checkout transparente de las tarjetas de crédito está desactivado."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:191
+#: ../../src/Translations/AdminTranslations.php:662
msgid "Installments Fees"
msgstr "Tasas de pago en cuotas"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:192
+#: ../../src/Translations/AdminTranslations.php:663
msgid ""
"Set installment fees and whether they will be charged from the store or from "
"the buyer."
@@ -721,31 +1147,15 @@ msgstr ""
"Configura las tasas de las cuotas y si se las cobrarán a la tienda o al "
"comprador."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193
+#: ../../src/Translations/AdminTranslations.php:664
msgid "Set fees"
msgstr "Configurar tasas"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:218
-msgid "Transparent Checkout | Credit card "
-msgstr "Checkout Transparente | Tarjeta de Crédito "
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:222
-msgid ""
-"With the Transparent Checkout, you can sell inside your store environment, "
-"without redirection and with the security from Mercado Pago."
-msgstr ""
-"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
-"redireccionamentos, con toda la seguridad de Mercado Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:240
-msgid "Advanced configuration of the personalized payment experience"
-msgstr "Configuración Avanzada"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:254
+#: ../../src/Translations/AdminTranslations.php:669
msgid "Payments via Mercado Pago account"
msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:255
+#: ../../src/Translations/AdminTranslations.php:670
msgid ""
"Your customers pay faster with saved cards, money balance or other available "
"methods in their Mercado Pago accounts."
@@ -753,387 +1163,254 @@ msgstr ""
"Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o "
"con otros medios disponibles en sus cuentas de MP."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:259
-msgid "Payments via Mercado Pago accounts are active."
-msgstr "Los pagos a través de la cuenta de Mercado Pago están activos."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:260
-msgid "Payments via Mercado Pago accounts are inactive."
-msgstr ""
-"Los pagos a través de la cuenta de Mercado Pago están deshabilitados."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:279
+#: ../../src/Translations/AdminTranslations.php:673
msgid "Check an example of how it will appear in your store:"
msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:310
-msgid "That’s it, payment accepted!"
-msgstr "Listo, ¡aceptamos tu pago!"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312
-msgid ""
-"We are processing your payment. In less than an hour we will send you the "
-"result by email."
-msgstr ""
-"Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
-"por correo electrónico."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314
-msgid ""
-"We are processing your payment. In less than 2 days we will send you by "
-"email if the payment has been approved or if additional information is "
-"needed."
-msgstr ""
-"Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
-"electrónico si se ha aprobado el pago o si se necesita información adicional."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316
-msgid "Check the card number."
-msgstr "Compruebe el número de tarjeta."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318
-msgid "Check the expiration date."
-msgstr "Compruebe la fecha de expiración."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320
-msgid "Check the information provided."
-msgstr "Compruebe la información informada."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322
-msgid "Check the informed security code."
-msgstr "Compruebe el código de seguridad informado."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:325
-msgid "Your payment cannot be processed."
-msgstr "No se puede procesar su pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:327
-msgid "You must authorize payments for your orders."
-msgstr "Usted debe autorizar los pagos de sus órdenes."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:329
-msgid ""
-"Contact your card issuer to activate it. The phone is on the back of your "
-"card."
-msgstr ""
-"Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
-"se encuentra en la parte posterior de su tarjeta."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331
-msgid ""
-"You have already made a payment of this amount. If you have to pay again, "
-"use another card or other method of payment."
-msgstr ""
-"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
-"utilizar otra tarjeta u otro medio de pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333
-msgid ""
-"Your payment was declined. Please select another payment method. It is "
-"recommended in cash."
-msgstr ""
-"Su pago fue rechazado. Por favor seleccione otro medio de pago. Se "
-"recomienda en efectivo."
+#: ../../src/Translations/AdminTranslations.php:674
+msgid "Advanced configuration of the personalized payment experience"
+msgstr "Configuración Avanzada"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335
-msgid "Your payment does not have sufficient funds."
-msgstr "Su metodo de pago no tiene fondos suficientes."
+#: ../../src/Translations/AdminTranslations.php:710,
+#: ../../src/Translations/AdminTranslations.php:724
+msgid "Invoice"
+msgstr "Efectivo"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337
-msgid "Payment cannot process the selected fee."
-msgstr "El pago no puede procesar la cuota seleccionada."
+#: ../../src/Translations/AdminTranslations.php:713
+msgid "Transparent Checkout | Invoice or Loterica"
+msgstr "Checkout Transparente | Efectivo"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339
+#: ../../src/Translations/AdminTranslations.php:714,
+#: ../../src/Translations/AdminTranslations.php:776,
+#: ../../src/Translations/AdminTranslations.php:857
msgid ""
-"You have reached the limit of allowed attempts. Choose another card or other "
-"payment method."
-msgstr ""
-"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
-"medio de pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341,
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:204
-msgid "This payment method cannot process your payment."
-msgstr "Este medio de pago no puede procesar su pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:396
-msgid "Credit cards"
-msgstr "Tarjetas de crédito"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:397
-msgid "Up to "
-msgstr "Hasta "
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:397
-msgid " installments"
-msgstr "12 pagos sin tarjeta"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:404
-msgid "Debit cards"
-msgstr "Tarjetas de débito"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:447,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:448,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:480,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:481,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:401,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:402,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:562,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563
-msgid "A problem was occurred when processing your payment. Please, try again."
+"With the Transparent Checkout, you can sell inside your store environment, "
+"without redirection and all the safety from Mercado Pago."
msgstr ""
-"El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
-"vez."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577
-msgid "See your order form"
-msgstr "Ver su hoja de pedido"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:588
-msgid "Your payment was declined. You can try again."
-msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
+"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
+"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:595,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:93
-msgid "Click to try again"
-msgstr "Haga clic para intentarlo de nuevo"
+#: ../../src/Translations/AdminTranslations.php:718,
+#: ../../src/Translations/AdminTranslations.php:780
+msgid "Enable the Checkout"
+msgstr "Activar el checkout"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:617,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:618
+#: ../../src/Translations/AdminTranslations.php:719
msgid ""
-"A problem was occurred when processing your payment. Are you sure you have "
-"correctly filled all information in the checkout form?"
+"By disabling it, you will disable all invoice payments from Mercado Pago "
+"Transparent Checkout."
msgstr ""
-"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
-"cargado la información en el formulario?"
+"Al desactivar, desabilitarás todos los medios de pago en efectivo en el "
+"Checkout Transparente de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:642
-msgid "Represents the installment fee charged by Mercado Pago."
-msgstr "Representa la tarifa de cuota que cobra Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:720
+msgid "The transparent checkout for tickets is enabled."
+msgstr "El Checkout Transparente está activo para pagos en efectivo."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:643
-msgid "Mercado Pago Installment Fee:"
-msgstr "Tarifa de cuotas de Mercado Pago:"
+#: ../../src/Translations/AdminTranslations.php:721
+msgid "The transparent checkout for tickets is disabled."
+msgstr "El Checkout Transparente está inactivo para pagos en efectivo."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:648
-msgid ""
-"Represents the total purchase plus the installment fee charged by Mercado "
-"Pago."
-msgstr ""
-"Representa el total de la compra más la tarifa de cuota que cobra Mercado "
-"Pago."
+#: ../../src/Translations/AdminTranslations.php:730
+msgid "Payment Due"
+msgstr "Fecha de pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:649
-msgid "Mercado Pago Total:"
-msgstr "Total en Mercado Pago:"
+#: ../../src/Translations/AdminTranslations.php:731
+msgid "In how many days will cash payments expire."
+msgstr "En cuántos días vencerán los pagos en efectivo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:715
-msgid "Configure your credentials to enable Mercado Pago payment methods."
+#: ../../src/Translations/AdminTranslations.php:732
+msgid "Advanced configuration of the cash payment experience"
msgstr ""
-"Completa tus credenciales para habilitar los medios de pago Mercado Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:773
-msgid "Title in the store Checkout"
-msgstr "Título en el checkout"
-
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
-msgid "Change the display text in Checkout, maximum characters: 85"
-msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85"
+"Configuração avançada da experiência de pagamento via boleto e em lotéricas"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:777
-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:734,
+#: ../../src/Translations/AdminTranslations.php:794
+msgid "Reduce inventory"
+msgstr "Reducir inventario"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:791
-msgid "Description"
-msgstr "Descripción"
+#: ../../src/Translations/AdminTranslations.php:735,
+#: ../../src/Translations/AdminTranslations.php:795
+msgid ""
+"Activates inventory reduction during the creation of an order, whether or "
+"not the final payment is credited. Disable this option to reduce it only "
+"when payments are approved."
+msgstr ""
+"Activa la reducción del inventario durante la creación de un pedido, se "
+"acredite o no el pago final. Desactiva esta opción para reducirlo solo "
+"cuando los pagos estén aprobados."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:828,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347
-msgid "Important! To sell you must enter your credentials."
-msgstr "¡Importante! Para vender debe introducir sus credenciales."
+#: ../../src/Translations/AdminTranslations.php:736,
+#: ../../src/Translations/AdminTranslations.php:796
+msgid "Reduce inventory is enabled."
+msgstr "Reducir inventario está activo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:829
-msgid "You must enter production credentials."
-msgstr "Debe introducir las credenciales de producción."
+#: ../../src/Translations/AdminTranslations.php:737,
+#: ../../src/Translations/AdminTranslations.php:797
+msgid "Reduce inventory is disabled."
+msgstr "Reducir inventario está inactivo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:830
-msgid "Enter credentials"
-msgstr "Introducir credenciales"
+#: ../../src/Translations/AdminTranslations.php:739,
+#: ../../src/Translations/AdminTranslations.php:799
+msgid "Enable the available payment methods"
+msgstr "Habilita los medios de pago disponibles"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
-msgid "Mercado Pago Plugin general settings"
-msgstr "Configuraciones generales del plugin de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:740,
+#: ../../src/Translations/AdminTranslations.php:800
+msgid "Choose the available payment methods in your store."
+msgstr "Elige los medios de pago que se aceptan en la tienda."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
-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:741,
+#: ../../src/Translations/AdminTranslations.php:801
+msgid "All payment methods"
+msgstr "Medios de pago disponibles"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:842
-msgid "Go to Settings"
-msgstr "Ir a Configuraciones"
+#: ../../src/Translations/AdminTranslations.php:772,
+#: ../../src/Translations/AdminTranslations.php:786
+msgid "PSE"
+msgstr "PSE"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:866
-msgid "Activate your credentials to be able to sell"
-msgstr "Activa tus credenciales para poder vender"
+#: ../../src/Translations/AdminTranslations.php:775
+msgid "Transparent Checkout PSE"
+msgstr "Pago transparente PSE"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:867
+#: ../../src/Translations/AdminTranslations.php:781
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."
+"By deactivating it, you will disable PSE payments from Mercado Pago "
+"Transparent Checkout."
msgstr ""
-"Las credenciales son contraseñas que debes integrar para poder vender. "
-"Dirígete a Activar credenciales. En la siguiente pantalla, ve de nuevo al "
-"botón Activar credenciales y completa los campos con los datos solicitados."
+"Al desactivarlo, desactivará los pagos PSE de Mercado Pago Transparente "
+"Checkout."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:868
-msgid "Activate credentials"
-msgstr "Activar credenciales"
+#: ../../src/Translations/AdminTranslations.php:782
+msgid "The transparent checkout for PSE is enabled."
+msgstr "El Checkout Transparente está activo para pagos PSE."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:916
-msgid "By disabling it, you will disable all payment methods of this checkout."
-msgstr "Al desactivar, desabilitarás todos los medios de pago del checkout."
+#: ../../src/Translations/AdminTranslations.php:783
+msgid "The transparent checkout for PSE is disabled."
+msgstr "El Checkout Transparente está inactivo para pagos PSE."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1029
-msgid "Basic Configuration"
-msgstr "Configuración Básica"
+#: ../../src/Translations/AdminTranslations.php:792
+msgid "Advanced configuration of the PSE payment experience"
+msgstr "Configuración avanzada de la experiencia de pago PSE"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1042
-msgid "Discount coupons"
-msgstr "Cupones de descuento"
+#: ../../src/Translations/AdminTranslations.php:821,
+#: ../../src/Translations/AdminTranslations.php:827
+msgid "The transparent checkout for Pix payment is"
+msgstr "El Checkout Transparente está"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1045
-msgid "Will you offer discount coupons to customers who buy with Mercado Pago?"
-msgstr ""
-"¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?"
+#: ../../src/Translations/AdminTranslations.php:845
+msgid "Go to the"
+msgstr "Ve al área"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1047
-msgid "Discount coupons is active."
-msgstr "Cupones de descuento están activos."
+#: ../../src/Translations/AdminTranslations.php:846
+msgid "Your Profile"
+msgstr "Tu Perfil"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1048
-msgid "Discount coupons is disabled."
-msgstr "Cupones de descuento están inactivos."
+#: ../../src/Translations/AdminTranslations.php:847
+msgid "area and choose the"
+msgstr "y elige la sección"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1060
-msgid "Automatic decline of payments without instant approval"
-msgstr "Rechazo automático de pagos sin aprobación instantanea"
+#: ../../src/Translations/AdminTranslations.php:848
+msgid "Your Pix Keys section"
+msgstr "Tus claves Pix"
+
+#: ../../src/Translations/AdminTranslations.php:852,
+#: ../../src/Translations/AdminTranslations.php:867
+msgid "Pix"
+msgstr "Pix"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1061
+#: ../../src/Translations/AdminTranslations.php:856
+msgid "Transparent Checkout | Pix"
+msgstr "Checkout Transparente | Pix"
+
+#: ../../src/Translations/AdminTranslations.php:862
msgid ""
-"Enable it if you want to automatically decline payments that are not "
-"instantly approved by banks or other institutions. "
+"By disabling it, you will disable all Pix payments from Mercado Pago "
+"Transparent Checkout."
msgstr ""
-"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
-"instantáneamente por bancos u otros compradores. "
+"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
+"en el Checkout Transparente de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1065
-msgid "Pending payments will be automatically declined."
-msgstr "Los pagos pendientes se rechazarán automaticamente."
+#: ../../src/Translations/AdminTranslations.php:869
+msgid "Expiration for payments via Pix"
+msgstr "Vencimiento para pagos con Pix"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1066
-msgid "Pending payments will not be automatically declined."
-msgstr "Los pagos pendientes no se rechazarán automaticamente."
+#: ../../src/Translations/AdminTranslations.php:870
+msgid "Set the limit in minutes for your clients to pay via Pix."
+msgstr ""
+"Define el límite de minutos para que tus clientes puedan pagar con Pix."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1078
-msgid "Discount in Mercado Pago Checkouts"
-msgstr "Descuento en los checkouts de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:871
+msgid "15 minutes"
+msgstr "15 minutos"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1081
-msgid ""
-"Choose a percentage value that you want to discount your customers for "
-"paying with Mercado Pago."
-msgstr ""
-"Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
-"Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:872
+msgid "30 minutes (recommended)"
+msgstr "30 minutos (recomendado)"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1082,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1103
-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:873
+msgid "60 minutes"
+msgstr "60 minutos"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1099
-msgid "Commission in Mercado Pago Checkouts"
-msgstr "Comisiones en los checkouts de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:874
+msgid "12 hours"
+msgstr "12 horas"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1102
-msgid ""
-"Choose an additional percentage value that you want to charge as commission "
-"to your customers for paying with Mercado Pago."
-msgstr ""
-"Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
-"clientes por pagar con Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:875
+msgid "24 hours"
+msgstr "24 horas"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1139
-msgid "Convert Currency"
-msgstr "Convertir moneda"
+#: ../../src/Translations/AdminTranslations.php:876
+msgid "2 days"
+msgstr "2 días"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1144
-msgid "Currency convertion is enabled."
-msgstr "Conversión de moneda está activa."
+#: ../../src/Translations/AdminTranslations.php:877
+msgid "3 days"
+msgstr "3 días"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1145
-msgid "Currency convertion is disabled."
-msgstr "Conversión de moneda está inactiva."
+#: ../../src/Translations/AdminTranslations.php:878
+msgid "4 days"
+msgstr "4 días"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1262
-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:879
+msgid "5 days"
+msgstr "5 días"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:34,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:35,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:45
-msgid "Pix"
-msgstr "Pix"
+#: ../../src/Translations/AdminTranslations.php:880
+msgid "6 days"
+msgstr "6 días"
+
+#: ../../src/Translations/AdminTranslations.php:881
+msgid "7 days"
+msgstr "7 días"
+
+#: ../../src/Translations/AdminTranslations.php:886
+msgid "Would you like to know how Pix works?"
+msgstr "¿Quieres saber cómo funciona Pix?"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:204
+#: ../../src/Translations/AdminTranslations.php:887
msgid ""
-"By disabling it, you will disable all Pix payments from Mercado Pago "
-"Transparent Checkout."
-msgstr ""
-"Al desactivar, desabilitarás lo medios de pago con Pix en el Checkout "
-"Transparente de Mercado Pago."
+"We have a dedicated page where we explain how it works and its advantages."
+msgstr "Creamos una página que explica su funcionamiento y sus vantajas."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:208
-msgid "The transparent checkout for Pix payment is enabled."
-msgstr "El Checkout Transparente está activo para pagos por Pix."
+#: ../../src/Translations/AdminTranslations.php:888
+msgid "Find out more about Pix"
+msgstr "Saber más sobre Pix"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:209
-msgid "The transparent checkout for Pix payment is disabled."
-msgstr "El Checkout Transparente está inactivo para pagos por Pix."
+#: ../../src/Translations/AdminTranslations.php:889
+msgid "Advanced configuration of the Pix experience"
+msgstr "Configuración avanzada de la experiencia Pix"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224
+#: ../../src/Translations/AdminTranslations.php:897
msgid "To activate Pix, you must have a key registered in Mercado Pago."
msgstr "Para activar el Pix, debes tener una clave registrada en Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225
+#: ../../src/Translations/AdminTranslations.php:898
msgid "Download the Mercado Pago app on your cell phone."
msgstr "Descarga la app de Mercado Pago en tu móvil."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:226
-msgid "Go to the "
-msgstr "Ve al área "
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227
-msgid "area and choose the "
-msgstr "y elige la sección "
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228
-msgid "Your Profile "
-msgstr "Tu Perfil "
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229
-msgid "Your Pix Keys section."
-msgstr "Tus claves Pix."
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230
+#: ../../src/Translations/AdminTranslations.php:900
msgid ""
"Choose which data to register as Pix keys. After registering, you can set up "
"Pix in your checkout."
@@ -1141,7 +1418,7 @@ msgstr ""
"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás "
"configurar el Pix en tu checkout."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231
+#: ../../src/Translations/AdminTranslations.php:901
msgid ""
"Remember that, for the time being, the Central Bank of Brazil is open Monday "
"through Friday, from 9am to 6pm."
@@ -1149,7 +1426,7 @@ msgstr ""
"Recuerda que, por el momento, el Banco Central de Brasil está abierto de "
"lunes a viernes, de 9 a 18 horas."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232
+#: ../../src/Translations/AdminTranslations.php:902
msgid ""
"If you requested your registration outside these hours, we will confirm it "
"within the next business day."
@@ -1157,12 +1434,11 @@ msgstr ""
"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en "
"el siguiente día hábil."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328
+#: ../../src/Translations/AdminTranslations.php:903
msgid "Learn more about Pix"
msgstr "Más información sobre Pix"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234
+#: ../../src/Translations/AdminTranslations.php:904
msgid ""
"If you have already registered a Pix key at Mercado Pago and cannot activate "
"Pix in the checkout, "
@@ -1170,285 +1446,271 @@ msgstr ""
"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix "
"en el checkout, "
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235
+#: ../../src/Translations/AdminTranslations.php:905
msgid "click here."
msgstr "haz clic aquí."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:260
-msgid "Transparent Checkout | Pix"
-msgstr "Checkout Transparente | Pix"
+#: ../../src/Translations/AdminTranslations.php:919
+msgid "To enable test mode"
+msgstr "Para activar el modo de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:264
-msgid ""
-"With the Transparent Checkout, you can sell inside your store environment, "
-"without redirection and all the safety from Mercado Pago. "
-msgstr ""
-"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
-"redireccionamientos, con toda la seguridad de Mercado Pago. "
+#: ../../src/Translations/AdminTranslations.php:921
+msgid "copy your test credentials"
+msgstr "copia tus credenciales de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:281
-msgid "Advanced configuration of the Pix experience"
-msgstr "Configuración avanzada de la experiencia Pix"
+#: ../../src/Translations/AdminTranslations.php:922
+msgid "and paste them above in section 1 of this page"
+msgstr "y pégalas en la sección 1 de esta página"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:294
-msgid "15 minutes"
-msgstr "15 minutos"
+#: ../../src/Translations/AdminTranslations.php:927
+msgid "Create your"
+msgstr "Crea tu"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:295
-msgid "30 minutes (recommended)"
-msgstr "30 minutos (recomendado)"
+#: ../../src/Translations/AdminTranslations.php:929
+msgid "test user"
+msgstr "usuario de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:296
-msgid "60 minutes"
-msgstr "60 minutes"
+#: ../../src/Translations/AdminTranslations.php:930
+msgid ""
+"(Optional. Can be used in Production Mode and Test Mode, to test payments)"
+msgstr ""
+"(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para "
+"probar los pagos)"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297
-msgid "12 hours"
-msgstr "12 horas"
+#: ../../src/Translations/AdminTranslations.php:936
+msgid "Use our test cards"
+msgstr "Utiliza nuestras tarjetas de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298
-msgid "24 hours"
-msgstr "24 horas"
+#: ../../src/Translations/AdminTranslations.php:937
+msgid "never use real cards"
+msgstr "nunca utilices tarjetas reales"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299
-msgid "2 days"
-msgstr "2 días"
+#: ../../src/Translations/AdminTranslations.php:943
+msgid "Visit your store"
+msgstr "Visita tu tienda"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300
-msgid "3 days"
-msgstr "3 días"
+#: ../../src/Translations/AdminTranslations.php:944
+msgid "to test purchases"
+msgstr "para testear compras"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301
-msgid "4 days"
-msgstr "4 días"
+#: ../../src/Translations/AdminTranslations.php:948
+msgid "4. Test your store before you start to sell"
+msgstr "4. Testea tu tienda antes de empezar a vender"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302
-msgid "5 days"
-msgstr "5 días"
+#: ../../src/Translations/AdminTranslations.php:949
+msgid "Choose how you want to operate your store:"
+msgstr "Elige cómo quieres operar tu tienda:"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303
-msgid "6 days"
-msgstr "6 días"
+#: ../../src/Translations/AdminTranslations.php:950
+msgid "Test Mode"
+msgstr "Modo Test"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304
-msgid "7 days"
-msgstr "7 días"
+#: ../../src/Translations/AdminTranslations.php:951
+msgid "Sale Mode (Production)"
+msgstr "Modo Ventas (Producción)"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:308
-msgid "Expiration for payments via Pix"
-msgstr "Vencimiento para pagos con Pix"
+#: ../../src/Translations/AdminTranslations.php:952
+msgid "Mercado Pago payment methods in Production Mode"
+msgstr "Medios de pago Mercado Pago en Modo Produción"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:310
-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:953
+msgid "Mercado Pago payment methods in Test Mode"
+msgstr "Medios de pago Mercado Pago en Modo Test"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325
-msgid "Want to learn how Pix works?"
-msgstr "¿Quieres saber cómo funciona el Pix?"
+#: ../../src/Translations/AdminTranslations.php:954
+msgid "Enter test credentials"
+msgstr "Ingresa las credenciales de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:326
+#: ../../src/Translations/AdminTranslations.php:955
msgid ""
-"We have created a page to explain how this new payment method works and its "
-"advantages."
+"Select “Test Mode” if you want to try the payment experience before you "
+"start to sell or “Sales Mode” (Production) to start now."
msgstr ""
-"Creamos una página para explicar cómo funciona este nuevo medio de pago y "
-"sus ventajas."
+"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."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347
-msgid "Would you like to know how Pix works?"
-msgstr "¿Quieres saber cómo funciona Pix?"
+#: ../../src/Translations/AdminTranslations.php:956
+msgid "Mercado Pago Checkouts disabled for real collections."
+msgstr "Checkouts Mercado Pago inactivos para cobros reales."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:348
-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:957
+msgid "Test Mode rules."
+msgstr "Reglas del modo test."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:349
-msgid "Find out more about Pix"
-msgstr "Saber más sobre Pix"
+#: ../../src/Translations/AdminTranslations.php:958
+msgid "Mercado Pago Checkouts enabled for real collections."
+msgstr "Checkouts Mercado Pago activos para cobros reales."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:493
-msgid "A problem occurred when processing your payment. Please try again."
-msgstr ""
-"Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo."
+#: ../../src/Translations/AdminTranslations.php:959
+msgid "The clients can make real purchases in your store."
+msgstr "Los clientes pueden hacer compras reales en tu tienda."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:478,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547
-msgid ""
-"A problem occurred when processing your payment. Are you sure you have "
-"correctly filled in all the information on the checkout form?"
-msgstr ""
-"Un problema se produjo al procesar su pago. ¿Esta seguro que ha rellenado "
-"correctamente toda la información en el formulario de checkout?"
+#: ../../src/Translations/AdminTranslations.php:964
+msgid "Store in sale mode (Production)"
+msgstr "Tienda en Modo Ventas (Producción)"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:456,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:522
-msgid "The customer has not paid yet."
-msgstr "El cliente no ha pagado todavía."
+#: ../../src/Translations/AdminTranslations.php:965
+msgid "Store under test"
+msgstr "Tienda en Modo Test"
+
+#: ../../src/Translations/AdminTranslations.php:966
+msgid "Save changes"
+msgstr "Guardar cambios"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:461
-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/AdminTranslations.php:978
+msgid "Store business fields are valid"
+msgstr "Los campos comerciales de la tienda son válidos"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:462
-msgid ""
-"Scan the QR code below or copy and paste the code into your bank's "
-"application."
-msgstr ""
-"Escanee el código QR a continuación o copie y pegue el código en la "
-"aplicación de su banco."
+#: ../../src/Translations/AdminTranslations.php:979
+msgid "Store business fields could not be validated"
+msgstr "Los campos comerciales de la tienda no se pudieron validar"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:563
-msgid ""
-"Please note that to receive payments via Pix at our checkout, you must have "
-"a Pix key registered in your Mercado Pago account."
-msgstr ""
-"Ten en cuenta que para recibir pagos a través de Pix en nuestro checkout, "
-"debes tener una clave Pix registrada en tu cuenta de Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:980
+msgid "At least one payment method is enabled"
+msgstr "Al menos un método de pago está habilitado"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:564
-msgid "Register your Pix key at Mercado Pago."
-msgstr "Registra tu clave Pix en Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:981
+msgid "No payment method enabled"
+msgstr "Ningún método de pago habilitado"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:614,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:148
-msgid "Code valid for "
-msgstr "Código válido por "
+#: ../../src/Translations/AdminTranslations.php:982
+msgid "Credentials fields are valid"
+msgstr "Los campos de la credencial son válidos"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:34,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:35,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:45
-msgid "Invoice"
-msgstr "Efectivo"
+#: ../../src/Translations/AdminTranslations.php:983
+msgid "Credentials fields could not be validated"
+msgstr "No se pudieron validar los campos de credenciales"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:198
-msgid ""
-"By disabling it, you will disable all invoice payments from Mercado Pago "
-"Transparent Checkout."
-msgstr ""
-"Al desactivar, desabilitarás todos los medios de pago en efectivo en el "
-"Checkout Transparente de Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:995
+msgid "Valid Public Key"
+msgstr "Public key válida"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:202
-msgid "The transparent checkout for tickets is enabled."
-msgstr ""
-"El Checkout Transparente está activo para pagos en efectivo o en "
-"loterías."
+#: ../../src/Translations/AdminTranslations.php:996
+msgid "Invalid Public Key"
+msgstr "Public key no válida"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:203
-msgid "The transparent checkout for tickets is disabled."
-msgstr ""
-"El Checkout Transparente está inactivo para pagos en efectivo o en "
-"loterías."
+#: ../../src/Translations/AdminTranslations.php:997
+msgid "Valid Access Token"
+msgstr "Access token válido"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:218
-msgid "Transparent Checkout | Invoice or Loterica"
-msgstr "Checkout Transparente | Efectivo"
+#: ../../src/Translations/AdminTranslations.php:998
+msgid "Invalid Access Token"
+msgstr "Access token no válido"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:222
+#: ../../src/Translations/AdminTranslations.php:1010
+msgid "Credentials were updated"
+msgstr "Se actualizaron las credenciales"
+
+#: ../../src/Translations/AdminTranslations.php:1011
msgid ""
-"With the Transparent Checkout, you can sell inside your store environment, "
-"without redirection and all the safety from Mercado Pago."
+"Your store has exited Test Mode and is making real sales in Production Mode."
msgstr ""
-"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
-"redireccionamentos, con toda la seguridad de Mercado Pago."
+"Ahora su tienda está fuera del modo de prueba y está realizando ventas "
+"reales en el modo de producción."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:239
-msgid "Advanced configuration of the cash payment experience"
-msgstr "Configuración avanzada de la experiencia de pago en efectivo"
+#: ../../src/Translations/AdminTranslations.php:1012
+msgid "To test the store, re-enter both test credentials."
+msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:252
-msgid "Reduce inventory"
-msgstr "Reducir inventario"
+#: ../../src/Translations/AdminTranslations.php:1013
+msgid "Invalid credentials"
+msgstr "Credenciales no válidas"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:255
-msgid ""
-"Activates inventory reduction during the creation of an order, whether or "
-"not the final payment is credited. Disable this option to reduce it only "
-"when payments are approved."
-msgstr ""
-"Activa la reducción del inventario durante la creación de un pedido, se "
-"acredite o no el pago final. Desactiva esta opción para reducirlo solo "
-"cuando los pagos estén aprobados."
+#: ../../src/Translations/AdminTranslations.php:1014
+msgid "See our manual to learn"
+msgstr "Consulte nuestro manual para saber"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257
-msgid "Reduce inventory is enabled."
-msgstr "Reducir inventario está activo."
+#: ../../src/Translations/AdminTranslations.php:1015
+msgid "how to enter the credentials the right way."
+msgstr "como ingresar las credenciales de forma correcta."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:258
-msgid "Reduce inventory is disabled."
-msgstr "Reducir inventario está inactivo."
+#: ../../src/Translations/AdminTranslations.php:1016
+msgid " for test mode"
+msgstr " para el modo de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:270
-msgid "Payment Due"
-msgstr "Vencimiento del pago"
+#: ../../src/Translations/AdminTranslations.php:1028
+msgid "Store information is valid"
+msgstr "Información sobre tu tienda"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272
-msgid "In how many days will cash payments expire."
-msgstr "En cuántos días caducarán los pagos en efectivo."
+#: ../../src/Translations/AdminTranslations.php:1041
+msgid "Attention:"
+msgstr "Atención:"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:292
-msgid "Enable the available payment methods"
-msgstr "Habilita los medios de pago disponibles"
+#: ../../src/Translations/AdminTranslations.php:1042
+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 ""
+"La configuración de moneda que tienes en WooCommerce no es compatible con la "
+"moneda que usas en tu cuenta de Mercado Pago. Activa la conversión de moneda."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:294
-msgid "Choose the available payment methods in your store."
-msgstr "Selecciona los medios de pago disponibles en tu tienda."
+#: ../../src/Translations/AdminTranslations.php:1045
+msgid "We are converting your currency from: "
+msgstr "Ahora convertimos tu moneda de: "
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:298
-msgid "All payment methods"
-msgstr "Todos los medios de pago"
+#: ../../src/Translations/AdminTranslations.php:1061
+msgid "to "
+msgstr "a "
+
+#: ../../src/Translations/AdminTranslations.php:1072
+msgid "Payment status on Mercado Pago"
+msgstr "Estado de pago en el Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:458,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:486
+#: ../../src/Translations/AdminTranslations.php:1073
msgid ""
-"There was a problem processing your payment. Are you sure you have correctly "
-"filled out all the information on the payment form?"
+"This is the payment status of your Mercado Pago Activities. To check the "
+"order status, please refer to Order details."
msgstr ""
-"Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado "
-"correctamente toda la información en el formulario de pago?"
+"Este es el estado del pago de las Actividades de tu Mercado Pago. Para "
+"consultar el estado del pedido, consulta en Detalles del Pedido."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:451,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:479
-msgid "Your document data is invalid"
-msgstr "Los datos de su documento no son válidos"
+#: ../../src/Translations/AdminTranslations.php:1074,
+#: ../../src/Translations/AdminTranslations.php:1076
+msgid "View purchase details at Mercado Pago"
+msgstr "Ver detalles de compra en Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:527
-msgid "To print the ticket again click"
-msgstr "Para imprimir nuevamente el ticket hace clic"
+#: ../../src/Translations/AdminTranslations.php:1075,
+#: ../../src/Translations/AdminTranslations.php:1077,
+#: ../../src/Translations/AdminTranslations.php:1079
+msgid "Sync order status"
+msgstr "Sincronizar el estado del pedido"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:530
-msgid "here"
-msgstr "aquí"
+#: ../../src/Translations/AdminTranslations.php:1078
+msgid "Consult the reasons for refusal"
+msgstr "Consultar motivos de rechazo"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:659
-msgid " and "
-msgstr " y "
+#: ../../src/Translations/AdminTranslations.php:1080
+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:1081
+msgid "Unable to update order:"
+msgstr "No se puede actualizar el pedido:"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
+#: ../../src/Translations/AdminTranslations.php:1082
msgid "Payment made"
msgstr "Pago realizado"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114
+#: ../../src/Translations/AdminTranslations.php:1083
msgid "Payment made by the buyer and already credited in the account."
msgstr ""
"El pago realizado por el comprador y que ya está acreditado en la cuenta."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117
+#: ../../src/Translations/AdminTranslations.php:1084
msgid "Call resolved"
msgstr "Llamado resuelto"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218
+#: ../../src/Translations/AdminTranslations.php:1085,
+#: ../../src/Translations/AdminTranslations.php:1135
msgid "Please contact Mercado Pago for further details."
msgstr "Contacta a Mercado Pago para saber más detalles."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121
+#: ../../src/Translations/AdminTranslations.php:1086
msgid "Payment refunded"
msgstr "Pago devuelto"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122
+#: ../../src/Translations/AdminTranslations.php:1087
msgid ""
"Your refund request has been made. Please contact Mercado Pago for further "
"details."
@@ -1456,59 +1718,59 @@ msgstr ""
"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
"más detalles."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129
+#: ../../src/Translations/AdminTranslations.php:1088,
+#: ../../src/Translations/AdminTranslations.php:1090
msgid "Payment returned"
msgstr "Pago devuelto"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126
+#: ../../src/Translations/AdminTranslations.php:1089
msgid "The payment has been returned to the client."
msgstr "El pago ya fue devuelto al cliente."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130
+#: ../../src/Translations/AdminTranslations.php:1091
msgid "The payment has been partially returned to the client."
msgstr "El pago ya fue devuelto parcialmente al cliente."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133
+#: ../../src/Translations/AdminTranslations.php:1092
msgid "Payment canceled"
msgstr "Pago cancelado"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134
+#: ../../src/Translations/AdminTranslations.php:1093
msgid "The payment has been successfully canceled."
msgstr "El pago fue cancelado con éxito."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137
+#: ../../src/Translations/AdminTranslations.php:1094
msgid "Purchase canceled"
msgstr "Compra cancelada"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138
+#: ../../src/Translations/AdminTranslations.php:1095
msgid "The payment has been canceled by the customer."
msgstr "El pago fue cancelado por el cliente."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:307
+#: ../../src/Translations/AdminTranslations.php:1096,
+#: ../../src/Translations/AdminTranslations.php:1098,
+#: ../../src/Translations/AdminTranslations.php:1100,
+#: ../../src/Translations/AdminTranslations.php:1102,
+#: ../../src/Translations/AdminTranslations.php:1104,
+#: ../../src/Translations/AdminTranslations.php:1112,
+#: ../../src/Translations/AdminTranslations.php:1114,
+#: ../../src/Translations/AdminTranslations.php:1116,
+#: ../../src/Translations/AdminTranslations.php:1118,
+#: ../../src/Translations/AdminTranslations.php:1120,
+#: ../../src/Translations/AdminTranslations.php:1122,
+#: ../../src/Translations/AdminTranslations.php:1124,
+#: ../../src/Translations/AdminTranslations.php:1179
msgid "Pending payment"
msgstr "Cobro pendiente"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154
+#: ../../src/Translations/AdminTranslations.php:1097,
+#: ../../src/Translations/AdminTranslations.php:1099,
+#: ../../src/Translations/AdminTranslations.php:1101,
+#: ../../src/Translations/AdminTranslations.php:1103
msgid "Awaiting payment from the buyer."
msgstr "Esperando el pago del comprador."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158
+#: ../../src/Translations/AdminTranslations.php:1105
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 "
@@ -1517,72 +1779,48 @@ msgstr ""
"Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si "
"está todo bien para que puedas entregar el producto o brindar el servicio."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:205,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:209,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:213,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:225,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:229,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:233,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:237,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:241,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:245,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:249,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:271,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:275,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:279,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:283,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:287,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:291,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:295,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:299,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:303,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:315,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:321,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:325
+#: ../../src/Translations/AdminTranslations.php:1106,
+#: ../../src/Translations/AdminTranslations.php:1130,
+#: ../../src/Translations/AdminTranslations.php:1146,
+#: ../../src/Translations/AdminTranslations.php:1165,
+#: ../../src/Translations/AdminTranslations.php:1169,
+#: ../../src/Translations/AdminTranslations.php:1171,
+#: ../../src/Translations/AdminTranslations.php:1173,
+#: ../../src/Translations/AdminTranslations.php:1177
msgid "Declined payment"
msgstr "Cobro rechazado"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256
+#: ../../src/Translations/AdminTranslations.php:1107,
+#: ../../src/Translations/AdminTranslations.php:1131
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 ""
"El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use "
-"otra tarjeta o que se comunique con su banco."
+"“\n"
+"“otra tarjeta o que se comunique con su banco."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165
+#: ../../src/Translations/AdminTranslations.php:1108
msgid "Payment authorized. Awaiting capture."
msgstr "Pago autorizado. Esperando captura."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166
+#: ../../src/Translations/AdminTranslations.php:1109
msgid ""
"The payment has been authorized on the client's card. Please capture the "
"payment."
msgstr ""
"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169
+#: ../../src/Translations/AdminTranslations.php:1110
msgid "Payment in process"
msgstr "Pago en proceso"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190
+#: ../../src/Translations/AdminTranslations.php:1111,
+#: ../../src/Translations/AdminTranslations.php:1121
msgid "Please wait or contact Mercado Pago for further details"
msgstr "Espera o contacta a Mercado Pago para saber más detalles"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174
+#: ../../src/Translations/AdminTranslations.php:1113
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 "
@@ -1591,1438 +1829,928 @@ msgstr ""
"El banco está revisando el pago. Te avisaremos por e-mail cuando esté "
"confirmado para que puedas entregar el producto o brindar el servicio."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186
+#: ../../src/Translations/AdminTranslations.php:1115,
+#: ../../src/Translations/AdminTranslations.php:1117,
+#: ../../src/Translations/AdminTranslations.php:1119
msgid "Awaiting payment information validation."
-msgstr "Esperando validación de los datos de pago.."
+msgstr "Esperando validación de los datos de pago."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194
+#: ../../src/Translations/AdminTranslations.php:1123
msgid "Waiting for the buyer."
msgstr "Esperando al comprador."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:198
+#: ../../src/Translations/AdminTranslations.php:1125
msgid "Waiting for the card issuer."
-msgstr "Espererando al emisor de la tarjeta.."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:202
-msgid ""
-"The payment could not be processed. Please ask your client to use another "
-"card or to get in touch with the bank."
-msgstr ""
-"El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
-"medio de pago o que se contacte con el banco."
+msgstr "Espererando al emisor de la tarjeta."
+
+#: ../../src/Translations/AdminTranslations.php:1126,
+#: ../../src/Translations/AdminTranslations.php:1128,
+#: ../../src/Translations/AdminTranslations.php:1132,
+#: ../../src/Translations/AdminTranslations.php:1153,
+#: ../../src/Translations/AdminTranslations.php:1175
+msgid "The card issuing bank declined the payment"
+msgstr "El banco emisor de la tarjeta rechazó el pago"
+
+#: ../../src/Translations/AdminTranslations.php:1127,
+#: ../../src/Translations/AdminTranslations.php:1129,
+#: ../../src/Translations/AdminTranslations.php:1133,
+#: ../../src/Translations/AdminTranslations.php:1154,
+#: ../../src/Translations/AdminTranslations.php:1176
+msgid ""
+"Please recommend your customer to pay with another payment method or to "
+"contact their bank."
+msgstr ""
+"Recomiéndale a tu cliente que pague con otro medio de pago o que se "
+"comunique con su banco."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:217
+#: ../../src/Translations/AdminTranslations.php:1134
msgid "Mercado Pago did not process the payment"
msgstr "Mercado Pago no procesó el pago"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:221,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:311
+#: ../../src/Translations/AdminTranslations.php:1136,
+#: ../../src/Translations/AdminTranslations.php:1181
msgid "Expired payment deadline"
msgstr "Venció el plazo para el pago"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:312
+#: ../../src/Translations/AdminTranslations.php:1137,
+#: ../../src/Translations/AdminTranslations.php:1182
msgid "The client did not pay within the time limit."
-msgstr "El cliente no pagó dentro del límite de tiempo.."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230
-msgid ""
-"The CVV is invalid. Please ask your client to review the details or use "
-"another card."
-msgstr ""
-"El código de seguridad de la tarjeta es inválido. Revisá los datos que "
-"ingresaste o pedile a tu cliente que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234
-msgid ""
-"The card is expired. Please ask your client to use another card or to "
-"contact the bank."
-msgstr ""
-"La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se "
-"comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:288
-msgid ""
-"This payment was declined because it did not pass Mercado Pago security "
-"controls. Please ask your client to use another card."
-msgstr ""
-"Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
-"Pago. Pedile a tu cliente que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280
-msgid ""
-"The buyer is suspended in our platform. Your client must contact us to check "
-"what happened."
-msgstr ""
-"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
-"con nosotros para ver qué pasó."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251
-msgid ""
-"The card does not have enough limit. Please ask your client to use another "
-"card or to get in touch with the bank."
-msgstr ""
-"La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
-"tarjeta o que se comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252
-msgid ""
-"The card does not have sufficient balance. Please ask your client to use "
-"another card or to get in touch with the bank."
-msgstr ""
-"La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
-"tarjeta o que se comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260
-msgid ""
-"The CVV was entered incorrectly several times. Please ask your client to use "
-"another card or to get in touch with the bank."
-msgstr ""
-"Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a "
-"tu cliente que use otra tarjeta o que se comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:264
-msgid ""
-"The card does not allow the number of installments entered. Please ask your "
-"client to choose another installment plan or to use another card."
-msgstr ""
-"La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente "
-"que elija otro plan de cuotas o que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:268
-msgid ""
-"The card-issuing bank declined the payment. Please instruct your client to "
-"ask the bank to authotize it or to use another card."
-msgstr ""
-"El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que "
-"se contacte con el banco para autorizarlo o que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272
-msgid ""
-"From Mercado Pago we have detected that this payment has already been made "
-"before. If that is not the case, your client may try to pay again."
-msgstr ""
-"Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no "
-"es así, tu cliente puede intentarlo de nuevo."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276
-msgid ""
-"The card is not active yet. Please ask your client to use another card or to "
-"get in touch with the bank to activate it."
-msgstr ""
-"La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta "
-"o que se comunique con su banco para activarla."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:292
-msgid ""
-"The amount exceeded the card limit. Please ask your client to use another "
-"card or to get in touch with the bank."
-msgstr ""
-"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
-"tarjeta o que se comunique con el banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:296,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:300,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:304
-msgid ""
-"Please ask your client to use another card or to get in touch with the card "
-"issuer."
-msgstr ""
-"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
-"la tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:308
-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 ""
-"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
-"tarjeta o que se comunique con el banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:317
-msgid ""
-"The credit function is not enabled for the card. Please tell your client "
-"that it is possible to pay with debit or to use another one."
-msgstr ""
-"La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que "
-"puede pagar con la función débito de la misma tarjeta o pídele que use otra."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:318
-msgid ""
-"The debit function is not enabled for the card. Please tell your client that "
-"it is possible to pay with credit or to use another one."
-msgstr ""
-"La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
-"puede pagar con la función crédito de la misma tarjeta o pídele que use otra."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:322
-msgid ""
-"The card-issuing bank declined the payment. Please instruct your client to "
-"ask the bank to authorize it."
-msgstr ""
-"El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
-"comunique con el banco para autorizar el pago."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:326
-msgid ""
-"The buyer does not have enough balance to make the purchase. Please ask your "
-"client to deposit money to the Mercado Pago Account or to use a different "
-"payment method."
-msgstr ""
-"El cliente no tiene suficiente saldo en la cuenta para realizar la compra. "
-"Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de "
-"pago."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:329
-msgid "There was an error"
-msgstr "Hubo un error"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:330
-msgid "The transaction could not be completed."
-msgstr "No fue posible completar la transacción."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:413
-msgid "Payment status on Mercado Pago"
-msgstr "Estado de pago en el Mercado Pago"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:473,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485
-msgid "View purchase details at Mercado Pago"
-msgstr "Ver detalles de compra en Mercado Pago"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:486,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:498
-msgid "Sync order status"
-msgstr "Sincronizar el estado del pedido"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:497
-msgid "Check the reasons why the purchase was declined."
-msgstr "Consulta los motivos del rechazo de tu compra."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:606
-msgid "Order update successfully. This page will be reloaded..."
-msgstr "Actualización del pedido con éxito. Esta página será recargada…"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:610
-msgid "Unable to update order: "
-msgstr "No se puede actualizar el pedido: "
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:126
-msgid "See WooCommerce"
-msgstr "Ver WooCommerce"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124
-msgid "Install WooCommerce"
-msgstr "Instalar WooCommerce"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:121
-msgid "Activate WooCommerce"
-msgstr "Activar WooCommerce"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:137
-msgid "do you have a minute to share your experience with our plugin?"
-msgstr "¿tienes un minuto para compartir tu experiencia con nuestro plugin?"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:140
-msgid ""
-"Your opinion is very important so that we can offer you the best possible "
-"payment solution and continue to improve."
-msgstr ""
-"Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos "
-"posible y seguir mejorando."
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:149
-msgid "Rate the plugin"
-msgstr "Valorar el plugin"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:151
-msgid "Enable payments via Mercado Pago account"
-msgstr "Pagos a través de la cuenta de Mercado Pago"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:154
-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 ""
-"Con esta función activa, tus clientes pagan más rápido usando su cuenta de "
-"Mercado Pago.La tasa de aprobación de estos pagos en tu tienda puede "
-"ser un 25% mayor en comparación con otros medios de pago."
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:163
-msgid "Activate"
-msgstr "Activar"
-
-#: ../../includes/admin/views/html-admin-alert-frame.php:34,
-#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30
-msgid "Discard"
-msgstr "Descartar"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:141
-msgid "Mercado Pago Settings"
-msgstr "Configuración de Mercado Pago"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196
-msgid "Accept "
-msgstr "Acepta "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197
-msgid "payments on the spot "
-msgstr "pagos al instante "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198
-msgid "with"
-msgstr "con toda"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199
-msgid "the "
-msgstr "la "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200
-msgid "security "
-msgstr "seguridad "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201
-msgid "from Mercado Pago"
-msgstr "de Mercado Pago"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202
-msgid "Technical requirements"
-msgstr "Requisitos técnicos"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203
-msgid "SSL"
-msgstr "SSL"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204
-msgid "GD Extensions"
-msgstr "Extensiones GD"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205
-msgid "Curl"
-msgstr "Curl"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206
-msgid ""
-"Implementation responsible for transmitting data to Mercado Pago in a secure "
-"and encrypted way."
-msgstr ""
-"Implementación responsable de transmitir los datos a Mercado Pago de forma "
-"segura y encriptada."
+msgstr "El cliente no pagó dentro del límite de tiempo."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207
-msgid ""
-"These extensions are responsible for the implementation and operation of Pix "
-"in your store."
-msgstr ""
-"Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
-"tienda."
+#: ../../src/Translations/AdminTranslations.php:1138,
+#: ../../src/Translations/AdminTranslations.php:1140,
+#: ../../src/Translations/AdminTranslations.php:1142,
+#: ../../src/Translations/AdminTranslations.php:1183
+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"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208
+#: ../../src/Translations/AdminTranslations.php:1139,
+#: ../../src/Translations/AdminTranslations.php:1141,
+#: ../../src/Translations/AdminTranslations.php:1143,
+#: ../../src/Translations/AdminTranslations.php:1184,
+#: ../../src/Translations/AdminTranslations.php:1185
msgid ""
-"It is an extension responsible for making payments via requests from the "
-"plugin to Mercado Pago."
+"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 ""
-"Es una extensión encargada de realizar los pagos a través de requests del "
-"plugin a Mercado Pago."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209
-msgid "Collections and installments"
-msgstr "Cobros y cuotas"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210
-msgid "Choose "
-msgstr "Elige "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211
-msgid "when you want to receive the money "
-msgstr "cuándo quieres recibir el dinero "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212
-msgid "from your sales and if you want to offer "
-msgstr "de las ventas y si quieres ofrecer "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213
-msgid "interest-free installments "
-msgstr "cuotas sin interés"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214
-msgid "to your clients."
-msgstr "a los clientes."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215
-msgid "Set deadlines and fees"
-msgstr "Ajustar plazos y tasas"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216,
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:124
-msgid "Questions? "
-msgstr "¿Tienes dudas?"
+"Pídele que vuelva a ingresarlos tal como figuran en la tarjeta o en la app "
+"de su banco para finalizar el pago."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217
-msgid "Review the step-by-step of "
-msgstr "Revisa el paso a paso de "
+#: ../../src/Translations/AdminTranslations.php:1144,
+#: ../../src/Translations/AdminTranslations.php:1167
+msgid "We protected you from a suspicious payment"
+msgstr "Te protegimos de un pago sospechoso"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218
-msgid "how to integrate the Mercado Pago Plugin "
-msgstr "cómo integrar el Plugin de Mercado Pago "
+#: ../../src/Translations/AdminTranslations.php:1145
+msgid "For safety reasons, this transaction cannot be completed."
+msgstr "Por motivos de seguridad, esta transacción no podrá ser finalizada."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
-msgid "on our webiste for developers."
-msgstr "en nuestro sitio de desarrolladores."
+#: ../../src/Translations/AdminTranslations.php:1147,
+#: ../../src/Translations/AdminTranslations.php:1166
+msgid ""
+"The buyer is suspended in our platform. Your client must contact us to check "
+"what happened."
+msgstr ""
+"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
+"con nosotros para ver qué pasó."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231
-msgid "1. Integrate your store with Mercado Pago "
-msgstr "1. Integra la tienda a Mercado Pago "
+#: ../../src/Translations/AdminTranslations.php:1148
+msgid "For safety reasons, the card issuing bank declined the payment"
+msgstr "Por seguridad, el banco emisor de la tarjeta rechazó el pago"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232
+#: ../../src/Translations/AdminTranslations.php:1149,
+#: ../../src/Translations/AdminTranslations.php:1168
msgid ""
-"To enable orders, you must create and activate production credentials in "
-"your Mercado Pago Account. "
+"Recommend your customer to pay with their usual payment method and device "
+"for online purchases."
msgstr ""
-"Para habilitar las ventas, debes crear y activar las credenciales de "
-"producción en tu cuenta de Mercado Pago. "
+"Recomiéndale a tu cliente que pague con el medio de pago y dispositivo que "
+"suele usar para compras online."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233
-msgid "Copy and paste the credentials below."
-msgstr "Copia y pega tus credenciales a continuación."
+#: ../../src/Translations/AdminTranslations.php:1150
+msgid "Your customer's credit card has no available limit"
+msgstr "La tarjeta de crédito de tu cliente no tiene límite disponible"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234
-msgid "Check credentials"
-msgstr "Consultar credenciales"
+#: ../../src/Translations/AdminTranslations.php:1151,
+#: ../../src/Translations/AdminTranslations.php:1152,
+#: ../../src/Translations/AdminTranslations.php:1156
+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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235
-msgid "Test credentials "
-msgstr "Credenciales de prueba "
+#: ../../src/Translations/AdminTranslations.php:1155
+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"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236
-msgid "Enable Mercado Pago checkouts for test purchases in the store."
+#: ../../src/Translations/AdminTranslations.php:1157
+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:1158
+msgid ""
+"Please ask them to choose a different number of installments or to pay with "
+"another method."
msgstr ""
-"Habilitan a los checkouts de Mercado Pago para pruebas de compras en la "
-"tienda."
+"Pídele que elija una cantidad de pagos diferente o que use con otro medio."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237
-msgid "Public key"
-msgstr "Public key"
+#: ../../src/Translations/AdminTranslations.php:1159,
+#: ../../src/Translations/AdminTranslations.php:1186
+msgid "Your customer needs to authorize the payment through their bank"
+msgstr "Tu cliente necesita autorizar el pago con su banco"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238
-msgid "Access Token"
-msgstr "Access Token"
+#: ../../src/Translations/AdminTranslations.php:1160,
+#: ../../src/Translations/AdminTranslations.php:1187
+msgid ""
+"Please ask them to call the telephone number on their card or to pay with "
+"another method."
+msgstr ""
+"Pídele que llame al teléfono que está en la tarjeta o que pague con otro "
+"medio."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239
-msgid "Production credentials"
-msgstr "Credenciales de producción"
+#: ../../src/Translations/AdminTranslations.php:1161
+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"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240
-msgid "Enable Mercado Pago checkouts to receive real payments in the store."
-msgstr ""
-"Habilitan a los checkouts de Mercado Pago para recibir pagos reales en "
-"tienda."
+#: ../../src/Translations/AdminTranslations.php:1162
+msgid "Check your approved payments to verify it."
+msgstr "Revisa tu cobros aprobados para verificarlo."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241
-msgid "Paste your Public Key here"
-msgstr "Pega aquí tu Public Key"
+#: ../../src/Translations/AdminTranslations.php:1163
+msgid "Your customer's card was is not activated yet"
+msgstr "La tarjeta de tu cliente aún no está habilitada"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242
-msgid "Paste your Access Token here"
-msgstr "Pega aquí tu Access Token"
+#: ../../src/Translations/AdminTranslations.php:1164
+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 ""
+"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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243,
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280
-msgid "Save and continue"
-msgstr "Guardar y continuar"
+#: ../../src/Translations/AdminTranslations.php:1170
+msgid ""
+"This payment was declined because it did not pass Mercado Pago security "
+"controls. Please ask your client to use another card."
+msgstr ""
+"Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
+"Pago. Pedile a tu cliente que use otra tarjeta."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254
-msgid "2. Customize your business"
-msgstr "2. Personaliza tu negocio"
+#: ../../src/Translations/AdminTranslations.php:1172
+msgid ""
+"The amount exceeded the card limit. Please ask your client to use another "
+"card or to get in touch with the bank."
+msgstr ""
+"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
+"tarjeta o que se comunique con el banco."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255
+#: ../../src/Translations/AdminTranslations.php:1174,
+#: ../../src/Translations/AdminTranslations.php:1178
msgid ""
-"Fill out the following information to have a better experience and offer "
-"more information to your clients"
+"Please ask your client to use another card or to get in touch with the card "
+"issuer."
msgstr ""
-"Completa los siguientes datos para tener una mejor experiencia y ofrecer más "
-"información a los clientes"
+"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
+"la tarjeta."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256
-msgid "Your store information"
-msgstr "Información sobre tu tienda"
+#: ../../src/Translations/AdminTranslations.php:1180
+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 ""
+"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
+"tarjeta o que se comunique con el banco."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257
-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:1188
+msgid "Your customer's debit card has insufficient funds"
+msgstr "La tarjeta de débito de tu cliente no tiene saldo suficiente"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258
-msgid "Eg: Mary's store"
-msgstr "Ej.: TiendaMaría"
+#: ../../src/Translations/AdminTranslations.php:1189
+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:1190
+msgid "Something went wrong and the payment was declined"
+msgstr "El pago fue rechazado porque hubo un error"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259
+#: ../../src/Translations/AdminTranslations.php:1191
msgid ""
-"If this field is empty, the purchase will be identified as Mercado Pago."
+"Please recommend you customer to try again or to pay with another payment "
+"method."
msgstr ""
-"Si el campo queda vacío, la compra del cliente se identificará como Mercado "
-"Pago."
+"Recomiéndale a tu cliente que intente nuevamente o pague con otro medio de "
+"pago."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260
-msgid "Identification in Activities of Mercad Pago"
-msgstr "Identificación en Actividad de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:1204
+msgid "Any questions?"
+msgstr "¿Tienes dudas? "
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261
-msgid "Eg: Marystore"
-msgstr "Ej.: Tienda de María"
+#: ../../src/Translations/AdminTranslations.php:1205
+msgid "Please check the"
+msgstr "Revisa las"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262
-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:1206,
+#: ../../src/Translations/AdminTranslations.php:1222
+msgid "FAQs"
+msgstr "preguntas frecuentes"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263
-msgid "Store category"
-msgstr "Categoría de la tienda"
+#: ../../src/Translations/AdminTranslations.php:1207
+msgid "on the dev website."
+msgstr "en el sitio para desarrolladores."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264
-msgid "Select"
-msgstr "Seleccionar"
+#: ../../src/Translations/AdminTranslations.php:1220
+msgid "Check our"
+msgstr "Revisa las"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265
-msgid "Select ”Other” if you do not find the appropriate category."
-msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada."
+#: ../../src/Translations/AdminTranslations.php:1223
+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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266
-msgid "Advanced integration options (optional)"
-msgstr "Opciones avanzadas de integración (opcional)"
+#: ../../src/Translations/AdminTranslations.php:1228
+msgid "1. Go to the dev website and open a"
+msgstr "1. Ingresa al sitio para desarrolladores y abre un"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267
-msgid ""
-"For further integration of your store with Mercado Pago (IPN, Certified "
-"Partners, Debug Mode)"
-msgstr ""
-"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
-"Certificados, Modo Debug)"
+#: ../../src/Translations/AdminTranslations.php:1230
+msgid "ticket"
+msgstr "ticket"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268
-msgid "View advanced options"
-msgstr "Ver opciones avanzadas"
+#: ../../src/Translations/AdminTranslations.php:1231
+msgid "in the Support section."
+msgstr "en la sección de Soporte."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269
-msgid "URL for IPN "
-msgstr "URL para IPN "
+#: ../../src/Translations/AdminTranslations.php:1236
+msgid "4. Download the"
+msgstr "4. Descarga el"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270
-msgid "Eg: https://examples.com/my-custom-ipn-url"
-msgstr "Ej.: https://examples.com/my-custom-ipn-url"
+#: ../../src/Translations/AdminTranslations.php:1237
+msgid "error history"
+msgstr "historial de errores "
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271
-msgid ""
-"Add the URL to receive payments notifications. Find out more information in "
-"the "
+#: ../../src/Translations/AdminTranslations.php:1238
+msgid "and share it with the Mercado Pago team when asked for it."
msgstr ""
-"Ingresa la URL para recibir notificaciones de pago. Consulta más información "
-"en los "
+"y compártelo con el equipo de Mercado Pago cuando se te sea solicitado."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272
-msgid "guides."
-msgstr "manuales."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273
-msgid "Add plugin default params"
-msgstr "Agregar parámetros default del plugin"
+#: ../../src/Translations/AdminTranslations.php:1242
+msgid "Do you need help?"
+msgstr "¿Necesitas ayuda?"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274
-msgid "integrator_id"
-msgstr "integrator_id"
+#: ../../src/Translations/AdminTranslations.php:1243
+msgid "How to open a ticket:"
+msgstr "Cómo abrir un ticket:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275
-msgid "Eg: 14987126498"
-msgstr "Ej.: 14987126498"
+#: ../../src/Translations/AdminTranslations.php:1245
+msgid "2. Fill out the form with your store details."
+msgstr "2. Completa el formulario con los datos de tu tienda."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276
+#: ../../src/Translations/AdminTranslations.php:1246
msgid ""
-"If you are a Mercado Pago Certified Partner, make sure to add your "
-"integrator_id. If you do not have the code, please "
+"3. Copy and paste the following details when asked for the the technical "
+"information:"
msgstr ""
-"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
-"integrator_id. Si no tienes el código, "
+"3. Copia y pega los siguientes datos cuando se te pida la información "
+"técnica:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277
-msgid "request it now. "
-msgstr "solicítalo ahora. "
+#: ../../src/Translations/AdminTranslations.php:1249
+msgid "Version:"
+msgstr "Versión"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278
-msgid "Debug and Log Mode"
-msgstr "Modo debug y log"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:279
-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:1250
+msgid "History of errors"
+msgstr "Historial de errores"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291
-msgid "3. Set payment methods"
-msgstr "3. Configura los medios de pago"
+#: ../../src/Translations/AdminTranslations.php:1251
+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 ""
+"Selecciona los archivos que quieras compartir con nuestro equipo y haz clic "
+"en “Descargar”. Esta información se te solicitará por e-mail al momento de "
+"ser necesario."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:292
-msgid "To view more options, please select a payment method below"
-msgstr "Selecciona uno de los siguientes medios de pago para ver más opciones"
+#: ../../src/Translations/AdminTranslations.php:1254
+msgid "Source"
+msgstr "Origen"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:293
-msgid "Settings"
-msgstr "Configurar"
+#: ../../src/Translations/AdminTranslations.php:1255
+msgid "File date"
+msgstr "Fecha de creación"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:294
-msgid "Continue"
-msgstr "Continuar"
+#: ../../src/Translations/AdminTranslations.php:1256
+msgid "Download"
+msgstr "Descargar"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305
-msgid "4. Test your store before you sell"
-msgstr "4. Testea tu tienda antes de vender"
+#: ../../src/Translations/AdminTranslations.php:1257
+msgid "Next Page"
+msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306
-msgid ""
-"Test the experience in Test Mode and then enable the Sale Mode (Production) "
-"to sell."
+#: ../../src/Translations/AdminTranslations.php:1258
+msgid "Previous page"
msgstr ""
-"Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) "
-"para realizar ventas."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307
-msgid "Choose how you want to operate your store:"
-msgstr "Elige cómo quieres operar tu tienda:"
+#: ../../src/Translations/AdminTranslations.php:1259
+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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308
-msgid "Test Mode"
-msgstr "Modo Test"
+#: ../../src/Translations/StoreTranslations.php:103
+msgid "discount of"
+msgstr "descuento de"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309
-msgid "Mercado Pago Checkouts disabled for real collections. "
-msgstr "Checkouts Mercado Pago inactivos para cobros reales. "
+#: ../../src/Translations/StoreTranslations.php:104
+msgid "fee of"
+msgstr "comisión de"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310
-msgid "Test Mode rules."
-msgstr "Reglas del modo test."
+#: ../../src/Translations/StoreTranslations.php:105
+msgid "and"
+msgstr "y"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311
-msgid "Sale Mode (Production)"
-msgstr "Modo Ventas (Producción)"
+#: ../../src/Translations/StoreTranslations.php:106
+msgid "Shipping service used by the store."
+msgstr "Servicio de envío utilizado por la tienda."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312
-msgid "Mercado Pago Checkouts enabled for real collections."
-msgstr "Checkouts Mercado Pago activos para cobros reales."
+#: ../../src/Translations/StoreTranslations.php:107
+msgid "Discount provided by store"
+msgstr "Descuento proporcionado por la tienda"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313
-msgid "Mercado Pago payment methods in Production Mode"
-msgstr "Medios de pago Mercado Pago en Modo Produción"
+#: ../../src/Translations/StoreTranslations.php:108
+msgid "Mercado Pago Discount"
+msgstr "Descuento de Mercado Pago:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314
-msgid "The clients can make real purchases in your store."
-msgstr "Los clientes pueden hacer compras reales en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:109
+msgid "Mercado Pago Commission"
+msgstr "Comisión de Mercado Pago:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315
-msgid "Mercado Pago payment methods in Test Mode"
-msgstr "Medios de pago Mercado Pago en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:121
+msgid "Checkout Pro in Test Mode"
+msgstr "Checkout Pro en Modo Test"
+
+#: ../../src/Translations/StoreTranslations.php:122,
+#: ../../src/Translations/StoreTranslations.php:180,
+#: ../../src/Translations/StoreTranslations.php:214
+msgid "Use Mercado Pago's payment methods without real charges. "
+msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316
-msgid "Create your "
-msgstr "Crea tu "
+#: ../../src/Translations/StoreTranslations.php:123,
+#: ../../src/Translations/StoreTranslations.php:181,
+#: ../../src/Translations/StoreTranslations.php:215,
+#: ../../src/Translations/StoreTranslations.php:336,
+#: ../../src/Translations/StoreTranslations.php:364
+msgid "See the rules for the test mode."
+msgstr "Consulte las reglas para el modo test."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317
-msgid "test user "
-msgstr "usuario de prueba "
+#: ../../src/Translations/StoreTranslations.php:124
+msgid "Log in to Mercado Pago and earn benefits"
+msgstr "Inicia sesión en Mercado Pago y obtén beneficios"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318
-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/StoreTranslations.php:125
+msgid "Easy login"
+msgstr "Ingresa con facilidad"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319
-msgid "Use our test cards, "
-msgstr "Utiliza nuestras tarjetas de prueba, "
+#: ../../src/Translations/StoreTranslations.php:126
+msgid "Log in with the same email and password you use in Mercado Libre."
+msgstr "Inicia sesión con tu mismo e-mail y contraseña de Mercado Libre."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320
-msgid "never use real cards. "
-msgstr "nunca utilices tarjetas reales. "
+#: ../../src/Translations/StoreTranslations.php:127
+msgid "Blue phone image"
+msgstr "Imagen de teléfono azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321
-msgid "Visit your store "
-msgstr "Visita tu tienda "
+#: ../../src/Translations/StoreTranslations.php:128
+msgid "Quick payments"
+msgstr "Paga rápido"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322
-msgid "to test purchases"
-msgstr "para testear compras"
+#: ../../src/Translations/StoreTranslations.php:129
+msgid "Use your saved cards, Pix or available balance."
+msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323
-msgid "Save changes"
-msgstr "Guardar cambios"
+#: ../../src/Translations/StoreTranslations.php:130
+msgid "Use your available Mercado Pago Wallet balance or saved cards."
+msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324
-msgid "Store under test"
-msgstr "Tienda en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:131
+msgid "Use your available money or saved cards."
+msgstr "Usa tu dinero disponible o tarjetas guardadas."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325
-msgid "Store in sale mode (Production)"
-msgstr "Tienda en Modo Ventas (Producción)"
+#: ../../src/Translations/StoreTranslations.php:132
+msgid "Blue wallet image"
+msgstr "Imagen de billetera azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326
-msgid "Enter test credentials"
-msgstr "Ingresa las credenciales de prueba"
+#: ../../src/Translations/StoreTranslations.php:133
+msgid "Protected purchases"
+msgstr "Protege tu compra"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:327
-msgid "To enable test mode, "
-msgstr "Para activar el modo de prueba, "
+#: ../../src/Translations/StoreTranslations.php:134
+msgid "Reliable purchases"
+msgstr "Compra con confianza"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:328
-msgid "copy your test credentials "
-msgstr "copia tus credenciales de prueba "
+#: ../../src/Translations/StoreTranslations.php:135
+msgid "Get your money back in case you don't receive your product."
+msgstr "Recupera tu dinero si no recibes el producto."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:329
-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/StoreTranslations.php:136
+msgid "Get help if you have a problem with your purchase."
+msgstr "Recibe ayuda si tienes algún problema con tu compra."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:366
-msgid "Invalid Access Token"
-msgstr "Access token no válido"
+#: ../../src/Translations/StoreTranslations.php:137
+msgid "Blue protection image"
+msgstr "Imagen de protección azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:368
-msgid "Valid Access Token"
-msgstr "Access token válido"
+#: ../../src/Translations/StoreTranslations.php:138
+msgid "Installments option"
+msgstr "Accede a cuotas"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:374
-msgid "Invalid Public Key"
-msgstr "Public key no válida"
+#: ../../src/Translations/StoreTranslations.php:139
+msgid "Pay with or without a credit card."
+msgstr "Paga con o sin tarjeta de crédito."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:376
-msgid "Valid Public Key"
-msgstr "Public key válida"
+#: ../../src/Translations/StoreTranslations.php:140
+msgid "Interest-free installments with selected banks."
+msgstr "Cuotas sin interés con bancos seleccionados."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:379
-msgid "Credentials must be valid"
-msgstr "Las credenciales deben ser válidas"
+#: ../../src/Translations/StoreTranslations.php:141
+msgid "Blue phone installments image"
+msgstr "Imagen de cuotas de teléfono azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:429
-msgid "Credentials were updated"
-msgstr "Se actualizaron las credenciales"
+#: ../../src/Translations/StoreTranslations.php:142
+msgid "Available payment methods"
+msgstr "Medios de pago disponibles"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:421
+#: ../../src/Translations/StoreTranslations.php:143,
+#: ../../src/Translations/StoreTranslations.php:186
msgid ""
-"Your store has exited Test Mode and is making real sales in Production Mode."
+"By continuing, you will be taken to Mercado Pago to safely complete your "
+"purchase."
msgstr ""
-"Ahora su tienda está fuera del modo de prueba y está realizando ventas "
-"reales en el modo de producción."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:422
-msgid "To test the store, re-enter both test credentials."
-msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:435
-msgid "Invalid credentials"
-msgstr "Credenciales no válidas"
+"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
+"segura."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:436
-msgid "See our manual to learn "
-msgstr "Consulte nuestro manual para saber "
+#: ../../src/Translations/StoreTranslations.php:144,
+#: ../../src/Translations/StoreTranslations.php:187
+msgid "Checkout Pro redirect info image"
+msgstr "Imagen de redirección de Checkout Pro"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:437
-msgid "how to enter the credentials the right way."
-msgstr "como ingresar las credenciales de forma correcta."
+#: ../../src/Translations/StoreTranslations.php:145,
+#: ../../src/Translations/StoreTranslations.php:188,
+#: ../../src/Translations/StoreTranslations.php:239,
+#: ../../src/Translations/StoreTranslations.php:281,
+#: ../../src/Translations/StoreTranslations.php:342,
+#: ../../src/Translations/StoreTranslations.php:374
+msgid "By continuing, you agree with our"
+msgstr "Al continuar, aceptas nuestros"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:497
-msgid "Store information is valid"
-msgstr "Información sobre tu tienda"
+#: ../../src/Translations/StoreTranslations.php:146,
+#: ../../src/Translations/StoreTranslations.php:189,
+#: ../../src/Translations/StoreTranslations.php:240,
+#: ../../src/Translations/StoreTranslations.php:282,
+#: ../../src/Translations/StoreTranslations.php:343,
+#: ../../src/Translations/StoreTranslations.php:375
+msgid "Terms and conditions"
+msgstr "Términos y condiciones"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:527
-msgid "Mercado Pago's Payment Methods in Test Mode"
-msgstr "Medios de pago Mercado Pago en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:147,
+#: ../../src/Translations/StoreTranslations.php:218,
+#: ../../src/Translations/StoreTranslations.php:263
+msgid "Pay with Mercado Pago"
+msgstr "Pagar con Mercado Pago"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:528
-msgid "Mercado Pago's Payment Methods in Production Mode"
-msgstr "Medios de pago Mercado Pago en Modo Produción"
+#: ../../src/Translations/StoreTranslations.php:148,
+#: ../../src/Translations/StoreTranslations.php:264
+msgid "Cancel & Clear Cart"
+msgstr "Cancelar & Limpiar carrito"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:521
-msgid "Invalid credentials for test mode"
-msgstr "Credenciales inválidas para el modo de prueba"
+#: ../../src/Translations/StoreTranslations.php:161
+msgid "Log in"
+msgstr "Inicia sesión"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:603
-msgid "Enabled"
-msgstr "Activado"
+#: ../../src/Translations/StoreTranslations.php:162
+msgid ""
+"or create an account in Mercado Pago. If you use Mercado Libre, you already "
+"have one!"
+msgstr ""
+"o crea una cuenta en Mercado Pago. Si utilizas Mercado Libre, ¡ya tienes una!"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:604
-msgid "Disabled"
-msgstr "Inactivo"
+#: ../../src/Translations/StoreTranslations.php:167
+msgid "Know your available limit in Mercado Crédito and"
+msgstr "Conoce tu límite disponible en Mercado Crédito y"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:632
-msgid "Valid Credentials"
-msgstr "Credenciales válidas"
+#: ../../src/Translations/StoreTranslations.php:168
+msgid "choose how many installments"
+msgstr "elige en cuántas cuotas"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:635
-msgid "Credentials couldn't be validated"
-msgstr "No se pudieron validar las credenciales"
+#: ../../src/Translations/StoreTranslations.php:169
+msgid "you want to pay"
+msgstr "quieres pagar"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:658
-msgid "Store business fields are valid"
-msgstr "Los campos comerciales de la tienda son válidos"
+#: ../../src/Translations/StoreTranslations.php:174
+msgid "Pay the installments as you prefer:"
+msgstr "Paga las cuotas como prefieras:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:661
-msgid "Store business fields couldn't be validated"
-msgstr "Los campos comerciales de la tienda no se pudieron validar"
+#: ../../src/Translations/StoreTranslations.php:175
+msgid "with money in your account, card of from the Mercado Pago app"
+msgstr "con dinero, tarjeta o directo desde la app de Mercado Pago"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:684
-msgid "At least one paymet method is enabled"
-msgstr "Al menos un método de pago está habilitado"
+#: ../../src/Translations/StoreTranslations.php:179
+msgid "No card installments in Test Mode"
+msgstr "Mensualidades sin tarjeta en Modo Test"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:687
-msgid "No payment method enabled"
-msgstr "No se habilitó ningún método de pago"
+#: ../../src/Translations/StoreTranslations.php:182
+msgid "How to use it?"
+msgstr "¿Cómo usar?"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:77
-msgid "Payment approved."
-msgstr "Pago aprobado."
+#: ../../src/Translations/StoreTranslations.php:190
+msgid "Pay in"
+msgstr "Compra en hasta"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:131,
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:135
-msgid "Waiting for the Pix payment."
-msgstr "Esperando el pago de Pix."
+#: ../../src/Translations/StoreTranslations.php:191
+msgid "installments"
+msgstr "12 pagos sin tarjeta"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:148,
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:152
-msgid "Waiting for the ticket payment."
-msgstr "Esperando el pago del boleto."
+#: ../../src/Translations/StoreTranslations.php:192
+msgid "with Mercado Pago"
+msgstr "con Mercado Pago"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:160
-msgid "The customer has not made the payment yet."
-msgstr "El cliente todavía no efectuó el pago."
+#: ../../src/Translations/StoreTranslations.php:193
+msgid "Read more"
+msgstr "Leer más"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:179
-msgid "Payment is pending review."
-msgstr "El pago está pendiente de revisión."
+#: ../../src/Translations/StoreTranslations.php:194
+msgid "Buy now and pay in installments with no card later!"
+msgstr "¡Compra ahora y paga después!"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:196
-msgid "Payment was declined. The customer can try again."
-msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
+#: ../../src/Translations/StoreTranslations.php:195
+msgid "100% online, without paperwork or monthly fees"
+msgstr "Compra en hasta 12 pagos mensuales sin usar tarjeta de crédito"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:211
-msgid "Payment was returned to the customer."
-msgstr "El pago fue devuelto al cliente."
+#: ../../src/Translations/StoreTranslations.php:196
+msgid "You can apply for your line of credit 100% online and securely."
+msgstr "Puedes solicitar tu línea de crédito 100% online y de forma segura."
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:225
-msgid "Payment was canceled."
-msgstr "El pago fue cancelado."
+#: ../../src/Translations/StoreTranslations.php:197
+msgid "Do everything from the Mercado Pago app!"
+msgstr "Sin trámites. ¡Haz todo desde la app de Mercado Pago!"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:240,
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:252
-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:198
+msgid "No maintenance fees or additional costs."
+msgstr "Sin tasas de mantenimiento ni costos adicionales."
-#. translators: 1: payment_id 2: status
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:318
-msgid ""
-"Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s."
-msgstr ""
-"Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s."
+#: ../../src/Translations/StoreTranslations.php:199
+msgid "Questions? "
+msgstr "¿Dudas? "
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:371
-msgid "Shipping service used by the store."
-msgstr "Servicio de envío utilizado por la tienda."
+#: ../../src/Translations/StoreTranslations.php:200
+msgid "Check our FAQ"
+msgstr "Consulta nuestra FAQ"
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:562,
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:563
-msgid "Discount provided by store"
-msgstr "Descuento proporcionado por la tienda"
+#: ../../src/Translations/StoreTranslations.php:201
+msgid ". Credit subject to approval."
+msgstr ". Crédito sujeto a aprobación."
-#. translators: %s coupon
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:130
-msgid "Discount for coupon %s"
-msgstr "Descuento para el cupón %s"
+#: ../../src/Translations/StoreTranslations.php:213
+msgid "Checkout Custom in Test Mode"
+msgstr "Tarjeta de crédito en Modo Test"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
-msgid " and fee of"
-msgstr " y comisión de"
+#: ../../src/Translations/StoreTranslations.php:216
+msgid "Pay with saved cards"
+msgstr "Paga con tarjetas guardadas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:547
+#: ../../src/Translations/StoreTranslations.php:217
msgid ""
-"Public Key production credential is invalid. Review the field to "
-"receive real payments."
+"Do you have a Mercado Libre account? Then use the same email and password to "
+"pay faster with Mercado Pago."
msgstr ""
-"La credencial para producción Public Key es inválida. Revísala para "
-"poder recibir pagos reales."
+"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
+"pagar más rápido con Mercado Pago."
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:556
-msgid ""
-"Public Key test credential is invalid. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Public Key es inválida. Revísala para poder "
-"realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:219
+msgid "With which card can you pay?"
+msgstr "¿Con qué tarjeta puedes pagar?"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:565
-msgid ""
-"Access Token production credential is invalid. Remember that it must "
-"be complete to receive real payments."
-msgstr ""
-"La credencial para producción Access Token es inválida. Revísala para "
-"poder recibir pagos reales."
+#: ../../src/Translations/StoreTranslations.php:220,
+#: ../../src/Translations/StoreTranslations.php:224
+msgid "See current promotions"
+msgstr "Ver promociones vigentes"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:574
-msgid ""
-"Access Token test credential is invalid. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Access Token es inválida. Revísala para poder "
-"realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:221
+msgid "Credit cards"
+msgstr "Tarjetas de crédito"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:592
-msgid ""
-"Public Key test credential is blank. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Public Key está en blanco. Revísala para "
-"poder realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:222
+msgid "Up to 12 installments"
+msgstr "Hasta 12 cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:601
-msgid ""
-"Public Key production credential is blank. Review the field to "
-"receive real payments."
-msgstr ""
-"La credencial para producción Public Key está en blanco. Revísala "
-"para poder recibir pagos reales."
+#: ../../src/Translations/StoreTranslations.php:223
+msgid "Debit cards"
+msgstr "Tarjetas de débito"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:610
-msgid ""
-"Access Token test credential is blank. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Access Token está en blanco. Revísala para "
-"poder realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:225
+msgid "Fill in your card details"
+msgstr "Completa los datos de tu tarjeta"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:619
-msgid ""
-"Access Token production credential is blank. Remember that it must be "
-"complete to receive real payments."
-msgstr ""
-"La credencial para producción Access Token está en blanco. Revísala "
-"para poder recibir pagos reales."
+#: ../../src/Translations/StoreTranslations.php:226
+msgid "Card number"
+msgstr "Número de Tarjeta"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:90
-msgid ""
-"There was an error processing your payment. Please try again or contact us "
-"for Assistance."
-msgstr ""
-"Se ha producido un error en el procesamiento de su pago. Por favor, "
-"inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
+#: ../../src/Translations/StoreTranslations.php:227,
+#: ../../src/Translations/StoreTranslations.php:229,
+#: ../../src/Translations/StoreTranslations.php:231,
+#: ../../src/Translations/StoreTranslations.php:233
+msgid "Required data"
+msgstr "Datos obligatorios"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:82,
-#: ../../templates/checkout/custom-checkout.php:45,
-#: ../../templates/receipt/custom-checkout.php:41
-msgid "Pay with Mercado Pago"
-msgstr "Pagar con Mercado Pago"
+#: ../../src/Translations/StoreTranslations.php:228
+msgid "Holder name as it appears on the card"
+msgstr "Nombre del titular como aparece en la tarjeta"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:84,
-#: ../../templates/receipt/custom-checkout.php:44
-msgid "Cancel & Clear Cart"
-msgstr "Cancelar & Limpiar carrito"
+#: ../../src/Translations/StoreTranslations.php:230
+msgid "Expiration"
+msgstr "Vencimiento"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:73,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82
-msgid "Apply"
-msgstr "Aplicar"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:74,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
-msgid "Remove"
-msgstr "Retirar"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
-msgid "Please, inform your coupon code"
-msgstr "Por favor, informe su código de cupón"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
-msgid "To choose"
-msgstr "Elegir"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
-msgid "Other bank"
-msgstr "Otro banco"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:148,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
-msgid "You will save"
-msgstr "Salvarás"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:149,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
-msgid "with discount of"
-msgstr "con descuento de"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:150,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
-msgid "Total of your purchase:"
-msgstr "Total de su compra:"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:151,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
-msgid "Total of your purchase with discount:"
-msgstr "Total de su compra con descuento:"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
-msgid "*After payment approval"
-msgstr "*Tras la aprobación del pago"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
-msgid "Terms and conditions of use"
-msgstr "Términos y condiciones de uso"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
-msgid "No fee"
-msgstr "Sin interés"
+#: ../../src/Translations/StoreTranslations.php:232
+msgid "Security Code"
+msgstr "Código de seguridad"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173
-msgid "More options"
-msgstr "Más opciones"
+#: ../../src/Translations/StoreTranslations.php:234,
+#: ../../src/Translations/StoreTranslations.php:337,
+#: ../../src/Translations/StoreTranslations.php:365
+msgid "Holder document"
+msgstr "Documento del titular"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
-msgid "mm/yy"
-msgstr "mm/aa"
+#: ../../src/Translations/StoreTranslations.php:235,
+#: ../../src/Translations/StoreTranslations.php:338,
+#: ../../src/Translations/StoreTranslations.php:366
+msgid "Invalid document"
+msgstr "Número de documento no válido"
+
+#: ../../src/Translations/StoreTranslations.php:236,
+#: ../../src/Translations/StoreTranslations.php:238
+msgid "Select the number of installments"
+msgstr "Selecciona la cantidad de cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
-#: ../../templates/checkout/custom-checkout.php:134
+#: ../../src/Translations/StoreTranslations.php:237,
+#: ../../src/Translations/StoreTranslations.php:242
msgid "Issuer"
msgstr "Banco"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165
+#: ../../src/Translations/StoreTranslations.php:241
+msgid "mm/yy"
+msgstr "mm/aa"
+
+#: ../../src/Translations/StoreTranslations.php:243
msgid "Installments"
-msgstr "12 pagos sin tarjeta"
+msgstr "Cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
+#: ../../src/Translations/StoreTranslations.php:244
msgid "on the back"
msgstr "del dorso"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
+#: ../../src/Translations/StoreTranslations.php:245
msgid "on the front"
msgstr "del frente"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
+#: ../../src/Translations/StoreTranslations.php:246
msgid "digits"
msgstr "dígitos"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:174
+#: ../../src/Translations/StoreTranslations.php:247
+msgid "No fee"
+msgstr "Sin interés"
+
+#: ../../src/Translations/StoreTranslations.php:248
+msgid "More options"
+msgstr "Más opciones"
+
+#: ../../src/Translations/StoreTranslations.php:249
msgid "If interest is applicable, it will be charged by your bank."
msgstr "Si corresponden intereses, serán aplicados por tu banco."
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175
+#: ../../src/Translations/StoreTranslations.php:250
msgid "Interest"
msgstr "Intereses"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178
+#: ../../src/Translations/StoreTranslations.php:251
msgid "Card number is required"
msgstr "Número de tarjeta obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:179
+#: ../../src/Translations/StoreTranslations.php:252
msgid "Card number invalid"
msgstr "Número de tarjeta inválido"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182
+#: ../../src/Translations/StoreTranslations.php:253
msgid "Holder name is required"
msgstr "Nombre del titular obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:183
+#: ../../src/Translations/StoreTranslations.php:254
msgid "Holder name invalid"
msgstr "Nombre del titular inválido"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:186,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188
+#: ../../src/Translations/StoreTranslations.php:255,
+#: ../../src/Translations/StoreTranslations.php:257
msgid "Expiration date invalid"
msgstr "Fecha de vencimiento inválido"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:187
+#: ../../src/Translations/StoreTranslations.php:256
msgid "Expiration date incomplete"
msgstr "Fecha de vencimiento obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:191
+#: ../../src/Translations/StoreTranslations.php:258
msgid "Security code is required"
msgstr "Código de seguridad obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:192
+#: ../../src/Translations/StoreTranslations.php:259
msgid "Security code incomplete"
msgstr "Código de seguridad incompleto"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:230
+#: ../../src/Translations/StoreTranslations.php:260
msgid "Cost of installments"
msgstr "Coste de las cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:231
+#: ../../src/Translations/StoreTranslations.php:261
msgid "Total with installments"
msgstr "Total con cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:232
+#: ../../src/Translations/StoreTranslations.php:262
msgid "installments of"
msgstr "cuotas de"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:139
+#: ../../src/Translations/StoreTranslations.php:276
+msgid "Pix in Test Mode"
+msgstr "Pix en Modo Test"
+
+#: ../../src/Translations/StoreTranslations.php:277
+msgid ""
+"You can test the flow to generate a code, but you cannot finalize the "
+"payment."
+msgstr ""
+"Es posible probar el flujo para generar una factura, pero no es posible "
+"finalizar el pago."
+
+#: ../../src/Translations/StoreTranslations.php:278
+msgid "Pay instantly"
+msgstr "Pago instantáneo"
+
+#: ../../src/Translations/StoreTranslations.php:279
+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:280
+msgid "Pix logo"
+msgstr "Pix logo"
+
+#: ../../src/Translations/StoreTranslations.php:283,
+#: ../../src/Translations/StoreTranslations.php:292
+msgid "Code valid for "
+msgstr "Código válido por "
+
+#: ../../src/Translations/StoreTranslations.php:284
msgid "Now you just need to pay with Pix to finalize your purchase"
msgstr "Ahora sólo tiene que pagar con Pix para finalizar su compra"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:140
+#: ../../src/Translations/StoreTranslations.php:285
msgid "How to pay with Pix:"
msgstr "Cómo pagar con Pix:"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
+#: ../../src/Translations/StoreTranslations.php:286
msgid "Go to your bank's app or website"
msgstr "Entra en la app o en la página web de tu banco"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142
+#: ../../src/Translations/StoreTranslations.php:287
msgid "Search for the option to pay with Pix"
msgstr "Busca la opción de pagar con Pix"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143
+#: ../../src/Translations/StoreTranslations.php:288
msgid "Scan the QR code or Pix code"
msgstr "Escanea el código QR o el código Pix"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144
+#: ../../src/Translations/StoreTranslations.php:289
msgid "Done! You will see the payment confirmation"
msgstr "Listo. Verás la confirmación del pago"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145
+#: ../../src/Translations/StoreTranslations.php:290
msgid "Value: "
msgstr "Valor: "
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147
+#: ../../src/Translations/StoreTranslations.php:291
msgid "Scan the QR code:"
msgstr "Escanea el código QR:"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150
+#: ../../src/Translations/StoreTranslations.php:293
msgid "If you prefer, you can pay by copying and pasting the following code"
msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152
+#: ../../src/Translations/StoreTranslations.php:294
msgid "Copy code"
msgstr "Copiar código"
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:112
-msgid "Pay in"
-msgstr "Compra en hasta"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:113
-msgid "installments"
-msgstr "12 pagos sin tarjeta"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:114
-msgid "with Mercado Pago"
-msgstr "con Mercado Pago"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:115
-msgid "Read more"
-msgstr "Saber más"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:116
-msgid "Buy now and pay in installments with no card later!"
-msgstr "¡Compra ahora y paga después!"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:117
-msgid "100% online,"
-msgstr "Compra en hasta"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:118
-msgid "without paperwork or monthly fees"
-msgstr "12 pagos mensuales sin usar tarjeta de crédito"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:119
-msgid "When paying, choose"
-msgstr "Puedes solicitar "
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:120
-msgid ". Login to your account or create one in a few steps."
-msgstr "tu línea de crédito 100% online y de forma segura."
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:121
-msgid "Search for"
-msgstr "Sin trámites."
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:122
-msgid ""
-"among the options, select it and choose in how many installments you would "
-"like to pay."
-msgstr " ¡Haz todo desde la app de Mercado Pago!"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:123
-msgid "Pay your installments monthly as you wish, in the Mercado Pago app."
-msgstr "Sin tasas de mantenimiento ni costos adicionales."
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126
-msgid "Check our FAQ"
-msgstr "Consulta nuestra FAQ"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:127
-msgid ". Credit subject to approval."
-msgstr ". Crédito sujeto a aprobación."
-
-#: ../../includes/module/sdk/lib/class-mp.php:182,
-#: ../../includes/module/sdk/lib/class-mp.php:634,
-#: ../../includes/module/sdk/lib/class-mp.php:682,
-#: ../../includes/module/sdk/lib/class-mp.php:727,
-#: ../../includes/module/sdk/lib/class-mp.php:986
-msgid "Response from cache"
-msgstr "Respuesta de la caché"
-
-#: ../../includes/module/sdk/lib/class-mp.php:1000
-msgid "Response from API"
-msgstr "Respuesta de la API"
-
-#. translators: 1: total_time currency 2: url
-#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179
-msgid "Took %1$s seconds to transfer a request to %2$s"
-msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s"
-
-#: ../../templates/checkout/basic-checkout.php:24
-msgid "Checkout Pro in Test Mode"
-msgstr "Checkout Pro en Modo Test"
-
-#: ../../templates/checkout/basic-checkout.php:25,
-#: ../../templates/checkout/credits-checkout.php:25
-msgid "Use Mercado Pago's payment methods without real charges. "
-msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
-
-#: ../../templates/checkout/basic-checkout.php:26,
-#: ../../templates/checkout/credits-checkout.php:26,
-#: ../../templates/checkout/ticket-checkout.php:26
-msgid "See the rules for the test mode."
-msgstr "Consulte las reglas para el modo test."
-
-#: ../../templates/checkout/basic-checkout.php:35
-msgid "Log in to Mercado Pago and earn benefits"
-msgstr "Inicia sesión en Mercado Pago y obtén beneficios"
-
-#: ../../templates/checkout/basic-checkout.php:54
-msgid ""
-"By continuing, you will be taken to Mercado Pago to safely complete your "
-"purchase."
-msgstr ""
-"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
-"segura."
-
-#: ../../templates/checkout/basic-checkout.php:56,
-#: ../../templates/checkout/credits-checkout.php:47
-msgid "Checkout Pro redirect info image"
-msgstr "Imagen de redirección de Checkout Pro"
-
-#: ../../templates/checkout/basic-checkout.php:66,
-#: ../../templates/checkout/credits-checkout.php:56,
-#: ../../templates/checkout/custom-checkout.php:169,
-#: ../../templates/checkout/pix-checkout.php:31,
-#: ../../templates/checkout/ticket-checkout.php:96
-msgid "By continuing, you agree with our"
-msgstr "Al continuar, aceptas nuestros"
-
-#: ../../templates/checkout/basic-checkout.php:67,
-#: ../../templates/checkout/credits-checkout.php:57,
-#: ../../templates/checkout/custom-checkout.php:170,
-#: ../../templates/checkout/pix-checkout.php:31,
-#: ../../templates/checkout/ticket-checkout.php:97
-msgid "Terms and conditions"
-msgstr "Términos y condiciones"
-
-#: ../../templates/checkout/credits-checkout.php:24
-msgid "No card installments in Test Mode"
-msgstr "Mensualidades sin tarjeta en Modo Test"
-
-#: ../../templates/checkout/credits-checkout.php:34
-msgid "How to use it?"
-msgstr "¿Cómo usar?"
-
-#: ../../templates/checkout/credits-checkout.php:37
-msgid ""
-"Log in or create an account in Mercado Pago. If you use Mercado "
-"Libre, you already have one!"
-msgstr ""
-"Inicia sesión o crea una cuenta en Mercado Pago. Si has usado Mercado "
-"Libre para comprar, ¡ya tienes una!"
-
-#: ../../templates/checkout/credits-checkout.php:38
-msgid ""
-"Know your available limit in Mercado Crédito and choose how many "
-"installments you want to pay."
-msgstr ""
-"Conoce el límite disponible de tu línea de crédito y elige el plazo en "
-"el que quieres pagar tu compra."
-
-#: ../../templates/checkout/credits-checkout.php:39
-msgid ""
-"Pay the installments as you prefer: with money in your account, card of "
-"from the Mercado Pago app."
-msgstr ""
-"Paga mes a mes con el medio de pago que prefieras. ¡Todo desde la app "
-"de Mercado Pago!"
+#: ../../src/Translations/StoreTranslations.php:295,
+#: ../../src/Translations/StoreTranslations.php:349,
+#: ../../src/Translations/StoreTranslations.php:373
+msgid "Mercado Pago: The customer has not paid yet."
+msgstr "Mercado Pago: El cliente no ha pagado todavía."
-#: ../../templates/checkout/credits-checkout.php:46
+#: ../../src/Translations/StoreTranslations.php:296
msgid ""
-"By confirming your purchase, you will be redirected to your Mercado Pago "
-"account."
+"Mercado Pago: Now you just need to pay with Pix to finalize your purchase."
msgstr ""
-"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
-"segura."
-
-#: ../../templates/checkout/custom-checkout.php:23
-msgid "Checkout Custom in Test Mode"
-msgstr "Tarjeta de crédito en Modo Test"
-
-#: ../../templates/checkout/custom-checkout.php:24
-msgid "Use Mercado Pago means without real charges."
-msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
-
-#: ../../templates/checkout/custom-checkout.php:25
-msgid "See test mode rules."
-msgstr "Ver las reglas del Modo Test."
-
-#: ../../templates/checkout/custom-checkout.php:36
-msgid "Pay with saved cards"
-msgstr "Paga con tarjetas guardadas"
+"Mercado Pago: Ahora sólo tiene que pagar con Pix para finalizar su compra."
-#: ../../templates/checkout/custom-checkout.php:40
+#: ../../src/Translations/StoreTranslations.php:297
msgid ""
-"Do you have a Mercado Libre account? Then use the same email and password to "
-"pay faster with Mercado Pago."
+"Scan the QR code below or copy and paste the code into your bank's "
+"application."
msgstr ""
-"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
-"pagar más rápido \n"
-"con Mercado Pago."
-
-#: ../../templates/checkout/custom-checkout.php:57
-msgid "With which card can you pay?"
-msgstr "¿Con qué tarjeta puedes pagar?"
-
-#: ../../templates/checkout/custom-checkout.php:70
-msgid "See current promotions"
-msgstr "Ver promociones vigentes"
-
-#: ../../templates/checkout/custom-checkout.php:78
-msgid "Fill in your card details"
-msgstr "Completa los datos de tu tarjeta"
-
-#: ../../templates/checkout/custom-checkout.php:80
-msgid "Card number"
-msgstr "Número de Tarjeta"
+"Escanee el código QR a continuación o copie y pegue el código en la "
+"aplicación de su banco."
-#: ../../templates/checkout/custom-checkout.php:82,
-#: ../../templates/checkout/custom-checkout.php:89,
-#: ../../templates/checkout/custom-checkout.php:98,
-#: ../../templates/checkout/custom-checkout.php:106
-msgid "Required data"
-msgstr "Datos obligatorios"
+#: ../../src/Translations/StoreTranslations.php:298
+msgid "30 minutes"
+msgstr "30 minutos"
-#: ../../templates/checkout/custom-checkout.php:87
-msgid "Holder name as it appears on the card"
-msgstr "Nombre del titular como aparece en la tarjeta"
+#: ../../src/Translations/StoreTranslations.php:310
+msgid "Payment approved."
+msgstr "Pago aprobado."
-#: ../../templates/checkout/custom-checkout.php:95
-msgid "Expiration"
-msgstr "Vencimiento"
+#: ../../src/Translations/StoreTranslations.php:311
+msgid "Waiting for the Pix payment."
+msgstr "Esperando el pago de Pix."
-#: ../../templates/checkout/custom-checkout.php:103
-msgid "Security Code"
-msgstr "Código de seguridad"
+#: ../../src/Translations/StoreTranslations.php:312
+msgid "Waiting for the ticket payment."
+msgstr "Esperando el pago del boleto."
-#: ../../templates/checkout/custom-checkout.php:113,
-#: ../../templates/checkout/ticket-checkout.php:36,
-#: ../../templates/checkout/ticket-checkout.php:53
-msgid "Holder document"
-msgstr "Documento del titular"
+#: ../../src/Translations/StoreTranslations.php:313
+msgid "The customer has not made the payment yet."
+msgstr "El cliente todavía no efectuó el pago."
-#: ../../templates/checkout/custom-checkout.php:114,
-#: ../../templates/checkout/ticket-checkout.php:37,
-#: ../../templates/checkout/ticket-checkout.php:54
-msgid "Invalid document"
-msgstr "Número de documento no válido"
+#: ../../src/Translations/StoreTranslations.php:314
+msgid "Payment is pending review."
+msgstr "El pago está pendiente de revisión."
-#: ../../templates/checkout/custom-checkout.php:129,
-#: ../../templates/checkout/custom-checkout.php:145
-msgid "Select the number of installments"
-msgstr "Selecciona la cantidad de cuotas"
+#: ../../src/Translations/StoreTranslations.php:315
+msgid "Payment was declined. The customer can try again."
+msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
-#: ../../templates/checkout/pix-checkout.php:22
-msgid "Pix in Test Mode"
-msgstr "Pix en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:316
+msgid "Payment was returned to the customer."
+msgstr "El pago fue devuelto al cliente."
-#: ../../templates/checkout/pix-checkout.php:22
+#: ../../src/Translations/StoreTranslations.php:317
msgid ""
-"You can test the flow to generate a code, but you cannot finalize the "
-"payment."
+"The payment was partially returned to the customer. the amount refunded "
+"was : "
msgstr ""
-"Es posible probar el flujo para generar una factura, pero no es posible "
-"finalizar el pago."
+"El pago se devolvió parcialmente al cliente. El montante reembolsado fue "
+"de : "
-#: ../../templates/checkout/pix-checkout.php:27
-msgid "Pay instantly"
-msgstr "Pago instantáneo"
+#: ../../src/Translations/StoreTranslations.php:318
+msgid "Payment was canceled."
+msgstr "El pago fue cancelado."
-#: ../../templates/checkout/pix-checkout.php:27
+#: ../../src/Translations/StoreTranslations.php:319,
+#: ../../src/Translations/StoreTranslations.php:320
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."
+"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."
-#: ../../templates/checkout/pix-checkout.php:27
-msgid "Pix logo"
-msgstr "Pix logo"
+#: ../../src/Translations/StoreTranslations.php:321
+msgid "The payment"
+msgstr "El pago"
-#: ../../templates/checkout/ticket-checkout.php:24
+#: ../../src/Translations/StoreTranslations.php:322
+msgid "was notified by Mercado Pago with status"
+msgstr "fue notificado por Mercado Pago con estado"
+
+#: ../../src/Translations/StoreTranslations.php:334
msgid "Offline Methods in Test Mode"
msgstr "Facturas en Modo Test"
-#: ../../templates/checkout/ticket-checkout.php:25
+#: ../../src/Translations/StoreTranslations.php:335
msgid ""
"You can test the flow to generate an invoice, but you cannot finalize the "
-"payment. "
+"payment."
msgstr ""
"Es posible testear el flujo para generar una factura, pero no es posible "
-"finalizar el pago. "
+"finalizar el pago."
-#: ../../templates/checkout/ticket-checkout.php:68
+#: ../../src/Translations/StoreTranslations.php:339,
+#: ../../src/Translations/StoreTranslations.php:367
msgid "Select where you want to pay"
msgstr "Selecciona el punto de pago donde quieres pagar"
-#: ../../templates/checkout/ticket-checkout.php:73
+#: ../../src/Translations/StoreTranslations.php:340,
+#: ../../src/Translations/StoreTranslations.php:368
msgid "more options"
msgstr "más opciones"
-#: ../../templates/checkout/ticket-checkout.php:78
+#: ../../src/Translations/StoreTranslations.php:341
msgid "Select a payment method"
msgstr "Seleccione una opción de pago"
-#: ../../templates/order/payment-status-metabox-content.php:30
-msgid ""
-"This is the payment status of your Mercado Pago Activities. To check the "
-"order status, please refer to Order details."
-msgstr ""
-"Este es el estado del pago de las Actividades de tu Mercado Pago. Para "
-"consultar el estado del pedido, consulta en Detalles del Pedido."
-
-#: ../../templates/order-received/show-ticket.php:19
+#: ../../src/Translations/StoreTranslations.php:344
msgid ""
"Great, we processed your purchase order. Complete the payment with ticket so "
"that we finish approving it."
@@ -3030,789 +2758,601 @@ msgstr ""
"Excelente, procesamos tu orden de compra. Completa el pago con ticket para "
"que terminemos de aprobarla."
-#: ../../templates/order-received/show-ticket.php:23
+#: ../../src/Translations/StoreTranslations.php:345
msgid "Print ticket"
msgstr "Imprimir ticket"
-#~ msgid "Fee"
-#~ msgstr "Tasa"
-
-#~ msgid "How does it work?"
-#~ msgstr "¿Cómo funciona?"
-
-#~ msgid "Checkout visualization:"
-#~ msgstr "Visualización en el checkout:"
+#: ../../src/Translations/StoreTranslations.php:346
+msgid " and "
+msgstr " e "
-#~ 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/StoreTranslations.php:347
+msgid "To print the ticket again click"
+msgstr "Para reimprimir o boleto clique"
-#~ msgid "Banner visualization"
-#~ msgstr "Visualización del componente"
+#: ../../src/Translations/StoreTranslations.php:348
+msgid "here"
+msgstr "aqui"
-#~ msgid "Check the example of how it will appear in the store:"
-#~ msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:"
+#: ../../src/Translations/StoreTranslations.php:362
+msgid "Checkout PSE in Test Mode"
+msgstr "Checkout PSE en Modo Test"
-#~ msgid "Bank Transfer"
-#~ msgstr "Transferencia bancaria"
+#: ../../src/Translations/StoreTranslations.php:363
+msgid "You can test the flow to generate a payment with PSE"
+msgstr "Puede probar el flujo para generar un pago con PSE"
-#~ msgid "Payment by cash"
-#~ msgstr "Pagos en efectivo"
+#: ../../src/Translations/StoreTranslations.php:369
+msgid "Person type "
+msgstr "Tipo de persona "
-#~ msgid ""
-#~ "If you already have a Mercado Libre account, use the same email and "
-#~ "password"
-#~ msgstr ""
-#~ "Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña"
+#: ../../src/Translations/StoreTranslations.php:370
+msgid "Financial institution"
+msgstr "Institución financiera"
-#~ msgid ""
-#~ "When you confirm your purchase, we will redirect you to your Mercado Pago "
-#~ "account"
-#~ msgstr ""
-#~ "Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado "
-#~ "Pago"
+#: ../../src/Translations/StoreTranslations.php:371
+msgid "Select the financial institution"
+msgstr "Seleccione la entidad financiera"
-#~ msgid "Payment with Mercado Credito"
-#~ msgstr "Pagos con Mercado Crédito"
+#: ../../src/Translations/StoreTranslations.php:372
+msgid "Select the institution"
+msgstr "Seleccione la institución"
-#~ msgid "New!"
-#~ msgstr "¡Nuevo!"
+#: ../../src/Translations/StoreTranslations.php:387
+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."
-#~ msgid ""
-#~ "With Mercado Credito, clients can pay "
-#~ "in installments with no card, by transfers, invoice or money available "
-#~ "in their Mercado Pago account. By activating the no-card "
-#~ "installments banner, you will increase your chances of selling."
-#~ msgstr ""
-#~ "Con Mercado Crédito, los clientes "
-#~ "pagan en cuotas sin tarjeta, por transferencia, tarjeta de débito, "
-#~ "efectivo o dinero disponible en la cuenta de Mercado Pago. Al "
-#~ "activar el componente de cuotas sin tarjeta, aumentarás tus chances "
-#~ "de vender. Para saber más, ingresá a documentación."
+#: ../../src/Translations/StoreTranslations.php:388
+msgid ""
+"A problem was occurred when processing your payment. Are you sure you have "
+"correctly filled all information in the checkout form?"
+msgstr ""
+"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
+"cargado la información en el formulario?"
-#~ msgid "The no-card installments banner is disabled."
-#~ msgstr "El componente de cuotas sin tarjeta está desactivado ."
+#: ../../src/Translations/StoreTranslations.php:389
+msgid "See your order form"
+msgstr "Ver su hoja de pedido"
-#~ msgid "Earn more points and have exclusive benefits in Mercado Puntos"
-#~ msgstr "Gana más puntos y ventajas exclusivas en Mercado Puntos "
+#: ../../src/Translations/StoreTranslations.php:390
+msgid "Your payment was declined. You can try again."
+msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#~ msgid "Error loading form."
-#~ msgstr "Error al cargar el formulario."
+#: ../../src/Translations/StoreTranslations.php:391
+msgid "Click to try again"
+msgstr "Haga clic para intentarlo de nuevo"
-#~ msgid "Please refresh the page to try again."
-#~ msgstr "Actualice la página para volver a intentarlo."
+#: ../../src/Translations/StoreTranslations.php:392
+msgid "That's it, payment accepted!"
+msgstr "Listo, ¡aceptamos tu pago!"
-#~ msgid "Refresh page"
-#~ msgstr "Actualizar página"
+#: ../../src/Translations/StoreTranslations.php:393
+msgid ""
+"We are processing your payment. In less than an hour we will send you the "
+"result by email."
+msgstr ""
+"Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
+"por correo electrónico."
-#~ msgid "Type of topic IPN invalid, need to be merchant_order"
-#~ msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`"
+#: ../../src/Translations/StoreTranslations.php:394
+msgid ""
+"We are processing your payment. In less than 2 days we will send you by "
+"email if the payment has been approved or if additional information is "
+"needed."
+msgstr ""
+"Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
+"electrónico si se ha aprobado el pago o si se necesita información adicional."
-#~ msgid "Click here to see more details..."
-#~ msgstr "Haga clic aquí para ver más detalles…"
+#: ../../src/Translations/StoreTranslations.php:395
+msgid "Check the card number."
+msgstr "Compruebe el número de tarjeta."
-#~ msgid "Purchases with saved cards or money in Mercado Pago"
-#~ msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago"
+#: ../../src/Translations/StoreTranslations.php:396
+msgid "Check the expiration date."
+msgstr "Compruebe la fecha de expiración."
-#~ msgid ""
-#~ "Feature for those who have a saved card or money in Mercado Pago to buy "
-#~ "without having to fill in details."
-#~ msgstr ""
-#~ "Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en "
-#~ "Mercado Pago puedan comprar sin la necesidad de completar datos."
+#: ../../src/Translations/StoreTranslations.php:397
+msgid "Check the information provided."
+msgstr "Compruebe la información informada."
-#~ msgid "The feature for payments with saved cards is active."
-#~ msgstr ""
-#~ "La funcionalidad para pagos con tarjetas guardadas está activa"
-#~ "b>."
+#: ../../src/Translations/StoreTranslations.php:398
+msgid "Check the informed security code."
+msgstr "Compruebe el código de seguridad informado."
-#~ msgid "The feature for payments with saved cards is inactive."
-#~ msgstr ""
-#~ "La funcionalidad para pagos con tarjetas guardadas está "
-#~ "inactiva."
+#: ../../src/Translations/StoreTranslations.php:399,
+#: ../../src/Translations/StoreTranslations.php:400
+msgid "Your payment cannot be processed."
+msgstr "No se puede procesar su pago."
-#~ msgid "You can see how the feature is in your store Checkout below:"
-#~ msgstr ""
-#~ "A continuación, cómo es la funcionalidad en el checkout de la tienda:"
+#: ../../src/Translations/StoreTranslations.php:401
+msgid "You must authorize payments for your orders."
+msgstr "Usted debe autorizar los pagos de sus órdenes."
-#~ msgid "Mercado Pago customers can now pay with stored cards."
-#~ msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas."
+#: ../../src/Translations/StoreTranslations.php:402
+msgid ""
+"Contact your card issuer to activate it. The phone is on the back of your "
+"card."
+msgstr ""
+"Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
+"se encuentra en la parte posterior de su tarjeta."
-#~ msgid ""
-#~ "The function Saved card payments is enabled. With this setting, "
-#~ "customers using Mercado Pago can purchase without having to fill in "
-#~ "payment details. You can control this option in the settings."
-#~ msgstr ""
-#~ "La función Pago con tarjetas guardadas de Mercado Pago está habilitada. "
-#~ "Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que "
-#~ "completar los datos de la tarjeta. Puedes controlar esta opción en "
-#~ "configuración."
+#: ../../src/Translations/StoreTranslations.php:403
+msgid ""
+"You have already made a payment of this amount. If you have to pay again, "
+"use another card or other method of payment."
+msgstr ""
+"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
+"utilizar otra tarjeta u otro medio de pago."
-#~ msgid "Go to settings"
-#~ msgstr "Ir a la configuración"
+#: ../../src/Translations/StoreTranslations.php:404
+msgid ""
+"Your payment was declined. Please select another payment method. It is "
+"recommended in cash."
+msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#~ msgid "No need to fill out details"
-#~ msgstr "Sin cargar datos"
+#: ../../src/Translations/StoreTranslations.php:405
+msgid "Your payment does not have sufficient funds."
+msgstr "Su metodo de pago no tiene fondos suficientes."
-#~ msgid "Installments available"
-#~ msgstr "Cuotas disponibles"
+#: ../../src/Translations/StoreTranslations.php:406
+msgid "Payment cannot process the selected fee."
+msgstr "El pago no puede procesar la cuota seleccionada."
-#~ msgid "Pay faster with your saved cards and without completing data."
-#~ msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos."
+#: ../../src/Translations/StoreTranslations.php:407
+msgid ""
+"You have reached the limit of allowed attempts. Choose another card or other "
+"payment method."
+msgstr ""
+"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
+"medio de pago."
-#, fuzzy
-#~| msgid "Important! To sell you must enter your credentials."
-#~ msgid "Important! To sell, you must enter your credentials."
-#~ msgstr "¡Importante! Para vender debe introducir sus credenciales."
+#: ../../src/Translations/StoreTranslations.php:408
+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 ""
+"Intento de transacción no válido Está intentando "
+"realizar una transacción productiva con credenciales de prueba o una "
+"transacción de prueba con credenciales productivas. Asegúrese de que está "
+"utilizando la configuración de credenciales correcta para la acción deseada."
-#~ msgid "Go to step-by-step"
-#~ msgstr "Ir al paso a paso"
+#: ../../src/Translations/StoreTranslations.php:409
+msgid ""
+"Invalid transaction attempt It is not possible to pay "
+"with the email address entered. Please enter another e-mail address."
+msgstr ""
+"Intento de transacción no válido No es posible pagar con "
+"el email introducido. Por favor, introduzca otro email."
-#~ msgid "Update failed, invalid Credentials"
-#~ msgstr "Actualización fallida, credenciales no válidas"
+#: ../../src/Translations/StoreTranslations.php:410
+msgid "This payment method cannot process your payment."
+msgstr "Este medio de pago no puede procesar su pago."
-#~ msgid "Up to 24 installments"
-#~ msgstr "Hasta 24 cuotas"
+#: ../../src/Translations/StoreTranslations.php:422
+msgid ""
+"Your bank needs you to authorize the payment Please call "
+"the telephone number on your card or pay with another method."
+msgstr ""
+"Tu banco necesita que autorices el pago Llama al "
+"teléfono que está en la tarjeta o paga con otro medio."
-#~ msgid ""
-#~ "Important! Do not forget to add the credentials and details of your store."
-#~ msgstr ""
-#~ "¡Importante! No olvides ingresar las credenciales y datos de la tienda."
+#: ../../src/Translations/StoreTranslations.php:423,
+#: ../../src/Translations/StoreTranslations.php:424
+msgid ""
+"For safety reasons, your payment was declined We "
+"recommended paying with your usual payment method and device for online "
+"purchases."
+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."
-#~ msgid ""
-#~ "Before setting up payments, follow the step-by-step to start selling."
-#~ msgstr ""
-#~ "Antes de configurar los pagos, haz el paso a paso para comenzar a vender."
+#: ../../src/Translations/StoreTranslations.php:425,
+#: ../../src/Translations/StoreTranslations.php:426,
+#: ../../src/Translations/StoreTranslations.php:427,
+#: ../../src/Translations/StoreTranslations.php:428
+msgid ""
+"One or more card details were entered incorrecctly"
+"strong> Please enter them again as they appear on the card to complete "
+"the payment."
+msgstr ""
+"Ingresaste uno o más datos de tu tarjeta de forma incorrecta"
+"strong> Vuelve a ingresarlos tal como figuran en la tarjeta para "
+"finalizar el pago."
-#~ msgid "To enable and test sales, you must copy and paste your "
-#~ msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar "
+#: ../../src/Translations/StoreTranslations.php:429
+msgid ""
+"Your credit card has no available limit Please pay using "
+"another card or choose another payment method."
+msgstr ""
+"Tu tarjeta de crédito no tiene límite disponible Paga "
+"con otra tarjeta o elige otro medio de pago."
-#~ msgid "Mandatory data"
-#~ msgstr "Campo obligatorio"
+#: ../../src/Translations/StoreTranslations.php:430
+msgid ""
+"Your debit card has insufficient founds Please pay using "
+"another card or choose another payment method."
+msgstr ""
+"Tu tarjeta de débito no tiene saldo suficiente Paga con "
+"otra tarjeta o elige otro medio de pago."
-#~ msgid "Use the test-specific cards that are in the"
-#~ msgstr "Utiliza las tarjetas específicas para testear que estén bajo las"
+#: ../../src/Translations/StoreTranslations.php:431
+msgid ""
+"Your card does not accept the number of installments selected"
+"strong> Please choose a different number of installments or use a "
+"different payment method ."
+msgstr ""
+"Tu tarjeta no acepta la cantidad de pagos que seleccionaste"
+"strong> Elige una cantidad de pagos diferente o use otro medio."
-#~ msgid "Until"
-#~ msgstr "Hasta"
+#: ../../src/Translations/StoreTranslations.php:432
+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 ""
+"Necesitas habilitar tu tarjeta Comunícate con tu banco "
+"llamando al número que está al dorso de la tarjeta o elige otro medio de "
+"pago."
-#~ msgid "installment"
-#~ msgstr "cuota"
+#: ../../src/Translations/StoreTranslations.php:433
+msgid ""
+"You reached the limit of payment attempts with this card"
+"strong> Please pay using another card or choose another payment method."
+msgstr ""
+"Alcanzaste el límite de intentos de pago con esta tarjeta"
+"strong> Paga con otra tarjeta o elige otro medio de pago."
-#~ msgid "We take you to our site to complete the payment"
-#~ msgstr "Te llevamos a nuestro sitio para completar el pago"
+#: ../../src/Translations/StoreTranslations.php:434
+msgid ""
+"Your payment was declined because you already paid for this "
+"purchase Check your card transactions to verify it."
+msgstr ""
+"Tu pago fue rechazado porque ya pagaste esta compra"
+"strong> Revisa los consumos de tu tarjeta para verificarlo."
-#~ msgid "Enter your discount coupon"
-#~ msgstr "Ingresa tu cupón de descuento"
+#: ../../src/Translations/StoreTranslations.php:435,
+#: ../../src/Translations/StoreTranslations.php:436,
+#: ../../src/Translations/StoreTranslations.php:437
+msgid ""
+"The card issuing bank declined the payment We "
+"recommended paying with another payment method or contact your bank."
+msgstr ""
+"El banco emisor de la tarjeta rechazó tu pago Te "
+"recomendamos pagar con otro medio de pago o comunicarte con tu banco."
-#~ msgid "Enter your coupon"
-#~ msgstr "Ingresa tu cupón"
+#: ../../src/Translations/StoreTranslations.php:438
+msgid ""
+"For safety reasons, the card issuing bank declined the payment"
+"strong> We recommended paying with your usual payment method and device "
+"for online purchases."
+msgstr ""
+"Por motivos de seguridad, el banco de la tarjeta rechazó el pago"
+"b> Te recomendamos pagar con el medio de pago y dispositivo que sueles "
+"usar para compras online."
-#~ msgid "The code you entered is incorrect"
-#~ msgstr "El código que ingresaste es incorrecto"
+#: ../../src/Translations/StoreTranslations.php:439
+msgid ""
+"Your payment was declined because something went wrong"
+"strong> We recommended trying again or paying with another method."
+msgstr ""
+"Tu pago fue rechazado porque hube un error Te "
+"recomendamos intentar nuevamente o pagar con otro medio de pago."
-#~ msgid "Invalid Card Number"
-#~ msgstr "Numero de tarjeta invalido"
+#: ../../src/Translations/StoreTranslations.php:451
+msgid "We are taking you to validate the card"
+msgstr "Te estamos llevando a validar la tarjeta"
-#~ msgid "Name and surname of the cardholder"
-#~ msgstr "Nombre y apellido del titular de la tarjeta"
+#: ../../src/Translations/StoreTranslations.php:452
+msgid "with your bank"
+msgstr "con tu banco"
-#~ msgid "Invalid Expiration Date"
-#~ msgstr "Fecha de expiracion inválida"
+#: ../../src/Translations/StoreTranslations.php:453
+msgid "We need to confirm that you are the cardholder."
+msgstr "Necesitamos confirmar que eres titular de la tarjeta."
-#~ msgid "Last 3 numbers on the back"
-#~ msgstr "Últimos 3 números en el reverso"
+#: ../../src/Translations/StoreTranslations.php:454
+msgid "We are receiving the response from your bank"
+msgstr "Estamos recibiendo la respuesta de tu banco"
-#~ msgid "In how many installments do you want to pay"
-#~ msgstr "En cuántas cuotas quieres pagar"
+#: ../../src/Translations/StoreTranslations.php:455
+msgid "Complete the bank validation so your payment can be approved"
+msgstr "Completa la validación del banco para aprobar tu pago"
-#~ msgid "Converted payment of"
-#~ msgstr "Pago convertido de"
+#: ../../src/Translations/StoreTranslations.php:456
+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."
-#~ msgid "for"
-#~ msgstr "para"
+#: ../../src/Translations/StoreTranslations.php:457
+msgid ""
+"For safety reasons, your payment was declined We recommend paying "
+"with your usual payment method and device for online purchases."
+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."
-#~ msgid "Enter your document number"
-#~ msgstr "Ingresa tu número de documento"
+#~ msgid "How does it work?"
+#~ msgstr "¿Cómo funciona?"
-#~ msgid "Type"
-#~ msgstr "Tipo"
+#~ msgid "When paying, choose"
+#~ msgstr "Al pagar elegí"
-#~ msgid "Document number"
-#~ msgstr "Número de documento"
+#~ msgid ". Login to your account or create one in a few steps."
+#~ msgstr ". Podrás ingresar con tu cuenta o crear una en pocos pasos."
-#~ msgid "Only numbers"
-#~ msgstr "Sólo números"
+#~ msgid "Search for"
+#~ msgstr "Busca"
-#~ msgid "Obligatory field"
-#~ msgstr "Campo obligatorio"
+#~ msgid "Mercado Credito"
+#~ msgstr "Mercado Crédito"
#~ msgid ""
-#~ "When you finish the order, you will see the code to complete the payment."
-#~ msgstr "Cuando termines el pedido, verás el código para completar el pago."
-
-#~ msgid "CI"
-#~ msgstr "CI"
-
-#~ msgid "You must provide your document number"
-#~ msgstr "Debe informar su número de documento"
-
-#~ msgid "Complete all fields, they are mandatory."
-#~ msgstr "Complete todos los campos, son obligatorios."
-
-#~ msgid "Select the issuer with whom you want to process the payment"
-#~ msgstr "Selecciona el emisor con el que quieras procesar el pago"
-
-#~ msgid "Lottery"
-#~ msgstr "Lotéricas"
-
-#~ msgid "CPF/CNPJ"
-#~ msgstr "CPF/CNPJ"
-
-#~ msgid "Enable or inactivate the payments via Pix"
-#~ msgstr "Activar o desactivar pagos por Pix"
-
-#~ msgid "If you change the display text, no translation will be available"
+#~ "among the options, select it and choose in how many installments you "
+#~ "would like to pay."
#~ msgstr ""
-#~ "Si cambia el texto de la pantalla Checkout, no habrá traducción disponible"
+#~ "entre las opciones, selecciónalo y elegí en cuántas cuotas quieres pagar."
-#~ msgid "Approve your account, it will only take a few minutes"
-#~ msgstr "Homologa tu cuenta, solo te llevará unos minutos"
-
-#~ msgid ""
-#~ "Complete this process to secure your customers data and comply with the "
-#~ "regulations and legal provisions of each country."
+#~ msgid "Pay your installments monthly as you wish, in the Mercado Pago app."
#~ msgstr ""
-#~ "Complete este proceso para proteger los datos de sus clientes y cumplir "
-#~ "con las regulaciones y disposiciones legales de cada país."
-
-#~ msgid "Homologate account in Mercado Pago"
-#~ msgstr "Homologar cuenta en Mercado Pago"
-
-#~ msgid "No"
-#~ msgstr "No"
+#~ "Pagá mes a mes tus cuotas como prefieras, desde la app de Mercado Pago."
-#~ msgid "Yes"
-#~ msgstr "Sí"
+#~ msgid "Review the step-by-step of"
+#~ msgstr "Revisa el paso a paso de"
-#~ msgid "Set up"
-#~ msgstr "Ajustes"
+#~ msgid "on our website for developers."
+#~ msgstr "en nuestro sitio de desarrolladores."
-#~ msgid "Your opinion helps us get better"
-#~ msgstr "Tu opinión nos ayuda a mejorar"
-
-#~ msgid "Guides and Documentation"
-#~ msgstr "Guías y documentación"
-
-#~ msgid "Report Problem"
-#~ msgstr "Informar problema"
-
-#~ msgid "Accept all method of payment and take your charges to another level"
-#~ msgstr "Acepta todos los medios de pago y lleva tus cobros a otro nivel"
-
-#~ msgid ""
-#~ "Turn your online store into your customers preferred payment gateway. "
-#~ "Choose if the final payment experience will be inside or outside your "
-#~ "store."
-#~ msgstr ""
-#~ "Convierte tu tienda online en la pasarela de pagos preferida de tus "
-#~ "clientes. Elige si la experiencia de pago final será dentro o fuera de tu "
-#~ "tienda."
-
-#~ msgid "Configure Mercado Pago for WooCommerce"
-#~ msgstr "Ingresá la información de tu negocio"
+#~ msgid "Questions?"
+#~ msgstr "¿Dudas?"
#~ msgid ""
-#~ "Enable the experience of the Checkout Pro in your online store, select "
-#~ "the means of payment available to your customers and define the "
-#~ "maximum fees in which they can pay you."
+#~ "To enable orders, you must create and activate production credentials in "
+#~ "your Mercado Pago Account."
#~ msgstr ""
-#~ "Habilita la experiencia del Checkout Pro en tu tienda online, selecciona "
-#~ "los medios de pago disponibles para tus clientes y define el máximo "
-#~ "de cuotas en el que podrán pagarte."
-
-#~ msgid "Set payment preferences in your store"
-#~ msgstr "Configura las preferencias de pago en tu tienda"
+#~ "Para habilitar las ventas, debes crear y activar las credenciales de "
+#~ "producción en tu cuenta de Mercado Pago."
-#~ msgid "Select offline payments"
-#~ msgstr "Selecciona medios de pago presenciales"
+#~ msgid "Check credentials"
+#~ msgstr "Consultar credenciales"
-#~ msgid "Select debit cards"
-#~ msgstr "Selecciona tarjetas de débito"
-
-#~ msgid "Select credit cards"
-#~ msgstr "Selecciona tarjetas de crédito"
-
-#~ msgid "Checkout of payments with debit and credit cards %s"
-#~ msgstr "Checkout de pagos con tarjetas de débito y crédito %s"
-
-#~ msgid ""
-#~ "Accept payments instantly and maximize the conversion of your business"
-#~ msgstr "Acepta pagos al instante y maximiza la conversión de tu negocio"
-
-#~ msgid ""
-#~ "Turn your online store into a secure and easy-to-use payment gateway for "
-#~ "your customers. With personalized checkout your customers pay without "
-#~ "leaving your store!"
+#~ msgid "To view more options, please select a payment method below"
#~ msgstr ""
-#~ "Convierte tu tienda online en una pasarela de pagos segura y fácil de "
-#~ "usar para tus clientes. Con el checkout personalizado tus clientes pagan "
-#~ "¡sin salir de tu tienda!"
-
-#~ msgid "Set up the payment experience in your store"
-#~ msgstr "Ingresá la información de tu negocio"
-
-#~ msgid "Configure the personalized payment experience in your store"
-#~ msgstr "Configura las preferencias de pago en tu tienda"
-
-#~ msgid "%s, it only takes a few minutes"
-#~ msgstr "%s, solo te llevará unos minutos"
-
-#~ msgid "Approve your account"
-#~ msgstr "Homologa tu cuenta"
-
-#~ msgid "Title"
-#~ msgstr "Título"
+#~ "Selecciona uno de los siguientes medios de pago para ver más opciones"
#~ msgid ""
-#~ "Credentials are the keys we provide you to integrate quickly and "
-#~ "securely. You must have a %s in Mercado Pago to obtain and collect them "
-#~ " on your website. You do not need to know how to design or program to "
-#~ "do it"
+#~ "Test the experience in Test Mode and then enable the Sale Mode "
+#~ "(Production) to sell."
#~ msgstr ""
-#~ "Las credenciales son las claves que te proporcionamos para que integres "
-#~ "de forma rápida y segura. Debes tener una %s en Mercado Pago para "
-#~ "obtenerlas y cobrar en tu sitio web. No necesitas saber diseñar o "
-#~ "programar para hacerlo"
-
-#~ msgid "approved account"
-#~ msgstr "cuenta homologada"
-
-#~ msgid "Select your country"
-#~ msgstr "Selecciona tu país"
-
-#~ msgid "Select the country in which you operate with Mercado Pago"
-#~ msgstr "Selecciona el país en el que operas con Mercado Pago"
-
-#~ msgid "Activate the Mercado Pago experience at the checkout of your store."
-#~ msgstr "Activa la experiencia de Mercado Pago en el checkout de tu tienda."
-
-#~ msgid "Binary mode"
-#~ msgstr "Modo binario"
+#~ "Testea la experiencia en Modo Test. Luego activa el Modo Ventas "
+#~ "(Producción) para realizar ventas."
-#~ msgid ""
-#~ "Accept and reject payments automatically. Do you want us to activate it?"
-#~ msgstr ""
-#~ "Acepta y rechaza pagos de forma automática. ¿Quieres que lo activemos?"
+#~ msgid "Do you have a minute to share your experience with our plugin?"
+#~ msgstr "¿tienes un minuto para compartir tu experiencia con nuestro plugin?"
#~ msgid ""
-#~ "If you activate binary mode you will not be able to leave pending "
-#~ "payments. This can affect fraud prevention. Leave it idle to be backed by "
-#~ "our own tool."
+#~ "Your opinion is very important so that we can offer you the best possible "
+#~ "payment solution and continue to improve."
#~ msgstr ""
-#~ "Si activa el modo binario no podrá dejar pagos pendientes. Esto puede "
-#~ "afectar la prevención del fraude. Déjelo inactivo para que sea respaldado "
-#~ "por nuestra propia herramienta."
-
-#~ msgid "Discounts per purchase with Mercado Pago"
-#~ msgstr "Descuentos por compra con Mercado Pago"
-
-#~ msgid "Commission for purchase with Mercado Pago"
-#~ msgstr "Comisión por compra con Mercado Pago"
+#~ "Tu opinión es muy importante para que podamos ofrecerte la mejor solución "
+#~ "de pago posible y seguir mejorando."
-#~ msgid ""
-#~ "Accept payments at any time of the day and expand your purchase options!"
-#~ msgstr ""
-#~ "¡Acepte pagos en cualquier momento del día y amplíe sus opciones de "
-#~ "compra!"
+#~ msgid "You must enter"
+#~ msgstr "Debe introducir"
-#~ msgid "Offer this new payment option to your customers."
-#~ msgstr "Ofrezca esta nueva opción de pago a sus clientes."
+#~ msgid "production credentials"
+#~ msgstr "las credenciales de producción"
-#~ msgid ""
-#~ "Enable and set up Pix as a payment method for your customers in the "
-#~ "Mercado Pago checkout."
-#~ msgstr ""
-#~ "Habilita y configura Pix como método de pago para tus clientes en el "
-#~ "checkout de Mercado Pago."
+#~ msgid "Important! To sell you must enter your credentials."
+#~ msgstr "¡Importante! Para vender debe introducir sus credenciales."
-#~ msgid "Set up the payment via Pix experience"
-#~ msgstr "Configura la experiencia de pago a través de Pix"
+#~ msgid "Debit, Credit and invoice in Mercado Pago environment"
+#~ msgstr "Débito, crédito y efectivo, en Mercado Pago"
-#~ msgid "Checkout of payments with cash %s"
-#~ msgstr "Paga con dinero en efectivo"
+#~ msgid "Debit and Credit"
+#~ msgstr "Débito e crédito"
-#~ msgid "Accept face-to-face payments, do not leave anyone out!"
-#~ msgstr "Acepta pagos presenciales ¡no dejes a nadie afuera!"
+#~ msgid "Transparent Checkout in your store environment"
+#~ msgstr "Checkout Transparente en tu tienda"
-#~ msgid "Include this preferred purchase option by some customers."
-#~ msgstr "Incluye esta opción de compra preferida por algunos clientes."
+#~ msgid "Mercado pago - Customized Checkout"
+#~ msgstr "Mercado Pago - Checkout Personalizado"
#~ msgid ""
-#~ "Enable Mercado Pago for cash payments in your store and select the "
-#~ "options available to your customers."
+#~ "Unfortunately, the language configured in your WordPress is not "
+#~ "compatible with our plugin. For the best experience, please switch to a "
+#~ "supported language."
#~ msgstr ""
-#~ "Habilita Mercado Pago para pagos en efectivo en tu tienda y "
-#~ "selecciona las opciones disponibles para tus clientes."
+#~ "Lamentablemente, el idioma configurado en tu WordPress no es compatible "
+#~ "con nuestro plugin. Para disfrutar de la mejor experiencia, cambia a un "
+#~ "idioma compatible."
-#~ msgid "Set payment preferences with cash"
-#~ msgstr "Configura las preferencias de pago con dinero en efectivo"
+#~ msgid "payments on the spot"
+#~ msgstr "pagos al instante"
-#~ msgid "Store mode was updated"
-#~ msgstr "Se actualizó el modo de la tienda"
+#~ msgid "the"
+#~ msgstr "toda la"
-#~ msgid "Couldn't find a valid payment method"
-#~ msgstr "No se pudo encontrar un método de pago válido"
+#~ msgid "security"
+#~ msgstr "seguridad"
-#~ msgid "Invoice and Loterica"
-#~ msgstr "Efectivo "
+#~ msgid "from Mercado Pago"
+#~ msgstr "de Mercado Pago"
-#~ msgid ""
-#~ "It offers all means of payment: credit and debit cards, cash and account "
-#~ "money. Your customers choose whether they pay as guests or from their "
-#~ "Mercado Pago account."
-#~ msgstr ""
-#~ "Ofrece todos los medios de pago: tarjetas de crédito y débito, dinero en "
-#~ "efectivo y dinero en cuenta. Tus clientes eligen si pagan como invitados "
-#~ "o desde su cuenta de Mercado Pago."
+#~ msgid "Check the reasons why the purchase was declined"
+#~ msgstr "Consulta los motivos del rechazo de tu compra"
#~ msgid ""
-#~ "Accept card payments on your website with the best possible financing and "
-#~ "maximize the conversion of your business. With personalized checkout your "
-#~ "customers pay without leaving your store!"
+#~ "Recommend your costumer to pay with their usual payment method and device "
+#~ "for online purchases."
#~ msgstr ""
-#~ "Acepta pagos con tarjeta en tu sitio web con la mejor financiación "
-#~ "posible y maximiza la conversión de tu negocio. Con el checkout "
-#~ "personalizado tus clientes pagan ¡sin salir de tu tienda!"
-
-#~ msgid "Follow these steps to activate Mercado Pago in your store:"
-#~ msgstr "Sigue estos pasos para activar Mercado Pago en tu tienda:"
-
-#~ msgid "Upload your credentials"
-#~ msgstr "Carga tus credenciales"
-
-#~ msgid "depending on the country in which you are registered."
-#~ msgstr "depending on the country in which you are registered."
-
-#~ msgid "to be able to charge."
-#~ msgstr "para poder cobrar."
-
-#~ msgid "Add the basic information of your business"
-#~ msgstr "Añade la información básica de tu negocio"
-
-#~ msgid "in the plugin configuration."
-#~ msgstr "en la configuración del plugin."
-
-#~ msgid "Configure the payment preferences"
-#~ msgstr "Configura las preferencias de pago"
-
-#~ msgid "In which country does your Mercado Pago account operate?"
-#~ msgstr "¿En qué país opera tu cuenta de Mercado Pago?"
+#~ "Recomiéndale a tu cliente que pague con el medio de pago y dispositivo "
+#~ "que suele usar para compras online."
#~ msgid ""
-#~ "Add credentials to "Test Mode" or "Production Mode""
+#~ "The payment could not be processed. Please ask your client to use another "
+#~ "card or to get in touch with the bank."
#~ msgstr ""
-#~ "Ingresa las credenciales para el "Modo Test" o el "Modo "
-#~ "Producción""
-
-#~ msgid "Set up store payments for Test or Production Mode"
-#~ msgstr "Configura los pagos de la tienda para el modo Test o Producción"
-
-#~ msgid "How would you like to handle your store checkouts?"
-#~ msgstr "¿Como quieres operar los checkouts de tu tienda?"
-
-#~ msgid "Activate Production Mode for Mercado Pago checkouts"
-#~ msgstr "Activar Modo Producción para checkouts Mercado Pago"
-
-#~ msgid "test mode guidelines."
-#~ msgstr "reglas del Modo Test."
+#~ "El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
+#~ "medio de pago o que se contacte con el banco."
#~ msgid ""
-#~ "Mercado Pago checkouts are inactive for real payments in the Test Mode. "
-#~ "Please check the"
+#~ "The CVV is invalid. Please ask your client to review the details or use "
+#~ "another card."
#~ msgstr ""
-#~ "Checkouts Mercado Pago están inactivos para cobros reales en el Modo de "
-#~ "Prueba. Consulta las"
-
-#~ msgid "Search my credentials"
-#~ msgstr "Buscar mis credenciales"
+#~ "El código de seguridad de la tarjeta es inválido. Revisá los datos que "
+#~ "ingresaste o pedile a tu cliente que use otra tarjeta."
#~ msgid ""
-#~ "With these credentials, you enable your Mercado Pago checkouts to receive "
-#~ "real payments."
+#~ "The card does not have sufficient balance. Please ask your client to use "
+#~ "another card or to get in touch with the bank."
#~ msgstr ""
-#~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
-#~ "recibir pagos reales."
+#~ "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
+#~ "tarjeta o que se comunique con su banco."
#~ msgid ""
-#~ "What category do your products belong to? Choose the one that best "
-#~ "characterizes them (choose \"other\" if your product is too specific)."
+#~ "The card does not have enough limit. Please ask your client to use "
+#~ "another card or to get in touch with the bank."
#~ msgstr ""
-#~ "¿A qué categoría pertenecen tus productos? Elige la que mejor los "
-#~ "caracteriza (elige “otro” si tu producto es demasiado específico)."
-
-#~ msgid "Categories"
-#~ msgstr "Categrorías"
-
-#~ msgid "Store ID"
-#~ msgstr "ID de la tienda"
+#~ "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
+#~ "tarjeta o que se comunique con su banco."
#~ msgid ""
-#~ "Use a number or prefix to identify orders and payments from this store."
+#~ "The CVV was entered incorrectly several times. Please ask your client to "
+#~ "use another card or to get in touch with the bank."
#~ msgstr ""
-#~ "Usa un número o prefijo para identificar pedidos y pagos provenientes de "
-#~ "esta tienda."
+#~ "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile "
+#~ "a tu cliente que use otra tarjeta o que se comunique con su banco."
#~ msgid ""
-#~ "Do not forget to enter your integrator_id as a certified Mercado Pago "
-#~ "Partner. If you don`t have it, you can %s"
+#~ "The card does not allow the number of installments entered. Please ask "
+#~ "your client to choose another installment plan or to use another card."
#~ msgstr ""
-#~ "No olvides ingresar tu integrator_id como Partner certificado de Mercado "
-#~ "Pago. Si no lo tienes, puedes %s"
-
-#~ msgid "Advanced adjustment"
-#~ msgstr "Ajustes avanzados"
-
-#~ msgid "We debug the information in our change file."
-#~ msgstr "Depuramos la información de nuestro archivo de cambios."
+#~ "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu "
+#~ "cliente que elija otro plan de cuotas o que use otra tarjeta."
#~ msgid ""
-#~ "IPN (Instant Payment Notification) is a notification of events that take "
-#~ "place on your platform and that is sent from one server to another "
-#~ "through an HTTP POST call. See more information in our guides."
+#~ "The card-issuing bank declined the payment. Please instruct your client "
+#~ "to ask the bank to authotize it or to use another card."
#~ msgstr ""
-#~ "IPN (Instant Payment Notification) es una notificación de eventos que "
-#~ "tienen lugar en su plataforma y que se envía de un servidor a otro a "
-#~ "través de una llamada HTTP POST. Vea más información en nuestras guías."
+#~ "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente "
+#~ "que se contacte con el banco para autorizarlo o que use otra tarjeta."
#~ msgid ""
-#~ "It appears that your credentials are not properly configured. Please, "
-#~ "go to %s and configure it."
+#~ "From Mercado Pago we have detected that this payment has already been "
+#~ "made before. If that is not the case, your client may try to pay again."
#~ msgstr ""
-#~ "Parece que sus credenciales no están configuradas correctamente. Por "
-#~ "favor, vaya a %s y configúrelo."
-
-#~ msgid "Market Payment Configuration"
-#~ msgstr "Mercado Pago Configuración"
+#~ "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si "
+#~ "no es así, tu cliente puede intentarlo de nuevo."
#~ msgid ""
-#~ "Check out the step-by-step of how to integrate the Mercado Pago Plugin "
-#~ "for WooCommerce in our developer website."
-#~ msgstr ""
-#~ "Revisa el paso a paso de cómo integrar el Plugin de Mercado Pago para "
-#~ "WooCommerce en nuestro sitio de desarrolladores."
-
-#~ msgid "Review documentation"
-#~ msgstr "Revisar documentación"
-
-#~ msgid "Still having problems? Contact our support team through their %s"
+#~ "The card is not active yet. Please ask your client to use another card or "
+#~ "to get in touch with the bank to activate it."
#~ msgstr ""
-#~ "¿Sigues con problemas? Comunícate con nuestro equipo de soporte a través "
-#~ "de su %s"
-
-#~ msgid "contact form."
-#~ msgstr "formulario de contacto."
-
-#~ msgid "Set up your interest payments"
-#~ msgstr "Configura pagos"
-
-#~ msgid "Set up your installment and interest payments"
-#~ msgstr "Configura meses sin intereses"
-
-#~ msgid "At Mercado Pago you can choose the fee you pay for each purchase"
-#~ msgstr "En Mercado Pago puedes elegir la tarifa que pagas en cada venta"
+#~ "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra "
+#~ "tarjeta o que se comunique con su banco para activarla."
#~ msgid ""
-#~ "At Mercado Pago you can choose the fee you pay for each purchase and also "
-#~ "offer interest-free installments to your customer."
+#~ "The debit function is not enabled for the card. Please tell your client "
+#~ "that it is possible to pay with credit or to use another one."
#~ msgstr ""
-#~ "En Mercado Pago puedes elegir la tarifa que pagas en cada compra y "
-#~ "también ofrecer meses sin intereses a tu cliente."
-
-#~ msgid "Set up interest payments"
-#~ msgstr "Configurar tasas y plazos"
-
-#~ msgid "Set up installment and interest"
-#~ msgstr "Configurar cuotas e intereses"
+#~ "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
+#~ "puede pagar con la función débito de la misma tarjeta o pídele que use "
+#~ "otra."
#~ msgid ""
-#~ "Test Mode Activated? Now visit your store and test the Mercado Pago "
-#~ "checkouts"
+#~ "The credit function is not enabled for the card. Please tell your client "
+#~ "that it is possible to pay with debit or to use another one."
#~ msgstr ""
-#~ "¿Modo Test activado? Ahora visita tu tienda y testea los checkouts "
-#~ "Mercado Pago"
-
-#~ msgid "Everything ready for the takeoff of your sales?"
-#~ msgstr "¿Todo listo para el despegue de tus ventas?"
+#~ "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente "
+#~ "que puede pagar con la función débito de la misma tarjeta o pídele que "
+#~ "use otra."
#~ msgid ""
-#~ "Visit your store as usual and simulate a payment in our checkouts to make "
-#~ "sure everything is working correctly."
+#~ "The card-issuing bank declined the payment. Please instruct your client "
+#~ "to ask the bank to authorize it."
#~ msgstr ""
-#~ "Visita tu tienda normalmente y simula un pago en nuestros checkouts para "
-#~ "verificar que todo esté funcionando correctamente."
+#~ "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
+#~ "comunique con el banco para autorizar el pago."
#~ msgid ""
-#~ "Visit your store as if you were one of your customers and check that "
-#~ "everything is fine. If you already went to Production, bring your "
-#~ "customers and increase your sales with the best online shopping "
-#~ "experience."
+#~ "The buyer does not have enough balance to make the purchase. Please ask "
+#~ "your client to deposit money to the Mercado Pago Account or to use a "
+#~ "different payment method."
#~ msgstr ""
-#~ "Visita tu tienda como si fueras uno de tus clientes y revisa que todo "
-#~ "esté bien. Si ya saliste a Producción, trae a tus clientes y aumenta "
-#~ "tus ventas con la mejor experiencia de compra online."
-
-#~ msgid "%s"
-#~ msgstr "%s"
+#~ "El cliente no tiene suficiente saldo en la cuenta para realizar la "
+#~ "compra. Pídele a tu cliente que cargue saldo en Mercado Pago o que use "
+#~ "otro medio de pago."
-#~ msgid "Your store is ready to receive payments from customers."
-#~ msgstr "Tu tienda está lista para recibir pagos de clientes."
+#~ msgid "There was an error"
+#~ msgstr "Hubo un error"
-#~ msgid ""
-#~ "Your customers will not be able to make purchases while in Test Mode."
-#~ msgstr "Los clientes no podrán hacer compras en Modo Test."
+#~ msgid "to BRL"
+#~ msgstr "a BRL"
-#~ msgid ""
-#~ "Accept payments via Pix Transfer and receive the funds instantly. Your "
-#~ "customers can pay at any time, without date or time restrictions."
-#~ msgstr ""
-#~ "Acepta pagos a través de transferencia Pix y recibe los fondos al "
-#~ "instante. Tus clientes pueden pagar en cualquier momento, sin "
-#~ "restricciones de fecha u hora."
+#~ msgid "to CLP"
+#~ msgstr "a CLP"
-#~ msgid "Pay with PIX "
-#~ msgstr "Paga vía Pix "
+#~ msgid "to COP"
+#~ msgstr "a COP"
-#~ msgid ""
-#~ "Accept cash payments within the custom checkout and expand your customers "
-#~ "purchase options."
-#~ msgstr ""
-#~ "Acepta pagos en efectivo dentro del checkout personalizado y amplía las "
-#~ "opciones de compra de tus clientes."
+#~ msgid "Now we convert your currency"
+#~ msgstr "Ahora convertimos tu moneda"
-#~ msgid "Pay with cash"
-#~ msgstr "Paga con dinero en efectivo"
+#~ msgid "We no longer convert your currency"
+#~ msgstr "Dejamos de convertir tu moneda"
-#~ msgid "Enter your credentials and choose how to operate"
-#~ msgstr "Ingresa tus credenciales y elige cómo operar"
+#~ msgid "Payment method"
+#~ msgstr "Medios de pagos"
-#~ msgid ""
-#~ "By default, we activate the Sandbox test environment for you to test "
-#~ "before you start selling."
-#~ msgstr ""
-#~ "Por defecto, te activamos el entorno de pruebas Sandbox para que hagas "
-#~ "testeos antes de empezar a vender."
+#~ msgid "Discount coupons is"
+#~ msgstr "Cupones de descuento están"
-#~ msgid "Production Mode"
-#~ msgstr "Modo Producción"
+#~ msgid "Discount coupons"
+#~ msgstr "Cupones de descuento"
#~ msgid ""
-#~ "When you see that everything is going well, deactivate Sandbox, turn on "
-#~ "Production and make way for your online sales."
+#~ "Will you offer discount coupons to customers who buy with Mercado Pago?"
#~ msgstr ""
-#~ "Cuando veas que todo va bien, desactiva Sandbox para ir a Producción y "
-#~ "abre paso a tus ventas online."
+#~ "¿Ofrecerás cupones de descuento a los clientes que compren con Mercado "
+#~ "Pago?"
-#~ msgid ""
-#~ "Choose “Yes” only when you’re ready to sell. Switch to “No” to activate "
-#~ "Testing mode."
-#~ msgstr ""
-#~ "Elige “Sí” sólo cuando estés listo para vender. Cambia a “No” para "
-#~ "activar el modo Pruebas."
+#~ msgid "Your document data is invalid"
+#~ msgstr "Número de documento inválido"
-#~ msgid "With these keys you can do the tests you want.."
-#~ msgstr "Con estas claves podrás hacer las pruebas que quieras."
+#~ msgid "Title in the checkout"
+#~ msgstr "Título en el checkout"
-#~ msgid "With these keys you can receive real payments from your customers."
-#~ msgstr "Con estas claves podrás recibir pagos reales de tus clientes."
+#, fuzzy
+#~| msgid "Payment URL pending"
+#~ msgid "Payment URL"
+#~ msgstr "URL de pago pendiente"
-#~ msgid "Everything set up? Go to your store in Sandbox mode"
-#~ msgstr "¿Todo configurado? Ve a tu tienda en modo Sandbox"
+#, fuzzy
+#~| msgid "The transparent checkout for Pix payment is"
+#~ msgid "Transparent checkout for credit cards is"
+#~ msgstr "El Checkout Transparente está"
+#, fuzzy
+#~| msgid ""
+#~| "By disabling it, you will disable all Pix payments from Mercado Pago "
+#~| "Transparent Checkout."
#~ msgid ""
-#~ "Visit your store and simulate a payment to check that everything is fine."
-#~ msgstr "Visita tu tienda y simula un pago para revisar que todo esté bien."
-
-#~ msgid "I want to test my sales"
-#~ msgstr "Quiero testear mis ventas"
-
-#~ msgid "Payment refused"
-#~ msgstr "Pago rechazado"
-
-#~ msgid "Physical person"
-#~ msgstr "Persona Física"
-
-#~ msgid "Legal person"
-#~ msgstr "Persona Jurídica"
-
-#~ msgid "Name"
-#~ msgstr "Nome"
-
-#~ msgid "Social reason"
-#~ msgstr "Razón social"
-
-#~ msgid "Surname"
-#~ msgstr "Apellido"
-
-#~ msgid "You must inform your last name"
-#~ msgstr "Debes informar tu apellido"
-
-#~ msgid "CPF"
-#~ msgstr "CPF"
-
-#~ msgid "Address"
-#~ msgstr "Dirección"
-
-#~ msgid "You must inform your address"
-#~ msgstr "Debes informar tu dirección"
-
-#~ msgid "Number"
-#~ msgstr "Número"
-
-#~ msgid "You must provide your address number"
-#~ msgstr "Debe informar su número de dirección"
-
-#~ msgid "City"
-#~ msgstr "Ciudad"
-
-#~ msgid "You must inform your city"
-#~ msgstr "Debes informar a tu ciudad"
-
-#~ msgid "State"
-#~ msgstr "Estado"
-
-#~ msgid "You must inform your status"
-#~ msgstr "Debes informar a tu estado"
-
-#~ msgid "Postal Code"
-#~ msgstr "Código postal"
-
-#~ msgid "You must provide your zip code"
-#~ msgstr "Debes informar tu código postal"
-
-#~ msgid "See the reasons for refusing your purchase."
-#~ msgstr "Vea las razones para rechazar su compra."
-
-#~ msgid "30 minutes"
-#~ msgstr "30 minutos"
-
-#~ msgid "New"
-#~ msgstr "Nuevo"
-
-#~ msgid " day"
-#~ msgstr " día"
-
-#~ msgid "Description for cart Checkout"
-#~ msgstr "Descripción para el Checkout en el carrito"
+#~ "By disabling it, you will disable all payment methods of this checkout."
+#~ msgstr ""
+#~ "Al desactivar, desabilitarás todos los medios de pago con tarjeta de "
+#~ "crédito en el Checkout Transparente de Mercado Pago."
+#, fuzzy
+#~| msgid ""
+#~| "By confirming your purchase, we will show you a code to make the payment."
#~ msgid ""
-#~ "Configure the payment options and accept payments with cards, ticket and "
-#~ "money of Mercado Pago account."
+#~ "By confirming your purchase, you will be redirected to your Mercado Pago "
+#~ "account."
#~ msgstr ""
-#~ "Configura las opciones de pago a tu medida y acepta pagos con tarjetas, "
-#~ "dinero en efectivo y dinero en cuenta de Mercado Pago."
-
-#~ msgid "https://developers.mercadopago.com/"
-#~ msgstr "https://developers.mercadopago.com/"
-
-#~ msgid "https://github.com/mercadopago/cart-woocommerce"
-#~ msgstr "https://github.com/mercadopago/cart-woocommerce"
+#~ "Al confirmar tu compra, te mostraremos un código para realizar el pago."
diff --git a/i18n/languages/woocommerce-mercadopago-es_UY.mo b/i18n/languages/woocommerce-mercadopago-es_UY.mo
index be9f33e1a..b1f7a85d9 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 9f270518d..600408cd4 100644
--- a/i18n/languages/woocommerce-mercadopago-es_UY.po
+++ b/i18n/languages/woocommerce-mercadopago-es_UY.po
@@ -1,85 +1,54 @@
+# Copyright (C) 2022 woocommerce-mercadopago
+# This file is distributed under the same license as the woocommerce-mercadopago package.
msgid ""
msgstr ""
-"Project-Id-Version: Mercado Pago payments for WooCommerce 6.0.0\n"
+"Project-Id-Version: Mercado Pago payments for WooCommerce\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
"mercadopago\n"
-"POT-Creation-Date: 2023-05-16 21:36+0000\n"
+"POT-Creation-Date: 2024-04-10 14:38+0000\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
-"Language: es_ES\n"
+"Language: es_AR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 3.3.1\n"
+"X-Generator: Poedit 3.4.2\n"
-#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:141,
-#: ../../includes/module/class-wc-woomercadopago-module.php:352
-msgid "By continuing, you agree to our "
-msgstr "Al continuar, aceptas nuestros "
-
-#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:143,
-#: ../../includes/module/class-wc-woomercadopago-module.php:354
-msgid "Terms and Conditions"
-msgstr "Términos y condiciones"
-
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92
-msgid ""
-"Activate this option so that the value of the currency set in WooCommerce is "
-"compatible with the value of the currency you use in Mercado Pago."
-msgstr ""
-"Activa esta opción para que el valor de la moneda configurada en WooCommerce "
-"sea compatible al valor de la moneda que usas en Mercado Pago."
-
-#. translators: 1: local currency 2: currency
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478
-msgid "Now we convert your currency from %1$s to %2$s."
-msgstr "Ahora convertimos tu moneda de %1$s a %2$s."
-
-#. translators: 1: local currency 2: currency
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498
-msgid "We no longer convert your currency from %1$s to %2$s."
-msgstr "Dejamos de convertir tu moneda de %1$s a %2$s."
+#: ../../src/WoocommerceMercadoPago.php:463,
+#: ../../src/Translations/AdminTranslations.php:172
+msgid "Activate WooCommerce"
+msgstr "Activar WooCommerce"
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519
-msgid ""
-"Attention: The currency settings you have in WooCommerce are not "
-"compatible with the currency you use in your Mercado Pago account. Please "
-"activate the currency conversion."
-msgstr ""
-"Atención: La configuración de moneda que tienes en WooCommerce no es "
-"compatible con la moneda que usas en tu cuenta de Mercado Pago. Activa la "
-"conversión de moneda."
+#: ../../src/WoocommerceMercadoPago.php:464,
+#: ../../src/Translations/AdminTranslations.php:173
+msgid "Install WooCommerce"
+msgstr "Instalar WooCommerce"
-#: ../../includes/module/class-wc-woomercadopago-configs.php:125
-msgid ""
-"Update your credentials with the Access Token and Public Key, you need them "
-"to continue receiving payments!"
-msgstr ""
-"Actualice sus credenciales con el Access Token y la Public Key, ¡los "
-"necesita para continuar recibiendo pagos!"
+#: ../../src/WoocommerceMercadoPago.php:465,
+#: ../../src/Translations/AdminTranslations.php:174
+msgid "See WooCommerce"
+msgstr "Ver WooCommerce"
-#: ../../includes/module/class-wc-woomercadopago-configs.php:134
-msgid ""
-"The store should have HTTPS in order to activate both Checkout Personalizado "
-"and Ticket Checkout."
+#: ../../src/WoocommerceMercadoPago.php:467,
+#: ../../src/Translations/AdminTranslations.php:163
+msgid "The Mercado Pago module needs an active version of %s in order to work!"
msgstr ""
-"La tienda debe tener HTTPS para activar el Checkout Personalizado y el "
-"Ticket Checkout."
+"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
-#: ../../includes/module/class-wc-woomercadopago-init.php:52
+#: ../../src/Translations/AdminTranslations.php:169
msgid ""
-"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
+"Mercado Pago payments for WooCommerce requires PHP version 7.4 or later. "
"Please update your PHP version."
msgstr ""
-"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
+"El plugin de Mercado Pago requiere la versión de PHP 7.4 o posterior. Por "
"favor actualice su versión de PHP."
-#: ../../includes/module/class-wc-woomercadopago-init.php:61
+#: ../../src/Translations/AdminTranslations.php:170
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
-#: ../../includes/module/class-wc-woomercadopago-init.php:70
+#: ../../src/Translations/AdminTranslations.php:171
msgid ""
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
"extension is required to send QR Code Pix by email."
@@ -88,493 +57,962 @@ msgstr ""
"necesaria la instalación de la extensión GD para enviar el QR Code Pix por "
"correo electrónico."
-#. translators: %s link to WooCommerce
-#: ../../includes/module/class-wc-woomercadopago-init.php:82
-msgid "The Mercado Pago module needs an active version of %s in order to work!"
+#: ../../src/Translations/AdminTranslations.php:175
+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 ""
-"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
-
-#: ../../includes/module/class-wc-woomercadopago-init.php:95
-msgid "Cancel order"
-msgstr "Cancelar orden"
-
-#: ../../includes/module/class-wc-woomercadopago-init.php:177
-msgid "The Mercado Pago module needs the SDK package to work!"
-msgstr "¡El módulo de Mercado Pago necesita el SDK para funcionar!"
+"Ten en cuenta que para recibir pagos a través de Pix en nuestro checkout, "
+"debes tener una clave Pix registrada en tu cuenta de Mercado Pago."
-#: ../../includes/module/class-wc-woomercadopago-module.php:368
-msgid "The payment method is not valid or not available."
-msgstr "El medio de pago no es válido o no está disponible."
+#: ../../src/Translations/AdminTranslations.php:176
+msgid "Register your Pix key at Mercado Pago."
+msgstr "Registra tu clave Pix en Mercado Pago."
-#: ../../includes/module/class-wc-woomercadopago-module.php:371
-msgid "The transaction amount cannot be processed by Mercado Pago."
-msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:177
+msgid "%s, help us improve the experience we offer"
+msgstr "%s, ayúdanos a mejorar nuestra experiencia"
-#: ../../includes/module/class-wc-woomercadopago-module.php:371
+#: ../../src/Translations/AdminTranslations.php:178
msgid ""
-"Possible causes: Currency not supported; Amounts below the minimum or above "
-"the maximum allowed."
+"Share your opinion with us so that we improve our product and offer the best "
+"payment solution."
msgstr ""
-"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
-"encima del máximo permitido."
+"Comparte tu opinión con nosotros para poder mejorar nuestro producto y "
+"ofrecerte la mejor solución de pagos."
+
+#: ../../src/Translations/AdminTranslations.php:179
+msgid "Rate the plugin"
+msgstr "Valorar el plugin"
-#: ../../includes/module/class-wc-woomercadopago-module.php:374
-msgid "The users are not valid."
-msgstr "Los usuários no son válidos."
+#: ../../src/Translations/AdminTranslations.php:180
+msgid "Enable payments via Mercado Pago account"
+msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../includes/module/class-wc-woomercadopago-module.php:374
+#: ../../src/Translations/AdminTranslations.php:181
msgid ""
-"Possible causes: Buyer and seller have the same account in Mercado Pago; The "
-"transaction involving production and test users."
+"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 ""
-"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
-"Pago; La transacción involucrando usuários de producción y de prueba."
+"Con esta función activa, tus clientes pagan más rápido usando su cuenta de "
+"Mercado Pago.La tasa de aprobación de estos pagos en tu tienda puede "
+"ser un 25% mayor en comparación con otros medios de pago."
-#: ../../includes/module/class-wc-woomercadopago-module.php:377
-msgid "Unauthorized use of production credentials."
-msgstr "Uso no autorizado de credenciales de producción."
+#: ../../src/Translations/AdminTranslations.php:182
+msgid "Activate"
+msgstr "Activar"
-#: ../../includes/module/class-wc-woomercadopago-module.php:377
+#: ../../src/Translations/AdminTranslations.php:183
msgid ""
-"Possible causes: Use permission in use for the credential of the seller."
+"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 ""
-"Posibles causas: Pendencia de permiso de uso en producción para la "
-"credencial del vendedor."
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:503
-msgid "Colombia"
-msgstr "Colombia"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:505
-msgid "Argentina"
-msgstr "Argentina"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:507
-msgid "Brazil"
-msgstr "Brasil"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:509
-msgid "Chile"
-msgstr "Chile"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:511
-msgid "Mexico"
-msgstr "México"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:513
-msgid "Uruguay"
-msgstr "Uruguay"
-#: ../../includes/module/class-wc-woomercadopago-module.php:515
-msgid "Venezuela"
-msgstr "Venezuela"
+#: ../../src/Translations/AdminTranslations.php:184
+msgid "You activated Mercado Pago’s plug-in"
+msgstr "Activaste el plugin de Mercado Pago"
-#: ../../includes/module/class-wc-woomercadopago-module.php:517
-msgid "Peru"
-msgstr "Peru"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:551
-msgid "Update the WooCommerce order to "
-msgstr "Actualizar la orden de WooCommerce para "
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:821,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:583
-msgid "Fill in your credentials to enable payment methods."
-msgstr "Completa tus credenciales para habilitar los medios de pago."
+#: ../../src/Translations/AdminTranslations.php:185
+msgid ""
+"Follow the instructions below to integrate your store with Mercado Pago and "
+"start to sell."
+msgstr ""
+"Sigue las instrucciones de abajo para integrar tu tienda con Mercado Pago y "
+"empezar a vender."
-#: ../../includes/module/class-wc-woomercadopago-module.php:837
+#: ../../src/Translations/AdminTranslations.php:197
msgid "Set plugin"
msgstr "Configurar plugin"
-#: ../../includes/module/class-wc-woomercadopago-module.php:838,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293
+#: ../../src/Translations/AdminTranslations.php:198,
+#: ../../src/Translations/AdminTranslations.php:738,
+#: ../../src/Translations/AdminTranslations.php:798
msgid "Payment methods"
msgstr "Medios de pagos"
-#: ../../includes/module/class-wc-woomercadopago-module.php:839,
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220
+#: ../../src/Translations/AdminTranslations.php:199
msgid "Plugin manual"
msgstr "Manual del plugin"
-#: ../../includes/module/class-wc-woomercadopago-module.php:938
-msgid "By Mercado Pago"
-msgstr "Por Mercado Pago"
-
-#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:109,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:171,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:140,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:189,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:167
-msgid "Buyer email"
-msgstr "Email del comprador"
+#: ../../src/Translations/AdminTranslations.php:211
+msgid "Cancel order"
+msgstr "Cancelar orden"
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:35
-msgid "No ID or TOPIC param in Request IPN"
-msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN"
+#: ../../src/Translations/AdminTranslations.php:212
+msgid "Mercado Pago commission:"
+msgstr "Comisión de Mercado Pago:"
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:39
-msgid ""
-"Discarded notification. This notification is already processed as webhook-"
-"payment."
-msgstr ""
-"Notificación ignorada. Esta notificación se procesa como webhook-payment."
+#: ../../src/Translations/AdminTranslations.php:213
+msgid "Represents the commission configured on plugin settings."
+msgstr "Representa la comisión configurada en la configuración del plugin."
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:54
-msgid "IPN merchant_order not found"
-msgstr "No se ha encontrado la IPN de `merchant_order`"
+#: ../../src/Translations/AdminTranslations.php:214
+msgid "Mercado Pago discount:"
+msgstr "Descuento de Mercado Pago:"
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:60
-msgid "Not found Payments into Merchant_Order"
-msgstr "No se han encontrado pagos en Merchant_Order"
+#: ../../src/Translations/AdminTranslations.php:215
+msgid "Represents the discount configured on plugin settings."
+msgstr "Representa el descuento configurado en la configuración del plugin."
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:174,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:143,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:192,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:170
-msgid "Payment type"
-msgstr "Tipo de método de pago"
+#: ../../src/Translations/AdminTranslations.php:216
+msgid "Represents the installment fee charged by Mercado Pago."
+msgstr "Representa la comisión a plazos cobrada por Mercado Pago."
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:177,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:146,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:195,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:173
-msgid "Payment method"
-msgstr "Método de pago"
+#: ../../src/Translations/AdminTranslations.php:217
+msgid "Mercado Pago Installment Fee:"
+msgstr "Cuota de Mercado Pago:"
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:39
+#: ../../src/Translations/AdminTranslations.php:218
msgid ""
-"Please enter your email address at the billing address to use this service"
+"Represents the total purchase plus the installment fee charged by Mercado "
+"Pago."
msgstr ""
-"Por favor, introduzca su email en la dirección de facturación para utilizar "
-"este servicio"
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:42,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:277
-msgid "Checkout Pro"
-msgstr "Checkout Pro"
+"Representa el total de la compra más la comisión de fraccionamiento cobrada "
+"por Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:43
-msgid "Debit, Credit and invoice in Mercado Pago environment"
-msgstr "Débito, crédito y efectivo, en Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:219
+msgid "Mercado Pago Total:"
+msgstr "Mercado Pago Total:"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51
-msgid "Mercado Pago - Checkout Pro"
-msgstr "Mercado Pago - Checkout Pro"
+#: ../../src/Translations/AdminTranslations.php:232
+msgid "Accept"
+msgstr "Acepta"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:53
-msgid "Your saved cards or money in Mercado Pago"
-msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:233
+msgid "payments"
+msgstr "pagos"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164
-msgid "Maximum number of installments"
-msgstr "Máximo de cuotas"
+#: ../../src/Translations/AdminTranslations.php:234
+msgid "safely"
+msgstr "de forma"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166
-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:235
+msgid "with"
+msgstr "segura con"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169
-msgid "1 installment"
-msgstr "1 cuota"
+#: ../../src/Translations/AdminTranslations.php:236
+msgid "Mercado Pago"
+msgstr "Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170
-msgid "2 installments"
-msgstr "2 cuotas"
+#: ../../src/Translations/AdminTranslations.php:241
+msgid "Choose"
+msgstr "Elige"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171
-msgid "3 installments"
-msgstr "3 cuotas"
+#: ../../src/Translations/AdminTranslations.php:242
+msgid "when you want to receive the money"
+msgstr "cuándo quieres recibir el dinero"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:172
-msgid "4 installments"
-msgstr "4 cuotas"
+#: ../../src/Translations/AdminTranslations.php:243
+msgid "from your sales and if you want to offer"
+msgstr "de las ventas y si quieres ofrecer"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:173
-msgid "5 installments"
-msgstr "5 cuotas"
+#: ../../src/Translations/AdminTranslations.php:244
+msgid "interest-free installments"
+msgstr "cuotas sin interés"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:174
-msgid "6 installments"
-msgstr "6 cuotas"
+#: ../../src/Translations/AdminTranslations.php:245
+msgid "to your clients."
+msgstr "a los clientes."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:175
-msgid "10 installments"
-msgstr "10 cuotas"
+#: ../../src/Translations/AdminTranslations.php:251
+msgid "SSL"
+msgstr "SSL"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176
-msgid "12 installments"
-msgstr "12 cuotas"
+#: ../../src/Translations/AdminTranslations.php:252
+msgid "Curl"
+msgstr "Curl"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:177
-msgid "15 installments"
-msgstr "15 cuotas"
+#: ../../src/Translations/AdminTranslations.php:253
+msgid "GD Extensions"
+msgstr "Extensiones GD"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178
-msgid "18 installments"
-msgstr "18 cuotas"
+#: ../../src/Translations/AdminTranslations.php:255
+msgid "Technical requirements"
+msgstr "Requisitos técnicos"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:179
-msgid "24 installments"
-msgstr "24 cuotas"
+#: ../../src/Translations/AdminTranslations.php:256
+msgid "Collections and installments"
+msgstr "Cobros y cuotas"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:256,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:153,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:915,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:203,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:197
-msgid "Enable the checkout"
-msgstr "Activar el checkout"
+#: ../../src/Translations/AdminTranslations.php:257
+msgid "More information"
+msgstr "Más información"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:257
+#: ../../src/Translations/AdminTranslations.php:258
msgid ""
-"By disabling it, you will disable all payments from Mercado Pago Checkout at "
-"Mercado Pago website by redirect."
+"Implementation responsible for transmitting data to Mercado Pago in a secure "
+"and encrypted way."
msgstr ""
-"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
-"sitio web de Mercado Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:261,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:920
-msgid "The checkout is enabled."
-msgstr "El checkout está activo."
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:262,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:921
-msgid "The checkout is disabled."
-msgstr "El checkout está inactivo."
+"Implementación responsable de transmitir los datos a Mercado Pago de forma "
+"segura y encriptada."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:281
+#: ../../src/Translations/AdminTranslations.php:259
msgid ""
-"With Checkout Pro you sell with all the safety inside Mercado Pago "
-"environment."
+"It is an extension responsible for making payments via requests from the "
+"plugin to Mercado Pago."
msgstr ""
-"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
-"Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:269
-msgid "Advanced settings"
-msgstr "Configuración Avanzada"
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:311
-msgid "Payment experience"
-msgstr "Experiencia de pago"
+"Es una extensión encargada de realizar los pagos a través de requests del "
+"plugin a Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:313
+#: ../../src/Translations/AdminTranslations.php:260
msgid ""
-"Define what payment experience your customers will have, whether inside or "
-"outside your store."
+"These extensions are responsible for the implementation and operation of Pix "
+"in your store."
msgstr ""
-"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
+"Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
"tienda."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:316
-msgid "Redirect"
-msgstr "Redirect"
+#: ../../src/Translations/AdminTranslations.php:262
+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."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:317
-msgid "Modal"
-msgstr "Modal"
+#: ../../src/Translations/AdminTranslations.php:263
+msgid "Set deadlines and fees"
+msgstr "Ajustar plazos y tasas"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:333
-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:264
+msgid "Go to documentation"
+msgstr "Ir a la documentación"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:331,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:351,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:372
-msgid "This seems to be an invalid URL."
-msgstr "Esto parece ser una URL no válida."
+#: ../../src/Translations/AdminTranslations.php:277
+msgid "Public Key"
+msgstr "Public Key"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:336
-msgid "Success URL"
-msgstr "URL de éxito"
+#: ../../src/Translations/AdminTranslations.php:278
+msgid "Access Token"
+msgstr "Access Token"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:353
-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 ""
-"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. "
-"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
-"útil para que puedan solucionarlo."
+#: ../../src/Translations/AdminTranslations.php:279
+msgid "1. Enter your credentials to integrate your store with Mercado Pago"
+msgstr "1. Ingresa tus credenciales para integrar tu tienda con Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:356
-msgid "Payment URL rejected"
-msgstr "URL de pago rechazado"
+#: ../../src/Translations/AdminTranslations.php:280
+msgid "Production credentials"
+msgstr "Credenciales de producción"
+
+#: ../../src/Translations/AdminTranslations.php:281
+msgid "Test credentials"
+msgstr "Credenciales de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:374
+#: ../../src/Translations/AdminTranslations.php:282
+msgid "To start selling, "
+msgstr "Para empezar a vender, "
+
+#: ../../src/Translations/AdminTranslations.php:283
msgid ""
-"Choose the URL that we will show to your customers when they have a payment "
-"pending approval."
+"in the fields below. If you don’t have credentials yet, you’ll have to "
+"create them from this link."
msgstr ""
-"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
-"de aprobación."
+"en los campos de abajo. Si todavía no tienes credenciales, deberás crearlas "
+"en ese mismo enlace."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:377
-msgid "Payment URL pending"
-msgstr "URL de pago pendiente"
+#: ../../src/Translations/AdminTranslations.php:284
+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."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:391
-msgid "Enable the payment methods available to your clients."
-msgstr "Habilita los medios de pago disponibles para tus clientes."
+#: ../../src/Translations/AdminTranslations.php:285
+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."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392
-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:286
+msgid "Paste your Public Key here"
+msgstr "Pega aquí tu Public Key"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:396
-msgid "Credit Cards"
-msgstr "Tarjetas de crédito"
+#: ../../src/Translations/AdminTranslations.php:287
+msgid "Paste your Access Token here"
+msgstr "Pega aquí tu Access Token"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:400
-msgid "Debit Cards"
-msgstr "Tarjetas de débito"
+#: ../../src/Translations/AdminTranslations.php:288,
+#: ../../src/Translations/AdminTranslations.php:342
+msgid "Save and continue"
+msgstr "Guardar y continuar"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404
-msgid "Other Payment Methods"
-msgstr "Otros medios"
+#: ../../src/Translations/AdminTranslations.php:289
+msgid ""
+"You have to enter your production credentials to start selling with Mercado "
+"Pago."
+msgstr ""
+"Debes ingresar tus credenciales de producción para empezar a vender con "
+"Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:454
-msgid "Return to the store"
-msgstr "Volver a la tienda"
+#: ../../src/Translations/AdminTranslations.php:290
+msgid "Enter credentials"
+msgstr "Introducir credenciales"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:455
+#: ../../src/Translations/AdminTranslations.php:291
+msgid "Activate your credentials to be able to sell"
+msgstr "Activa tus credenciales para poder vender"
+
+#: ../../src/Translations/AdminTranslations.php:292
msgid ""
-"Do you want your customer to automatically return to the store after payment?"
+"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 ""
-"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
+"Las credenciales son códigos que debes ingresar para habilitar las ventas. "
+"Vaya más abajo en Activar credenciales. En la siguiente pantalla, utilice "
+"nuevamente el botón Activar Credenciales y complete los campos con la "
+"información solicitada."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:459
-msgid "The buyer will be automatically redirected to the store."
-msgstr "El comprador será redirigido automáticamente a la tienda."
+#: ../../src/Translations/AdminTranslations.php:293
+msgid "Activate credentials"
+msgstr "Activar credenciales"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:460
-msgid "The buyer will not be automatically redirected to the store."
-msgstr "El comprador no será redirigido automáticamente a la tienda."
+#: ../../src/Translations/AdminTranslations.php:294
+msgid "copy and paste your production credentials "
+msgstr "copia y pega tus credenciales de producción "
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:485
-msgid "Available payment methods"
-msgstr "Medios de pago disponibles"
+#: ../../src/Translations/AdminTranslations.php:307
+msgid "Add the URL to receive payments notifications."
+msgstr "Ingresa la URL para recibir notificaciones de pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:535,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:521,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:426,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:411,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:698,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:418,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:404,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:434,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:419,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
-msgid "discount of"
-msgstr "descuento de"
+#: ../../src/Translations/AdminTranslations.php:308
+msgid "Find out more information in the"
+msgstr "Consulta más información en los"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:541,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:527,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:432,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:417,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:704,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:691,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:424,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:410,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:440,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176
-msgid "fee of"
-msgstr "comisión de"
+#: ../../src/Translations/AdminTranslations.php:310
+msgid "guides"
+msgstr "manuales"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:641,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:667,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:719
-msgid "Easy login"
-msgstr "Ingresa con facilidad"
+#: ../../src/Translations/AdminTranslations.php:315
+msgid ""
+"If you are a Mercado Pago Certified Partner, make sure to add your "
+"integrator_id."
+msgstr ""
+"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
+"integrator_id."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:642,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:668,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:720
-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/AdminTranslations.php:316
+msgid "If you do not have the code, please"
+msgstr "Si no tienes el código,"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:649,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:675,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:693,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:727
-msgid "Quick payments"
-msgstr "Paga rápido"
+#: ../../src/Translations/AdminTranslations.php:318
+msgid "request it now"
+msgstr "solicítalo ahora"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:650
-msgid "Use your saved cards, Pix or available balance."
-msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible."
+#: ../../src/Translations/AdminTranslations.php:322
+msgid "2. Customize your business’ information"
+msgstr "2. Personaliza la información de tu negocio"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:657,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:683
-msgid "Protected purchases"
-msgstr "Protege tu compra"
+#: ../../src/Translations/AdminTranslations.php:323
+msgid "Your store information"
+msgstr "Información sobre tu tienda"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:658,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:684
-msgid "Get your money back in case you don't receive your product."
-msgstr "Recupera tu dinero si no recibes el producto."
+#: ../../src/Translations/AdminTranslations.php:324
+msgid "Advanced integration options (optional)"
+msgstr "Opciones avanzadas de integración (opcional)"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:676
-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/AdminTranslations.php:325
+msgid "Debug and Log Mode"
+msgstr "Modo debug y log"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:694,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:728
-msgid "Use your available money or saved cards."
-msgstr "Usa tu dinero disponible o tarjetas guardadas."
+#: ../../src/Translations/AdminTranslations.php:326
+msgid ""
+"Fill out the following details to have a better experience and offer your "
+"customers more information."
+msgstr ""
+"Completa los siguientes datos para tener una mejor experiencia y ofrecerle "
+"más información a tus clientes."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:701,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:735
-msgid "Installments option"
-msgstr "Accede a cuotas"
+#: ../../src/Translations/AdminTranslations.php:327
+msgid "Name of your store in your client's invoice"
+msgstr "Nombre de tu tienda en la factura de los clientes"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702
-msgid "Pay with or without a credit card."
-msgstr "Paga con o sin tarjeta de crédito."
+#: ../../src/Translations/AdminTranslations.php:328
+msgid "Identification in Activities of Mercado Pago"
+msgstr "Identificación en Actividad de Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:709
-msgid "Reliable purchases"
-msgstr "Compra con confianza"
+#: ../../src/Translations/AdminTranslations.php:329
+msgid ""
+"For further integration of your store with Mercado Pago (IPN, Certified "
+"Partners, Debug Mode)"
+msgstr ""
+"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
+"Certificados, Modo Debug)"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710
-msgid "Get help if you have a problem with your purchase."
-msgstr "Recibe ayuda si tienes algún problema con tu compra."
+#: ../../src/Translations/AdminTranslations.php:330
+msgid "Store category"
+msgstr "Categoría de la tienda"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:736
-msgid "Interest-free installments with selected banks."
-msgstr "Cuotas sin interés con bancos seleccionados."
+#: ../../src/Translations/AdminTranslations.php:331
+msgid "URL for IPN"
+msgstr "URL para IPN"
+
+#: ../../src/Translations/AdminTranslations.php:332
+msgid "Integrator ID"
+msgstr "Integrator ID"
+
+#: ../../src/Translations/AdminTranslations.php:333
+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
+msgid "Ex: Mary's Store"
+msgstr "Ej.: Tienda de María"
+
+#: ../../src/Translations/AdminTranslations.php:335
+msgid "Ex: Mary Store"
+msgstr "Ej.: TiendaMaría"
+
+#: ../../src/Translations/AdminTranslations.php:336,
+#: ../../src/Translations/AdminTranslations.php:1253
+msgid "Select"
+msgstr "Seleccionar"
+
+#: ../../src/Translations/AdminTranslations.php:337
+msgid "Ex: https://examples.com/my-custom-ipn-url"
+msgstr "Ej.: https://examples.com/my-custom-ipn-url"
+
+#: ../../src/Translations/AdminTranslations.php:338
+msgid "Add plugin default params"
+msgstr "Agregar parámetros default del plugin"
+
+#: ../../src/Translations/AdminTranslations.php:339
+msgid "Ex: 14987126498"
+msgstr "Ej.: 14987126498"
+
+#: ../../src/Translations/AdminTranslations.php:340
+msgid "Show advanced options"
+msgstr "Ver opciones avanzadas"
+
+#: ../../src/Translations/AdminTranslations.php:341
+msgid "Hide advanced options"
+msgstr "Esconder opciones avanzadas"
+
+#: ../../src/Translations/AdminTranslations.php:343
+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
+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
+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
+msgid "request it now."
+msgstr "solicítalo ahora."
+
+#: ../../src/Translations/AdminTranslations.php:360
+msgid "3. Activate and set up payment methods"
+msgstr "3. Activa y configura los medios de pago"
+
+#: ../../src/Translations/AdminTranslations.php:361
+msgid ""
+"Select the payment method you want to appear in your store to activate and "
+"set it up."
+msgstr ""
+"Selecciona el medio de pago que quieres que aparezca en tu tienda para "
+"activarlo y configurarlo."
+
+#: ../../src/Translations/AdminTranslations.php:362
+msgid "Settings"
+msgstr "Configurar"
+
+#: ../../src/Translations/AdminTranslations.php:363
+msgid "Continue"
+msgstr "Continuar"
+
+#: ../../src/Translations/AdminTranslations.php:364
+msgid "Enabled"
+msgstr "Activado"
+
+#: ../../src/Translations/AdminTranslations.php:365
+msgid "Disabled"
+msgstr "Inactivo"
+
+#: ../../src/Translations/AdminTranslations.php:366
+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:379,
+#: ../../src/Translations/AdminTranslations.php:385
+msgid "The checkout is"
+msgstr "El checkout está"
+
+#: ../../src/Translations/AdminTranslations.php:380,
+#: ../../src/Translations/AdminTranslations.php:392,
+#: ../../src/Translations/AdminTranslations.php:508,
+#: ../../src/Translations/AdminTranslations.php:520,
+#: ../../src/Translations/AdminTranslations.php:532,
+#: ../../src/Translations/AdminTranslations.php:599,
+#: ../../src/Translations/AdminTranslations.php:611,
+#: ../../src/Translations/AdminTranslations.php:623,
+#: ../../src/Translations/AdminTranslations.php:700,
+#: ../../src/Translations/AdminTranslations.php:762,
+#: ../../src/Translations/AdminTranslations.php:822,
+#: ../../src/Translations/AdminTranslations.php:834
+msgid "enabled"
+msgstr "activo"
+
+#: ../../src/Translations/AdminTranslations.php:386,
+#: ../../src/Translations/AdminTranslations.php:398,
+#: ../../src/Translations/AdminTranslations.php:514,
+#: ../../src/Translations/AdminTranslations.php:526,
+#: ../../src/Translations/AdminTranslations.php:538,
+#: ../../src/Translations/AdminTranslations.php:605,
+#: ../../src/Translations/AdminTranslations.php:617,
+#: ../../src/Translations/AdminTranslations.php:629,
+#: ../../src/Translations/AdminTranslations.php:706,
+#: ../../src/Translations/AdminTranslations.php:768,
+#: ../../src/Translations/AdminTranslations.php:828,
+#: ../../src/Translations/AdminTranslations.php:840
+msgid "disabled"
+msgstr "inactivo"
+
+#: ../../src/Translations/AdminTranslations.php:391,
+#: ../../src/Translations/AdminTranslations.php:397,
+#: ../../src/Translations/AdminTranslations.php:519,
+#: ../../src/Translations/AdminTranslations.php:525,
+#: ../../src/Translations/AdminTranslations.php:610,
+#: ../../src/Translations/AdminTranslations.php:616,
+#: ../../src/Translations/AdminTranslations.php:699,
+#: ../../src/Translations/AdminTranslations.php:705,
+#: ../../src/Translations/AdminTranslations.php:761,
+#: ../../src/Translations/AdminTranslations.php:767,
+#: ../../src/Translations/AdminTranslations.php:833,
+#: ../../src/Translations/AdminTranslations.php:839
+msgid "Currency conversion is"
+msgstr "Conversión de moneda está"
+
+#: ../../src/Translations/AdminTranslations.php:403,
+#: ../../src/Translations/AdminTranslations.php:409
+msgid "The buyer"
+msgstr "El comprador"
+
+#: ../../src/Translations/AdminTranslations.php:404
+msgid "will be automatically redirected to the store"
+msgstr "será redirigido automáticamente a la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:410
+msgid "will not be automatically redirected to the store"
+msgstr "no será redirigido automáticamente a la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:416,
+#: ../../src/Translations/AdminTranslations.php:422,
+#: ../../src/Translations/AdminTranslations.php:634,
+#: ../../src/Translations/AdminTranslations.php:640
+msgid "Pending payments"
+msgstr "Los pagos pendientes"
+
+#: ../../src/Translations/AdminTranslations.php:417,
+#: ../../src/Translations/AdminTranslations.php:635
+msgid "will be automatically declined"
+msgstr "se rechazarán automaticamente"
+
+#: ../../src/Translations/AdminTranslations.php:423,
+#: ../../src/Translations/AdminTranslations.php:641
+msgid "will not be automatically declined"
+msgstr "no se rechazarán automaticamente"
+
+#: ../../src/Translations/AdminTranslations.php:427,
+#: ../../src/Translations/AdminTranslations.php:442
+msgid "Your saved cards or money available in Mercado Pago"
+msgstr "Medios de pago disponibles en Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:428,
+#: ../../src/Translations/AdminTranslations.php:430
+msgid "Your clients finalize their payments in Mercado Pago."
+msgstr "Tus clientes finalizan sus pagos en Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:429
+msgid "Mercado Pago - Checkout Pro"
+msgstr "Mercado Pago - Checkout Pro"
+
+#: ../../src/Translations/AdminTranslations.php:431
+msgid "Checkout Pro"
+msgstr "Checkout Pro"
+
+#: ../../src/Translations/AdminTranslations.php:432
+msgid ""
+"With Checkout Pro you sell with all the safety inside Mercado Pago "
+"environment."
+msgstr ""
+"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
+"Pago."
+
+#: ../../src/Translations/AdminTranslations.php:433,
+#: ../../src/Translations/AdminTranslations.php:548,
+#: ../../src/Translations/AdminTranslations.php:715,
+#: ../../src/Translations/AdminTranslations.php:777,
+#: ../../src/Translations/AdminTranslations.php:858
+msgid "Mercado Pago plugin general settings"
+msgstr "Configuraciones generales del plugin de Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:434,
+#: ../../src/Translations/AdminTranslations.php:549,
+#: ../../src/Translations/AdminTranslations.php:652,
+#: ../../src/Translations/AdminTranslations.php:716,
+#: ../../src/Translations/AdminTranslations.php:778,
+#: ../../src/Translations/AdminTranslations.php:859
+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:435,
+#: ../../src/Translations/AdminTranslations.php:550,
+#: ../../src/Translations/AdminTranslations.php:653,
+#: ../../src/Translations/AdminTranslations.php:717,
+#: ../../src/Translations/AdminTranslations.php:779,
+#: ../../src/Translations/AdminTranslations.php:860
+msgid "Go to Settings"
+msgstr "Ir a Configuraciones"
+
+#: ../../src/Translations/AdminTranslations.php:436,
+#: ../../src/Translations/AdminTranslations.php:654,
+#: ../../src/Translations/AdminTranslations.php:861
+msgid "Enable the checkout"
+msgstr "Activar el checkout"
+
+#: ../../src/Translations/AdminTranslations.php:437
+msgid ""
+"By disabling it, you will disable all payments from Mercado Pago Checkout at "
+"Mercado Pago website by redirect."
+msgstr ""
+"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
+"sitio web de Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:440,
+#: ../../src/Translations/AdminTranslations.php:559,
+#: ../../src/Translations/AdminTranslations.php:658,
+#: ../../src/Translations/AdminTranslations.php:722,
+#: ../../src/Translations/AdminTranslations.php:784,
+#: ../../src/Translations/AdminTranslations.php:865
+msgid "Title in the store Checkout"
+msgstr "Título en el checkout de la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:441,
+#: ../../src/Translations/AdminTranslations.php:659,
+#: ../../src/Translations/AdminTranslations.php:723,
+#: ../../src/Translations/AdminTranslations.php:785,
+#: ../../src/Translations/AdminTranslations.php:866
+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:443,
+#: ../../src/Translations/AdminTranslations.php:562,
+#: ../../src/Translations/AdminTranslations.php:661,
+#: ../../src/Translations/AdminTranslations.php:725,
+#: ../../src/Translations/AdminTranslations.php:787,
+#: ../../src/Translations/AdminTranslations.php:868
+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:444,
+#: ../../src/Translations/AdminTranslations.php:563,
+#: ../../src/Translations/AdminTranslations.php:665,
+#: ../../src/Translations/AdminTranslations.php:726,
+#: ../../src/Translations/AdminTranslations.php:788,
+#: ../../src/Translations/AdminTranslations.php:882
+msgid "Convert Currency"
+msgstr "Convertir moneda"
+
+#: ../../src/Translations/AdminTranslations.php:445,
+#: ../../src/Translations/AdminTranslations.php:564,
+#: ../../src/Translations/AdminTranslations.php:666,
+#: ../../src/Translations/AdminTranslations.php:727,
+#: ../../src/Translations/AdminTranslations.php:789,
+#: ../../src/Translations/AdminTranslations.php:883
+msgid ""
+"Activate this option so that the value of the currency set in WooCommerce is "
+"compatible with the value of the currency you use in Mercado Pago."
+msgstr ""
+"Activa esta opción para que el valor de la moneda configurada en WooCommerce "
+"sea compatible al valor de la moneda que usas en Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:448
+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:449
+msgid "Enable the payment methods available to your clients."
+msgstr "Habilita los medios de pago disponibles para tus clientes."
+
+#: ../../src/Translations/AdminTranslations.php:450
+msgid "Credit Cards"
+msgstr "Tarjetas de crédito"
+
+#: ../../src/Translations/AdminTranslations.php:451
+msgid "Debit Cards"
+msgstr "Tarjetas de débito"
+
+#: ../../src/Translations/AdminTranslations.php:452
+msgid "Other Payment Methods"
+msgstr "Otros medios"
+
+#: ../../src/Translations/AdminTranslations.php:453
+msgid "Maximum number of installments"
+msgstr "Máximo de cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:454
+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:455
+msgid "1 installment"
+msgstr "1 cuota"
+
+#: ../../src/Translations/AdminTranslations.php:456
+msgid "2 installments"
+msgstr "2 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:457
+msgid "3 installments"
+msgstr "3 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:458
+msgid "4 installments"
+msgstr "4 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:459
+msgid "5 installments"
+msgstr "5 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:460
+msgid "6 installments"
+msgstr "6 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:461
+msgid "10 installments"
+msgstr "10 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:462
+msgid "12 installments"
+msgstr "12 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:463
+msgid "15 installments"
+msgstr "15 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:464
+msgid "18 installments"
+msgstr "18 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:465
+msgid "24 installments"
+msgstr "24 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:466,
+#: ../../src/Translations/AdminTranslations.php:577
+msgid "Advanced settings"
+msgstr "Configuración Avanzada"
+
+#: ../../src/Translations/AdminTranslations.php:467,
+#: ../../src/Translations/AdminTranslations.php:578,
+#: ../../src/Translations/AdminTranslations.php:675,
+#: ../../src/Translations/AdminTranslations.php:733,
+#: ../../src/Translations/AdminTranslations.php:793,
+#: ../../src/Translations/AdminTranslations.php:890
+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:468
+msgid "Payment experience"
+msgstr "Experiencia de pago"
+
+#: ../../src/Translations/AdminTranslations.php:469
+msgid ""
+"Define what payment experience your customers will have, whether inside or "
+"outside your store."
+msgstr ""
+"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
+"tienda."
+
+#: ../../src/Translations/AdminTranslations.php:470
+msgid "Redirect"
+msgstr "Redirect"
+
+#: ../../src/Translations/AdminTranslations.php:471
+msgid "Modal"
+msgstr "Modal"
+
+#: ../../src/Translations/AdminTranslations.php:472
+msgid "Return to the store"
+msgstr "Volver a la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:473
+msgid ""
+"Do you want your customer to automatically return to the store after payment?"
+msgstr ""
+"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:30,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:31,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:245
+#: ../../src/Translations/AdminTranslations.php:476
+msgid "Success URL"
+msgstr "URL de éxito"
+
+#: ../../src/Translations/AdminTranslations.php:477
+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:478
+msgid "Payment URL rejected"
+msgstr "URL de pago rechazado"
+
+#: ../../src/Translations/AdminTranslations.php:479
+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 ""
+"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. "
+"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
+"útil para que puedan solucionarlo."
+
+#: ../../src/Translations/AdminTranslations.php:480
+msgid "Payment URL pending"
+msgstr "URL de pago pendiente"
+
+#: ../../src/Translations/AdminTranslations.php:481
+msgid ""
+"Choose the URL that we will show to your customers when they have a payment "
+"pending approval."
+msgstr ""
+"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
+"de aprobación."
+
+#: ../../src/Translations/AdminTranslations.php:482,
+#: ../../src/Translations/AdminTranslations.php:676
+msgid "Automatic decline of payments without instant approval"
+msgstr "Rechazo automático de pagos sin aprobación instantanea"
+
+#: ../../src/Translations/AdminTranslations.php:483,
+#: ../../src/Translations/AdminTranslations.php:677
+msgid ""
+"Enable it if you want to automatically decline payments that are not "
+"instantly approved by banks or other institutions."
+msgstr ""
+"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
+"instantáneamente por bancos u otros compradores."
+
+#: ../../src/Translations/AdminTranslations.php:484
+msgid "Debit, Credit and Invoice in Mercado Pago environment."
+msgstr "Débito, crédito y efectivo, en Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:487,
+#: ../../src/Translations/AdminTranslations.php:579,
+#: ../../src/Translations/AdminTranslations.php:680,
+#: ../../src/Translations/AdminTranslations.php:742,
+#: ../../src/Translations/AdminTranslations.php:802,
+#: ../../src/Translations/AdminTranslations.php:891
+msgid "Discount in Mercado Pago Checkouts"
+msgstr "Descuento en los checkouts de Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:488,
+#: ../../src/Translations/AdminTranslations.php:580,
+#: ../../src/Translations/AdminTranslations.php:681,
+#: ../../src/Translations/AdminTranslations.php:743,
+#: ../../src/Translations/AdminTranslations.php:803,
+#: ../../src/Translations/AdminTranslations.php:892
+msgid ""
+"Choose a percentage value that you want to discount your customers for "
+"paying with Mercado Pago."
+msgstr ""
+"Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
+"Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:489,
+#: ../../src/Translations/AdminTranslations.php:492,
+#: ../../src/Translations/AdminTranslations.php:581,
+#: ../../src/Translations/AdminTranslations.php:584,
+#: ../../src/Translations/AdminTranslations.php:682,
+#: ../../src/Translations/AdminTranslations.php:685,
+#: ../../src/Translations/AdminTranslations.php:744,
+#: ../../src/Translations/AdminTranslations.php:747,
+#: ../../src/Translations/AdminTranslations.php:804,
+#: ../../src/Translations/AdminTranslations.php:807,
+#: ../../src/Translations/AdminTranslations.php:893,
+#: ../../src/Translations/AdminTranslations.php:896
+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:490,
+#: ../../src/Translations/AdminTranslations.php:582,
+#: ../../src/Translations/AdminTranslations.php:683,
+#: ../../src/Translations/AdminTranslations.php:745,
+#: ../../src/Translations/AdminTranslations.php:805,
+#: ../../src/Translations/AdminTranslations.php:894
+msgid "Commission in Mercado Pago Checkouts"
+msgstr "Comisiones en los checkouts de Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:491,
+#: ../../src/Translations/AdminTranslations.php:583,
+#: ../../src/Translations/AdminTranslations.php:684,
+#: ../../src/Translations/AdminTranslations.php:746,
+#: ../../src/Translations/AdminTranslations.php:806,
+#: ../../src/Translations/AdminTranslations.php:895
+msgid ""
+"Choose an additional percentage value that you want to charge as commission "
+"to your customers for paying with Mercado Pago."
+msgstr ""
+"Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
+"clientes por pagar con Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:493
+msgid "This seems to be an invalid URL"
+msgstr "Esto parece ser una URL no válida"
+
+#: ../../src/Translations/AdminTranslations.php:507,
+#: ../../src/Translations/AdminTranslations.php:513
+msgid "Payment in installments without card in the store checkout is"
+msgstr "“Hasta 12 pagos sin tarjeta con Mercado Pago” está "
+
+#: ../../src/Translations/AdminTranslations.php:531,
+#: ../../src/Translations/AdminTranslations.php:537
+msgid "The installments without card component is"
+msgstr "El componente “Compra en hasta 12 pagos sin tarjeta” está"
+
+#: ../../src/Translations/AdminTranslations.php:542,
+#: ../../src/Translations/AdminTranslations.php:546
msgid "Installments without card"
msgstr "Financiación sin tarjeta de crédito"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:32
+#: ../../src/Translations/AdminTranslations.php:543,
+#: ../../src/Translations/AdminTranslations.php:545
msgid "Customers who buy on spot and pay later in up to 12 installments"
msgstr "Tus clientes pueden comprar en hasta 12 pagos mensuales"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:40
+#: ../../src/Translations/AdminTranslations.php:544
msgid "Mercado Pago - Installments without card"
-msgstr "Mercado Pago - Hasta 12 pagos sin tarjeta con Mercado Pago"
+msgstr "Financiación sin tarjeta de crédito "
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:42
-msgid "Checkout without card"
-msgstr "Hasta 12 pagos sin tarjeta con Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:547
+msgid ""
+"Reach millions of buyers by offering Mercado Credito as a payment method. "
+"Our flexible payment options give your customers the possibility to buy "
+"today whatever they want in up to 12 installments without the need to use a "
+"credit card. For your business, the approval of the purchase is immediate "
+"and guaranteed."
+msgstr ""
+"Llega a millones de compradores ofreciéndoles Mercado Crédito como medio de "
+"pago. Nuestras opciones de pago flexibles brindan a tus clientes la "
+"posibilidad de comprar lo que quieren hoy en hasta 12 cuotas sin la "
+"necesidad de utilizar una tarjeta. Para tu negocio, la aprobación de la "
+"compra es inmediata y está garantizada."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:182
-msgid "Activate installments without card in your store checkout "
+#: ../../src/Translations/AdminTranslations.php:551
+msgid "Activate installments without card in your store checkout"
msgstr "Activar la opción de financiación sin tarjeta de crédito"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:183
+#: ../../src/Translations/AdminTranslations.php:552
msgid ""
"Offer the option to pay in installments without card directly from your "
"store's checkout."
@@ -582,116 +1020,114 @@ msgstr ""
"Ofrece a tus clientes la opción de financiar su compra en hasta 12 pagos "
"mensuales, directo desde el checkout de tu tienda."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:187
-msgid ""
-"Payment in installments without card in the store checkout is active"
-msgstr "“Hasta 12 pagos sin tarjeta con Mercado Pago” está activo"
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:188
-msgid ""
-"Payment in installments without card in the store checkout is inactive"
-msgstr "“Hasta 12 pagos sin tarjeta con Mercado Pago” está inactivo"
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:205
+#: ../../src/Translations/AdminTranslations.php:555
msgid "Checkout visualization"
msgstr "Visualización en el checkout"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:206,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:367
+#: ../../src/Translations/AdminTranslations.php:556,
+#: ../../src/Translations/AdminTranslations.php:576
msgid "Check below how this feature will be displayed to your customers:"
msgstr "A continuación verás cómo este recurso aparecerá para tus clientes:"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:207
+#: ../../src/Translations/AdminTranslations.php:557
msgid "Checkout Preview"
msgstr "Visualización en el checkout"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:208
+#: ../../src/Translations/AdminTranslations.php:558
msgid "PREVIEW"
msgstr "DEMO"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:249
-msgid ""
-"Reach millions of buyers by offering Mercado Credito as a payment method. "
-"Our flexible payment options give your customers the possibility to buy "
-"today whatever they want in up to 12 installments without the need to use a "
-"credit card."
-msgstr ""
-"Llega a millones de compradores con bajo acceso a financiación ofreciéndoles "
-"Mercado Crédito como medio de pago. Nuestras opciones de pago flexibles "
-"brindan a tus clientes la posibilidad de comprar lo que quieren en hasta "
-"12 pagos mensuales sin necesidad de utilizar una tarjeta de crédito. "
+#: ../../src/Translations/AdminTranslations.php:560
+msgid "It is possible to edit the title. Maximum of 85 characters."
+msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:252
-msgid ""
-"For your business, the approval of the purchase is immediate and guaranteed."
-msgstr ""
-"Para tu negocio, la aprobación de la compra es inmediata y está garantizada."
+#: ../../src/Translations/AdminTranslations.php:561
+msgid "Checkout without card"
+msgstr "Hasta 12 pagos sin tarjeta con Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:311
+#: ../../src/Translations/AdminTranslations.php:567
msgid ""
"Inform your customers about the option of paying in installments without card"
msgstr ""
"Informa a tus clientes la posibilidad de financiar sus compras en hasta 12 "
"pagos sin tarjeta de crédito"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:314
+#: ../../src/Translations/AdminTranslations.php:568
msgid ""
-"By activating the installments without card component, you increase "
-"your chances of selling."
-msgstr ""
-"Al activar el componente de financiación en hasta 12 pagos sin tarjeta de "
-"crédito, aumentarás tus posibilidades de venta."
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:316
-msgid "The installments without card component is active."
+"By activating the installments without card component, you increase your "
+"chances of selling."
msgstr ""
-"El componente “Compra en hasta 12 pagos sin tarjeta” está activo."
+"Al activar el componente de financiación en hasta 12 pagos sin tarjeta de "
+"crédito, aumentarás tus posibilidades de venta."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:317
-msgid "The installments without card component is inactive."
-msgstr ""
-"El componente “Compra en hasta 12 pagos sin tarjeta” está inactivo."
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:355,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:365
+#: ../../src/Translations/AdminTranslations.php:571
msgid "Banner on the product page | Computer version"
msgstr "Componente en la página del producto | Versión para computadora"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:356
+#: ../../src/Translations/AdminTranslations.php:572
msgid "Banner on the product page | Cellphone version"
msgstr "Componente en la página del producto | Versión para celular"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:363
+#: ../../src/Translations/AdminTranslations.php:573
msgid "Computer"
msgstr "Computadora"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:364
+#: ../../src/Translations/AdminTranslations.php:574
msgid "Mobile"
msgstr "Celular"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:366
+#: ../../src/Translations/AdminTranslations.php:575
msgid "Component visualization"
msgstr "Visualización del componente"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:41,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:42,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:52
-msgid "Debit and Credit"
-msgstr "Débito e crédito"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:43,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:36,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:36
-msgid "Transparent Checkout in your store environment"
-msgstr "Checkout Transparente, en tu tienda"
+#: ../../src/Translations/AdminTranslations.php:598,
+#: ../../src/Translations/AdminTranslations.php:604
+msgid "Transparent Checkout for credit cards is"
+msgstr "El Checkout Transparente de las tarjetas de crédito está"
+
+#: ../../src/Translations/AdminTranslations.php:622,
+#: ../../src/Translations/AdminTranslations.php:628
+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:645,
+#: ../../src/Translations/AdminTranslations.php:660
+msgid "Credit and debit cards"
+msgstr "Tarjeta de crédito y débito"
+
+#: ../../src/Translations/AdminTranslations.php:646,
+#: ../../src/Translations/AdminTranslations.php:648,
+#: ../../src/Translations/AdminTranslations.php:711,
+#: ../../src/Translations/AdminTranslations.php:773,
+#: ../../src/Translations/AdminTranslations.php:853,
+#: ../../src/Translations/AdminTranslations.php:855
+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:647,
+#: ../../src/Translations/AdminTranslations.php:712,
+#: ../../src/Translations/AdminTranslations.php:774,
+#: ../../src/Translations/AdminTranslations.php:854
+msgid "Mercado Pago - Checkout API"
+msgstr "Mercado Pago - Checkout API"
+
+#: ../../src/Translations/AdminTranslations.php:649
+msgid "Transparent Checkout | Credit card"
+msgstr "Checkout Transparente | Tarjeta de Crédito"
+
+#: ../../src/Translations/AdminTranslations.php:650
+msgid ""
+"With the Transparent Checkout, you can sell inside your store environment, "
+"without redirection and with the security from Mercado Pago."
+msgstr ""
+"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
+"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:51,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:44,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:44
-msgid "Mercado pago - Customized Checkout"
-msgstr "Mercado Pago - Checkout Personalizado"
+#: ../../src/Translations/AdminTranslations.php:651
+msgid "Mercado Pago Plugin general settings"
+msgstr "Configuraciones generales del plugin de Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:154
+#: ../../src/Translations/AdminTranslations.php:655
msgid ""
"By disabling it, you will disable all credit cards payments from Mercado "
"Pago Transparent Checkout."
@@ -699,21 +1135,11 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
"en el Checkout Transparente de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:158
-msgid "Transparent Checkout for credit cards is enabled."
-msgstr ""
-"El Checkout Transparente de las tarjetas de crédito está activado."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:159
-msgid "Transparent checkout for credit cards is disabled."
-msgstr ""
-"El checkout transparente de las tarjetas de crédito está desactivado."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:191
+#: ../../src/Translations/AdminTranslations.php:662
msgid "Installments Fees"
msgstr "Tasas de pago en cuotas"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:192
+#: ../../src/Translations/AdminTranslations.php:663
msgid ""
"Set installment fees and whether they will be charged from the store or from "
"the buyer."
@@ -721,31 +1147,15 @@ msgstr ""
"Configura las tasas de las cuotas y si se las cobrarán a la tienda o al "
"comprador."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193
+#: ../../src/Translations/AdminTranslations.php:664
msgid "Set fees"
msgstr "Configurar tasas"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:218
-msgid "Transparent Checkout | Credit card "
-msgstr "Checkout Transparente | Tarjeta de Crédito "
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:222
-msgid ""
-"With the Transparent Checkout, you can sell inside your store environment, "
-"without redirection and with the security from Mercado Pago."
-msgstr ""
-"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
-"redireccionamentos, con toda la seguridad de Mercado Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:240
-msgid "Advanced configuration of the personalized payment experience"
-msgstr "Configuración Avanzada"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:254
+#: ../../src/Translations/AdminTranslations.php:669
msgid "Payments via Mercado Pago account"
msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:255
+#: ../../src/Translations/AdminTranslations.php:670
msgid ""
"Your customers pay faster with saved cards, money balance or other available "
"methods in their Mercado Pago accounts."
@@ -753,387 +1163,254 @@ msgstr ""
"Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o "
"con otros medios disponibles en sus cuentas de MP."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:259
-msgid "Payments via Mercado Pago accounts are active."
-msgstr "Los pagos a través de la cuenta de Mercado Pago están activos."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:260
-msgid "Payments via Mercado Pago accounts are inactive."
-msgstr ""
-"Los pagos a través de la cuenta de Mercado Pago están deshabilitados."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:279
+#: ../../src/Translations/AdminTranslations.php:673
msgid "Check an example of how it will appear in your store:"
msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:310
-msgid "That’s it, payment accepted!"
-msgstr "Listo, ¡aceptamos tu pago!"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312
-msgid ""
-"We are processing your payment. In less than an hour we will send you the "
-"result by email."
-msgstr ""
-"Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
-"por correo electrónico."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314
-msgid ""
-"We are processing your payment. In less than 2 days we will send you by "
-"email if the payment has been approved or if additional information is "
-"needed."
-msgstr ""
-"Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
-"electrónico si se ha aprobado el pago o si se necesita información adicional."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316
-msgid "Check the card number."
-msgstr "Compruebe el número de tarjeta."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318
-msgid "Check the expiration date."
-msgstr "Compruebe la fecha de expiración."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320
-msgid "Check the information provided."
-msgstr "Compruebe la información informada."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322
-msgid "Check the informed security code."
-msgstr "Compruebe el código de seguridad informado."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:325
-msgid "Your payment cannot be processed."
-msgstr "No se puede procesar su pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:327
-msgid "You must authorize payments for your orders."
-msgstr "Usted debe autorizar los pagos de sus órdenes."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:329
-msgid ""
-"Contact your card issuer to activate it. The phone is on the back of your "
-"card."
-msgstr ""
-"Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
-"se encuentra en la parte posterior de su tarjeta."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331
-msgid ""
-"You have already made a payment of this amount. If you have to pay again, "
-"use another card or other method of payment."
-msgstr ""
-"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
-"utilizar otra tarjeta u otro medio de pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333
-msgid ""
-"Your payment was declined. Please select another payment method. It is "
-"recommended in cash."
-msgstr ""
-"Su pago fue rechazado. Por favor seleccione otro medio de pago. Se "
-"recomienda en efectivo."
+#: ../../src/Translations/AdminTranslations.php:674
+msgid "Advanced configuration of the personalized payment experience"
+msgstr "Configuración Avanzada"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335
-msgid "Your payment does not have sufficient funds."
-msgstr "Su metodo de pago no tiene fondos suficientes."
+#: ../../src/Translations/AdminTranslations.php:710,
+#: ../../src/Translations/AdminTranslations.php:724
+msgid "Invoice"
+msgstr "Efectivo"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337
-msgid "Payment cannot process the selected fee."
-msgstr "El pago no puede procesar la cuota seleccionada."
+#: ../../src/Translations/AdminTranslations.php:713
+msgid "Transparent Checkout | Invoice or Loterica"
+msgstr "Checkout Transparente | Efectivo"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339
+#: ../../src/Translations/AdminTranslations.php:714,
+#: ../../src/Translations/AdminTranslations.php:776,
+#: ../../src/Translations/AdminTranslations.php:857
msgid ""
-"You have reached the limit of allowed attempts. Choose another card or other "
-"payment method."
-msgstr ""
-"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
-"medio de pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341,
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:204
-msgid "This payment method cannot process your payment."
-msgstr "Este medio de pago no puede procesar su pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:396
-msgid "Credit cards"
-msgstr "Tarjetas de crédito"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:397
-msgid "Up to "
-msgstr "Hasta "
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:397
-msgid " installments"
-msgstr "12 pagos sin tarjeta"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:404
-msgid "Debit cards"
-msgstr "Tarjetas de débito"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:447,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:448,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:480,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:481,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:401,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:402,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:562,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563
-msgid "A problem was occurred when processing your payment. Please, try again."
+"With the Transparent Checkout, you can sell inside your store environment, "
+"without redirection and all the safety from Mercado Pago."
msgstr ""
-"El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
-"vez."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577
-msgid "See your order form"
-msgstr "Ver su hoja de pedido"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:588
-msgid "Your payment was declined. You can try again."
-msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
+"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
+"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:595,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:93
-msgid "Click to try again"
-msgstr "Haga clic para intentarlo de nuevo"
+#: ../../src/Translations/AdminTranslations.php:718,
+#: ../../src/Translations/AdminTranslations.php:780
+msgid "Enable the Checkout"
+msgstr "Activar el checkout"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:617,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:618
+#: ../../src/Translations/AdminTranslations.php:719
msgid ""
-"A problem was occurred when processing your payment. Are you sure you have "
-"correctly filled all information in the checkout form?"
+"By disabling it, you will disable all invoice payments from Mercado Pago "
+"Transparent Checkout."
msgstr ""
-"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
-"cargado la información en el formulario?"
+"Al desactivar, desabilitarás todos los medios de pago en efectivo en el "
+"Checkout Transparente de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:642
-msgid "Represents the installment fee charged by Mercado Pago."
-msgstr "Representa la tarifa de cuota que cobra Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:720
+msgid "The transparent checkout for tickets is enabled."
+msgstr "El Checkout Transparente está activo para pagos en efectivo."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:643
-msgid "Mercado Pago Installment Fee:"
-msgstr "Tarifa de cuotas de Mercado Pago:"
+#: ../../src/Translations/AdminTranslations.php:721
+msgid "The transparent checkout for tickets is disabled."
+msgstr "El Checkout Transparente está inactivo para pagos en efectivo."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:648
-msgid ""
-"Represents the total purchase plus the installment fee charged by Mercado "
-"Pago."
-msgstr ""
-"Representa el total de la compra más la tarifa de cuota que cobra Mercado "
-"Pago."
+#: ../../src/Translations/AdminTranslations.php:730
+msgid "Payment Due"
+msgstr "Fecha de pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:649
-msgid "Mercado Pago Total:"
-msgstr "Total en Mercado Pago:"
+#: ../../src/Translations/AdminTranslations.php:731
+msgid "In how many days will cash payments expire."
+msgstr "En cuántos días vencerán los pagos en efectivo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:715
-msgid "Configure your credentials to enable Mercado Pago payment methods."
+#: ../../src/Translations/AdminTranslations.php:732
+msgid "Advanced configuration of the cash payment experience"
msgstr ""
-"Completa tus credenciales para habilitar los medios de pago Mercado Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:773
-msgid "Title in the store Checkout"
-msgstr "Título en el checkout"
-
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
-msgid "Change the display text in Checkout, maximum characters: 85"
-msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85"
+"Configuração avançada da experiência de pagamento via boleto e em lotéricas"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:777
-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:734,
+#: ../../src/Translations/AdminTranslations.php:794
+msgid "Reduce inventory"
+msgstr "Reducir inventario"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:791
-msgid "Description"
-msgstr "Descripción"
+#: ../../src/Translations/AdminTranslations.php:735,
+#: ../../src/Translations/AdminTranslations.php:795
+msgid ""
+"Activates inventory reduction during the creation of an order, whether or "
+"not the final payment is credited. Disable this option to reduce it only "
+"when payments are approved."
+msgstr ""
+"Activa la reducción del inventario durante la creación de un pedido, se "
+"acredite o no el pago final. Desactiva esta opción para reducirlo solo "
+"cuando los pagos estén aprobados."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:828,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347
-msgid "Important! To sell you must enter your credentials."
-msgstr "¡Importante! Para vender debe introducir sus credenciales."
+#: ../../src/Translations/AdminTranslations.php:736,
+#: ../../src/Translations/AdminTranslations.php:796
+msgid "Reduce inventory is enabled."
+msgstr "Reducir inventario está activo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:829
-msgid "You must enter production credentials."
-msgstr "Debe introducir las credenciales de producción."
+#: ../../src/Translations/AdminTranslations.php:737,
+#: ../../src/Translations/AdminTranslations.php:797
+msgid "Reduce inventory is disabled."
+msgstr "Reducir inventario está inactivo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:830
-msgid "Enter credentials"
-msgstr "Introducir credenciales"
+#: ../../src/Translations/AdminTranslations.php:739,
+#: ../../src/Translations/AdminTranslations.php:799
+msgid "Enable the available payment methods"
+msgstr "Habilita los medios de pago disponibles"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
-msgid "Mercado Pago Plugin general settings"
-msgstr "Configuraciones generales del plugin de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:740,
+#: ../../src/Translations/AdminTranslations.php:800
+msgid "Choose the available payment methods in your store."
+msgstr "Elige los medios de pago que se aceptan en la tienda."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
-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:741,
+#: ../../src/Translations/AdminTranslations.php:801
+msgid "All payment methods"
+msgstr "Medios de pago disponibles"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:842
-msgid "Go to Settings"
-msgstr "Ir a Configuraciones"
+#: ../../src/Translations/AdminTranslations.php:772,
+#: ../../src/Translations/AdminTranslations.php:786
+msgid "PSE"
+msgstr "PSE"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:866
-msgid "Activate your credentials to be able to sell"
-msgstr "Activa tus credenciales para poder vender"
+#: ../../src/Translations/AdminTranslations.php:775
+msgid "Transparent Checkout PSE"
+msgstr "Pago transparente PSE"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:867
+#: ../../src/Translations/AdminTranslations.php:781
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."
+"By deactivating it, you will disable PSE payments from Mercado Pago "
+"Transparent Checkout."
msgstr ""
-"Las credenciales son contraseñas que debes integrar para poder vender. "
-"Dirígete a Activar credenciales. En la siguiente pantalla, ve de nuevo al "
-"botón Activar credenciales y completa los campos con los datos solicitados."
+"Al desactivarlo, desactivará los pagos PSE de Mercado Pago Transparente "
+"Checkout."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:868
-msgid "Activate credentials"
-msgstr "Activar credenciales"
+#: ../../src/Translations/AdminTranslations.php:782
+msgid "The transparent checkout for PSE is enabled."
+msgstr "El Checkout Transparente está activo para pagos PSE."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:916
-msgid "By disabling it, you will disable all payment methods of this checkout."
-msgstr "Al desactivar, desabilitarás todos los medios de pago del checkout."
+#: ../../src/Translations/AdminTranslations.php:783
+msgid "The transparent checkout for PSE is disabled."
+msgstr "El Checkout Transparente está inactivo para pagos PSE."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1029
-msgid "Basic Configuration"
-msgstr "Configuración Básica"
+#: ../../src/Translations/AdminTranslations.php:792
+msgid "Advanced configuration of the PSE payment experience"
+msgstr "Configuración avanzada de la experiencia de pago PSE"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1042
-msgid "Discount coupons"
-msgstr "Cupones de descuento"
+#: ../../src/Translations/AdminTranslations.php:821,
+#: ../../src/Translations/AdminTranslations.php:827
+msgid "The transparent checkout for Pix payment is"
+msgstr "El Checkout Transparente está"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1045
-msgid "Will you offer discount coupons to customers who buy with Mercado Pago?"
-msgstr ""
-"¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?"
+#: ../../src/Translations/AdminTranslations.php:845
+msgid "Go to the"
+msgstr "Ve al área"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1047
-msgid "Discount coupons is active."
-msgstr "Cupones de descuento están activos."
+#: ../../src/Translations/AdminTranslations.php:846
+msgid "Your Profile"
+msgstr "Tu Perfil"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1048
-msgid "Discount coupons is disabled."
-msgstr "Cupones de descuento están inactivos."
+#: ../../src/Translations/AdminTranslations.php:847
+msgid "area and choose the"
+msgstr "y elige la sección"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1060
-msgid "Automatic decline of payments without instant approval"
-msgstr "Rechazo automático de pagos sin aprobación instantanea"
+#: ../../src/Translations/AdminTranslations.php:848
+msgid "Your Pix Keys section"
+msgstr "Tus claves Pix"
+
+#: ../../src/Translations/AdminTranslations.php:852,
+#: ../../src/Translations/AdminTranslations.php:867
+msgid "Pix"
+msgstr "Pix"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1061
+#: ../../src/Translations/AdminTranslations.php:856
+msgid "Transparent Checkout | Pix"
+msgstr "Checkout Transparente | Pix"
+
+#: ../../src/Translations/AdminTranslations.php:862
msgid ""
-"Enable it if you want to automatically decline payments that are not "
-"instantly approved by banks or other institutions. "
+"By disabling it, you will disable all Pix payments from Mercado Pago "
+"Transparent Checkout."
msgstr ""
-"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
-"instantáneamente por bancos u otros compradores. "
+"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
+"en el Checkout Transparente de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1065
-msgid "Pending payments will be automatically declined."
-msgstr "Los pagos pendientes se rechazarán automaticamente."
+#: ../../src/Translations/AdminTranslations.php:869
+msgid "Expiration for payments via Pix"
+msgstr "Vencimiento para pagos con Pix"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1066
-msgid "Pending payments will not be automatically declined."
-msgstr "Los pagos pendientes no se rechazarán automaticamente."
+#: ../../src/Translations/AdminTranslations.php:870
+msgid "Set the limit in minutes for your clients to pay via Pix."
+msgstr ""
+"Define el límite de minutos para que tus clientes puedan pagar con Pix."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1078
-msgid "Discount in Mercado Pago Checkouts"
-msgstr "Descuento en los checkouts de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:871
+msgid "15 minutes"
+msgstr "15 minutos"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1081
-msgid ""
-"Choose a percentage value that you want to discount your customers for "
-"paying with Mercado Pago."
-msgstr ""
-"Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
-"Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:872
+msgid "30 minutes (recommended)"
+msgstr "30 minutos (recomendado)"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1082,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1103
-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:873
+msgid "60 minutes"
+msgstr "60 minutos"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1099
-msgid "Commission in Mercado Pago Checkouts"
-msgstr "Comisiones en los checkouts de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:874
+msgid "12 hours"
+msgstr "12 horas"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1102
-msgid ""
-"Choose an additional percentage value that you want to charge as commission "
-"to your customers for paying with Mercado Pago."
-msgstr ""
-"Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
-"clientes por pagar con Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:875
+msgid "24 hours"
+msgstr "24 horas"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1139
-msgid "Convert Currency"
-msgstr "Convertir moneda"
+#: ../../src/Translations/AdminTranslations.php:876
+msgid "2 days"
+msgstr "2 días"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1144
-msgid "Currency convertion is enabled."
-msgstr "Conversión de moneda está activa."
+#: ../../src/Translations/AdminTranslations.php:877
+msgid "3 days"
+msgstr "3 días"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1145
-msgid "Currency convertion is disabled."
-msgstr "Conversión de moneda está inactiva."
+#: ../../src/Translations/AdminTranslations.php:878
+msgid "4 days"
+msgstr "4 días"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1262
-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:879
+msgid "5 days"
+msgstr "5 días"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:34,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:35,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:45
-msgid "Pix"
-msgstr "Pix"
+#: ../../src/Translations/AdminTranslations.php:880
+msgid "6 days"
+msgstr "6 días"
+
+#: ../../src/Translations/AdminTranslations.php:881
+msgid "7 days"
+msgstr "7 días"
+
+#: ../../src/Translations/AdminTranslations.php:886
+msgid "Would you like to know how Pix works?"
+msgstr "¿Quieres saber cómo funciona Pix?"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:204
+#: ../../src/Translations/AdminTranslations.php:887
msgid ""
-"By disabling it, you will disable all Pix payments from Mercado Pago "
-"Transparent Checkout."
-msgstr ""
-"Al desactivar, desabilitarás lo medios de pago con Pix en el Checkout "
-"Transparente de Mercado Pago."
+"We have a dedicated page where we explain how it works and its advantages."
+msgstr "Creamos una página que explica su funcionamiento y sus vantajas."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:208
-msgid "The transparent checkout for Pix payment is enabled."
-msgstr "El Checkout Transparente está activo para pagos por Pix."
+#: ../../src/Translations/AdminTranslations.php:888
+msgid "Find out more about Pix"
+msgstr "Saber más sobre Pix"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:209
-msgid "The transparent checkout for Pix payment is disabled."
-msgstr "El Checkout Transparente está inactivo para pagos por Pix."
+#: ../../src/Translations/AdminTranslations.php:889
+msgid "Advanced configuration of the Pix experience"
+msgstr "Configuración avanzada de la experiencia Pix"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224
+#: ../../src/Translations/AdminTranslations.php:897
msgid "To activate Pix, you must have a key registered in Mercado Pago."
msgstr "Para activar el Pix, debes tener una clave registrada en Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225
+#: ../../src/Translations/AdminTranslations.php:898
msgid "Download the Mercado Pago app on your cell phone."
msgstr "Descarga la app de Mercado Pago en tu móvil."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:226
-msgid "Go to the "
-msgstr "Ve al área "
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227
-msgid "area and choose the "
-msgstr "y elige la sección "
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228
-msgid "Your Profile "
-msgstr "Tu Perfil "
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229
-msgid "Your Pix Keys section."
-msgstr "Tus claves Pix."
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230
+#: ../../src/Translations/AdminTranslations.php:900
msgid ""
"Choose which data to register as Pix keys. After registering, you can set up "
"Pix in your checkout."
@@ -1141,7 +1418,7 @@ msgstr ""
"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás "
"configurar el Pix en tu checkout."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231
+#: ../../src/Translations/AdminTranslations.php:901
msgid ""
"Remember that, for the time being, the Central Bank of Brazil is open Monday "
"through Friday, from 9am to 6pm."
@@ -1149,7 +1426,7 @@ msgstr ""
"Recuerda que, por el momento, el Banco Central de Brasil está abierto de "
"lunes a viernes, de 9 a 18 horas."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232
+#: ../../src/Translations/AdminTranslations.php:902
msgid ""
"If you requested your registration outside these hours, we will confirm it "
"within the next business day."
@@ -1157,12 +1434,11 @@ msgstr ""
"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en "
"el siguiente día hábil."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328
+#: ../../src/Translations/AdminTranslations.php:903
msgid "Learn more about Pix"
msgstr "Más información sobre Pix"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234
+#: ../../src/Translations/AdminTranslations.php:904
msgid ""
"If you have already registered a Pix key at Mercado Pago and cannot activate "
"Pix in the checkout, "
@@ -1170,285 +1446,271 @@ msgstr ""
"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix "
"en el checkout, "
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235
+#: ../../src/Translations/AdminTranslations.php:905
msgid "click here."
msgstr "haz clic aquí."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:260
-msgid "Transparent Checkout | Pix"
-msgstr "Checkout Transparente | Pix"
+#: ../../src/Translations/AdminTranslations.php:919
+msgid "To enable test mode"
+msgstr "Para activar el modo de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:264
-msgid ""
-"With the Transparent Checkout, you can sell inside your store environment, "
-"without redirection and all the safety from Mercado Pago. "
-msgstr ""
-"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
-"redireccionamientos, con toda la seguridad de Mercado Pago. "
+#: ../../src/Translations/AdminTranslations.php:921
+msgid "copy your test credentials"
+msgstr "copia tus credenciales de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:281
-msgid "Advanced configuration of the Pix experience"
-msgstr "Configuración avanzada de la experiencia Pix"
+#: ../../src/Translations/AdminTranslations.php:922
+msgid "and paste them above in section 1 of this page"
+msgstr "y pégalas en la sección 1 de esta página"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:294
-msgid "15 minutes"
-msgstr "15 minutos"
+#: ../../src/Translations/AdminTranslations.php:927
+msgid "Create your"
+msgstr "Crea tu"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:295
-msgid "30 minutes (recommended)"
-msgstr "30 minutos (recomendado)"
+#: ../../src/Translations/AdminTranslations.php:929
+msgid "test user"
+msgstr "usuario de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:296
-msgid "60 minutes"
-msgstr "60 minutes"
+#: ../../src/Translations/AdminTranslations.php:930
+msgid ""
+"(Optional. Can be used in Production Mode and Test Mode, to test payments)"
+msgstr ""
+"(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para "
+"probar los pagos)"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297
-msgid "12 hours"
-msgstr "12 horas"
+#: ../../src/Translations/AdminTranslations.php:936
+msgid "Use our test cards"
+msgstr "Utiliza nuestras tarjetas de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298
-msgid "24 hours"
-msgstr "24 horas"
+#: ../../src/Translations/AdminTranslations.php:937
+msgid "never use real cards"
+msgstr "nunca utilices tarjetas reales"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299
-msgid "2 days"
-msgstr "2 días"
+#: ../../src/Translations/AdminTranslations.php:943
+msgid "Visit your store"
+msgstr "Visita tu tienda"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300
-msgid "3 days"
-msgstr "3 días"
+#: ../../src/Translations/AdminTranslations.php:944
+msgid "to test purchases"
+msgstr "para testear compras"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301
-msgid "4 days"
-msgstr "4 días"
+#: ../../src/Translations/AdminTranslations.php:948
+msgid "4. Test your store before you start to sell"
+msgstr "4. Testea tu tienda antes de empezar a vender"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302
-msgid "5 days"
-msgstr "5 días"
+#: ../../src/Translations/AdminTranslations.php:949
+msgid "Choose how you want to operate your store:"
+msgstr "Elige cómo quieres operar tu tienda:"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303
-msgid "6 days"
-msgstr "6 días"
+#: ../../src/Translations/AdminTranslations.php:950
+msgid "Test Mode"
+msgstr "Modo Test"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304
-msgid "7 days"
-msgstr "7 días"
+#: ../../src/Translations/AdminTranslations.php:951
+msgid "Sale Mode (Production)"
+msgstr "Modo Ventas (Producción)"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:308
-msgid "Expiration for payments via Pix"
-msgstr "Vencimiento para pagos con Pix"
+#: ../../src/Translations/AdminTranslations.php:952
+msgid "Mercado Pago payment methods in Production Mode"
+msgstr "Medios de pago Mercado Pago en Modo Produción"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:310
-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:953
+msgid "Mercado Pago payment methods in Test Mode"
+msgstr "Medios de pago Mercado Pago en Modo Test"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325
-msgid "Want to learn how Pix works?"
-msgstr "¿Quieres saber cómo funciona el Pix?"
+#: ../../src/Translations/AdminTranslations.php:954
+msgid "Enter test credentials"
+msgstr "Ingresa las credenciales de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:326
+#: ../../src/Translations/AdminTranslations.php:955
msgid ""
-"We have created a page to explain how this new payment method works and its "
-"advantages."
+"Select “Test Mode” if you want to try the payment experience before you "
+"start to sell or “Sales Mode” (Production) to start now."
msgstr ""
-"Creamos una página para explicar cómo funciona este nuevo medio de pago y "
-"sus ventajas."
+"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."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347
-msgid "Would you like to know how Pix works?"
-msgstr "¿Quieres saber cómo funciona Pix?"
+#: ../../src/Translations/AdminTranslations.php:956
+msgid "Mercado Pago Checkouts disabled for real collections."
+msgstr "Checkouts Mercado Pago inactivos para cobros reales."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:348
-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:957
+msgid "Test Mode rules."
+msgstr "Reglas del modo test."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:349
-msgid "Find out more about Pix"
-msgstr "Saber más sobre Pix"
+#: ../../src/Translations/AdminTranslations.php:958
+msgid "Mercado Pago Checkouts enabled for real collections."
+msgstr "Checkouts Mercado Pago activos para cobros reales."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:493
-msgid "A problem occurred when processing your payment. Please try again."
-msgstr ""
-"Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo."
+#: ../../src/Translations/AdminTranslations.php:959
+msgid "The clients can make real purchases in your store."
+msgstr "Los clientes pueden hacer compras reales en tu tienda."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:478,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547
-msgid ""
-"A problem occurred when processing your payment. Are you sure you have "
-"correctly filled in all the information on the checkout form?"
-msgstr ""
-"Un problema se produjo al procesar su pago. ¿Esta seguro que ha rellenado "
-"correctamente toda la información en el formulario de checkout?"
+#: ../../src/Translations/AdminTranslations.php:964
+msgid "Store in sale mode (Production)"
+msgstr "Tienda en Modo Ventas (Producción)"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:456,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:522
-msgid "The customer has not paid yet."
-msgstr "El cliente no ha pagado todavía."
+#: ../../src/Translations/AdminTranslations.php:965
+msgid "Store under test"
+msgstr "Tienda en Modo Test"
+
+#: ../../src/Translations/AdminTranslations.php:966
+msgid "Save changes"
+msgstr "Guardar cambios"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:461
-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/AdminTranslations.php:978
+msgid "Store business fields are valid"
+msgstr "Los campos comerciales de la tienda son válidos"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:462
-msgid ""
-"Scan the QR code below or copy and paste the code into your bank's "
-"application."
-msgstr ""
-"Escanee el código QR a continuación o copie y pegue el código en la "
-"aplicación de su banco."
+#: ../../src/Translations/AdminTranslations.php:979
+msgid "Store business fields could not be validated"
+msgstr "Los campos comerciales de la tienda no se pudieron validar"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:563
-msgid ""
-"Please note that to receive payments via Pix at our checkout, you must have "
-"a Pix key registered in your Mercado Pago account."
-msgstr ""
-"Ten en cuenta que para recibir pagos a través de Pix en nuestro checkout, "
-"debes tener una clave Pix registrada en tu cuenta de Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:980
+msgid "At least one payment method is enabled"
+msgstr "Al menos un método de pago está habilitado"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:564
-msgid "Register your Pix key at Mercado Pago."
-msgstr "Registra tu clave Pix en Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:981
+msgid "No payment method enabled"
+msgstr "Ningún método de pago habilitado"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:614,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:148
-msgid "Code valid for "
-msgstr "Código válido por "
+#: ../../src/Translations/AdminTranslations.php:982
+msgid "Credentials fields are valid"
+msgstr "Los campos de la credencial son válidos"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:34,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:35,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:45
-msgid "Invoice"
-msgstr "Efectivo"
+#: ../../src/Translations/AdminTranslations.php:983
+msgid "Credentials fields could not be validated"
+msgstr "No se pudieron validar los campos de credenciales"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:198
-msgid ""
-"By disabling it, you will disable all invoice payments from Mercado Pago "
-"Transparent Checkout."
-msgstr ""
-"Al desactivar, desabilitarás todos los medios de pago en efectivo en el "
-"Checkout Transparente de Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:995
+msgid "Valid Public Key"
+msgstr "Public key válida"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:202
-msgid "The transparent checkout for tickets is enabled."
-msgstr ""
-"El Checkout Transparente está activo para pagos en efectivo o en "
-"loterías."
+#: ../../src/Translations/AdminTranslations.php:996
+msgid "Invalid Public Key"
+msgstr "Public key no válida"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:203
-msgid "The transparent checkout for tickets is disabled."
-msgstr ""
-"El Checkout Transparente está inactivo para pagos en efectivo o en "
-"loterías."
+#: ../../src/Translations/AdminTranslations.php:997
+msgid "Valid Access Token"
+msgstr "Access token válido"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:218
-msgid "Transparent Checkout | Invoice or Loterica"
-msgstr "Checkout Transparente | Efectivo"
+#: ../../src/Translations/AdminTranslations.php:998
+msgid "Invalid Access Token"
+msgstr "Access token no válido"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:222
+#: ../../src/Translations/AdminTranslations.php:1010
+msgid "Credentials were updated"
+msgstr "Se actualizaron las credenciales"
+
+#: ../../src/Translations/AdminTranslations.php:1011
msgid ""
-"With the Transparent Checkout, you can sell inside your store environment, "
-"without redirection and all the safety from Mercado Pago."
+"Your store has exited Test Mode and is making real sales in Production Mode."
msgstr ""
-"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
-"redireccionamentos, con toda la seguridad de Mercado Pago."
+"Ahora su tienda está fuera del modo de prueba y está realizando ventas "
+"reales en el modo de producción."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:239
-msgid "Advanced configuration of the cash payment experience"
-msgstr "Configuración avanzada de la experiencia de pago en efectivo"
+#: ../../src/Translations/AdminTranslations.php:1012
+msgid "To test the store, re-enter both test credentials."
+msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:252
-msgid "Reduce inventory"
-msgstr "Reducir inventario"
+#: ../../src/Translations/AdminTranslations.php:1013
+msgid "Invalid credentials"
+msgstr "Credenciales no válidas"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:255
-msgid ""
-"Activates inventory reduction during the creation of an order, whether or "
-"not the final payment is credited. Disable this option to reduce it only "
-"when payments are approved."
-msgstr ""
-"Activa la reducción del inventario durante la creación de un pedido, se "
-"acredite o no el pago final. Desactiva esta opción para reducirlo solo "
-"cuando los pagos estén aprobados."
+#: ../../src/Translations/AdminTranslations.php:1014
+msgid "See our manual to learn"
+msgstr "Consulte nuestro manual para saber"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257
-msgid "Reduce inventory is enabled."
-msgstr "Reducir inventario está activo."
+#: ../../src/Translations/AdminTranslations.php:1015
+msgid "how to enter the credentials the right way."
+msgstr "como ingresar las credenciales de forma correcta."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:258
-msgid "Reduce inventory is disabled."
-msgstr "Reducir inventario está inactivo."
+#: ../../src/Translations/AdminTranslations.php:1016
+msgid " for test mode"
+msgstr " para el modo de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:270
-msgid "Payment Due"
-msgstr "Vencimiento del pago"
+#: ../../src/Translations/AdminTranslations.php:1028
+msgid "Store information is valid"
+msgstr "Información sobre tu tienda"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272
-msgid "In how many days will cash payments expire."
-msgstr "En cuántos días caducarán los pagos en efectivo."
+#: ../../src/Translations/AdminTranslations.php:1041
+msgid "Attention:"
+msgstr "Atención:"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:292
-msgid "Enable the available payment methods"
-msgstr "Habilita los medios de pago disponibles"
+#: ../../src/Translations/AdminTranslations.php:1042
+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 ""
+"La configuración de moneda que tienes en WooCommerce no es compatible con la "
+"moneda que usas en tu cuenta de Mercado Pago. Activa la conversión de moneda."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:294
-msgid "Choose the available payment methods in your store."
-msgstr "Selecciona los medios de pago disponibles en tu tienda."
+#: ../../src/Translations/AdminTranslations.php:1045
+msgid "We are converting your currency from: "
+msgstr "Ahora convertimos tu moneda de: "
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:298
-msgid "All payment methods"
-msgstr "Todos los medios de pago"
+#: ../../src/Translations/AdminTranslations.php:1061
+msgid "to "
+msgstr "a "
+
+#: ../../src/Translations/AdminTranslations.php:1072
+msgid "Payment status on Mercado Pago"
+msgstr "Estado de pago en el Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:458,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:486
+#: ../../src/Translations/AdminTranslations.php:1073
msgid ""
-"There was a problem processing your payment. Are you sure you have correctly "
-"filled out all the information on the payment form?"
+"This is the payment status of your Mercado Pago Activities. To check the "
+"order status, please refer to Order details."
msgstr ""
-"Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado "
-"correctamente toda la información en el formulario de pago?"
+"Este es el estado del pago de las Actividades de tu Mercado Pago. Para "
+"consultar el estado del pedido, consulta en Detalles del Pedido."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:451,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:479
-msgid "Your document data is invalid"
-msgstr "Los datos de su documento no son válidos"
+#: ../../src/Translations/AdminTranslations.php:1074,
+#: ../../src/Translations/AdminTranslations.php:1076
+msgid "View purchase details at Mercado Pago"
+msgstr "Ver detalles de compra en Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:527
-msgid "To print the ticket again click"
-msgstr "Para imprimir nuevamente el ticket hace clic"
+#: ../../src/Translations/AdminTranslations.php:1075,
+#: ../../src/Translations/AdminTranslations.php:1077,
+#: ../../src/Translations/AdminTranslations.php:1079
+msgid "Sync order status"
+msgstr "Sincronizar el estado del pedido"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:530
-msgid "here"
-msgstr "aquí"
+#: ../../src/Translations/AdminTranslations.php:1078
+msgid "Consult the reasons for refusal"
+msgstr "Consultar motivos de rechazo"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:659
-msgid " and "
-msgstr " y "
+#: ../../src/Translations/AdminTranslations.php:1080
+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:1081
+msgid "Unable to update order:"
+msgstr "No se puede actualizar el pedido:"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
+#: ../../src/Translations/AdminTranslations.php:1082
msgid "Payment made"
msgstr "Pago realizado"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114
+#: ../../src/Translations/AdminTranslations.php:1083
msgid "Payment made by the buyer and already credited in the account."
msgstr ""
"El pago realizado por el comprador y que ya está acreditado en la cuenta."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117
+#: ../../src/Translations/AdminTranslations.php:1084
msgid "Call resolved"
msgstr "Llamado resuelto"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218
+#: ../../src/Translations/AdminTranslations.php:1085,
+#: ../../src/Translations/AdminTranslations.php:1135
msgid "Please contact Mercado Pago for further details."
msgstr "Contacta a Mercado Pago para saber más detalles."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121
+#: ../../src/Translations/AdminTranslations.php:1086
msgid "Payment refunded"
msgstr "Pago devuelto"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122
+#: ../../src/Translations/AdminTranslations.php:1087
msgid ""
"Your refund request has been made. Please contact Mercado Pago for further "
"details."
@@ -1456,59 +1718,59 @@ msgstr ""
"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
"más detalles."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129
+#: ../../src/Translations/AdminTranslations.php:1088,
+#: ../../src/Translations/AdminTranslations.php:1090
msgid "Payment returned"
msgstr "Pago devuelto"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126
+#: ../../src/Translations/AdminTranslations.php:1089
msgid "The payment has been returned to the client."
msgstr "El pago ya fue devuelto al cliente."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130
+#: ../../src/Translations/AdminTranslations.php:1091
msgid "The payment has been partially returned to the client."
msgstr "El pago ya fue devuelto parcialmente al cliente."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133
+#: ../../src/Translations/AdminTranslations.php:1092
msgid "Payment canceled"
msgstr "Pago cancelado"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134
+#: ../../src/Translations/AdminTranslations.php:1093
msgid "The payment has been successfully canceled."
msgstr "El pago fue cancelado con éxito."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137
+#: ../../src/Translations/AdminTranslations.php:1094
msgid "Purchase canceled"
msgstr "Compra cancelada"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138
+#: ../../src/Translations/AdminTranslations.php:1095
msgid "The payment has been canceled by the customer."
msgstr "El pago fue cancelado por el cliente."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:307
+#: ../../src/Translations/AdminTranslations.php:1096,
+#: ../../src/Translations/AdminTranslations.php:1098,
+#: ../../src/Translations/AdminTranslations.php:1100,
+#: ../../src/Translations/AdminTranslations.php:1102,
+#: ../../src/Translations/AdminTranslations.php:1104,
+#: ../../src/Translations/AdminTranslations.php:1112,
+#: ../../src/Translations/AdminTranslations.php:1114,
+#: ../../src/Translations/AdminTranslations.php:1116,
+#: ../../src/Translations/AdminTranslations.php:1118,
+#: ../../src/Translations/AdminTranslations.php:1120,
+#: ../../src/Translations/AdminTranslations.php:1122,
+#: ../../src/Translations/AdminTranslations.php:1124,
+#: ../../src/Translations/AdminTranslations.php:1179
msgid "Pending payment"
msgstr "Cobro pendiente"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154
+#: ../../src/Translations/AdminTranslations.php:1097,
+#: ../../src/Translations/AdminTranslations.php:1099,
+#: ../../src/Translations/AdminTranslations.php:1101,
+#: ../../src/Translations/AdminTranslations.php:1103
msgid "Awaiting payment from the buyer."
msgstr "Esperando el pago del comprador."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158
+#: ../../src/Translations/AdminTranslations.php:1105
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 "
@@ -1517,72 +1779,48 @@ msgstr ""
"Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si "
"está todo bien para que puedas entregar el producto o brindar el servicio."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:205,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:209,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:213,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:225,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:229,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:233,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:237,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:241,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:245,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:249,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:271,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:275,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:279,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:283,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:287,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:291,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:295,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:299,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:303,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:315,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:321,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:325
+#: ../../src/Translations/AdminTranslations.php:1106,
+#: ../../src/Translations/AdminTranslations.php:1130,
+#: ../../src/Translations/AdminTranslations.php:1146,
+#: ../../src/Translations/AdminTranslations.php:1165,
+#: ../../src/Translations/AdminTranslations.php:1169,
+#: ../../src/Translations/AdminTranslations.php:1171,
+#: ../../src/Translations/AdminTranslations.php:1173,
+#: ../../src/Translations/AdminTranslations.php:1177
msgid "Declined payment"
msgstr "Cobro rechazado"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256
+#: ../../src/Translations/AdminTranslations.php:1107,
+#: ../../src/Translations/AdminTranslations.php:1131
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 ""
"El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use "
-"otra tarjeta o que se comunique con su banco."
+"“\n"
+"“otra tarjeta o que se comunique con su banco."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165
+#: ../../src/Translations/AdminTranslations.php:1108
msgid "Payment authorized. Awaiting capture."
msgstr "Pago autorizado. Esperando captura."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166
+#: ../../src/Translations/AdminTranslations.php:1109
msgid ""
"The payment has been authorized on the client's card. Please capture the "
"payment."
msgstr ""
"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169
+#: ../../src/Translations/AdminTranslations.php:1110
msgid "Payment in process"
msgstr "Pago en proceso"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190
+#: ../../src/Translations/AdminTranslations.php:1111,
+#: ../../src/Translations/AdminTranslations.php:1121
msgid "Please wait or contact Mercado Pago for further details"
msgstr "Espera o contacta a Mercado Pago para saber más detalles"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174
+#: ../../src/Translations/AdminTranslations.php:1113
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 "
@@ -1591,1438 +1829,928 @@ msgstr ""
"El banco está revisando el pago. Te avisaremos por e-mail cuando esté "
"confirmado para que puedas entregar el producto o brindar el servicio."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186
+#: ../../src/Translations/AdminTranslations.php:1115,
+#: ../../src/Translations/AdminTranslations.php:1117,
+#: ../../src/Translations/AdminTranslations.php:1119
msgid "Awaiting payment information validation."
-msgstr "Esperando validación de los datos de pago.."
+msgstr "Esperando validación de los datos de pago."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194
+#: ../../src/Translations/AdminTranslations.php:1123
msgid "Waiting for the buyer."
msgstr "Esperando al comprador."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:198
+#: ../../src/Translations/AdminTranslations.php:1125
msgid "Waiting for the card issuer."
-msgstr "Espererando al emisor de la tarjeta.."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:202
-msgid ""
-"The payment could not be processed. Please ask your client to use another "
-"card or to get in touch with the bank."
-msgstr ""
-"El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
-"medio de pago o que se contacte con el banco."
+msgstr "Espererando al emisor de la tarjeta."
+
+#: ../../src/Translations/AdminTranslations.php:1126,
+#: ../../src/Translations/AdminTranslations.php:1128,
+#: ../../src/Translations/AdminTranslations.php:1132,
+#: ../../src/Translations/AdminTranslations.php:1153,
+#: ../../src/Translations/AdminTranslations.php:1175
+msgid "The card issuing bank declined the payment"
+msgstr "El banco emisor de la tarjeta rechazó el pago"
+
+#: ../../src/Translations/AdminTranslations.php:1127,
+#: ../../src/Translations/AdminTranslations.php:1129,
+#: ../../src/Translations/AdminTranslations.php:1133,
+#: ../../src/Translations/AdminTranslations.php:1154,
+#: ../../src/Translations/AdminTranslations.php:1176
+msgid ""
+"Please recommend your customer to pay with another payment method or to "
+"contact their bank."
+msgstr ""
+"Recomiéndale a tu cliente que pague con otro medio de pago o que se "
+"comunique con su banco."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:217
+#: ../../src/Translations/AdminTranslations.php:1134
msgid "Mercado Pago did not process the payment"
msgstr "Mercado Pago no procesó el pago"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:221,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:311
+#: ../../src/Translations/AdminTranslations.php:1136,
+#: ../../src/Translations/AdminTranslations.php:1181
msgid "Expired payment deadline"
msgstr "Venció el plazo para el pago"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:312
+#: ../../src/Translations/AdminTranslations.php:1137,
+#: ../../src/Translations/AdminTranslations.php:1182
msgid "The client did not pay within the time limit."
-msgstr "El cliente no pagó dentro del límite de tiempo.."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230
-msgid ""
-"The CVV is invalid. Please ask your client to review the details or use "
-"another card."
-msgstr ""
-"El código de seguridad de la tarjeta es inválido. Revisá los datos que "
-"ingresaste o pedile a tu cliente que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234
-msgid ""
-"The card is expired. Please ask your client to use another card or to "
-"contact the bank."
-msgstr ""
-"La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se "
-"comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:288
-msgid ""
-"This payment was declined because it did not pass Mercado Pago security "
-"controls. Please ask your client to use another card."
-msgstr ""
-"Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
-"Pago. Pedile a tu cliente que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280
-msgid ""
-"The buyer is suspended in our platform. Your client must contact us to check "
-"what happened."
-msgstr ""
-"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
-"con nosotros para ver qué pasó."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251
-msgid ""
-"The card does not have enough limit. Please ask your client to use another "
-"card or to get in touch with the bank."
-msgstr ""
-"La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
-"tarjeta o que se comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252
-msgid ""
-"The card does not have sufficient balance. Please ask your client to use "
-"another card or to get in touch with the bank."
-msgstr ""
-"La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
-"tarjeta o que se comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260
-msgid ""
-"The CVV was entered incorrectly several times. Please ask your client to use "
-"another card or to get in touch with the bank."
-msgstr ""
-"Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a "
-"tu cliente que use otra tarjeta o que se comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:264
-msgid ""
-"The card does not allow the number of installments entered. Please ask your "
-"client to choose another installment plan or to use another card."
-msgstr ""
-"La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente "
-"que elija otro plan de cuotas o que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:268
-msgid ""
-"The card-issuing bank declined the payment. Please instruct your client to "
-"ask the bank to authotize it or to use another card."
-msgstr ""
-"El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que "
-"se contacte con el banco para autorizarlo o que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272
-msgid ""
-"From Mercado Pago we have detected that this payment has already been made "
-"before. If that is not the case, your client may try to pay again."
-msgstr ""
-"Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no "
-"es así, tu cliente puede intentarlo de nuevo."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276
-msgid ""
-"The card is not active yet. Please ask your client to use another card or to "
-"get in touch with the bank to activate it."
-msgstr ""
-"La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta "
-"o que se comunique con su banco para activarla."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:292
-msgid ""
-"The amount exceeded the card limit. Please ask your client to use another "
-"card or to get in touch with the bank."
-msgstr ""
-"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
-"tarjeta o que se comunique con el banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:296,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:300,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:304
-msgid ""
-"Please ask your client to use another card or to get in touch with the card "
-"issuer."
-msgstr ""
-"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
-"la tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:308
-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 ""
-"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
-"tarjeta o que se comunique con el banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:317
-msgid ""
-"The credit function is not enabled for the card. Please tell your client "
-"that it is possible to pay with debit or to use another one."
-msgstr ""
-"La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que "
-"puede pagar con la función débito de la misma tarjeta o pídele que use otra."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:318
-msgid ""
-"The debit function is not enabled for the card. Please tell your client that "
-"it is possible to pay with credit or to use another one."
-msgstr ""
-"La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
-"puede pagar con la función crédito de la misma tarjeta o pídele que use otra."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:322
-msgid ""
-"The card-issuing bank declined the payment. Please instruct your client to "
-"ask the bank to authorize it."
-msgstr ""
-"El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
-"comunique con el banco para autorizar el pago."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:326
-msgid ""
-"The buyer does not have enough balance to make the purchase. Please ask your "
-"client to deposit money to the Mercado Pago Account or to use a different "
-"payment method."
-msgstr ""
-"El cliente no tiene suficiente saldo en la cuenta para realizar la compra. "
-"Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de "
-"pago."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:329
-msgid "There was an error"
-msgstr "Hubo un error"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:330
-msgid "The transaction could not be completed."
-msgstr "No fue posible completar la transacción."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:413
-msgid "Payment status on Mercado Pago"
-msgstr "Estado de pago en el Mercado Pago"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:473,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485
-msgid "View purchase details at Mercado Pago"
-msgstr "Ver detalles de compra en Mercado Pago"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:486,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:498
-msgid "Sync order status"
-msgstr "Sincronizar el estado del pedido"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:497
-msgid "Check the reasons why the purchase was declined."
-msgstr "Consulta los motivos del rechazo de tu compra."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:606
-msgid "Order update successfully. This page will be reloaded..."
-msgstr "Actualización del pedido con éxito. Esta página será recargada…"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:610
-msgid "Unable to update order: "
-msgstr "No se puede actualizar el pedido: "
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:126
-msgid "See WooCommerce"
-msgstr "Ver WooCommerce"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124
-msgid "Install WooCommerce"
-msgstr "Instalar WooCommerce"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:121
-msgid "Activate WooCommerce"
-msgstr "Activar WooCommerce"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:137
-msgid "do you have a minute to share your experience with our plugin?"
-msgstr "¿tienes un minuto para compartir tu experiencia con nuestro plugin?"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:140
-msgid ""
-"Your opinion is very important so that we can offer you the best possible "
-"payment solution and continue to improve."
-msgstr ""
-"Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos "
-"posible y seguir mejorando."
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:149
-msgid "Rate the plugin"
-msgstr "Valorar el plugin"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:151
-msgid "Enable payments via Mercado Pago account"
-msgstr "Pagos a través de la cuenta de Mercado Pago"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:154
-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 ""
-"Con esta función activa, tus clientes pagan más rápido usando su cuenta de "
-"Mercado Pago.La tasa de aprobación de estos pagos en tu tienda puede "
-"ser un 25% mayor en comparación con otros medios de pago."
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:163
-msgid "Activate"
-msgstr "Activar"
-
-#: ../../includes/admin/views/html-admin-alert-frame.php:34,
-#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30
-msgid "Discard"
-msgstr "Descartar"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:141
-msgid "Mercado Pago Settings"
-msgstr "Configuración de Mercado Pago"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196
-msgid "Accept "
-msgstr "Acepta "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197
-msgid "payments on the spot "
-msgstr "pagos al instante "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198
-msgid "with"
-msgstr "con toda"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199
-msgid "the "
-msgstr "la "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200
-msgid "security "
-msgstr "seguridad "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201
-msgid "from Mercado Pago"
-msgstr "de Mercado Pago"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202
-msgid "Technical requirements"
-msgstr "Requisitos técnicos"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203
-msgid "SSL"
-msgstr "SSL"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204
-msgid "GD Extensions"
-msgstr "Extensiones GD"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205
-msgid "Curl"
-msgstr "Curl"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206
-msgid ""
-"Implementation responsible for transmitting data to Mercado Pago in a secure "
-"and encrypted way."
-msgstr ""
-"Implementación responsable de transmitir los datos a Mercado Pago de forma "
-"segura y encriptada."
+msgstr "El cliente no pagó dentro del límite de tiempo."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207
-msgid ""
-"These extensions are responsible for the implementation and operation of Pix "
-"in your store."
-msgstr ""
-"Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
-"tienda."
+#: ../../src/Translations/AdminTranslations.php:1138,
+#: ../../src/Translations/AdminTranslations.php:1140,
+#: ../../src/Translations/AdminTranslations.php:1142,
+#: ../../src/Translations/AdminTranslations.php:1183
+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"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208
+#: ../../src/Translations/AdminTranslations.php:1139,
+#: ../../src/Translations/AdminTranslations.php:1141,
+#: ../../src/Translations/AdminTranslations.php:1143,
+#: ../../src/Translations/AdminTranslations.php:1184,
+#: ../../src/Translations/AdminTranslations.php:1185
msgid ""
-"It is an extension responsible for making payments via requests from the "
-"plugin to Mercado Pago."
+"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 ""
-"Es una extensión encargada de realizar los pagos a través de requests del "
-"plugin a Mercado Pago."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209
-msgid "Collections and installments"
-msgstr "Cobros y cuotas"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210
-msgid "Choose "
-msgstr "Elige "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211
-msgid "when you want to receive the money "
-msgstr "cuándo quieres recibir el dinero "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212
-msgid "from your sales and if you want to offer "
-msgstr "de las ventas y si quieres ofrecer "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213
-msgid "interest-free installments "
-msgstr "cuotas sin interés"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214
-msgid "to your clients."
-msgstr "a los clientes."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215
-msgid "Set deadlines and fees"
-msgstr "Ajustar plazos y tasas"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216,
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:124
-msgid "Questions? "
-msgstr "¿Tienes dudas?"
+"Pídele que vuelva a ingresarlos tal como figuran en la tarjeta o en la app "
+"de su banco para finalizar el pago."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217
-msgid "Review the step-by-step of "
-msgstr "Revisa el paso a paso de "
+#: ../../src/Translations/AdminTranslations.php:1144,
+#: ../../src/Translations/AdminTranslations.php:1167
+msgid "We protected you from a suspicious payment"
+msgstr "Te protegimos de un pago sospechoso"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218
-msgid "how to integrate the Mercado Pago Plugin "
-msgstr "cómo integrar el Plugin de Mercado Pago "
+#: ../../src/Translations/AdminTranslations.php:1145
+msgid "For safety reasons, this transaction cannot be completed."
+msgstr "Por motivos de seguridad, esta transacción no podrá ser finalizada."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
-msgid "on our webiste for developers."
-msgstr "en nuestro sitio de desarrolladores."
+#: ../../src/Translations/AdminTranslations.php:1147,
+#: ../../src/Translations/AdminTranslations.php:1166
+msgid ""
+"The buyer is suspended in our platform. Your client must contact us to check "
+"what happened."
+msgstr ""
+"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
+"con nosotros para ver qué pasó."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231
-msgid "1. Integrate your store with Mercado Pago "
-msgstr "1. Integra la tienda a Mercado Pago "
+#: ../../src/Translations/AdminTranslations.php:1148
+msgid "For safety reasons, the card issuing bank declined the payment"
+msgstr "Por seguridad, el banco emisor de la tarjeta rechazó el pago"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232
+#: ../../src/Translations/AdminTranslations.php:1149,
+#: ../../src/Translations/AdminTranslations.php:1168
msgid ""
-"To enable orders, you must create and activate production credentials in "
-"your Mercado Pago Account. "
+"Recommend your customer to pay with their usual payment method and device "
+"for online purchases."
msgstr ""
-"Para habilitar las ventas, debes crear y activar las credenciales de "
-"producción en tu cuenta de Mercado Pago. "
+"Recomiéndale a tu cliente que pague con el medio de pago y dispositivo que "
+"suele usar para compras online."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233
-msgid "Copy and paste the credentials below."
-msgstr "Copia y pega tus credenciales a continuación."
+#: ../../src/Translations/AdminTranslations.php:1150
+msgid "Your customer's credit card has no available limit"
+msgstr "La tarjeta de crédito de tu cliente no tiene límite disponible"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234
-msgid "Check credentials"
-msgstr "Consultar credenciales"
+#: ../../src/Translations/AdminTranslations.php:1151,
+#: ../../src/Translations/AdminTranslations.php:1152,
+#: ../../src/Translations/AdminTranslations.php:1156
+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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235
-msgid "Test credentials "
-msgstr "Credenciales de prueba "
+#: ../../src/Translations/AdminTranslations.php:1155
+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"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236
-msgid "Enable Mercado Pago checkouts for test purchases in the store."
+#: ../../src/Translations/AdminTranslations.php:1157
+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:1158
+msgid ""
+"Please ask them to choose a different number of installments or to pay with "
+"another method."
msgstr ""
-"Habilitan a los checkouts de Mercado Pago para pruebas de compras en la "
-"tienda."
+"Pídele que elija una cantidad de pagos diferente o que use con otro medio."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237
-msgid "Public key"
-msgstr "Public key"
+#: ../../src/Translations/AdminTranslations.php:1159,
+#: ../../src/Translations/AdminTranslations.php:1186
+msgid "Your customer needs to authorize the payment through their bank"
+msgstr "Tu cliente necesita autorizar el pago con su banco"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238
-msgid "Access Token"
-msgstr "Access Token"
+#: ../../src/Translations/AdminTranslations.php:1160,
+#: ../../src/Translations/AdminTranslations.php:1187
+msgid ""
+"Please ask them to call the telephone number on their card or to pay with "
+"another method."
+msgstr ""
+"Pídele que llame al teléfono que está en la tarjeta o que pague con otro "
+"medio."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239
-msgid "Production credentials"
-msgstr "Credenciales de producción"
+#: ../../src/Translations/AdminTranslations.php:1161
+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"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240
-msgid "Enable Mercado Pago checkouts to receive real payments in the store."
-msgstr ""
-"Habilitan a los checkouts de Mercado Pago para recibir pagos reales en "
-"tienda."
+#: ../../src/Translations/AdminTranslations.php:1162
+msgid "Check your approved payments to verify it."
+msgstr "Revisa tu cobros aprobados para verificarlo."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241
-msgid "Paste your Public Key here"
-msgstr "Pega aquí tu Public Key"
+#: ../../src/Translations/AdminTranslations.php:1163
+msgid "Your customer's card was is not activated yet"
+msgstr "La tarjeta de tu cliente aún no está habilitada"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242
-msgid "Paste your Access Token here"
-msgstr "Pega aquí tu Access Token"
+#: ../../src/Translations/AdminTranslations.php:1164
+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 ""
+"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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243,
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280
-msgid "Save and continue"
-msgstr "Guardar y continuar"
+#: ../../src/Translations/AdminTranslations.php:1170
+msgid ""
+"This payment was declined because it did not pass Mercado Pago security "
+"controls. Please ask your client to use another card."
+msgstr ""
+"Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
+"Pago. Pedile a tu cliente que use otra tarjeta."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254
-msgid "2. Customize your business"
-msgstr "2. Personaliza tu negocio"
+#: ../../src/Translations/AdminTranslations.php:1172
+msgid ""
+"The amount exceeded the card limit. Please ask your client to use another "
+"card or to get in touch with the bank."
+msgstr ""
+"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
+"tarjeta o que se comunique con el banco."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255
+#: ../../src/Translations/AdminTranslations.php:1174,
+#: ../../src/Translations/AdminTranslations.php:1178
msgid ""
-"Fill out the following information to have a better experience and offer "
-"more information to your clients"
+"Please ask your client to use another card or to get in touch with the card "
+"issuer."
msgstr ""
-"Completa los siguientes datos para tener una mejor experiencia y ofrecer más "
-"información a los clientes"
+"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
+"la tarjeta."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256
-msgid "Your store information"
-msgstr "Información sobre tu tienda"
+#: ../../src/Translations/AdminTranslations.php:1180
+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 ""
+"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
+"tarjeta o que se comunique con el banco."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257
-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:1188
+msgid "Your customer's debit card has insufficient funds"
+msgstr "La tarjeta de débito de tu cliente no tiene saldo suficiente"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258
-msgid "Eg: Mary's store"
-msgstr "Ej.: TiendaMaría"
+#: ../../src/Translations/AdminTranslations.php:1189
+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:1190
+msgid "Something went wrong and the payment was declined"
+msgstr "El pago fue rechazado porque hubo un error"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259
+#: ../../src/Translations/AdminTranslations.php:1191
msgid ""
-"If this field is empty, the purchase will be identified as Mercado Pago."
+"Please recommend you customer to try again or to pay with another payment "
+"method."
msgstr ""
-"Si el campo queda vacío, la compra del cliente se identificará como Mercado "
-"Pago."
+"Recomiéndale a tu cliente que intente nuevamente o pague con otro medio de "
+"pago."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260
-msgid "Identification in Activities of Mercad Pago"
-msgstr "Identificación en Actividad de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:1204
+msgid "Any questions?"
+msgstr "¿Tienes dudas? "
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261
-msgid "Eg: Marystore"
-msgstr "Ej.: Tienda de María"
+#: ../../src/Translations/AdminTranslations.php:1205
+msgid "Please check the"
+msgstr "Revisa las"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262
-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:1206,
+#: ../../src/Translations/AdminTranslations.php:1222
+msgid "FAQs"
+msgstr "preguntas frecuentes"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263
-msgid "Store category"
-msgstr "Categoría de la tienda"
+#: ../../src/Translations/AdminTranslations.php:1207
+msgid "on the dev website."
+msgstr "en el sitio para desarrolladores."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264
-msgid "Select"
-msgstr "Seleccionar"
+#: ../../src/Translations/AdminTranslations.php:1220
+msgid "Check our"
+msgstr "Revisa las"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265
-msgid "Select ”Other” if you do not find the appropriate category."
-msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada."
+#: ../../src/Translations/AdminTranslations.php:1223
+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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266
-msgid "Advanced integration options (optional)"
-msgstr "Opciones avanzadas de integración (opcional)"
+#: ../../src/Translations/AdminTranslations.php:1228
+msgid "1. Go to the dev website and open a"
+msgstr "1. Ingresa al sitio para desarrolladores y abre un"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267
-msgid ""
-"For further integration of your store with Mercado Pago (IPN, Certified "
-"Partners, Debug Mode)"
-msgstr ""
-"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
-"Certificados, Modo Debug)"
+#: ../../src/Translations/AdminTranslations.php:1230
+msgid "ticket"
+msgstr "ticket"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268
-msgid "View advanced options"
-msgstr "Ver opciones avanzadas"
+#: ../../src/Translations/AdminTranslations.php:1231
+msgid "in the Support section."
+msgstr "en la sección de Soporte."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269
-msgid "URL for IPN "
-msgstr "URL para IPN "
+#: ../../src/Translations/AdminTranslations.php:1236
+msgid "4. Download the"
+msgstr "4. Descarga el"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270
-msgid "Eg: https://examples.com/my-custom-ipn-url"
-msgstr "Ej.: https://examples.com/my-custom-ipn-url"
+#: ../../src/Translations/AdminTranslations.php:1237
+msgid "error history"
+msgstr "historial de errores "
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271
-msgid ""
-"Add the URL to receive payments notifications. Find out more information in "
-"the "
+#: ../../src/Translations/AdminTranslations.php:1238
+msgid "and share it with the Mercado Pago team when asked for it."
msgstr ""
-"Ingresa la URL para recibir notificaciones de pago. Consulta más información "
-"en los "
+"y compártelo con el equipo de Mercado Pago cuando se te sea solicitado."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272
-msgid "guides."
-msgstr "manuales."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273
-msgid "Add plugin default params"
-msgstr "Agregar parámetros default del plugin"
+#: ../../src/Translations/AdminTranslations.php:1242
+msgid "Do you need help?"
+msgstr "¿Necesitas ayuda?"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274
-msgid "integrator_id"
-msgstr "integrator_id"
+#: ../../src/Translations/AdminTranslations.php:1243
+msgid "How to open a ticket:"
+msgstr "Cómo abrir un ticket:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275
-msgid "Eg: 14987126498"
-msgstr "Ej.: 14987126498"
+#: ../../src/Translations/AdminTranslations.php:1245
+msgid "2. Fill out the form with your store details."
+msgstr "2. Completa el formulario con los datos de tu tienda."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276
+#: ../../src/Translations/AdminTranslations.php:1246
msgid ""
-"If you are a Mercado Pago Certified Partner, make sure to add your "
-"integrator_id. If you do not have the code, please "
+"3. Copy and paste the following details when asked for the the technical "
+"information:"
msgstr ""
-"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
-"integrator_id. Si no tienes el código, "
+"3. Copia y pega los siguientes datos cuando se te pida la información "
+"técnica:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277
-msgid "request it now. "
-msgstr "solicítalo ahora. "
+#: ../../src/Translations/AdminTranslations.php:1249
+msgid "Version:"
+msgstr "Versión"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278
-msgid "Debug and Log Mode"
-msgstr "Modo debug y log"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:279
-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:1250
+msgid "History of errors"
+msgstr "Historial de errores"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291
-msgid "3. Set payment methods"
-msgstr "3. Configura los medios de pago"
+#: ../../src/Translations/AdminTranslations.php:1251
+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 ""
+"Selecciona los archivos que quieras compartir con nuestro equipo y haz clic "
+"en “Descargar”. Esta información se te solicitará por e-mail al momento de "
+"ser necesario."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:292
-msgid "To view more options, please select a payment method below"
-msgstr "Selecciona uno de los siguientes medios de pago para ver más opciones"
+#: ../../src/Translations/AdminTranslations.php:1254
+msgid "Source"
+msgstr "Origen"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:293
-msgid "Settings"
-msgstr "Configurar"
+#: ../../src/Translations/AdminTranslations.php:1255
+msgid "File date"
+msgstr "Fecha de creación"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:294
-msgid "Continue"
-msgstr "Continuar"
+#: ../../src/Translations/AdminTranslations.php:1256
+msgid "Download"
+msgstr "Descargar"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305
-msgid "4. Test your store before you sell"
-msgstr "4. Testea tu tienda antes de vender"
+#: ../../src/Translations/AdminTranslations.php:1257
+msgid "Next Page"
+msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306
-msgid ""
-"Test the experience in Test Mode and then enable the Sale Mode (Production) "
-"to sell."
+#: ../../src/Translations/AdminTranslations.php:1258
+msgid "Previous page"
msgstr ""
-"Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) "
-"para realizar ventas."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307
-msgid "Choose how you want to operate your store:"
-msgstr "Elige cómo quieres operar tu tienda:"
+#: ../../src/Translations/AdminTranslations.php:1259
+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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308
-msgid "Test Mode"
-msgstr "Modo Test"
+#: ../../src/Translations/StoreTranslations.php:103
+msgid "discount of"
+msgstr "descuento de"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309
-msgid "Mercado Pago Checkouts disabled for real collections. "
-msgstr "Checkouts Mercado Pago inactivos para cobros reales. "
+#: ../../src/Translations/StoreTranslations.php:104
+msgid "fee of"
+msgstr "comisión de"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310
-msgid "Test Mode rules."
-msgstr "Reglas del modo test."
+#: ../../src/Translations/StoreTranslations.php:105
+msgid "and"
+msgstr "y"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311
-msgid "Sale Mode (Production)"
-msgstr "Modo Ventas (Producción)"
+#: ../../src/Translations/StoreTranslations.php:106
+msgid "Shipping service used by the store."
+msgstr "Servicio de envío utilizado por la tienda."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312
-msgid "Mercado Pago Checkouts enabled for real collections."
-msgstr "Checkouts Mercado Pago activos para cobros reales."
+#: ../../src/Translations/StoreTranslations.php:107
+msgid "Discount provided by store"
+msgstr "Descuento proporcionado por la tienda"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313
-msgid "Mercado Pago payment methods in Production Mode"
-msgstr "Medios de pago Mercado Pago en Modo Produción"
+#: ../../src/Translations/StoreTranslations.php:108
+msgid "Mercado Pago Discount"
+msgstr "Descuento de Mercado Pago:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314
-msgid "The clients can make real purchases in your store."
-msgstr "Los clientes pueden hacer compras reales en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:109
+msgid "Mercado Pago Commission"
+msgstr "Comisión de Mercado Pago:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315
-msgid "Mercado Pago payment methods in Test Mode"
-msgstr "Medios de pago Mercado Pago en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:121
+msgid "Checkout Pro in Test Mode"
+msgstr "Checkout Pro en Modo Test"
+
+#: ../../src/Translations/StoreTranslations.php:122,
+#: ../../src/Translations/StoreTranslations.php:180,
+#: ../../src/Translations/StoreTranslations.php:214
+msgid "Use Mercado Pago's payment methods without real charges. "
+msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316
-msgid "Create your "
-msgstr "Crea tu "
+#: ../../src/Translations/StoreTranslations.php:123,
+#: ../../src/Translations/StoreTranslations.php:181,
+#: ../../src/Translations/StoreTranslations.php:215,
+#: ../../src/Translations/StoreTranslations.php:336,
+#: ../../src/Translations/StoreTranslations.php:364
+msgid "See the rules for the test mode."
+msgstr "Consulte las reglas para el modo test."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317
-msgid "test user "
-msgstr "usuario de prueba "
+#: ../../src/Translations/StoreTranslations.php:124
+msgid "Log in to Mercado Pago and earn benefits"
+msgstr "Inicia sesión en Mercado Pago y obtén beneficios"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318
-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/StoreTranslations.php:125
+msgid "Easy login"
+msgstr "Ingresa con facilidad"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319
-msgid "Use our test cards, "
-msgstr "Utiliza nuestras tarjetas de prueba, "
+#: ../../src/Translations/StoreTranslations.php:126
+msgid "Log in with the same email and password you use in Mercado Libre."
+msgstr "Inicia sesión con tu mismo e-mail y contraseña de Mercado Libre."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320
-msgid "never use real cards. "
-msgstr "nunca utilices tarjetas reales. "
+#: ../../src/Translations/StoreTranslations.php:127
+msgid "Blue phone image"
+msgstr "Imagen de teléfono azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321
-msgid "Visit your store "
-msgstr "Visita tu tienda "
+#: ../../src/Translations/StoreTranslations.php:128
+msgid "Quick payments"
+msgstr "Paga rápido"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322
-msgid "to test purchases"
-msgstr "para testear compras"
+#: ../../src/Translations/StoreTranslations.php:129
+msgid "Use your saved cards, Pix or available balance."
+msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323
-msgid "Save changes"
-msgstr "Guardar cambios"
+#: ../../src/Translations/StoreTranslations.php:130
+msgid "Use your available Mercado Pago Wallet balance or saved cards."
+msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324
-msgid "Store under test"
-msgstr "Tienda en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:131
+msgid "Use your available money or saved cards."
+msgstr "Usa tu dinero disponible o tarjetas guardadas."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325
-msgid "Store in sale mode (Production)"
-msgstr "Tienda en Modo Ventas (Producción)"
+#: ../../src/Translations/StoreTranslations.php:132
+msgid "Blue wallet image"
+msgstr "Imagen de billetera azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326
-msgid "Enter test credentials"
-msgstr "Ingresa las credenciales de prueba"
+#: ../../src/Translations/StoreTranslations.php:133
+msgid "Protected purchases"
+msgstr "Protege tu compra"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:327
-msgid "To enable test mode, "
-msgstr "Para activar el modo de prueba, "
+#: ../../src/Translations/StoreTranslations.php:134
+msgid "Reliable purchases"
+msgstr "Compra con confianza"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:328
-msgid "copy your test credentials "
-msgstr "copia tus credenciales de prueba "
+#: ../../src/Translations/StoreTranslations.php:135
+msgid "Get your money back in case you don't receive your product."
+msgstr "Recupera tu dinero si no recibes el producto."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:329
-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/StoreTranslations.php:136
+msgid "Get help if you have a problem with your purchase."
+msgstr "Recibe ayuda si tienes algún problema con tu compra."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:366
-msgid "Invalid Access Token"
-msgstr "Access token no válido"
+#: ../../src/Translations/StoreTranslations.php:137
+msgid "Blue protection image"
+msgstr "Imagen de protección azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:368
-msgid "Valid Access Token"
-msgstr "Access token válido"
+#: ../../src/Translations/StoreTranslations.php:138
+msgid "Installments option"
+msgstr "Accede a cuotas"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:374
-msgid "Invalid Public Key"
-msgstr "Public key no válida"
+#: ../../src/Translations/StoreTranslations.php:139
+msgid "Pay with or without a credit card."
+msgstr "Paga con o sin tarjeta de crédito."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:376
-msgid "Valid Public Key"
-msgstr "Public key válida"
+#: ../../src/Translations/StoreTranslations.php:140
+msgid "Interest-free installments with selected banks."
+msgstr "Cuotas sin interés con bancos seleccionados."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:379
-msgid "Credentials must be valid"
-msgstr "Las credenciales deben ser válidas"
+#: ../../src/Translations/StoreTranslations.php:141
+msgid "Blue phone installments image"
+msgstr "Imagen de cuotas de teléfono azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:429
-msgid "Credentials were updated"
-msgstr "Se actualizaron las credenciales"
+#: ../../src/Translations/StoreTranslations.php:142
+msgid "Available payment methods"
+msgstr "Medios de pago disponibles"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:421
+#: ../../src/Translations/StoreTranslations.php:143,
+#: ../../src/Translations/StoreTranslations.php:186
msgid ""
-"Your store has exited Test Mode and is making real sales in Production Mode."
+"By continuing, you will be taken to Mercado Pago to safely complete your "
+"purchase."
msgstr ""
-"Ahora su tienda está fuera del modo de prueba y está realizando ventas "
-"reales en el modo de producción."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:422
-msgid "To test the store, re-enter both test credentials."
-msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:435
-msgid "Invalid credentials"
-msgstr "Credenciales no válidas"
+"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
+"segura."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:436
-msgid "See our manual to learn "
-msgstr "Consulte nuestro manual para saber "
+#: ../../src/Translations/StoreTranslations.php:144,
+#: ../../src/Translations/StoreTranslations.php:187
+msgid "Checkout Pro redirect info image"
+msgstr "Imagen de redirección de Checkout Pro"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:437
-msgid "how to enter the credentials the right way."
-msgstr "como ingresar las credenciales de forma correcta."
+#: ../../src/Translations/StoreTranslations.php:145,
+#: ../../src/Translations/StoreTranslations.php:188,
+#: ../../src/Translations/StoreTranslations.php:239,
+#: ../../src/Translations/StoreTranslations.php:281,
+#: ../../src/Translations/StoreTranslations.php:342,
+#: ../../src/Translations/StoreTranslations.php:374
+msgid "By continuing, you agree with our"
+msgstr "Al continuar, aceptas nuestros"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:497
-msgid "Store information is valid"
-msgstr "Información sobre tu tienda"
+#: ../../src/Translations/StoreTranslations.php:146,
+#: ../../src/Translations/StoreTranslations.php:189,
+#: ../../src/Translations/StoreTranslations.php:240,
+#: ../../src/Translations/StoreTranslations.php:282,
+#: ../../src/Translations/StoreTranslations.php:343,
+#: ../../src/Translations/StoreTranslations.php:375
+msgid "Terms and conditions"
+msgstr "Términos y condiciones"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:527
-msgid "Mercado Pago's Payment Methods in Test Mode"
-msgstr "Medios de pago Mercado Pago en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:147,
+#: ../../src/Translations/StoreTranslations.php:218,
+#: ../../src/Translations/StoreTranslations.php:263
+msgid "Pay with Mercado Pago"
+msgstr "Pagar con Mercado Pago"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:528
-msgid "Mercado Pago's Payment Methods in Production Mode"
-msgstr "Medios de pago Mercado Pago en Modo Produción"
+#: ../../src/Translations/StoreTranslations.php:148,
+#: ../../src/Translations/StoreTranslations.php:264
+msgid "Cancel & Clear Cart"
+msgstr "Cancelar & Limpiar carrito"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:521
-msgid "Invalid credentials for test mode"
-msgstr "Credenciales inválidas para el modo de prueba"
+#: ../../src/Translations/StoreTranslations.php:161
+msgid "Log in"
+msgstr "Inicia sesión"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:603
-msgid "Enabled"
-msgstr "Activado"
+#: ../../src/Translations/StoreTranslations.php:162
+msgid ""
+"or create an account in Mercado Pago. If you use Mercado Libre, you already "
+"have one!"
+msgstr ""
+"o crea una cuenta en Mercado Pago. Si utilizas Mercado Libre, ¡ya tienes una!"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:604
-msgid "Disabled"
-msgstr "Inactivo"
+#: ../../src/Translations/StoreTranslations.php:167
+msgid "Know your available limit in Mercado Crédito and"
+msgstr "Conoce tu límite disponible en Mercado Crédito y"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:632
-msgid "Valid Credentials"
-msgstr "Credenciales válidas"
+#: ../../src/Translations/StoreTranslations.php:168
+msgid "choose how many installments"
+msgstr "elige en cuántas cuotas"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:635
-msgid "Credentials couldn't be validated"
-msgstr "No se pudieron validar las credenciales"
+#: ../../src/Translations/StoreTranslations.php:169
+msgid "you want to pay"
+msgstr "quieres pagar"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:658
-msgid "Store business fields are valid"
-msgstr "Los campos comerciales de la tienda son válidos"
+#: ../../src/Translations/StoreTranslations.php:174
+msgid "Pay the installments as you prefer:"
+msgstr "Paga las cuotas como prefieras:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:661
-msgid "Store business fields couldn't be validated"
-msgstr "Los campos comerciales de la tienda no se pudieron validar"
+#: ../../src/Translations/StoreTranslations.php:175
+msgid "with money in your account, card of from the Mercado Pago app"
+msgstr "con dinero, tarjeta o directo desde la app de Mercado Pago"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:684
-msgid "At least one paymet method is enabled"
-msgstr "Al menos un método de pago está habilitado"
+#: ../../src/Translations/StoreTranslations.php:179
+msgid "No card installments in Test Mode"
+msgstr "Mensualidades sin tarjeta en Modo Test"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:687
-msgid "No payment method enabled"
-msgstr "No se habilitó ningún método de pago"
+#: ../../src/Translations/StoreTranslations.php:182
+msgid "How to use it?"
+msgstr "¿Cómo usar?"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:77
-msgid "Payment approved."
-msgstr "Pago aprobado."
+#: ../../src/Translations/StoreTranslations.php:190
+msgid "Pay in"
+msgstr "Compra en hasta"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:131,
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:135
-msgid "Waiting for the Pix payment."
-msgstr "Esperando el pago de Pix."
+#: ../../src/Translations/StoreTranslations.php:191
+msgid "installments"
+msgstr "12 pagos sin tarjeta"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:148,
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:152
-msgid "Waiting for the ticket payment."
-msgstr "Esperando el pago del boleto."
+#: ../../src/Translations/StoreTranslations.php:192
+msgid "with Mercado Pago"
+msgstr "con Mercado Pago"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:160
-msgid "The customer has not made the payment yet."
-msgstr "El cliente todavía no efectuó el pago."
+#: ../../src/Translations/StoreTranslations.php:193
+msgid "Read more"
+msgstr "Leer más"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:179
-msgid "Payment is pending review."
-msgstr "El pago está pendiente de revisión."
+#: ../../src/Translations/StoreTranslations.php:194
+msgid "Buy now and pay in installments with no card later!"
+msgstr "¡Compra ahora y paga después!"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:196
-msgid "Payment was declined. The customer can try again."
-msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
+#: ../../src/Translations/StoreTranslations.php:195
+msgid "100% online, without paperwork or monthly fees"
+msgstr "Compra en hasta 12 pagos mensuales sin usar tarjeta de crédito"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:211
-msgid "Payment was returned to the customer."
-msgstr "El pago fue devuelto al cliente."
+#: ../../src/Translations/StoreTranslations.php:196
+msgid "You can apply for your line of credit 100% online and securely."
+msgstr "Puedes solicitar tu línea de crédito 100% online y de forma segura."
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:225
-msgid "Payment was canceled."
-msgstr "El pago fue cancelado."
+#: ../../src/Translations/StoreTranslations.php:197
+msgid "Do everything from the Mercado Pago app!"
+msgstr "Sin trámites. ¡Haz todo desde la app de Mercado Pago!"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:240,
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:252
-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:198
+msgid "No maintenance fees or additional costs."
+msgstr "Sin tasas de mantenimiento ni costos adicionales."
-#. translators: 1: payment_id 2: status
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:318
-msgid ""
-"Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s."
-msgstr ""
-"Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s."
+#: ../../src/Translations/StoreTranslations.php:199
+msgid "Questions? "
+msgstr "¿Dudas? "
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:371
-msgid "Shipping service used by the store."
-msgstr "Servicio de envío utilizado por la tienda."
+#: ../../src/Translations/StoreTranslations.php:200
+msgid "Check our FAQ"
+msgstr "Consulta nuestra FAQ"
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:562,
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:563
-msgid "Discount provided by store"
-msgstr "Descuento proporcionado por la tienda"
+#: ../../src/Translations/StoreTranslations.php:201
+msgid ". Credit subject to approval."
+msgstr ". Crédito sujeto a aprobación."
-#. translators: %s coupon
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:130
-msgid "Discount for coupon %s"
-msgstr "Descuento para el cupón %s"
+#: ../../src/Translations/StoreTranslations.php:213
+msgid "Checkout Custom in Test Mode"
+msgstr "Tarjeta de crédito en Modo Test"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
-msgid " and fee of"
-msgstr " y comisión de"
+#: ../../src/Translations/StoreTranslations.php:216
+msgid "Pay with saved cards"
+msgstr "Paga con tarjetas guardadas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:547
+#: ../../src/Translations/StoreTranslations.php:217
msgid ""
-"Public Key production credential is invalid. Review the field to "
-"receive real payments."
+"Do you have a Mercado Libre account? Then use the same email and password to "
+"pay faster with Mercado Pago."
msgstr ""
-"La credencial para producción Public Key es inválida. Revísala para "
-"poder recibir pagos reales."
+"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
+"pagar más rápido con Mercado Pago."
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:556
-msgid ""
-"Public Key test credential is invalid. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Public Key es inválida. Revísala para poder "
-"realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:219
+msgid "With which card can you pay?"
+msgstr "¿Con qué tarjeta puedes pagar?"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:565
-msgid ""
-"Access Token production credential is invalid. Remember that it must "
-"be complete to receive real payments."
-msgstr ""
-"La credencial para producción Access Token es inválida. Revísala para "
-"poder recibir pagos reales."
+#: ../../src/Translations/StoreTranslations.php:220,
+#: ../../src/Translations/StoreTranslations.php:224
+msgid "See current promotions"
+msgstr "Ver promociones vigentes"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:574
-msgid ""
-"Access Token test credential is invalid. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Access Token es inválida. Revísala para poder "
-"realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:221
+msgid "Credit cards"
+msgstr "Tarjetas de crédito"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:592
-msgid ""
-"Public Key test credential is blank. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Public Key está en blanco. Revísala para "
-"poder realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:222
+msgid "Up to 12 installments"
+msgstr "Hasta 12 cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:601
-msgid ""
-"Public Key production credential is blank. Review the field to "
-"receive real payments."
-msgstr ""
-"La credencial para producción Public Key está en blanco. Revísala "
-"para poder recibir pagos reales."
+#: ../../src/Translations/StoreTranslations.php:223
+msgid "Debit cards"
+msgstr "Tarjetas de débito"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:610
-msgid ""
-"Access Token test credential is blank. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Access Token está en blanco. Revísala para "
-"poder realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:225
+msgid "Fill in your card details"
+msgstr "Completa los datos de tu tarjeta"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:619
-msgid ""
-"Access Token production credential is blank. Remember that it must be "
-"complete to receive real payments."
-msgstr ""
-"La credencial para producción Access Token está en blanco. Revísala "
-"para poder recibir pagos reales."
+#: ../../src/Translations/StoreTranslations.php:226
+msgid "Card number"
+msgstr "Número de Tarjeta"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:90
-msgid ""
-"There was an error processing your payment. Please try again or contact us "
-"for Assistance."
-msgstr ""
-"Se ha producido un error en el procesamiento de su pago. Por favor, "
-"inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
+#: ../../src/Translations/StoreTranslations.php:227,
+#: ../../src/Translations/StoreTranslations.php:229,
+#: ../../src/Translations/StoreTranslations.php:231,
+#: ../../src/Translations/StoreTranslations.php:233
+msgid "Required data"
+msgstr "Datos obligatorios"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:82,
-#: ../../templates/checkout/custom-checkout.php:45,
-#: ../../templates/receipt/custom-checkout.php:41
-msgid "Pay with Mercado Pago"
-msgstr "Pagar con Mercado Pago"
+#: ../../src/Translations/StoreTranslations.php:228
+msgid "Holder name as it appears on the card"
+msgstr "Nombre del titular como aparece en la tarjeta"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:84,
-#: ../../templates/receipt/custom-checkout.php:44
-msgid "Cancel & Clear Cart"
-msgstr "Cancelar & Limpiar carrito"
+#: ../../src/Translations/StoreTranslations.php:230
+msgid "Expiration"
+msgstr "Vencimiento"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:73,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82
-msgid "Apply"
-msgstr "Aplicar"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:74,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
-msgid "Remove"
-msgstr "Retirar"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
-msgid "Please, inform your coupon code"
-msgstr "Por favor, informe su código de cupón"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
-msgid "To choose"
-msgstr "Elegir"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
-msgid "Other bank"
-msgstr "Otro banco"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:148,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
-msgid "You will save"
-msgstr "Salvarás"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:149,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
-msgid "with discount of"
-msgstr "con descuento de"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:150,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
-msgid "Total of your purchase:"
-msgstr "Total de su compra:"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:151,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
-msgid "Total of your purchase with discount:"
-msgstr "Total de su compra con descuento:"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
-msgid "*After payment approval"
-msgstr "*Tras la aprobación del pago"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
-msgid "Terms and conditions of use"
-msgstr "Términos y condiciones de uso"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
-msgid "No fee"
-msgstr "Sin interés"
+#: ../../src/Translations/StoreTranslations.php:232
+msgid "Security Code"
+msgstr "Código de seguridad"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173
-msgid "More options"
-msgstr "Más opciones"
+#: ../../src/Translations/StoreTranslations.php:234,
+#: ../../src/Translations/StoreTranslations.php:337,
+#: ../../src/Translations/StoreTranslations.php:365
+msgid "Holder document"
+msgstr "Documento del titular"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
-msgid "mm/yy"
-msgstr "mm/aa"
+#: ../../src/Translations/StoreTranslations.php:235,
+#: ../../src/Translations/StoreTranslations.php:338,
+#: ../../src/Translations/StoreTranslations.php:366
+msgid "Invalid document"
+msgstr "Número de documento no válido"
+
+#: ../../src/Translations/StoreTranslations.php:236,
+#: ../../src/Translations/StoreTranslations.php:238
+msgid "Select the number of installments"
+msgstr "Selecciona la cantidad de cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
-#: ../../templates/checkout/custom-checkout.php:134
+#: ../../src/Translations/StoreTranslations.php:237,
+#: ../../src/Translations/StoreTranslations.php:242
msgid "Issuer"
msgstr "Banco"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165
+#: ../../src/Translations/StoreTranslations.php:241
+msgid "mm/yy"
+msgstr "mm/aa"
+
+#: ../../src/Translations/StoreTranslations.php:243
msgid "Installments"
-msgstr "12 pagos sin tarjeta"
+msgstr "Cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
+#: ../../src/Translations/StoreTranslations.php:244
msgid "on the back"
msgstr "del dorso"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
+#: ../../src/Translations/StoreTranslations.php:245
msgid "on the front"
msgstr "del frente"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
+#: ../../src/Translations/StoreTranslations.php:246
msgid "digits"
msgstr "dígitos"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:174
+#: ../../src/Translations/StoreTranslations.php:247
+msgid "No fee"
+msgstr "Sin interés"
+
+#: ../../src/Translations/StoreTranslations.php:248
+msgid "More options"
+msgstr "Más opciones"
+
+#: ../../src/Translations/StoreTranslations.php:249
msgid "If interest is applicable, it will be charged by your bank."
msgstr "Si corresponden intereses, serán aplicados por tu banco."
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175
+#: ../../src/Translations/StoreTranslations.php:250
msgid "Interest"
msgstr "Intereses"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178
+#: ../../src/Translations/StoreTranslations.php:251
msgid "Card number is required"
msgstr "Número de tarjeta obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:179
+#: ../../src/Translations/StoreTranslations.php:252
msgid "Card number invalid"
msgstr "Número de tarjeta inválido"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182
+#: ../../src/Translations/StoreTranslations.php:253
msgid "Holder name is required"
msgstr "Nombre del titular obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:183
+#: ../../src/Translations/StoreTranslations.php:254
msgid "Holder name invalid"
msgstr "Nombre del titular inválido"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:186,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188
+#: ../../src/Translations/StoreTranslations.php:255,
+#: ../../src/Translations/StoreTranslations.php:257
msgid "Expiration date invalid"
msgstr "Fecha de vencimiento inválido"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:187
+#: ../../src/Translations/StoreTranslations.php:256
msgid "Expiration date incomplete"
msgstr "Fecha de vencimiento obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:191
+#: ../../src/Translations/StoreTranslations.php:258
msgid "Security code is required"
msgstr "Código de seguridad obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:192
+#: ../../src/Translations/StoreTranslations.php:259
msgid "Security code incomplete"
msgstr "Código de seguridad incompleto"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:230
+#: ../../src/Translations/StoreTranslations.php:260
msgid "Cost of installments"
msgstr "Coste de las cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:231
+#: ../../src/Translations/StoreTranslations.php:261
msgid "Total with installments"
msgstr "Total con cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:232
+#: ../../src/Translations/StoreTranslations.php:262
msgid "installments of"
msgstr "cuotas de"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:139
+#: ../../src/Translations/StoreTranslations.php:276
+msgid "Pix in Test Mode"
+msgstr "Pix en Modo Test"
+
+#: ../../src/Translations/StoreTranslations.php:277
+msgid ""
+"You can test the flow to generate a code, but you cannot finalize the "
+"payment."
+msgstr ""
+"Es posible probar el flujo para generar una factura, pero no es posible "
+"finalizar el pago."
+
+#: ../../src/Translations/StoreTranslations.php:278
+msgid "Pay instantly"
+msgstr "Pago instantáneo"
+
+#: ../../src/Translations/StoreTranslations.php:279
+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:280
+msgid "Pix logo"
+msgstr "Pix logo"
+
+#: ../../src/Translations/StoreTranslations.php:283,
+#: ../../src/Translations/StoreTranslations.php:292
+msgid "Code valid for "
+msgstr "Código válido por "
+
+#: ../../src/Translations/StoreTranslations.php:284
msgid "Now you just need to pay with Pix to finalize your purchase"
msgstr "Ahora sólo tiene que pagar con Pix para finalizar su compra"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:140
+#: ../../src/Translations/StoreTranslations.php:285
msgid "How to pay with Pix:"
msgstr "Cómo pagar con Pix:"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
+#: ../../src/Translations/StoreTranslations.php:286
msgid "Go to your bank's app or website"
msgstr "Entra en la app o en la página web de tu banco"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142
+#: ../../src/Translations/StoreTranslations.php:287
msgid "Search for the option to pay with Pix"
msgstr "Busca la opción de pagar con Pix"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143
+#: ../../src/Translations/StoreTranslations.php:288
msgid "Scan the QR code or Pix code"
msgstr "Escanea el código QR o el código Pix"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144
+#: ../../src/Translations/StoreTranslations.php:289
msgid "Done! You will see the payment confirmation"
msgstr "Listo. Verás la confirmación del pago"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145
+#: ../../src/Translations/StoreTranslations.php:290
msgid "Value: "
msgstr "Valor: "
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147
+#: ../../src/Translations/StoreTranslations.php:291
msgid "Scan the QR code:"
msgstr "Escanea el código QR:"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150
+#: ../../src/Translations/StoreTranslations.php:293
msgid "If you prefer, you can pay by copying and pasting the following code"
msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152
+#: ../../src/Translations/StoreTranslations.php:294
msgid "Copy code"
msgstr "Copiar código"
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:112
-msgid "Pay in"
-msgstr "Compra en hasta"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:113
-msgid "installments"
-msgstr "12 pagos sin tarjeta"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:114
-msgid "with Mercado Pago"
-msgstr "con Mercado Pago"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:115
-msgid "Read more"
-msgstr "Saber más"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:116
-msgid "Buy now and pay in installments with no card later!"
-msgstr "¡Compra ahora y paga después!"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:117
-msgid "100% online,"
-msgstr "Compra en hasta"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:118
-msgid "without paperwork or monthly fees"
-msgstr "12 pagos mensuales sin usar tarjeta de crédito"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:119
-msgid "When paying, choose"
-msgstr "Puedes solicitar "
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:120
-msgid ". Login to your account or create one in a few steps."
-msgstr "tu línea de crédito 100% online y de forma segura."
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:121
-msgid "Search for"
-msgstr "Sin trámites."
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:122
-msgid ""
-"among the options, select it and choose in how many installments you would "
-"like to pay."
-msgstr " ¡Haz todo desde la app de Mercado Pago!"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:123
-msgid "Pay your installments monthly as you wish, in the Mercado Pago app."
-msgstr "Sin tasas de mantenimiento ni costos adicionales."
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126
-msgid "Check our FAQ"
-msgstr "Consulta nuestra FAQ"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:127
-msgid ". Credit subject to approval."
-msgstr ". Crédito sujeto a aprobación."
-
-#: ../../includes/module/sdk/lib/class-mp.php:182,
-#: ../../includes/module/sdk/lib/class-mp.php:634,
-#: ../../includes/module/sdk/lib/class-mp.php:682,
-#: ../../includes/module/sdk/lib/class-mp.php:727,
-#: ../../includes/module/sdk/lib/class-mp.php:986
-msgid "Response from cache"
-msgstr "Respuesta de la caché"
-
-#: ../../includes/module/sdk/lib/class-mp.php:1000
-msgid "Response from API"
-msgstr "Respuesta de la API"
-
-#. translators: 1: total_time currency 2: url
-#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179
-msgid "Took %1$s seconds to transfer a request to %2$s"
-msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s"
-
-#: ../../templates/checkout/basic-checkout.php:24
-msgid "Checkout Pro in Test Mode"
-msgstr "Checkout Pro en Modo Test"
-
-#: ../../templates/checkout/basic-checkout.php:25,
-#: ../../templates/checkout/credits-checkout.php:25
-msgid "Use Mercado Pago's payment methods without real charges. "
-msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
-
-#: ../../templates/checkout/basic-checkout.php:26,
-#: ../../templates/checkout/credits-checkout.php:26,
-#: ../../templates/checkout/ticket-checkout.php:26
-msgid "See the rules for the test mode."
-msgstr "Consulte las reglas para el modo test."
-
-#: ../../templates/checkout/basic-checkout.php:35
-msgid "Log in to Mercado Pago and earn benefits"
-msgstr "Inicia sesión en Mercado Pago y obtén beneficios"
-
-#: ../../templates/checkout/basic-checkout.php:54
-msgid ""
-"By continuing, you will be taken to Mercado Pago to safely complete your "
-"purchase."
-msgstr ""
-"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
-"segura."
-
-#: ../../templates/checkout/basic-checkout.php:56,
-#: ../../templates/checkout/credits-checkout.php:47
-msgid "Checkout Pro redirect info image"
-msgstr "Imagen de redirección de Checkout Pro"
-
-#: ../../templates/checkout/basic-checkout.php:66,
-#: ../../templates/checkout/credits-checkout.php:56,
-#: ../../templates/checkout/custom-checkout.php:169,
-#: ../../templates/checkout/pix-checkout.php:31,
-#: ../../templates/checkout/ticket-checkout.php:96
-msgid "By continuing, you agree with our"
-msgstr "Al continuar, aceptas nuestros"
-
-#: ../../templates/checkout/basic-checkout.php:67,
-#: ../../templates/checkout/credits-checkout.php:57,
-#: ../../templates/checkout/custom-checkout.php:170,
-#: ../../templates/checkout/pix-checkout.php:31,
-#: ../../templates/checkout/ticket-checkout.php:97
-msgid "Terms and conditions"
-msgstr "Términos y condiciones"
-
-#: ../../templates/checkout/credits-checkout.php:24
-msgid "No card installments in Test Mode"
-msgstr "Mensualidades sin tarjeta en Modo Test"
-
-#: ../../templates/checkout/credits-checkout.php:34
-msgid "How to use it?"
-msgstr "¿Cómo usar?"
-
-#: ../../templates/checkout/credits-checkout.php:37
-msgid ""
-"Log in or create an account in Mercado Pago. If you use Mercado "
-"Libre, you already have one!"
-msgstr ""
-"Inicia sesión o crea una cuenta en Mercado Pago. Si has usado Mercado "
-"Libre para comprar, ¡ya tienes una!"
-
-#: ../../templates/checkout/credits-checkout.php:38
-msgid ""
-"Know your available limit in Mercado Crédito and choose how many "
-"installments you want to pay."
-msgstr ""
-"Conoce el límite disponible de tu línea de crédito y elige el plazo en "
-"el que quieres pagar tu compra."
-
-#: ../../templates/checkout/credits-checkout.php:39
-msgid ""
-"Pay the installments as you prefer: with money in your account, card of "
-"from the Mercado Pago app."
-msgstr ""
-"Paga mes a mes con el medio de pago que prefieras. ¡Todo desde la app "
-"de Mercado Pago!"
+#: ../../src/Translations/StoreTranslations.php:295,
+#: ../../src/Translations/StoreTranslations.php:349,
+#: ../../src/Translations/StoreTranslations.php:373
+msgid "Mercado Pago: The customer has not paid yet."
+msgstr "Mercado Pago: El cliente no ha pagado todavía."
-#: ../../templates/checkout/credits-checkout.php:46
+#: ../../src/Translations/StoreTranslations.php:296
msgid ""
-"By confirming your purchase, you will be redirected to your Mercado Pago "
-"account."
+"Mercado Pago: Now you just need to pay with Pix to finalize your purchase."
msgstr ""
-"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
-"segura."
-
-#: ../../templates/checkout/custom-checkout.php:23
-msgid "Checkout Custom in Test Mode"
-msgstr "Tarjeta de crédito en Modo Test"
-
-#: ../../templates/checkout/custom-checkout.php:24
-msgid "Use Mercado Pago means without real charges."
-msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
-
-#: ../../templates/checkout/custom-checkout.php:25
-msgid "See test mode rules."
-msgstr "Ver las reglas del Modo Test."
-
-#: ../../templates/checkout/custom-checkout.php:36
-msgid "Pay with saved cards"
-msgstr "Paga con tarjetas guardadas"
+"Mercado Pago: Ahora sólo tiene que pagar con Pix para finalizar su compra."
-#: ../../templates/checkout/custom-checkout.php:40
+#: ../../src/Translations/StoreTranslations.php:297
msgid ""
-"Do you have a Mercado Libre account? Then use the same email and password to "
-"pay faster with Mercado Pago."
+"Scan the QR code below or copy and paste the code into your bank's "
+"application."
msgstr ""
-"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
-"pagar más rápido \n"
-"con Mercado Pago."
-
-#: ../../templates/checkout/custom-checkout.php:57
-msgid "With which card can you pay?"
-msgstr "¿Con qué tarjeta puedes pagar?"
-
-#: ../../templates/checkout/custom-checkout.php:70
-msgid "See current promotions"
-msgstr "Ver promociones vigentes"
-
-#: ../../templates/checkout/custom-checkout.php:78
-msgid "Fill in your card details"
-msgstr "Completa los datos de tu tarjeta"
-
-#: ../../templates/checkout/custom-checkout.php:80
-msgid "Card number"
-msgstr "Número de Tarjeta"
+"Escanee el código QR a continuación o copie y pegue el código en la "
+"aplicación de su banco."
-#: ../../templates/checkout/custom-checkout.php:82,
-#: ../../templates/checkout/custom-checkout.php:89,
-#: ../../templates/checkout/custom-checkout.php:98,
-#: ../../templates/checkout/custom-checkout.php:106
-msgid "Required data"
-msgstr "Datos obligatorios"
+#: ../../src/Translations/StoreTranslations.php:298
+msgid "30 minutes"
+msgstr "30 minutos"
-#: ../../templates/checkout/custom-checkout.php:87
-msgid "Holder name as it appears on the card"
-msgstr "Nombre del titular como aparece en la tarjeta"
+#: ../../src/Translations/StoreTranslations.php:310
+msgid "Payment approved."
+msgstr "Pago aprobado."
-#: ../../templates/checkout/custom-checkout.php:95
-msgid "Expiration"
-msgstr "Vencimiento"
+#: ../../src/Translations/StoreTranslations.php:311
+msgid "Waiting for the Pix payment."
+msgstr "Esperando el pago de Pix."
-#: ../../templates/checkout/custom-checkout.php:103
-msgid "Security Code"
-msgstr "Código de seguridad"
+#: ../../src/Translations/StoreTranslations.php:312
+msgid "Waiting for the ticket payment."
+msgstr "Esperando el pago del boleto."
-#: ../../templates/checkout/custom-checkout.php:113,
-#: ../../templates/checkout/ticket-checkout.php:36,
-#: ../../templates/checkout/ticket-checkout.php:53
-msgid "Holder document"
-msgstr "Documento del titular"
+#: ../../src/Translations/StoreTranslations.php:313
+msgid "The customer has not made the payment yet."
+msgstr "El cliente todavía no efectuó el pago."
-#: ../../templates/checkout/custom-checkout.php:114,
-#: ../../templates/checkout/ticket-checkout.php:37,
-#: ../../templates/checkout/ticket-checkout.php:54
-msgid "Invalid document"
-msgstr "Número de documento no válido"
+#: ../../src/Translations/StoreTranslations.php:314
+msgid "Payment is pending review."
+msgstr "El pago está pendiente de revisión."
-#: ../../templates/checkout/custom-checkout.php:129,
-#: ../../templates/checkout/custom-checkout.php:145
-msgid "Select the number of installments"
-msgstr "Selecciona la cantidad de cuotas"
+#: ../../src/Translations/StoreTranslations.php:315
+msgid "Payment was declined. The customer can try again."
+msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
-#: ../../templates/checkout/pix-checkout.php:22
-msgid "Pix in Test Mode"
-msgstr "Pix en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:316
+msgid "Payment was returned to the customer."
+msgstr "El pago fue devuelto al cliente."
-#: ../../templates/checkout/pix-checkout.php:22
+#: ../../src/Translations/StoreTranslations.php:317
msgid ""
-"You can test the flow to generate a code, but you cannot finalize the "
-"payment."
+"The payment was partially returned to the customer. the amount refunded "
+"was : "
msgstr ""
-"Es posible probar el flujo para generar una factura, pero no es posible "
-"finalizar el pago."
+"El pago se devolvió parcialmente al cliente. El montante reembolsado fue "
+"de : "
-#: ../../templates/checkout/pix-checkout.php:27
-msgid "Pay instantly"
-msgstr "Pago instantáneo"
+#: ../../src/Translations/StoreTranslations.php:318
+msgid "Payment was canceled."
+msgstr "El pago fue cancelado."
-#: ../../templates/checkout/pix-checkout.php:27
+#: ../../src/Translations/StoreTranslations.php:319,
+#: ../../src/Translations/StoreTranslations.php:320
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."
+"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."
-#: ../../templates/checkout/pix-checkout.php:27
-msgid "Pix logo"
-msgstr "Pix logo"
+#: ../../src/Translations/StoreTranslations.php:321
+msgid "The payment"
+msgstr "El pago"
-#: ../../templates/checkout/ticket-checkout.php:24
+#: ../../src/Translations/StoreTranslations.php:322
+msgid "was notified by Mercado Pago with status"
+msgstr "fue notificado por Mercado Pago con estado"
+
+#: ../../src/Translations/StoreTranslations.php:334
msgid "Offline Methods in Test Mode"
msgstr "Facturas en Modo Test"
-#: ../../templates/checkout/ticket-checkout.php:25
+#: ../../src/Translations/StoreTranslations.php:335
msgid ""
"You can test the flow to generate an invoice, but you cannot finalize the "
-"payment. "
+"payment."
msgstr ""
"Es posible testear el flujo para generar una factura, pero no es posible "
-"finalizar el pago. "
+"finalizar el pago."
-#: ../../templates/checkout/ticket-checkout.php:68
+#: ../../src/Translations/StoreTranslations.php:339,
+#: ../../src/Translations/StoreTranslations.php:367
msgid "Select where you want to pay"
msgstr "Selecciona el punto de pago donde quieres pagar"
-#: ../../templates/checkout/ticket-checkout.php:73
+#: ../../src/Translations/StoreTranslations.php:340,
+#: ../../src/Translations/StoreTranslations.php:368
msgid "more options"
msgstr "más opciones"
-#: ../../templates/checkout/ticket-checkout.php:78
+#: ../../src/Translations/StoreTranslations.php:341
msgid "Select a payment method"
msgstr "Seleccione una opción de pago"
-#: ../../templates/order/payment-status-metabox-content.php:30
-msgid ""
-"This is the payment status of your Mercado Pago Activities. To check the "
-"order status, please refer to Order details."
-msgstr ""
-"Este es el estado del pago de las Actividades de tu Mercado Pago. Para "
-"consultar el estado del pedido, consulta en Detalles del Pedido."
-
-#: ../../templates/order-received/show-ticket.php:19
+#: ../../src/Translations/StoreTranslations.php:344
msgid ""
"Great, we processed your purchase order. Complete the payment with ticket so "
"that we finish approving it."
@@ -3030,789 +2758,601 @@ msgstr ""
"Excelente, procesamos tu orden de compra. Completa el pago con ticket para "
"que terminemos de aprobarla."
-#: ../../templates/order-received/show-ticket.php:23
+#: ../../src/Translations/StoreTranslations.php:345
msgid "Print ticket"
msgstr "Imprimir ticket"
-#~ msgid "Fee"
-#~ msgstr "Tasa"
-
-#~ msgid "How does it work?"
-#~ msgstr "¿Cómo funciona?"
-
-#~ msgid "Checkout visualization:"
-#~ msgstr "Visualización en el checkout:"
+#: ../../src/Translations/StoreTranslations.php:346
+msgid " and "
+msgstr " e "
-#~ 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/StoreTranslations.php:347
+msgid "To print the ticket again click"
+msgstr "Para reimprimir o boleto clique"
-#~ msgid "Banner visualization"
-#~ msgstr "Visualización del componente"
+#: ../../src/Translations/StoreTranslations.php:348
+msgid "here"
+msgstr "aqui"
-#~ msgid "Check the example of how it will appear in the store:"
-#~ msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:"
+#: ../../src/Translations/StoreTranslations.php:362
+msgid "Checkout PSE in Test Mode"
+msgstr "Checkout PSE en Modo Test"
-#~ msgid "Bank Transfer"
-#~ msgstr "Transferencia bancaria"
+#: ../../src/Translations/StoreTranslations.php:363
+msgid "You can test the flow to generate a payment with PSE"
+msgstr "Puede probar el flujo para generar un pago con PSE"
-#~ msgid "Payment by cash"
-#~ msgstr "Pagos en efectivo"
+#: ../../src/Translations/StoreTranslations.php:369
+msgid "Person type "
+msgstr "Tipo de persona "
-#~ msgid ""
-#~ "If you already have a Mercado Libre account, use the same email and "
-#~ "password"
-#~ msgstr ""
-#~ "Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña"
+#: ../../src/Translations/StoreTranslations.php:370
+msgid "Financial institution"
+msgstr "Institución financiera"
-#~ msgid ""
-#~ "When you confirm your purchase, we will redirect you to your Mercado Pago "
-#~ "account"
-#~ msgstr ""
-#~ "Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado "
-#~ "Pago"
+#: ../../src/Translations/StoreTranslations.php:371
+msgid "Select the financial institution"
+msgstr "Seleccione la entidad financiera"
-#~ msgid "Payment with Mercado Credito"
-#~ msgstr "Pagos con Mercado Crédito"
+#: ../../src/Translations/StoreTranslations.php:372
+msgid "Select the institution"
+msgstr "Seleccione la institución"
-#~ msgid "New!"
-#~ msgstr "¡Nuevo!"
+#: ../../src/Translations/StoreTranslations.php:387
+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."
-#~ msgid ""
-#~ "With Mercado Credito, clients can pay "
-#~ "in installments with no card, by transfers, invoice or money available "
-#~ "in their Mercado Pago account. By activating the no-card "
-#~ "installments banner, you will increase your chances of selling."
-#~ msgstr ""
-#~ "Con Mercado Crédito, los clientes "
-#~ "pagan en cuotas sin tarjeta, por transferencia, tarjeta de débito, "
-#~ "efectivo o dinero disponible en la cuenta de Mercado Pago. Al "
-#~ "activar el componente de cuotas sin tarjeta, aumentarás tus chances "
-#~ "de vender. Para saber más, ingresá a documentación."
+#: ../../src/Translations/StoreTranslations.php:388
+msgid ""
+"A problem was occurred when processing your payment. Are you sure you have "
+"correctly filled all information in the checkout form?"
+msgstr ""
+"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
+"cargado la información en el formulario?"
-#~ msgid "The no-card installments banner is disabled."
-#~ msgstr "El componente de cuotas sin tarjeta está desactivado ."
+#: ../../src/Translations/StoreTranslations.php:389
+msgid "See your order form"
+msgstr "Ver su hoja de pedido"
-#~ msgid "Earn more points and have exclusive benefits in Mercado Puntos"
-#~ msgstr "Gana más puntos y ventajas exclusivas en Mercado Puntos "
+#: ../../src/Translations/StoreTranslations.php:390
+msgid "Your payment was declined. You can try again."
+msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#~ msgid "Error loading form."
-#~ msgstr "Error al cargar el formulario."
+#: ../../src/Translations/StoreTranslations.php:391
+msgid "Click to try again"
+msgstr "Haga clic para intentarlo de nuevo"
-#~ msgid "Please refresh the page to try again."
-#~ msgstr "Actualice la página para volver a intentarlo."
+#: ../../src/Translations/StoreTranslations.php:392
+msgid "That's it, payment accepted!"
+msgstr "Listo, ¡aceptamos tu pago!"
-#~ msgid "Refresh page"
-#~ msgstr "Actualizar página"
+#: ../../src/Translations/StoreTranslations.php:393
+msgid ""
+"We are processing your payment. In less than an hour we will send you the "
+"result by email."
+msgstr ""
+"Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
+"por correo electrónico."
-#~ msgid "Type of topic IPN invalid, need to be merchant_order"
-#~ msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`"
+#: ../../src/Translations/StoreTranslations.php:394
+msgid ""
+"We are processing your payment. In less than 2 days we will send you by "
+"email if the payment has been approved or if additional information is "
+"needed."
+msgstr ""
+"Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
+"electrónico si se ha aprobado el pago o si se necesita información adicional."
-#~ msgid "Click here to see more details..."
-#~ msgstr "Haga clic aquí para ver más detalles…"
+#: ../../src/Translations/StoreTranslations.php:395
+msgid "Check the card number."
+msgstr "Compruebe el número de tarjeta."
-#~ msgid "Purchases with saved cards or money in Mercado Pago"
-#~ msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago"
+#: ../../src/Translations/StoreTranslations.php:396
+msgid "Check the expiration date."
+msgstr "Compruebe la fecha de expiración."
-#~ msgid ""
-#~ "Feature for those who have a saved card or money in Mercado Pago to buy "
-#~ "without having to fill in details."
-#~ msgstr ""
-#~ "Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en "
-#~ "Mercado Pago puedan comprar sin la necesidad de completar datos."
+#: ../../src/Translations/StoreTranslations.php:397
+msgid "Check the information provided."
+msgstr "Compruebe la información informada."
-#~ msgid "The feature for payments with saved cards is active."
-#~ msgstr ""
-#~ "La funcionalidad para pagos con tarjetas guardadas está activa"
-#~ "b>."
+#: ../../src/Translations/StoreTranslations.php:398
+msgid "Check the informed security code."
+msgstr "Compruebe el código de seguridad informado."
-#~ msgid "The feature for payments with saved cards is inactive."
-#~ msgstr ""
-#~ "La funcionalidad para pagos con tarjetas guardadas está "
-#~ "inactiva."
+#: ../../src/Translations/StoreTranslations.php:399,
+#: ../../src/Translations/StoreTranslations.php:400
+msgid "Your payment cannot be processed."
+msgstr "No se puede procesar su pago."
-#~ msgid "You can see how the feature is in your store Checkout below:"
-#~ msgstr ""
-#~ "A continuación, cómo es la funcionalidad en el checkout de la tienda:"
+#: ../../src/Translations/StoreTranslations.php:401
+msgid "You must authorize payments for your orders."
+msgstr "Usted debe autorizar los pagos de sus órdenes."
-#~ msgid "Mercado Pago customers can now pay with stored cards."
-#~ msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas."
+#: ../../src/Translations/StoreTranslations.php:402
+msgid ""
+"Contact your card issuer to activate it. The phone is on the back of your "
+"card."
+msgstr ""
+"Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
+"se encuentra en la parte posterior de su tarjeta."
-#~ msgid ""
-#~ "The function Saved card payments is enabled. With this setting, "
-#~ "customers using Mercado Pago can purchase without having to fill in "
-#~ "payment details. You can control this option in the settings."
-#~ msgstr ""
-#~ "La función Pago con tarjetas guardadas de Mercado Pago está habilitada. "
-#~ "Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que "
-#~ "completar los datos de la tarjeta. Puedes controlar esta opción en "
-#~ "configuración."
+#: ../../src/Translations/StoreTranslations.php:403
+msgid ""
+"You have already made a payment of this amount. If you have to pay again, "
+"use another card or other method of payment."
+msgstr ""
+"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
+"utilizar otra tarjeta u otro medio de pago."
-#~ msgid "Go to settings"
-#~ msgstr "Ir a la configuración"
+#: ../../src/Translations/StoreTranslations.php:404
+msgid ""
+"Your payment was declined. Please select another payment method. It is "
+"recommended in cash."
+msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#~ msgid "No need to fill out details"
-#~ msgstr "Sin cargar datos"
+#: ../../src/Translations/StoreTranslations.php:405
+msgid "Your payment does not have sufficient funds."
+msgstr "Su metodo de pago no tiene fondos suficientes."
-#~ msgid "Installments available"
-#~ msgstr "Cuotas disponibles"
+#: ../../src/Translations/StoreTranslations.php:406
+msgid "Payment cannot process the selected fee."
+msgstr "El pago no puede procesar la cuota seleccionada."
-#~ msgid "Pay faster with your saved cards and without completing data."
-#~ msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos."
+#: ../../src/Translations/StoreTranslations.php:407
+msgid ""
+"You have reached the limit of allowed attempts. Choose another card or other "
+"payment method."
+msgstr ""
+"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
+"medio de pago."
-#, fuzzy
-#~| msgid "Important! To sell you must enter your credentials."
-#~ msgid "Important! To sell, you must enter your credentials."
-#~ msgstr "¡Importante! Para vender debe introducir sus credenciales."
+#: ../../src/Translations/StoreTranslations.php:408
+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 ""
+"Intento de transacción no válido Está intentando "
+"realizar una transacción productiva con credenciales de prueba o una "
+"transacción de prueba con credenciales productivas. Asegúrese de que está "
+"utilizando la configuración de credenciales correcta para la acción deseada."
-#~ msgid "Go to step-by-step"
-#~ msgstr "Ir al paso a paso"
+#: ../../src/Translations/StoreTranslations.php:409
+msgid ""
+"Invalid transaction attempt It is not possible to pay "
+"with the email address entered. Please enter another e-mail address."
+msgstr ""
+"Intento de transacción no válido No es posible pagar con "
+"el email introducido. Por favor, introduzca otro email."
-#~ msgid "Update failed, invalid Credentials"
-#~ msgstr "Actualización fallida, credenciales no válidas"
+#: ../../src/Translations/StoreTranslations.php:410
+msgid "This payment method cannot process your payment."
+msgstr "Este medio de pago no puede procesar su pago."
-#~ msgid "Up to 24 installments"
-#~ msgstr "Hasta 24 cuotas"
+#: ../../src/Translations/StoreTranslations.php:422
+msgid ""
+"Your bank needs you to authorize the payment Please call "
+"the telephone number on your card or pay with another method."
+msgstr ""
+"Tu banco necesita que autorices el pago Llama al "
+"teléfono que está en la tarjeta o paga con otro medio."
-#~ msgid ""
-#~ "Important! Do not forget to add the credentials and details of your store."
-#~ msgstr ""
-#~ "¡Importante! No olvides ingresar las credenciales y datos de la tienda."
+#: ../../src/Translations/StoreTranslations.php:423,
+#: ../../src/Translations/StoreTranslations.php:424
+msgid ""
+"For safety reasons, your payment was declined We "
+"recommended paying with your usual payment method and device for online "
+"purchases."
+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."
-#~ msgid ""
-#~ "Before setting up payments, follow the step-by-step to start selling."
-#~ msgstr ""
-#~ "Antes de configurar los pagos, haz el paso a paso para comenzar a vender."
+#: ../../src/Translations/StoreTranslations.php:425,
+#: ../../src/Translations/StoreTranslations.php:426,
+#: ../../src/Translations/StoreTranslations.php:427,
+#: ../../src/Translations/StoreTranslations.php:428
+msgid ""
+"One or more card details were entered incorrecctly"
+"strong> Please enter them again as they appear on the card to complete "
+"the payment."
+msgstr ""
+"Ingresaste uno o más datos de tu tarjeta de forma incorrecta"
+"strong> Vuelve a ingresarlos tal como figuran en la tarjeta para "
+"finalizar el pago."
-#~ msgid "To enable and test sales, you must copy and paste your "
-#~ msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar "
+#: ../../src/Translations/StoreTranslations.php:429
+msgid ""
+"Your credit card has no available limit Please pay using "
+"another card or choose another payment method."
+msgstr ""
+"Tu tarjeta de crédito no tiene límite disponible Paga "
+"con otra tarjeta o elige otro medio de pago."
-#~ msgid "Mandatory data"
-#~ msgstr "Campo obligatorio"
+#: ../../src/Translations/StoreTranslations.php:430
+msgid ""
+"Your debit card has insufficient founds Please pay using "
+"another card or choose another payment method."
+msgstr ""
+"Tu tarjeta de débito no tiene saldo suficiente Paga con "
+"otra tarjeta o elige otro medio de pago."
-#~ msgid "Use the test-specific cards that are in the"
-#~ msgstr "Utiliza las tarjetas específicas para testear que estén bajo las"
+#: ../../src/Translations/StoreTranslations.php:431
+msgid ""
+"Your card does not accept the number of installments selected"
+"strong> Please choose a different number of installments or use a "
+"different payment method ."
+msgstr ""
+"Tu tarjeta no acepta la cantidad de pagos que seleccionaste"
+"strong> Elige una cantidad de pagos diferente o use otro medio."
-#~ msgid "Until"
-#~ msgstr "Hasta"
+#: ../../src/Translations/StoreTranslations.php:432
+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 ""
+"Necesitas habilitar tu tarjeta Comunícate con tu banco "
+"llamando al número que está al dorso de la tarjeta o elige otro medio de "
+"pago."
-#~ msgid "installment"
-#~ msgstr "cuota"
+#: ../../src/Translations/StoreTranslations.php:433
+msgid ""
+"You reached the limit of payment attempts with this card"
+"strong> Please pay using another card or choose another payment method."
+msgstr ""
+"Alcanzaste el límite de intentos de pago con esta tarjeta"
+"strong> Paga con otra tarjeta o elige otro medio de pago."
-#~ msgid "We take you to our site to complete the payment"
-#~ msgstr "Te llevamos a nuestro sitio para completar el pago"
+#: ../../src/Translations/StoreTranslations.php:434
+msgid ""
+"Your payment was declined because you already paid for this "
+"purchase Check your card transactions to verify it."
+msgstr ""
+"Tu pago fue rechazado porque ya pagaste esta compra"
+"strong> Revisa los consumos de tu tarjeta para verificarlo."
-#~ msgid "Enter your discount coupon"
-#~ msgstr "Ingresa tu cupón de descuento"
+#: ../../src/Translations/StoreTranslations.php:435,
+#: ../../src/Translations/StoreTranslations.php:436,
+#: ../../src/Translations/StoreTranslations.php:437
+msgid ""
+"The card issuing bank declined the payment We "
+"recommended paying with another payment method or contact your bank."
+msgstr ""
+"El banco emisor de la tarjeta rechazó tu pago Te "
+"recomendamos pagar con otro medio de pago o comunicarte con tu banco."
-#~ msgid "Enter your coupon"
-#~ msgstr "Ingresa tu cupón"
+#: ../../src/Translations/StoreTranslations.php:438
+msgid ""
+"For safety reasons, the card issuing bank declined the payment"
+"strong> We recommended paying with your usual payment method and device "
+"for online purchases."
+msgstr ""
+"Por motivos de seguridad, el banco de la tarjeta rechazó el pago"
+"b> Te recomendamos pagar con el medio de pago y dispositivo que sueles "
+"usar para compras online."
-#~ msgid "The code you entered is incorrect"
-#~ msgstr "El código que ingresaste es incorrecto"
+#: ../../src/Translations/StoreTranslations.php:439
+msgid ""
+"Your payment was declined because something went wrong"
+"strong> We recommended trying again or paying with another method."
+msgstr ""
+"Tu pago fue rechazado porque hube un error Te "
+"recomendamos intentar nuevamente o pagar con otro medio de pago."
-#~ msgid "Invalid Card Number"
-#~ msgstr "Numero de tarjeta invalido"
+#: ../../src/Translations/StoreTranslations.php:451
+msgid "We are taking you to validate the card"
+msgstr "Te estamos llevando a validar la tarjeta"
-#~ msgid "Name and surname of the cardholder"
-#~ msgstr "Nombre y apellido del titular de la tarjeta"
+#: ../../src/Translations/StoreTranslations.php:452
+msgid "with your bank"
+msgstr "con tu banco"
-#~ msgid "Invalid Expiration Date"
-#~ msgstr "Fecha de expiracion inválida"
+#: ../../src/Translations/StoreTranslations.php:453
+msgid "We need to confirm that you are the cardholder."
+msgstr "Necesitamos confirmar que eres titular de la tarjeta."
-#~ msgid "Last 3 numbers on the back"
-#~ msgstr "Últimos 3 números en el reverso"
+#: ../../src/Translations/StoreTranslations.php:454
+msgid "We are receiving the response from your bank"
+msgstr "Estamos recibiendo la respuesta de tu banco"
-#~ msgid "In how many installments do you want to pay"
-#~ msgstr "En cuántas cuotas quieres pagar"
+#: ../../src/Translations/StoreTranslations.php:455
+msgid "Complete the bank validation so your payment can be approved"
+msgstr "Completa la validación del banco para aprobar tu pago"
-#~ msgid "Converted payment of"
-#~ msgstr "Pago convertido de"
+#: ../../src/Translations/StoreTranslations.php:456
+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."
-#~ msgid "for"
-#~ msgstr "para"
+#: ../../src/Translations/StoreTranslations.php:457
+msgid ""
+"For safety reasons, your payment was declined We recommend paying "
+"with your usual payment method and device for online purchases."
+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."
-#~ msgid "Enter your document number"
-#~ msgstr "Ingresa tu número de documento"
+#~ msgid "How does it work?"
+#~ msgstr "¿Cómo funciona?"
-#~ msgid "Type"
-#~ msgstr "Tipo"
+#~ msgid "When paying, choose"
+#~ msgstr "Al pagar elegí"
-#~ msgid "Document number"
-#~ msgstr "Número de documento"
+#~ msgid ". Login to your account or create one in a few steps."
+#~ msgstr ". Podrás ingresar con tu cuenta o crear una en pocos pasos."
-#~ msgid "Only numbers"
-#~ msgstr "Sólo números"
+#~ msgid "Search for"
+#~ msgstr "Busca"
-#~ msgid "Obligatory field"
-#~ msgstr "Campo obligatorio"
+#~ msgid "Mercado Credito"
+#~ msgstr "Mercado Crédito"
#~ msgid ""
-#~ "When you finish the order, you will see the code to complete the payment."
-#~ msgstr "Cuando termines el pedido, verás el código para completar el pago."
-
-#~ msgid "CI"
-#~ msgstr "CI"
-
-#~ msgid "You must provide your document number"
-#~ msgstr "Debe informar su número de documento"
-
-#~ msgid "Complete all fields, they are mandatory."
-#~ msgstr "Complete todos los campos, son obligatorios."
-
-#~ msgid "Select the issuer with whom you want to process the payment"
-#~ msgstr "Selecciona el emisor con el que quieras procesar el pago"
-
-#~ msgid "Lottery"
-#~ msgstr "Lotéricas"
-
-#~ msgid "CPF/CNPJ"
-#~ msgstr "CPF/CNPJ"
-
-#~ msgid "Enable or inactivate the payments via Pix"
-#~ msgstr "Activar o desactivar pagos por Pix"
-
-#~ msgid "If you change the display text, no translation will be available"
+#~ "among the options, select it and choose in how many installments you "
+#~ "would like to pay."
#~ msgstr ""
-#~ "Si cambia el texto de la pantalla Checkout, no habrá traducción disponible"
+#~ "entre las opciones, selecciónalo y elegí en cuántas cuotas quieres pagar."
-#~ msgid "Approve your account, it will only take a few minutes"
-#~ msgstr "Homologa tu cuenta, solo te llevará unos minutos"
-
-#~ msgid ""
-#~ "Complete this process to secure your customers data and comply with the "
-#~ "regulations and legal provisions of each country."
+#~ msgid "Pay your installments monthly as you wish, in the Mercado Pago app."
#~ msgstr ""
-#~ "Complete este proceso para proteger los datos de sus clientes y cumplir "
-#~ "con las regulaciones y disposiciones legales de cada país."
-
-#~ msgid "Homologate account in Mercado Pago"
-#~ msgstr "Homologar cuenta en Mercado Pago"
-
-#~ msgid "No"
-#~ msgstr "No"
+#~ "Pagá mes a mes tus cuotas como prefieras, desde la app de Mercado Pago."
-#~ msgid "Yes"
-#~ msgstr "Sí"
+#~ msgid "Review the step-by-step of"
+#~ msgstr "Revisa el paso a paso de"
-#~ msgid "Set up"
-#~ msgstr "Ajustes"
+#~ msgid "on our website for developers."
+#~ msgstr "en nuestro sitio de desarrolladores."
-#~ msgid "Your opinion helps us get better"
-#~ msgstr "Tu opinión nos ayuda a mejorar"
-
-#~ msgid "Guides and Documentation"
-#~ msgstr "Guías y documentación"
-
-#~ msgid "Report Problem"
-#~ msgstr "Informar problema"
-
-#~ msgid "Accept all method of payment and take your charges to another level"
-#~ msgstr "Acepta todos los medios de pago y lleva tus cobros a otro nivel"
-
-#~ msgid ""
-#~ "Turn your online store into your customers preferred payment gateway. "
-#~ "Choose if the final payment experience will be inside or outside your "
-#~ "store."
-#~ msgstr ""
-#~ "Convierte tu tienda online en la pasarela de pagos preferida de tus "
-#~ "clientes. Elige si la experiencia de pago final será dentro o fuera de tu "
-#~ "tienda."
-
-#~ msgid "Configure Mercado Pago for WooCommerce"
-#~ msgstr "Ingresá la información de tu negocio"
+#~ msgid "Questions?"
+#~ msgstr "¿Dudas?"
#~ msgid ""
-#~ "Enable the experience of the Checkout Pro in your online store, select "
-#~ "the means of payment available to your customers and define the "
-#~ "maximum fees in which they can pay you."
+#~ "To enable orders, you must create and activate production credentials in "
+#~ "your Mercado Pago Account."
#~ msgstr ""
-#~ "Habilita la experiencia del Checkout Pro en tu tienda online, selecciona "
-#~ "los medios de pago disponibles para tus clientes y define el máximo "
-#~ "de cuotas en el que podrán pagarte."
-
-#~ msgid "Set payment preferences in your store"
-#~ msgstr "Configura las preferencias de pago en tu tienda"
+#~ "Para habilitar las ventas, debes crear y activar las credenciales de "
+#~ "producción en tu cuenta de Mercado Pago."
-#~ msgid "Select offline payments"
-#~ msgstr "Selecciona medios de pago presenciales"
+#~ msgid "Check credentials"
+#~ msgstr "Consultar credenciales"
-#~ msgid "Select debit cards"
-#~ msgstr "Selecciona tarjetas de débito"
-
-#~ msgid "Select credit cards"
-#~ msgstr "Selecciona tarjetas de crédito"
-
-#~ msgid "Checkout of payments with debit and credit cards %s"
-#~ msgstr "Checkout de pagos con tarjetas de débito y crédito %s"
-
-#~ msgid ""
-#~ "Accept payments instantly and maximize the conversion of your business"
-#~ msgstr "Acepta pagos al instante y maximiza la conversión de tu negocio"
-
-#~ msgid ""
-#~ "Turn your online store into a secure and easy-to-use payment gateway for "
-#~ "your customers. With personalized checkout your customers pay without "
-#~ "leaving your store!"
+#~ msgid "To view more options, please select a payment method below"
#~ msgstr ""
-#~ "Convierte tu tienda online en una pasarela de pagos segura y fácil de "
-#~ "usar para tus clientes. Con el checkout personalizado tus clientes pagan "
-#~ "¡sin salir de tu tienda!"
-
-#~ msgid "Set up the payment experience in your store"
-#~ msgstr "Ingresá la información de tu negocio"
-
-#~ msgid "Configure the personalized payment experience in your store"
-#~ msgstr "Configura las preferencias de pago en tu tienda"
-
-#~ msgid "%s, it only takes a few minutes"
-#~ msgstr "%s, solo te llevará unos minutos"
-
-#~ msgid "Approve your account"
-#~ msgstr "Homologa tu cuenta"
-
-#~ msgid "Title"
-#~ msgstr "Título"
+#~ "Selecciona uno de los siguientes medios de pago para ver más opciones"
#~ msgid ""
-#~ "Credentials are the keys we provide you to integrate quickly and "
-#~ "securely. You must have a %s in Mercado Pago to obtain and collect them "
-#~ " on your website. You do not need to know how to design or program to "
-#~ "do it"
+#~ "Test the experience in Test Mode and then enable the Sale Mode "
+#~ "(Production) to sell."
#~ msgstr ""
-#~ "Las credenciales son las claves que te proporcionamos para que integres "
-#~ "de forma rápida y segura. Debes tener una %s en Mercado Pago para "
-#~ "obtenerlas y cobrar en tu sitio web. No necesitas saber diseñar o "
-#~ "programar para hacerlo"
-
-#~ msgid "approved account"
-#~ msgstr "cuenta homologada"
-
-#~ msgid "Select your country"
-#~ msgstr "Selecciona tu país"
-
-#~ msgid "Select the country in which you operate with Mercado Pago"
-#~ msgstr "Selecciona el país en el que operas con Mercado Pago"
-
-#~ msgid "Activate the Mercado Pago experience at the checkout of your store."
-#~ msgstr "Activa la experiencia de Mercado Pago en el checkout de tu tienda."
-
-#~ msgid "Binary mode"
-#~ msgstr "Modo binario"
+#~ "Testea la experiencia en Modo Test. Luego activa el Modo Ventas "
+#~ "(Producción) para realizar ventas."
-#~ msgid ""
-#~ "Accept and reject payments automatically. Do you want us to activate it?"
-#~ msgstr ""
-#~ "Acepta y rechaza pagos de forma automática. ¿Quieres que lo activemos?"
+#~ msgid "Do you have a minute to share your experience with our plugin?"
+#~ msgstr "¿tienes un minuto para compartir tu experiencia con nuestro plugin?"
#~ msgid ""
-#~ "If you activate binary mode you will not be able to leave pending "
-#~ "payments. This can affect fraud prevention. Leave it idle to be backed by "
-#~ "our own tool."
+#~ "Your opinion is very important so that we can offer you the best possible "
+#~ "payment solution and continue to improve."
#~ msgstr ""
-#~ "Si activa el modo binario no podrá dejar pagos pendientes. Esto puede "
-#~ "afectar la prevención del fraude. Déjelo inactivo para que sea respaldado "
-#~ "por nuestra propia herramienta."
-
-#~ msgid "Discounts per purchase with Mercado Pago"
-#~ msgstr "Descuentos por compra con Mercado Pago"
-
-#~ msgid "Commission for purchase with Mercado Pago"
-#~ msgstr "Comisión por compra con Mercado Pago"
+#~ "Tu opinión es muy importante para que podamos ofrecerte la mejor solución "
+#~ "de pago posible y seguir mejorando."
-#~ msgid ""
-#~ "Accept payments at any time of the day and expand your purchase options!"
-#~ msgstr ""
-#~ "¡Acepte pagos en cualquier momento del día y amplíe sus opciones de "
-#~ "compra!"
+#~ msgid "You must enter"
+#~ msgstr "Debe introducir"
-#~ msgid "Offer this new payment option to your customers."
-#~ msgstr "Ofrezca esta nueva opción de pago a sus clientes."
+#~ msgid "production credentials"
+#~ msgstr "las credenciales de producción"
-#~ msgid ""
-#~ "Enable and set up Pix as a payment method for your customers in the "
-#~ "Mercado Pago checkout."
-#~ msgstr ""
-#~ "Habilita y configura Pix como método de pago para tus clientes en el "
-#~ "checkout de Mercado Pago."
+#~ msgid "Important! To sell you must enter your credentials."
+#~ msgstr "¡Importante! Para vender debe introducir sus credenciales."
-#~ msgid "Set up the payment via Pix experience"
-#~ msgstr "Configura la experiencia de pago a través de Pix"
+#~ msgid "Debit, Credit and invoice in Mercado Pago environment"
+#~ msgstr "Débito, crédito y efectivo, en Mercado Pago"
-#~ msgid "Checkout of payments with cash %s"
-#~ msgstr "Paga con dinero en efectivo"
+#~ msgid "Debit and Credit"
+#~ msgstr "Débito e crédito"
-#~ msgid "Accept face-to-face payments, do not leave anyone out!"
-#~ msgstr "Acepta pagos presenciales ¡no dejes a nadie afuera!"
+#~ msgid "Transparent Checkout in your store environment"
+#~ msgstr "Checkout Transparente en tu tienda"
-#~ msgid "Include this preferred purchase option by some customers."
-#~ msgstr "Incluye esta opción de compra preferida por algunos clientes."
+#~ msgid "Mercado pago - Customized Checkout"
+#~ msgstr "Mercado Pago - Checkout Personalizado"
#~ msgid ""
-#~ "Enable Mercado Pago for cash payments in your store and select the "
-#~ "options available to your customers."
+#~ "Unfortunately, the language configured in your WordPress is not "
+#~ "compatible with our plugin. For the best experience, please switch to a "
+#~ "supported language."
#~ msgstr ""
-#~ "Habilita Mercado Pago para pagos en efectivo en tu tienda y "
-#~ "selecciona las opciones disponibles para tus clientes."
+#~ "Lamentablemente, el idioma configurado en tu WordPress no es compatible "
+#~ "con nuestro plugin. Para disfrutar de la mejor experiencia, cambia a un "
+#~ "idioma compatible."
-#~ msgid "Set payment preferences with cash"
-#~ msgstr "Configura las preferencias de pago con dinero en efectivo"
+#~ msgid "payments on the spot"
+#~ msgstr "pagos al instante"
-#~ msgid "Store mode was updated"
-#~ msgstr "Se actualizó el modo de la tienda"
+#~ msgid "the"
+#~ msgstr "toda la"
-#~ msgid "Couldn't find a valid payment method"
-#~ msgstr "No se pudo encontrar un método de pago válido"
+#~ msgid "security"
+#~ msgstr "seguridad"
-#~ msgid "Invoice and Loterica"
-#~ msgstr "Efectivo "
+#~ msgid "from Mercado Pago"
+#~ msgstr "de Mercado Pago"
-#~ msgid ""
-#~ "It offers all means of payment: credit and debit cards, cash and account "
-#~ "money. Your customers choose whether they pay as guests or from their "
-#~ "Mercado Pago account."
-#~ msgstr ""
-#~ "Ofrece todos los medios de pago: tarjetas de crédito y débito, dinero en "
-#~ "efectivo y dinero en cuenta. Tus clientes eligen si pagan como invitados "
-#~ "o desde su cuenta de Mercado Pago."
+#~ msgid "Check the reasons why the purchase was declined"
+#~ msgstr "Consulta los motivos del rechazo de tu compra"
#~ msgid ""
-#~ "Accept card payments on your website with the best possible financing and "
-#~ "maximize the conversion of your business. With personalized checkout your "
-#~ "customers pay without leaving your store!"
+#~ "Recommend your costumer to pay with their usual payment method and device "
+#~ "for online purchases."
#~ msgstr ""
-#~ "Acepta pagos con tarjeta en tu sitio web con la mejor financiación "
-#~ "posible y maximiza la conversión de tu negocio. Con el checkout "
-#~ "personalizado tus clientes pagan ¡sin salir de tu tienda!"
-
-#~ msgid "Follow these steps to activate Mercado Pago in your store:"
-#~ msgstr "Sigue estos pasos para activar Mercado Pago en tu tienda:"
-
-#~ msgid "Upload your credentials"
-#~ msgstr "Carga tus credenciales"
-
-#~ msgid "depending on the country in which you are registered."
-#~ msgstr "depending on the country in which you are registered."
-
-#~ msgid "to be able to charge."
-#~ msgstr "para poder cobrar."
-
-#~ msgid "Add the basic information of your business"
-#~ msgstr "Añade la información básica de tu negocio"
-
-#~ msgid "in the plugin configuration."
-#~ msgstr "en la configuración del plugin."
-
-#~ msgid "Configure the payment preferences"
-#~ msgstr "Configura las preferencias de pago"
-
-#~ msgid "In which country does your Mercado Pago account operate?"
-#~ msgstr "¿En qué país opera tu cuenta de Mercado Pago?"
+#~ "Recomiéndale a tu cliente que pague con el medio de pago y dispositivo "
+#~ "que suele usar para compras online."
#~ msgid ""
-#~ "Add credentials to "Test Mode" or "Production Mode""
+#~ "The payment could not be processed. Please ask your client to use another "
+#~ "card or to get in touch with the bank."
#~ msgstr ""
-#~ "Ingresa las credenciales para el "Modo Test" o el "Modo "
-#~ "Producción""
-
-#~ msgid "Set up store payments for Test or Production Mode"
-#~ msgstr "Configura los pagos de la tienda para el modo Test o Producción"
-
-#~ msgid "How would you like to handle your store checkouts?"
-#~ msgstr "¿Como quieres operar los checkouts de tu tienda?"
-
-#~ msgid "Activate Production Mode for Mercado Pago checkouts"
-#~ msgstr "Activar Modo Producción para checkouts Mercado Pago"
-
-#~ msgid "test mode guidelines."
-#~ msgstr "reglas del Modo Test."
+#~ "El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
+#~ "medio de pago o que se contacte con el banco."
#~ msgid ""
-#~ "Mercado Pago checkouts are inactive for real payments in the Test Mode. "
-#~ "Please check the"
+#~ "The CVV is invalid. Please ask your client to review the details or use "
+#~ "another card."
#~ msgstr ""
-#~ "Checkouts Mercado Pago están inactivos para cobros reales en el Modo de "
-#~ "Prueba. Consulta las"
-
-#~ msgid "Search my credentials"
-#~ msgstr "Buscar mis credenciales"
+#~ "El código de seguridad de la tarjeta es inválido. Revisá los datos que "
+#~ "ingresaste o pedile a tu cliente que use otra tarjeta."
#~ msgid ""
-#~ "With these credentials, you enable your Mercado Pago checkouts to receive "
-#~ "real payments."
+#~ "The card does not have sufficient balance. Please ask your client to use "
+#~ "another card or to get in touch with the bank."
#~ msgstr ""
-#~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
-#~ "recibir pagos reales."
+#~ "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
+#~ "tarjeta o que se comunique con su banco."
#~ msgid ""
-#~ "What category do your products belong to? Choose the one that best "
-#~ "characterizes them (choose \"other\" if your product is too specific)."
+#~ "The card does not have enough limit. Please ask your client to use "
+#~ "another card or to get in touch with the bank."
#~ msgstr ""
-#~ "¿A qué categoría pertenecen tus productos? Elige la que mejor los "
-#~ "caracteriza (elige “otro” si tu producto es demasiado específico)."
-
-#~ msgid "Categories"
-#~ msgstr "Categrorías"
-
-#~ msgid "Store ID"
-#~ msgstr "ID de la tienda"
+#~ "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
+#~ "tarjeta o que se comunique con su banco."
#~ msgid ""
-#~ "Use a number or prefix to identify orders and payments from this store."
+#~ "The CVV was entered incorrectly several times. Please ask your client to "
+#~ "use another card or to get in touch with the bank."
#~ msgstr ""
-#~ "Usa un número o prefijo para identificar pedidos y pagos provenientes de "
-#~ "esta tienda."
+#~ "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile "
+#~ "a tu cliente que use otra tarjeta o que se comunique con su banco."
#~ msgid ""
-#~ "Do not forget to enter your integrator_id as a certified Mercado Pago "
-#~ "Partner. If you don`t have it, you can %s"
+#~ "The card does not allow the number of installments entered. Please ask "
+#~ "your client to choose another installment plan or to use another card."
#~ msgstr ""
-#~ "No olvides ingresar tu integrator_id como Partner certificado de Mercado "
-#~ "Pago. Si no lo tienes, puedes %s"
-
-#~ msgid "Advanced adjustment"
-#~ msgstr "Ajustes avanzados"
-
-#~ msgid "We debug the information in our change file."
-#~ msgstr "Depuramos la información de nuestro archivo de cambios."
+#~ "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu "
+#~ "cliente que elija otro plan de cuotas o que use otra tarjeta."
#~ msgid ""
-#~ "IPN (Instant Payment Notification) is a notification of events that take "
-#~ "place on your platform and that is sent from one server to another "
-#~ "through an HTTP POST call. See more information in our guides."
+#~ "The card-issuing bank declined the payment. Please instruct your client "
+#~ "to ask the bank to authotize it or to use another card."
#~ msgstr ""
-#~ "IPN (Instant Payment Notification) es una notificación de eventos que "
-#~ "tienen lugar en su plataforma y que se envía de un servidor a otro a "
-#~ "través de una llamada HTTP POST. Vea más información en nuestras guías."
+#~ "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente "
+#~ "que se contacte con el banco para autorizarlo o que use otra tarjeta."
#~ msgid ""
-#~ "It appears that your credentials are not properly configured. Please, "
-#~ "go to %s and configure it."
+#~ "From Mercado Pago we have detected that this payment has already been "
+#~ "made before. If that is not the case, your client may try to pay again."
#~ msgstr ""
-#~ "Parece que sus credenciales no están configuradas correctamente. Por "
-#~ "favor, vaya a %s y configúrelo."
-
-#~ msgid "Market Payment Configuration"
-#~ msgstr "Mercado Pago Configuración"
+#~ "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si "
+#~ "no es así, tu cliente puede intentarlo de nuevo."
#~ msgid ""
-#~ "Check out the step-by-step of how to integrate the Mercado Pago Plugin "
-#~ "for WooCommerce in our developer website."
-#~ msgstr ""
-#~ "Revisa el paso a paso de cómo integrar el Plugin de Mercado Pago para "
-#~ "WooCommerce en nuestro sitio de desarrolladores."
-
-#~ msgid "Review documentation"
-#~ msgstr "Revisar documentación"
-
-#~ msgid "Still having problems? Contact our support team through their %s"
+#~ "The card is not active yet. Please ask your client to use another card or "
+#~ "to get in touch with the bank to activate it."
#~ msgstr ""
-#~ "¿Sigues con problemas? Comunícate con nuestro equipo de soporte a través "
-#~ "de su %s"
-
-#~ msgid "contact form."
-#~ msgstr "formulario de contacto."
-
-#~ msgid "Set up your interest payments"
-#~ msgstr "Configura pagos"
-
-#~ msgid "Set up your installment and interest payments"
-#~ msgstr "Configura meses sin intereses"
-
-#~ msgid "At Mercado Pago you can choose the fee you pay for each purchase"
-#~ msgstr "En Mercado Pago puedes elegir la tarifa que pagas en cada venta"
+#~ "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra "
+#~ "tarjeta o que se comunique con su banco para activarla."
#~ msgid ""
-#~ "At Mercado Pago you can choose the fee you pay for each purchase and also "
-#~ "offer interest-free installments to your customer."
+#~ "The debit function is not enabled for the card. Please tell your client "
+#~ "that it is possible to pay with credit or to use another one."
#~ msgstr ""
-#~ "En Mercado Pago puedes elegir la tarifa que pagas en cada compra y "
-#~ "también ofrecer meses sin intereses a tu cliente."
-
-#~ msgid "Set up interest payments"
-#~ msgstr "Configurar tasas y plazos"
-
-#~ msgid "Set up installment and interest"
-#~ msgstr "Configurar cuotas e intereses"
+#~ "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
+#~ "puede pagar con la función débito de la misma tarjeta o pídele que use "
+#~ "otra."
#~ msgid ""
-#~ "Test Mode Activated? Now visit your store and test the Mercado Pago "
-#~ "checkouts"
+#~ "The credit function is not enabled for the card. Please tell your client "
+#~ "that it is possible to pay with debit or to use another one."
#~ msgstr ""
-#~ "¿Modo Test activado? Ahora visita tu tienda y testea los checkouts "
-#~ "Mercado Pago"
-
-#~ msgid "Everything ready for the takeoff of your sales?"
-#~ msgstr "¿Todo listo para el despegue de tus ventas?"
+#~ "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente "
+#~ "que puede pagar con la función débito de la misma tarjeta o pídele que "
+#~ "use otra."
#~ msgid ""
-#~ "Visit your store as usual and simulate a payment in our checkouts to make "
-#~ "sure everything is working correctly."
+#~ "The card-issuing bank declined the payment. Please instruct your client "
+#~ "to ask the bank to authorize it."
#~ msgstr ""
-#~ "Visita tu tienda normalmente y simula un pago en nuestros checkouts para "
-#~ "verificar que todo esté funcionando correctamente."
+#~ "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
+#~ "comunique con el banco para autorizar el pago."
#~ msgid ""
-#~ "Visit your store as if you were one of your customers and check that "
-#~ "everything is fine. If you already went to Production, bring your "
-#~ "customers and increase your sales with the best online shopping "
-#~ "experience."
+#~ "The buyer does not have enough balance to make the purchase. Please ask "
+#~ "your client to deposit money to the Mercado Pago Account or to use a "
+#~ "different payment method."
#~ msgstr ""
-#~ "Visita tu tienda como si fueras uno de tus clientes y revisa que todo "
-#~ "esté bien. Si ya saliste a Producción, trae a tus clientes y aumenta "
-#~ "tus ventas con la mejor experiencia de compra online."
-
-#~ msgid "%s"
-#~ msgstr "%s"
+#~ "El cliente no tiene suficiente saldo en la cuenta para realizar la "
+#~ "compra. Pídele a tu cliente que cargue saldo en Mercado Pago o que use "
+#~ "otro medio de pago."
-#~ msgid "Your store is ready to receive payments from customers."
-#~ msgstr "Tu tienda está lista para recibir pagos de clientes."
+#~ msgid "There was an error"
+#~ msgstr "Hubo un error"
-#~ msgid ""
-#~ "Your customers will not be able to make purchases while in Test Mode."
-#~ msgstr "Los clientes no podrán hacer compras en Modo Test."
+#~ msgid "to BRL"
+#~ msgstr "a BRL"
-#~ msgid ""
-#~ "Accept payments via Pix Transfer and receive the funds instantly. Your "
-#~ "customers can pay at any time, without date or time restrictions."
-#~ msgstr ""
-#~ "Acepta pagos a través de transferencia Pix y recibe los fondos al "
-#~ "instante. Tus clientes pueden pagar en cualquier momento, sin "
-#~ "restricciones de fecha u hora."
+#~ msgid "to CLP"
+#~ msgstr "a CLP"
-#~ msgid "Pay with PIX "
-#~ msgstr "Paga vía Pix "
+#~ msgid "to COP"
+#~ msgstr "a COP"
-#~ msgid ""
-#~ "Accept cash payments within the custom checkout and expand your customers "
-#~ "purchase options."
-#~ msgstr ""
-#~ "Acepta pagos en efectivo dentro del checkout personalizado y amplía las "
-#~ "opciones de compra de tus clientes."
+#~ msgid "Now we convert your currency"
+#~ msgstr "Ahora convertimos tu moneda"
-#~ msgid "Pay with cash"
-#~ msgstr "Paga con dinero en efectivo"
+#~ msgid "We no longer convert your currency"
+#~ msgstr "Dejamos de convertir tu moneda"
-#~ msgid "Enter your credentials and choose how to operate"
-#~ msgstr "Ingresa tus credenciales y elige cómo operar"
+#~ msgid "Payment method"
+#~ msgstr "Medios de pagos"
-#~ msgid ""
-#~ "By default, we activate the Sandbox test environment for you to test "
-#~ "before you start selling."
-#~ msgstr ""
-#~ "Por defecto, te activamos el entorno de pruebas Sandbox para que hagas "
-#~ "testeos antes de empezar a vender."
+#~ msgid "Discount coupons is"
+#~ msgstr "Cupones de descuento están"
-#~ msgid "Production Mode"
-#~ msgstr "Modo Producción"
+#~ msgid "Discount coupons"
+#~ msgstr "Cupones de descuento"
#~ msgid ""
-#~ "When you see that everything is going well, deactivate Sandbox, turn on "
-#~ "Production and make way for your online sales."
+#~ "Will you offer discount coupons to customers who buy with Mercado Pago?"
#~ msgstr ""
-#~ "Cuando veas que todo va bien, desactiva Sandbox para ir a Producción y "
-#~ "abre paso a tus ventas online."
+#~ "¿Ofrecerás cupones de descuento a los clientes que compren con Mercado "
+#~ "Pago?"
-#~ msgid ""
-#~ "Choose “Yes” only when you’re ready to sell. Switch to “No” to activate "
-#~ "Testing mode."
-#~ msgstr ""
-#~ "Elige “Sí” sólo cuando estés listo para vender. Cambia a “No” para "
-#~ "activar el modo Pruebas."
+#~ msgid "Your document data is invalid"
+#~ msgstr "Número de documento inválido"
-#~ msgid "With these keys you can do the tests you want.."
-#~ msgstr "Con estas claves podrás hacer las pruebas que quieras."
+#~ msgid "Title in the checkout"
+#~ msgstr "Título en el checkout"
-#~ msgid "With these keys you can receive real payments from your customers."
-#~ msgstr "Con estas claves podrás recibir pagos reales de tus clientes."
+#, fuzzy
+#~| msgid "Payment URL pending"
+#~ msgid "Payment URL"
+#~ msgstr "URL de pago pendiente"
-#~ msgid "Everything set up? Go to your store in Sandbox mode"
-#~ msgstr "¿Todo configurado? Ve a tu tienda en modo Sandbox"
+#, fuzzy
+#~| msgid "The transparent checkout for Pix payment is"
+#~ msgid "Transparent checkout for credit cards is"
+#~ msgstr "El Checkout Transparente está"
+#, fuzzy
+#~| msgid ""
+#~| "By disabling it, you will disable all Pix payments from Mercado Pago "
+#~| "Transparent Checkout."
#~ msgid ""
-#~ "Visit your store and simulate a payment to check that everything is fine."
-#~ msgstr "Visita tu tienda y simula un pago para revisar que todo esté bien."
-
-#~ msgid "I want to test my sales"
-#~ msgstr "Quiero testear mis ventas"
-
-#~ msgid "Payment refused"
-#~ msgstr "Pago rechazado"
-
-#~ msgid "Physical person"
-#~ msgstr "Persona Física"
-
-#~ msgid "Legal person"
-#~ msgstr "Persona Jurídica"
-
-#~ msgid "Name"
-#~ msgstr "Nome"
-
-#~ msgid "Social reason"
-#~ msgstr "Razón social"
-
-#~ msgid "Surname"
-#~ msgstr "Apellido"
-
-#~ msgid "You must inform your last name"
-#~ msgstr "Debes informar tu apellido"
-
-#~ msgid "CPF"
-#~ msgstr "CPF"
-
-#~ msgid "Address"
-#~ msgstr "Dirección"
-
-#~ msgid "You must inform your address"
-#~ msgstr "Debes informar tu dirección"
-
-#~ msgid "Number"
-#~ msgstr "Número"
-
-#~ msgid "You must provide your address number"
-#~ msgstr "Debe informar su número de dirección"
-
-#~ msgid "City"
-#~ msgstr "Ciudad"
-
-#~ msgid "You must inform your city"
-#~ msgstr "Debes informar a tu ciudad"
-
-#~ msgid "State"
-#~ msgstr "Estado"
-
-#~ msgid "You must inform your status"
-#~ msgstr "Debes informar a tu estado"
-
-#~ msgid "Postal Code"
-#~ msgstr "Código postal"
-
-#~ msgid "You must provide your zip code"
-#~ msgstr "Debes informar tu código postal"
-
-#~ msgid "See the reasons for refusing your purchase."
-#~ msgstr "Vea las razones para rechazar su compra."
-
-#~ msgid "30 minutes"
-#~ msgstr "30 minutos"
-
-#~ msgid "New"
-#~ msgstr "Nuevo"
-
-#~ msgid " day"
-#~ msgstr " día"
-
-#~ msgid "Description for cart Checkout"
-#~ msgstr "Descripción para el Checkout en el carrito"
+#~ "By disabling it, you will disable all payment methods of this checkout."
+#~ msgstr ""
+#~ "Al desactivar, desabilitarás todos los medios de pago con tarjeta de "
+#~ "crédito en el Checkout Transparente de Mercado Pago."
+#, fuzzy
+#~| msgid ""
+#~| "By confirming your purchase, we will show you a code to make the payment."
#~ msgid ""
-#~ "Configure the payment options and accept payments with cards, ticket and "
-#~ "money of Mercado Pago account."
+#~ "By confirming your purchase, you will be redirected to your Mercado Pago "
+#~ "account."
#~ msgstr ""
-#~ "Configura las opciones de pago a tu medida y acepta pagos con tarjetas, "
-#~ "dinero en efectivo y dinero en cuenta de Mercado Pago."
-
-#~ msgid "https://developers.mercadopago.com/"
-#~ msgstr "https://developers.mercadopago.com/"
-
-#~ msgid "https://github.com/mercadopago/cart-woocommerce"
-#~ msgstr "https://github.com/mercadopago/cart-woocommerce"
+#~ "Al confirmar tu compra, te mostraremos un código para realizar el pago."
diff --git a/i18n/languages/woocommerce-mercadopago-es_VE.mo b/i18n/languages/woocommerce-mercadopago-es_VE.mo
index be9f33e1a..b1f7a85d9 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 9f270518d..600408cd4 100644
--- a/i18n/languages/woocommerce-mercadopago-es_VE.po
+++ b/i18n/languages/woocommerce-mercadopago-es_VE.po
@@ -1,85 +1,54 @@
+# Copyright (C) 2022 woocommerce-mercadopago
+# This file is distributed under the same license as the woocommerce-mercadopago package.
msgid ""
msgstr ""
-"Project-Id-Version: Mercado Pago payments for WooCommerce 6.0.0\n"
+"Project-Id-Version: Mercado Pago payments for WooCommerce\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
"mercadopago\n"
-"POT-Creation-Date: 2023-05-16 21:36+0000\n"
+"POT-Creation-Date: 2024-04-10 14:38+0000\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
-"Language: es_ES\n"
+"Language: es_AR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 3.3.1\n"
+"X-Generator: Poedit 3.4.2\n"
-#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:141,
-#: ../../includes/module/class-wc-woomercadopago-module.php:352
-msgid "By continuing, you agree to our "
-msgstr "Al continuar, aceptas nuestros "
-
-#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:143,
-#: ../../includes/module/class-wc-woomercadopago-module.php:354
-msgid "Terms and Conditions"
-msgstr "Términos y condiciones"
-
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92
-msgid ""
-"Activate this option so that the value of the currency set in WooCommerce is "
-"compatible with the value of the currency you use in Mercado Pago."
-msgstr ""
-"Activa esta opción para que el valor de la moneda configurada en WooCommerce "
-"sea compatible al valor de la moneda que usas en Mercado Pago."
-
-#. translators: 1: local currency 2: currency
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478
-msgid "Now we convert your currency from %1$s to %2$s."
-msgstr "Ahora convertimos tu moneda de %1$s a %2$s."
-
-#. translators: 1: local currency 2: currency
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498
-msgid "We no longer convert your currency from %1$s to %2$s."
-msgstr "Dejamos de convertir tu moneda de %1$s a %2$s."
+#: ../../src/WoocommerceMercadoPago.php:463,
+#: ../../src/Translations/AdminTranslations.php:172
+msgid "Activate WooCommerce"
+msgstr "Activar WooCommerce"
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519
-msgid ""
-"Attention: The currency settings you have in WooCommerce are not "
-"compatible with the currency you use in your Mercado Pago account. Please "
-"activate the currency conversion."
-msgstr ""
-"Atención: La configuración de moneda que tienes en WooCommerce no es "
-"compatible con la moneda que usas en tu cuenta de Mercado Pago. Activa la "
-"conversión de moneda."
+#: ../../src/WoocommerceMercadoPago.php:464,
+#: ../../src/Translations/AdminTranslations.php:173
+msgid "Install WooCommerce"
+msgstr "Instalar WooCommerce"
-#: ../../includes/module/class-wc-woomercadopago-configs.php:125
-msgid ""
-"Update your credentials with the Access Token and Public Key, you need them "
-"to continue receiving payments!"
-msgstr ""
-"Actualice sus credenciales con el Access Token y la Public Key, ¡los "
-"necesita para continuar recibiendo pagos!"
+#: ../../src/WoocommerceMercadoPago.php:465,
+#: ../../src/Translations/AdminTranslations.php:174
+msgid "See WooCommerce"
+msgstr "Ver WooCommerce"
-#: ../../includes/module/class-wc-woomercadopago-configs.php:134
-msgid ""
-"The store should have HTTPS in order to activate both Checkout Personalizado "
-"and Ticket Checkout."
+#: ../../src/WoocommerceMercadoPago.php:467,
+#: ../../src/Translations/AdminTranslations.php:163
+msgid "The Mercado Pago module needs an active version of %s in order to work!"
msgstr ""
-"La tienda debe tener HTTPS para activar el Checkout Personalizado y el "
-"Ticket Checkout."
+"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
-#: ../../includes/module/class-wc-woomercadopago-init.php:52
+#: ../../src/Translations/AdminTranslations.php:169
msgid ""
-"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
+"Mercado Pago payments for WooCommerce requires PHP version 7.4 or later. "
"Please update your PHP version."
msgstr ""
-"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
+"El plugin de Mercado Pago requiere la versión de PHP 7.4 o posterior. Por "
"favor actualice su versión de PHP."
-#: ../../includes/module/class-wc-woomercadopago-init.php:61
+#: ../../src/Translations/AdminTranslations.php:170
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
-#: ../../includes/module/class-wc-woomercadopago-init.php:70
+#: ../../src/Translations/AdminTranslations.php:171
msgid ""
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
"extension is required to send QR Code Pix by email."
@@ -88,493 +57,962 @@ msgstr ""
"necesaria la instalación de la extensión GD para enviar el QR Code Pix por "
"correo electrónico."
-#. translators: %s link to WooCommerce
-#: ../../includes/module/class-wc-woomercadopago-init.php:82
-msgid "The Mercado Pago module needs an active version of %s in order to work!"
+#: ../../src/Translations/AdminTranslations.php:175
+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 ""
-"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
-
-#: ../../includes/module/class-wc-woomercadopago-init.php:95
-msgid "Cancel order"
-msgstr "Cancelar orden"
-
-#: ../../includes/module/class-wc-woomercadopago-init.php:177
-msgid "The Mercado Pago module needs the SDK package to work!"
-msgstr "¡El módulo de Mercado Pago necesita el SDK para funcionar!"
+"Ten en cuenta que para recibir pagos a través de Pix en nuestro checkout, "
+"debes tener una clave Pix registrada en tu cuenta de Mercado Pago."
-#: ../../includes/module/class-wc-woomercadopago-module.php:368
-msgid "The payment method is not valid or not available."
-msgstr "El medio de pago no es válido o no está disponible."
+#: ../../src/Translations/AdminTranslations.php:176
+msgid "Register your Pix key at Mercado Pago."
+msgstr "Registra tu clave Pix en Mercado Pago."
-#: ../../includes/module/class-wc-woomercadopago-module.php:371
-msgid "The transaction amount cannot be processed by Mercado Pago."
-msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:177
+msgid "%s, help us improve the experience we offer"
+msgstr "%s, ayúdanos a mejorar nuestra experiencia"
-#: ../../includes/module/class-wc-woomercadopago-module.php:371
+#: ../../src/Translations/AdminTranslations.php:178
msgid ""
-"Possible causes: Currency not supported; Amounts below the minimum or above "
-"the maximum allowed."
+"Share your opinion with us so that we improve our product and offer the best "
+"payment solution."
msgstr ""
-"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
-"encima del máximo permitido."
+"Comparte tu opinión con nosotros para poder mejorar nuestro producto y "
+"ofrecerte la mejor solución de pagos."
+
+#: ../../src/Translations/AdminTranslations.php:179
+msgid "Rate the plugin"
+msgstr "Valorar el plugin"
-#: ../../includes/module/class-wc-woomercadopago-module.php:374
-msgid "The users are not valid."
-msgstr "Los usuários no son válidos."
+#: ../../src/Translations/AdminTranslations.php:180
+msgid "Enable payments via Mercado Pago account"
+msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../includes/module/class-wc-woomercadopago-module.php:374
+#: ../../src/Translations/AdminTranslations.php:181
msgid ""
-"Possible causes: Buyer and seller have the same account in Mercado Pago; The "
-"transaction involving production and test users."
+"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 ""
-"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
-"Pago; La transacción involucrando usuários de producción y de prueba."
+"Con esta función activa, tus clientes pagan más rápido usando su cuenta de "
+"Mercado Pago.La tasa de aprobación de estos pagos en tu tienda puede "
+"ser un 25% mayor en comparación con otros medios de pago."
-#: ../../includes/module/class-wc-woomercadopago-module.php:377
-msgid "Unauthorized use of production credentials."
-msgstr "Uso no autorizado de credenciales de producción."
+#: ../../src/Translations/AdminTranslations.php:182
+msgid "Activate"
+msgstr "Activar"
-#: ../../includes/module/class-wc-woomercadopago-module.php:377
+#: ../../src/Translations/AdminTranslations.php:183
msgid ""
-"Possible causes: Use permission in use for the credential of the seller."
+"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 ""
-"Posibles causas: Pendencia de permiso de uso en producción para la "
-"credencial del vendedor."
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:503
-msgid "Colombia"
-msgstr "Colombia"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:505
-msgid "Argentina"
-msgstr "Argentina"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:507
-msgid "Brazil"
-msgstr "Brasil"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:509
-msgid "Chile"
-msgstr "Chile"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:511
-msgid "Mexico"
-msgstr "México"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:513
-msgid "Uruguay"
-msgstr "Uruguay"
-#: ../../includes/module/class-wc-woomercadopago-module.php:515
-msgid "Venezuela"
-msgstr "Venezuela"
+#: ../../src/Translations/AdminTranslations.php:184
+msgid "You activated Mercado Pago’s plug-in"
+msgstr "Activaste el plugin de Mercado Pago"
-#: ../../includes/module/class-wc-woomercadopago-module.php:517
-msgid "Peru"
-msgstr "Peru"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:551
-msgid "Update the WooCommerce order to "
-msgstr "Actualizar la orden de WooCommerce para "
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:821,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:583
-msgid "Fill in your credentials to enable payment methods."
-msgstr "Completa tus credenciales para habilitar los medios de pago."
+#: ../../src/Translations/AdminTranslations.php:185
+msgid ""
+"Follow the instructions below to integrate your store with Mercado Pago and "
+"start to sell."
+msgstr ""
+"Sigue las instrucciones de abajo para integrar tu tienda con Mercado Pago y "
+"empezar a vender."
-#: ../../includes/module/class-wc-woomercadopago-module.php:837
+#: ../../src/Translations/AdminTranslations.php:197
msgid "Set plugin"
msgstr "Configurar plugin"
-#: ../../includes/module/class-wc-woomercadopago-module.php:838,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293
+#: ../../src/Translations/AdminTranslations.php:198,
+#: ../../src/Translations/AdminTranslations.php:738,
+#: ../../src/Translations/AdminTranslations.php:798
msgid "Payment methods"
msgstr "Medios de pagos"
-#: ../../includes/module/class-wc-woomercadopago-module.php:839,
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220
+#: ../../src/Translations/AdminTranslations.php:199
msgid "Plugin manual"
msgstr "Manual del plugin"
-#: ../../includes/module/class-wc-woomercadopago-module.php:938
-msgid "By Mercado Pago"
-msgstr "Por Mercado Pago"
-
-#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:109,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:171,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:140,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:189,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:167
-msgid "Buyer email"
-msgstr "Email del comprador"
+#: ../../src/Translations/AdminTranslations.php:211
+msgid "Cancel order"
+msgstr "Cancelar orden"
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:35
-msgid "No ID or TOPIC param in Request IPN"
-msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN"
+#: ../../src/Translations/AdminTranslations.php:212
+msgid "Mercado Pago commission:"
+msgstr "Comisión de Mercado Pago:"
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:39
-msgid ""
-"Discarded notification. This notification is already processed as webhook-"
-"payment."
-msgstr ""
-"Notificación ignorada. Esta notificación se procesa como webhook-payment."
+#: ../../src/Translations/AdminTranslations.php:213
+msgid "Represents the commission configured on plugin settings."
+msgstr "Representa la comisión configurada en la configuración del plugin."
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:54
-msgid "IPN merchant_order not found"
-msgstr "No se ha encontrado la IPN de `merchant_order`"
+#: ../../src/Translations/AdminTranslations.php:214
+msgid "Mercado Pago discount:"
+msgstr "Descuento de Mercado Pago:"
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:60
-msgid "Not found Payments into Merchant_Order"
-msgstr "No se han encontrado pagos en Merchant_Order"
+#: ../../src/Translations/AdminTranslations.php:215
+msgid "Represents the discount configured on plugin settings."
+msgstr "Representa el descuento configurado en la configuración del plugin."
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:174,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:143,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:192,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:170
-msgid "Payment type"
-msgstr "Tipo de método de pago"
+#: ../../src/Translations/AdminTranslations.php:216
+msgid "Represents the installment fee charged by Mercado Pago."
+msgstr "Representa la comisión a plazos cobrada por Mercado Pago."
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:177,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:146,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:195,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:173
-msgid "Payment method"
-msgstr "Método de pago"
+#: ../../src/Translations/AdminTranslations.php:217
+msgid "Mercado Pago Installment Fee:"
+msgstr "Cuota de Mercado Pago:"
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:39
+#: ../../src/Translations/AdminTranslations.php:218
msgid ""
-"Please enter your email address at the billing address to use this service"
+"Represents the total purchase plus the installment fee charged by Mercado "
+"Pago."
msgstr ""
-"Por favor, introduzca su email en la dirección de facturación para utilizar "
-"este servicio"
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:42,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:277
-msgid "Checkout Pro"
-msgstr "Checkout Pro"
+"Representa el total de la compra más la comisión de fraccionamiento cobrada "
+"por Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:43
-msgid "Debit, Credit and invoice in Mercado Pago environment"
-msgstr "Débito, crédito y efectivo, en Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:219
+msgid "Mercado Pago Total:"
+msgstr "Mercado Pago Total:"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51
-msgid "Mercado Pago - Checkout Pro"
-msgstr "Mercado Pago - Checkout Pro"
+#: ../../src/Translations/AdminTranslations.php:232
+msgid "Accept"
+msgstr "Acepta"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:53
-msgid "Your saved cards or money in Mercado Pago"
-msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:233
+msgid "payments"
+msgstr "pagos"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164
-msgid "Maximum number of installments"
-msgstr "Máximo de cuotas"
+#: ../../src/Translations/AdminTranslations.php:234
+msgid "safely"
+msgstr "de forma"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166
-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:235
+msgid "with"
+msgstr "segura con"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169
-msgid "1 installment"
-msgstr "1 cuota"
+#: ../../src/Translations/AdminTranslations.php:236
+msgid "Mercado Pago"
+msgstr "Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170
-msgid "2 installments"
-msgstr "2 cuotas"
+#: ../../src/Translations/AdminTranslations.php:241
+msgid "Choose"
+msgstr "Elige"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171
-msgid "3 installments"
-msgstr "3 cuotas"
+#: ../../src/Translations/AdminTranslations.php:242
+msgid "when you want to receive the money"
+msgstr "cuándo quieres recibir el dinero"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:172
-msgid "4 installments"
-msgstr "4 cuotas"
+#: ../../src/Translations/AdminTranslations.php:243
+msgid "from your sales and if you want to offer"
+msgstr "de las ventas y si quieres ofrecer"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:173
-msgid "5 installments"
-msgstr "5 cuotas"
+#: ../../src/Translations/AdminTranslations.php:244
+msgid "interest-free installments"
+msgstr "cuotas sin interés"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:174
-msgid "6 installments"
-msgstr "6 cuotas"
+#: ../../src/Translations/AdminTranslations.php:245
+msgid "to your clients."
+msgstr "a los clientes."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:175
-msgid "10 installments"
-msgstr "10 cuotas"
+#: ../../src/Translations/AdminTranslations.php:251
+msgid "SSL"
+msgstr "SSL"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176
-msgid "12 installments"
-msgstr "12 cuotas"
+#: ../../src/Translations/AdminTranslations.php:252
+msgid "Curl"
+msgstr "Curl"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:177
-msgid "15 installments"
-msgstr "15 cuotas"
+#: ../../src/Translations/AdminTranslations.php:253
+msgid "GD Extensions"
+msgstr "Extensiones GD"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178
-msgid "18 installments"
-msgstr "18 cuotas"
+#: ../../src/Translations/AdminTranslations.php:255
+msgid "Technical requirements"
+msgstr "Requisitos técnicos"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:179
-msgid "24 installments"
-msgstr "24 cuotas"
+#: ../../src/Translations/AdminTranslations.php:256
+msgid "Collections and installments"
+msgstr "Cobros y cuotas"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:256,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:153,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:915,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:203,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:197
-msgid "Enable the checkout"
-msgstr "Activar el checkout"
+#: ../../src/Translations/AdminTranslations.php:257
+msgid "More information"
+msgstr "Más información"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:257
+#: ../../src/Translations/AdminTranslations.php:258
msgid ""
-"By disabling it, you will disable all payments from Mercado Pago Checkout at "
-"Mercado Pago website by redirect."
+"Implementation responsible for transmitting data to Mercado Pago in a secure "
+"and encrypted way."
msgstr ""
-"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
-"sitio web de Mercado Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:261,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:920
-msgid "The checkout is enabled."
-msgstr "El checkout está activo."
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:262,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:921
-msgid "The checkout is disabled."
-msgstr "El checkout está inactivo."
+"Implementación responsable de transmitir los datos a Mercado Pago de forma "
+"segura y encriptada."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:281
+#: ../../src/Translations/AdminTranslations.php:259
msgid ""
-"With Checkout Pro you sell with all the safety inside Mercado Pago "
-"environment."
+"It is an extension responsible for making payments via requests from the "
+"plugin to Mercado Pago."
msgstr ""
-"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
-"Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:269
-msgid "Advanced settings"
-msgstr "Configuración Avanzada"
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:311
-msgid "Payment experience"
-msgstr "Experiencia de pago"
+"Es una extensión encargada de realizar los pagos a través de requests del "
+"plugin a Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:313
+#: ../../src/Translations/AdminTranslations.php:260
msgid ""
-"Define what payment experience your customers will have, whether inside or "
-"outside your store."
+"These extensions are responsible for the implementation and operation of Pix "
+"in your store."
msgstr ""
-"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
+"Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
"tienda."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:316
-msgid "Redirect"
-msgstr "Redirect"
+#: ../../src/Translations/AdminTranslations.php:262
+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."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:317
-msgid "Modal"
-msgstr "Modal"
+#: ../../src/Translations/AdminTranslations.php:263
+msgid "Set deadlines and fees"
+msgstr "Ajustar plazos y tasas"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:333
-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:264
+msgid "Go to documentation"
+msgstr "Ir a la documentación"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:331,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:351,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:372
-msgid "This seems to be an invalid URL."
-msgstr "Esto parece ser una URL no válida."
+#: ../../src/Translations/AdminTranslations.php:277
+msgid "Public Key"
+msgstr "Public Key"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:336
-msgid "Success URL"
-msgstr "URL de éxito"
+#: ../../src/Translations/AdminTranslations.php:278
+msgid "Access Token"
+msgstr "Access Token"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:353
-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 ""
-"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. "
-"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
-"útil para que puedan solucionarlo."
+#: ../../src/Translations/AdminTranslations.php:279
+msgid "1. Enter your credentials to integrate your store with Mercado Pago"
+msgstr "1. Ingresa tus credenciales para integrar tu tienda con Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:356
-msgid "Payment URL rejected"
-msgstr "URL de pago rechazado"
+#: ../../src/Translations/AdminTranslations.php:280
+msgid "Production credentials"
+msgstr "Credenciales de producción"
+
+#: ../../src/Translations/AdminTranslations.php:281
+msgid "Test credentials"
+msgstr "Credenciales de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:374
+#: ../../src/Translations/AdminTranslations.php:282
+msgid "To start selling, "
+msgstr "Para empezar a vender, "
+
+#: ../../src/Translations/AdminTranslations.php:283
msgid ""
-"Choose the URL that we will show to your customers when they have a payment "
-"pending approval."
+"in the fields below. If you don’t have credentials yet, you’ll have to "
+"create them from this link."
msgstr ""
-"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
-"de aprobación."
+"en los campos de abajo. Si todavía no tienes credenciales, deberás crearlas "
+"en ese mismo enlace."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:377
-msgid "Payment URL pending"
-msgstr "URL de pago pendiente"
+#: ../../src/Translations/AdminTranslations.php:284
+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."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:391
-msgid "Enable the payment methods available to your clients."
-msgstr "Habilita los medios de pago disponibles para tus clientes."
+#: ../../src/Translations/AdminTranslations.php:285
+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."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392
-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:286
+msgid "Paste your Public Key here"
+msgstr "Pega aquí tu Public Key"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:396
-msgid "Credit Cards"
-msgstr "Tarjetas de crédito"
+#: ../../src/Translations/AdminTranslations.php:287
+msgid "Paste your Access Token here"
+msgstr "Pega aquí tu Access Token"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:400
-msgid "Debit Cards"
-msgstr "Tarjetas de débito"
+#: ../../src/Translations/AdminTranslations.php:288,
+#: ../../src/Translations/AdminTranslations.php:342
+msgid "Save and continue"
+msgstr "Guardar y continuar"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404
-msgid "Other Payment Methods"
-msgstr "Otros medios"
+#: ../../src/Translations/AdminTranslations.php:289
+msgid ""
+"You have to enter your production credentials to start selling with Mercado "
+"Pago."
+msgstr ""
+"Debes ingresar tus credenciales de producción para empezar a vender con "
+"Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:454
-msgid "Return to the store"
-msgstr "Volver a la tienda"
+#: ../../src/Translations/AdminTranslations.php:290
+msgid "Enter credentials"
+msgstr "Introducir credenciales"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:455
+#: ../../src/Translations/AdminTranslations.php:291
+msgid "Activate your credentials to be able to sell"
+msgstr "Activa tus credenciales para poder vender"
+
+#: ../../src/Translations/AdminTranslations.php:292
msgid ""
-"Do you want your customer to automatically return to the store after payment?"
+"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 ""
-"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
+"Las credenciales son códigos que debes ingresar para habilitar las ventas. "
+"Vaya más abajo en Activar credenciales. En la siguiente pantalla, utilice "
+"nuevamente el botón Activar Credenciales y complete los campos con la "
+"información solicitada."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:459
-msgid "The buyer will be automatically redirected to the store."
-msgstr "El comprador será redirigido automáticamente a la tienda."
+#: ../../src/Translations/AdminTranslations.php:293
+msgid "Activate credentials"
+msgstr "Activar credenciales"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:460
-msgid "The buyer will not be automatically redirected to the store."
-msgstr "El comprador no será redirigido automáticamente a la tienda."
+#: ../../src/Translations/AdminTranslations.php:294
+msgid "copy and paste your production credentials "
+msgstr "copia y pega tus credenciales de producción "
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:485
-msgid "Available payment methods"
-msgstr "Medios de pago disponibles"
+#: ../../src/Translations/AdminTranslations.php:307
+msgid "Add the URL to receive payments notifications."
+msgstr "Ingresa la URL para recibir notificaciones de pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:535,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:521,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:426,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:411,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:698,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:418,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:404,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:434,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:419,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
-msgid "discount of"
-msgstr "descuento de"
+#: ../../src/Translations/AdminTranslations.php:308
+msgid "Find out more information in the"
+msgstr "Consulta más información en los"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:541,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:527,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:432,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:417,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:704,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:691,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:424,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:410,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:440,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176
-msgid "fee of"
-msgstr "comisión de"
+#: ../../src/Translations/AdminTranslations.php:310
+msgid "guides"
+msgstr "manuales"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:641,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:667,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:719
-msgid "Easy login"
-msgstr "Ingresa con facilidad"
+#: ../../src/Translations/AdminTranslations.php:315
+msgid ""
+"If you are a Mercado Pago Certified Partner, make sure to add your "
+"integrator_id."
+msgstr ""
+"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
+"integrator_id."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:642,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:668,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:720
-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/AdminTranslations.php:316
+msgid "If you do not have the code, please"
+msgstr "Si no tienes el código,"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:649,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:675,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:693,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:727
-msgid "Quick payments"
-msgstr "Paga rápido"
+#: ../../src/Translations/AdminTranslations.php:318
+msgid "request it now"
+msgstr "solicítalo ahora"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:650
-msgid "Use your saved cards, Pix or available balance."
-msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible."
+#: ../../src/Translations/AdminTranslations.php:322
+msgid "2. Customize your business’ information"
+msgstr "2. Personaliza la información de tu negocio"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:657,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:683
-msgid "Protected purchases"
-msgstr "Protege tu compra"
+#: ../../src/Translations/AdminTranslations.php:323
+msgid "Your store information"
+msgstr "Información sobre tu tienda"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:658,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:684
-msgid "Get your money back in case you don't receive your product."
-msgstr "Recupera tu dinero si no recibes el producto."
+#: ../../src/Translations/AdminTranslations.php:324
+msgid "Advanced integration options (optional)"
+msgstr "Opciones avanzadas de integración (opcional)"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:676
-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/AdminTranslations.php:325
+msgid "Debug and Log Mode"
+msgstr "Modo debug y log"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:694,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:728
-msgid "Use your available money or saved cards."
-msgstr "Usa tu dinero disponible o tarjetas guardadas."
+#: ../../src/Translations/AdminTranslations.php:326
+msgid ""
+"Fill out the following details to have a better experience and offer your "
+"customers more information."
+msgstr ""
+"Completa los siguientes datos para tener una mejor experiencia y ofrecerle "
+"más información a tus clientes."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:701,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:735
-msgid "Installments option"
-msgstr "Accede a cuotas"
+#: ../../src/Translations/AdminTranslations.php:327
+msgid "Name of your store in your client's invoice"
+msgstr "Nombre de tu tienda en la factura de los clientes"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702
-msgid "Pay with or without a credit card."
-msgstr "Paga con o sin tarjeta de crédito."
+#: ../../src/Translations/AdminTranslations.php:328
+msgid "Identification in Activities of Mercado Pago"
+msgstr "Identificación en Actividad de Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:709
-msgid "Reliable purchases"
-msgstr "Compra con confianza"
+#: ../../src/Translations/AdminTranslations.php:329
+msgid ""
+"For further integration of your store with Mercado Pago (IPN, Certified "
+"Partners, Debug Mode)"
+msgstr ""
+"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
+"Certificados, Modo Debug)"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710
-msgid "Get help if you have a problem with your purchase."
-msgstr "Recibe ayuda si tienes algún problema con tu compra."
+#: ../../src/Translations/AdminTranslations.php:330
+msgid "Store category"
+msgstr "Categoría de la tienda"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:736
-msgid "Interest-free installments with selected banks."
-msgstr "Cuotas sin interés con bancos seleccionados."
+#: ../../src/Translations/AdminTranslations.php:331
+msgid "URL for IPN"
+msgstr "URL para IPN"
+
+#: ../../src/Translations/AdminTranslations.php:332
+msgid "Integrator ID"
+msgstr "Integrator ID"
+
+#: ../../src/Translations/AdminTranslations.php:333
+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
+msgid "Ex: Mary's Store"
+msgstr "Ej.: Tienda de María"
+
+#: ../../src/Translations/AdminTranslations.php:335
+msgid "Ex: Mary Store"
+msgstr "Ej.: TiendaMaría"
+
+#: ../../src/Translations/AdminTranslations.php:336,
+#: ../../src/Translations/AdminTranslations.php:1253
+msgid "Select"
+msgstr "Seleccionar"
+
+#: ../../src/Translations/AdminTranslations.php:337
+msgid "Ex: https://examples.com/my-custom-ipn-url"
+msgstr "Ej.: https://examples.com/my-custom-ipn-url"
+
+#: ../../src/Translations/AdminTranslations.php:338
+msgid "Add plugin default params"
+msgstr "Agregar parámetros default del plugin"
+
+#: ../../src/Translations/AdminTranslations.php:339
+msgid "Ex: 14987126498"
+msgstr "Ej.: 14987126498"
+
+#: ../../src/Translations/AdminTranslations.php:340
+msgid "Show advanced options"
+msgstr "Ver opciones avanzadas"
+
+#: ../../src/Translations/AdminTranslations.php:341
+msgid "Hide advanced options"
+msgstr "Esconder opciones avanzadas"
+
+#: ../../src/Translations/AdminTranslations.php:343
+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
+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
+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
+msgid "request it now."
+msgstr "solicítalo ahora."
+
+#: ../../src/Translations/AdminTranslations.php:360
+msgid "3. Activate and set up payment methods"
+msgstr "3. Activa y configura los medios de pago"
+
+#: ../../src/Translations/AdminTranslations.php:361
+msgid ""
+"Select the payment method you want to appear in your store to activate and "
+"set it up."
+msgstr ""
+"Selecciona el medio de pago que quieres que aparezca en tu tienda para "
+"activarlo y configurarlo."
+
+#: ../../src/Translations/AdminTranslations.php:362
+msgid "Settings"
+msgstr "Configurar"
+
+#: ../../src/Translations/AdminTranslations.php:363
+msgid "Continue"
+msgstr "Continuar"
+
+#: ../../src/Translations/AdminTranslations.php:364
+msgid "Enabled"
+msgstr "Activado"
+
+#: ../../src/Translations/AdminTranslations.php:365
+msgid "Disabled"
+msgstr "Inactivo"
+
+#: ../../src/Translations/AdminTranslations.php:366
+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:379,
+#: ../../src/Translations/AdminTranslations.php:385
+msgid "The checkout is"
+msgstr "El checkout está"
+
+#: ../../src/Translations/AdminTranslations.php:380,
+#: ../../src/Translations/AdminTranslations.php:392,
+#: ../../src/Translations/AdminTranslations.php:508,
+#: ../../src/Translations/AdminTranslations.php:520,
+#: ../../src/Translations/AdminTranslations.php:532,
+#: ../../src/Translations/AdminTranslations.php:599,
+#: ../../src/Translations/AdminTranslations.php:611,
+#: ../../src/Translations/AdminTranslations.php:623,
+#: ../../src/Translations/AdminTranslations.php:700,
+#: ../../src/Translations/AdminTranslations.php:762,
+#: ../../src/Translations/AdminTranslations.php:822,
+#: ../../src/Translations/AdminTranslations.php:834
+msgid "enabled"
+msgstr "activo"
+
+#: ../../src/Translations/AdminTranslations.php:386,
+#: ../../src/Translations/AdminTranslations.php:398,
+#: ../../src/Translations/AdminTranslations.php:514,
+#: ../../src/Translations/AdminTranslations.php:526,
+#: ../../src/Translations/AdminTranslations.php:538,
+#: ../../src/Translations/AdminTranslations.php:605,
+#: ../../src/Translations/AdminTranslations.php:617,
+#: ../../src/Translations/AdminTranslations.php:629,
+#: ../../src/Translations/AdminTranslations.php:706,
+#: ../../src/Translations/AdminTranslations.php:768,
+#: ../../src/Translations/AdminTranslations.php:828,
+#: ../../src/Translations/AdminTranslations.php:840
+msgid "disabled"
+msgstr "inactivo"
+
+#: ../../src/Translations/AdminTranslations.php:391,
+#: ../../src/Translations/AdminTranslations.php:397,
+#: ../../src/Translations/AdminTranslations.php:519,
+#: ../../src/Translations/AdminTranslations.php:525,
+#: ../../src/Translations/AdminTranslations.php:610,
+#: ../../src/Translations/AdminTranslations.php:616,
+#: ../../src/Translations/AdminTranslations.php:699,
+#: ../../src/Translations/AdminTranslations.php:705,
+#: ../../src/Translations/AdminTranslations.php:761,
+#: ../../src/Translations/AdminTranslations.php:767,
+#: ../../src/Translations/AdminTranslations.php:833,
+#: ../../src/Translations/AdminTranslations.php:839
+msgid "Currency conversion is"
+msgstr "Conversión de moneda está"
+
+#: ../../src/Translations/AdminTranslations.php:403,
+#: ../../src/Translations/AdminTranslations.php:409
+msgid "The buyer"
+msgstr "El comprador"
+
+#: ../../src/Translations/AdminTranslations.php:404
+msgid "will be automatically redirected to the store"
+msgstr "será redirigido automáticamente a la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:410
+msgid "will not be automatically redirected to the store"
+msgstr "no será redirigido automáticamente a la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:416,
+#: ../../src/Translations/AdminTranslations.php:422,
+#: ../../src/Translations/AdminTranslations.php:634,
+#: ../../src/Translations/AdminTranslations.php:640
+msgid "Pending payments"
+msgstr "Los pagos pendientes"
+
+#: ../../src/Translations/AdminTranslations.php:417,
+#: ../../src/Translations/AdminTranslations.php:635
+msgid "will be automatically declined"
+msgstr "se rechazarán automaticamente"
+
+#: ../../src/Translations/AdminTranslations.php:423,
+#: ../../src/Translations/AdminTranslations.php:641
+msgid "will not be automatically declined"
+msgstr "no se rechazarán automaticamente"
+
+#: ../../src/Translations/AdminTranslations.php:427,
+#: ../../src/Translations/AdminTranslations.php:442
+msgid "Your saved cards or money available in Mercado Pago"
+msgstr "Medios de pago disponibles en Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:428,
+#: ../../src/Translations/AdminTranslations.php:430
+msgid "Your clients finalize their payments in Mercado Pago."
+msgstr "Tus clientes finalizan sus pagos en Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:429
+msgid "Mercado Pago - Checkout Pro"
+msgstr "Mercado Pago - Checkout Pro"
+
+#: ../../src/Translations/AdminTranslations.php:431
+msgid "Checkout Pro"
+msgstr "Checkout Pro"
+
+#: ../../src/Translations/AdminTranslations.php:432
+msgid ""
+"With Checkout Pro you sell with all the safety inside Mercado Pago "
+"environment."
+msgstr ""
+"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
+"Pago."
+
+#: ../../src/Translations/AdminTranslations.php:433,
+#: ../../src/Translations/AdminTranslations.php:548,
+#: ../../src/Translations/AdminTranslations.php:715,
+#: ../../src/Translations/AdminTranslations.php:777,
+#: ../../src/Translations/AdminTranslations.php:858
+msgid "Mercado Pago plugin general settings"
+msgstr "Configuraciones generales del plugin de Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:434,
+#: ../../src/Translations/AdminTranslations.php:549,
+#: ../../src/Translations/AdminTranslations.php:652,
+#: ../../src/Translations/AdminTranslations.php:716,
+#: ../../src/Translations/AdminTranslations.php:778,
+#: ../../src/Translations/AdminTranslations.php:859
+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:435,
+#: ../../src/Translations/AdminTranslations.php:550,
+#: ../../src/Translations/AdminTranslations.php:653,
+#: ../../src/Translations/AdminTranslations.php:717,
+#: ../../src/Translations/AdminTranslations.php:779,
+#: ../../src/Translations/AdminTranslations.php:860
+msgid "Go to Settings"
+msgstr "Ir a Configuraciones"
+
+#: ../../src/Translations/AdminTranslations.php:436,
+#: ../../src/Translations/AdminTranslations.php:654,
+#: ../../src/Translations/AdminTranslations.php:861
+msgid "Enable the checkout"
+msgstr "Activar el checkout"
+
+#: ../../src/Translations/AdminTranslations.php:437
+msgid ""
+"By disabling it, you will disable all payments from Mercado Pago Checkout at "
+"Mercado Pago website by redirect."
+msgstr ""
+"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
+"sitio web de Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:440,
+#: ../../src/Translations/AdminTranslations.php:559,
+#: ../../src/Translations/AdminTranslations.php:658,
+#: ../../src/Translations/AdminTranslations.php:722,
+#: ../../src/Translations/AdminTranslations.php:784,
+#: ../../src/Translations/AdminTranslations.php:865
+msgid "Title in the store Checkout"
+msgstr "Título en el checkout de la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:441,
+#: ../../src/Translations/AdminTranslations.php:659,
+#: ../../src/Translations/AdminTranslations.php:723,
+#: ../../src/Translations/AdminTranslations.php:785,
+#: ../../src/Translations/AdminTranslations.php:866
+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:443,
+#: ../../src/Translations/AdminTranslations.php:562,
+#: ../../src/Translations/AdminTranslations.php:661,
+#: ../../src/Translations/AdminTranslations.php:725,
+#: ../../src/Translations/AdminTranslations.php:787,
+#: ../../src/Translations/AdminTranslations.php:868
+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:444,
+#: ../../src/Translations/AdminTranslations.php:563,
+#: ../../src/Translations/AdminTranslations.php:665,
+#: ../../src/Translations/AdminTranslations.php:726,
+#: ../../src/Translations/AdminTranslations.php:788,
+#: ../../src/Translations/AdminTranslations.php:882
+msgid "Convert Currency"
+msgstr "Convertir moneda"
+
+#: ../../src/Translations/AdminTranslations.php:445,
+#: ../../src/Translations/AdminTranslations.php:564,
+#: ../../src/Translations/AdminTranslations.php:666,
+#: ../../src/Translations/AdminTranslations.php:727,
+#: ../../src/Translations/AdminTranslations.php:789,
+#: ../../src/Translations/AdminTranslations.php:883
+msgid ""
+"Activate this option so that the value of the currency set in WooCommerce is "
+"compatible with the value of the currency you use in Mercado Pago."
+msgstr ""
+"Activa esta opción para que el valor de la moneda configurada en WooCommerce "
+"sea compatible al valor de la moneda que usas en Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:448
+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:449
+msgid "Enable the payment methods available to your clients."
+msgstr "Habilita los medios de pago disponibles para tus clientes."
+
+#: ../../src/Translations/AdminTranslations.php:450
+msgid "Credit Cards"
+msgstr "Tarjetas de crédito"
+
+#: ../../src/Translations/AdminTranslations.php:451
+msgid "Debit Cards"
+msgstr "Tarjetas de débito"
+
+#: ../../src/Translations/AdminTranslations.php:452
+msgid "Other Payment Methods"
+msgstr "Otros medios"
+
+#: ../../src/Translations/AdminTranslations.php:453
+msgid "Maximum number of installments"
+msgstr "Máximo de cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:454
+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:455
+msgid "1 installment"
+msgstr "1 cuota"
+
+#: ../../src/Translations/AdminTranslations.php:456
+msgid "2 installments"
+msgstr "2 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:457
+msgid "3 installments"
+msgstr "3 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:458
+msgid "4 installments"
+msgstr "4 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:459
+msgid "5 installments"
+msgstr "5 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:460
+msgid "6 installments"
+msgstr "6 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:461
+msgid "10 installments"
+msgstr "10 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:462
+msgid "12 installments"
+msgstr "12 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:463
+msgid "15 installments"
+msgstr "15 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:464
+msgid "18 installments"
+msgstr "18 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:465
+msgid "24 installments"
+msgstr "24 cuotas"
+
+#: ../../src/Translations/AdminTranslations.php:466,
+#: ../../src/Translations/AdminTranslations.php:577
+msgid "Advanced settings"
+msgstr "Configuración Avanzada"
+
+#: ../../src/Translations/AdminTranslations.php:467,
+#: ../../src/Translations/AdminTranslations.php:578,
+#: ../../src/Translations/AdminTranslations.php:675,
+#: ../../src/Translations/AdminTranslations.php:733,
+#: ../../src/Translations/AdminTranslations.php:793,
+#: ../../src/Translations/AdminTranslations.php:890
+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:468
+msgid "Payment experience"
+msgstr "Experiencia de pago"
+
+#: ../../src/Translations/AdminTranslations.php:469
+msgid ""
+"Define what payment experience your customers will have, whether inside or "
+"outside your store."
+msgstr ""
+"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
+"tienda."
+
+#: ../../src/Translations/AdminTranslations.php:470
+msgid "Redirect"
+msgstr "Redirect"
+
+#: ../../src/Translations/AdminTranslations.php:471
+msgid "Modal"
+msgstr "Modal"
+
+#: ../../src/Translations/AdminTranslations.php:472
+msgid "Return to the store"
+msgstr "Volver a la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:473
+msgid ""
+"Do you want your customer to automatically return to the store after payment?"
+msgstr ""
+"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:30,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:31,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:245
+#: ../../src/Translations/AdminTranslations.php:476
+msgid "Success URL"
+msgstr "URL de éxito"
+
+#: ../../src/Translations/AdminTranslations.php:477
+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:478
+msgid "Payment URL rejected"
+msgstr "URL de pago rechazado"
+
+#: ../../src/Translations/AdminTranslations.php:479
+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 ""
+"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. "
+"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
+"útil para que puedan solucionarlo."
+
+#: ../../src/Translations/AdminTranslations.php:480
+msgid "Payment URL pending"
+msgstr "URL de pago pendiente"
+
+#: ../../src/Translations/AdminTranslations.php:481
+msgid ""
+"Choose the URL that we will show to your customers when they have a payment "
+"pending approval."
+msgstr ""
+"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
+"de aprobación."
+
+#: ../../src/Translations/AdminTranslations.php:482,
+#: ../../src/Translations/AdminTranslations.php:676
+msgid "Automatic decline of payments without instant approval"
+msgstr "Rechazo automático de pagos sin aprobación instantanea"
+
+#: ../../src/Translations/AdminTranslations.php:483,
+#: ../../src/Translations/AdminTranslations.php:677
+msgid ""
+"Enable it if you want to automatically decline payments that are not "
+"instantly approved by banks or other institutions."
+msgstr ""
+"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
+"instantáneamente por bancos u otros compradores."
+
+#: ../../src/Translations/AdminTranslations.php:484
+msgid "Debit, Credit and Invoice in Mercado Pago environment."
+msgstr "Débito, crédito y efectivo, en Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:487,
+#: ../../src/Translations/AdminTranslations.php:579,
+#: ../../src/Translations/AdminTranslations.php:680,
+#: ../../src/Translations/AdminTranslations.php:742,
+#: ../../src/Translations/AdminTranslations.php:802,
+#: ../../src/Translations/AdminTranslations.php:891
+msgid "Discount in Mercado Pago Checkouts"
+msgstr "Descuento en los checkouts de Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:488,
+#: ../../src/Translations/AdminTranslations.php:580,
+#: ../../src/Translations/AdminTranslations.php:681,
+#: ../../src/Translations/AdminTranslations.php:743,
+#: ../../src/Translations/AdminTranslations.php:803,
+#: ../../src/Translations/AdminTranslations.php:892
+msgid ""
+"Choose a percentage value that you want to discount your customers for "
+"paying with Mercado Pago."
+msgstr ""
+"Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
+"Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:489,
+#: ../../src/Translations/AdminTranslations.php:492,
+#: ../../src/Translations/AdminTranslations.php:581,
+#: ../../src/Translations/AdminTranslations.php:584,
+#: ../../src/Translations/AdminTranslations.php:682,
+#: ../../src/Translations/AdminTranslations.php:685,
+#: ../../src/Translations/AdminTranslations.php:744,
+#: ../../src/Translations/AdminTranslations.php:747,
+#: ../../src/Translations/AdminTranslations.php:804,
+#: ../../src/Translations/AdminTranslations.php:807,
+#: ../../src/Translations/AdminTranslations.php:893,
+#: ../../src/Translations/AdminTranslations.php:896
+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:490,
+#: ../../src/Translations/AdminTranslations.php:582,
+#: ../../src/Translations/AdminTranslations.php:683,
+#: ../../src/Translations/AdminTranslations.php:745,
+#: ../../src/Translations/AdminTranslations.php:805,
+#: ../../src/Translations/AdminTranslations.php:894
+msgid "Commission in Mercado Pago Checkouts"
+msgstr "Comisiones en los checkouts de Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:491,
+#: ../../src/Translations/AdminTranslations.php:583,
+#: ../../src/Translations/AdminTranslations.php:684,
+#: ../../src/Translations/AdminTranslations.php:746,
+#: ../../src/Translations/AdminTranslations.php:806,
+#: ../../src/Translations/AdminTranslations.php:895
+msgid ""
+"Choose an additional percentage value that you want to charge as commission "
+"to your customers for paying with Mercado Pago."
+msgstr ""
+"Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
+"clientes por pagar con Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:493
+msgid "This seems to be an invalid URL"
+msgstr "Esto parece ser una URL no válida"
+
+#: ../../src/Translations/AdminTranslations.php:507,
+#: ../../src/Translations/AdminTranslations.php:513
+msgid "Payment in installments without card in the store checkout is"
+msgstr "“Hasta 12 pagos sin tarjeta con Mercado Pago” está "
+
+#: ../../src/Translations/AdminTranslations.php:531,
+#: ../../src/Translations/AdminTranslations.php:537
+msgid "The installments without card component is"
+msgstr "El componente “Compra en hasta 12 pagos sin tarjeta” está"
+
+#: ../../src/Translations/AdminTranslations.php:542,
+#: ../../src/Translations/AdminTranslations.php:546
msgid "Installments without card"
msgstr "Financiación sin tarjeta de crédito"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:32
+#: ../../src/Translations/AdminTranslations.php:543,
+#: ../../src/Translations/AdminTranslations.php:545
msgid "Customers who buy on spot and pay later in up to 12 installments"
msgstr "Tus clientes pueden comprar en hasta 12 pagos mensuales"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:40
+#: ../../src/Translations/AdminTranslations.php:544
msgid "Mercado Pago - Installments without card"
-msgstr "Mercado Pago - Hasta 12 pagos sin tarjeta con Mercado Pago"
+msgstr "Financiación sin tarjeta de crédito "
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:42
-msgid "Checkout without card"
-msgstr "Hasta 12 pagos sin tarjeta con Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:547
+msgid ""
+"Reach millions of buyers by offering Mercado Credito as a payment method. "
+"Our flexible payment options give your customers the possibility to buy "
+"today whatever they want in up to 12 installments without the need to use a "
+"credit card. For your business, the approval of the purchase is immediate "
+"and guaranteed."
+msgstr ""
+"Llega a millones de compradores ofreciéndoles Mercado Crédito como medio de "
+"pago. Nuestras opciones de pago flexibles brindan a tus clientes la "
+"posibilidad de comprar lo que quieren hoy en hasta 12 cuotas sin la "
+"necesidad de utilizar una tarjeta. Para tu negocio, la aprobación de la "
+"compra es inmediata y está garantizada."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:182
-msgid "Activate installments without card in your store checkout "
+#: ../../src/Translations/AdminTranslations.php:551
+msgid "Activate installments without card in your store checkout"
msgstr "Activar la opción de financiación sin tarjeta de crédito"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:183
+#: ../../src/Translations/AdminTranslations.php:552
msgid ""
"Offer the option to pay in installments without card directly from your "
"store's checkout."
@@ -582,116 +1020,114 @@ msgstr ""
"Ofrece a tus clientes la opción de financiar su compra en hasta 12 pagos "
"mensuales, directo desde el checkout de tu tienda."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:187
-msgid ""
-"Payment in installments without card in the store checkout is active"
-msgstr "“Hasta 12 pagos sin tarjeta con Mercado Pago” está activo"
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:188
-msgid ""
-"Payment in installments without card in the store checkout is inactive"
-msgstr "“Hasta 12 pagos sin tarjeta con Mercado Pago” está inactivo"
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:205
+#: ../../src/Translations/AdminTranslations.php:555
msgid "Checkout visualization"
msgstr "Visualización en el checkout"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:206,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:367
+#: ../../src/Translations/AdminTranslations.php:556,
+#: ../../src/Translations/AdminTranslations.php:576
msgid "Check below how this feature will be displayed to your customers:"
msgstr "A continuación verás cómo este recurso aparecerá para tus clientes:"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:207
+#: ../../src/Translations/AdminTranslations.php:557
msgid "Checkout Preview"
msgstr "Visualización en el checkout"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:208
+#: ../../src/Translations/AdminTranslations.php:558
msgid "PREVIEW"
msgstr "DEMO"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:249
-msgid ""
-"Reach millions of buyers by offering Mercado Credito as a payment method. "
-"Our flexible payment options give your customers the possibility to buy "
-"today whatever they want in up to 12 installments without the need to use a "
-"credit card."
-msgstr ""
-"Llega a millones de compradores con bajo acceso a financiación ofreciéndoles "
-"Mercado Crédito como medio de pago. Nuestras opciones de pago flexibles "
-"brindan a tus clientes la posibilidad de comprar lo que quieren en hasta "
-"12 pagos mensuales sin necesidad de utilizar una tarjeta de crédito. "
+#: ../../src/Translations/AdminTranslations.php:560
+msgid "It is possible to edit the title. Maximum of 85 characters."
+msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:252
-msgid ""
-"For your business, the approval of the purchase is immediate and guaranteed."
-msgstr ""
-"Para tu negocio, la aprobación de la compra es inmediata y está garantizada."
+#: ../../src/Translations/AdminTranslations.php:561
+msgid "Checkout without card"
+msgstr "Hasta 12 pagos sin tarjeta con Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:311
+#: ../../src/Translations/AdminTranslations.php:567
msgid ""
"Inform your customers about the option of paying in installments without card"
msgstr ""
"Informa a tus clientes la posibilidad de financiar sus compras en hasta 12 "
"pagos sin tarjeta de crédito"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:314
+#: ../../src/Translations/AdminTranslations.php:568
msgid ""
-"By activating the installments without card component, you increase "
-"your chances of selling."
-msgstr ""
-"Al activar el componente de financiación en hasta 12 pagos sin tarjeta de "
-"crédito, aumentarás tus posibilidades de venta."
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:316
-msgid "The installments without card component is active."
+"By activating the installments without card component, you increase your "
+"chances of selling."
msgstr ""
-"El componente “Compra en hasta 12 pagos sin tarjeta” está activo."
+"Al activar el componente de financiación en hasta 12 pagos sin tarjeta de "
+"crédito, aumentarás tus posibilidades de venta."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:317
-msgid "The installments without card component is inactive."
-msgstr ""
-"El componente “Compra en hasta 12 pagos sin tarjeta” está inactivo."
-
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:355,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:365
+#: ../../src/Translations/AdminTranslations.php:571
msgid "Banner on the product page | Computer version"
msgstr "Componente en la página del producto | Versión para computadora"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:356
+#: ../../src/Translations/AdminTranslations.php:572
msgid "Banner on the product page | Cellphone version"
msgstr "Componente en la página del producto | Versión para celular"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:363
+#: ../../src/Translations/AdminTranslations.php:573
msgid "Computer"
msgstr "Computadora"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:364
+#: ../../src/Translations/AdminTranslations.php:574
msgid "Mobile"
msgstr "Celular"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:366
+#: ../../src/Translations/AdminTranslations.php:575
msgid "Component visualization"
msgstr "Visualización del componente"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:41,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:42,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:52
-msgid "Debit and Credit"
-msgstr "Débito e crédito"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:43,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:36,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:36
-msgid "Transparent Checkout in your store environment"
-msgstr "Checkout Transparente, en tu tienda"
+#: ../../src/Translations/AdminTranslations.php:598,
+#: ../../src/Translations/AdminTranslations.php:604
+msgid "Transparent Checkout for credit cards is"
+msgstr "El Checkout Transparente de las tarjetas de crédito está"
+
+#: ../../src/Translations/AdminTranslations.php:622,
+#: ../../src/Translations/AdminTranslations.php:628
+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:645,
+#: ../../src/Translations/AdminTranslations.php:660
+msgid "Credit and debit cards"
+msgstr "Tarjeta de crédito y débito"
+
+#: ../../src/Translations/AdminTranslations.php:646,
+#: ../../src/Translations/AdminTranslations.php:648,
+#: ../../src/Translations/AdminTranslations.php:711,
+#: ../../src/Translations/AdminTranslations.php:773,
+#: ../../src/Translations/AdminTranslations.php:853,
+#: ../../src/Translations/AdminTranslations.php:855
+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:647,
+#: ../../src/Translations/AdminTranslations.php:712,
+#: ../../src/Translations/AdminTranslations.php:774,
+#: ../../src/Translations/AdminTranslations.php:854
+msgid "Mercado Pago - Checkout API"
+msgstr "Mercado Pago - Checkout API"
+
+#: ../../src/Translations/AdminTranslations.php:649
+msgid "Transparent Checkout | Credit card"
+msgstr "Checkout Transparente | Tarjeta de Crédito"
+
+#: ../../src/Translations/AdminTranslations.php:650
+msgid ""
+"With the Transparent Checkout, you can sell inside your store environment, "
+"without redirection and with the security from Mercado Pago."
+msgstr ""
+"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
+"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:51,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:44,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:44
-msgid "Mercado pago - Customized Checkout"
-msgstr "Mercado Pago - Checkout Personalizado"
+#: ../../src/Translations/AdminTranslations.php:651
+msgid "Mercado Pago Plugin general settings"
+msgstr "Configuraciones generales del plugin de Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:154
+#: ../../src/Translations/AdminTranslations.php:655
msgid ""
"By disabling it, you will disable all credit cards payments from Mercado "
"Pago Transparent Checkout."
@@ -699,21 +1135,11 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
"en el Checkout Transparente de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:158
-msgid "Transparent Checkout for credit cards is enabled."
-msgstr ""
-"El Checkout Transparente de las tarjetas de crédito está activado."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:159
-msgid "Transparent checkout for credit cards is disabled."
-msgstr ""
-"El checkout transparente de las tarjetas de crédito está desactivado."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:191
+#: ../../src/Translations/AdminTranslations.php:662
msgid "Installments Fees"
msgstr "Tasas de pago en cuotas"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:192
+#: ../../src/Translations/AdminTranslations.php:663
msgid ""
"Set installment fees and whether they will be charged from the store or from "
"the buyer."
@@ -721,31 +1147,15 @@ msgstr ""
"Configura las tasas de las cuotas y si se las cobrarán a la tienda o al "
"comprador."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:193
+#: ../../src/Translations/AdminTranslations.php:664
msgid "Set fees"
msgstr "Configurar tasas"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:218
-msgid "Transparent Checkout | Credit card "
-msgstr "Checkout Transparente | Tarjeta de Crédito "
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:222
-msgid ""
-"With the Transparent Checkout, you can sell inside your store environment, "
-"without redirection and with the security from Mercado Pago."
-msgstr ""
-"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
-"redireccionamentos, con toda la seguridad de Mercado Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:240
-msgid "Advanced configuration of the personalized payment experience"
-msgstr "Configuración Avanzada"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:254
+#: ../../src/Translations/AdminTranslations.php:669
msgid "Payments via Mercado Pago account"
msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:255
+#: ../../src/Translations/AdminTranslations.php:670
msgid ""
"Your customers pay faster with saved cards, money balance or other available "
"methods in their Mercado Pago accounts."
@@ -753,387 +1163,254 @@ msgstr ""
"Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o "
"con otros medios disponibles en sus cuentas de MP."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:259
-msgid "Payments via Mercado Pago accounts are active."
-msgstr "Los pagos a través de la cuenta de Mercado Pago están activos."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:260
-msgid "Payments via Mercado Pago accounts are inactive."
-msgstr ""
-"Los pagos a través de la cuenta de Mercado Pago están deshabilitados."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:279
+#: ../../src/Translations/AdminTranslations.php:673
msgid "Check an example of how it will appear in your store:"
msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:310
-msgid "That’s it, payment accepted!"
-msgstr "Listo, ¡aceptamos tu pago!"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:312
-msgid ""
-"We are processing your payment. In less than an hour we will send you the "
-"result by email."
-msgstr ""
-"Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
-"por correo electrónico."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:314
-msgid ""
-"We are processing your payment. In less than 2 days we will send you by "
-"email if the payment has been approved or if additional information is "
-"needed."
-msgstr ""
-"Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
-"electrónico si se ha aprobado el pago o si se necesita información adicional."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:316
-msgid "Check the card number."
-msgstr "Compruebe el número de tarjeta."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318
-msgid "Check the expiration date."
-msgstr "Compruebe la fecha de expiración."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320
-msgid "Check the information provided."
-msgstr "Compruebe la información informada."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322
-msgid "Check the informed security code."
-msgstr "Compruebe el código de seguridad informado."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:325
-msgid "Your payment cannot be processed."
-msgstr "No se puede procesar su pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:327
-msgid "You must authorize payments for your orders."
-msgstr "Usted debe autorizar los pagos de sus órdenes."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:329
-msgid ""
-"Contact your card issuer to activate it. The phone is on the back of your "
-"card."
-msgstr ""
-"Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
-"se encuentra en la parte posterior de su tarjeta."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331
-msgid ""
-"You have already made a payment of this amount. If you have to pay again, "
-"use another card or other method of payment."
-msgstr ""
-"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
-"utilizar otra tarjeta u otro medio de pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333
-msgid ""
-"Your payment was declined. Please select another payment method. It is "
-"recommended in cash."
-msgstr ""
-"Su pago fue rechazado. Por favor seleccione otro medio de pago. Se "
-"recomienda en efectivo."
+#: ../../src/Translations/AdminTranslations.php:674
+msgid "Advanced configuration of the personalized payment experience"
+msgstr "Configuración Avanzada"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335
-msgid "Your payment does not have sufficient funds."
-msgstr "Su metodo de pago no tiene fondos suficientes."
+#: ../../src/Translations/AdminTranslations.php:710,
+#: ../../src/Translations/AdminTranslations.php:724
+msgid "Invoice"
+msgstr "Efectivo"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337
-msgid "Payment cannot process the selected fee."
-msgstr "El pago no puede procesar la cuota seleccionada."
+#: ../../src/Translations/AdminTranslations.php:713
+msgid "Transparent Checkout | Invoice or Loterica"
+msgstr "Checkout Transparente | Efectivo"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339
+#: ../../src/Translations/AdminTranslations.php:714,
+#: ../../src/Translations/AdminTranslations.php:776,
+#: ../../src/Translations/AdminTranslations.php:857
msgid ""
-"You have reached the limit of allowed attempts. Choose another card or other "
-"payment method."
-msgstr ""
-"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
-"medio de pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341,
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:204
-msgid "This payment method cannot process your payment."
-msgstr "Este medio de pago no puede procesar su pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:396
-msgid "Credit cards"
-msgstr "Tarjetas de crédito"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:397
-msgid "Up to "
-msgstr "Hasta "
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:397
-msgid " installments"
-msgstr "12 pagos sin tarjeta"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:404
-msgid "Debit cards"
-msgstr "Tarjetas de débito"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:447,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:448,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:480,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:481,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:401,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:402,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:562,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563
-msgid "A problem was occurred when processing your payment. Please, try again."
+"With the Transparent Checkout, you can sell inside your store environment, "
+"without redirection and all the safety from Mercado Pago."
msgstr ""
-"El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
-"vez."
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577
-msgid "See your order form"
-msgstr "Ver su hoja de pedido"
-
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:588
-msgid "Your payment was declined. You can try again."
-msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
+"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
+"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:595,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:93
-msgid "Click to try again"
-msgstr "Haga clic para intentarlo de nuevo"
+#: ../../src/Translations/AdminTranslations.php:718,
+#: ../../src/Translations/AdminTranslations.php:780
+msgid "Enable the Checkout"
+msgstr "Activar el checkout"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:617,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:618
+#: ../../src/Translations/AdminTranslations.php:719
msgid ""
-"A problem was occurred when processing your payment. Are you sure you have "
-"correctly filled all information in the checkout form?"
+"By disabling it, you will disable all invoice payments from Mercado Pago "
+"Transparent Checkout."
msgstr ""
-"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
-"cargado la información en el formulario?"
+"Al desactivar, desabilitarás todos los medios de pago en efectivo en el "
+"Checkout Transparente de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:642
-msgid "Represents the installment fee charged by Mercado Pago."
-msgstr "Representa la tarifa de cuota que cobra Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:720
+msgid "The transparent checkout for tickets is enabled."
+msgstr "El Checkout Transparente está activo para pagos en efectivo."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:643
-msgid "Mercado Pago Installment Fee:"
-msgstr "Tarifa de cuotas de Mercado Pago:"
+#: ../../src/Translations/AdminTranslations.php:721
+msgid "The transparent checkout for tickets is disabled."
+msgstr "El Checkout Transparente está inactivo para pagos en efectivo."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:648
-msgid ""
-"Represents the total purchase plus the installment fee charged by Mercado "
-"Pago."
-msgstr ""
-"Representa el total de la compra más la tarifa de cuota que cobra Mercado "
-"Pago."
+#: ../../src/Translations/AdminTranslations.php:730
+msgid "Payment Due"
+msgstr "Fecha de pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:649
-msgid "Mercado Pago Total:"
-msgstr "Total en Mercado Pago:"
+#: ../../src/Translations/AdminTranslations.php:731
+msgid "In how many days will cash payments expire."
+msgstr "En cuántos días vencerán los pagos en efectivo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:715
-msgid "Configure your credentials to enable Mercado Pago payment methods."
+#: ../../src/Translations/AdminTranslations.php:732
+msgid "Advanced configuration of the cash payment experience"
msgstr ""
-"Completa tus credenciales para habilitar los medios de pago Mercado Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:773
-msgid "Title in the store Checkout"
-msgstr "Título en el checkout"
-
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
-msgid "Change the display text in Checkout, maximum characters: 85"
-msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85"
+"Configuração avançada da experiência de pagamento via boleto e em lotéricas"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:777
-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:734,
+#: ../../src/Translations/AdminTranslations.php:794
+msgid "Reduce inventory"
+msgstr "Reducir inventario"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:791
-msgid "Description"
-msgstr "Descripción"
+#: ../../src/Translations/AdminTranslations.php:735,
+#: ../../src/Translations/AdminTranslations.php:795
+msgid ""
+"Activates inventory reduction during the creation of an order, whether or "
+"not the final payment is credited. Disable this option to reduce it only "
+"when payments are approved."
+msgstr ""
+"Activa la reducción del inventario durante la creación de un pedido, se "
+"acredite o no el pago final. Desactiva esta opción para reducirlo solo "
+"cuando los pagos estén aprobados."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:828,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347
-msgid "Important! To sell you must enter your credentials."
-msgstr "¡Importante! Para vender debe introducir sus credenciales."
+#: ../../src/Translations/AdminTranslations.php:736,
+#: ../../src/Translations/AdminTranslations.php:796
+msgid "Reduce inventory is enabled."
+msgstr "Reducir inventario está activo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:829
-msgid "You must enter production credentials."
-msgstr "Debe introducir las credenciales de producción."
+#: ../../src/Translations/AdminTranslations.php:737,
+#: ../../src/Translations/AdminTranslations.php:797
+msgid "Reduce inventory is disabled."
+msgstr "Reducir inventario está inactivo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:830
-msgid "Enter credentials"
-msgstr "Introducir credenciales"
+#: ../../src/Translations/AdminTranslations.php:739,
+#: ../../src/Translations/AdminTranslations.php:799
+msgid "Enable the available payment methods"
+msgstr "Habilita los medios de pago disponibles"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
-msgid "Mercado Pago Plugin general settings"
-msgstr "Configuraciones generales del plugin de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:740,
+#: ../../src/Translations/AdminTranslations.php:800
+msgid "Choose the available payment methods in your store."
+msgstr "Elige los medios de pago que se aceptan en la tienda."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
-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:741,
+#: ../../src/Translations/AdminTranslations.php:801
+msgid "All payment methods"
+msgstr "Medios de pago disponibles"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:842
-msgid "Go to Settings"
-msgstr "Ir a Configuraciones"
+#: ../../src/Translations/AdminTranslations.php:772,
+#: ../../src/Translations/AdminTranslations.php:786
+msgid "PSE"
+msgstr "PSE"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:866
-msgid "Activate your credentials to be able to sell"
-msgstr "Activa tus credenciales para poder vender"
+#: ../../src/Translations/AdminTranslations.php:775
+msgid "Transparent Checkout PSE"
+msgstr "Pago transparente PSE"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:867
+#: ../../src/Translations/AdminTranslations.php:781
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."
+"By deactivating it, you will disable PSE payments from Mercado Pago "
+"Transparent Checkout."
msgstr ""
-"Las credenciales son contraseñas que debes integrar para poder vender. "
-"Dirígete a Activar credenciales. En la siguiente pantalla, ve de nuevo al "
-"botón Activar credenciales y completa los campos con los datos solicitados."
+"Al desactivarlo, desactivará los pagos PSE de Mercado Pago Transparente "
+"Checkout."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:868
-msgid "Activate credentials"
-msgstr "Activar credenciales"
+#: ../../src/Translations/AdminTranslations.php:782
+msgid "The transparent checkout for PSE is enabled."
+msgstr "El Checkout Transparente está activo para pagos PSE."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:916
-msgid "By disabling it, you will disable all payment methods of this checkout."
-msgstr "Al desactivar, desabilitarás todos los medios de pago del checkout."
+#: ../../src/Translations/AdminTranslations.php:783
+msgid "The transparent checkout for PSE is disabled."
+msgstr "El Checkout Transparente está inactivo para pagos PSE."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1029
-msgid "Basic Configuration"
-msgstr "Configuración Básica"
+#: ../../src/Translations/AdminTranslations.php:792
+msgid "Advanced configuration of the PSE payment experience"
+msgstr "Configuración avanzada de la experiencia de pago PSE"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1042
-msgid "Discount coupons"
-msgstr "Cupones de descuento"
+#: ../../src/Translations/AdminTranslations.php:821,
+#: ../../src/Translations/AdminTranslations.php:827
+msgid "The transparent checkout for Pix payment is"
+msgstr "El Checkout Transparente está"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1045
-msgid "Will you offer discount coupons to customers who buy with Mercado Pago?"
-msgstr ""
-"¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?"
+#: ../../src/Translations/AdminTranslations.php:845
+msgid "Go to the"
+msgstr "Ve al área"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1047
-msgid "Discount coupons is active."
-msgstr "Cupones de descuento están activos."
+#: ../../src/Translations/AdminTranslations.php:846
+msgid "Your Profile"
+msgstr "Tu Perfil"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1048
-msgid "Discount coupons is disabled."
-msgstr "Cupones de descuento están inactivos."
+#: ../../src/Translations/AdminTranslations.php:847
+msgid "area and choose the"
+msgstr "y elige la sección"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1060
-msgid "Automatic decline of payments without instant approval"
-msgstr "Rechazo automático de pagos sin aprobación instantanea"
+#: ../../src/Translations/AdminTranslations.php:848
+msgid "Your Pix Keys section"
+msgstr "Tus claves Pix"
+
+#: ../../src/Translations/AdminTranslations.php:852,
+#: ../../src/Translations/AdminTranslations.php:867
+msgid "Pix"
+msgstr "Pix"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1061
+#: ../../src/Translations/AdminTranslations.php:856
+msgid "Transparent Checkout | Pix"
+msgstr "Checkout Transparente | Pix"
+
+#: ../../src/Translations/AdminTranslations.php:862
msgid ""
-"Enable it if you want to automatically decline payments that are not "
-"instantly approved by banks or other institutions. "
+"By disabling it, you will disable all Pix payments from Mercado Pago "
+"Transparent Checkout."
msgstr ""
-"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
-"instantáneamente por bancos u otros compradores. "
+"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
+"en el Checkout Transparente de Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1065
-msgid "Pending payments will be automatically declined."
-msgstr "Los pagos pendientes se rechazarán automaticamente."
+#: ../../src/Translations/AdminTranslations.php:869
+msgid "Expiration for payments via Pix"
+msgstr "Vencimiento para pagos con Pix"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1066
-msgid "Pending payments will not be automatically declined."
-msgstr "Los pagos pendientes no se rechazarán automaticamente."
+#: ../../src/Translations/AdminTranslations.php:870
+msgid "Set the limit in minutes for your clients to pay via Pix."
+msgstr ""
+"Define el límite de minutos para que tus clientes puedan pagar con Pix."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1078
-msgid "Discount in Mercado Pago Checkouts"
-msgstr "Descuento en los checkouts de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:871
+msgid "15 minutes"
+msgstr "15 minutos"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1081
-msgid ""
-"Choose a percentage value that you want to discount your customers for "
-"paying with Mercado Pago."
-msgstr ""
-"Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
-"Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:872
+msgid "30 minutes (recommended)"
+msgstr "30 minutos (recomendado)"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1082,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1103
-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:873
+msgid "60 minutes"
+msgstr "60 minutos"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1099
-msgid "Commission in Mercado Pago Checkouts"
-msgstr "Comisiones en los checkouts de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:874
+msgid "12 hours"
+msgstr "12 horas"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1102
-msgid ""
-"Choose an additional percentage value that you want to charge as commission "
-"to your customers for paying with Mercado Pago."
-msgstr ""
-"Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
-"clientes por pagar con Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:875
+msgid "24 hours"
+msgstr "24 horas"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1139
-msgid "Convert Currency"
-msgstr "Convertir moneda"
+#: ../../src/Translations/AdminTranslations.php:876
+msgid "2 days"
+msgstr "2 días"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1144
-msgid "Currency convertion is enabled."
-msgstr "Conversión de moneda está activa."
+#: ../../src/Translations/AdminTranslations.php:877
+msgid "3 days"
+msgstr "3 días"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1145
-msgid "Currency convertion is disabled."
-msgstr "Conversión de moneda está inactiva."
+#: ../../src/Translations/AdminTranslations.php:878
+msgid "4 days"
+msgstr "4 días"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1262
-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:879
+msgid "5 days"
+msgstr "5 días"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:34,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:35,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:45
-msgid "Pix"
-msgstr "Pix"
+#: ../../src/Translations/AdminTranslations.php:880
+msgid "6 days"
+msgstr "6 días"
+
+#: ../../src/Translations/AdminTranslations.php:881
+msgid "7 days"
+msgstr "7 días"
+
+#: ../../src/Translations/AdminTranslations.php:886
+msgid "Would you like to know how Pix works?"
+msgstr "¿Quieres saber cómo funciona Pix?"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:204
+#: ../../src/Translations/AdminTranslations.php:887
msgid ""
-"By disabling it, you will disable all Pix payments from Mercado Pago "
-"Transparent Checkout."
-msgstr ""
-"Al desactivar, desabilitarás lo medios de pago con Pix en el Checkout "
-"Transparente de Mercado Pago."
+"We have a dedicated page where we explain how it works and its advantages."
+msgstr "Creamos una página que explica su funcionamiento y sus vantajas."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:208
-msgid "The transparent checkout for Pix payment is enabled."
-msgstr "El Checkout Transparente está activo para pagos por Pix."
+#: ../../src/Translations/AdminTranslations.php:888
+msgid "Find out more about Pix"
+msgstr "Saber más sobre Pix"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:209
-msgid "The transparent checkout for Pix payment is disabled."
-msgstr "El Checkout Transparente está inactivo para pagos por Pix."
+#: ../../src/Translations/AdminTranslations.php:889
+msgid "Advanced configuration of the Pix experience"
+msgstr "Configuración avanzada de la experiencia Pix"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224
+#: ../../src/Translations/AdminTranslations.php:897
msgid "To activate Pix, you must have a key registered in Mercado Pago."
msgstr "Para activar el Pix, debes tener una clave registrada en Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225
+#: ../../src/Translations/AdminTranslations.php:898
msgid "Download the Mercado Pago app on your cell phone."
msgstr "Descarga la app de Mercado Pago en tu móvil."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:226
-msgid "Go to the "
-msgstr "Ve al área "
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227
-msgid "area and choose the "
-msgstr "y elige la sección "
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228
-msgid "Your Profile "
-msgstr "Tu Perfil "
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229
-msgid "Your Pix Keys section."
-msgstr "Tus claves Pix."
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230
+#: ../../src/Translations/AdminTranslations.php:900
msgid ""
"Choose which data to register as Pix keys. After registering, you can set up "
"Pix in your checkout."
@@ -1141,7 +1418,7 @@ msgstr ""
"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás "
"configurar el Pix en tu checkout."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231
+#: ../../src/Translations/AdminTranslations.php:901
msgid ""
"Remember that, for the time being, the Central Bank of Brazil is open Monday "
"through Friday, from 9am to 6pm."
@@ -1149,7 +1426,7 @@ msgstr ""
"Recuerda que, por el momento, el Banco Central de Brasil está abierto de "
"lunes a viernes, de 9 a 18 horas."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232
+#: ../../src/Translations/AdminTranslations.php:902
msgid ""
"If you requested your registration outside these hours, we will confirm it "
"within the next business day."
@@ -1157,12 +1434,11 @@ msgstr ""
"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en "
"el siguiente día hábil."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328
+#: ../../src/Translations/AdminTranslations.php:903
msgid "Learn more about Pix"
msgstr "Más información sobre Pix"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234
+#: ../../src/Translations/AdminTranslations.php:904
msgid ""
"If you have already registered a Pix key at Mercado Pago and cannot activate "
"Pix in the checkout, "
@@ -1170,285 +1446,271 @@ msgstr ""
"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix "
"en el checkout, "
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235
+#: ../../src/Translations/AdminTranslations.php:905
msgid "click here."
msgstr "haz clic aquí."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:260
-msgid "Transparent Checkout | Pix"
-msgstr "Checkout Transparente | Pix"
+#: ../../src/Translations/AdminTranslations.php:919
+msgid "To enable test mode"
+msgstr "Para activar el modo de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:264
-msgid ""
-"With the Transparent Checkout, you can sell inside your store environment, "
-"without redirection and all the safety from Mercado Pago. "
-msgstr ""
-"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
-"redireccionamientos, con toda la seguridad de Mercado Pago. "
+#: ../../src/Translations/AdminTranslations.php:921
+msgid "copy your test credentials"
+msgstr "copia tus credenciales de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:281
-msgid "Advanced configuration of the Pix experience"
-msgstr "Configuración avanzada de la experiencia Pix"
+#: ../../src/Translations/AdminTranslations.php:922
+msgid "and paste them above in section 1 of this page"
+msgstr "y pégalas en la sección 1 de esta página"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:294
-msgid "15 minutes"
-msgstr "15 minutos"
+#: ../../src/Translations/AdminTranslations.php:927
+msgid "Create your"
+msgstr "Crea tu"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:295
-msgid "30 minutes (recommended)"
-msgstr "30 minutos (recomendado)"
+#: ../../src/Translations/AdminTranslations.php:929
+msgid "test user"
+msgstr "usuario de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:296
-msgid "60 minutes"
-msgstr "60 minutes"
+#: ../../src/Translations/AdminTranslations.php:930
+msgid ""
+"(Optional. Can be used in Production Mode and Test Mode, to test payments)"
+msgstr ""
+"(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para "
+"probar los pagos)"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297
-msgid "12 hours"
-msgstr "12 horas"
+#: ../../src/Translations/AdminTranslations.php:936
+msgid "Use our test cards"
+msgstr "Utiliza nuestras tarjetas de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298
-msgid "24 hours"
-msgstr "24 horas"
+#: ../../src/Translations/AdminTranslations.php:937
+msgid "never use real cards"
+msgstr "nunca utilices tarjetas reales"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299
-msgid "2 days"
-msgstr "2 días"
+#: ../../src/Translations/AdminTranslations.php:943
+msgid "Visit your store"
+msgstr "Visita tu tienda"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300
-msgid "3 days"
-msgstr "3 días"
+#: ../../src/Translations/AdminTranslations.php:944
+msgid "to test purchases"
+msgstr "para testear compras"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301
-msgid "4 days"
-msgstr "4 días"
+#: ../../src/Translations/AdminTranslations.php:948
+msgid "4. Test your store before you start to sell"
+msgstr "4. Testea tu tienda antes de empezar a vender"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302
-msgid "5 days"
-msgstr "5 días"
+#: ../../src/Translations/AdminTranslations.php:949
+msgid "Choose how you want to operate your store:"
+msgstr "Elige cómo quieres operar tu tienda:"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303
-msgid "6 days"
-msgstr "6 días"
+#: ../../src/Translations/AdminTranslations.php:950
+msgid "Test Mode"
+msgstr "Modo Test"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304
-msgid "7 days"
-msgstr "7 días"
+#: ../../src/Translations/AdminTranslations.php:951
+msgid "Sale Mode (Production)"
+msgstr "Modo Ventas (Producción)"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:308
-msgid "Expiration for payments via Pix"
-msgstr "Vencimiento para pagos con Pix"
+#: ../../src/Translations/AdminTranslations.php:952
+msgid "Mercado Pago payment methods in Production Mode"
+msgstr "Medios de pago Mercado Pago en Modo Produción"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:310
-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:953
+msgid "Mercado Pago payment methods in Test Mode"
+msgstr "Medios de pago Mercado Pago en Modo Test"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325
-msgid "Want to learn how Pix works?"
-msgstr "¿Quieres saber cómo funciona el Pix?"
+#: ../../src/Translations/AdminTranslations.php:954
+msgid "Enter test credentials"
+msgstr "Ingresa las credenciales de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:326
+#: ../../src/Translations/AdminTranslations.php:955
msgid ""
-"We have created a page to explain how this new payment method works and its "
-"advantages."
+"Select “Test Mode” if you want to try the payment experience before you "
+"start to sell or “Sales Mode” (Production) to start now."
msgstr ""
-"Creamos una página para explicar cómo funciona este nuevo medio de pago y "
-"sus ventajas."
+"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."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347
-msgid "Would you like to know how Pix works?"
-msgstr "¿Quieres saber cómo funciona Pix?"
+#: ../../src/Translations/AdminTranslations.php:956
+msgid "Mercado Pago Checkouts disabled for real collections."
+msgstr "Checkouts Mercado Pago inactivos para cobros reales."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:348
-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:957
+msgid "Test Mode rules."
+msgstr "Reglas del modo test."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:349
-msgid "Find out more about Pix"
-msgstr "Saber más sobre Pix"
+#: ../../src/Translations/AdminTranslations.php:958
+msgid "Mercado Pago Checkouts enabled for real collections."
+msgstr "Checkouts Mercado Pago activos para cobros reales."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:493
-msgid "A problem occurred when processing your payment. Please try again."
-msgstr ""
-"Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo."
+#: ../../src/Translations/AdminTranslations.php:959
+msgid "The clients can make real purchases in your store."
+msgstr "Los clientes pueden hacer compras reales en tu tienda."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:478,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547
-msgid ""
-"A problem occurred when processing your payment. Are you sure you have "
-"correctly filled in all the information on the checkout form?"
-msgstr ""
-"Un problema se produjo al procesar su pago. ¿Esta seguro que ha rellenado "
-"correctamente toda la información en el formulario de checkout?"
+#: ../../src/Translations/AdminTranslations.php:964
+msgid "Store in sale mode (Production)"
+msgstr "Tienda en Modo Ventas (Producción)"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:456,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:522
-msgid "The customer has not paid yet."
-msgstr "El cliente no ha pagado todavía."
+#: ../../src/Translations/AdminTranslations.php:965
+msgid "Store under test"
+msgstr "Tienda en Modo Test"
+
+#: ../../src/Translations/AdminTranslations.php:966
+msgid "Save changes"
+msgstr "Guardar cambios"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:461
-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/AdminTranslations.php:978
+msgid "Store business fields are valid"
+msgstr "Los campos comerciales de la tienda son válidos"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:462
-msgid ""
-"Scan the QR code below or copy and paste the code into your bank's "
-"application."
-msgstr ""
-"Escanee el código QR a continuación o copie y pegue el código en la "
-"aplicación de su banco."
+#: ../../src/Translations/AdminTranslations.php:979
+msgid "Store business fields could not be validated"
+msgstr "Los campos comerciales de la tienda no se pudieron validar"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:563
-msgid ""
-"Please note that to receive payments via Pix at our checkout, you must have "
-"a Pix key registered in your Mercado Pago account."
-msgstr ""
-"Ten en cuenta que para recibir pagos a través de Pix en nuestro checkout, "
-"debes tener una clave Pix registrada en tu cuenta de Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:980
+msgid "At least one payment method is enabled"
+msgstr "Al menos un método de pago está habilitado"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:564
-msgid "Register your Pix key at Mercado Pago."
-msgstr "Registra tu clave Pix en Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:981
+msgid "No payment method enabled"
+msgstr "Ningún método de pago habilitado"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:614,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:148
-msgid "Code valid for "
-msgstr "Código válido por "
+#: ../../src/Translations/AdminTranslations.php:982
+msgid "Credentials fields are valid"
+msgstr "Los campos de la credencial son válidos"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:34,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:35,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:45
-msgid "Invoice"
-msgstr "Efectivo"
+#: ../../src/Translations/AdminTranslations.php:983
+msgid "Credentials fields could not be validated"
+msgstr "No se pudieron validar los campos de credenciales"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:198
-msgid ""
-"By disabling it, you will disable all invoice payments from Mercado Pago "
-"Transparent Checkout."
-msgstr ""
-"Al desactivar, desabilitarás todos los medios de pago en efectivo en el "
-"Checkout Transparente de Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:995
+msgid "Valid Public Key"
+msgstr "Public key válida"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:202
-msgid "The transparent checkout for tickets is enabled."
-msgstr ""
-"El Checkout Transparente está activo para pagos en efectivo o en "
-"loterías."
+#: ../../src/Translations/AdminTranslations.php:996
+msgid "Invalid Public Key"
+msgstr "Public key no válida"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:203
-msgid "The transparent checkout for tickets is disabled."
-msgstr ""
-"El Checkout Transparente está inactivo para pagos en efectivo o en "
-"loterías."
+#: ../../src/Translations/AdminTranslations.php:997
+msgid "Valid Access Token"
+msgstr "Access token válido"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:218
-msgid "Transparent Checkout | Invoice or Loterica"
-msgstr "Checkout Transparente | Efectivo"
+#: ../../src/Translations/AdminTranslations.php:998
+msgid "Invalid Access Token"
+msgstr "Access token no válido"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:222
+#: ../../src/Translations/AdminTranslations.php:1010
+msgid "Credentials were updated"
+msgstr "Se actualizaron las credenciales"
+
+#: ../../src/Translations/AdminTranslations.php:1011
msgid ""
-"With the Transparent Checkout, you can sell inside your store environment, "
-"without redirection and all the safety from Mercado Pago."
+"Your store has exited Test Mode and is making real sales in Production Mode."
msgstr ""
-"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
-"redireccionamentos, con toda la seguridad de Mercado Pago."
+"Ahora su tienda está fuera del modo de prueba y está realizando ventas "
+"reales en el modo de producción."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:239
-msgid "Advanced configuration of the cash payment experience"
-msgstr "Configuración avanzada de la experiencia de pago en efectivo"
+#: ../../src/Translations/AdminTranslations.php:1012
+msgid "To test the store, re-enter both test credentials."
+msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:252
-msgid "Reduce inventory"
-msgstr "Reducir inventario"
+#: ../../src/Translations/AdminTranslations.php:1013
+msgid "Invalid credentials"
+msgstr "Credenciales no válidas"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:255
-msgid ""
-"Activates inventory reduction during the creation of an order, whether or "
-"not the final payment is credited. Disable this option to reduce it only "
-"when payments are approved."
-msgstr ""
-"Activa la reducción del inventario durante la creación de un pedido, se "
-"acredite o no el pago final. Desactiva esta opción para reducirlo solo "
-"cuando los pagos estén aprobados."
+#: ../../src/Translations/AdminTranslations.php:1014
+msgid "See our manual to learn"
+msgstr "Consulte nuestro manual para saber"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257
-msgid "Reduce inventory is enabled."
-msgstr "Reducir inventario está activo."
+#: ../../src/Translations/AdminTranslations.php:1015
+msgid "how to enter the credentials the right way."
+msgstr "como ingresar las credenciales de forma correcta."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:258
-msgid "Reduce inventory is disabled."
-msgstr "Reducir inventario está inactivo."
+#: ../../src/Translations/AdminTranslations.php:1016
+msgid " for test mode"
+msgstr " para el modo de prueba"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:270
-msgid "Payment Due"
-msgstr "Vencimiento del pago"
+#: ../../src/Translations/AdminTranslations.php:1028
+msgid "Store information is valid"
+msgstr "Información sobre tu tienda"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272
-msgid "In how many days will cash payments expire."
-msgstr "En cuántos días caducarán los pagos en efectivo."
+#: ../../src/Translations/AdminTranslations.php:1041
+msgid "Attention:"
+msgstr "Atención:"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:292
-msgid "Enable the available payment methods"
-msgstr "Habilita los medios de pago disponibles"
+#: ../../src/Translations/AdminTranslations.php:1042
+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 ""
+"La configuración de moneda que tienes en WooCommerce no es compatible con la "
+"moneda que usas en tu cuenta de Mercado Pago. Activa la conversión de moneda."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:294
-msgid "Choose the available payment methods in your store."
-msgstr "Selecciona los medios de pago disponibles en tu tienda."
+#: ../../src/Translations/AdminTranslations.php:1045
+msgid "We are converting your currency from: "
+msgstr "Ahora convertimos tu moneda de: "
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:298
-msgid "All payment methods"
-msgstr "Todos los medios de pago"
+#: ../../src/Translations/AdminTranslations.php:1061
+msgid "to "
+msgstr "a "
+
+#: ../../src/Translations/AdminTranslations.php:1072
+msgid "Payment status on Mercado Pago"
+msgstr "Estado de pago en el Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:458,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:486
+#: ../../src/Translations/AdminTranslations.php:1073
msgid ""
-"There was a problem processing your payment. Are you sure you have correctly "
-"filled out all the information on the payment form?"
+"This is the payment status of your Mercado Pago Activities. To check the "
+"order status, please refer to Order details."
msgstr ""
-"Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado "
-"correctamente toda la información en el formulario de pago?"
+"Este es el estado del pago de las Actividades de tu Mercado Pago. Para "
+"consultar el estado del pedido, consulta en Detalles del Pedido."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:451,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:479
-msgid "Your document data is invalid"
-msgstr "Los datos de su documento no son válidos"
+#: ../../src/Translations/AdminTranslations.php:1074,
+#: ../../src/Translations/AdminTranslations.php:1076
+msgid "View purchase details at Mercado Pago"
+msgstr "Ver detalles de compra en Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:527
-msgid "To print the ticket again click"
-msgstr "Para imprimir nuevamente el ticket hace clic"
+#: ../../src/Translations/AdminTranslations.php:1075,
+#: ../../src/Translations/AdminTranslations.php:1077,
+#: ../../src/Translations/AdminTranslations.php:1079
+msgid "Sync order status"
+msgstr "Sincronizar el estado del pedido"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:530
-msgid "here"
-msgstr "aquí"
+#: ../../src/Translations/AdminTranslations.php:1078
+msgid "Consult the reasons for refusal"
+msgstr "Consultar motivos de rechazo"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:659
-msgid " and "
-msgstr " y "
+#: ../../src/Translations/AdminTranslations.php:1080
+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:1081
+msgid "Unable to update order:"
+msgstr "No se puede actualizar el pedido:"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
+#: ../../src/Translations/AdminTranslations.php:1082
msgid "Payment made"
msgstr "Pago realizado"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114
+#: ../../src/Translations/AdminTranslations.php:1083
msgid "Payment made by the buyer and already credited in the account."
msgstr ""
"El pago realizado por el comprador y que ya está acreditado en la cuenta."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117
+#: ../../src/Translations/AdminTranslations.php:1084
msgid "Call resolved"
msgstr "Llamado resuelto"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218
+#: ../../src/Translations/AdminTranslations.php:1085,
+#: ../../src/Translations/AdminTranslations.php:1135
msgid "Please contact Mercado Pago for further details."
msgstr "Contacta a Mercado Pago para saber más detalles."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121
+#: ../../src/Translations/AdminTranslations.php:1086
msgid "Payment refunded"
msgstr "Pago devuelto"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122
+#: ../../src/Translations/AdminTranslations.php:1087
msgid ""
"Your refund request has been made. Please contact Mercado Pago for further "
"details."
@@ -1456,59 +1718,59 @@ msgstr ""
"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
"más detalles."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129
+#: ../../src/Translations/AdminTranslations.php:1088,
+#: ../../src/Translations/AdminTranslations.php:1090
msgid "Payment returned"
msgstr "Pago devuelto"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126
+#: ../../src/Translations/AdminTranslations.php:1089
msgid "The payment has been returned to the client."
msgstr "El pago ya fue devuelto al cliente."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130
+#: ../../src/Translations/AdminTranslations.php:1091
msgid "The payment has been partially returned to the client."
msgstr "El pago ya fue devuelto parcialmente al cliente."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133
+#: ../../src/Translations/AdminTranslations.php:1092
msgid "Payment canceled"
msgstr "Pago cancelado"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134
+#: ../../src/Translations/AdminTranslations.php:1093
msgid "The payment has been successfully canceled."
msgstr "El pago fue cancelado con éxito."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137
+#: ../../src/Translations/AdminTranslations.php:1094
msgid "Purchase canceled"
msgstr "Compra cancelada"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138
+#: ../../src/Translations/AdminTranslations.php:1095
msgid "The payment has been canceled by the customer."
msgstr "El pago fue cancelado por el cliente."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:307
+#: ../../src/Translations/AdminTranslations.php:1096,
+#: ../../src/Translations/AdminTranslations.php:1098,
+#: ../../src/Translations/AdminTranslations.php:1100,
+#: ../../src/Translations/AdminTranslations.php:1102,
+#: ../../src/Translations/AdminTranslations.php:1104,
+#: ../../src/Translations/AdminTranslations.php:1112,
+#: ../../src/Translations/AdminTranslations.php:1114,
+#: ../../src/Translations/AdminTranslations.php:1116,
+#: ../../src/Translations/AdminTranslations.php:1118,
+#: ../../src/Translations/AdminTranslations.php:1120,
+#: ../../src/Translations/AdminTranslations.php:1122,
+#: ../../src/Translations/AdminTranslations.php:1124,
+#: ../../src/Translations/AdminTranslations.php:1179
msgid "Pending payment"
msgstr "Cobro pendiente"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154
+#: ../../src/Translations/AdminTranslations.php:1097,
+#: ../../src/Translations/AdminTranslations.php:1099,
+#: ../../src/Translations/AdminTranslations.php:1101,
+#: ../../src/Translations/AdminTranslations.php:1103
msgid "Awaiting payment from the buyer."
msgstr "Esperando el pago del comprador."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158
+#: ../../src/Translations/AdminTranslations.php:1105
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 "
@@ -1517,72 +1779,48 @@ msgstr ""
"Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si "
"está todo bien para que puedas entregar el producto o brindar el servicio."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:205,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:209,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:213,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:225,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:229,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:233,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:237,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:241,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:245,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:249,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:271,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:275,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:279,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:283,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:287,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:291,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:295,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:299,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:303,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:315,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:321,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:325
+#: ../../src/Translations/AdminTranslations.php:1106,
+#: ../../src/Translations/AdminTranslations.php:1130,
+#: ../../src/Translations/AdminTranslations.php:1146,
+#: ../../src/Translations/AdminTranslations.php:1165,
+#: ../../src/Translations/AdminTranslations.php:1169,
+#: ../../src/Translations/AdminTranslations.php:1171,
+#: ../../src/Translations/AdminTranslations.php:1173,
+#: ../../src/Translations/AdminTranslations.php:1177
msgid "Declined payment"
msgstr "Cobro rechazado"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256
+#: ../../src/Translations/AdminTranslations.php:1107,
+#: ../../src/Translations/AdminTranslations.php:1131
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 ""
"El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use "
-"otra tarjeta o que se comunique con su banco."
+"“\n"
+"“otra tarjeta o que se comunique con su banco."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165
+#: ../../src/Translations/AdminTranslations.php:1108
msgid "Payment authorized. Awaiting capture."
msgstr "Pago autorizado. Esperando captura."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166
+#: ../../src/Translations/AdminTranslations.php:1109
msgid ""
"The payment has been authorized on the client's card. Please capture the "
"payment."
msgstr ""
"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169
+#: ../../src/Translations/AdminTranslations.php:1110
msgid "Payment in process"
msgstr "Pago en proceso"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190
+#: ../../src/Translations/AdminTranslations.php:1111,
+#: ../../src/Translations/AdminTranslations.php:1121
msgid "Please wait or contact Mercado Pago for further details"
msgstr "Espera o contacta a Mercado Pago para saber más detalles"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174
+#: ../../src/Translations/AdminTranslations.php:1113
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 "
@@ -1591,1438 +1829,928 @@ msgstr ""
"El banco está revisando el pago. Te avisaremos por e-mail cuando esté "
"confirmado para que puedas entregar el producto o brindar el servicio."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186
+#: ../../src/Translations/AdminTranslations.php:1115,
+#: ../../src/Translations/AdminTranslations.php:1117,
+#: ../../src/Translations/AdminTranslations.php:1119
msgid "Awaiting payment information validation."
-msgstr "Esperando validación de los datos de pago.."
+msgstr "Esperando validación de los datos de pago."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194
+#: ../../src/Translations/AdminTranslations.php:1123
msgid "Waiting for the buyer."
msgstr "Esperando al comprador."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:198
+#: ../../src/Translations/AdminTranslations.php:1125
msgid "Waiting for the card issuer."
-msgstr "Espererando al emisor de la tarjeta.."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:202
-msgid ""
-"The payment could not be processed. Please ask your client to use another "
-"card or to get in touch with the bank."
-msgstr ""
-"El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
-"medio de pago o que se contacte con el banco."
+msgstr "Espererando al emisor de la tarjeta."
+
+#: ../../src/Translations/AdminTranslations.php:1126,
+#: ../../src/Translations/AdminTranslations.php:1128,
+#: ../../src/Translations/AdminTranslations.php:1132,
+#: ../../src/Translations/AdminTranslations.php:1153,
+#: ../../src/Translations/AdminTranslations.php:1175
+msgid "The card issuing bank declined the payment"
+msgstr "El banco emisor de la tarjeta rechazó el pago"
+
+#: ../../src/Translations/AdminTranslations.php:1127,
+#: ../../src/Translations/AdminTranslations.php:1129,
+#: ../../src/Translations/AdminTranslations.php:1133,
+#: ../../src/Translations/AdminTranslations.php:1154,
+#: ../../src/Translations/AdminTranslations.php:1176
+msgid ""
+"Please recommend your customer to pay with another payment method or to "
+"contact their bank."
+msgstr ""
+"Recomiéndale a tu cliente que pague con otro medio de pago o que se "
+"comunique con su banco."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:217
+#: ../../src/Translations/AdminTranslations.php:1134
msgid "Mercado Pago did not process the payment"
msgstr "Mercado Pago no procesó el pago"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:221,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:311
+#: ../../src/Translations/AdminTranslations.php:1136,
+#: ../../src/Translations/AdminTranslations.php:1181
msgid "Expired payment deadline"
msgstr "Venció el plazo para el pago"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:312
+#: ../../src/Translations/AdminTranslations.php:1137,
+#: ../../src/Translations/AdminTranslations.php:1182
msgid "The client did not pay within the time limit."
-msgstr "El cliente no pagó dentro del límite de tiempo.."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230
-msgid ""
-"The CVV is invalid. Please ask your client to review the details or use "
-"another card."
-msgstr ""
-"El código de seguridad de la tarjeta es inválido. Revisá los datos que "
-"ingresaste o pedile a tu cliente que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234
-msgid ""
-"The card is expired. Please ask your client to use another card or to "
-"contact the bank."
-msgstr ""
-"La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se "
-"comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:288
-msgid ""
-"This payment was declined because it did not pass Mercado Pago security "
-"controls. Please ask your client to use another card."
-msgstr ""
-"Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
-"Pago. Pedile a tu cliente que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280
-msgid ""
-"The buyer is suspended in our platform. Your client must contact us to check "
-"what happened."
-msgstr ""
-"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
-"con nosotros para ver qué pasó."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251
-msgid ""
-"The card does not have enough limit. Please ask your client to use another "
-"card or to get in touch with the bank."
-msgstr ""
-"La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
-"tarjeta o que se comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252
-msgid ""
-"The card does not have sufficient balance. Please ask your client to use "
-"another card or to get in touch with the bank."
-msgstr ""
-"La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
-"tarjeta o que se comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260
-msgid ""
-"The CVV was entered incorrectly several times. Please ask your client to use "
-"another card or to get in touch with the bank."
-msgstr ""
-"Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a "
-"tu cliente que use otra tarjeta o que se comunique con su banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:264
-msgid ""
-"The card does not allow the number of installments entered. Please ask your "
-"client to choose another installment plan or to use another card."
-msgstr ""
-"La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente "
-"que elija otro plan de cuotas o que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:268
-msgid ""
-"The card-issuing bank declined the payment. Please instruct your client to "
-"ask the bank to authotize it or to use another card."
-msgstr ""
-"El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que "
-"se contacte con el banco para autorizarlo o que use otra tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272
-msgid ""
-"From Mercado Pago we have detected that this payment has already been made "
-"before. If that is not the case, your client may try to pay again."
-msgstr ""
-"Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no "
-"es así, tu cliente puede intentarlo de nuevo."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276
-msgid ""
-"The card is not active yet. Please ask your client to use another card or to "
-"get in touch with the bank to activate it."
-msgstr ""
-"La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta "
-"o que se comunique con su banco para activarla."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:292
-msgid ""
-"The amount exceeded the card limit. Please ask your client to use another "
-"card or to get in touch with the bank."
-msgstr ""
-"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
-"tarjeta o que se comunique con el banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:296,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:300,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:304
-msgid ""
-"Please ask your client to use another card or to get in touch with the card "
-"issuer."
-msgstr ""
-"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
-"la tarjeta."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:308
-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 ""
-"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
-"tarjeta o que se comunique con el banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:317
-msgid ""
-"The credit function is not enabled for the card. Please tell your client "
-"that it is possible to pay with debit or to use another one."
-msgstr ""
-"La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que "
-"puede pagar con la función débito de la misma tarjeta o pídele que use otra."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:318
-msgid ""
-"The debit function is not enabled for the card. Please tell your client that "
-"it is possible to pay with credit or to use another one."
-msgstr ""
-"La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
-"puede pagar con la función crédito de la misma tarjeta o pídele que use otra."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:322
-msgid ""
-"The card-issuing bank declined the payment. Please instruct your client to "
-"ask the bank to authorize it."
-msgstr ""
-"El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
-"comunique con el banco para autorizar el pago."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:326
-msgid ""
-"The buyer does not have enough balance to make the purchase. Please ask your "
-"client to deposit money to the Mercado Pago Account or to use a different "
-"payment method."
-msgstr ""
-"El cliente no tiene suficiente saldo en la cuenta para realizar la compra. "
-"Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de "
-"pago."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:329
-msgid "There was an error"
-msgstr "Hubo un error"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:330
-msgid "The transaction could not be completed."
-msgstr "No fue posible completar la transacción."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:413
-msgid "Payment status on Mercado Pago"
-msgstr "Estado de pago en el Mercado Pago"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:473,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485
-msgid "View purchase details at Mercado Pago"
-msgstr "Ver detalles de compra en Mercado Pago"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:486,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:498
-msgid "Sync order status"
-msgstr "Sincronizar el estado del pedido"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:497
-msgid "Check the reasons why the purchase was declined."
-msgstr "Consulta los motivos del rechazo de tu compra."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:606
-msgid "Order update successfully. This page will be reloaded..."
-msgstr "Actualización del pedido con éxito. Esta página será recargada…"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:610
-msgid "Unable to update order: "
-msgstr "No se puede actualizar el pedido: "
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:126
-msgid "See WooCommerce"
-msgstr "Ver WooCommerce"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124
-msgid "Install WooCommerce"
-msgstr "Instalar WooCommerce"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:121
-msgid "Activate WooCommerce"
-msgstr "Activar WooCommerce"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:137
-msgid "do you have a minute to share your experience with our plugin?"
-msgstr "¿tienes un minuto para compartir tu experiencia con nuestro plugin?"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:140
-msgid ""
-"Your opinion is very important so that we can offer you the best possible "
-"payment solution and continue to improve."
-msgstr ""
-"Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos "
-"posible y seguir mejorando."
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:149
-msgid "Rate the plugin"
-msgstr "Valorar el plugin"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:151
-msgid "Enable payments via Mercado Pago account"
-msgstr "Pagos a través de la cuenta de Mercado Pago"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:154
-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 ""
-"Con esta función activa, tus clientes pagan más rápido usando su cuenta de "
-"Mercado Pago.La tasa de aprobación de estos pagos en tu tienda puede "
-"ser un 25% mayor en comparación con otros medios de pago."
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:163
-msgid "Activate"
-msgstr "Activar"
-
-#: ../../includes/admin/views/html-admin-alert-frame.php:34,
-#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30
-msgid "Discard"
-msgstr "Descartar"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:141
-msgid "Mercado Pago Settings"
-msgstr "Configuración de Mercado Pago"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196
-msgid "Accept "
-msgstr "Acepta "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197
-msgid "payments on the spot "
-msgstr "pagos al instante "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198
-msgid "with"
-msgstr "con toda"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199
-msgid "the "
-msgstr "la "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200
-msgid "security "
-msgstr "seguridad "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201
-msgid "from Mercado Pago"
-msgstr "de Mercado Pago"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202
-msgid "Technical requirements"
-msgstr "Requisitos técnicos"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203
-msgid "SSL"
-msgstr "SSL"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204
-msgid "GD Extensions"
-msgstr "Extensiones GD"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205
-msgid "Curl"
-msgstr "Curl"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206
-msgid ""
-"Implementation responsible for transmitting data to Mercado Pago in a secure "
-"and encrypted way."
-msgstr ""
-"Implementación responsable de transmitir los datos a Mercado Pago de forma "
-"segura y encriptada."
+msgstr "El cliente no pagó dentro del límite de tiempo."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207
-msgid ""
-"These extensions are responsible for the implementation and operation of Pix "
-"in your store."
-msgstr ""
-"Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
-"tienda."
+#: ../../src/Translations/AdminTranslations.php:1138,
+#: ../../src/Translations/AdminTranslations.php:1140,
+#: ../../src/Translations/AdminTranslations.php:1142,
+#: ../../src/Translations/AdminTranslations.php:1183
+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"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208
+#: ../../src/Translations/AdminTranslations.php:1139,
+#: ../../src/Translations/AdminTranslations.php:1141,
+#: ../../src/Translations/AdminTranslations.php:1143,
+#: ../../src/Translations/AdminTranslations.php:1184,
+#: ../../src/Translations/AdminTranslations.php:1185
msgid ""
-"It is an extension responsible for making payments via requests from the "
-"plugin to Mercado Pago."
+"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 ""
-"Es una extensión encargada de realizar los pagos a través de requests del "
-"plugin a Mercado Pago."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209
-msgid "Collections and installments"
-msgstr "Cobros y cuotas"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210
-msgid "Choose "
-msgstr "Elige "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211
-msgid "when you want to receive the money "
-msgstr "cuándo quieres recibir el dinero "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212
-msgid "from your sales and if you want to offer "
-msgstr "de las ventas y si quieres ofrecer "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213
-msgid "interest-free installments "
-msgstr "cuotas sin interés"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214
-msgid "to your clients."
-msgstr "a los clientes."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215
-msgid "Set deadlines and fees"
-msgstr "Ajustar plazos y tasas"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216,
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:124
-msgid "Questions? "
-msgstr "¿Tienes dudas?"
+"Pídele que vuelva a ingresarlos tal como figuran en la tarjeta o en la app "
+"de su banco para finalizar el pago."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217
-msgid "Review the step-by-step of "
-msgstr "Revisa el paso a paso de "
+#: ../../src/Translations/AdminTranslations.php:1144,
+#: ../../src/Translations/AdminTranslations.php:1167
+msgid "We protected you from a suspicious payment"
+msgstr "Te protegimos de un pago sospechoso"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218
-msgid "how to integrate the Mercado Pago Plugin "
-msgstr "cómo integrar el Plugin de Mercado Pago "
+#: ../../src/Translations/AdminTranslations.php:1145
+msgid "For safety reasons, this transaction cannot be completed."
+msgstr "Por motivos de seguridad, esta transacción no podrá ser finalizada."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
-msgid "on our webiste for developers."
-msgstr "en nuestro sitio de desarrolladores."
+#: ../../src/Translations/AdminTranslations.php:1147,
+#: ../../src/Translations/AdminTranslations.php:1166
+msgid ""
+"The buyer is suspended in our platform. Your client must contact us to check "
+"what happened."
+msgstr ""
+"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
+"con nosotros para ver qué pasó."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231
-msgid "1. Integrate your store with Mercado Pago "
-msgstr "1. Integra la tienda a Mercado Pago "
+#: ../../src/Translations/AdminTranslations.php:1148
+msgid "For safety reasons, the card issuing bank declined the payment"
+msgstr "Por seguridad, el banco emisor de la tarjeta rechazó el pago"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232
+#: ../../src/Translations/AdminTranslations.php:1149,
+#: ../../src/Translations/AdminTranslations.php:1168
msgid ""
-"To enable orders, you must create and activate production credentials in "
-"your Mercado Pago Account. "
+"Recommend your customer to pay with their usual payment method and device "
+"for online purchases."
msgstr ""
-"Para habilitar las ventas, debes crear y activar las credenciales de "
-"producción en tu cuenta de Mercado Pago. "
+"Recomiéndale a tu cliente que pague con el medio de pago y dispositivo que "
+"suele usar para compras online."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233
-msgid "Copy and paste the credentials below."
-msgstr "Copia y pega tus credenciales a continuación."
+#: ../../src/Translations/AdminTranslations.php:1150
+msgid "Your customer's credit card has no available limit"
+msgstr "La tarjeta de crédito de tu cliente no tiene límite disponible"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234
-msgid "Check credentials"
-msgstr "Consultar credenciales"
+#: ../../src/Translations/AdminTranslations.php:1151,
+#: ../../src/Translations/AdminTranslations.php:1152,
+#: ../../src/Translations/AdminTranslations.php:1156
+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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235
-msgid "Test credentials "
-msgstr "Credenciales de prueba "
+#: ../../src/Translations/AdminTranslations.php:1155
+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"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236
-msgid "Enable Mercado Pago checkouts for test purchases in the store."
+#: ../../src/Translations/AdminTranslations.php:1157
+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:1158
+msgid ""
+"Please ask them to choose a different number of installments or to pay with "
+"another method."
msgstr ""
-"Habilitan a los checkouts de Mercado Pago para pruebas de compras en la "
-"tienda."
+"Pídele que elija una cantidad de pagos diferente o que use con otro medio."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237
-msgid "Public key"
-msgstr "Public key"
+#: ../../src/Translations/AdminTranslations.php:1159,
+#: ../../src/Translations/AdminTranslations.php:1186
+msgid "Your customer needs to authorize the payment through their bank"
+msgstr "Tu cliente necesita autorizar el pago con su banco"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238
-msgid "Access Token"
-msgstr "Access Token"
+#: ../../src/Translations/AdminTranslations.php:1160,
+#: ../../src/Translations/AdminTranslations.php:1187
+msgid ""
+"Please ask them to call the telephone number on their card or to pay with "
+"another method."
+msgstr ""
+"Pídele que llame al teléfono que está en la tarjeta o que pague con otro "
+"medio."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239
-msgid "Production credentials"
-msgstr "Credenciales de producción"
+#: ../../src/Translations/AdminTranslations.php:1161
+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"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240
-msgid "Enable Mercado Pago checkouts to receive real payments in the store."
-msgstr ""
-"Habilitan a los checkouts de Mercado Pago para recibir pagos reales en "
-"tienda."
+#: ../../src/Translations/AdminTranslations.php:1162
+msgid "Check your approved payments to verify it."
+msgstr "Revisa tu cobros aprobados para verificarlo."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241
-msgid "Paste your Public Key here"
-msgstr "Pega aquí tu Public Key"
+#: ../../src/Translations/AdminTranslations.php:1163
+msgid "Your customer's card was is not activated yet"
+msgstr "La tarjeta de tu cliente aún no está habilitada"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242
-msgid "Paste your Access Token here"
-msgstr "Pega aquí tu Access Token"
+#: ../../src/Translations/AdminTranslations.php:1164
+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 ""
+"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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243,
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280
-msgid "Save and continue"
-msgstr "Guardar y continuar"
+#: ../../src/Translations/AdminTranslations.php:1170
+msgid ""
+"This payment was declined because it did not pass Mercado Pago security "
+"controls. Please ask your client to use another card."
+msgstr ""
+"Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
+"Pago. Pedile a tu cliente que use otra tarjeta."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254
-msgid "2. Customize your business"
-msgstr "2. Personaliza tu negocio"
+#: ../../src/Translations/AdminTranslations.php:1172
+msgid ""
+"The amount exceeded the card limit. Please ask your client to use another "
+"card or to get in touch with the bank."
+msgstr ""
+"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
+"tarjeta o que se comunique con el banco."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255
+#: ../../src/Translations/AdminTranslations.php:1174,
+#: ../../src/Translations/AdminTranslations.php:1178
msgid ""
-"Fill out the following information to have a better experience and offer "
-"more information to your clients"
+"Please ask your client to use another card or to get in touch with the card "
+"issuer."
msgstr ""
-"Completa los siguientes datos para tener una mejor experiencia y ofrecer más "
-"información a los clientes"
+"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
+"la tarjeta."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256
-msgid "Your store information"
-msgstr "Información sobre tu tienda"
+#: ../../src/Translations/AdminTranslations.php:1180
+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 ""
+"El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
+"tarjeta o que se comunique con el banco."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257
-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:1188
+msgid "Your customer's debit card has insufficient funds"
+msgstr "La tarjeta de débito de tu cliente no tiene saldo suficiente"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258
-msgid "Eg: Mary's store"
-msgstr "Ej.: TiendaMaría"
+#: ../../src/Translations/AdminTranslations.php:1189
+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:1190
+msgid "Something went wrong and the payment was declined"
+msgstr "El pago fue rechazado porque hubo un error"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259
+#: ../../src/Translations/AdminTranslations.php:1191
msgid ""
-"If this field is empty, the purchase will be identified as Mercado Pago."
+"Please recommend you customer to try again or to pay with another payment "
+"method."
msgstr ""
-"Si el campo queda vacío, la compra del cliente se identificará como Mercado "
-"Pago."
+"Recomiéndale a tu cliente que intente nuevamente o pague con otro medio de "
+"pago."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260
-msgid "Identification in Activities of Mercad Pago"
-msgstr "Identificación en Actividad de Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:1204
+msgid "Any questions?"
+msgstr "¿Tienes dudas? "
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261
-msgid "Eg: Marystore"
-msgstr "Ej.: Tienda de María"
+#: ../../src/Translations/AdminTranslations.php:1205
+msgid "Please check the"
+msgstr "Revisa las"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262
-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:1206,
+#: ../../src/Translations/AdminTranslations.php:1222
+msgid "FAQs"
+msgstr "preguntas frecuentes"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263
-msgid "Store category"
-msgstr "Categoría de la tienda"
+#: ../../src/Translations/AdminTranslations.php:1207
+msgid "on the dev website."
+msgstr "en el sitio para desarrolladores."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264
-msgid "Select"
-msgstr "Seleccionar"
+#: ../../src/Translations/AdminTranslations.php:1220
+msgid "Check our"
+msgstr "Revisa las"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265
-msgid "Select ”Other” if you do not find the appropriate category."
-msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada."
+#: ../../src/Translations/AdminTranslations.php:1223
+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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266
-msgid "Advanced integration options (optional)"
-msgstr "Opciones avanzadas de integración (opcional)"
+#: ../../src/Translations/AdminTranslations.php:1228
+msgid "1. Go to the dev website and open a"
+msgstr "1. Ingresa al sitio para desarrolladores y abre un"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267
-msgid ""
-"For further integration of your store with Mercado Pago (IPN, Certified "
-"Partners, Debug Mode)"
-msgstr ""
-"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
-"Certificados, Modo Debug)"
+#: ../../src/Translations/AdminTranslations.php:1230
+msgid "ticket"
+msgstr "ticket"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268
-msgid "View advanced options"
-msgstr "Ver opciones avanzadas"
+#: ../../src/Translations/AdminTranslations.php:1231
+msgid "in the Support section."
+msgstr "en la sección de Soporte."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269
-msgid "URL for IPN "
-msgstr "URL para IPN "
+#: ../../src/Translations/AdminTranslations.php:1236
+msgid "4. Download the"
+msgstr "4. Descarga el"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270
-msgid "Eg: https://examples.com/my-custom-ipn-url"
-msgstr "Ej.: https://examples.com/my-custom-ipn-url"
+#: ../../src/Translations/AdminTranslations.php:1237
+msgid "error history"
+msgstr "historial de errores "
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271
-msgid ""
-"Add the URL to receive payments notifications. Find out more information in "
-"the "
+#: ../../src/Translations/AdminTranslations.php:1238
+msgid "and share it with the Mercado Pago team when asked for it."
msgstr ""
-"Ingresa la URL para recibir notificaciones de pago. Consulta más información "
-"en los "
+"y compártelo con el equipo de Mercado Pago cuando se te sea solicitado."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272
-msgid "guides."
-msgstr "manuales."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273
-msgid "Add plugin default params"
-msgstr "Agregar parámetros default del plugin"
+#: ../../src/Translations/AdminTranslations.php:1242
+msgid "Do you need help?"
+msgstr "¿Necesitas ayuda?"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274
-msgid "integrator_id"
-msgstr "integrator_id"
+#: ../../src/Translations/AdminTranslations.php:1243
+msgid "How to open a ticket:"
+msgstr "Cómo abrir un ticket:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275
-msgid "Eg: 14987126498"
-msgstr "Ej.: 14987126498"
+#: ../../src/Translations/AdminTranslations.php:1245
+msgid "2. Fill out the form with your store details."
+msgstr "2. Completa el formulario con los datos de tu tienda."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276
+#: ../../src/Translations/AdminTranslations.php:1246
msgid ""
-"If you are a Mercado Pago Certified Partner, make sure to add your "
-"integrator_id. If you do not have the code, please "
+"3. Copy and paste the following details when asked for the the technical "
+"information:"
msgstr ""
-"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
-"integrator_id. Si no tienes el código, "
+"3. Copia y pega los siguientes datos cuando se te pida la información "
+"técnica:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277
-msgid "request it now. "
-msgstr "solicítalo ahora. "
+#: ../../src/Translations/AdminTranslations.php:1249
+msgid "Version:"
+msgstr "Versión"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278
-msgid "Debug and Log Mode"
-msgstr "Modo debug y log"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:279
-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:1250
+msgid "History of errors"
+msgstr "Historial de errores"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291
-msgid "3. Set payment methods"
-msgstr "3. Configura los medios de pago"
+#: ../../src/Translations/AdminTranslations.php:1251
+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 ""
+"Selecciona los archivos que quieras compartir con nuestro equipo y haz clic "
+"en “Descargar”. Esta información se te solicitará por e-mail al momento de "
+"ser necesario."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:292
-msgid "To view more options, please select a payment method below"
-msgstr "Selecciona uno de los siguientes medios de pago para ver más opciones"
+#: ../../src/Translations/AdminTranslations.php:1254
+msgid "Source"
+msgstr "Origen"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:293
-msgid "Settings"
-msgstr "Configurar"
+#: ../../src/Translations/AdminTranslations.php:1255
+msgid "File date"
+msgstr "Fecha de creación"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:294
-msgid "Continue"
-msgstr "Continuar"
+#: ../../src/Translations/AdminTranslations.php:1256
+msgid "Download"
+msgstr "Descargar"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305
-msgid "4. Test your store before you sell"
-msgstr "4. Testea tu tienda antes de vender"
+#: ../../src/Translations/AdminTranslations.php:1257
+msgid "Next Page"
+msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306
-msgid ""
-"Test the experience in Test Mode and then enable the Sale Mode (Production) "
-"to sell."
+#: ../../src/Translations/AdminTranslations.php:1258
+msgid "Previous page"
msgstr ""
-"Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) "
-"para realizar ventas."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307
-msgid "Choose how you want to operate your store:"
-msgstr "Elige cómo quieres operar tu tienda:"
+#: ../../src/Translations/AdminTranslations.php:1259
+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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308
-msgid "Test Mode"
-msgstr "Modo Test"
+#: ../../src/Translations/StoreTranslations.php:103
+msgid "discount of"
+msgstr "descuento de"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309
-msgid "Mercado Pago Checkouts disabled for real collections. "
-msgstr "Checkouts Mercado Pago inactivos para cobros reales. "
+#: ../../src/Translations/StoreTranslations.php:104
+msgid "fee of"
+msgstr "comisión de"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310
-msgid "Test Mode rules."
-msgstr "Reglas del modo test."
+#: ../../src/Translations/StoreTranslations.php:105
+msgid "and"
+msgstr "y"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311
-msgid "Sale Mode (Production)"
-msgstr "Modo Ventas (Producción)"
+#: ../../src/Translations/StoreTranslations.php:106
+msgid "Shipping service used by the store."
+msgstr "Servicio de envío utilizado por la tienda."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312
-msgid "Mercado Pago Checkouts enabled for real collections."
-msgstr "Checkouts Mercado Pago activos para cobros reales."
+#: ../../src/Translations/StoreTranslations.php:107
+msgid "Discount provided by store"
+msgstr "Descuento proporcionado por la tienda"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313
-msgid "Mercado Pago payment methods in Production Mode"
-msgstr "Medios de pago Mercado Pago en Modo Produción"
+#: ../../src/Translations/StoreTranslations.php:108
+msgid "Mercado Pago Discount"
+msgstr "Descuento de Mercado Pago:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314
-msgid "The clients can make real purchases in your store."
-msgstr "Los clientes pueden hacer compras reales en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:109
+msgid "Mercado Pago Commission"
+msgstr "Comisión de Mercado Pago:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315
-msgid "Mercado Pago payment methods in Test Mode"
-msgstr "Medios de pago Mercado Pago en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:121
+msgid "Checkout Pro in Test Mode"
+msgstr "Checkout Pro en Modo Test"
+
+#: ../../src/Translations/StoreTranslations.php:122,
+#: ../../src/Translations/StoreTranslations.php:180,
+#: ../../src/Translations/StoreTranslations.php:214
+msgid "Use Mercado Pago's payment methods without real charges. "
+msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316
-msgid "Create your "
-msgstr "Crea tu "
+#: ../../src/Translations/StoreTranslations.php:123,
+#: ../../src/Translations/StoreTranslations.php:181,
+#: ../../src/Translations/StoreTranslations.php:215,
+#: ../../src/Translations/StoreTranslations.php:336,
+#: ../../src/Translations/StoreTranslations.php:364
+msgid "See the rules for the test mode."
+msgstr "Consulte las reglas para el modo test."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317
-msgid "test user "
-msgstr "usuario de prueba "
+#: ../../src/Translations/StoreTranslations.php:124
+msgid "Log in to Mercado Pago and earn benefits"
+msgstr "Inicia sesión en Mercado Pago y obtén beneficios"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318
-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/StoreTranslations.php:125
+msgid "Easy login"
+msgstr "Ingresa con facilidad"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319
-msgid "Use our test cards, "
-msgstr "Utiliza nuestras tarjetas de prueba, "
+#: ../../src/Translations/StoreTranslations.php:126
+msgid "Log in with the same email and password you use in Mercado Libre."
+msgstr "Inicia sesión con tu mismo e-mail y contraseña de Mercado Libre."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320
-msgid "never use real cards. "
-msgstr "nunca utilices tarjetas reales. "
+#: ../../src/Translations/StoreTranslations.php:127
+msgid "Blue phone image"
+msgstr "Imagen de teléfono azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321
-msgid "Visit your store "
-msgstr "Visita tu tienda "
+#: ../../src/Translations/StoreTranslations.php:128
+msgid "Quick payments"
+msgstr "Paga rápido"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322
-msgid "to test purchases"
-msgstr "para testear compras"
+#: ../../src/Translations/StoreTranslations.php:129
+msgid "Use your saved cards, Pix or available balance."
+msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323
-msgid "Save changes"
-msgstr "Guardar cambios"
+#: ../../src/Translations/StoreTranslations.php:130
+msgid "Use your available Mercado Pago Wallet balance or saved cards."
+msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324
-msgid "Store under test"
-msgstr "Tienda en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:131
+msgid "Use your available money or saved cards."
+msgstr "Usa tu dinero disponible o tarjetas guardadas."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325
-msgid "Store in sale mode (Production)"
-msgstr "Tienda en Modo Ventas (Producción)"
+#: ../../src/Translations/StoreTranslations.php:132
+msgid "Blue wallet image"
+msgstr "Imagen de billetera azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326
-msgid "Enter test credentials"
-msgstr "Ingresa las credenciales de prueba"
+#: ../../src/Translations/StoreTranslations.php:133
+msgid "Protected purchases"
+msgstr "Protege tu compra"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:327
-msgid "To enable test mode, "
-msgstr "Para activar el modo de prueba, "
+#: ../../src/Translations/StoreTranslations.php:134
+msgid "Reliable purchases"
+msgstr "Compra con confianza"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:328
-msgid "copy your test credentials "
-msgstr "copia tus credenciales de prueba "
+#: ../../src/Translations/StoreTranslations.php:135
+msgid "Get your money back in case you don't receive your product."
+msgstr "Recupera tu dinero si no recibes el producto."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:329
-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/StoreTranslations.php:136
+msgid "Get help if you have a problem with your purchase."
+msgstr "Recibe ayuda si tienes algún problema con tu compra."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:366
-msgid "Invalid Access Token"
-msgstr "Access token no válido"
+#: ../../src/Translations/StoreTranslations.php:137
+msgid "Blue protection image"
+msgstr "Imagen de protección azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:368
-msgid "Valid Access Token"
-msgstr "Access token válido"
+#: ../../src/Translations/StoreTranslations.php:138
+msgid "Installments option"
+msgstr "Accede a cuotas"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:374
-msgid "Invalid Public Key"
-msgstr "Public key no válida"
+#: ../../src/Translations/StoreTranslations.php:139
+msgid "Pay with or without a credit card."
+msgstr "Paga con o sin tarjeta de crédito."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:376
-msgid "Valid Public Key"
-msgstr "Public key válida"
+#: ../../src/Translations/StoreTranslations.php:140
+msgid "Interest-free installments with selected banks."
+msgstr "Cuotas sin interés con bancos seleccionados."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:379
-msgid "Credentials must be valid"
-msgstr "Las credenciales deben ser válidas"
+#: ../../src/Translations/StoreTranslations.php:141
+msgid "Blue phone installments image"
+msgstr "Imagen de cuotas de teléfono azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:429
-msgid "Credentials were updated"
-msgstr "Se actualizaron las credenciales"
+#: ../../src/Translations/StoreTranslations.php:142
+msgid "Available payment methods"
+msgstr "Medios de pago disponibles"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:421
+#: ../../src/Translations/StoreTranslations.php:143,
+#: ../../src/Translations/StoreTranslations.php:186
msgid ""
-"Your store has exited Test Mode and is making real sales in Production Mode."
+"By continuing, you will be taken to Mercado Pago to safely complete your "
+"purchase."
msgstr ""
-"Ahora su tienda está fuera del modo de prueba y está realizando ventas "
-"reales en el modo de producción."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:422
-msgid "To test the store, re-enter both test credentials."
-msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:435
-msgid "Invalid credentials"
-msgstr "Credenciales no válidas"
+"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
+"segura."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:436
-msgid "See our manual to learn "
-msgstr "Consulte nuestro manual para saber "
+#: ../../src/Translations/StoreTranslations.php:144,
+#: ../../src/Translations/StoreTranslations.php:187
+msgid "Checkout Pro redirect info image"
+msgstr "Imagen de redirección de Checkout Pro"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:437
-msgid "how to enter the credentials the right way."
-msgstr "como ingresar las credenciales de forma correcta."
+#: ../../src/Translations/StoreTranslations.php:145,
+#: ../../src/Translations/StoreTranslations.php:188,
+#: ../../src/Translations/StoreTranslations.php:239,
+#: ../../src/Translations/StoreTranslations.php:281,
+#: ../../src/Translations/StoreTranslations.php:342,
+#: ../../src/Translations/StoreTranslations.php:374
+msgid "By continuing, you agree with our"
+msgstr "Al continuar, aceptas nuestros"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:497
-msgid "Store information is valid"
-msgstr "Información sobre tu tienda"
+#: ../../src/Translations/StoreTranslations.php:146,
+#: ../../src/Translations/StoreTranslations.php:189,
+#: ../../src/Translations/StoreTranslations.php:240,
+#: ../../src/Translations/StoreTranslations.php:282,
+#: ../../src/Translations/StoreTranslations.php:343,
+#: ../../src/Translations/StoreTranslations.php:375
+msgid "Terms and conditions"
+msgstr "Términos y condiciones"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:527
-msgid "Mercado Pago's Payment Methods in Test Mode"
-msgstr "Medios de pago Mercado Pago en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:147,
+#: ../../src/Translations/StoreTranslations.php:218,
+#: ../../src/Translations/StoreTranslations.php:263
+msgid "Pay with Mercado Pago"
+msgstr "Pagar con Mercado Pago"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:528
-msgid "Mercado Pago's Payment Methods in Production Mode"
-msgstr "Medios de pago Mercado Pago en Modo Produción"
+#: ../../src/Translations/StoreTranslations.php:148,
+#: ../../src/Translations/StoreTranslations.php:264
+msgid "Cancel & Clear Cart"
+msgstr "Cancelar & Limpiar carrito"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:521
-msgid "Invalid credentials for test mode"
-msgstr "Credenciales inválidas para el modo de prueba"
+#: ../../src/Translations/StoreTranslations.php:161
+msgid "Log in"
+msgstr "Inicia sesión"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:603
-msgid "Enabled"
-msgstr "Activado"
+#: ../../src/Translations/StoreTranslations.php:162
+msgid ""
+"or create an account in Mercado Pago. If you use Mercado Libre, you already "
+"have one!"
+msgstr ""
+"o crea una cuenta en Mercado Pago. Si utilizas Mercado Libre, ¡ya tienes una!"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:604
-msgid "Disabled"
-msgstr "Inactivo"
+#: ../../src/Translations/StoreTranslations.php:167
+msgid "Know your available limit in Mercado Crédito and"
+msgstr "Conoce tu límite disponible en Mercado Crédito y"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:632
-msgid "Valid Credentials"
-msgstr "Credenciales válidas"
+#: ../../src/Translations/StoreTranslations.php:168
+msgid "choose how many installments"
+msgstr "elige en cuántas cuotas"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:635
-msgid "Credentials couldn't be validated"
-msgstr "No se pudieron validar las credenciales"
+#: ../../src/Translations/StoreTranslations.php:169
+msgid "you want to pay"
+msgstr "quieres pagar"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:658
-msgid "Store business fields are valid"
-msgstr "Los campos comerciales de la tienda son válidos"
+#: ../../src/Translations/StoreTranslations.php:174
+msgid "Pay the installments as you prefer:"
+msgstr "Paga las cuotas como prefieras:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:661
-msgid "Store business fields couldn't be validated"
-msgstr "Los campos comerciales de la tienda no se pudieron validar"
+#: ../../src/Translations/StoreTranslations.php:175
+msgid "with money in your account, card of from the Mercado Pago app"
+msgstr "con dinero, tarjeta o directo desde la app de Mercado Pago"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:684
-msgid "At least one paymet method is enabled"
-msgstr "Al menos un método de pago está habilitado"
+#: ../../src/Translations/StoreTranslations.php:179
+msgid "No card installments in Test Mode"
+msgstr "Mensualidades sin tarjeta en Modo Test"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:687
-msgid "No payment method enabled"
-msgstr "No se habilitó ningún método de pago"
+#: ../../src/Translations/StoreTranslations.php:182
+msgid "How to use it?"
+msgstr "¿Cómo usar?"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:77
-msgid "Payment approved."
-msgstr "Pago aprobado."
+#: ../../src/Translations/StoreTranslations.php:190
+msgid "Pay in"
+msgstr "Compra en hasta"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:131,
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:135
-msgid "Waiting for the Pix payment."
-msgstr "Esperando el pago de Pix."
+#: ../../src/Translations/StoreTranslations.php:191
+msgid "installments"
+msgstr "12 pagos sin tarjeta"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:148,
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:152
-msgid "Waiting for the ticket payment."
-msgstr "Esperando el pago del boleto."
+#: ../../src/Translations/StoreTranslations.php:192
+msgid "with Mercado Pago"
+msgstr "con Mercado Pago"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:160
-msgid "The customer has not made the payment yet."
-msgstr "El cliente todavía no efectuó el pago."
+#: ../../src/Translations/StoreTranslations.php:193
+msgid "Read more"
+msgstr "Leer más"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:179
-msgid "Payment is pending review."
-msgstr "El pago está pendiente de revisión."
+#: ../../src/Translations/StoreTranslations.php:194
+msgid "Buy now and pay in installments with no card later!"
+msgstr "¡Compra ahora y paga después!"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:196
-msgid "Payment was declined. The customer can try again."
-msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
+#: ../../src/Translations/StoreTranslations.php:195
+msgid "100% online, without paperwork or monthly fees"
+msgstr "Compra en hasta 12 pagos mensuales sin usar tarjeta de crédito"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:211
-msgid "Payment was returned to the customer."
-msgstr "El pago fue devuelto al cliente."
+#: ../../src/Translations/StoreTranslations.php:196
+msgid "You can apply for your line of credit 100% online and securely."
+msgstr "Puedes solicitar tu línea de crédito 100% online y de forma segura."
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:225
-msgid "Payment was canceled."
-msgstr "El pago fue cancelado."
+#: ../../src/Translations/StoreTranslations.php:197
+msgid "Do everything from the Mercado Pago app!"
+msgstr "Sin trámites. ¡Haz todo desde la app de Mercado Pago!"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:240,
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:252
-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:198
+msgid "No maintenance fees or additional costs."
+msgstr "Sin tasas de mantenimiento ni costos adicionales."
-#. translators: 1: payment_id 2: status
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:318
-msgid ""
-"Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s."
-msgstr ""
-"Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s."
+#: ../../src/Translations/StoreTranslations.php:199
+msgid "Questions? "
+msgstr "¿Dudas? "
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:371
-msgid "Shipping service used by the store."
-msgstr "Servicio de envío utilizado por la tienda."
+#: ../../src/Translations/StoreTranslations.php:200
+msgid "Check our FAQ"
+msgstr "Consulta nuestra FAQ"
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:562,
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:563
-msgid "Discount provided by store"
-msgstr "Descuento proporcionado por la tienda"
+#: ../../src/Translations/StoreTranslations.php:201
+msgid ". Credit subject to approval."
+msgstr ". Crédito sujeto a aprobación."
-#. translators: %s coupon
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:130
-msgid "Discount for coupon %s"
-msgstr "Descuento para el cupón %s"
+#: ../../src/Translations/StoreTranslations.php:213
+msgid "Checkout Custom in Test Mode"
+msgstr "Tarjeta de crédito en Modo Test"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
-msgid " and fee of"
-msgstr " y comisión de"
+#: ../../src/Translations/StoreTranslations.php:216
+msgid "Pay with saved cards"
+msgstr "Paga con tarjetas guardadas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:547
+#: ../../src/Translations/StoreTranslations.php:217
msgid ""
-"Public Key production credential is invalid. Review the field to "
-"receive real payments."
+"Do you have a Mercado Libre account? Then use the same email and password to "
+"pay faster with Mercado Pago."
msgstr ""
-"La credencial para producción Public Key es inválida. Revísala para "
-"poder recibir pagos reales."
+"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
+"pagar más rápido con Mercado Pago."
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:556
-msgid ""
-"Public Key test credential is invalid. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Public Key es inválida. Revísala para poder "
-"realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:219
+msgid "With which card can you pay?"
+msgstr "¿Con qué tarjeta puedes pagar?"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:565
-msgid ""
-"Access Token production credential is invalid. Remember that it must "
-"be complete to receive real payments."
-msgstr ""
-"La credencial para producción Access Token es inválida. Revísala para "
-"poder recibir pagos reales."
+#: ../../src/Translations/StoreTranslations.php:220,
+#: ../../src/Translations/StoreTranslations.php:224
+msgid "See current promotions"
+msgstr "Ver promociones vigentes"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:574
-msgid ""
-"Access Token test credential is invalid. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Access Token es inválida. Revísala para poder "
-"realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:221
+msgid "Credit cards"
+msgstr "Tarjetas de crédito"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:592
-msgid ""
-"Public Key test credential is blank. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Public Key está en blanco. Revísala para "
-"poder realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:222
+msgid "Up to 12 installments"
+msgstr "Hasta 12 cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:601
-msgid ""
-"Public Key production credential is blank. Review the field to "
-"receive real payments."
-msgstr ""
-"La credencial para producción Public Key está en blanco. Revísala "
-"para poder recibir pagos reales."
+#: ../../src/Translations/StoreTranslations.php:223
+msgid "Debit cards"
+msgstr "Tarjetas de débito"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:610
-msgid ""
-"Access Token test credential is blank. Review the field to perform "
-"tests in your store."
-msgstr ""
-"La credencial de prueba Access Token está en blanco. Revísala para "
-"poder realizar pruebas en tu tienda."
+#: ../../src/Translations/StoreTranslations.php:225
+msgid "Fill in your card details"
+msgstr "Completa los datos de tu tarjeta"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:619
-msgid ""
-"Access Token production credential is blank. Remember that it must be "
-"complete to receive real payments."
-msgstr ""
-"La credencial para producción Access Token está en blanco. Revísala "
-"para poder recibir pagos reales."
+#: ../../src/Translations/StoreTranslations.php:226
+msgid "Card number"
+msgstr "Número de Tarjeta"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:90
-msgid ""
-"There was an error processing your payment. Please try again or contact us "
-"for Assistance."
-msgstr ""
-"Se ha producido un error en el procesamiento de su pago. Por favor, "
-"inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
+#: ../../src/Translations/StoreTranslations.php:227,
+#: ../../src/Translations/StoreTranslations.php:229,
+#: ../../src/Translations/StoreTranslations.php:231,
+#: ../../src/Translations/StoreTranslations.php:233
+msgid "Required data"
+msgstr "Datos obligatorios"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:82,
-#: ../../templates/checkout/custom-checkout.php:45,
-#: ../../templates/receipt/custom-checkout.php:41
-msgid "Pay with Mercado Pago"
-msgstr "Pagar con Mercado Pago"
+#: ../../src/Translations/StoreTranslations.php:228
+msgid "Holder name as it appears on the card"
+msgstr "Nombre del titular como aparece en la tarjeta"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:84,
-#: ../../templates/receipt/custom-checkout.php:44
-msgid "Cancel & Clear Cart"
-msgstr "Cancelar & Limpiar carrito"
+#: ../../src/Translations/StoreTranslations.php:230
+msgid "Expiration"
+msgstr "Vencimiento"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:73,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82
-msgid "Apply"
-msgstr "Aplicar"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:74,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
-msgid "Remove"
-msgstr "Retirar"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
-msgid "Please, inform your coupon code"
-msgstr "Por favor, informe su código de cupón"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
-msgid "To choose"
-msgstr "Elegir"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
-msgid "Other bank"
-msgstr "Otro banco"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:148,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
-msgid "You will save"
-msgstr "Salvarás"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:149,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
-msgid "with discount of"
-msgstr "con descuento de"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:150,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
-msgid "Total of your purchase:"
-msgstr "Total de su compra:"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:151,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
-msgid "Total of your purchase with discount:"
-msgstr "Total de su compra con descuento:"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
-msgid "*After payment approval"
-msgstr "*Tras la aprobación del pago"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
-msgid "Terms and conditions of use"
-msgstr "Términos y condiciones de uso"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
-msgid "No fee"
-msgstr "Sin interés"
+#: ../../src/Translations/StoreTranslations.php:232
+msgid "Security Code"
+msgstr "Código de seguridad"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173
-msgid "More options"
-msgstr "Más opciones"
+#: ../../src/Translations/StoreTranslations.php:234,
+#: ../../src/Translations/StoreTranslations.php:337,
+#: ../../src/Translations/StoreTranslations.php:365
+msgid "Holder document"
+msgstr "Documento del titular"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
-msgid "mm/yy"
-msgstr "mm/aa"
+#: ../../src/Translations/StoreTranslations.php:235,
+#: ../../src/Translations/StoreTranslations.php:338,
+#: ../../src/Translations/StoreTranslations.php:366
+msgid "Invalid document"
+msgstr "Número de documento no válido"
+
+#: ../../src/Translations/StoreTranslations.php:236,
+#: ../../src/Translations/StoreTranslations.php:238
+msgid "Select the number of installments"
+msgstr "Selecciona la cantidad de cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
-#: ../../templates/checkout/custom-checkout.php:134
+#: ../../src/Translations/StoreTranslations.php:237,
+#: ../../src/Translations/StoreTranslations.php:242
msgid "Issuer"
msgstr "Banco"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165
+#: ../../src/Translations/StoreTranslations.php:241
+msgid "mm/yy"
+msgstr "mm/aa"
+
+#: ../../src/Translations/StoreTranslations.php:243
msgid "Installments"
-msgstr "12 pagos sin tarjeta"
+msgstr "Cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
+#: ../../src/Translations/StoreTranslations.php:244
msgid "on the back"
msgstr "del dorso"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
+#: ../../src/Translations/StoreTranslations.php:245
msgid "on the front"
msgstr "del frente"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
+#: ../../src/Translations/StoreTranslations.php:246
msgid "digits"
msgstr "dígitos"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:174
+#: ../../src/Translations/StoreTranslations.php:247
+msgid "No fee"
+msgstr "Sin interés"
+
+#: ../../src/Translations/StoreTranslations.php:248
+msgid "More options"
+msgstr "Más opciones"
+
+#: ../../src/Translations/StoreTranslations.php:249
msgid "If interest is applicable, it will be charged by your bank."
msgstr "Si corresponden intereses, serán aplicados por tu banco."
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175
+#: ../../src/Translations/StoreTranslations.php:250
msgid "Interest"
msgstr "Intereses"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178
+#: ../../src/Translations/StoreTranslations.php:251
msgid "Card number is required"
msgstr "Número de tarjeta obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:179
+#: ../../src/Translations/StoreTranslations.php:252
msgid "Card number invalid"
msgstr "Número de tarjeta inválido"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182
+#: ../../src/Translations/StoreTranslations.php:253
msgid "Holder name is required"
msgstr "Nombre del titular obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:183
+#: ../../src/Translations/StoreTranslations.php:254
msgid "Holder name invalid"
msgstr "Nombre del titular inválido"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:186,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188
+#: ../../src/Translations/StoreTranslations.php:255,
+#: ../../src/Translations/StoreTranslations.php:257
msgid "Expiration date invalid"
msgstr "Fecha de vencimiento inválido"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:187
+#: ../../src/Translations/StoreTranslations.php:256
msgid "Expiration date incomplete"
msgstr "Fecha de vencimiento obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:191
+#: ../../src/Translations/StoreTranslations.php:258
msgid "Security code is required"
msgstr "Código de seguridad obligatorio"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:192
+#: ../../src/Translations/StoreTranslations.php:259
msgid "Security code incomplete"
msgstr "Código de seguridad incompleto"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:230
+#: ../../src/Translations/StoreTranslations.php:260
msgid "Cost of installments"
msgstr "Coste de las cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:231
+#: ../../src/Translations/StoreTranslations.php:261
msgid "Total with installments"
msgstr "Total con cuotas"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:232
+#: ../../src/Translations/StoreTranslations.php:262
msgid "installments of"
msgstr "cuotas de"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:139
+#: ../../src/Translations/StoreTranslations.php:276
+msgid "Pix in Test Mode"
+msgstr "Pix en Modo Test"
+
+#: ../../src/Translations/StoreTranslations.php:277
+msgid ""
+"You can test the flow to generate a code, but you cannot finalize the "
+"payment."
+msgstr ""
+"Es posible probar el flujo para generar una factura, pero no es posible "
+"finalizar el pago."
+
+#: ../../src/Translations/StoreTranslations.php:278
+msgid "Pay instantly"
+msgstr "Pago instantáneo"
+
+#: ../../src/Translations/StoreTranslations.php:279
+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:280
+msgid "Pix logo"
+msgstr "Pix logo"
+
+#: ../../src/Translations/StoreTranslations.php:283,
+#: ../../src/Translations/StoreTranslations.php:292
+msgid "Code valid for "
+msgstr "Código válido por "
+
+#: ../../src/Translations/StoreTranslations.php:284
msgid "Now you just need to pay with Pix to finalize your purchase"
msgstr "Ahora sólo tiene que pagar con Pix para finalizar su compra"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:140
+#: ../../src/Translations/StoreTranslations.php:285
msgid "How to pay with Pix:"
msgstr "Cómo pagar con Pix:"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
+#: ../../src/Translations/StoreTranslations.php:286
msgid "Go to your bank's app or website"
msgstr "Entra en la app o en la página web de tu banco"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142
+#: ../../src/Translations/StoreTranslations.php:287
msgid "Search for the option to pay with Pix"
msgstr "Busca la opción de pagar con Pix"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143
+#: ../../src/Translations/StoreTranslations.php:288
msgid "Scan the QR code or Pix code"
msgstr "Escanea el código QR o el código Pix"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144
+#: ../../src/Translations/StoreTranslations.php:289
msgid "Done! You will see the payment confirmation"
msgstr "Listo. Verás la confirmación del pago"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145
+#: ../../src/Translations/StoreTranslations.php:290
msgid "Value: "
msgstr "Valor: "
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147
+#: ../../src/Translations/StoreTranslations.php:291
msgid "Scan the QR code:"
msgstr "Escanea el código QR:"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150
+#: ../../src/Translations/StoreTranslations.php:293
msgid "If you prefer, you can pay by copying and pasting the following code"
msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152
+#: ../../src/Translations/StoreTranslations.php:294
msgid "Copy code"
msgstr "Copiar código"
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:112
-msgid "Pay in"
-msgstr "Compra en hasta"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:113
-msgid "installments"
-msgstr "12 pagos sin tarjeta"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:114
-msgid "with Mercado Pago"
-msgstr "con Mercado Pago"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:115
-msgid "Read more"
-msgstr "Saber más"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:116
-msgid "Buy now and pay in installments with no card later!"
-msgstr "¡Compra ahora y paga después!"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:117
-msgid "100% online,"
-msgstr "Compra en hasta"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:118
-msgid "without paperwork or monthly fees"
-msgstr "12 pagos mensuales sin usar tarjeta de crédito"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:119
-msgid "When paying, choose"
-msgstr "Puedes solicitar "
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:120
-msgid ". Login to your account or create one in a few steps."
-msgstr "tu línea de crédito 100% online y de forma segura."
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:121
-msgid "Search for"
-msgstr "Sin trámites."
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:122
-msgid ""
-"among the options, select it and choose in how many installments you would "
-"like to pay."
-msgstr " ¡Haz todo desde la app de Mercado Pago!"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:123
-msgid "Pay your installments monthly as you wish, in the Mercado Pago app."
-msgstr "Sin tasas de mantenimiento ni costos adicionales."
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126
-msgid "Check our FAQ"
-msgstr "Consulta nuestra FAQ"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:127
-msgid ". Credit subject to approval."
-msgstr ". Crédito sujeto a aprobación."
-
-#: ../../includes/module/sdk/lib/class-mp.php:182,
-#: ../../includes/module/sdk/lib/class-mp.php:634,
-#: ../../includes/module/sdk/lib/class-mp.php:682,
-#: ../../includes/module/sdk/lib/class-mp.php:727,
-#: ../../includes/module/sdk/lib/class-mp.php:986
-msgid "Response from cache"
-msgstr "Respuesta de la caché"
-
-#: ../../includes/module/sdk/lib/class-mp.php:1000
-msgid "Response from API"
-msgstr "Respuesta de la API"
-
-#. translators: 1: total_time currency 2: url
-#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179
-msgid "Took %1$s seconds to transfer a request to %2$s"
-msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s"
-
-#: ../../templates/checkout/basic-checkout.php:24
-msgid "Checkout Pro in Test Mode"
-msgstr "Checkout Pro en Modo Test"
-
-#: ../../templates/checkout/basic-checkout.php:25,
-#: ../../templates/checkout/credits-checkout.php:25
-msgid "Use Mercado Pago's payment methods without real charges. "
-msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
-
-#: ../../templates/checkout/basic-checkout.php:26,
-#: ../../templates/checkout/credits-checkout.php:26,
-#: ../../templates/checkout/ticket-checkout.php:26
-msgid "See the rules for the test mode."
-msgstr "Consulte las reglas para el modo test."
-
-#: ../../templates/checkout/basic-checkout.php:35
-msgid "Log in to Mercado Pago and earn benefits"
-msgstr "Inicia sesión en Mercado Pago y obtén beneficios"
-
-#: ../../templates/checkout/basic-checkout.php:54
-msgid ""
-"By continuing, you will be taken to Mercado Pago to safely complete your "
-"purchase."
-msgstr ""
-"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
-"segura."
-
-#: ../../templates/checkout/basic-checkout.php:56,
-#: ../../templates/checkout/credits-checkout.php:47
-msgid "Checkout Pro redirect info image"
-msgstr "Imagen de redirección de Checkout Pro"
-
-#: ../../templates/checkout/basic-checkout.php:66,
-#: ../../templates/checkout/credits-checkout.php:56,
-#: ../../templates/checkout/custom-checkout.php:169,
-#: ../../templates/checkout/pix-checkout.php:31,
-#: ../../templates/checkout/ticket-checkout.php:96
-msgid "By continuing, you agree with our"
-msgstr "Al continuar, aceptas nuestros"
-
-#: ../../templates/checkout/basic-checkout.php:67,
-#: ../../templates/checkout/credits-checkout.php:57,
-#: ../../templates/checkout/custom-checkout.php:170,
-#: ../../templates/checkout/pix-checkout.php:31,
-#: ../../templates/checkout/ticket-checkout.php:97
-msgid "Terms and conditions"
-msgstr "Términos y condiciones"
-
-#: ../../templates/checkout/credits-checkout.php:24
-msgid "No card installments in Test Mode"
-msgstr "Mensualidades sin tarjeta en Modo Test"
-
-#: ../../templates/checkout/credits-checkout.php:34
-msgid "How to use it?"
-msgstr "¿Cómo usar?"
-
-#: ../../templates/checkout/credits-checkout.php:37
-msgid ""
-"Log in or create an account in Mercado Pago. If you use Mercado "
-"Libre, you already have one!"
-msgstr ""
-"Inicia sesión o crea una cuenta en Mercado Pago. Si has usado Mercado "
-"Libre para comprar, ¡ya tienes una!"
-
-#: ../../templates/checkout/credits-checkout.php:38
-msgid ""
-"Know your available limit in Mercado Crédito and choose how many "
-"installments you want to pay."
-msgstr ""
-"Conoce el límite disponible de tu línea de crédito y elige el plazo en "
-"el que quieres pagar tu compra."
-
-#: ../../templates/checkout/credits-checkout.php:39
-msgid ""
-"Pay the installments as you prefer: with money in your account, card of "
-"from the Mercado Pago app."
-msgstr ""
-"Paga mes a mes con el medio de pago que prefieras. ¡Todo desde la app "
-"de Mercado Pago!"
+#: ../../src/Translations/StoreTranslations.php:295,
+#: ../../src/Translations/StoreTranslations.php:349,
+#: ../../src/Translations/StoreTranslations.php:373
+msgid "Mercado Pago: The customer has not paid yet."
+msgstr "Mercado Pago: El cliente no ha pagado todavía."
-#: ../../templates/checkout/credits-checkout.php:46
+#: ../../src/Translations/StoreTranslations.php:296
msgid ""
-"By confirming your purchase, you will be redirected to your Mercado Pago "
-"account."
+"Mercado Pago: Now you just need to pay with Pix to finalize your purchase."
msgstr ""
-"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
-"segura."
-
-#: ../../templates/checkout/custom-checkout.php:23
-msgid "Checkout Custom in Test Mode"
-msgstr "Tarjeta de crédito en Modo Test"
-
-#: ../../templates/checkout/custom-checkout.php:24
-msgid "Use Mercado Pago means without real charges."
-msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
-
-#: ../../templates/checkout/custom-checkout.php:25
-msgid "See test mode rules."
-msgstr "Ver las reglas del Modo Test."
-
-#: ../../templates/checkout/custom-checkout.php:36
-msgid "Pay with saved cards"
-msgstr "Paga con tarjetas guardadas"
+"Mercado Pago: Ahora sólo tiene que pagar con Pix para finalizar su compra."
-#: ../../templates/checkout/custom-checkout.php:40
+#: ../../src/Translations/StoreTranslations.php:297
msgid ""
-"Do you have a Mercado Libre account? Then use the same email and password to "
-"pay faster with Mercado Pago."
+"Scan the QR code below or copy and paste the code into your bank's "
+"application."
msgstr ""
-"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
-"pagar más rápido \n"
-"con Mercado Pago."
-
-#: ../../templates/checkout/custom-checkout.php:57
-msgid "With which card can you pay?"
-msgstr "¿Con qué tarjeta puedes pagar?"
-
-#: ../../templates/checkout/custom-checkout.php:70
-msgid "See current promotions"
-msgstr "Ver promociones vigentes"
-
-#: ../../templates/checkout/custom-checkout.php:78
-msgid "Fill in your card details"
-msgstr "Completa los datos de tu tarjeta"
-
-#: ../../templates/checkout/custom-checkout.php:80
-msgid "Card number"
-msgstr "Número de Tarjeta"
+"Escanee el código QR a continuación o copie y pegue el código en la "
+"aplicación de su banco."
-#: ../../templates/checkout/custom-checkout.php:82,
-#: ../../templates/checkout/custom-checkout.php:89,
-#: ../../templates/checkout/custom-checkout.php:98,
-#: ../../templates/checkout/custom-checkout.php:106
-msgid "Required data"
-msgstr "Datos obligatorios"
+#: ../../src/Translations/StoreTranslations.php:298
+msgid "30 minutes"
+msgstr "30 minutos"
-#: ../../templates/checkout/custom-checkout.php:87
-msgid "Holder name as it appears on the card"
-msgstr "Nombre del titular como aparece en la tarjeta"
+#: ../../src/Translations/StoreTranslations.php:310
+msgid "Payment approved."
+msgstr "Pago aprobado."
-#: ../../templates/checkout/custom-checkout.php:95
-msgid "Expiration"
-msgstr "Vencimiento"
+#: ../../src/Translations/StoreTranslations.php:311
+msgid "Waiting for the Pix payment."
+msgstr "Esperando el pago de Pix."
-#: ../../templates/checkout/custom-checkout.php:103
-msgid "Security Code"
-msgstr "Código de seguridad"
+#: ../../src/Translations/StoreTranslations.php:312
+msgid "Waiting for the ticket payment."
+msgstr "Esperando el pago del boleto."
-#: ../../templates/checkout/custom-checkout.php:113,
-#: ../../templates/checkout/ticket-checkout.php:36,
-#: ../../templates/checkout/ticket-checkout.php:53
-msgid "Holder document"
-msgstr "Documento del titular"
+#: ../../src/Translations/StoreTranslations.php:313
+msgid "The customer has not made the payment yet."
+msgstr "El cliente todavía no efectuó el pago."
-#: ../../templates/checkout/custom-checkout.php:114,
-#: ../../templates/checkout/ticket-checkout.php:37,
-#: ../../templates/checkout/ticket-checkout.php:54
-msgid "Invalid document"
-msgstr "Número de documento no válido"
+#: ../../src/Translations/StoreTranslations.php:314
+msgid "Payment is pending review."
+msgstr "El pago está pendiente de revisión."
-#: ../../templates/checkout/custom-checkout.php:129,
-#: ../../templates/checkout/custom-checkout.php:145
-msgid "Select the number of installments"
-msgstr "Selecciona la cantidad de cuotas"
+#: ../../src/Translations/StoreTranslations.php:315
+msgid "Payment was declined. The customer can try again."
+msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
-#: ../../templates/checkout/pix-checkout.php:22
-msgid "Pix in Test Mode"
-msgstr "Pix en Modo Test"
+#: ../../src/Translations/StoreTranslations.php:316
+msgid "Payment was returned to the customer."
+msgstr "El pago fue devuelto al cliente."
-#: ../../templates/checkout/pix-checkout.php:22
+#: ../../src/Translations/StoreTranslations.php:317
msgid ""
-"You can test the flow to generate a code, but you cannot finalize the "
-"payment."
+"The payment was partially returned to the customer. the amount refunded "
+"was : "
msgstr ""
-"Es posible probar el flujo para generar una factura, pero no es posible "
-"finalizar el pago."
+"El pago se devolvió parcialmente al cliente. El montante reembolsado fue "
+"de : "
-#: ../../templates/checkout/pix-checkout.php:27
-msgid "Pay instantly"
-msgstr "Pago instantáneo"
+#: ../../src/Translations/StoreTranslations.php:318
+msgid "Payment was canceled."
+msgstr "El pago fue cancelado."
-#: ../../templates/checkout/pix-checkout.php:27
+#: ../../src/Translations/StoreTranslations.php:319,
+#: ../../src/Translations/StoreTranslations.php:320
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."
+"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."
-#: ../../templates/checkout/pix-checkout.php:27
-msgid "Pix logo"
-msgstr "Pix logo"
+#: ../../src/Translations/StoreTranslations.php:321
+msgid "The payment"
+msgstr "El pago"
-#: ../../templates/checkout/ticket-checkout.php:24
+#: ../../src/Translations/StoreTranslations.php:322
+msgid "was notified by Mercado Pago with status"
+msgstr "fue notificado por Mercado Pago con estado"
+
+#: ../../src/Translations/StoreTranslations.php:334
msgid "Offline Methods in Test Mode"
msgstr "Facturas en Modo Test"
-#: ../../templates/checkout/ticket-checkout.php:25
+#: ../../src/Translations/StoreTranslations.php:335
msgid ""
"You can test the flow to generate an invoice, but you cannot finalize the "
-"payment. "
+"payment."
msgstr ""
"Es posible testear el flujo para generar una factura, pero no es posible "
-"finalizar el pago. "
+"finalizar el pago."
-#: ../../templates/checkout/ticket-checkout.php:68
+#: ../../src/Translations/StoreTranslations.php:339,
+#: ../../src/Translations/StoreTranslations.php:367
msgid "Select where you want to pay"
msgstr "Selecciona el punto de pago donde quieres pagar"
-#: ../../templates/checkout/ticket-checkout.php:73
+#: ../../src/Translations/StoreTranslations.php:340,
+#: ../../src/Translations/StoreTranslations.php:368
msgid "more options"
msgstr "más opciones"
-#: ../../templates/checkout/ticket-checkout.php:78
+#: ../../src/Translations/StoreTranslations.php:341
msgid "Select a payment method"
msgstr "Seleccione una opción de pago"
-#: ../../templates/order/payment-status-metabox-content.php:30
-msgid ""
-"This is the payment status of your Mercado Pago Activities. To check the "
-"order status, please refer to Order details."
-msgstr ""
-"Este es el estado del pago de las Actividades de tu Mercado Pago. Para "
-"consultar el estado del pedido, consulta en Detalles del Pedido."
-
-#: ../../templates/order-received/show-ticket.php:19
+#: ../../src/Translations/StoreTranslations.php:344
msgid ""
"Great, we processed your purchase order. Complete the payment with ticket so "
"that we finish approving it."
@@ -3030,789 +2758,601 @@ msgstr ""
"Excelente, procesamos tu orden de compra. Completa el pago con ticket para "
"que terminemos de aprobarla."
-#: ../../templates/order-received/show-ticket.php:23
+#: ../../src/Translations/StoreTranslations.php:345
msgid "Print ticket"
msgstr "Imprimir ticket"
-#~ msgid "Fee"
-#~ msgstr "Tasa"
-
-#~ msgid "How does it work?"
-#~ msgstr "¿Cómo funciona?"
-
-#~ msgid "Checkout visualization:"
-#~ msgstr "Visualización en el checkout:"
+#: ../../src/Translations/StoreTranslations.php:346
+msgid " and "
+msgstr " e "
-#~ 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/StoreTranslations.php:347
+msgid "To print the ticket again click"
+msgstr "Para reimprimir o boleto clique"
-#~ msgid "Banner visualization"
-#~ msgstr "Visualización del componente"
+#: ../../src/Translations/StoreTranslations.php:348
+msgid "here"
+msgstr "aqui"
-#~ msgid "Check the example of how it will appear in the store:"
-#~ msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:"
+#: ../../src/Translations/StoreTranslations.php:362
+msgid "Checkout PSE in Test Mode"
+msgstr "Checkout PSE en Modo Test"
-#~ msgid "Bank Transfer"
-#~ msgstr "Transferencia bancaria"
+#: ../../src/Translations/StoreTranslations.php:363
+msgid "You can test the flow to generate a payment with PSE"
+msgstr "Puede probar el flujo para generar un pago con PSE"
-#~ msgid "Payment by cash"
-#~ msgstr "Pagos en efectivo"
+#: ../../src/Translations/StoreTranslations.php:369
+msgid "Person type "
+msgstr "Tipo de persona "
-#~ msgid ""
-#~ "If you already have a Mercado Libre account, use the same email and "
-#~ "password"
-#~ msgstr ""
-#~ "Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña"
+#: ../../src/Translations/StoreTranslations.php:370
+msgid "Financial institution"
+msgstr "Institución financiera"
-#~ msgid ""
-#~ "When you confirm your purchase, we will redirect you to your Mercado Pago "
-#~ "account"
-#~ msgstr ""
-#~ "Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado "
-#~ "Pago"
+#: ../../src/Translations/StoreTranslations.php:371
+msgid "Select the financial institution"
+msgstr "Seleccione la entidad financiera"
-#~ msgid "Payment with Mercado Credito"
-#~ msgstr "Pagos con Mercado Crédito"
+#: ../../src/Translations/StoreTranslations.php:372
+msgid "Select the institution"
+msgstr "Seleccione la institución"
-#~ msgid "New!"
-#~ msgstr "¡Nuevo!"
+#: ../../src/Translations/StoreTranslations.php:387
+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."
-#~ msgid ""
-#~ "With Mercado Credito, clients can pay "
-#~ "in installments with no card, by transfers, invoice or money available "
-#~ "in their Mercado Pago account. By activating the no-card "
-#~ "installments banner, you will increase your chances of selling."
-#~ msgstr ""
-#~ "Con Mercado Crédito, los clientes "
-#~ "pagan en cuotas sin tarjeta, por transferencia, tarjeta de débito, "
-#~ "efectivo o dinero disponible en la cuenta de Mercado Pago. Al "
-#~ "activar el componente de cuotas sin tarjeta, aumentarás tus chances "
-#~ "de vender. Para saber más, ingresá a documentación."
+#: ../../src/Translations/StoreTranslations.php:388
+msgid ""
+"A problem was occurred when processing your payment. Are you sure you have "
+"correctly filled all information in the checkout form?"
+msgstr ""
+"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
+"cargado la información en el formulario?"
-#~ msgid "The no-card installments banner is disabled."
-#~ msgstr "El componente de cuotas sin tarjeta está desactivado ."
+#: ../../src/Translations/StoreTranslations.php:389
+msgid "See your order form"
+msgstr "Ver su hoja de pedido"
-#~ msgid "Earn more points and have exclusive benefits in Mercado Puntos"
-#~ msgstr "Gana más puntos y ventajas exclusivas en Mercado Puntos "
+#: ../../src/Translations/StoreTranslations.php:390
+msgid "Your payment was declined. You can try again."
+msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#~ msgid "Error loading form."
-#~ msgstr "Error al cargar el formulario."
+#: ../../src/Translations/StoreTranslations.php:391
+msgid "Click to try again"
+msgstr "Haga clic para intentarlo de nuevo"
-#~ msgid "Please refresh the page to try again."
-#~ msgstr "Actualice la página para volver a intentarlo."
+#: ../../src/Translations/StoreTranslations.php:392
+msgid "That's it, payment accepted!"
+msgstr "Listo, ¡aceptamos tu pago!"
-#~ msgid "Refresh page"
-#~ msgstr "Actualizar página"
+#: ../../src/Translations/StoreTranslations.php:393
+msgid ""
+"We are processing your payment. In less than an hour we will send you the "
+"result by email."
+msgstr ""
+"Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
+"por correo electrónico."
-#~ msgid "Type of topic IPN invalid, need to be merchant_order"
-#~ msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`"
+#: ../../src/Translations/StoreTranslations.php:394
+msgid ""
+"We are processing your payment. In less than 2 days we will send you by "
+"email if the payment has been approved or if additional information is "
+"needed."
+msgstr ""
+"Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
+"electrónico si se ha aprobado el pago o si se necesita información adicional."
-#~ msgid "Click here to see more details..."
-#~ msgstr "Haga clic aquí para ver más detalles…"
+#: ../../src/Translations/StoreTranslations.php:395
+msgid "Check the card number."
+msgstr "Compruebe el número de tarjeta."
-#~ msgid "Purchases with saved cards or money in Mercado Pago"
-#~ msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago"
+#: ../../src/Translations/StoreTranslations.php:396
+msgid "Check the expiration date."
+msgstr "Compruebe la fecha de expiración."
-#~ msgid ""
-#~ "Feature for those who have a saved card or money in Mercado Pago to buy "
-#~ "without having to fill in details."
-#~ msgstr ""
-#~ "Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en "
-#~ "Mercado Pago puedan comprar sin la necesidad de completar datos."
+#: ../../src/Translations/StoreTranslations.php:397
+msgid "Check the information provided."
+msgstr "Compruebe la información informada."
-#~ msgid "The feature for payments with saved cards is active."
-#~ msgstr ""
-#~ "La funcionalidad para pagos con tarjetas guardadas está activa"
-#~ "b>."
+#: ../../src/Translations/StoreTranslations.php:398
+msgid "Check the informed security code."
+msgstr "Compruebe el código de seguridad informado."
-#~ msgid "The feature for payments with saved cards is inactive."
-#~ msgstr ""
-#~ "La funcionalidad para pagos con tarjetas guardadas está "
-#~ "inactiva."
+#: ../../src/Translations/StoreTranslations.php:399,
+#: ../../src/Translations/StoreTranslations.php:400
+msgid "Your payment cannot be processed."
+msgstr "No se puede procesar su pago."
-#~ msgid "You can see how the feature is in your store Checkout below:"
-#~ msgstr ""
-#~ "A continuación, cómo es la funcionalidad en el checkout de la tienda:"
+#: ../../src/Translations/StoreTranslations.php:401
+msgid "You must authorize payments for your orders."
+msgstr "Usted debe autorizar los pagos de sus órdenes."
-#~ msgid "Mercado Pago customers can now pay with stored cards."
-#~ msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas."
+#: ../../src/Translations/StoreTranslations.php:402
+msgid ""
+"Contact your card issuer to activate it. The phone is on the back of your "
+"card."
+msgstr ""
+"Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
+"se encuentra en la parte posterior de su tarjeta."
-#~ msgid ""
-#~ "The function Saved card payments is enabled. With this setting, "
-#~ "customers using Mercado Pago can purchase without having to fill in "
-#~ "payment details. You can control this option in the settings."
-#~ msgstr ""
-#~ "La función Pago con tarjetas guardadas de Mercado Pago está habilitada. "
-#~ "Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que "
-#~ "completar los datos de la tarjeta. Puedes controlar esta opción en "
-#~ "configuración."
+#: ../../src/Translations/StoreTranslations.php:403
+msgid ""
+"You have already made a payment of this amount. If you have to pay again, "
+"use another card or other method of payment."
+msgstr ""
+"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
+"utilizar otra tarjeta u otro medio de pago."
-#~ msgid "Go to settings"
-#~ msgstr "Ir a la configuración"
+#: ../../src/Translations/StoreTranslations.php:404
+msgid ""
+"Your payment was declined. Please select another payment method. It is "
+"recommended in cash."
+msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#~ msgid "No need to fill out details"
-#~ msgstr "Sin cargar datos"
+#: ../../src/Translations/StoreTranslations.php:405
+msgid "Your payment does not have sufficient funds."
+msgstr "Su metodo de pago no tiene fondos suficientes."
-#~ msgid "Installments available"
-#~ msgstr "Cuotas disponibles"
+#: ../../src/Translations/StoreTranslations.php:406
+msgid "Payment cannot process the selected fee."
+msgstr "El pago no puede procesar la cuota seleccionada."
-#~ msgid "Pay faster with your saved cards and without completing data."
-#~ msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos."
+#: ../../src/Translations/StoreTranslations.php:407
+msgid ""
+"You have reached the limit of allowed attempts. Choose another card or other "
+"payment method."
+msgstr ""
+"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
+"medio de pago."
-#, fuzzy
-#~| msgid "Important! To sell you must enter your credentials."
-#~ msgid "Important! To sell, you must enter your credentials."
-#~ msgstr "¡Importante! Para vender debe introducir sus credenciales."
+#: ../../src/Translations/StoreTranslations.php:408
+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 ""
+"Intento de transacción no válido Está intentando "
+"realizar una transacción productiva con credenciales de prueba o una "
+"transacción de prueba con credenciales productivas. Asegúrese de que está "
+"utilizando la configuración de credenciales correcta para la acción deseada."
-#~ msgid "Go to step-by-step"
-#~ msgstr "Ir al paso a paso"
+#: ../../src/Translations/StoreTranslations.php:409
+msgid ""
+"Invalid transaction attempt It is not possible to pay "
+"with the email address entered. Please enter another e-mail address."
+msgstr ""
+"Intento de transacción no válido No es posible pagar con "
+"el email introducido. Por favor, introduzca otro email."
-#~ msgid "Update failed, invalid Credentials"
-#~ msgstr "Actualización fallida, credenciales no válidas"
+#: ../../src/Translations/StoreTranslations.php:410
+msgid "This payment method cannot process your payment."
+msgstr "Este medio de pago no puede procesar su pago."
-#~ msgid "Up to 24 installments"
-#~ msgstr "Hasta 24 cuotas"
+#: ../../src/Translations/StoreTranslations.php:422
+msgid ""
+"Your bank needs you to authorize the payment Please call "
+"the telephone number on your card or pay with another method."
+msgstr ""
+"Tu banco necesita que autorices el pago Llama al "
+"teléfono que está en la tarjeta o paga con otro medio."
-#~ msgid ""
-#~ "Important! Do not forget to add the credentials and details of your store."
-#~ msgstr ""
-#~ "¡Importante! No olvides ingresar las credenciales y datos de la tienda."
+#: ../../src/Translations/StoreTranslations.php:423,
+#: ../../src/Translations/StoreTranslations.php:424
+msgid ""
+"For safety reasons, your payment was declined We "
+"recommended paying with your usual payment method and device for online "
+"purchases."
+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."
-#~ msgid ""
-#~ "Before setting up payments, follow the step-by-step to start selling."
-#~ msgstr ""
-#~ "Antes de configurar los pagos, haz el paso a paso para comenzar a vender."
+#: ../../src/Translations/StoreTranslations.php:425,
+#: ../../src/Translations/StoreTranslations.php:426,
+#: ../../src/Translations/StoreTranslations.php:427,
+#: ../../src/Translations/StoreTranslations.php:428
+msgid ""
+"One or more card details were entered incorrecctly"
+"strong> Please enter them again as they appear on the card to complete "
+"the payment."
+msgstr ""
+"Ingresaste uno o más datos de tu tarjeta de forma incorrecta"
+"strong> Vuelve a ingresarlos tal como figuran en la tarjeta para "
+"finalizar el pago."
-#~ msgid "To enable and test sales, you must copy and paste your "
-#~ msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar "
+#: ../../src/Translations/StoreTranslations.php:429
+msgid ""
+"Your credit card has no available limit Please pay using "
+"another card or choose another payment method."
+msgstr ""
+"Tu tarjeta de crédito no tiene límite disponible Paga "
+"con otra tarjeta o elige otro medio de pago."
-#~ msgid "Mandatory data"
-#~ msgstr "Campo obligatorio"
+#: ../../src/Translations/StoreTranslations.php:430
+msgid ""
+"Your debit card has insufficient founds Please pay using "
+"another card or choose another payment method."
+msgstr ""
+"Tu tarjeta de débito no tiene saldo suficiente Paga con "
+"otra tarjeta o elige otro medio de pago."
-#~ msgid "Use the test-specific cards that are in the"
-#~ msgstr "Utiliza las tarjetas específicas para testear que estén bajo las"
+#: ../../src/Translations/StoreTranslations.php:431
+msgid ""
+"Your card does not accept the number of installments selected"
+"strong> Please choose a different number of installments or use a "
+"different payment method ."
+msgstr ""
+"Tu tarjeta no acepta la cantidad de pagos que seleccionaste"
+"strong> Elige una cantidad de pagos diferente o use otro medio."
-#~ msgid "Until"
-#~ msgstr "Hasta"
+#: ../../src/Translations/StoreTranslations.php:432
+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 ""
+"Necesitas habilitar tu tarjeta Comunícate con tu banco "
+"llamando al número que está al dorso de la tarjeta o elige otro medio de "
+"pago."
-#~ msgid "installment"
-#~ msgstr "cuota"
+#: ../../src/Translations/StoreTranslations.php:433
+msgid ""
+"You reached the limit of payment attempts with this card"
+"strong> Please pay using another card or choose another payment method."
+msgstr ""
+"Alcanzaste el límite de intentos de pago con esta tarjeta"
+"strong> Paga con otra tarjeta o elige otro medio de pago."
-#~ msgid "We take you to our site to complete the payment"
-#~ msgstr "Te llevamos a nuestro sitio para completar el pago"
+#: ../../src/Translations/StoreTranslations.php:434
+msgid ""
+"Your payment was declined because you already paid for this "
+"purchase Check your card transactions to verify it."
+msgstr ""
+"Tu pago fue rechazado porque ya pagaste esta compra"
+"strong> Revisa los consumos de tu tarjeta para verificarlo."
-#~ msgid "Enter your discount coupon"
-#~ msgstr "Ingresa tu cupón de descuento"
+#: ../../src/Translations/StoreTranslations.php:435,
+#: ../../src/Translations/StoreTranslations.php:436,
+#: ../../src/Translations/StoreTranslations.php:437
+msgid ""
+"The card issuing bank declined the payment We "
+"recommended paying with another payment method or contact your bank."
+msgstr ""
+"El banco emisor de la tarjeta rechazó tu pago Te "
+"recomendamos pagar con otro medio de pago o comunicarte con tu banco."
-#~ msgid "Enter your coupon"
-#~ msgstr "Ingresa tu cupón"
+#: ../../src/Translations/StoreTranslations.php:438
+msgid ""
+"For safety reasons, the card issuing bank declined the payment"
+"strong> We recommended paying with your usual payment method and device "
+"for online purchases."
+msgstr ""
+"Por motivos de seguridad, el banco de la tarjeta rechazó el pago"
+"b> Te recomendamos pagar con el medio de pago y dispositivo que sueles "
+"usar para compras online."
-#~ msgid "The code you entered is incorrect"
-#~ msgstr "El código que ingresaste es incorrecto"
+#: ../../src/Translations/StoreTranslations.php:439
+msgid ""
+"Your payment was declined because something went wrong"
+"strong> We recommended trying again or paying with another method."
+msgstr ""
+"Tu pago fue rechazado porque hube un error Te "
+"recomendamos intentar nuevamente o pagar con otro medio de pago."
-#~ msgid "Invalid Card Number"
-#~ msgstr "Numero de tarjeta invalido"
+#: ../../src/Translations/StoreTranslations.php:451
+msgid "We are taking you to validate the card"
+msgstr "Te estamos llevando a validar la tarjeta"
-#~ msgid "Name and surname of the cardholder"
-#~ msgstr "Nombre y apellido del titular de la tarjeta"
+#: ../../src/Translations/StoreTranslations.php:452
+msgid "with your bank"
+msgstr "con tu banco"
-#~ msgid "Invalid Expiration Date"
-#~ msgstr "Fecha de expiracion inválida"
+#: ../../src/Translations/StoreTranslations.php:453
+msgid "We need to confirm that you are the cardholder."
+msgstr "Necesitamos confirmar que eres titular de la tarjeta."
-#~ msgid "Last 3 numbers on the back"
-#~ msgstr "Últimos 3 números en el reverso"
+#: ../../src/Translations/StoreTranslations.php:454
+msgid "We are receiving the response from your bank"
+msgstr "Estamos recibiendo la respuesta de tu banco"
-#~ msgid "In how many installments do you want to pay"
-#~ msgstr "En cuántas cuotas quieres pagar"
+#: ../../src/Translations/StoreTranslations.php:455
+msgid "Complete the bank validation so your payment can be approved"
+msgstr "Completa la validación del banco para aprobar tu pago"
-#~ msgid "Converted payment of"
-#~ msgstr "Pago convertido de"
+#: ../../src/Translations/StoreTranslations.php:456
+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."
-#~ msgid "for"
-#~ msgstr "para"
+#: ../../src/Translations/StoreTranslations.php:457
+msgid ""
+"For safety reasons, your payment was declined We recommend paying "
+"with your usual payment method and device for online purchases."
+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."
-#~ msgid "Enter your document number"
-#~ msgstr "Ingresa tu número de documento"
+#~ msgid "How does it work?"
+#~ msgstr "¿Cómo funciona?"
-#~ msgid "Type"
-#~ msgstr "Tipo"
+#~ msgid "When paying, choose"
+#~ msgstr "Al pagar elegí"
-#~ msgid "Document number"
-#~ msgstr "Número de documento"
+#~ msgid ". Login to your account or create one in a few steps."
+#~ msgstr ". Podrás ingresar con tu cuenta o crear una en pocos pasos."
-#~ msgid "Only numbers"
-#~ msgstr "Sólo números"
+#~ msgid "Search for"
+#~ msgstr "Busca"
-#~ msgid "Obligatory field"
-#~ msgstr "Campo obligatorio"
+#~ msgid "Mercado Credito"
+#~ msgstr "Mercado Crédito"
#~ msgid ""
-#~ "When you finish the order, you will see the code to complete the payment."
-#~ msgstr "Cuando termines el pedido, verás el código para completar el pago."
-
-#~ msgid "CI"
-#~ msgstr "CI"
-
-#~ msgid "You must provide your document number"
-#~ msgstr "Debe informar su número de documento"
-
-#~ msgid "Complete all fields, they are mandatory."
-#~ msgstr "Complete todos los campos, son obligatorios."
-
-#~ msgid "Select the issuer with whom you want to process the payment"
-#~ msgstr "Selecciona el emisor con el que quieras procesar el pago"
-
-#~ msgid "Lottery"
-#~ msgstr "Lotéricas"
-
-#~ msgid "CPF/CNPJ"
-#~ msgstr "CPF/CNPJ"
-
-#~ msgid "Enable or inactivate the payments via Pix"
-#~ msgstr "Activar o desactivar pagos por Pix"
-
-#~ msgid "If you change the display text, no translation will be available"
+#~ "among the options, select it and choose in how many installments you "
+#~ "would like to pay."
#~ msgstr ""
-#~ "Si cambia el texto de la pantalla Checkout, no habrá traducción disponible"
+#~ "entre las opciones, selecciónalo y elegí en cuántas cuotas quieres pagar."
-#~ msgid "Approve your account, it will only take a few minutes"
-#~ msgstr "Homologa tu cuenta, solo te llevará unos minutos"
-
-#~ msgid ""
-#~ "Complete this process to secure your customers data and comply with the "
-#~ "regulations and legal provisions of each country."
+#~ msgid "Pay your installments monthly as you wish, in the Mercado Pago app."
#~ msgstr ""
-#~ "Complete este proceso para proteger los datos de sus clientes y cumplir "
-#~ "con las regulaciones y disposiciones legales de cada país."
-
-#~ msgid "Homologate account in Mercado Pago"
-#~ msgstr "Homologar cuenta en Mercado Pago"
-
-#~ msgid "No"
-#~ msgstr "No"
+#~ "Pagá mes a mes tus cuotas como prefieras, desde la app de Mercado Pago."
-#~ msgid "Yes"
-#~ msgstr "Sí"
+#~ msgid "Review the step-by-step of"
+#~ msgstr "Revisa el paso a paso de"
-#~ msgid "Set up"
-#~ msgstr "Ajustes"
+#~ msgid "on our website for developers."
+#~ msgstr "en nuestro sitio de desarrolladores."
-#~ msgid "Your opinion helps us get better"
-#~ msgstr "Tu opinión nos ayuda a mejorar"
-
-#~ msgid "Guides and Documentation"
-#~ msgstr "Guías y documentación"
-
-#~ msgid "Report Problem"
-#~ msgstr "Informar problema"
-
-#~ msgid "Accept all method of payment and take your charges to another level"
-#~ msgstr "Acepta todos los medios de pago y lleva tus cobros a otro nivel"
-
-#~ msgid ""
-#~ "Turn your online store into your customers preferred payment gateway. "
-#~ "Choose if the final payment experience will be inside or outside your "
-#~ "store."
-#~ msgstr ""
-#~ "Convierte tu tienda online en la pasarela de pagos preferida de tus "
-#~ "clientes. Elige si la experiencia de pago final será dentro o fuera de tu "
-#~ "tienda."
-
-#~ msgid "Configure Mercado Pago for WooCommerce"
-#~ msgstr "Ingresá la información de tu negocio"
+#~ msgid "Questions?"
+#~ msgstr "¿Dudas?"
#~ msgid ""
-#~ "Enable the experience of the Checkout Pro in your online store, select "
-#~ "the means of payment available to your customers and define the "
-#~ "maximum fees in which they can pay you."
+#~ "To enable orders, you must create and activate production credentials in "
+#~ "your Mercado Pago Account."
#~ msgstr ""
-#~ "Habilita la experiencia del Checkout Pro en tu tienda online, selecciona "
-#~ "los medios de pago disponibles para tus clientes y define el máximo "
-#~ "de cuotas en el que podrán pagarte."
-
-#~ msgid "Set payment preferences in your store"
-#~ msgstr "Configura las preferencias de pago en tu tienda"
+#~ "Para habilitar las ventas, debes crear y activar las credenciales de "
+#~ "producción en tu cuenta de Mercado Pago."
-#~ msgid "Select offline payments"
-#~ msgstr "Selecciona medios de pago presenciales"
+#~ msgid "Check credentials"
+#~ msgstr "Consultar credenciales"
-#~ msgid "Select debit cards"
-#~ msgstr "Selecciona tarjetas de débito"
-
-#~ msgid "Select credit cards"
-#~ msgstr "Selecciona tarjetas de crédito"
-
-#~ msgid "Checkout of payments with debit and credit cards %s"
-#~ msgstr "Checkout de pagos con tarjetas de débito y crédito %s"
-
-#~ msgid ""
-#~ "Accept payments instantly and maximize the conversion of your business"
-#~ msgstr "Acepta pagos al instante y maximiza la conversión de tu negocio"
-
-#~ msgid ""
-#~ "Turn your online store into a secure and easy-to-use payment gateway for "
-#~ "your customers. With personalized checkout your customers pay without "
-#~ "leaving your store!"
+#~ msgid "To view more options, please select a payment method below"
#~ msgstr ""
-#~ "Convierte tu tienda online en una pasarela de pagos segura y fácil de "
-#~ "usar para tus clientes. Con el checkout personalizado tus clientes pagan "
-#~ "¡sin salir de tu tienda!"
-
-#~ msgid "Set up the payment experience in your store"
-#~ msgstr "Ingresá la información de tu negocio"
-
-#~ msgid "Configure the personalized payment experience in your store"
-#~ msgstr "Configura las preferencias de pago en tu tienda"
-
-#~ msgid "%s, it only takes a few minutes"
-#~ msgstr "%s, solo te llevará unos minutos"
-
-#~ msgid "Approve your account"
-#~ msgstr "Homologa tu cuenta"
-
-#~ msgid "Title"
-#~ msgstr "Título"
+#~ "Selecciona uno de los siguientes medios de pago para ver más opciones"
#~ msgid ""
-#~ "Credentials are the keys we provide you to integrate quickly and "
-#~ "securely. You must have a %s in Mercado Pago to obtain and collect them "
-#~ " on your website. You do not need to know how to design or program to "
-#~ "do it"
+#~ "Test the experience in Test Mode and then enable the Sale Mode "
+#~ "(Production) to sell."
#~ msgstr ""
-#~ "Las credenciales son las claves que te proporcionamos para que integres "
-#~ "de forma rápida y segura. Debes tener una %s en Mercado Pago para "
-#~ "obtenerlas y cobrar en tu sitio web. No necesitas saber diseñar o "
-#~ "programar para hacerlo"
-
-#~ msgid "approved account"
-#~ msgstr "cuenta homologada"
-
-#~ msgid "Select your country"
-#~ msgstr "Selecciona tu país"
-
-#~ msgid "Select the country in which you operate with Mercado Pago"
-#~ msgstr "Selecciona el país en el que operas con Mercado Pago"
-
-#~ msgid "Activate the Mercado Pago experience at the checkout of your store."
-#~ msgstr "Activa la experiencia de Mercado Pago en el checkout de tu tienda."
-
-#~ msgid "Binary mode"
-#~ msgstr "Modo binario"
+#~ "Testea la experiencia en Modo Test. Luego activa el Modo Ventas "
+#~ "(Producción) para realizar ventas."
-#~ msgid ""
-#~ "Accept and reject payments automatically. Do you want us to activate it?"
-#~ msgstr ""
-#~ "Acepta y rechaza pagos de forma automática. ¿Quieres que lo activemos?"
+#~ msgid "Do you have a minute to share your experience with our plugin?"
+#~ msgstr "¿tienes un minuto para compartir tu experiencia con nuestro plugin?"
#~ msgid ""
-#~ "If you activate binary mode you will not be able to leave pending "
-#~ "payments. This can affect fraud prevention. Leave it idle to be backed by "
-#~ "our own tool."
+#~ "Your opinion is very important so that we can offer you the best possible "
+#~ "payment solution and continue to improve."
#~ msgstr ""
-#~ "Si activa el modo binario no podrá dejar pagos pendientes. Esto puede "
-#~ "afectar la prevención del fraude. Déjelo inactivo para que sea respaldado "
-#~ "por nuestra propia herramienta."
-
-#~ msgid "Discounts per purchase with Mercado Pago"
-#~ msgstr "Descuentos por compra con Mercado Pago"
-
-#~ msgid "Commission for purchase with Mercado Pago"
-#~ msgstr "Comisión por compra con Mercado Pago"
+#~ "Tu opinión es muy importante para que podamos ofrecerte la mejor solución "
+#~ "de pago posible y seguir mejorando."
-#~ msgid ""
-#~ "Accept payments at any time of the day and expand your purchase options!"
-#~ msgstr ""
-#~ "¡Acepte pagos en cualquier momento del día y amplíe sus opciones de "
-#~ "compra!"
+#~ msgid "You must enter"
+#~ msgstr "Debe introducir"
-#~ msgid "Offer this new payment option to your customers."
-#~ msgstr "Ofrezca esta nueva opción de pago a sus clientes."
+#~ msgid "production credentials"
+#~ msgstr "las credenciales de producción"
-#~ msgid ""
-#~ "Enable and set up Pix as a payment method for your customers in the "
-#~ "Mercado Pago checkout."
-#~ msgstr ""
-#~ "Habilita y configura Pix como método de pago para tus clientes en el "
-#~ "checkout de Mercado Pago."
+#~ msgid "Important! To sell you must enter your credentials."
+#~ msgstr "¡Importante! Para vender debe introducir sus credenciales."
-#~ msgid "Set up the payment via Pix experience"
-#~ msgstr "Configura la experiencia de pago a través de Pix"
+#~ msgid "Debit, Credit and invoice in Mercado Pago environment"
+#~ msgstr "Débito, crédito y efectivo, en Mercado Pago"
-#~ msgid "Checkout of payments with cash %s"
-#~ msgstr "Paga con dinero en efectivo"
+#~ msgid "Debit and Credit"
+#~ msgstr "Débito e crédito"
-#~ msgid "Accept face-to-face payments, do not leave anyone out!"
-#~ msgstr "Acepta pagos presenciales ¡no dejes a nadie afuera!"
+#~ msgid "Transparent Checkout in your store environment"
+#~ msgstr "Checkout Transparente en tu tienda"
-#~ msgid "Include this preferred purchase option by some customers."
-#~ msgstr "Incluye esta opción de compra preferida por algunos clientes."
+#~ msgid "Mercado pago - Customized Checkout"
+#~ msgstr "Mercado Pago - Checkout Personalizado"
#~ msgid ""
-#~ "Enable Mercado Pago for cash payments in your store and select the "
-#~ "options available to your customers."
+#~ "Unfortunately, the language configured in your WordPress is not "
+#~ "compatible with our plugin. For the best experience, please switch to a "
+#~ "supported language."
#~ msgstr ""
-#~ "Habilita Mercado Pago para pagos en efectivo en tu tienda y "
-#~ "selecciona las opciones disponibles para tus clientes."
+#~ "Lamentablemente, el idioma configurado en tu WordPress no es compatible "
+#~ "con nuestro plugin. Para disfrutar de la mejor experiencia, cambia a un "
+#~ "idioma compatible."
-#~ msgid "Set payment preferences with cash"
-#~ msgstr "Configura las preferencias de pago con dinero en efectivo"
+#~ msgid "payments on the spot"
+#~ msgstr "pagos al instante"
-#~ msgid "Store mode was updated"
-#~ msgstr "Se actualizó el modo de la tienda"
+#~ msgid "the"
+#~ msgstr "toda la"
-#~ msgid "Couldn't find a valid payment method"
-#~ msgstr "No se pudo encontrar un método de pago válido"
+#~ msgid "security"
+#~ msgstr "seguridad"
-#~ msgid "Invoice and Loterica"
-#~ msgstr "Efectivo "
+#~ msgid "from Mercado Pago"
+#~ msgstr "de Mercado Pago"
-#~ msgid ""
-#~ "It offers all means of payment: credit and debit cards, cash and account "
-#~ "money. Your customers choose whether they pay as guests or from their "
-#~ "Mercado Pago account."
-#~ msgstr ""
-#~ "Ofrece todos los medios de pago: tarjetas de crédito y débito, dinero en "
-#~ "efectivo y dinero en cuenta. Tus clientes eligen si pagan como invitados "
-#~ "o desde su cuenta de Mercado Pago."
+#~ msgid "Check the reasons why the purchase was declined"
+#~ msgstr "Consulta los motivos del rechazo de tu compra"
#~ msgid ""
-#~ "Accept card payments on your website with the best possible financing and "
-#~ "maximize the conversion of your business. With personalized checkout your "
-#~ "customers pay without leaving your store!"
+#~ "Recommend your costumer to pay with their usual payment method and device "
+#~ "for online purchases."
#~ msgstr ""
-#~ "Acepta pagos con tarjeta en tu sitio web con la mejor financiación "
-#~ "posible y maximiza la conversión de tu negocio. Con el checkout "
-#~ "personalizado tus clientes pagan ¡sin salir de tu tienda!"
-
-#~ msgid "Follow these steps to activate Mercado Pago in your store:"
-#~ msgstr "Sigue estos pasos para activar Mercado Pago en tu tienda:"
-
-#~ msgid "Upload your credentials"
-#~ msgstr "Carga tus credenciales"
-
-#~ msgid "depending on the country in which you are registered."
-#~ msgstr "depending on the country in which you are registered."
-
-#~ msgid "to be able to charge."
-#~ msgstr "para poder cobrar."
-
-#~ msgid "Add the basic information of your business"
-#~ msgstr "Añade la información básica de tu negocio"
-
-#~ msgid "in the plugin configuration."
-#~ msgstr "en la configuración del plugin."
-
-#~ msgid "Configure the payment preferences"
-#~ msgstr "Configura las preferencias de pago"
-
-#~ msgid "In which country does your Mercado Pago account operate?"
-#~ msgstr "¿En qué país opera tu cuenta de Mercado Pago?"
+#~ "Recomiéndale a tu cliente que pague con el medio de pago y dispositivo "
+#~ "que suele usar para compras online."
#~ msgid ""
-#~ "Add credentials to "Test Mode" or "Production Mode""
+#~ "The payment could not be processed. Please ask your client to use another "
+#~ "card or to get in touch with the bank."
#~ msgstr ""
-#~ "Ingresa las credenciales para el "Modo Test" o el "Modo "
-#~ "Producción""
-
-#~ msgid "Set up store payments for Test or Production Mode"
-#~ msgstr "Configura los pagos de la tienda para el modo Test o Producción"
-
-#~ msgid "How would you like to handle your store checkouts?"
-#~ msgstr "¿Como quieres operar los checkouts de tu tienda?"
-
-#~ msgid "Activate Production Mode for Mercado Pago checkouts"
-#~ msgstr "Activar Modo Producción para checkouts Mercado Pago"
-
-#~ msgid "test mode guidelines."
-#~ msgstr "reglas del Modo Test."
+#~ "El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
+#~ "medio de pago o que se contacte con el banco."
#~ msgid ""
-#~ "Mercado Pago checkouts are inactive for real payments in the Test Mode. "
-#~ "Please check the"
+#~ "The CVV is invalid. Please ask your client to review the details or use "
+#~ "another card."
#~ msgstr ""
-#~ "Checkouts Mercado Pago están inactivos para cobros reales en el Modo de "
-#~ "Prueba. Consulta las"
-
-#~ msgid "Search my credentials"
-#~ msgstr "Buscar mis credenciales"
+#~ "El código de seguridad de la tarjeta es inválido. Revisá los datos que "
+#~ "ingresaste o pedile a tu cliente que use otra tarjeta."
#~ msgid ""
-#~ "With these credentials, you enable your Mercado Pago checkouts to receive "
-#~ "real payments."
+#~ "The card does not have sufficient balance. Please ask your client to use "
+#~ "another card or to get in touch with the bank."
#~ msgstr ""
-#~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
-#~ "recibir pagos reales."
+#~ "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
+#~ "tarjeta o que se comunique con su banco."
#~ msgid ""
-#~ "What category do your products belong to? Choose the one that best "
-#~ "characterizes them (choose \"other\" if your product is too specific)."
+#~ "The card does not have enough limit. Please ask your client to use "
+#~ "another card or to get in touch with the bank."
#~ msgstr ""
-#~ "¿A qué categoría pertenecen tus productos? Elige la que mejor los "
-#~ "caracteriza (elige “otro” si tu producto es demasiado específico)."
-
-#~ msgid "Categories"
-#~ msgstr "Categrorías"
-
-#~ msgid "Store ID"
-#~ msgstr "ID de la tienda"
+#~ "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
+#~ "tarjeta o que se comunique con su banco."
#~ msgid ""
-#~ "Use a number or prefix to identify orders and payments from this store."
+#~ "The CVV was entered incorrectly several times. Please ask your client to "
+#~ "use another card or to get in touch with the bank."
#~ msgstr ""
-#~ "Usa un número o prefijo para identificar pedidos y pagos provenientes de "
-#~ "esta tienda."
+#~ "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile "
+#~ "a tu cliente que use otra tarjeta o que se comunique con su banco."
#~ msgid ""
-#~ "Do not forget to enter your integrator_id as a certified Mercado Pago "
-#~ "Partner. If you don`t have it, you can %s"
+#~ "The card does not allow the number of installments entered. Please ask "
+#~ "your client to choose another installment plan or to use another card."
#~ msgstr ""
-#~ "No olvides ingresar tu integrator_id como Partner certificado de Mercado "
-#~ "Pago. Si no lo tienes, puedes %s"
-
-#~ msgid "Advanced adjustment"
-#~ msgstr "Ajustes avanzados"
-
-#~ msgid "We debug the information in our change file."
-#~ msgstr "Depuramos la información de nuestro archivo de cambios."
+#~ "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu "
+#~ "cliente que elija otro plan de cuotas o que use otra tarjeta."
#~ msgid ""
-#~ "IPN (Instant Payment Notification) is a notification of events that take "
-#~ "place on your platform and that is sent from one server to another "
-#~ "through an HTTP POST call. See more information in our guides."
+#~ "The card-issuing bank declined the payment. Please instruct your client "
+#~ "to ask the bank to authotize it or to use another card."
#~ msgstr ""
-#~ "IPN (Instant Payment Notification) es una notificación de eventos que "
-#~ "tienen lugar en su plataforma y que se envía de un servidor a otro a "
-#~ "través de una llamada HTTP POST. Vea más información en nuestras guías."
+#~ "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente "
+#~ "que se contacte con el banco para autorizarlo o que use otra tarjeta."
#~ msgid ""
-#~ "It appears that your credentials are not properly configured. Please, "
-#~ "go to %s and configure it."
+#~ "From Mercado Pago we have detected that this payment has already been "
+#~ "made before. If that is not the case, your client may try to pay again."
#~ msgstr ""
-#~ "Parece que sus credenciales no están configuradas correctamente. Por "
-#~ "favor, vaya a %s y configúrelo."
-
-#~ msgid "Market Payment Configuration"
-#~ msgstr "Mercado Pago Configuración"
+#~ "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si "
+#~ "no es así, tu cliente puede intentarlo de nuevo."
#~ msgid ""
-#~ "Check out the step-by-step of how to integrate the Mercado Pago Plugin "
-#~ "for WooCommerce in our developer website."
-#~ msgstr ""
-#~ "Revisa el paso a paso de cómo integrar el Plugin de Mercado Pago para "
-#~ "WooCommerce en nuestro sitio de desarrolladores."
-
-#~ msgid "Review documentation"
-#~ msgstr "Revisar documentación"
-
-#~ msgid "Still having problems? Contact our support team through their %s"
+#~ "The card is not active yet. Please ask your client to use another card or "
+#~ "to get in touch with the bank to activate it."
#~ msgstr ""
-#~ "¿Sigues con problemas? Comunícate con nuestro equipo de soporte a través "
-#~ "de su %s"
-
-#~ msgid "contact form."
-#~ msgstr "formulario de contacto."
-
-#~ msgid "Set up your interest payments"
-#~ msgstr "Configura pagos"
-
-#~ msgid "Set up your installment and interest payments"
-#~ msgstr "Configura meses sin intereses"
-
-#~ msgid "At Mercado Pago you can choose the fee you pay for each purchase"
-#~ msgstr "En Mercado Pago puedes elegir la tarifa que pagas en cada venta"
+#~ "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra "
+#~ "tarjeta o que se comunique con su banco para activarla."
#~ msgid ""
-#~ "At Mercado Pago you can choose the fee you pay for each purchase and also "
-#~ "offer interest-free installments to your customer."
+#~ "The debit function is not enabled for the card. Please tell your client "
+#~ "that it is possible to pay with credit or to use another one."
#~ msgstr ""
-#~ "En Mercado Pago puedes elegir la tarifa que pagas en cada compra y "
-#~ "también ofrecer meses sin intereses a tu cliente."
-
-#~ msgid "Set up interest payments"
-#~ msgstr "Configurar tasas y plazos"
-
-#~ msgid "Set up installment and interest"
-#~ msgstr "Configurar cuotas e intereses"
+#~ "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
+#~ "puede pagar con la función débito de la misma tarjeta o pídele que use "
+#~ "otra."
#~ msgid ""
-#~ "Test Mode Activated? Now visit your store and test the Mercado Pago "
-#~ "checkouts"
+#~ "The credit function is not enabled for the card. Please tell your client "
+#~ "that it is possible to pay with debit or to use another one."
#~ msgstr ""
-#~ "¿Modo Test activado? Ahora visita tu tienda y testea los checkouts "
-#~ "Mercado Pago"
-
-#~ msgid "Everything ready for the takeoff of your sales?"
-#~ msgstr "¿Todo listo para el despegue de tus ventas?"
+#~ "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente "
+#~ "que puede pagar con la función débito de la misma tarjeta o pídele que "
+#~ "use otra."
#~ msgid ""
-#~ "Visit your store as usual and simulate a payment in our checkouts to make "
-#~ "sure everything is working correctly."
+#~ "The card-issuing bank declined the payment. Please instruct your client "
+#~ "to ask the bank to authorize it."
#~ msgstr ""
-#~ "Visita tu tienda normalmente y simula un pago en nuestros checkouts para "
-#~ "verificar que todo esté funcionando correctamente."
+#~ "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
+#~ "comunique con el banco para autorizar el pago."
#~ msgid ""
-#~ "Visit your store as if you were one of your customers and check that "
-#~ "everything is fine. If you already went to Production, bring your "
-#~ "customers and increase your sales with the best online shopping "
-#~ "experience."
+#~ "The buyer does not have enough balance to make the purchase. Please ask "
+#~ "your client to deposit money to the Mercado Pago Account or to use a "
+#~ "different payment method."
#~ msgstr ""
-#~ "Visita tu tienda como si fueras uno de tus clientes y revisa que todo "
-#~ "esté bien. Si ya saliste a Producción, trae a tus clientes y aumenta "
-#~ "tus ventas con la mejor experiencia de compra online."
-
-#~ msgid "%s"
-#~ msgstr "%s"
+#~ "El cliente no tiene suficiente saldo en la cuenta para realizar la "
+#~ "compra. Pídele a tu cliente que cargue saldo en Mercado Pago o que use "
+#~ "otro medio de pago."
-#~ msgid "Your store is ready to receive payments from customers."
-#~ msgstr "Tu tienda está lista para recibir pagos de clientes."
+#~ msgid "There was an error"
+#~ msgstr "Hubo un error"
-#~ msgid ""
-#~ "Your customers will not be able to make purchases while in Test Mode."
-#~ msgstr "Los clientes no podrán hacer compras en Modo Test."
+#~ msgid "to BRL"
+#~ msgstr "a BRL"
-#~ msgid ""
-#~ "Accept payments via Pix Transfer and receive the funds instantly. Your "
-#~ "customers can pay at any time, without date or time restrictions."
-#~ msgstr ""
-#~ "Acepta pagos a través de transferencia Pix y recibe los fondos al "
-#~ "instante. Tus clientes pueden pagar en cualquier momento, sin "
-#~ "restricciones de fecha u hora."
+#~ msgid "to CLP"
+#~ msgstr "a CLP"
-#~ msgid "Pay with PIX "
-#~ msgstr "Paga vía Pix "
+#~ msgid "to COP"
+#~ msgstr "a COP"
-#~ msgid ""
-#~ "Accept cash payments within the custom checkout and expand your customers "
-#~ "purchase options."
-#~ msgstr ""
-#~ "Acepta pagos en efectivo dentro del checkout personalizado y amplía las "
-#~ "opciones de compra de tus clientes."
+#~ msgid "Now we convert your currency"
+#~ msgstr "Ahora convertimos tu moneda"
-#~ msgid "Pay with cash"
-#~ msgstr "Paga con dinero en efectivo"
+#~ msgid "We no longer convert your currency"
+#~ msgstr "Dejamos de convertir tu moneda"
-#~ msgid "Enter your credentials and choose how to operate"
-#~ msgstr "Ingresa tus credenciales y elige cómo operar"
+#~ msgid "Payment method"
+#~ msgstr "Medios de pagos"
-#~ msgid ""
-#~ "By default, we activate the Sandbox test environment for you to test "
-#~ "before you start selling."
-#~ msgstr ""
-#~ "Por defecto, te activamos el entorno de pruebas Sandbox para que hagas "
-#~ "testeos antes de empezar a vender."
+#~ msgid "Discount coupons is"
+#~ msgstr "Cupones de descuento están"
-#~ msgid "Production Mode"
-#~ msgstr "Modo Producción"
+#~ msgid "Discount coupons"
+#~ msgstr "Cupones de descuento"
#~ msgid ""
-#~ "When you see that everything is going well, deactivate Sandbox, turn on "
-#~ "Production and make way for your online sales."
+#~ "Will you offer discount coupons to customers who buy with Mercado Pago?"
#~ msgstr ""
-#~ "Cuando veas que todo va bien, desactiva Sandbox para ir a Producción y "
-#~ "abre paso a tus ventas online."
+#~ "¿Ofrecerás cupones de descuento a los clientes que compren con Mercado "
+#~ "Pago?"
-#~ msgid ""
-#~ "Choose “Yes” only when you’re ready to sell. Switch to “No” to activate "
-#~ "Testing mode."
-#~ msgstr ""
-#~ "Elige “Sí” sólo cuando estés listo para vender. Cambia a “No” para "
-#~ "activar el modo Pruebas."
+#~ msgid "Your document data is invalid"
+#~ msgstr "Número de documento inválido"
-#~ msgid "With these keys you can do the tests you want.."
-#~ msgstr "Con estas claves podrás hacer las pruebas que quieras."
+#~ msgid "Title in the checkout"
+#~ msgstr "Título en el checkout"
-#~ msgid "With these keys you can receive real payments from your customers."
-#~ msgstr "Con estas claves podrás recibir pagos reales de tus clientes."
+#, fuzzy
+#~| msgid "Payment URL pending"
+#~ msgid "Payment URL"
+#~ msgstr "URL de pago pendiente"
-#~ msgid "Everything set up? Go to your store in Sandbox mode"
-#~ msgstr "¿Todo configurado? Ve a tu tienda en modo Sandbox"
+#, fuzzy
+#~| msgid "The transparent checkout for Pix payment is"
+#~ msgid "Transparent checkout for credit cards is"
+#~ msgstr "El Checkout Transparente está"
+#, fuzzy
+#~| msgid ""
+#~| "By disabling it, you will disable all Pix payments from Mercado Pago "
+#~| "Transparent Checkout."
#~ msgid ""
-#~ "Visit your store and simulate a payment to check that everything is fine."
-#~ msgstr "Visita tu tienda y simula un pago para revisar que todo esté bien."
-
-#~ msgid "I want to test my sales"
-#~ msgstr "Quiero testear mis ventas"
-
-#~ msgid "Payment refused"
-#~ msgstr "Pago rechazado"
-
-#~ msgid "Physical person"
-#~ msgstr "Persona Física"
-
-#~ msgid "Legal person"
-#~ msgstr "Persona Jurídica"
-
-#~ msgid "Name"
-#~ msgstr "Nome"
-
-#~ msgid "Social reason"
-#~ msgstr "Razón social"
-
-#~ msgid "Surname"
-#~ msgstr "Apellido"
-
-#~ msgid "You must inform your last name"
-#~ msgstr "Debes informar tu apellido"
-
-#~ msgid "CPF"
-#~ msgstr "CPF"
-
-#~ msgid "Address"
-#~ msgstr "Dirección"
-
-#~ msgid "You must inform your address"
-#~ msgstr "Debes informar tu dirección"
-
-#~ msgid "Number"
-#~ msgstr "Número"
-
-#~ msgid "You must provide your address number"
-#~ msgstr "Debe informar su número de dirección"
-
-#~ msgid "City"
-#~ msgstr "Ciudad"
-
-#~ msgid "You must inform your city"
-#~ msgstr "Debes informar a tu ciudad"
-
-#~ msgid "State"
-#~ msgstr "Estado"
-
-#~ msgid "You must inform your status"
-#~ msgstr "Debes informar a tu estado"
-
-#~ msgid "Postal Code"
-#~ msgstr "Código postal"
-
-#~ msgid "You must provide your zip code"
-#~ msgstr "Debes informar tu código postal"
-
-#~ msgid "See the reasons for refusing your purchase."
-#~ msgstr "Vea las razones para rechazar su compra."
-
-#~ msgid "30 minutes"
-#~ msgstr "30 minutos"
-
-#~ msgid "New"
-#~ msgstr "Nuevo"
-
-#~ msgid " day"
-#~ msgstr " día"
-
-#~ msgid "Description for cart Checkout"
-#~ msgstr "Descripción para el Checkout en el carrito"
+#~ "By disabling it, you will disable all payment methods of this checkout."
+#~ msgstr ""
+#~ "Al desactivar, desabilitarás todos los medios de pago con tarjeta de "
+#~ "crédito en el Checkout Transparente de Mercado Pago."
+#, fuzzy
+#~| msgid ""
+#~| "By confirming your purchase, we will show you a code to make the payment."
#~ msgid ""
-#~ "Configure the payment options and accept payments with cards, ticket and "
-#~ "money of Mercado Pago account."
+#~ "By confirming your purchase, you will be redirected to your Mercado Pago "
+#~ "account."
#~ msgstr ""
-#~ "Configura las opciones de pago a tu medida y acepta pagos con tarjetas, "
-#~ "dinero en efectivo y dinero en cuenta de Mercado Pago."
-
-#~ msgid "https://developers.mercadopago.com/"
-#~ msgstr "https://developers.mercadopago.com/"
-
-#~ msgid "https://github.com/mercadopago/cart-woocommerce"
-#~ msgstr "https://github.com/mercadopago/cart-woocommerce"
+#~ "Al confirmar tu compra, te mostraremos un código para realizar el pago."
diff --git a/i18n/languages/woocommerce-mercadopago-pt_BR.mo b/i18n/languages/woocommerce-mercadopago-pt_BR.mo
index 4165a089c..1efc09553 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 bd94aafb0..0178eae40 100644
--- a/i18n/languages/woocommerce-mercadopago-pt_BR.po
+++ b/i18n/languages/woocommerce-mercadopago-pt_BR.po
@@ -1,9 +1,11 @@
+# Copyright (C) 2022 woocommerce-mercadopago
+# This file is distributed under the same license as the woocommerce-mercadopago package.
msgid ""
msgstr ""
-"Project-Id-Version: Mercado Pago payments for WooCommerce 6.0.0\n"
+"Project-Id-Version: Mercado Pago payments for WooCommerce\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
"mercadopago\n"
-"POT-Creation-Date: 2023-07-10 14:22+0000\n"
+"POT-Creation-Date: 2024-04-10 14:38+0000\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -11,75 +13,42 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 3.3.2\n"
+"X-Generator: Poedit 3.4.2\n"
-#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:140,
-#: ../../includes/module/class-wc-woomercadopago-module.php:352
-msgid "By continuing, you agree to our "
-msgstr "Ao continuar, você concorda com nossos "
-
-#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:142,
-#: ../../includes/module/class-wc-woomercadopago-module.php:354
-msgid "Terms and Conditions"
-msgstr "Termos e condições"
-
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92
-msgid ""
-"Activate this option so that the value of the currency set in WooCommerce is "
-"compatible with the value of the currency you use in Mercado Pago."
-msgstr ""
-"Ative esta opção para que o valor da moeda configurada no WooCommerce seja "
-"compatível ao valor da moeda que você usa no Mercado Pago."
-
-#. translators: 1: local currency 2: currency
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478
-msgid "Now we convert your currency from %1$s to %2$s."
-msgstr "Agora convertemos sua moeda de %1$s to %2$s."
-
-#. translators: 1: local currency 2: currency
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498
-msgid "We no longer convert your currency from %1$s to %2$s."
-msgstr "Paramos de converter sua moeda de %1$s to %2$s."
+#: ../../src/WoocommerceMercadoPago.php:463,
+#: ../../src/Translations/AdminTranslations.php:172
+msgid "Activate WooCommerce"
+msgstr "Ativar WooCommerce"
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519
-msgid ""
-"Attention: The currency settings you have in WooCommerce are not "
-"compatible with the currency you use in your Mercado Pago account. Please "
-"activate the currency conversion."
-msgstr ""
-"Atenção: a configuração de moeda que você tem no WooCommerce não é "
-"compatível com a moeda que você usa na sua conta do Mercado Pago. Por favor, "
-"ative a conversão de moeda."
+#: ../../src/WoocommerceMercadoPago.php:464,
+#: ../../src/Translations/AdminTranslations.php:173
+msgid "Install WooCommerce"
+msgstr "Instalar WooCommerce"
-#: ../../includes/module/class-wc-woomercadopago-configs.php:125
-msgid ""
-"Update your credentials with the Access Token and Public Key, you need them "
-"to continue receiving payments!"
-msgstr ""
-"Atualize suas credenciais com o Access Token e a Public Key. Você precisa "
-"deles para continuar recebendo pagamentos!"
+#: ../../src/WoocommerceMercadoPago.php:465,
+#: ../../src/Translations/AdminTranslations.php:174
+msgid "See WooCommerce"
+msgstr "Veja WooCommerce"
-#: ../../includes/module/class-wc-woomercadopago-configs.php:134
-msgid ""
-"The store should have HTTPS in order to activate both Checkout Personalizado "
-"and Ticket Checkout."
+#: ../../src/WoocommerceMercadoPago.php:467,
+#: ../../src/Translations/AdminTranslations.php:163
+msgid "The Mercado Pago module needs an active version of %s in order to work!"
msgstr ""
-"A loja deve ter HTTPS para ativar o Checkout Personalizado e o Ticket "
-"Checkout."
+"O módulo do Mercado Pago necessita de uma versão ativa de %s para funcionar!"
-#: ../../includes/module/class-wc-woomercadopago-init.php:52
+#: ../../src/Translations/AdminTranslations.php:169
msgid ""
-"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
+"Mercado Pago payments for WooCommerce requires PHP version 7.4 or later. "
"Please update your PHP version."
msgstr ""
-"O plugin do Mercado Pago para o WooCommerce requer o PHP versão 5.6 ou "
+"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."
-#: ../../includes/module/class-wc-woomercadopago-init.php:61
+#: ../../src/Translations/AdminTranslations.php:170
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
msgstr "Erro no Mercado Pago: a extensão PHP CURL não está instalada."
-#: ../../includes/module/class-wc-woomercadopago-init.php:70
+#: ../../src/Translations/AdminTranslations.php:171
msgid ""
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
"extension is required to send QR Code Pix by email."
@@ -87,1036 +56,1360 @@ 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."
-#. translators: %s link to WooCommerce
-#: ../../includes/module/class-wc-woomercadopago-init.php:82
-msgid "The Mercado Pago module needs an active version of %s in order to work!"
+#: ../../src/Translations/AdminTranslations.php:175
+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 ""
-"O módulo do Mercado Pago necessita de uma versão ativa de %s para funcionar!"
-
-#: ../../includes/module/class-wc-woomercadopago-init.php:95
-msgid "Cancel order"
-msgstr "Cancelar ordem"
-
-#: ../../includes/module/class-wc-woomercadopago-init.php:177
-msgid "The Mercado Pago module needs the SDK package to work!"
-msgstr "O módulo Mercado Pago necessita do SDK para funcionar!"
+"Lembre-se de que para receber pagamentos via PIX em nosso checkout, você "
+"precisa ter uma chave PIX cadastrada na sua conta Mercado Pago."
-#: ../../includes/module/class-wc-woomercadopago-module.php:368
-msgid "The payment method is not valid or not available."
-msgstr "O meio de pagamento não é válido ou não está disponível."
+#: ../../src/Translations/AdminTranslations.php:176
+msgid "Register your Pix key at Mercado Pago."
+msgstr "Cadastre sua chave PIX no Mercado Pago."
-#: ../../includes/module/class-wc-woomercadopago-module.php:371
-msgid "The transaction amount cannot be processed by Mercado Pago."
-msgstr "O valor da transação não pode ser processado pelo Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:177
+msgid "%s, help us improve the experience we offer"
+msgstr "%s, ajude-nos a melhorar a experiência que oferecemos"
-#: ../../includes/module/class-wc-woomercadopago-module.php:371
+#: ../../src/Translations/AdminTranslations.php:178
msgid ""
-"Possible causes: Currency not supported; Amounts below the minimum or above "
-"the maximum allowed."
+"Share your opinion with us so that we improve our product and offer the best "
+"payment solution."
msgstr ""
-"Possíveis causas: Moeda não suportada; Valores abaixo do mínimo ou acima do "
-"máximo permitido."
+"Deixe sua opinião para podermos melhorar nosso produto e oferecermos a "
+"melhor solução de pagamentos para você. "
+
+#: ../../src/Translations/AdminTranslations.php:179
+msgid "Rate the plugin"
+msgstr "Avalie o plugin"
-#: ../../includes/module/class-wc-woomercadopago-module.php:374
-msgid "The users are not valid."
-msgstr "Os usuários não são válidos."
+#: ../../src/Translations/AdminTranslations.php:180
+msgid "Enable payments via Mercado Pago account"
+msgstr "Ative os pagamentos via conta Mercado Pago"
-#: ../../includes/module/class-wc-woomercadopago-module.php:374
+#: ../../src/Translations/AdminTranslations.php:181
msgid ""
-"Possible causes: Buyer and seller have the same account in Mercado Pago; The "
-"transaction involving production and test users."
+"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 ""
-"Possíveis causas: o comprador e o vendedor têm a mesma conta no Mercado "
-"Pago; A transação está envolvendo usuários de produção e teste."
+"Ao ativar esta função, seus clientes pagam mais rápido usando suas contas do "
+"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."
-#: ../../includes/module/class-wc-woomercadopago-module.php:377
-msgid "Unauthorized use of production credentials."
-msgstr "Uso não autorizado de credenciais de produção."
+#: ../../src/Translations/AdminTranslations.php:182
+msgid "Activate"
+msgstr "Ativar"
-#: ../../includes/module/class-wc-woomercadopago-module.php:377
+#: ../../src/Translations/AdminTranslations.php:183
msgid ""
-"Possible causes: Use permission in use for the credential of the seller."
+"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 ""
-"Possíveis causas: Pendência de permissão de uso na produção para a "
-"credencial do vendedor."
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:503
-msgid "Colombia"
-msgstr "Colombia"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:505
-msgid "Argentina"
-msgstr "Argentina"
-#: ../../includes/module/class-wc-woomercadopago-module.php:507
-msgid "Brazil"
-msgstr "Brasil"
+#: ../../src/Translations/AdminTranslations.php:184
+msgid "You activated Mercado Pago’s plug-in"
+msgstr "Você ativou o plugin do Mercado Pago"
-#: ../../includes/module/class-wc-woomercadopago-module.php:509
-msgid "Chile"
-msgstr "Chile"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:511
-msgid "Mexico"
-msgstr "México"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:513
-msgid "Uruguay"
-msgstr "Uruguai"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:515
-msgid "Venezuela"
-msgstr "Venezuela"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:517
-msgid "Peru"
-msgstr "Perú"
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:551
-msgid "Update the WooCommerce order to "
-msgstr "Atualizar a ordem do WooCommerce para "
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:821,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:581
-msgid "Fill in your credentials to enable payment methods."
-msgstr "Complete suas credenciais para habilitar os meios de pagamento."
+#: ../../src/Translations/AdminTranslations.php:185
+msgid ""
+"Follow the instructions below to integrate your store with Mercado Pago and "
+"start to sell."
+msgstr ""
+"Siga as instruções abaixo para integrar sua loja ao Mercado Pago e começar a "
+"vender."
-#: ../../includes/module/class-wc-woomercadopago-module.php:837
+#: ../../src/Translations/AdminTranslations.php:197
msgid "Set plugin"
msgstr "Configurar plugin"
-#: ../../includes/module/class-wc-woomercadopago-module.php:838,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293
+#: ../../src/Translations/AdminTranslations.php:198,
+#: ../../src/Translations/AdminTranslations.php:738,
+#: ../../src/Translations/AdminTranslations.php:798
msgid "Payment methods"
msgstr "Meios de pagamento"
-#: ../../includes/module/class-wc-woomercadopago-module.php:839,
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220
+#: ../../src/Translations/AdminTranslations.php:199
msgid "Plugin manual"
msgstr "Manual do plugin"
-#: ../../includes/module/class-wc-woomercadopago-module.php:938
-msgid "By Mercado Pago"
-msgstr "Por Mercado Pago"
-
-#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:109,
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:139,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:166
-msgid "Buyer email"
-msgstr "E-mail do comprador"
+#: ../../src/Translations/AdminTranslations.php:211
+msgid "Cancel order"
+msgstr "Cancelar ordem"
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:35
-msgid "No ID or TOPIC param in Request IPN"
-msgstr "Nenhum parâmetro de ID ou TOPIC na Request IPN"
+#: ../../src/Translations/AdminTranslations.php:212
+msgid "Mercado Pago commission:"
+msgstr "Comissão do Mercado Pago:"
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:39
-msgid ""
-"Discarded notification. This notification is already processed as webhook-"
-"payment."
-msgstr ""
-"Notificação descartada. Esta notificação é processada como webhook-payment."
+#: ../../src/Translations/AdminTranslations.php:213
+msgid "Represents the commission configured on plugin settings."
+msgstr "Representa a comissão definida nas configurações do plugin."
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:54
-msgid "IPN merchant_order not found"
-msgstr "IPN merchant_order não encontrado"
+#: ../../src/Translations/AdminTranslations.php:214
+msgid "Mercado Pago discount:"
+msgstr "Desconto do Mercado Pago:"
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:60
-msgid "Not found Payments into Merchant_Order"
-msgstr "Não foram encontrados pagamentos na Merchant_Order"
+#: ../../src/Translations/AdminTranslations.php:215
+msgid "Represents the discount configured on plugin settings."
+msgstr "Representa o desconto definido nas configurações do plugin."
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:142,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:169
-msgid "Payment type"
-msgstr "Tipo de meio de pagamento"
+#: ../../src/Translations/AdminTranslations.php:216
+msgid "Represents the installment fee charged by Mercado Pago."
+msgstr "Representa a taxa de parcelamento cobrada pelo Mercado Pago."
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:145,
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:172
-msgid "Payment method"
-msgstr "Meio de pagamento"
+#: ../../src/Translations/AdminTranslations.php:217
+msgid "Mercado Pago Installment Fee:"
+msgstr "Taxa de prestação do Mercado Pago:"
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:39
+#: ../../src/Translations/AdminTranslations.php:218
msgid ""
-"Please enter your email address at the billing address to use this service"
+"Represents the total purchase plus the installment fee charged by Mercado "
+"Pago."
msgstr ""
-"Por favor, digite seu e-mail no endereço de faturamento para usar este "
-"serviço"
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:42,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:277
-msgid "Checkout Pro"
-msgstr "Checkout Pro"
+"Representa o total da compra mais a taxa de parcelamento cobrada pelo "
+"Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:43
-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:219
+msgid "Mercado Pago Total:"
+msgstr "Mercado Pago Total:"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51
-msgid "Mercado Pago - Checkout Pro"
-msgstr "Mercado Pago - Checkout Pro"
+#: ../../src/Translations/AdminTranslations.php:232
+msgid "Accept"
+msgstr "Aceite"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:53
-msgid "Your saved cards or money in Mercado Pago"
-msgstr "Compras com cartões salvos ou saldo no Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:233
+msgid "payments"
+msgstr "pagamentos"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164
-msgid "Maximum number of installments"
-msgstr "Máximo de parcelas"
+#: ../../src/Translations/AdminTranslations.php:234
+msgid "safely"
+msgstr "de forma"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166
-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:235
+msgid "with"
+msgstr "segura com o"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169
-msgid "1 installment"
-msgstr "1 parcela"
+#: ../../src/Translations/AdminTranslations.php:236
+msgid "Mercado Pago"
+msgstr "Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170
-msgid "2 installments"
-msgstr "2 parcelas"
+#: ../../src/Translations/AdminTranslations.php:241
+msgid "Choose"
+msgstr "Escolha"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171
-msgid "3 installments"
-msgstr "3 parcelas"
+#: ../../src/Translations/AdminTranslations.php:242
+msgid "when you want to receive the money"
+msgstr "quando quer receber o dinheiro"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:172
-msgid "4 installments"
-msgstr "4 parcelas"
+#: ../../src/Translations/AdminTranslations.php:243
+msgid "from your sales and if you want to offer"
+msgstr "das vendas e se quer oferecer"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:173
-msgid "5 installments"
-msgstr "5 parcelas"
+#: ../../src/Translations/AdminTranslations.php:244
+msgid "interest-free installments"
+msgstr "parcelamento sem acréscimos"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:174
-msgid "6 installments"
-msgstr "6 parcelas"
+#: ../../src/Translations/AdminTranslations.php:245
+msgid "to your clients."
+msgstr "aos clientes."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:175
-msgid "10 installments"
-msgstr "10 parcelas"
+#: ../../src/Translations/AdminTranslations.php:251
+msgid "SSL"
+msgstr "SSL"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176
-msgid "12 installments"
-msgstr "12 parcelas"
+#: ../../src/Translations/AdminTranslations.php:252
+msgid "Curl"
+msgstr "Curl"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:177
-msgid "15 installments"
-msgstr "15 parcelas"
+#: ../../src/Translations/AdminTranslations.php:253
+msgid "GD Extensions"
+msgstr "Extensões GD"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178
-msgid "18 installments"
-msgstr "18 parcelas"
+#: ../../src/Translations/AdminTranslations.php:255
+msgid "Technical requirements"
+msgstr "Requisitos técnicos"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:179
-msgid "24 installments"
-msgstr "24 parcelas"
+#: ../../src/Translations/AdminTranslations.php:256
+msgid "Collections and installments"
+msgstr "Recebimentos e parcelamento"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:256,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:153,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:928,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:203,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:197
-msgid "Enable the checkout"
-msgstr "Ativar o checkout"
+#: ../../src/Translations/AdminTranslations.php:257
+msgid "More information"
+msgstr "Mais informações"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:257
+#: ../../src/Translations/AdminTranslations.php:258
msgid ""
-"By disabling it, you will disable all payments from Mercado Pago Checkout at "
-"Mercado Pago website by redirect."
+"Implementation responsible for transmitting data to Mercado Pago in a secure "
+"and encrypted way."
msgstr ""
-"Ao desativar, você desabilita todos os meios de pagamentos para o checkout "
-"com redirecionamento no site do Mercado Pago."
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:261,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:933
-msgid "The checkout is enabled."
-msgstr "O checkout está ativo."
+"Implementação responsável pela transmissão de dados para o Mercado Pago de "
+"maneira segura e criptografada."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:262,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:934
-msgid "The checkout is disabled."
-msgstr "O checkout está inativo."
+#: ../../src/Translations/AdminTranslations.php:259
+msgid ""
+"It is an extension responsible for making payments via requests from the "
+"plugin to Mercado Pago."
+msgstr ""
+"É uma extensão responsável pela realização de pagamentos via solicitações do "
+"plugin ao Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:281
+#: ../../src/Translations/AdminTranslations.php:260
msgid ""
-"With Checkout Pro you sell with all the safety inside Mercado Pago "
-"environment."
+"These extensions are responsible for the implementation and operation of Pix "
+"in your store."
msgstr ""
-"Com o Checkout Pro, você vende com toda a segurança, no ambiente do Mercado "
-"Pago."
+"São extensões responsáveis pela implementação e funcionamento do Pix na sua "
+"loja."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:348
-msgid "Advanced settings"
-msgstr "Configuração Avançada"
+#: ../../src/Translations/AdminTranslations.php:262
+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."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:311
-msgid "Payment experience"
-msgstr "Experiência de pagamento"
+#: ../../src/Translations/AdminTranslations.php:263
+msgid "Set deadlines and fees"
+msgstr "Ajustar prazos e taxas"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:313
-msgid ""
-"Define what payment experience your customers will have, whether inside or "
-"outside your store."
-msgstr ""
-"Defina qual experiência de pagamento seus clientes terão se dentro ou fora "
-"da sua loja."
+#: ../../src/Translations/AdminTranslations.php:264
+msgid "Go to documentation"
+msgstr "Ir para documentação"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:316
-msgid "Redirect"
-msgstr "Redireciona"
+#: ../../src/Translations/AdminTranslations.php:277
+msgid "Public Key"
+msgstr "Public key"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:317
-msgid "Modal"
-msgstr "Modal"
+#: ../../src/Translations/AdminTranslations.php:278
+msgid "Access Token"
+msgstr "Access Token"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:333
-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:279
+msgid "1. Enter your credentials to integrate your store with Mercado Pago"
+msgstr "1. Insira suas credenciais para integrar sua loja ao Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:331,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:351,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:372
-msgid "This seems to be an invalid URL."
-msgstr "Esta parece ser uma URL inválida."
+#: ../../src/Translations/AdminTranslations.php:280
+msgid "Production credentials"
+msgstr "Credenciais de produção"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:336
-msgid "Success URL"
-msgstr "URL de sucesso"
+#: ../../src/Translations/AdminTranslations.php:281
+msgid "Test credentials"
+msgstr "Credenciais de teste"
+
+#: ../../src/Translations/AdminTranslations.php:282
+msgid "To start selling, "
+msgstr "Para começar a vender, basta"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:353
+#: ../../src/Translations/AdminTranslations.php:283
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."
+"in the fields below. If you don’t have credentials yet, you’ll have to "
+"create them from this link."
msgstr ""
-"Selecione a URL que mostraremos aos seus clientes quando recusarmos a "
-"compra. Certifique-se de incluir uma mensagem adequada à situação e dê "
-"informações úteis para que eles possam solucionar a questão."
+"nos campos abaixo. Se você ainda não tiver credenciais, terá que criá-las "
+"nesse mesmo link."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:356
-msgid "Payment URL rejected"
-msgstr "URL de pagamento recusado"
+#: ../../src/Translations/AdminTranslations.php:284
+msgid "Enable Mercado Pago checkouts for test purchases in the store."
+msgstr "Habilite os checkouts Mercado Pago para testes de compras na loja."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:374
-msgid ""
-"Choose the URL that we will show to your customers when they have a payment "
-"pending approval."
+#: ../../src/Translations/AdminTranslations.php:285
+msgid "Enable Mercado Pago checkouts to receive real payments in the store."
msgstr ""
-"Selecione a URL que mostraremos aos seus clientes quando tiverem um "
-"pagamento pendente de aprovação."
-
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:377
-msgid "Payment URL pending"
-msgstr "URL de pagamento pendente"
+"Habilite os checkouts Mercado Pago para receber pagamentos reais na loja."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:391
-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:286
+msgid "Paste your Public Key here"
+msgstr "Cole aqui sua Public Key"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392
-msgid "Choose the payment methods you accept in your store"
-msgstr "Escolha os meios de pagamento aceitos na loja"
+#: ../../src/Translations/AdminTranslations.php:287
+msgid "Paste your Access Token here"
+msgstr "Cole aqui seu Access Token"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:396
-msgid "Credit Cards"
-msgstr "Cartões de crédito"
+#: ../../src/Translations/AdminTranslations.php:288,
+#: ../../src/Translations/AdminTranslations.php:342
+msgid "Save and continue"
+msgstr "Salvar e continuar"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:400
-msgid "Debit Cards"
-msgstr "Cartões de débito"
+#: ../../src/Translations/AdminTranslations.php:289
+msgid ""
+"You have to enter your production credentials to start selling with Mercado "
+"Pago."
+msgstr ""
+"Você precisa inserir suas credenciais de produção para começar a vender com "
+"o Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404
-msgid "Other Payment Methods"
-msgstr "Outros meios"
+#: ../../src/Translations/AdminTranslations.php:290
+msgid "Enter credentials"
+msgstr "Inserir credenciais"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:454
-msgid "Return to the store"
-msgstr "Voltar à loja"
+#: ../../src/Translations/AdminTranslations.php:291
+msgid "Activate your credentials to be able to sell"
+msgstr "Ative suas credenciais para poder vender"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:455
+#: ../../src/Translations/AdminTranslations.php:292
msgid ""
-"Do you want your customer to automatically return to the store after payment?"
+"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 ""
-"Deseja que seu cliente retorne automaticamente à loja após o pagamento?"
+"Credenciais são códigos que você deve inserir para ativar as vendas. Vá "
+"abaixo em Ativar Credenciais. Na próxima tela, utilize novamente o botão "
+"Ativar Credenciais e preencha os campos com as informações solicitadas."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:459
-msgid "The buyer will be automatically redirected to the store."
-msgstr "O comprador será redirecionado automaticamente à loja."
+#: ../../src/Translations/AdminTranslations.php:293
+msgid "Activate credentials"
+msgstr "Ativar credenciais"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:460
-msgid "The buyer will not be automatically redirected to the store."
-msgstr "O comprador não será redirecionado automaticamente à loja."
+#: ../../src/Translations/AdminTranslations.php:294
+msgid "copy and paste your production credentials "
+msgstr "copiar e colar suas credenciais de produção"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:485
-msgid "Available payment methods"
-msgstr "Meios de pagamento disponíveis"
+#: ../../src/Translations/AdminTranslations.php:307
+msgid "Add the URL to receive payments notifications."
+msgstr "Insira a URL para receber notificações de pagamento."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:520,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:441,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:403,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:418,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
-msgid "discount of"
-msgstr "desconto de"
+#: ../../src/Translations/AdminTranslations.php:308
+msgid "Find out more information in the"
+msgstr "Confira mais informações nos"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:526,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:447,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:683,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:409,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:424,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176
-msgid "fee of"
-msgstr "taxa de"
+#: ../../src/Translations/AdminTranslations.php:310
+msgid "guides"
+msgstr "manuais"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:626,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:652,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:704
-msgid "Easy login"
-msgstr "Entre fácil"
+#: ../../src/Translations/AdminTranslations.php:315
+msgid ""
+"If you are a Mercado Pago Certified Partner, make sure to add your "
+"integrator_id."
+msgstr ""
+"Se você é Parceiro certificado do Mercado Pago, não esqueça de inserir seu "
+"integrator_id."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:627,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:705
-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/AdminTranslations.php:316
+msgid "If you do not have the code, please"
+msgstr "Se você não possui o código, por favor"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:634,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:660,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:678,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:712
-msgid "Quick payments"
-msgstr "Pague rápido"
+#: ../../src/Translations/AdminTranslations.php:318
+msgid "request it now"
+msgstr "solicite agora"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:635
-msgid "Use your saved cards, Pix or available balance."
-msgstr "Use seus cartões salvos, Pix ou saldo disponível."
+#: ../../src/Translations/AdminTranslations.php:322
+msgid "2. Customize your business’ information"
+msgstr "2. Personalize as informações da sua loja"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:642,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:668
-msgid "Protected purchases"
-msgstr "Proteja sua compra"
+#: ../../src/Translations/AdminTranslations.php:323
+msgid "Your store information"
+msgstr "Informações sobre sua loja"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:643,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:669
-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/AdminTranslations.php:324
+msgid "Advanced integration options (optional)"
+msgstr "Opções avançadas de integração (opcional)"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:661
-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/AdminTranslations.php:325
+msgid "Debug and Log Mode"
+msgstr "Modo debug e log"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:679,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:713
-msgid "Use your available money or saved cards."
-msgstr "Use seu dinheiro disponível e cartões salvos."
+#: ../../src/Translations/AdminTranslations.php:326
+msgid ""
+"Fill out the following details to have a better experience and offer your "
+"customers more information."
+msgstr ""
+"Preencha os dados a seguir para oferecer uma experiência melhor e dê mais "
+"informações aos seus clientes."
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:686,
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:720
-msgid "Installments option"
-msgstr "Use parcelas"
+#: ../../src/Translations/AdminTranslations.php:327
+msgid "Name of your store in your client's invoice"
+msgstr "Nome da sua loja na fatura dos clientes"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:687
-msgid "Pay with or without a credit card."
-msgstr "Pague com ou sem cartão de crédito."
+#: ../../src/Translations/AdminTranslations.php:328
+msgid "Identification in Activities of Mercado Pago"
+msgstr "Identificação em Atividades do Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:694
-msgid "Reliable purchases"
-msgstr "Compre com confiança"
+#: ../../src/Translations/AdminTranslations.php:329
+msgid ""
+"For further integration of your store with Mercado Pago (IPN, Certified "
+"Partners, Debug Mode)"
+msgstr ""
+"Para mais integração da sua loja com o Mercado Pago (IPN, Parceiros "
+"Certificados, Modo Debug)"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:695
-msgid "Get help if you have a problem with your purchase."
-msgstr "Receba ajuda se tiver algum problema com sua compra."
+#: ../../src/Translations/AdminTranslations.php:330
+msgid "Store category"
+msgstr "Categoria da loja"
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:721
-msgid "Interest-free installments with selected banks."
-msgstr "Parcelas sem juros em bancos selecionados."
+#: ../../src/Translations/AdminTranslations.php:331
+msgid "URL for IPN"
+msgstr "URL para IPN"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:42,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:43,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:324
-msgid "Installments without card"
-msgstr "Parcelado sem cartão"
+#: ../../src/Translations/AdminTranslations.php:332
+msgid "Integrator ID"
+msgstr "Integrator ID"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:44
-msgid "Customers who buy on spot and pay later in up to 12 installments"
-msgstr "Clientes compram na hora e pagam depois em até 12x"
+#: ../../src/Translations/AdminTranslations.php:333
+msgid "We record your store's actions in order to provide a better assistance."
+msgstr "Gravamos ações da sua loja para proporcionar melhor suporte."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:54
-msgid "Mercado Pago - Installments without card"
-msgstr "Mercado Pago - Parcelamento sem cartão"
+#: ../../src/Translations/AdminTranslations.php:334
+msgid "Ex: Mary's Store"
+msgstr "Ex.: Loja da Maria"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:56
-msgid "Checkout without card"
-msgstr "Parcelado sem cartão com Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:335
+msgid "Ex: Mary Store"
+msgstr "Ex.: LojaMaria"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:112,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:288
-msgid "Banner on the product page | Computer version"
-msgstr "Informativo na página do produto | Versão para computador"
+#: ../../src/Translations/AdminTranslations.php:336,
+#: ../../src/Translations/AdminTranslations.php:1253
+msgid "Select"
+msgstr "Selecionar"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:113
-msgid "Banner on the product page | Cellphone version"
-msgstr "Informativo na página do produto | Versão para celular"
+#: ../../src/Translations/AdminTranslations.php:337
+msgid "Ex: https://examples.com/my-custom-ipn-url"
+msgstr "Ex.: https://examples.com/my-custom-ipn-url"
+
+#: ../../src/Translations/AdminTranslations.php:338
+msgid "Add plugin default params"
+msgstr "Adicionar parâmetros padrão do plugin"
+
+#: ../../src/Translations/AdminTranslations.php:339
+msgid "Ex: 14987126498"
+msgstr "Ex.: 14987126498"
+
+#: ../../src/Translations/AdminTranslations.php:340
+msgid "Show advanced options"
+msgstr "Ver opções avançadas"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:249
-msgid "Activate installments without card in your store checkout "
-msgstr "Ativar parcelamento sem cartão no checkout da loja "
+#: ../../src/Translations/AdminTranslations.php:341
+msgid "Hide advanced options"
+msgstr "Esconder opções avançadas"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:250
+#: ../../src/Translations/AdminTranslations.php:343
msgid ""
-"Offer the option to pay in installments without card directly from your "
-"store's checkout."
+"If this field is empty, the purchase will be identified as Mercado Pago."
msgstr ""
-"Ofereça a opção de pagamento parcelado sem cartão através do checkout da sua "
-"loja."
+"Se o campo estiver vazio, a compra do cliente será identificada como Mercado "
+"Pago."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:254
+#: ../../src/Translations/AdminTranslations.php:344
+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
msgid ""
-"Payment in installments without card in the store checkout is active"
-msgstr "Parcelamento sem cartão no checkout da loja está ativo"
+"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
+msgid "request it now."
+msgstr "solicite agora."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:255
+#: ../../src/Translations/AdminTranslations.php:360
+msgid "3. Activate and set up payment methods"
+msgstr "3. Ative e configure os meios de pagamento"
+
+#: ../../src/Translations/AdminTranslations.php:361
msgid ""
-"Payment in installments without card in the store checkout is inactive"
-msgstr "Parcelamento sem cartão no checkout da loja está desativado"
+"Select the payment method you want to appear in your store to activate and "
+"set it up."
+msgstr ""
+"Selecione o meio de pagamento que você quer que seja mostrado na sua loja "
+"para ativá-lo e configurá-lo."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:273
-msgid "Checkout visualization"
-msgstr "Visualização no checkout"
+#: ../../src/Translations/AdminTranslations.php:362
+msgid "Settings"
+msgstr "Configurar"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:274,
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:290
-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:363
+msgid "Continue"
+msgstr "Continuar"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:275
-msgid "Checkout Preview"
-msgstr "Visualização no checkout"
+#: ../../src/Translations/AdminTranslations.php:364
+msgid "Enabled"
+msgstr "Ativado"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:276
-msgid "PREVIEW"
-msgstr "PRÉ-VISUALIZAÇÃO"
+#: ../../src/Translations/AdminTranslations.php:365
+msgid "Disabled"
+msgstr "Inativo"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:286
-msgid "Computer"
-msgstr "Computador"
+#: ../../src/Translations/AdminTranslations.php:366
+msgid "Configure your credentials to enable Mercado Pago payment methods."
+msgstr ""
+"Configure suas credenciais para ativar os métodos de pagamento do Mercado "
+"Pago."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:287
-msgid "Mobile"
-msgstr "Celular"
+#: ../../src/Translations/AdminTranslations.php:379,
+#: ../../src/Translations/AdminTranslations.php:385
+msgid "The checkout is"
+msgstr "O checkout está"
+
+#: ../../src/Translations/AdminTranslations.php:380,
+#: ../../src/Translations/AdminTranslations.php:392,
+#: ../../src/Translations/AdminTranslations.php:508,
+#: ../../src/Translations/AdminTranslations.php:520,
+#: ../../src/Translations/AdminTranslations.php:532,
+#: ../../src/Translations/AdminTranslations.php:599,
+#: ../../src/Translations/AdminTranslations.php:611,
+#: ../../src/Translations/AdminTranslations.php:623,
+#: ../../src/Translations/AdminTranslations.php:700,
+#: ../../src/Translations/AdminTranslations.php:762,
+#: ../../src/Translations/AdminTranslations.php:822,
+#: ../../src/Translations/AdminTranslations.php:834
+msgid "enabled"
+msgstr "ativo"
+
+#: ../../src/Translations/AdminTranslations.php:386,
+#: ../../src/Translations/AdminTranslations.php:398,
+#: ../../src/Translations/AdminTranslations.php:514,
+#: ../../src/Translations/AdminTranslations.php:526,
+#: ../../src/Translations/AdminTranslations.php:538,
+#: ../../src/Translations/AdminTranslations.php:605,
+#: ../../src/Translations/AdminTranslations.php:617,
+#: ../../src/Translations/AdminTranslations.php:629,
+#: ../../src/Translations/AdminTranslations.php:706,
+#: ../../src/Translations/AdminTranslations.php:768,
+#: ../../src/Translations/AdminTranslations.php:828,
+#: ../../src/Translations/AdminTranslations.php:840
+msgid "disabled"
+msgstr "inativo"
+
+#: ../../src/Translations/AdminTranslations.php:391,
+#: ../../src/Translations/AdminTranslations.php:397,
+#: ../../src/Translations/AdminTranslations.php:519,
+#: ../../src/Translations/AdminTranslations.php:525,
+#: ../../src/Translations/AdminTranslations.php:610,
+#: ../../src/Translations/AdminTranslations.php:616,
+#: ../../src/Translations/AdminTranslations.php:699,
+#: ../../src/Translations/AdminTranslations.php:705,
+#: ../../src/Translations/AdminTranslations.php:761,
+#: ../../src/Translations/AdminTranslations.php:767,
+#: ../../src/Translations/AdminTranslations.php:833,
+#: ../../src/Translations/AdminTranslations.php:839
+msgid "Currency conversion is"
+msgstr "Conversão de moeda está"
+
+#: ../../src/Translations/AdminTranslations.php:403,
+#: ../../src/Translations/AdminTranslations.php:409
+msgid "The buyer"
+msgstr "O comprador"
+
+#: ../../src/Translations/AdminTranslations.php:404
+msgid "will be automatically redirected to the store"
+msgstr "será redirecionado automaticamente à loja"
+
+#: ../../src/Translations/AdminTranslations.php:410
+msgid "will not be automatically redirected to the store"
+msgstr "não será redirecionado automaticamente à loja"
+
+#: ../../src/Translations/AdminTranslations.php:416,
+#: ../../src/Translations/AdminTranslations.php:422,
+#: ../../src/Translations/AdminTranslations.php:634,
+#: ../../src/Translations/AdminTranslations.php:640
+msgid "Pending payments"
+msgstr "Pagamentos pendentes"
+
+#: ../../src/Translations/AdminTranslations.php:417,
+#: ../../src/Translations/AdminTranslations.php:635
+msgid "will be automatically declined"
+msgstr "serão recusados automaticamente"
+
+#: ../../src/Translations/AdminTranslations.php:423,
+#: ../../src/Translations/AdminTranslations.php:641
+msgid "will not be automatically declined"
+msgstr "não serão recusados automaticamente"
+
+#: ../../src/Translations/AdminTranslations.php:427,
+#: ../../src/Translations/AdminTranslations.php:442
+msgid "Your saved cards or money available in Mercado Pago"
+msgstr "Seus cartões salvos ou dinheiro no Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:428,
+#: ../../src/Translations/AdminTranslations.php:430
+msgid "Your clients finalize their payments in Mercado Pago."
+msgstr "Seus clientes concluem o pagamento no Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:429
+msgid "Mercado Pago - Checkout Pro"
+msgstr "Mercado Pago - Checkout Pro"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:289
-msgid "Component visualization"
-msgstr "Visualização do componente"
+#: ../../src/Translations/AdminTranslations.php:431
+msgid "Checkout Pro"
+msgstr "Checkout Pro"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:328
+#: ../../src/Translations/AdminTranslations.php:432
msgid ""
-"Reach millions of buyers by offering Mercado Credito as a payment method. "
-"Our flexible payment options give your customers the possibility to buy "
-"today whatever they want in up to 12 installments without the need to use a "
-"credit card."
+"With Checkout Pro you sell with all the safety inside Mercado Pago "
+"environment."
msgstr ""
-"Alcance milhares de compradores oferecendo Mercado Crédito como meio de "
-"pagamento. Em um cenário competitivo e com o comércio on-line crescendo cada "
-"vez mais, utilize nossas opções de pagamento flexíveis, dando aos seus "
-"clientes a possibilidade de comprar o que querem hoje em até 12x sem ter que "
-"usar cartão."
+"Com o Checkout Pro, você vende com toda a segurança, no ambiente do Mercado "
+"Pago."
+
+#: ../../src/Translations/AdminTranslations.php:433,
+#: ../../src/Translations/AdminTranslations.php:548,
+#: ../../src/Translations/AdminTranslations.php:715,
+#: ../../src/Translations/AdminTranslations.php:777,
+#: ../../src/Translations/AdminTranslations.php:858
+msgid "Mercado Pago plugin general settings"
+msgstr "Configurações gerais do plugin do Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:331
+#: ../../src/Translations/AdminTranslations.php:434,
+#: ../../src/Translations/AdminTranslations.php:549,
+#: ../../src/Translations/AdminTranslations.php:652,
+#: ../../src/Translations/AdminTranslations.php:716,
+#: ../../src/Translations/AdminTranslations.php:778,
+#: ../../src/Translations/AdminTranslations.php:859
msgid ""
-"For your business, the approval of the purchase is immediate and guaranteed."
-msgstr "Para o seu negócio, a aprovação da compra é imediata e está garantida."
+"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:435,
+#: ../../src/Translations/AdminTranslations.php:550,
+#: ../../src/Translations/AdminTranslations.php:653,
+#: ../../src/Translations/AdminTranslations.php:717,
+#: ../../src/Translations/AdminTranslations.php:779,
+#: ../../src/Translations/AdminTranslations.php:860
+msgid "Go to Settings"
+msgstr "Ir para configurações"
+
+#: ../../src/Translations/AdminTranslations.php:436,
+#: ../../src/Translations/AdminTranslations.php:654,
+#: ../../src/Translations/AdminTranslations.php:861
+msgid "Enable the checkout"
+msgstr "Ativar o checkout"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:394
+#: ../../src/Translations/AdminTranslations.php:437
msgid ""
-"Inform your customers about the option of paying in installments without card"
-msgstr "Informe aos seus clientes sobre a opção de parcelamento sem cartão"
+"By disabling it, you will disable all payments from Mercado Pago Checkout at "
+"Mercado Pago website by redirect."
+msgstr ""
+"Ao desativar, você desabilita todos os meios de pagamentos para o checkout "
+"com redirecionamento no site do Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:440,
+#: ../../src/Translations/AdminTranslations.php:559,
+#: ../../src/Translations/AdminTranslations.php:658,
+#: ../../src/Translations/AdminTranslations.php:722,
+#: ../../src/Translations/AdminTranslations.php:784,
+#: ../../src/Translations/AdminTranslations.php:865
+msgid "Title in the store Checkout"
+msgstr "Título no checkout da loja"
+
+#: ../../src/Translations/AdminTranslations.php:441,
+#: ../../src/Translations/AdminTranslations.php:659,
+#: ../../src/Translations/AdminTranslations.php:723,
+#: ../../src/Translations/AdminTranslations.php:785,
+#: ../../src/Translations/AdminTranslations.php:866
+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:443,
+#: ../../src/Translations/AdminTranslations.php:562,
+#: ../../src/Translations/AdminTranslations.php:661,
+#: ../../src/Translations/AdminTranslations.php:725,
+#: ../../src/Translations/AdminTranslations.php:787,
+#: ../../src/Translations/AdminTranslations.php:868
+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:444,
+#: ../../src/Translations/AdminTranslations.php:563,
+#: ../../src/Translations/AdminTranslations.php:665,
+#: ../../src/Translations/AdminTranslations.php:726,
+#: ../../src/Translations/AdminTranslations.php:788,
+#: ../../src/Translations/AdminTranslations.php:882
+msgid "Convert Currency"
+msgstr "Converter moeda"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:397
+#: ../../src/Translations/AdminTranslations.php:445,
+#: ../../src/Translations/AdminTranslations.php:564,
+#: ../../src/Translations/AdminTranslations.php:666,
+#: ../../src/Translations/AdminTranslations.php:727,
+#: ../../src/Translations/AdminTranslations.php:789,
+#: ../../src/Translations/AdminTranslations.php:883
msgid ""
-"By activating the installments without card component, you increase "
-"your chances of selling."
+"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 ""
-"Ativando o componente de parcelamento sem cartão, você aumentará suas "
-"possibilidades de venda. "
+"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:448
+msgid "Choose the payment methods you accept in your store"
+msgstr "Escolha os meios de pagamento aceitos na loja"
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:399
-msgid "The installments without card component is active."
-msgstr "O componente de parcelamento sem cartão está ativo."
+#: ../../src/Translations/AdminTranslations.php:449
+msgid "Enable the payment methods available to your clients."
+msgstr "Habilite os meios de pagamento disponíveis para os seus clientes."
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:400
-msgid "The installments without card component is inactive."
-msgstr "O componente de parcelamento sem cartão está desativado."
+#: ../../src/Translations/AdminTranslations.php:450
+msgid "Credit Cards"
+msgstr "Cartões de crédito"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:41,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:42,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:52
-msgid "Debit and Credit"
-msgstr "Débito e crédito"
+#: ../../src/Translations/AdminTranslations.php:451
+msgid "Debit Cards"
+msgstr "Cartões de débito"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:43,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:36,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:36
-msgid "Transparent Checkout in your store environment"
-msgstr "Checkout Transparente, no ambiente da sua loja"
+#: ../../src/Translations/AdminTranslations.php:452
+msgid "Other Payment Methods"
+msgstr "Outros meios"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:51,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:44,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:44
-msgid "Mercado pago - Customized Checkout"
-msgstr "Mercado Pago - Checkout personalizado"
+#: ../../src/Translations/AdminTranslations.php:453
+msgid "Maximum number of installments"
+msgstr "Máximo de parcelas"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:154
-msgid ""
-"By disabling it, you will disable all credit cards payments from Mercado "
-"Pago Transparent Checkout."
+#: ../../src/Translations/AdminTranslations.php:454
+msgid "What is the maximum quota with which a customer can buy?"
msgstr ""
-"Ao desativar, você desabilita todos os meios de pagamento de cartão de "
-"crédito no Checkout Transparente Mercado Pago."
+"Qual é o número máximo de vezes que um cliente pode parcelar sua compra?"
+
+#: ../../src/Translations/AdminTranslations.php:455
+msgid "1 installment"
+msgstr "1 parcela"
+
+#: ../../src/Translations/AdminTranslations.php:456
+msgid "2 installments"
+msgstr "2 parcelas"
+
+#: ../../src/Translations/AdminTranslations.php:457
+msgid "3 installments"
+msgstr "3 parcelas"
+
+#: ../../src/Translations/AdminTranslations.php:458
+msgid "4 installments"
+msgstr "4 parcelas"
+
+#: ../../src/Translations/AdminTranslations.php:459
+msgid "5 installments"
+msgstr "5 parcelas"
+
+#: ../../src/Translations/AdminTranslations.php:460
+msgid "6 installments"
+msgstr "6 parcelas"
+
+#: ../../src/Translations/AdminTranslations.php:461
+msgid "10 installments"
+msgstr "10 parcelas"
+
+#: ../../src/Translations/AdminTranslations.php:462
+msgid "12 installments"
+msgstr "12 parcelas"
+
+#: ../../src/Translations/AdminTranslations.php:463
+msgid "15 installments"
+msgstr "15 parcelas"
+
+#: ../../src/Translations/AdminTranslations.php:464
+msgid "18 installments"
+msgstr "18 parcelas"
+
+#: ../../src/Translations/AdminTranslations.php:465
+msgid "24 installments"
+msgstr "24 parcelas"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:158
-msgid "Transparent Checkout for credit cards is enabled."
-msgstr "O Checkout Transparente para cartões de crédito está ativado."
+#: ../../src/Translations/AdminTranslations.php:466,
+#: ../../src/Translations/AdminTranslations.php:577
+msgid "Advanced settings"
+msgstr "Configuração Avançada"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:159
-msgid "Transparent checkout for credit cards is disabled."
+#: ../../src/Translations/AdminTranslations.php:467,
+#: ../../src/Translations/AdminTranslations.php:578,
+#: ../../src/Translations/AdminTranslations.php:675,
+#: ../../src/Translations/AdminTranslations.php:733,
+#: ../../src/Translations/AdminTranslations.php:793,
+#: ../../src/Translations/AdminTranslations.php:890
+msgid ""
+"Edit these advanced fields only when you want to modify the preset values."
msgstr ""
-"O checkout transparente para cartões de crédito está desativado."
+"Edite estes campos avançados da experiência de pagamento somente quando "
+"quiser alterar os valores pré-definidos."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:184
-msgid "Installments Fees"
-msgstr "Taxas de parcelamento"
+#: ../../src/Translations/AdminTranslations.php:468
+msgid "Payment experience"
+msgstr "Experiência de pagamento"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:185
+#: ../../src/Translations/AdminTranslations.php:469
msgid ""
-"Set installment fees and whether they will be charged from the store or from "
-"the buyer."
+"Define what payment experience your customers will have, whether inside or "
+"outside your store."
msgstr ""
-"Configure as taxas de parcelamento e se elas serão cobradas da loja ou do "
-"comprador."
+"Defina qual experiência de pagamento seus clientes terão se dentro ou fora "
+"da sua loja."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:186
-msgid "Set fees"
-msgstr "Configurar taxas"
+#: ../../src/Translations/AdminTranslations.php:470
+msgid "Redirect"
+msgstr "Redirect"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:211
-msgid "Transparent Checkout | Credit card "
-msgstr "Checkout Transparente | Cartão de Crédito "
+#: ../../src/Translations/AdminTranslations.php:471
+msgid "Modal"
+msgstr "Modal"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:215
+#: ../../src/Translations/AdminTranslations.php:472
+msgid "Return to the store"
+msgstr "Voltar à loja"
+
+#: ../../src/Translations/AdminTranslations.php:473
msgid ""
-"With the Transparent Checkout, you can sell inside your store environment, "
-"without redirection and with the security from Mercado Pago."
+"Do you want your customer to automatically return to the store after payment?"
msgstr ""
-"Com o Checkout Transparente, você consegue vender dentro do ambiente da sua "
-"loja, sem redirecionamento, com toda a segurança do Mercado Pago."
+"Deseja que seu cliente retorne automaticamente à loja após o pagamento?"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233
-msgid "Advanced configuration of the personalized payment experience"
-msgstr "Configuração Avançada"
+#: ../../src/Translations/AdminTranslations.php:476
+msgid "Success URL"
+msgstr "URL de sucesso"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:247
-msgid "Payments via Mercado Pago account"
-msgstr "Pagamentos via conta Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:477
+msgid ""
+"Choose the URL that we will show your customers when they finish their "
+"purchase."
+msgstr ""
+"Selecione a URL que mostraremos aos seus clientes quando concluirem a compra."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:248
+#: ../../src/Translations/AdminTranslations.php:478
+msgid "Payment URL rejected"
+msgstr "URL de pagamento recusado"
+
+#: ../../src/Translations/AdminTranslations.php:479
msgid ""
-"Your customers pay faster with saved cards, money balance or other available "
-"methods in their Mercado Pago accounts."
+"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 ""
-"Seus clientes pagam mais rapidamente com cartões salvos, saldo ou outros "
-"meios disponíveis nas contas MP deles."
+"Selecione a URL que mostraremos aos seus clientes quando recusarmos a "
+"compra. Certifique-se de incluir uma mensagem adequada à situação e dê "
+"informações úteis para que eles possam solucionar a questão."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:252
-msgid "Payments via Mercado Pago accounts are active."
-msgstr "Pagamentos via conta Mercado Pago estão ativos."
+#: ../../src/Translations/AdminTranslations.php:480
+msgid "Payment URL pending"
+msgstr "URL de pagamento pendente"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:253
-msgid "Payments via Mercado Pago accounts are inactive."
-msgstr "Pagamentos via conta Mercado Pago estão desativados."
+#: ../../src/Translations/AdminTranslations.php:481
+msgid ""
+"Choose the URL that we will show to your customers when they have a payment "
+"pending approval."
+msgstr ""
+"Selecione a URL que mostraremos aos seus clientes quando tiverem um "
+"pagamento pendente de aprovação."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272
-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:482,
+#: ../../src/Translations/AdminTranslations.php:676
+msgid "Automatic decline of payments without instant approval"
+msgstr "Recusa automática de pagamentos sem aprovação instantânea"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:303
-msgid "That’s it, payment accepted!"
-msgstr "Pronto, aceitamos seu pagamento!"
+#: ../../src/Translations/AdminTranslations.php:483,
+#: ../../src/Translations/AdminTranslations.php:677
+msgid ""
+"Enable it if you want to automatically decline payments that are not "
+"instantly approved by banks or other institutions."
+msgstr ""
+"Ative se quiser recusar automaticamente pagamentos que não são aprovados "
+"instantaneamente por bancos ou outros adquirentes."
+
+#: ../../src/Translations/AdminTranslations.php:484
+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:487,
+#: ../../src/Translations/AdminTranslations.php:579,
+#: ../../src/Translations/AdminTranslations.php:680,
+#: ../../src/Translations/AdminTranslations.php:742,
+#: ../../src/Translations/AdminTranslations.php:802,
+#: ../../src/Translations/AdminTranslations.php:891
+msgid "Discount in Mercado Pago Checkouts"
+msgstr "Desconto nos checkouts Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:305
+#: ../../src/Translations/AdminTranslations.php:488,
+#: ../../src/Translations/AdminTranslations.php:580,
+#: ../../src/Translations/AdminTranslations.php:681,
+#: ../../src/Translations/AdminTranslations.php:743,
+#: ../../src/Translations/AdminTranslations.php:803,
+#: ../../src/Translations/AdminTranslations.php:892
msgid ""
-"We are processing your payment. In less than an hour we will send you the "
-"result by email."
+"Choose a percentage value that you want to discount your customers for "
+"paying with Mercado Pago."
msgstr ""
-"Estamos processando seu pagamento. Em menos de uma hora você será notificado "
-"por email."
+"Selecione um valor percentual que quiser descontar para seus clientes por "
+"pagar com Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:307
+#: ../../src/Translations/AdminTranslations.php:489,
+#: ../../src/Translations/AdminTranslations.php:492,
+#: ../../src/Translations/AdminTranslations.php:581,
+#: ../../src/Translations/AdminTranslations.php:584,
+#: ../../src/Translations/AdminTranslations.php:682,
+#: ../../src/Translations/AdminTranslations.php:685,
+#: ../../src/Translations/AdminTranslations.php:744,
+#: ../../src/Translations/AdminTranslations.php:747,
+#: ../../src/Translations/AdminTranslations.php:804,
+#: ../../src/Translations/AdminTranslations.php:807,
+#: ../../src/Translations/AdminTranslations.php:893,
+#: ../../src/Translations/AdminTranslations.php:896
+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:490,
+#: ../../src/Translations/AdminTranslations.php:582,
+#: ../../src/Translations/AdminTranslations.php:683,
+#: ../../src/Translations/AdminTranslations.php:745,
+#: ../../src/Translations/AdminTranslations.php:805,
+#: ../../src/Translations/AdminTranslations.php:894
+msgid "Commission in Mercado Pago Checkouts"
+msgstr "Comissão nos checkouts Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:491,
+#: ../../src/Translations/AdminTranslations.php:583,
+#: ../../src/Translations/AdminTranslations.php:684,
+#: ../../src/Translations/AdminTranslations.php:746,
+#: ../../src/Translations/AdminTranslations.php:806,
+#: ../../src/Translations/AdminTranslations.php:895
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."
+"Choose an additional percentage value that you want to charge as commission "
+"to your customers for paying with Mercado Pago."
msgstr ""
-"Estamos processando seu pagamento. Em menos de 2 dias úteis você será "
-"notificado por email se o pagamento foi aprovado ou se são necessárias "
-"informações adicionais."
+"Selecione um valor percentual adicional que quiser cobrar como tarifa dos "
+"seus clientes por pagar com Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:309
-msgid "Check the card number."
-msgstr "Verifique o número do cartão."
+#: ../../src/Translations/AdminTranslations.php:493
+msgid "This seems to be an invalid URL"
+msgstr "Esta parece ser uma URL inválida"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:311
-msgid "Check the expiration date."
-msgstr "Verifique a data de expiração."
+#: ../../src/Translations/AdminTranslations.php:507,
+#: ../../src/Translations/AdminTranslations.php:513
+msgid "Payment in installments without card in the store checkout is"
+msgstr "Parcelamento sem cartão no checkout da loja está"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:313
-msgid "Check the information provided."
-msgstr "Verifique as informações preenchidas."
+#: ../../src/Translations/AdminTranslations.php:531,
+#: ../../src/Translations/AdminTranslations.php:537
+msgid "The installments without card component is"
+msgstr "O componente de parcelamento sem cartão está"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:315
-msgid "Check the informed security code."
-msgstr "Verifique o código de segurança informado."
+#: ../../src/Translations/AdminTranslations.php:542,
+#: ../../src/Translations/AdminTranslations.php:546
+msgid "Installments without card"
+msgstr "Parcelado sem cartão"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318
-msgid "Your payment cannot be processed."
-msgstr "Não foi possível processar seu pagamento."
+#: ../../src/Translations/AdminTranslations.php:543,
+#: ../../src/Translations/AdminTranslations.php:545
+msgid "Customers who buy on spot and pay later in up to 12 installments"
+msgstr "Clientes compram na hora e pagam depois em até 12x"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320
-msgid "You must authorize payments for your orders."
-msgstr "Você deve autorizar o pagamento dos seus pedidos."
+#: ../../src/Translations/AdminTranslations.php:544
+msgid "Mercado Pago - Installments without card"
+msgstr "Mercado Pago - Parcelamento sem cartão"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322
+#: ../../src/Translations/AdminTranslations.php:547
msgid ""
-"Contact your card issuer to activate it. The phone is on the back of your "
-"card."
+"Reach millions of buyers by offering Mercado Credito as a payment method. "
+"Our flexible payment options give your customers the possibility to buy "
+"today whatever they want in up to 12 installments without the need to use a "
+"credit card. For your business, the approval of the purchase is immediate "
+"and guaranteed."
msgstr ""
-"Contacte o emissor de seu cartão para ativá-lo. O telefone está no verso do "
-"seu cartão."
+"Alcance milhares de compradores oferecendo Mercado Crédito como meio de "
+"pagamento. Em um cenário competitivo e com o comércio on-line crescendo cada "
+"vez mais, utilize nossas opções de pagamento flexíveis, dando aos seus "
+"clientes a possibilidade de comprar o que querem hoje em até 12x sem ter que "
+"usar cartão. Para o seu negócio, a aprovação da compra é imediata e está "
+"garantida."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:324
+#: ../../src/Translations/AdminTranslations.php:551
+msgid "Activate installments without card in your store checkout"
+msgstr "Ativar parcelamento sem cartão no checkout da loja"
+
+#: ../../src/Translations/AdminTranslations.php:552
msgid ""
-"You have already made a payment of this amount. If you have to pay again, "
-"use another card or other method of payment."
+"Offer the option to pay in installments without card directly from your "
+"store's checkout."
msgstr ""
-"Você já realizou o pagamento para esse valor. Se precisa pagar novamente, "
-"use outro cartão ou outro método de pagamento."
+"Ofereça a opção de pagamento parcelado sem cartão através do checkout da sua "
+"loja."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:326
-msgid ""
-"Your payment was declined. Please select another payment method. It is "
-"recommended in cash."
+#: ../../src/Translations/AdminTranslations.php:555
+msgid "Checkout visualization"
+msgstr "Visualização no checkout"
+
+#: ../../src/Translations/AdminTranslations.php:556,
+#: ../../src/Translations/AdminTranslations.php:576
+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:557
+msgid "Checkout Preview"
+msgstr "Visualização no checkout"
+
+#: ../../src/Translations/AdminTranslations.php:558
+msgid "PREVIEW"
+msgstr "PRÉ-VISUALIZAÇÃO"
+
+#: ../../src/Translations/AdminTranslations.php:560
+msgid "It is possible to edit the title. Maximum of 85 characters."
msgstr ""
-"Seu pagamento foi rejeitado. Escolha outro método de pagamento. Recomenda-se "
-"dinheiro."
+"É possível modificar o título dentro da sua loja. Caracteres máximos: 85."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:328
-msgid "Your payment does not have sufficient funds."
-msgstr "Seu pagamento não possui saldo suficiente."
+#: ../../src/Translations/AdminTranslations.php:561
+msgid "Checkout without card"
+msgstr "Parcelado sem cartão com Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:330
-msgid "Payment cannot process the selected fee."
-msgstr "Seu pagamento não pode processar o parcelamento selecionado."
+#: ../../src/Translations/AdminTranslations.php:567
+msgid ""
+"Inform your customers about the option of paying in installments without card"
+msgstr "Informe aos seus clientes sobre a opção de parcelamento sem cartão"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:332
+#: ../../src/Translations/AdminTranslations.php:568
msgid ""
-"You have reached the limit of allowed attempts. Choose another card or other "
-"payment method."
+"By activating the installments without card component, you increase your "
+"chances of selling."
msgstr ""
-"Você atingiu o limite de tentativas permitidas. Escolha outro cartão ou "
-"outro método de pagamento."
+"Ativando o componente de parcelamento sem cartão, você aumentará suas "
+"possibilidades de venda."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:334,
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:204
-msgid "This payment method cannot process your payment."
-msgstr "Este método de pagamento não pôde processar o seu pagamento."
+#: ../../src/Translations/AdminTranslations.php:571
+msgid "Banner on the product page | Computer version"
+msgstr "Informativo na página do produto | Versão para computador"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:389
-msgid "Credit cards"
-msgstr "Cartões de crédito"
+#: ../../src/Translations/AdminTranslations.php:572
+msgid "Banner on the product page | Cellphone version"
+msgstr "Informativo na página do produto | Versão para celular"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:390
-msgid "Up to "
-msgstr "ATÉ "
+#: ../../src/Translations/AdminTranslations.php:573
+msgid "Computer"
+msgstr "Computador"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:390
-msgid " installments"
-msgstr " x"
+#: ../../src/Translations/AdminTranslations.php:574
+msgid "Mobile"
+msgstr "Celular"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:397
-msgid "Debit cards"
-msgstr "Cartões de débito"
+#: ../../src/Translations/AdminTranslations.php:575
+msgid "Component visualization"
+msgstr "Visualização do componente"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:440,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:473,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:474,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:401,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:402,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:543,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:544
-msgid "A problem was occurred when processing your payment. Please, try again."
+#: ../../src/Translations/AdminTranslations.php:598,
+#: ../../src/Translations/AdminTranslations.php:604
+msgid "Transparent Checkout for credit cards is"
+msgstr "O Checkout Transparente para cartões de crédito está"
+
+#: ../../src/Translations/AdminTranslations.php:622,
+#: ../../src/Translations/AdminTranslations.php:628
+msgid "Payments via Mercado Pago accounts are"
+msgstr "Pagamentos via conta Mercado Pago estão"
+
+#: ../../src/Translations/AdminTranslations.php:645,
+#: ../../src/Translations/AdminTranslations.php:660
+msgid "Credit and debit cards"
+msgstr "Cartão de crédito e débito"
+
+#: ../../src/Translations/AdminTranslations.php:646,
+#: ../../src/Translations/AdminTranslations.php:648,
+#: ../../src/Translations/AdminTranslations.php:711,
+#: ../../src/Translations/AdminTranslations.php:773,
+#: ../../src/Translations/AdminTranslations.php:853,
+#: ../../src/Translations/AdminTranslations.php:855
+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:647,
+#: ../../src/Translations/AdminTranslations.php:712,
+#: ../../src/Translations/AdminTranslations.php:774,
+#: ../../src/Translations/AdminTranslations.php:854
+msgid "Mercado Pago - Checkout API"
+msgstr "Mercado Pago - Checkout Transparente"
+
+#: ../../src/Translations/AdminTranslations.php:649
+msgid "Transparent Checkout | Credit card"
+msgstr "Checkout Transparente | Cartão de Crédito"
+
+#: ../../src/Translations/AdminTranslations.php:650
+msgid ""
+"With the Transparent Checkout, you can sell inside your store environment, "
+"without redirection and with the security from Mercado Pago."
msgstr ""
-"Ocorreu um problema ao processar seu pagamento. Por favor, tente novamente."
+"Com o Checkout Transparente, você consegue vender dentro do ambiente da sua "
+"loja, sem redirecionamento, com toda a segurança do Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:570
-msgid "See your order form"
-msgstr "Ver o resumo do pedido"
+#: ../../src/Translations/AdminTranslations.php:651
+msgid "Mercado Pago Plugin general settings"
+msgstr "Configurações gerais do plugin do Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:581
-msgid "Your payment was declined. You can try again."
-msgstr "Seu pagamento foi rejeitado. Você pode tentar novamente."
+#: ../../src/Translations/AdminTranslations.php:655
+msgid ""
+"By disabling it, you will disable all credit cards payments from Mercado "
+"Pago Transparent Checkout."
+msgstr ""
+"Ao desativar, você desabilita todos os meios de pagamento de cartão de "
+"crédito no Checkout Transparente Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:588,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:93
-msgid "Click to try again"
-msgstr "Clique para tentar novamente"
+#: ../../src/Translations/AdminTranslations.php:662
+msgid "Installments Fees"
+msgstr "Taxas de parcelamento"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:610,
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:611
+#: ../../src/Translations/AdminTranslations.php:663
msgid ""
-"A problem was occurred when processing your payment. Are you sure you have "
-"correctly filled all information in the checkout form?"
+"Set installment fees and whether they will be charged from the store or from "
+"the buyer."
msgstr ""
-"Ocorreu um problema ao processar seu pagamento. Tem certeza de que preencheu "
-"corretamente todas as informações no formulário de checkout?"
+"Configure as taxas de parcelamento e se elas serão cobradas da loja ou do "
+"comprador."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:635
-msgid "Represents the installment fee charged by Mercado Pago."
-msgstr "Representa a taxa de parcelamento cobrada pelo Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:664
+msgid "Set fees"
+msgstr "Configurar taxas"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:636
-msgid "Mercado Pago Installment Fee:"
-msgstr "Taxa de Parcelamento do Mercado Pago:"
+#: ../../src/Translations/AdminTranslations.php:669
+msgid "Payments via Mercado Pago account"
+msgstr "Pagamentos via conta Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:641
+#: ../../src/Translations/AdminTranslations.php:670
msgid ""
-"Represents the total purchase plus the installment fee charged by Mercado "
-"Pago."
+"Your customers pay faster with saved cards, money balance or other available "
+"methods in their Mercado Pago accounts."
msgstr ""
-"Representa a soma do total do pedido e da taxa de parcelamento cobrada pelo "
-"Mercado Pago."
+"Seus clientes pagam mais rapidamente com cartões salvos, saldo ou outros "
+"meios disponíveis nas contas MP deles."
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:642
-msgid "Mercado Pago Total:"
-msgstr "Total no Mercado Pago:"
+#: ../../src/Translations/AdminTranslations.php:673
+msgid "Check an example of how it will appear in your store:"
+msgstr "Confira um exemplo de como vai aparecer na loja:"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:715
-msgid "Configure your credentials to enable Mercado Pago payment methods."
+#: ../../src/Translations/AdminTranslations.php:674
+msgid "Advanced configuration of the personalized payment experience"
+msgstr "Configuração Avançada"
+
+#: ../../src/Translations/AdminTranslations.php:710,
+#: ../../src/Translations/AdminTranslations.php:724
+msgid "Invoice"
+msgstr "Boleto e lotérica"
+
+#: ../../src/Translations/AdminTranslations.php:713
+msgid "Transparent Checkout | Invoice or Loterica"
+msgstr "Checkout Transparente | Boleto ou lotérica"
+
+#: ../../src/Translations/AdminTranslations.php:714,
+#: ../../src/Translations/AdminTranslations.php:776,
+#: ../../src/Translations/AdminTranslations.php:857
+msgid ""
+"With the Transparent Checkout, you can sell inside your store environment, "
+"without redirection and all the safety from Mercado Pago."
msgstr ""
-"Complete suas credenciais para habilitar os meios de pagamento Mercado Pago."
+"Com o Checkout Transparente, você consegue vender dentro do ambiente da sua "
+"loja, sem redirecionamento, com toda a segurança do Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:786
-msgid "Title in the store Checkout"
-msgstr "Título no checkout da loja"
+#: ../../src/Translations/AdminTranslations.php:718,
+#: ../../src/Translations/AdminTranslations.php:780
+msgid "Enable the Checkout"
+msgstr "Ativar o checkout"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:788
-msgid "Change the display text in Checkout, maximum characters: 85"
+#: ../../src/Translations/AdminTranslations.php:719
+msgid ""
+"By disabling it, you will disable all invoice payments from Mercado Pago "
+"Transparent Checkout."
msgstr ""
-"É possível modificar o título dentro da sua loja. Caracteres máximos: 85"
+"Ao desativar, você desabilita pagamentos por boleto e lotérica no Checkout "
+"Transparente Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:720
+msgid "The transparent checkout for tickets is enabled."
+msgstr "O checkout transparente para boletos está ativo."
+
+#: ../../src/Translations/AdminTranslations.php:721
+msgid "The transparent checkout for tickets is disabled."
+msgstr "O checkout transparente para boletos está inativo."
+
+#: ../../src/Translations/AdminTranslations.php:730
+msgid "Payment Due"
+msgstr "Vencimento do pagamento"
+
+#: ../../src/Translations/AdminTranslations.php:731
+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:732
+msgid "Advanced configuration of the cash payment experience"
+msgstr ""
+"Configuração avançada da experiência de pagamento via boleto e em lotéricas"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:790
-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:734,
+#: ../../src/Translations/AdminTranslations.php:794
+msgid "Reduce inventory"
+msgstr "Reduzir inventário"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:804
-msgid "Description"
-msgstr "Descrição"
+#: ../../src/Translations/AdminTranslations.php:735,
+#: ../../src/Translations/AdminTranslations.php:795
+msgid ""
+"Activates inventory reduction during the creation of an order, whether or "
+"not the final payment is credited. Disable this option to reduce it only "
+"when payments are approved."
+msgstr ""
+"Ative a redução de inventário durante a criação de um pedido, seja o "
+"pagamento aprovado ou não. Desative esta opção para reduzi-lo somente quando "
+"os pagamentos estiverem aprovados."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:853,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347
-msgid "Important! To sell you must enter your credentials."
-msgstr "Importante! Para vender você deve inserir suas credenciais."
+#: ../../src/Translations/AdminTranslations.php:736,
+#: ../../src/Translations/AdminTranslations.php:796
+msgid "Reduce inventory is enabled."
+msgstr "Reduzir inventário está ativo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:842
-msgid "You must enter production credentials."
-msgstr "É necessário inserir as credenciais de produção."
+#: ../../src/Translations/AdminTranslations.php:737,
+#: ../../src/Translations/AdminTranslations.php:797
+msgid "Reduce inventory is disabled."
+msgstr "Reduzir inventário está inativo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843
-msgid "Enter credentials"
-msgstr "Inserir credenciais"
+#: ../../src/Translations/AdminTranslations.php:739,
+#: ../../src/Translations/AdminTranslations.php:799
+msgid "Enable the available payment methods"
+msgstr "Habilite os meios de pagamento disponíveis"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:853
-msgid "Mercado Pago Plugin general settings"
-msgstr "Configurações gerais do plugin do Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:740,
+#: ../../src/Translations/AdminTranslations.php:800
+msgid "Choose the available payment methods in your store."
+msgstr "Habilite os meios de pagamento disponíveis para seus clientes."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854
-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:741,
+#: ../../src/Translations/AdminTranslations.php:801
+msgid "All payment methods"
+msgstr "Todos os meios de pagamento"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855
-msgid "Go to Settings"
-msgstr "Ir para Configurações"
+#: ../../src/Translations/AdminTranslations.php:772,
+#: ../../src/Translations/AdminTranslations.php:786
+msgid "PSE"
+msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:879
-msgid "Activate your credentials to be able to sell"
-msgstr "Ative suas credenciais para conseguir vender"
+#: ../../src/Translations/AdminTranslations.php:775
+msgid "Transparent Checkout PSE"
+msgstr "Checkout Transparente PSE"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:880
+#: ../../src/Translations/AdminTranslations.php:781
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."
+"By deactivating it, you will disable PSE payments from Mercado Pago "
+"Transparent Checkout."
msgstr ""
-"Credenciais são senhas que você deve integrar para habilitar vendas. Vá "
-"abaixo em Ativar credencias. Na tela seguinte, vá novamente no botão Ativar "
-"credenciais e preencha os campos com os dados pedidos."
+"Ao desativar, você desabilita pagamentos por PSE no Checkout Transparente "
+"Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:881
-msgid "Activate credentials"
-msgstr "Ativar credenciais"
+#: ../../src/Translations/AdminTranslations.php:782
+msgid "The transparent checkout for PSE is enabled."
+msgstr "O checkout transparente para PSE está ativo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:929
-msgid "By disabling it, you will disable all payment methods of this checkout."
-msgstr ""
-"Ao desativar, você desabilita todos os meios de pagamento deste checkout."
+#: ../../src/Translations/AdminTranslations.php:783
+msgid "The transparent checkout for PSE is disabled."
+msgstr "O checkout transparente para PSE está inativo."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:989
-msgid "Basic Configuration"
-msgstr "Configuração Básica"
+#: ../../src/Translations/AdminTranslations.php:792
+msgid "Advanced configuration of the PSE payment experience"
+msgstr "Configuração avançada da experiência de pagamento via PSE"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1002
-msgid "Discount coupons"
-msgstr "Cupons de desconto"
+#: ../../src/Translations/AdminTranslations.php:821,
+#: ../../src/Translations/AdminTranslations.php:827
+msgid "The transparent checkout for Pix payment is"
+msgstr "O checkout transparente para pagamentos com Pix está"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1005
-msgid "Will you offer discount coupons to customers who buy with Mercado Pago?"
-msgstr ""
-"Você vai oferecer cupons de desconto para os clientes que comprarem com "
-"Mercado Pago?"
+#: ../../src/Translations/AdminTranslations.php:845
+msgid "Go to the"
+msgstr "Acesse a área"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1007
-msgid "Discount coupons is active."
-msgstr "Cupons de desconto estão habilitados."
+#: ../../src/Translations/AdminTranslations.php:846
+msgid "Your Profile"
+msgstr "Seu Perfil"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1008
-msgid "Discount coupons is disabled."
-msgstr "Cupons de desconto estão desabilitados."
+#: ../../src/Translations/AdminTranslations.php:847
+msgid "area and choose the"
+msgstr "e escolha a seção"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1020
-msgid "Automatic decline of payments without instant approval"
-msgstr "Recusa automática de pagamentos sem aprovação instantânea"
+#: ../../src/Translations/AdminTranslations.php:848
+msgid "Your Pix Keys section"
+msgstr "Suas chaves Pix"
+
+#: ../../src/Translations/AdminTranslations.php:852,
+#: ../../src/Translations/AdminTranslations.php:867
+msgid "Pix"
+msgstr "Pix"
+
+#: ../../src/Translations/AdminTranslations.php:856
+msgid "Transparent Checkout | Pix"
+msgstr "Checkout Transparente | Pix"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1021
+#: ../../src/Translations/AdminTranslations.php:862
msgid ""
-"Enable it if you want to automatically decline payments that are not "
-"instantly approved by banks or other institutions. "
+"By disabling it, you will disable all Pix payments from Mercado Pago "
+"Transparent Checkout."
msgstr ""
-"Ative se quiser recusar automaticamente pagamentos que não são aprovados "
-"instantaneamente por bancos ou outros adquirentes. "
+"Ao desativar, você desabilita pagamentos por Pix no Checkout Transparente "
+"Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1025
-msgid "Pending payments will be automatically declined."
-msgstr "Pagamentos pendentes serão recusados automaticamente."
+#: ../../src/Translations/AdminTranslations.php:869
+msgid "Expiration for payments via Pix"
+msgstr "Vencimento para pagamentos com Pix"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1026
-msgid "Pending payments will not be automatically declined."
-msgstr "Pagamentos pendentes não serão recusados automaticamente."
+#: ../../src/Translations/AdminTranslations.php:870
+msgid "Set the limit in minutes for your clients to pay via Pix."
+msgstr "Defina o limite de minutos para seus clientes poderem pagar com Pix."
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1038
-msgid "Discount in Mercado Pago Checkouts"
-msgstr "Desconto nos checkouts Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:871
+msgid "15 minutes"
+msgstr "15 minutos"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1041
-msgid ""
-"Choose a percentage value that you want to discount your customers for "
-"paying with Mercado Pago."
-msgstr ""
-"Selecione um valor percentual que quiser descontar para seus clientes por "
-"pagar com Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:872
+msgid "30 minutes (recommended)"
+msgstr "30 minutos (recomendado)"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1042,
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1063
-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:873
+msgid "60 minutes"
+msgstr "60 minutos"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1059
-msgid "Commission in Mercado Pago Checkouts"
-msgstr "Comissão nos checkouts Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:874
+msgid "12 hours"
+msgstr "12 horas"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1062
-msgid ""
-"Choose an additional percentage value that you want to charge as commission "
-"to your customers for paying with Mercado Pago."
-msgstr ""
-"Selecione um valor percentual adicional que quiser cobrar como tarifa dos "
-"seus clientes por pagar com Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:875
+msgid "24 hours"
+msgstr "24 horas"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1083
-msgid "Convert Currency"
-msgstr "Converter moeda"
+#: ../../src/Translations/AdminTranslations.php:876
+msgid "2 days"
+msgstr "2 dias"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1088
-msgid "Currency convertion is enabled."
-msgstr "Conversão de moeda está ativa."
+#: ../../src/Translations/AdminTranslations.php:877
+msgid "3 days"
+msgstr "3 dias"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1089
-msgid "Currency convertion is disabled."
-msgstr "Conversão de moeda está inativa."
+#: ../../src/Translations/AdminTranslations.php:878
+msgid "4 days"
+msgstr "4 dias"
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1206
-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:879
+msgid "5 days"
+msgstr "5 dias"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:34,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:35,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:45
-msgid "Pix"
-msgstr "Pix"
+#: ../../src/Translations/AdminTranslations.php:880
+msgid "6 days"
+msgstr "6 dias"
+
+#: ../../src/Translations/AdminTranslations.php:881
+msgid "7 days"
+msgstr "7 dias"
+
+#: ../../src/Translations/AdminTranslations.php:886
+msgid "Would you like to know how Pix works?"
+msgstr "Quer saber como funciona o Pix?"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:204
+#: ../../src/Translations/AdminTranslations.php:887
msgid ""
-"By disabling it, you will disable all Pix payments from Mercado Pago "
-"Transparent Checkout."
-msgstr ""
-"Ao desativar, você desabilita pagamentos por Pix no Checkout Transparente "
-"Mercado Pago."
+"We have a dedicated page where we explain how it works and its advantages."
+msgstr "Criamos uma página que explica seu funcionamento e vantagens."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:208
-msgid "The transparent checkout for Pix payment is enabled."
-msgstr "O checkout transparente para pagamentos com Pix está ativo."
+#: ../../src/Translations/AdminTranslations.php:888
+msgid "Find out more about Pix"
+msgstr "Saber mais sobre o Pix"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:209
-msgid "The transparent checkout for Pix payment is disabled."
-msgstr "O checkout transparente para pagamentos com Pix está inativo."
+#: ../../src/Translations/AdminTranslations.php:889
+msgid "Advanced configuration of the Pix experience"
+msgstr "Configurações avançadas da experiência de pagamento via Pix"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224
+#: ../../src/Translations/AdminTranslations.php:897
msgid "To activate Pix, you must have a key registered in Mercado Pago."
msgstr ""
"Para ativar o PIX, você precisa ter uma chave cadastrada no Mercado Pago."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225
+#: ../../src/Translations/AdminTranslations.php:898
msgid "Download the Mercado Pago app on your cell phone."
msgstr "Baixe o app do Mercado Pago no seu celular."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:226
-msgid "Go to the "
-msgstr "Acesse a área "
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227
-msgid "area and choose the "
-msgstr "e escolha a seção "
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228
-msgid "Your Profile "
-msgstr "Seu Perfil "
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229
-msgid "Your Pix Keys section."
-msgstr "Suas chaves Pix."
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230
+#: ../../src/Translations/AdminTranslations.php:900
msgid ""
"Choose which data to register as Pix keys. After registering, you can set up "
"Pix in your checkout."
@@ -1124,7 +1417,7 @@ msgstr ""
"Escolha quais dados cadastrar como chaves Pix. Após fazer esse cadastro, "
"você poderá configurar o Pix no seu checkout."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231
+#: ../../src/Translations/AdminTranslations.php:901
msgid ""
"Remember that, for the time being, the Central Bank of Brazil is open Monday "
"through Friday, from 9am to 6pm."
@@ -1132,7 +1425,7 @@ msgstr ""
"Lembre-se de que, por enquanto, o Banco Central do Brasil funciona de "
"segunda a sexta-feira, das 9h às 18h."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232
+#: ../../src/Translations/AdminTranslations.php:902
msgid ""
"If you requested your registration outside these hours, we will confirm it "
"within the next business day."
@@ -1140,12 +1433,11 @@ msgstr ""
"Se você solicitou seu cadastro fora desse horário, vamos confirmar no "
"próximo dia útil."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233,
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328
+#: ../../src/Translations/AdminTranslations.php:903
msgid "Learn more about Pix"
msgstr "Saber mais sobre o Pix"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234
+#: ../../src/Translations/AdminTranslations.php:904
msgid ""
"If you have already registered a Pix key at Mercado Pago and cannot activate "
"Pix in the checkout, "
@@ -1153,1858 +1445,1319 @@ msgstr ""
"Caso já tenha cadastrado uma chave PIX no Mercado Pago e não consiga ativar "
"o PIX no checkout, "
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235
+#: ../../src/Translations/AdminTranslations.php:905
msgid "click here."
msgstr "clique aqui."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:260
-msgid "Transparent Checkout | Pix"
-msgstr "Checkout Transparente | Pix"
+#: ../../src/Translations/AdminTranslations.php:919
+msgid "To enable test mode"
+msgstr "Para habilitar o modo teste"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:264
-msgid ""
-"With the Transparent Checkout, you can sell inside your store environment, "
-"without redirection and all the safety from Mercado Pago. "
-msgstr ""
-"Com o Checkout Transparente, você consegue vender dentro do ambiente da sua "
-"loja, sem redirecionamento, com toda a segurança do Mercado Pago. "
+#: ../../src/Translations/AdminTranslations.php:921
+msgid "copy your test credentials"
+msgstr "copie suas credenciais de teste"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:281
-msgid "Advanced configuration of the Pix experience"
-msgstr "Configurações avançadas da experiência de pagamento via Pix"
+#: ../../src/Translations/AdminTranslations.php:922
+msgid "and paste them above in section 1 of this page"
+msgstr "e cole acima na seção 1 desta página"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:294
-msgid "15 minutes"
-msgstr "15 minutos"
+#: ../../src/Translations/AdminTranslations.php:927
+msgid "Create your"
+msgstr "Crie seu"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:295
-msgid "30 minutes (recommended)"
-msgstr "30 minutos (recomendado)"
+#: ../../src/Translations/AdminTranslations.php:929
+msgid "test user"
+msgstr "usuário de teste"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:296
-msgid "60 minutes"
-msgstr "60 minutos"
+#: ../../src/Translations/AdminTranslations.php:930
+msgid ""
+"(Optional. Can be used in Production Mode and Test Mode, to test payments)"
+msgstr ""
+"(Opcional. Pode ser usado no Modo Produção e Modo teste, para testar "
+"pagamentos)"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297
-msgid "12 hours"
-msgstr "12 horas"
+#: ../../src/Translations/AdminTranslations.php:936
+msgid "Use our test cards"
+msgstr "Use nossos cartões de teste"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298
-msgid "24 hours"
-msgstr "24 horas"
+#: ../../src/Translations/AdminTranslations.php:937
+msgid "never use real cards"
+msgstr "nunca use cartões reais"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299
-msgid "2 days"
-msgstr "2 dias"
+#: ../../src/Translations/AdminTranslations.php:943
+msgid "Visit your store"
+msgstr "Visite sua loja"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300
-msgid "3 days"
-msgstr "3 dias"
+#: ../../src/Translations/AdminTranslations.php:944
+msgid "to test purchases"
+msgstr "para testar compras"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301
-msgid "4 days"
-msgstr "4 dias"
+#: ../../src/Translations/AdminTranslations.php:948
+msgid "4. Test your store before you start to sell"
+msgstr "4. Teste sua loja antes de começar a vender"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302
-msgid "5 days"
-msgstr "5 dias"
+#: ../../src/Translations/AdminTranslations.php:949
+msgid "Choose how you want to operate your store:"
+msgstr "Escolha como você quer operar sua loja:"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303
-msgid "6 days"
-msgstr "6 dias"
+#: ../../src/Translations/AdminTranslations.php:950
+msgid "Test Mode"
+msgstr "Modo Teste"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304
-msgid "7 days"
-msgstr "7 dias"
+#: ../../src/Translations/AdminTranslations.php:951
+msgid "Sale Mode (Production)"
+msgstr "Modo Vendas (Produção)"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:308
-msgid "Expiration for payments via Pix"
-msgstr "Vencimento para pagamentos com Pix"
+#: ../../src/Translations/AdminTranslations.php:952
+msgid "Mercado Pago payment methods in Production Mode"
+msgstr "Meios de pagamento Mercado Pago em Modo Produção"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:310
-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:953
+msgid "Mercado Pago payment methods in Test Mode"
+msgstr "Meios de pagamento Mercado Pago em Modo Teste"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325
-msgid "Want to learn how Pix works?"
-msgstr "Quer saber como funciona o PIX?"
+#: ../../src/Translations/AdminTranslations.php:954
+msgid "Enter test credentials"
+msgstr "Insira as credenciais de teste"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:326
+#: ../../src/Translations/AdminTranslations.php:955
msgid ""
-"We have created a page to explain how this new payment method works and its "
-"advantages."
+"Select “Test Mode” if you want to try the payment experience before you "
+"start to sell or “Sales Mode” (Production) to start now."
msgstr ""
-"Criamos uma página para te explicar o funcionamento e as vantagens dessa "
-"nova forma de pagamento."
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347
-msgid "Would you like to know how Pix works?"
-msgstr "Quer saber como funciona o Pix?"
-
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:348
-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."
+"Selecione o “Modo Teste” se quiser testar a experiência de pagamento antes "
+"de começar a vender ou o “Modo Vendas” (Produção) para começar a vender "
+"agora mesmo."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:349
-msgid "Find out more about Pix"
-msgstr "Saber mais sobre o Pix"
+#: ../../src/Translations/AdminTranslations.php:956
+msgid "Mercado Pago Checkouts disabled for real collections."
+msgstr "Checkouts Mercado Pago inativos para cobranças reais."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:470
-msgid "A problem occurred when processing your payment. Please try again."
-msgstr ""
-"Um problema ocorreu ao processar seu pagamento. Por favor, tente novamente."
+#: ../../src/Translations/AdminTranslations.php:957
+msgid "Test Mode rules."
+msgstr "Consulte as regras do modo teste."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:455,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:528
-msgid ""
-"A problem occurred when processing your payment. Are you sure you have "
-"correctly filled in all the information on the checkout form?"
-msgstr ""
-"Um problema ocorreu ao processar seu pagamento. Você tem certeza que "
-"preencheu corretamente todos os campos do formulário do checkout?"
+#: ../../src/Translations/AdminTranslations.php:958
+msgid "Mercado Pago Checkouts enabled for real collections."
+msgstr "Checkouts Mercado Pago ativos para cobranças reais."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:433,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:503
-msgid "The customer has not paid yet."
-msgstr "Cliente ainda não pagou."
+#: ../../src/Translations/AdminTranslations.php:959
+msgid "The clients can make real purchases in your store."
+msgstr "Clientes podem fazer compras reais na sua loja."
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:438
-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/AdminTranslations.php:964
+msgid "Store in sale mode (Production)"
+msgstr "Loja em Modo Vendas (Produção)"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:439
-msgid ""
-"Scan the QR code below or copy and paste the code into your bank's "
-"application."
-msgstr ""
-"Escaneie o código QR abaixo ou copie e cole o código no aplicativo do seu "
-"banco."
+#: ../../src/Translations/AdminTranslations.php:965
+msgid "Store under test"
+msgstr "Loja em Modo Teste"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:540
-msgid ""
-"Please note that to receive payments via Pix at our checkout, you must have "
-"a Pix key registered in your Mercado Pago account."
-msgstr ""
-"Lembre-se de que para receber pagamentos via PIX em nosso checkout, você "
-"precisa ter uma chave PIX cadastrada na sua conta Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:966
+msgid "Save changes"
+msgstr "Salvar mudanças"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:541
-msgid "Register your Pix key at Mercado Pago."
-msgstr "Cadastre sua chave PIX no Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:978
+msgid "Store business fields are valid"
+msgstr "Os campos de negócio são válidos"
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:601,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:148
-msgid "Code valid for "
-msgstr "Código válido por "
+#: ../../src/Translations/AdminTranslations.php:979
+msgid "Store business fields could not be validated"
+msgstr "Os campos de negócio não puderam ser validados"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:34,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:35,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:45
-msgid "Invoice"
-msgstr "Boleto e lotérica"
+#: ../../src/Translations/AdminTranslations.php:980
+msgid "At least one payment method is enabled"
+msgstr "Pelo menos um meio de pagamento está ativado"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:198
-msgid ""
-"By disabling it, you will disable all invoice payments from Mercado Pago "
-"Transparent Checkout."
-msgstr ""
-"Ao desativar, você desabilita pagamentos por boleto e lotérica no Checkout "
-"Transparente Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:981
+msgid "No payment method enabled"
+msgstr "Nenhum meio de pagamento ativada"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:202
-msgid "The transparent checkout for tickets is enabled."
-msgstr "O checkout transparente para boletos está ativo."
+#: ../../src/Translations/AdminTranslations.php:982
+msgid "Credentials fields are valid"
+msgstr "Os campos de credenciais são válidos"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:203
-msgid "The transparent checkout for tickets is disabled."
-msgstr "O checkout transparente para boletos está inativo."
+#: ../../src/Translations/AdminTranslations.php:983
+msgid "Credentials fields could not be validated"
+msgstr "Os campos de credenciais não puderam ser validados"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:218
-msgid "Transparent Checkout | Invoice or Loterica"
-msgstr "Checkout Transparente | Boleto ou lotérica"
+#: ../../src/Translations/AdminTranslations.php:995
+msgid "Valid Public Key"
+msgstr "Public key válida"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:222
-msgid ""
-"With the Transparent Checkout, you can sell inside your store environment, "
-"without redirection and all the safety from Mercado Pago."
-msgstr ""
-"Com o Checkout Transparente, você consegue vender dentro do ambiente da sua "
-"loja, sem redirecionamento, com toda a segurança do Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:996
+msgid "Invalid Public Key"
+msgstr "Public key inválida"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:239
-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:997
+msgid "Valid Access Token"
+msgstr "Access token válido"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:252
-msgid "Reduce inventory"
-msgstr "Reduzir inventário"
+#: ../../src/Translations/AdminTranslations.php:998
+msgid "Invalid Access Token"
+msgstr "Access token inválido"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:255
+#: ../../src/Translations/AdminTranslations.php:1010
+msgid "Credentials were updated"
+msgstr "As credenciais foram atualizadas"
+
+#: ../../src/Translations/AdminTranslations.php:1011
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."
+"Your store has exited Test Mode and is making real sales in Production Mode."
msgstr ""
-"Ative a redução de inventário durante a criação de um pedido, seja o "
-"pagamento aprovado ou não. Desative esta opção para reduzi-lo somente quando "
-"os pagamentos estiverem aprovados."
+"Sua loja saiu do Modo Teste e está fazendo vendas reais no Modo Produção."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257
-msgid "Reduce inventory is enabled."
-msgstr "Reduzir inventário está ativo."
+#: ../../src/Translations/AdminTranslations.php:1012
+msgid "To test the store, re-enter both test credentials."
+msgstr "Para testar a loja, insira novamente as duas credenciais de teste."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:258
-msgid "Reduce inventory is disabled."
-msgstr "Reduzir inventário está inativo."
+#: ../../src/Translations/AdminTranslations.php:1013
+msgid "Invalid credentials"
+msgstr "Credenciais inválidas"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:270
-msgid "Payment Due"
-msgstr "Vencimento do pagamento"
+#: ../../src/Translations/AdminTranslations.php:1014
+msgid "See our manual to learn"
+msgstr "Consulte nosso manual para saber"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272
-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:1015
+msgid "how to enter the credentials the right way."
+msgstr "como inserir as credenciais da maneira correta."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:292
-msgid "Enable the available payment methods"
-msgstr "Habilite os meios de pagamento disponíveis"
+#: ../../src/Translations/AdminTranslations.php:1016
+msgid " for test mode"
+msgstr " para o modo teste"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:294
-msgid "Choose the available payment methods in your store."
-msgstr "Habilite os meios de pagamento disponíveis para seus clientes."
+#: ../../src/Translations/AdminTranslations.php:1028
+msgid "Store information is valid"
+msgstr "As informações sobre a loja são válidas"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:298
-msgid "All payment methods"
-msgstr "Todos os meios de pagamento"
+#: ../../src/Translations/AdminTranslations.php:1041
+msgid "Attention:"
+msgstr "Atenção:"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:443,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:471
+#: ../../src/Translations/AdminTranslations.php:1042
msgid ""
-"There was a problem processing your payment. Are you sure you have correctly "
-"filled out all the information on the payment form?"
+"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 ""
-"Ocorreu um problema ao processar seu pagamento. Tem certeza de que preencheu "
-"corretamente todas as informações no formulário de pagamento?"
+"A configuração de moeda que você tem no WooCommerce não é compatível com a "
+"moeda que você usa na sua conta do Mercado Pago. Por favor, ative a "
+"conversão de moeda."
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:436,
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:464
-msgid "Your document data is invalid"
-msgstr "Número de documento inválido"
+#: ../../src/Translations/AdminTranslations.php:1045
+msgid "We are converting your currency from: "
+msgstr "Agora convertemos sua moeda de: "
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:508
-msgid "To print the ticket again click"
-msgstr "Para reimprimir o boleto clique"
+#: ../../src/Translations/AdminTranslations.php:1061
+msgid "to "
+msgstr "para"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:511
-msgid "here"
-msgstr "aqui"
+#: ../../src/Translations/AdminTranslations.php:1072
+msgid "Payment status on Mercado Pago"
+msgstr "Status de pagamento no Mercado Pago"
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:640
-msgid " and "
-msgstr " e "
+#: ../../src/Translations/AdminTranslations.php:1073
+msgid ""
+"This is the payment status of your Mercado Pago Activities. To check the "
+"order status, please refer to Order details."
+msgstr ""
+"Este é o status de pagamento das suas Atividades no Mercado Pago. Para "
+"verificar o status do pedido, consulte Detalhes do pedido."
+
+#: ../../src/Translations/AdminTranslations.php:1074,
+#: ../../src/Translations/AdminTranslations.php:1076
+msgid "View purchase details at Mercado Pago"
+msgstr "Ver detalhes da compra no Mercado Pago"
+
+#: ../../src/Translations/AdminTranslations.php:1075,
+#: ../../src/Translations/AdminTranslations.php:1077,
+#: ../../src/Translations/AdminTranslations.php:1079
+msgid "Sync order status"
+msgstr "Sincronizar status do pedido"
+
+#: ../../src/Translations/AdminTranslations.php:1078
+msgid "Consult the reasons for refusal"
+msgstr "Consultar motivos de recusa"
+
+#: ../../src/Translations/AdminTranslations.php:1080
+msgid "Order update successfully. This page will be reloaded..."
+msgstr "Pedido atualizado com sucesso. Esta página será recarregada…"
+
+#: ../../src/Translations/AdminTranslations.php:1081
+msgid "Unable to update order:"
+msgstr "Não foi possível atualizar o pedido:"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117
+#: ../../src/Translations/AdminTranslations.php:1082
msgid "Payment made"
msgstr "Pagamento realizado"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118
+#: ../../src/Translations/AdminTranslations.php:1083
msgid "Payment made by the buyer and already credited in the account."
msgstr "Pagamento realizado pelo comprador e já creditado na conta."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121
+#: ../../src/Translations/AdminTranslations.php:1084
msgid "Call resolved"
msgstr "Chamado resolvido"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222
+#: ../../src/Translations/AdminTranslations.php:1085,
+#: ../../src/Translations/AdminTranslations.php:1135
msgid "Please contact Mercado Pago for further details."
msgstr "Entre em contato com o Mercado Pago para consultar mais detalhes."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125
+#: ../../src/Translations/AdminTranslations.php:1086
msgid "Payment refunded"
msgstr "Pagamento devolvido"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126
+#: ../../src/Translations/AdminTranslations.php:1087
msgid ""
"Your refund request has been made. Please contact Mercado Pago for further "
"details."
msgstr ""
-"Seu pedido de reembolso já foi realizado. Entre em contato com o Mercado "
-"Pago para consultar mais detalhes."
+"Sua solicitação de reembolso foi feita. Entre em contato com o Mercado Pago "
+"para mais detalhes."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133
+#: ../../src/Translations/AdminTranslations.php:1088,
+#: ../../src/Translations/AdminTranslations.php:1090
msgid "Payment returned"
msgstr "Pagamento devolvido"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130
+#: ../../src/Translations/AdminTranslations.php:1089
msgid "The payment has been returned to the client."
msgstr "O pagamento já foi devolvido ao cliente."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134
+#: ../../src/Translations/AdminTranslations.php:1091
msgid "The payment has been partially returned to the client."
msgstr "O pagamento já foi devolvido parcialmente ao cliente."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137
+#: ../../src/Translations/AdminTranslations.php:1092
msgid "Payment canceled"
msgstr "Pagamento cancelado"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138
+#: ../../src/Translations/AdminTranslations.php:1093
msgid "The payment has been successfully canceled."
msgstr "O pagamento foi cancelado com sucesso."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141
+#: ../../src/Translations/AdminTranslations.php:1094
msgid "Purchase canceled"
msgstr "Compra cancelada"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142
+#: ../../src/Translations/AdminTranslations.php:1095
msgid "The payment has been canceled by the customer."
msgstr "O pagamento foi cancelado pelo cliente."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:311
+#: ../../src/Translations/AdminTranslations.php:1096,
+#: ../../src/Translations/AdminTranslations.php:1098,
+#: ../../src/Translations/AdminTranslations.php:1100,
+#: ../../src/Translations/AdminTranslations.php:1102,
+#: ../../src/Translations/AdminTranslations.php:1104,
+#: ../../src/Translations/AdminTranslations.php:1112,
+#: ../../src/Translations/AdminTranslations.php:1114,
+#: ../../src/Translations/AdminTranslations.php:1116,
+#: ../../src/Translations/AdminTranslations.php:1118,
+#: ../../src/Translations/AdminTranslations.php:1120,
+#: ../../src/Translations/AdminTranslations.php:1122,
+#: ../../src/Translations/AdminTranslations.php:1124,
+#: ../../src/Translations/AdminTranslations.php:1179
msgid "Pending payment"
msgstr "Pagamento pendente"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158
+#: ../../src/Translations/AdminTranslations.php:1097,
+#: ../../src/Translations/AdminTranslations.php:1099,
+#: ../../src/Translations/AdminTranslations.php:1101,
+#: ../../src/Translations/AdminTranslations.php:1103
msgid "Awaiting payment from the buyer."
msgstr "Aguardando pagamento do comprador."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162
+#: ../../src/Translations/AdminTranslations.php:1105
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 ""
-"Estamos verificando o pagamento. Em até 6 horas, vamos te avisar por e-mail "
-"se está tudo certo para que você possa entregar o produto ou oferecer o "
-"serviço."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:205,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:209,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:213,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:217,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:229,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:233,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:237,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:241,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:245,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:249,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:253,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:271,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:275,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:279,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:283,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:287,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:291,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:295,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:299,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:303,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:307,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:319,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:325,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:329
+"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:1106,
+#: ../../src/Translations/AdminTranslations.php:1130,
+#: ../../src/Translations/AdminTranslations.php:1146,
+#: ../../src/Translations/AdminTranslations.php:1165,
+#: ../../src/Translations/AdminTranslations.php:1169,
+#: ../../src/Translations/AdminTranslations.php:1171,
+#: ../../src/Translations/AdminTranslations.php:1173,
+#: ../../src/Translations/AdminTranslations.php:1177
msgid "Declined payment"
msgstr "Pagamento recusado"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:250,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260
+#: ../../src/Translations/AdminTranslations.php:1107,
+#: ../../src/Translations/AdminTranslations.php:1131
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 ""
-"O banco emissor do cartão recusou o pagamento. Peça para seu cliente usar "
-"outro cartão ou entrar em contato com o banco."
+"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."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169
+#: ../../src/Translations/AdminTranslations.php:1108
msgid "Payment authorized. Awaiting capture."
msgstr "Pagamento autorizado. Aguardando captura."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170
+#: ../../src/Translations/AdminTranslations.php:1109
msgid ""
"The payment has been authorized on the client's card. Please capture the "
"payment."
msgstr ""
-"O pagamento já foi autorizado no cartão do cliente. Faça a captura do "
+"O pagamento foi autorizado no cartão do cliente. Por favor, confirme o "
"pagamento."
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173
+#: ../../src/Translations/AdminTranslations.php:1110
msgid "Payment in process"
msgstr "Pagamento em processamento"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194
+#: ../../src/Translations/AdminTranslations.php:1111,
+#: ../../src/Translations/AdminTranslations.php:1121
msgid "Please wait or contact Mercado Pago for further details"
msgstr ""
"Aguarde ou entre em contato com o Mercado Pago para consultar mais detalhes"
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178
+#: ../../src/Translations/AdminTranslations.php:1113
msgid ""
"The bank is reviewing the payment. As soon as we have their confirmation, we "
-"will notify you via email so that you can deliver the product or provide the "
-"service."
-msgstr ""
-"O banco está verificando o pagamento. Vamos te avisar por e-mail assim que "
-"recebermos a confirmação para que você possa entregar o produto ou oferecer "
-"o serviço."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190
-msgid "Awaiting payment information validation."
-msgstr "Aguardando validação das informações de pagamento."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:198
-msgid "Waiting for the buyer."
-msgstr "Aguardando o comprador."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:202
-msgid "Waiting for the card issuer."
-msgstr "Aguardando o emissor do cartão."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206
-msgid ""
-"The payment could not be processed. Please ask your client to use another "
-"card or to get in touch with the bank."
-msgstr ""
-"O pagamento não foi processado pelo banco. Peça para seu cliente usar outro "
-"meio de pagamento ou entrar em contato com o banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:221
-msgid "Mercado Pago did not process the payment"
-msgstr "O Mercado Pago não processou o pagamento"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:225,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:315
-msgid "Expired payment deadline"
-msgstr "Prazo expirado para pagamento"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:316
-msgid "The client did not pay within the time limit."
-msgstr "O cliente não pagou dentro do limite de tempo."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234
-msgid ""
-"The CVV is invalid. Please ask your client to review the details or use "
-"another card."
-msgstr ""
-"O código de segurança é inválido. Por favor, peça para seu cliente revisar "
-"os dados ou usar outro cartão."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238
-msgid ""
-"The card is expired. Please ask your client to use another card or to "
-"contact the bank."
-msgstr ""
-"O cartão está vencido. Por favor, peça para seu cliente usar outro cartão ou "
-"entrar em contato com o banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:288,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:292
-msgid ""
-"This payment was declined because it did not pass Mercado Pago security "
-"controls. Please ask your client to use another card."
-msgstr ""
-"Este pagamento foi recusado porque não passou pelos controles de segurança "
-"do Mercado Pago. Peça para seu cliente usar outro cartão."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284
-msgid ""
-"The buyer is suspended in our platform. Your client must contact us to check "
-"what happened."
-msgstr ""
-"O comprador está suspenso no Mercado Pago. Seu cliente precisa entrar em "
-"contato conosco para saber o que aconteceu."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255
-msgid ""
-"The card does not have enough limit. Please ask your client to use another "
-"card or to get in touch with the bank."
-msgstr ""
-"O cartão não tem saldo suficiente. Peça para seu cliente usar outro cartão "
-"ou entrar em contato com o banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256
-msgid ""
-"The card does not have sufficient balance. Please ask your client to use "
-"another card or to get in touch with the bank."
-msgstr ""
-"O cartão não tem saldo suficiente. Peça para seu cliente usar outro cartão "
-"ou entrar em contato com o banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:264
-msgid ""
-"The CVV was entered incorrectly several times. Please ask your client to use "
-"another card or to get in touch with the bank."
-msgstr ""
-"O código de segurança do cartão foi inserido incorretamente várias vezes. "
-"Peça para seu cliente trocar o cartão ou entrar em contato com o banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:268
-msgid ""
-"The card does not allow the number of installments entered. Please ask your "
-"client to choose another installment plan or to use another card."
-msgstr ""
-"O cartão não aceita o número de parcelas escolhido. Peça para seu cliente "
-"escolher um número diferente de parcelas ou usar outro cartão."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272
-msgid ""
-"The card-issuing bank declined the payment. Please instruct your client to "
-"ask the bank to authotize it or to use another card."
-msgstr ""
-"O banco emissor do cartão não autorizou o pagamento. Diga para seu cliente "
-"entrar em contato com o banco para pedir que o pagamento seja autorizado ou "
-"peça que use outro cartão."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276
-msgid ""
-"From Mercado Pago we have detected that this payment has already been made "
-"before. If that is not the case, your client may try to pay again."
-msgstr ""
-"Nós do Mercado Pago detectamos que este pagamento já foi feito "
-"anteriormente. Se esse não for o caso, seu cliente pode tentar pagar "
-"novamente."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280
-msgid ""
-"The card is not active yet. Please ask your client to use another card or to "
-"get in touch with the bank to activate it."
-msgstr ""
-"O cartão ainda não está desbloqueado. Peça para seu cliente usar outro "
-"cartão ou entrar em contato com o banco para desbloqueá-lo."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:296
-msgid ""
-"The amount exceeded the card limit. Please ask your client to use another "
-"card or to get in touch with the bank."
-msgstr ""
-"O valor excedeu o limite do cartão. Peça para seu cliente usar outro cartão "
-"ou entrar em contato com o banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:300,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:304,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:308
-msgid ""
-"Please ask your client to use another card or to get in touch with the card "
-"issuer."
-msgstr ""
-"Peça para seu cliente usar outro cartão ou entrar em contato com o emissor "
-"do cartão."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:312
-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 ""
-"O valor excedeu o limite do cartão. Peça para seu cliente usar outro cartão "
-"ou entrar em contato com o banco."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:321
-msgid ""
-"The credit function is not enabled for the card. Please tell your client "
-"that it is possible to pay with debit or to use another one."
-msgstr ""
-"A função crédito não está habilitada no cartão. Informe ao seu cliente que é "
-"possível pagar no débito ou peça para usar outro cartão."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:322
-msgid ""
-"The debit function is not enabled for the card. Please tell your client that "
-"it is possible to pay with credit or to use another one."
-msgstr ""
-"A função débito não está habilitada no cartão. Informe ao seu cliente que é "
-"possível pagar no crédito ou peça para usar outro cartão."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:326
-msgid ""
-"The card-issuing bank declined the payment. Please instruct your client to "
-"ask the bank to authorize it."
-msgstr ""
-"O banco emissor do cartão recusou o pagamento. Peça para seu cliente entrar "
-"em contato com o banco para autorizar o pagamento."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:330
-msgid ""
-"The buyer does not have enough balance to make the purchase. Please ask your "
-"client to deposit money to the Mercado Pago Account or to use a different "
-"payment method."
-msgstr ""
-"O cliente não tem saldo em conta suficiente para realizar a compra. Peça "
-"para seu cliente adicionar saldo no Mercado Pago ou usar outro meio de "
-"pagamento."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:333
-msgid "There was an error"
-msgstr "Houve um erro"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:334
-msgid "The transaction could not be completed."
-msgstr "Não foi possível completar a transação."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:417
-msgid "Payment status on Mercado Pago"
-msgstr "Status de pagamento no Mercado Pago"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:477,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:489
-msgid "View purchase details at Mercado Pago"
-msgstr "Ver detalhes da compra no Mercado Pago"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:478,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:490,
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:502
-msgid "Sync order status"
-msgstr "Sincronizar status do pedido"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:501
-msgid "Check the reasons why the purchase was declined."
-msgstr "Consulte os motivos de recusa da sua compra."
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:608
-msgid "Order update successfully. This page will be reloaded..."
-msgstr "Pedido atualizado com sucesso. Esta página será recarregada…"
-
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:612
-msgid "Unable to update order: "
-msgstr "Não foi possível atualizar o pedido: "
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:126
-msgid "See WooCommerce"
-msgstr "Veja WooCommerce"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124
-msgid "Install WooCommerce"
-msgstr "Instalar WooCommerce"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:121
-msgid "Activate WooCommerce"
-msgstr "Ativar WooCommerce"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:137
-msgid "do you have a minute to share your experience with our plugin?"
-msgstr ""
-"você tem um minuto para compartilhar sua experiência com o nosso plugin?"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:140
-msgid ""
-"Your opinion is very important so that we can offer you the best possible "
-"payment solution and continue to improve."
-msgstr ""
-"Sua opinião é muito importante para poder te oferecer a melhor solução de "
-"pagamentos possível e continuar melhorando."
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:149
-msgid "Rate the plugin"
-msgstr "Avaliar o plugin"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:151
-msgid "Enable payments via Mercado Pago account"
-msgstr "Ative os pagamentos via conta Mercado Pago"
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:154
-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 ""
-"Com esta função ativa, seus clientes pagam mais rapidamente usando as contas "
-"Mercado Pago deles.A taxa de aprovação destes pagamentos na sua loja "
-"pode ser 25% maior em comparação aos demais meios de pagamento."
-
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:163
-msgid "Activate"
-msgstr "Ativar"
-
-#: ../../includes/admin/views/html-admin-alert-frame.php:34,
-#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30
-msgid "Discard"
-msgstr "Descartar"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:141
-msgid "Mercado Pago Settings"
-msgstr "Configurações do Mercado Pago"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196
-msgid "Accept "
-msgstr "Aceite "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197
-msgid "payments on the spot "
-msgstr "pagamentos no ato "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198
-msgid "with"
-msgstr "com"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199
-msgid "the "
-msgstr "toda a "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200
-msgid "security "
-msgstr "segurança "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201
-msgid "from Mercado Pago"
-msgstr "do Mercado Pago"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202
-msgid "Technical requirements"
-msgstr "Requisitos técnicos"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203
-msgid "SSL"
-msgstr "SSL"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204
-msgid "GD Extensions"
-msgstr "Extensões GD"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205
-msgid "Curl"
-msgstr "Curl"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206
-msgid ""
-"Implementation responsible for transmitting data to Mercado Pago in a secure "
-"and encrypted way."
-msgstr ""
-"Implementção responsável pela transmissão de dados para o Mercado Pago de "
-"maneira segura e criptografada."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207
-msgid ""
-"These extensions are responsible for the implementation and operation of Pix "
-"in your store."
-msgstr ""
-"São extensões responsáveis pela implementação e funcionamento do Pix na sua "
-"loja."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208
-msgid ""
-"It is an extension responsible for making payments via requests from the "
-"plugin to Mercado Pago."
-msgstr ""
-"É uma extensão responsável pela realização de pagamentos via solicitações do "
-"plugin ao Mercado Pago."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209
-msgid "Collections and installments"
-msgstr "Recebimentos e parcelamento"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210
-msgid "Choose "
-msgstr "Escolha "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211
-msgid "when you want to receive the money "
-msgstr "quando quer receber o dinheiro "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212
-msgid "from your sales and if you want to offer "
-msgstr "das vendas e se quer oferecer "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213
-msgid "interest-free installments "
-msgstr "parcelamento sem juros "
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214
-msgid "to your clients."
-msgstr "aos clientes."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215
-msgid "Set deadlines and fees"
-msgstr "Ajustar prazos e taxas"
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216,
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:124
-msgid "Questions? "
-msgstr "Dúvidas? "
+"will notify you via email so that you can deliver the product or provide the "
+"service."
+msgstr ""
+"O banco está analisando o pagamento. Assim que tivermos a sua confirmação, "
+"iremos notificá-lo por email para que possa entregar o produto ou prestar o "
+"serviço."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217
-msgid "Review the step-by-step of "
-msgstr "Revise o passo a passo de "
+#: ../../src/Translations/AdminTranslations.php:1115,
+#: ../../src/Translations/AdminTranslations.php:1117,
+#: ../../src/Translations/AdminTranslations.php:1119
+msgid "Awaiting payment information validation."
+msgstr "Aguardando validação das informações de pagamento."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218
-msgid "how to integrate the Mercado Pago Plugin "
-msgstr "como integrar o Plugin do Mercado Pago "
+#: ../../src/Translations/AdminTranslations.php:1123
+msgid "Waiting for the buyer."
+msgstr "Aguardando o comprador."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
-msgid "on our webiste for developers."
-msgstr "no nosso site de desenvolvedores."
+#: ../../src/Translations/AdminTranslations.php:1125
+msgid "Waiting for the card issuer."
+msgstr "Aguardando o emissor do cartão."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231
-msgid "1. Integrate your store with Mercado Pago "
-msgstr "1. Integre a loja com o Mercado Pago "
+#: ../../src/Translations/AdminTranslations.php:1126,
+#: ../../src/Translations/AdminTranslations.php:1128,
+#: ../../src/Translations/AdminTranslations.php:1132,
+#: ../../src/Translations/AdminTranslations.php:1153,
+#: ../../src/Translations/AdminTranslations.php:1175
+msgid "The card issuing bank declined the payment"
+msgstr "O banco emissor do cartão recusou o pagamento"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232
+#: ../../src/Translations/AdminTranslations.php:1127,
+#: ../../src/Translations/AdminTranslations.php:1129,
+#: ../../src/Translations/AdminTranslations.php:1133,
+#: ../../src/Translations/AdminTranslations.php:1154,
+#: ../../src/Translations/AdminTranslations.php:1176
msgid ""
-"To enable orders, you must create and activate production credentials in "
-"your Mercado Pago Account. "
+"Please recommend your customer to pay with another payment method or to "
+"contact their bank."
msgstr ""
-"Para poder vender, você deve criar e ativar credenciais de produção na sua "
-"conta Mercado Pago. "
+"Recomende a seu cliente que que pague com outro meio de pagamento ou entre "
+"em contato com o banco"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233
-msgid "Copy and paste the credentials below."
-msgstr "Copie e cole as credenciais abaixo."
+#: ../../src/Translations/AdminTranslations.php:1134
+msgid "Mercado Pago did not process the payment"
+msgstr "O Mercado Pago não processou o pagamento"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234
-msgid "Check credentials"
-msgstr "Consultar credenciais"
+#: ../../src/Translations/AdminTranslations.php:1136,
+#: ../../src/Translations/AdminTranslations.php:1181
+msgid "Expired payment deadline"
+msgstr "Prazo expirado para pagamento"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235
-msgid "Test credentials "
-msgstr "Credenciais de teste "
+#: ../../src/Translations/AdminTranslations.php:1137,
+#: ../../src/Translations/AdminTranslations.php:1182
+msgid "The client did not pay within the time limit."
+msgstr "O cliente não pagou dentro do limite de tempo."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236
-msgid "Enable Mercado Pago checkouts for test purchases in the store."
-msgstr "Habilitam os checkouts Mercado Pago para testes de compras na loja."
+#: ../../src/Translations/AdminTranslations.php:1138,
+#: ../../src/Translations/AdminTranslations.php:1140,
+#: ../../src/Translations/AdminTranslations.php:1142,
+#: ../../src/Translations/AdminTranslations.php:1183
+msgid "Your customer entered one or more incorrect card details"
+msgstr "Seu cliente inseriu um ou mais dados do cartão incorretamente"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237
-msgid "Public key"
-msgstr "Public key"
+#: ../../src/Translations/AdminTranslations.php:1139,
+#: ../../src/Translations/AdminTranslations.php:1141,
+#: ../../src/Translations/AdminTranslations.php:1143,
+#: ../../src/Translations/AdminTranslations.php:1184,
+#: ../../src/Translations/AdminTranslations.php:1185
+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 ""
+"Peça para a pessoa inserir os dados da forma como aparecem no cartão ou no "
+"app do banco para concluir o pagamento."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238
-msgid "Access Token"
-msgstr "Access token"
+#: ../../src/Translations/AdminTranslations.php:1144,
+#: ../../src/Translations/AdminTranslations.php:1167
+msgid "We protected you from a suspicious payment"
+msgstr "Protegemos você de um pagamento suspeito"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239
-msgid "Production credentials"
-msgstr "Credenciais de produção"
+#: ../../src/Translations/AdminTranslations.php:1145
+msgid "For safety reasons, this transaction cannot be completed."
+msgstr "Por medidas de segurança, está transação não pode ser concluída."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240
-msgid "Enable Mercado Pago checkouts to receive real payments in the store."
+#: ../../src/Translations/AdminTranslations.php:1147,
+#: ../../src/Translations/AdminTranslations.php:1166
+msgid ""
+"The buyer is suspended in our platform. Your client must contact us to check "
+"what happened."
msgstr ""
-"Habilitam os checkouts Mercado Pago para receber pagamentos reais na loja."
-
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241
-msgid "Paste your Public Key here"
-msgstr "Cole aqui sua Public Key"
+"O comprador está suspenso em nossa plataforma. Seu cliente deverá entrar em "
+"contato conosco para verificar o ocorrido."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242
-msgid "Paste your Access Token here"
-msgstr "Cole aqui seu Access Token"
+#: ../../src/Translations/AdminTranslations.php:1148
+msgid "For safety reasons, the card issuing bank declined the payment"
+msgstr "O banco emissor do cartão recusou o pagamento"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243,
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280
-msgid "Save and continue"
-msgstr "Salvar e continuar"
+#: ../../src/Translations/AdminTranslations.php:1149,
+#: ../../src/Translations/AdminTranslations.php:1168
+msgid ""
+"Recommend your customer to pay with their usual payment method and device "
+"for online purchases."
+msgstr ""
+"Recomende a seu cliente que pague com o meio de pagamento e dispositivo que "
+"costuma usar para compras on-line."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254
-msgid "2. Customize your business"
-msgstr "2. Personalize seu negócio"
+#: ../../src/Translations/AdminTranslations.php:1150
+msgid "Your customer's credit card has no available limit"
+msgstr "O banco emissor do cartão recusou o pagamento"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255
+#: ../../src/Translations/AdminTranslations.php:1151,
+#: ../../src/Translations/AdminTranslations.php:1152,
+#: ../../src/Translations/AdminTranslations.php:1156
msgid ""
-"Fill out the following information to have a better experience and offer "
-"more information to your clients"
+"Please ask them to pay with another card or to choose another payment method."
msgstr ""
-"Preencha as informações a seguir para ter uma melhor experiência e oferecer "
-"mais informações aos clientes"
+"Peça para a pessoa pagar com outro cartão ou escolher outro meio de "
+"pagamento."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256
-msgid "Your store information"
-msgstr "Informações sobre sua loja"
+#: ../../src/Translations/AdminTranslations.php:1155
+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"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257
-msgid "Name of your store in your client's invoice"
-msgstr "Nome da sua loja na fatura dos clientes"
+#: ../../src/Translations/AdminTranslations.php:1157
+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"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258
-msgid "Eg: Mary's store"
-msgstr "Ex.: Loja da Maria"
+#: ../../src/Translations/AdminTranslations.php:1158
+msgid ""
+"Please ask them to choose a different number of installments or to pay with "
+"another method."
+msgstr ""
+"Peça para ele escolher uma opção de parcelamento diferente ou usar outro "
+"meio de pagamento."
+
+#: ../../src/Translations/AdminTranslations.php:1159,
+#: ../../src/Translations/AdminTranslations.php:1186
+msgid "Your customer needs to authorize the payment through their bank"
+msgstr "Seu cliente precisa autorizar o pagamento com o banco"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259
+#: ../../src/Translations/AdminTranslations.php:1160,
+#: ../../src/Translations/AdminTranslations.php:1187
msgid ""
-"If this field is empty, the purchase will be identified as Mercado Pago."
+"Please ask them to call the telephone number on their card or to pay with "
+"another method."
msgstr ""
-"Se o campo estiver vazio, a compra do cliente será identificada como Mercado "
-"Pago."
+"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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260
-msgid "Identification in Activities of Mercad Pago"
-msgstr "Identificação em Atividades do Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:1161
+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"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261
-msgid "Eg: Marystore"
-msgstr "Ex.: LojaMaria"
+#: ../../src/Translations/AdminTranslations.php:1162
+msgid "Check your approved payments to verify it."
+msgstr "Consulte seus pagamentos aprovados para confirmar a transação."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262
-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:1163
+msgid "Your customer's card was is not activated yet"
+msgstr "O cartão do cliente ainda não foi desbloqueado"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263
-msgid "Store category"
-msgstr "Categoria da loja"
+#: ../../src/Translations/AdminTranslations.php:1164
+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 ""
+"Para desbloqueá-lo, peça para o cliente acessar o app ou entrar em contato "
+"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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264
-msgid "Select"
-msgstr "Selecionar"
+#: ../../src/Translations/AdminTranslations.php:1170
+msgid ""
+"This payment was declined because it did not pass Mercado Pago security "
+"controls. Please ask your client to use another card."
+msgstr ""
+"Este pagamento foi recusado porque não passou nos controles de segurança do "
+"Mercado Pago. Por favor, peça ao seu cliente para usar outro cartão."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265
-msgid "Select ”Other” if you do not find the appropriate category."
-msgstr "Selecione ”Outro” caso não encontre uma categoria adequada."
+#: ../../src/Translations/AdminTranslations.php:1172
+msgid ""
+"The amount exceeded the card limit. Please ask your client to use another "
+"card or to get in touch with the bank."
+msgstr ""
+"O valor ultrapassou o limite do cartão. Solicite ao seu cliente que utilize "
+"outro cartão ou entre em contato com o banco."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266
-msgid "Advanced integration options (optional)"
-msgstr "Opções avançadas de integração (opcional)"
+#: ../../src/Translations/AdminTranslations.php:1174,
+#: ../../src/Translations/AdminTranslations.php:1178
+msgid ""
+"Please ask your client to use another card or to get in touch with the card "
+"issuer."
+msgstr ""
+"Peça ao seu cliente para usar outro cartão ou entre em contato com o emissor "
+"do cartão."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267
+#: ../../src/Translations/AdminTranslations.php:1180
msgid ""
-"For further integration of your store with Mercado Pago (IPN, Certified "
-"Partners, Debug Mode)"
+"The amount exceeded the card's limit. Please ask your client to use another "
+"card or to get in touch with the bank."
msgstr ""
-"Para mais integração da sua loja com o Mercado Pago (IPN, Parceiros "
-"Certificados, Modo Debug)"
+"O valor ultrapassou o limite do cartão. Solicite ao seu cliente que utilize "
+"outro cartão ou entre em contato com o banco."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268
-msgid "View advanced options"
-msgstr "Ver opções avançadas"
+#: ../../src/Translations/AdminTranslations.php:1188
+msgid "Your customer's debit card has insufficient funds"
+msgstr "O banco emissor do cartão recusou o pagamento"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269
-msgid "URL for IPN "
-msgstr "URL para IPN "
+#: ../../src/Translations/AdminTranslations.php:1189
+msgid ""
+"Please recommend your customer 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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270
-msgid "Eg: https://examples.com/my-custom-ipn-url"
-msgstr "Ex.: https://examples.com/my-custom-ipn-url"
+#: ../../src/Translations/AdminTranslations.php:1190
+msgid "Something went wrong and the payment was declined"
+msgstr "O pagamento foi recusado devido a um erro."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271
+#: ../../src/Translations/AdminTranslations.php:1191
msgid ""
-"Add the URL to receive payments notifications. Find out more information in "
-"the "
+"Please recommend you customer to try again or to pay with another payment "
+"method."
msgstr ""
-"Insira a URL para receber notificações de pagamento. Confira mais "
-"informações nos "
+"Recomende ao seu cliente tentar novamente ou usar outro meio de pagamento."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272
-msgid "guides."
-msgstr "manuais."
+#: ../../src/Translations/AdminTranslations.php:1204
+msgid "Any questions?"
+msgstr "Dúvidas?"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273
-msgid "Add plugin default params"
-msgstr "Adicionar parâmetros padrão do plugin"
+#: ../../src/Translations/AdminTranslations.php:1205
+msgid "Please check the"
+msgstr "Visite nosso site para desenvolvedores e consulte as"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274
-msgid "integrator_id"
-msgstr "integrator_id"
+#: ../../src/Translations/AdminTranslations.php:1206,
+#: ../../src/Translations/AdminTranslations.php:1222
+msgid "FAQs"
+msgstr "perguntas frequentes"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275
-msgid "Eg: 14987126498"
-msgstr "Ex.: 14987126498"
+#: ../../src/Translations/AdminTranslations.php:1207
+msgid "on the dev website."
+msgstr "."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276
-msgid ""
-"If you are a Mercado Pago Certified Partner, make sure to add your "
-"integrator_id. If you do not have the code, please "
+#: ../../src/Translations/AdminTranslations.php:1220
+msgid "Check our"
+msgstr "Consulte nossas"
+
+#: ../../src/Translations/AdminTranslations.php:1223
+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:1228
+msgid "1. Go to the dev website and open a"
msgstr ""
-"Se você é Parceiro certificado do Mercado Pago, não esqueça de inserir seu "
-"integrator_id. Se você não possui o código, "
+"1. Acesse o site para desenvolvedores, visite a seção de suporte e abra um"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277
-msgid "request it now. "
-msgstr "solicite agora. "
+#: ../../src/Translations/AdminTranslations.php:1230
+msgid "ticket"
+msgstr "ticket"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278
-msgid "Debug and Log Mode"
-msgstr "Modo debug e log"
+#: ../../src/Translations/AdminTranslations.php:1231
+msgid "in the Support section."
+msgstr "."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:279
-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:1236
+msgid "4. Download the"
+msgstr "4. Baixe o"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291
-msgid "3. Set payment methods"
-msgstr "3. Configure os meios de pagamento"
+#: ../../src/Translations/AdminTranslations.php:1237
+msgid "error history"
+msgstr "histórico de erros"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:292
-msgid "To view more options, please select a payment method below"
-msgstr "Selecione um meio de pagamento a seguir para ver mais opções"
+#: ../../src/Translations/AdminTranslations.php:1238
+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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:293
-msgid "Settings"
-msgstr "Configurar"
+#: ../../src/Translations/AdminTranslations.php:1242
+msgid "Do you need help?"
+msgstr "Precisa de ajuda?"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:294
-msgid "Continue"
-msgstr "Continuar"
+#: ../../src/Translations/AdminTranslations.php:1243
+msgid "How to open a ticket:"
+msgstr "Como abrir um ticket:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305
-msgid "4. Test your store before you sell"
-msgstr "4. Teste sua loja antes de vender"
+#: ../../src/Translations/AdminTranslations.php:1245
+msgid "2. Fill out the form with your store details."
+msgstr "2. Preencha o formulário com os dados da sua loja."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306
+#: ../../src/Translations/AdminTranslations.php:1246
msgid ""
-"Test the experience in Test Mode and then enable the Sale Mode (Production) "
-"to sell."
+"3. Copy and paste the following details when asked for the the technical "
+"information:"
msgstr ""
-"Teste a experiência no Modo Teste. Depois ative o Modo Vendas (Produção) "
-"para fazer vendas."
+"3. Copie e cole os dados abaixo quando as informações técnicas forem "
+"solicitadas:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307
-msgid "Choose how you want to operate your store:"
-msgstr "Escolha como você quer operar sua loja:"
+#: ../../src/Translations/AdminTranslations.php:1249
+msgid "Version:"
+msgstr "Versão"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308
-msgid "Test Mode"
-msgstr "Modo Teste"
+#: ../../src/Translations/AdminTranslations.php:1250
+msgid "History of errors"
+msgstr "Histórico de erros"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309
-msgid "Mercado Pago Checkouts disabled for real collections. "
-msgstr "Checkouts Mercado Pago inativos para cobranças reais. "
+#: ../../src/Translations/AdminTranslations.php:1251
+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 ""
+"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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310
-msgid "Test Mode rules."
-msgstr "Regras do modo teste."
+#: ../../src/Translations/AdminTranslations.php:1254
+msgid "Source"
+msgstr "Origem"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311
-msgid "Sale Mode (Production)"
-msgstr "Modo Vendas (Produção)"
+#: ../../src/Translations/AdminTranslations.php:1255
+msgid "File date"
+msgstr "Data de criação"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312
-msgid "Mercado Pago Checkouts enabled for real collections."
-msgstr "Checkouts Mercado Pago ativos para cobranças reais."
+#: ../../src/Translations/AdminTranslations.php:1256
+msgid "Download"
+msgstr "Baixar"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313
-msgid "Mercado Pago payment methods in Production Mode"
-msgstr "Meios de pagamento Mercado Pago em Modo Produção"
+#: ../../src/Translations/AdminTranslations.php:1257
+msgid "Next Page"
+msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314
-msgid "The clients can make real purchases in your store."
-msgstr "Clientes podem fazer compras reais na sua loja."
+#: ../../src/Translations/AdminTranslations.php:1258
+msgid "Previous page"
+msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315
-msgid "Mercado Pago payment methods in Test Mode"
-msgstr "Meios de pagamento Mercado Pago em Modo Teste"
+#: ../../src/Translations/AdminTranslations.php:1259
+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."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316
-msgid "Create your "
-msgstr "Crie seu "
+#: ../../src/Translations/StoreTranslations.php:103
+msgid "discount of"
+msgstr "desconto de"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317
-msgid "test user "
-msgstr "usuário de teste "
+#: ../../src/Translations/StoreTranslations.php:104
+msgid "fee of"
+msgstr "taxa de"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318
-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/StoreTranslations.php:105
+msgid "and"
+msgstr "e"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319
-msgid "Use our test cards, "
-msgstr "Use nossos cartões de teste, "
+#: ../../src/Translations/StoreTranslations.php:106
+msgid "Shipping service used by the store."
+msgstr "Serviço de envio usado pela loja."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320
-msgid "never use real cards. "
-msgstr "nunca use cartões reais. "
+#: ../../src/Translations/StoreTranslations.php:107
+msgid "Discount provided by store"
+msgstr "Desconto concedido pela loja"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321
-msgid "Visit your store "
-msgstr "Visite sua loja "
+#: ../../src/Translations/StoreTranslations.php:108
+msgid "Mercado Pago Discount"
+msgstr "Desconto do Mercado Pago:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322
-msgid "to test purchases"
-msgstr "para testar compras"
+#: ../../src/Translations/StoreTranslations.php:109
+msgid "Mercado Pago Commission"
+msgstr "Comissão do Mercado Pago:"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323
-msgid "Save changes"
-msgstr "Salvar mudanças"
+#: ../../src/Translations/StoreTranslations.php:121
+msgid "Checkout Pro in Test Mode"
+msgstr "Checkout Pro em Modo Teste"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324
-msgid "Store under test"
-msgstr "Loja em Modo Teste"
+#: ../../src/Translations/StoreTranslations.php:122,
+#: ../../src/Translations/StoreTranslations.php:180,
+#: ../../src/Translations/StoreTranslations.php:214
+msgid "Use Mercado Pago's payment methods without real charges. "
+msgstr "Utilize meios do Mercado Pago sem cobranças reais. "
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325
-msgid "Store in sale mode (Production)"
-msgstr "Loja em Modo Vendas (Produção)"
+#: ../../src/Translations/StoreTranslations.php:123,
+#: ../../src/Translations/StoreTranslations.php:181,
+#: ../../src/Translations/StoreTranslations.php:215,
+#: ../../src/Translations/StoreTranslations.php:336,
+#: ../../src/Translations/StoreTranslations.php:364
+msgid "See the rules for the test mode."
+msgstr "Consulte as regras do modo teste."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326
-msgid "Enter test credentials"
-msgstr "Insira as credenciais de teste"
+#: ../../src/Translations/StoreTranslations.php:124
+msgid "Log in to Mercado Pago and earn benefits"
+msgstr "Inicie sessão no Mercado Pago e garanta vantagens"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:327
-msgid "To enable test mode, "
-msgstr "Para habilitar o modo teste, "
+#: ../../src/Translations/StoreTranslations.php:125
+msgid "Easy login"
+msgstr "Entre fácil"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:328
-msgid "copy your test credentials "
-msgstr "copie suas credenciais de teste "
+#: ../../src/Translations/StoreTranslations.php:126
+msgid "Log in with the same email and password you use in Mercado Libre."
+msgstr "Inicie sessão com seu mesmo e-mail e senha do Mercado Livre."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:329
-msgid "and paste them above in section 1 of this page."
-msgstr "e cole acima na seção 1 desta página."
+#: ../../src/Translations/StoreTranslations.php:127
+msgid "Blue phone image"
+msgstr "Imagem de telefone azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:366
-msgid "Invalid Access Token"
-msgstr "Access token inválido"
+#: ../../src/Translations/StoreTranslations.php:128
+msgid "Quick payments"
+msgstr "Pague rápido"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:368
-msgid "Valid Access Token"
-msgstr "Access token válido"
+#: ../../src/Translations/StoreTranslations.php:129
+msgid "Use your saved cards, Pix or available balance."
+msgstr "Use seus cartões salvos, Pix ou saldo disponível."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:374
-msgid "Invalid Public Key"
-msgstr "Public key inválida"
+#: ../../src/Translations/StoreTranslations.php:130
+msgid "Use your available Mercado Pago Wallet balance or saved cards."
+msgstr "Use seu saldo disponível no Mercado Pago Wallet ou cartões salvos."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:376
-msgid "Valid Public Key"
-msgstr "Public key válida"
+#: ../../src/Translations/StoreTranslations.php:131
+msgid "Use your available money or saved cards."
+msgstr "Use seu dinheiro disponível e cartões salvos."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:379
-msgid "Credentials must be valid"
-msgstr "As credenciais devem ser válidas"
+#: ../../src/Translations/StoreTranslations.php:132
+msgid "Blue wallet image"
+msgstr "Imagem de carteira azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:429
-msgid "Credentials were updated"
-msgstr "As credenciais foram atualizadas"
+#: ../../src/Translations/StoreTranslations.php:133
+msgid "Protected purchases"
+msgstr "Proteja sua compra"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:421
-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/StoreTranslations.php:134
+msgid "Reliable purchases"
+msgstr "Compre com confiança"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:422
-msgid "To test the store, re-enter both test credentials."
-msgstr "Para testar a loja, insira novamente as duas credenciais de teste."
+#: ../../src/Translations/StoreTranslations.php:135
+msgid "Get your money back in case you don't receive your product."
+msgstr "Receba o dinheiro de volta se você não receber o produto."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:435
-msgid "Invalid credentials"
-msgstr "Credenciais inválidas"
+#: ../../src/Translations/StoreTranslations.php:136
+msgid "Get help if you have a problem with your purchase."
+msgstr "Receba ajuda se tiver algum problema com sua compra."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:436
-msgid "See our manual to learn "
-msgstr "Consulte nosso manual para saber "
+#: ../../src/Translations/StoreTranslations.php:137
+msgid "Blue protection image"
+msgstr "Imagem de proteção azul"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:437
-msgid "how to enter the credentials the right way."
-msgstr "como inserir as credenciais da maneira correta."
+#: ../../src/Translations/StoreTranslations.php:138
+msgid "Installments option"
+msgstr "Use parcelas"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:497
-msgid "Store information is valid"
-msgstr "As informações sobre a loja são válidas"
+#: ../../src/Translations/StoreTranslations.php:139
+msgid "Pay with or without a credit card."
+msgstr "Pague com ou sem cartão de crédito."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:527
-msgid "Mercado Pago's Payment Methods in Test Mode"
-msgstr "Meios de pagamento Mercado Pago em Modo Teste"
+#: ../../src/Translations/StoreTranslations.php:140
+msgid "Interest-free installments with selected banks."
+msgstr "Parcelas sem acréscimos em bancos selecionados."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:528
-msgid "Mercado Pago's Payment Methods in Production Mode"
-msgstr "Meios de pagamento Mercado Pago em Modo Produção"
+#: ../../src/Translations/StoreTranslations.php:141
+msgid "Blue phone installments image"
+msgstr "Imagem de telefone azul com parcelas"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:521
-msgid "Invalid credentials for test mode"
-msgstr "Credenciais inválidas para modo teste"
+#: ../../src/Translations/StoreTranslations.php:142
+msgid "Available payment methods"
+msgstr "Meios de pagamento disponíveis"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:603
-msgid "Enabled"
-msgstr "Ativado"
+#: ../../src/Translations/StoreTranslations.php:143,
+#: ../../src/Translations/StoreTranslations.php:186
+msgid ""
+"By continuing, you will be taken to Mercado Pago to safely complete your "
+"purchase."
+msgstr ""
+"Ao continuar, te levaremos ao Mercado Pago para completar a compra de forma "
+"segura."
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:604
-msgid "Disabled"
-msgstr "Inativo"
+#: ../../src/Translations/StoreTranslations.php:144,
+#: ../../src/Translations/StoreTranslations.php:187
+msgid "Checkout Pro redirect info image"
+msgstr "Imagem de redirecionamento do Checkout Pro"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:632
-msgid "Valid Credentials"
-msgstr "Credenciais válidas"
+#: ../../src/Translations/StoreTranslations.php:145,
+#: ../../src/Translations/StoreTranslations.php:188,
+#: ../../src/Translations/StoreTranslations.php:239,
+#: ../../src/Translations/StoreTranslations.php:281,
+#: ../../src/Translations/StoreTranslations.php:342,
+#: ../../src/Translations/StoreTranslations.php:374
+msgid "By continuing, you agree with our"
+msgstr "Ao continuar, você concorda com nossos"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:635
-msgid "Credentials couldn't be validated"
-msgstr "As credenciais não puderam ser validadas"
+#: ../../src/Translations/StoreTranslations.php:146,
+#: ../../src/Translations/StoreTranslations.php:189,
+#: ../../src/Translations/StoreTranslations.php:240,
+#: ../../src/Translations/StoreTranslations.php:282,
+#: ../../src/Translations/StoreTranslations.php:343,
+#: ../../src/Translations/StoreTranslations.php:375
+msgid "Terms and conditions"
+msgstr "Termos e condições"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:658
-msgid "Store business fields are valid"
-msgstr "Os campos de negócio são válidos"
+#: ../../src/Translations/StoreTranslations.php:147,
+#: ../../src/Translations/StoreTranslations.php:218,
+#: ../../src/Translations/StoreTranslations.php:263
+msgid "Pay with Mercado Pago"
+msgstr "Pagar com Mercado Pago"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:661
-msgid "Store business fields couldn't be validated"
-msgstr "Os campos de negócio não puderam ser validados"
+#: ../../src/Translations/StoreTranslations.php:148,
+#: ../../src/Translations/StoreTranslations.php:264
+msgid "Cancel & Clear Cart"
+msgstr "Cancelar & Limpar carrinho"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:684
-msgid "At least one paymet method is enabled"
-msgstr "Pelo menos um meio de pagamento está ativado"
+#: ../../src/Translations/StoreTranslations.php:161
+msgid "Log in"
+msgstr "Inicie a sessão"
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:687
-msgid "No payment method enabled"
-msgstr "Nenhum meio de pagamento ativo"
+#: ../../src/Translations/StoreTranslations.php:162
+msgid ""
+"or create an account in Mercado Pago. If you use Mercado Libre, you already "
+"have one!"
+msgstr ""
+"ou crie uma conta no Mercado Pago. Se você usa o Mercado Livre, use o mesmo "
+"e-mail e senha!"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:77
-msgid "Payment approved."
-msgstr "Pagamento aprovado."
+#: ../../src/Translations/StoreTranslations.php:167
+msgid "Know your available limit in Mercado Crédito and"
+msgstr "Confira o limite disponível para você no Mercado Crédito e"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:131,
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:135
-msgid "Waiting for the Pix payment."
-msgstr "Esperando o pagamento via Pix."
+#: ../../src/Translations/StoreTranslations.php:168
+msgid "choose how many installments"
+msgstr "escolha em quantas parcelas"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:148,
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:152
-msgid "Waiting for the ticket payment."
-msgstr "Esperando o pagamento."
+#: ../../src/Translations/StoreTranslations.php:169
+msgid "you want to pay"
+msgstr "quer pagar"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:160
-msgid "The customer has not made the payment yet."
-msgstr "O cliente ainda não realizou o pagamento."
+#: ../../src/Translations/StoreTranslations.php:174
+msgid "Pay the installments as you prefer:"
+msgstr "Pague as parcelas"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:179
-msgid "Payment is pending review."
-msgstr "O pagamento está em revisão."
+#: ../../src/Translations/StoreTranslations.php:175
+msgid "with money in your account, card of from the Mercado Pago app"
+msgstr "com Pix, cartão de débito ou direto do app do Mercado Pago"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:196
-msgid "Payment was declined. The customer can try again."
-msgstr "O pagamento foi recusado. O cliente pode tentar novamente."
+#: ../../src/Translations/StoreTranslations.php:179
+msgid "No card installments in Test Mode"
+msgstr "Parcelado sem cartão em Modo Teste"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:211
-msgid "Payment was returned to the customer."
-msgstr "O pagamento foi estornado ao cliente."
+#: ../../src/Translations/StoreTranslations.php:182
+msgid "How to use it?"
+msgstr "Como funciona?"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:225
-msgid "Payment was canceled."
-msgstr "O pagamento foi cancelado."
+#: ../../src/Translations/StoreTranslations.php:190
+msgid "Pay in"
+msgstr "Pague"
+
+#: ../../src/Translations/StoreTranslations.php:191
+msgid "installments"
+msgstr "parcelado sem cartão"
+
+#: ../../src/Translations/StoreTranslations.php:192
+msgid "with Mercado Pago"
+msgstr "com Mercado Pago"
+
+#: ../../src/Translations/StoreTranslations.php:193
+msgid "Read more"
+msgstr "Ler mais"
+
+#: ../../src/Translations/StoreTranslations.php:194
+msgid "Buy now and pay in installments with no card later!"
+msgstr "Compre agora e pague parcelado sem cartão depois!"
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:240,
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:252
-msgid ""
-"The payment is in mediation or the purchase was unknown by the customer."
+#: ../../src/Translations/StoreTranslations.php:195
+msgid "100% online, without paperwork or monthly fees"
msgstr ""
-"O pagamento está em mediação ou a compra não foi reconhecida pelo cliente."
+"Pague as parcelas com Pix, boleto ou saldo da conta Mercado Pago, 100% on-"
+"line e sem custos extras"
-#. translators: 1: payment_id 2: status
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:318
-msgid ""
-"Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s."
-msgstr ""
-"Mercado Pago: O pagamento %1$s foi notificado pelo Mercado Pago com status "
-"%2$s."
+#: ../../src/Translations/StoreTranslations.php:196
+msgid "You can apply for your line of credit 100% online and securely."
+msgstr "Peça a linha de forma 100% online e segura."
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:371
-msgid "Shipping service used by the store."
-msgstr "Serviço de envio usado pela loja."
+#: ../../src/Translations/StoreTranslations.php:197
+msgid "Do everything from the Mercado Pago app!"
+msgstr "Sem burocracias. Faça tudo direto do app do Mercado Pago!"
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:562,
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:563
-msgid "Discount provided by store"
-msgstr "Desconto dado pela loja"
+#: ../../src/Translations/StoreTranslations.php:198
+msgid "No maintenance fees or additional costs."
+msgstr "Sem custos escondidos nem taxa de manutenção."
-#. translators: %s coupon
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:130
-msgid "Discount for coupon %s"
-msgstr "Desconto para o cupom %s"
+#: ../../src/Translations/StoreTranslations.php:199
+msgid "Questions? "
+msgstr "Dúvidas? "
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
-msgid " and fee of"
-msgstr " e taxa de"
+#: ../../src/Translations/StoreTranslations.php:200
+msgid "Check our FAQ"
+msgstr "Consulte nossa FAQ"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:545
-msgid ""
-"Public Key production credential is invalid. Review the field to "
-"receive real payments."
-msgstr ""
-"A credencial de produção Public Key é inválida. Revise o campo para "
-"poder receber pagamentos reais."
+#: ../../src/Translations/StoreTranslations.php:201
+msgid ". Credit subject to approval."
+msgstr ". Crédito sujeito a aprovação."
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:554
-msgid ""
-"Public Key test credential is invalid. Review the field to perform "
-"tests in your store."
-msgstr ""
-"A credencial de teste Public Key é inválida. Revise o campo para "
-"poder realizar testes em sua loja."
+#: ../../src/Translations/StoreTranslations.php:213
+msgid "Checkout Custom in Test Mode"
+msgstr "Cartões de crédito em Modo Teste"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:563
-msgid ""
-"Access Token production credential is invalid. Remember that it must "
-"be complete to receive real payments."
-msgstr ""
-"A credencial de produção Access Token é inválida. Revise o campo para "
-"poder receber pagamentos reais."
+#: ../../src/Translations/StoreTranslations.php:216
+msgid "Pay with saved cards"
+msgstr "Pague com cartões salvos"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:572
+#: ../../src/Translations/StoreTranslations.php:217
msgid ""
-"Access Token test credential is invalid. Review the field to perform "
-"tests in your store."
+"Do you have a Mercado Libre account? Then use the same email and password to "
+"pay faster with Mercado Pago."
msgstr ""
-"A credencial de teste Access Token é inválida. Revise o campo para "
-"poder realizar testes em sua loja."
+"Tem conta Mercado Livre? Use o mesmo e-mail e senha para pagar mais rápido "
+"com Mercado Pago."
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:590
-msgid ""
-"Public Key test credential is blank. Review the field to perform "
-"tests in your store."
-msgstr ""
-"A credencial de teste Public Key está em branco. Revise o campo para "
-"poder realizar testes em sua loja."
+#: ../../src/Translations/StoreTranslations.php:219
+msgid "With which card can you pay?"
+msgstr "Quais cartões você pode usar?"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:599
-msgid ""
-"Public Key production credential is blank. Review the field to "
-"receive real payments."
-msgstr ""
-"A credencial de produção Public Key está em branco. Revise o campo "
-"para poder receber pagamentos reais."
+#: ../../src/Translations/StoreTranslations.php:220,
+#: ../../src/Translations/StoreTranslations.php:224
+msgid "See current promotions"
+msgstr "Promoções vigentes"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:608
-msgid ""
-"Access Token test credential is blank. Review the field to perform "
-"tests in your store."
-msgstr ""
-"A credencial de teste Access Token está em branco. Revise o campo "
-"para poder realizar testes em sua loja."
+#: ../../src/Translations/StoreTranslations.php:221
+msgid "Credit cards"
+msgstr "Cartões de crédito"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:617
-msgid ""
-"Access Token production credential is blank. Remember that it must be "
-"complete to receive real payments."
-msgstr ""
-"A credencial de produção Access Token está em branco. Revise o campo "
-"para poder receber pagamentos reais."
+#: ../../src/Translations/StoreTranslations.php:222
+msgid "Up to 12 installments"
+msgstr "Até 12x"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:90
-msgid ""
-"There was an error processing your payment. Please try again or contact us "
-"for Assistance."
-msgstr ""
-"Um erro ocorreu ao processar seu pagamento. Por favor tente novamente ou nos "
-"contacte para assistência."
+#: ../../src/Translations/StoreTranslations.php:223
+msgid "Debit cards"
+msgstr "Cartões de débito"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:82,
-#: ../../templates/checkout/custom-checkout.php:45,
-#: ../../templates/receipt/custom-checkout.php:41
-msgid "Pay with Mercado Pago"
-msgstr "Pagar com Mercado Pago"
+#: ../../src/Translations/StoreTranslations.php:225
+msgid "Fill in your card details"
+msgstr "Preencha os dados do seu cartão"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:84,
-#: ../../templates/receipt/custom-checkout.php:44
-msgid "Cancel & Clear Cart"
-msgstr "Cancelar & Limpar carrinho"
+#: ../../src/Translations/StoreTranslations.php:226
+msgid "Card number"
+msgstr "Número do cartão"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:73,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82
-msgid "Apply"
-msgstr "Ativar"
+#: ../../src/Translations/StoreTranslations.php:227,
+#: ../../src/Translations/StoreTranslations.php:229,
+#: ../../src/Translations/StoreTranslations.php:231,
+#: ../../src/Translations/StoreTranslations.php:233
+msgid "Required data"
+msgstr "Dado obrigatório"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:74,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
-msgid "Remove"
-msgstr "Remover"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
-msgid "Please, inform your coupon code"
-msgstr "Por favor, informe seu cupom de desconto"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
-msgid "To choose"
-msgstr "Escolher"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
-msgid "Other bank"
-msgstr "Outro banco"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:148,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
-msgid "You will save"
-msgstr "Você economizará"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:149,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
-msgid "with discount of"
-msgstr "com desconto de"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:150,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
-msgid "Total of your purchase:"
-msgstr "Total da compra:"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:151,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
-msgid "Total of your purchase with discount:"
-msgstr "Total da compra com desconto:"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
-msgid "*After payment approval"
-msgstr "*Após a aprovação do pagamento"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
-msgid "Terms and conditions of use"
-msgstr "Termos e condições de uso"
-
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
-msgid "No fee"
-msgstr "Sem juros"
+#: ../../src/Translations/StoreTranslations.php:228
+msgid "Holder name as it appears on the card"
+msgstr "Nome do titular como aparece no cartão"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173
-msgid "More options"
-msgstr "Mais opções"
+#: ../../src/Translations/StoreTranslations.php:230
+msgid "Expiration"
+msgstr "Vencimento"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
-msgid "mm/yy"
-msgstr "mm/aa"
+#: ../../src/Translations/StoreTranslations.php:232
+msgid "Security Code"
+msgstr "Código de segurança"
+
+#: ../../src/Translations/StoreTranslations.php:234,
+#: ../../src/Translations/StoreTranslations.php:337,
+#: ../../src/Translations/StoreTranslations.php:365
+msgid "Holder document"
+msgstr "Documento do titular"
+
+#: ../../src/Translations/StoreTranslations.php:235,
+#: ../../src/Translations/StoreTranslations.php:338,
+#: ../../src/Translations/StoreTranslations.php:366
+msgid "Invalid document"
+msgstr "Número de documento inválido"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
-#: ../../templates/checkout/custom-checkout.php:134
+#: ../../src/Translations/StoreTranslations.php:236,
+#: ../../src/Translations/StoreTranslations.php:238
+msgid "Select the number of installments"
+msgstr "Escolha o número de parcelas"
+
+#: ../../src/Translations/StoreTranslations.php:237,
+#: ../../src/Translations/StoreTranslations.php:242
msgid "Issuer"
msgstr "Banco emissor"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165
+#: ../../src/Translations/StoreTranslations.php:241
+msgid "mm/yy"
+msgstr "mm/aa"
+
+#: ../../src/Translations/StoreTranslations.php:243
msgid "Installments"
msgstr "Parcelamento"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
+#: ../../src/Translations/StoreTranslations.php:244
msgid "on the back"
msgstr "do verso"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
+#: ../../src/Translations/StoreTranslations.php:245
msgid "on the front"
msgstr "da frente"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
+#: ../../src/Translations/StoreTranslations.php:246
msgid "digits"
msgstr "dígitos"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:174
+#: ../../src/Translations/StoreTranslations.php:247
+msgid "No fee"
+msgstr "Sem acréscimos"
+
+#: ../../src/Translations/StoreTranslations.php:248
+msgid "More options"
+msgstr "Mais opções"
+
+#: ../../src/Translations/StoreTranslations.php:249
msgid "If interest is applicable, it will be charged by your bank."
-msgstr "Se houverem juros, eles serão aplicados pelo seu banco."
+msgstr "Se houverem acréscimos, eles serão aplicados pelo seu banco."
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175
+#: ../../src/Translations/StoreTranslations.php:250
msgid "Interest"
-msgstr "Juros"
+msgstr "Acréscimos"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178
+#: ../../src/Translations/StoreTranslations.php:251
msgid "Card number is required"
msgstr "Número do cartão é obrigatório"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:179
+#: ../../src/Translations/StoreTranslations.php:252
msgid "Card number invalid"
msgstr "Número do cartão inválido"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182
+#: ../../src/Translations/StoreTranslations.php:253
msgid "Holder name is required"
msgstr "Nome do titular é obrigatório"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:183
+#: ../../src/Translations/StoreTranslations.php:254
msgid "Holder name invalid"
msgstr "Nome do titular inválido"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:186,
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188
+#: ../../src/Translations/StoreTranslations.php:255,
+#: ../../src/Translations/StoreTranslations.php:257
msgid "Expiration date invalid"
msgstr "Data de vencimento inválida"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:187
+#: ../../src/Translations/StoreTranslations.php:256
msgid "Expiration date incomplete"
msgstr "Data de vencimento incompleta"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:191
+#: ../../src/Translations/StoreTranslations.php:258
msgid "Security code is required"
msgstr "Código de segurança é obrigatório"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:192
+#: ../../src/Translations/StoreTranslations.php:259
msgid "Security code incomplete"
msgstr "Código de segurança incompleto"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:230
+#: ../../src/Translations/StoreTranslations.php:260
msgid "Cost of installments"
msgstr "Custo do parcelamento"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:231
+#: ../../src/Translations/StoreTranslations.php:261
msgid "Total with installments"
msgstr "Total parcelado"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:232
+#: ../../src/Translations/StoreTranslations.php:262
msgid "installments of"
msgstr "x de"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:139
+#: ../../src/Translations/StoreTranslations.php:276
+msgid "Pix in Test Mode"
+msgstr "Pix em Modo Teste"
+
+#: ../../src/Translations/StoreTranslations.php:277
+msgid ""
+"You can test the flow to generate a code, but you cannot finalize the "
+"payment."
+msgstr ""
+"É possível testar o fluxo para gerar uma fatura, mas não é possível "
+"finalizar o pagamento."
+
+#: ../../src/Translations/StoreTranslations.php:278
+msgid "Pay instantly"
+msgstr "Pague de forma segura e instantânea"
+
+#: ../../src/Translations/StoreTranslations.php:279
+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:280
+msgid "Pix logo"
+msgstr "Logo Pix"
+
+#: ../../src/Translations/StoreTranslations.php:283,
+#: ../../src/Translations/StoreTranslations.php:292
+msgid "Code valid for "
+msgstr "Código válido por "
+
+#: ../../src/Translations/StoreTranslations.php:284
msgid "Now you just need to pay with Pix to finalize your purchase"
msgstr "Agora é só pagar com o Pix para finalizar sua compra"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:140
+#: ../../src/Translations/StoreTranslations.php:285
msgid "How to pay with Pix:"
msgstr "Como pagar com Pix:"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
+#: ../../src/Translations/StoreTranslations.php:286
msgid "Go to your bank's app or website"
msgstr "Acesse o app ou site do seu banco"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142
+#: ../../src/Translations/StoreTranslations.php:287
msgid "Search for the option to pay with Pix"
msgstr "Busque a opção de pagar com Pix"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143
+#: ../../src/Translations/StoreTranslations.php:288
msgid "Scan the QR code or Pix code"
msgstr "Leia o QR code ou código Pix"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144
+#: ../../src/Translations/StoreTranslations.php:289
msgid "Done! You will see the payment confirmation"
msgstr "Pronto! Você verá a confirmação do pagamento"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145
+#: ../../src/Translations/StoreTranslations.php:290
msgid "Value: "
msgstr "Valor a pagar: "
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147
+#: ../../src/Translations/StoreTranslations.php:291
msgid "Scan the QR code:"
msgstr "Escaneie o QR code:"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150
+#: ../../src/Translations/StoreTranslations.php:293
msgid "If you prefer, you can pay by copying and pasting the following code"
msgstr "Se preferir, você pode pagar copiando e colando o seguinte código"
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152
+#: ../../src/Translations/StoreTranslations.php:294
msgid "Copy code"
msgstr "Copiar código"
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:112
-msgid "Pay in"
-msgstr "Parcelado em"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:113
-msgid "installments"
-msgstr "12x sem cartão"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:114
-msgid "with Mercado Pago"
-msgstr "com Mercado Pago"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:115
-msgid "Read more"
-msgstr "Ler mais"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:116
-msgid "Buy now and pay in installments with no card later!"
-msgstr "Compre agora e pague depois!"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:117
-msgid "100% online,"
-msgstr "Uma linha de crédito para que você possa pagar em até"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:118
-msgid "without paperwork or monthly fees"
-msgstr "12x sem cartão"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:119
-msgid "When paying, choose"
-msgstr "Peça a linha de forma "
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:120
-msgid ". Login to your account or create one in a few steps."
-msgstr "100% online e segura."
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:121
-msgid "Search for"
-msgstr "Sem burocracias."
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:122
-msgid ""
-"among the options, select it and choose in how many installments you would "
-"like to pay."
-msgstr "Faça tudo direto do app do Mercado Pago!"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:123
-msgid "Pay your installments monthly as you wish, in the Mercado Pago app."
-msgstr "Sem custos escondidos nem taxa de manutenção."
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126
-msgid "Check our FAQ"
-msgstr "Consulte nossa FAQ"
-
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:127
-msgid ". Credit subject to approval."
-msgstr ". Crédito sujeito a aprovação."
-
-#: ../../includes/module/sdk/lib/class-mp.php:182,
-#: ../../includes/module/sdk/lib/class-mp.php:634,
-#: ../../includes/module/sdk/lib/class-mp.php:682,
-#: ../../includes/module/sdk/lib/class-mp.php:727,
-#: ../../includes/module/sdk/lib/class-mp.php:986
-msgid "Response from cache"
-msgstr "Resposta do cache"
-
-#: ../../includes/module/sdk/lib/class-mp.php:1000
-msgid "Response from API"
-msgstr "Resposta da API"
-
-#. translators: 1: total_time currency 2: url
-#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179
-msgid "Took %1$s seconds to transfer a request to %2$s"
-msgstr "Demorou %1$s segundos para transferir uma requisição para %2$s"
-
-#: ../../templates/checkout/basic-checkout.php:24
-msgid "Checkout Pro in Test Mode"
-msgstr "Checkout Pro em Modo Teste"
-
-#: ../../templates/checkout/basic-checkout.php:25,
-#: ../../templates/checkout/credits-checkout.php:25
-msgid "Use Mercado Pago's payment methods without real charges. "
-msgstr "Utilize meios do Mercado Pago sem cobranças reais. "
-
-#: ../../templates/checkout/basic-checkout.php:26,
-#: ../../templates/checkout/credits-checkout.php:26,
-#: ../../templates/checkout/ticket-checkout.php:26
-msgid "See the rules for the test mode."
-msgstr "Consulte as regras do modo teste."
-
-#: ../../templates/checkout/basic-checkout.php:35
-msgid "Log in to Mercado Pago and earn benefits"
-msgstr "Inicie sessão no Mercado Pago e garanta vantagens"
-
-#: ../../templates/checkout/basic-checkout.php:54
-msgid ""
-"By continuing, you will be taken to Mercado Pago to safely complete your "
-"purchase."
-msgstr ""
-"Ao continuar, te levaremos ao Mercado Pago para completar a compra de forma "
-"segura."
-
-#: ../../templates/checkout/basic-checkout.php:56,
-#: ../../templates/checkout/credits-checkout.php:47
-msgid "Checkout Pro redirect info image"
-msgstr "Imagem de redirecionamento do Checkout Pro"
-
-#: ../../templates/checkout/basic-checkout.php:66,
-#: ../../templates/checkout/credits-checkout.php:56,
-#: ../../templates/checkout/custom-checkout.php:169,
-#: ../../templates/checkout/pix-checkout.php:31,
-#: ../../templates/checkout/ticket-checkout.php:96
-msgid "By continuing, you agree with our"
-msgstr "Ao continuar, você concorda com nossos"
-
-#: ../../templates/checkout/basic-checkout.php:67,
-#: ../../templates/checkout/credits-checkout.php:57,
-#: ../../templates/checkout/custom-checkout.php:170,
-#: ../../templates/checkout/pix-checkout.php:31,
-#: ../../templates/checkout/ticket-checkout.php:97
-msgid "Terms and conditions"
-msgstr "Termos e condições"
-
-#: ../../templates/checkout/credits-checkout.php:24
-msgid "No card installments in Test Mode"
-msgstr "Parcelado sem cartão em Modo Teste"
-
-#: ../../templates/checkout/credits-checkout.php:34
-msgid "How to use it?"
-msgstr "Como funciona?"
-
-#: ../../templates/checkout/credits-checkout.php:37
-msgid ""
-"Log in or create an account in Mercado Pago. If you use Mercado "
-"Libre, you already have one!"
-msgstr ""
-"Inicie a sessão ou crie uma conta no Mercado Pago. Se você usa o "
-"Mercado Livre, use o mesmo e-mail e senha!"
+#: ../../src/Translations/StoreTranslations.php:295,
+#: ../../src/Translations/StoreTranslations.php:349,
+#: ../../src/Translations/StoreTranslations.php:373
+msgid "Mercado Pago: The customer has not paid yet."
+msgstr "Mercado Pago: Cliente ainda não pagou."
-#: ../../templates/checkout/credits-checkout.php:38
+#: ../../src/Translations/StoreTranslations.php:296
msgid ""
-"Know your available limit in Mercado Crédito and choose how many "
-"installments you want to pay."
-msgstr ""
-"Confira o limite disponível para você no Mercado Crédito e escolha em "
-"quantas parcelas quer pagar."
-
-#: ../../templates/checkout/credits-checkout.php:39
-msgid ""
-"Pay the installments as you prefer: with money in your account, card of "
-"from the Mercado Pago app."
-msgstr ""
-"Pague as parcelas com Pix, cartão de débito ou direto do app do "
-"Mercado Pago."
-
-#: ../../templates/checkout/credits-checkout.php:46
-msgid ""
-"By confirming your purchase, you will be redirected to your Mercado Pago "
-"account."
-msgstr ""
-"Ao continuar, te levaremos ao Mercado Pago para completar a compra de forma "
-"segura."
-
-#: ../../templates/checkout/custom-checkout.php:23
-msgid "Checkout Custom in Test Mode"
-msgstr "Cartões de crédito em Modo Teste"
-
-#: ../../templates/checkout/custom-checkout.php:24
-msgid "Use Mercado Pago means without real charges."
-msgstr "Utilize meios do Mercado Pago sem cobranças reais."
-
-#: ../../templates/checkout/custom-checkout.php:25
-msgid "See test mode rules."
-msgstr "Consulte as regras do modo teste."
+"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."
-#: ../../templates/checkout/custom-checkout.php:36
-msgid "Pay with saved cards"
-msgstr "Pague com cartões salvos"
-
-#: ../../templates/checkout/custom-checkout.php:40
+#: ../../src/Translations/StoreTranslations.php:297
msgid ""
-"Do you have a Mercado Libre account? Then use the same email and password to "
-"pay faster with Mercado Pago."
+"Scan the QR code below or copy and paste the code into your bank's "
+"application."
msgstr ""
-"Tem conta Mercado Livre? Use o mesmo e-mail e senha para pagar mais rápido "
-"com Mercado Pago."
-
-#: ../../templates/checkout/custom-checkout.php:57
-msgid "With which card can you pay?"
-msgstr "Quais cartões você pode usar?"
-
-#: ../../templates/checkout/custom-checkout.php:70
-msgid "See current promotions"
-msgstr "Promoções vigentes"
-
-#: ../../templates/checkout/custom-checkout.php:78
-msgid "Fill in your card details"
-msgstr "Preencha os dados do seu cartão"
-
-#: ../../templates/checkout/custom-checkout.php:80
-msgid "Card number"
-msgstr "Número do cartão"
+"Escaneie o código QR abaixo ou copie e cole o código no aplicativo do seu "
+"banco."
-#: ../../templates/checkout/custom-checkout.php:82,
-#: ../../templates/checkout/custom-checkout.php:89,
-#: ../../templates/checkout/custom-checkout.php:98,
-#: ../../templates/checkout/custom-checkout.php:106
-msgid "Required data"
-msgstr "Dado obrigatório"
+#: ../../src/Translations/StoreTranslations.php:298
+msgid "30 minutes"
+msgstr "30 minutos"
-#: ../../templates/checkout/custom-checkout.php:87
-msgid "Holder name as it appears on the card"
-msgstr "Nome do titular como aparece no cartão"
+#: ../../src/Translations/StoreTranslations.php:310
+msgid "Payment approved."
+msgstr "Pagamento aprovado."
-#: ../../templates/checkout/custom-checkout.php:95
-msgid "Expiration"
-msgstr "Vencimento"
+#: ../../src/Translations/StoreTranslations.php:311
+msgid "Waiting for the Pix payment."
+msgstr "Esperando o pagamento via Pix."
-#: ../../templates/checkout/custom-checkout.php:103
-msgid "Security Code"
-msgstr "Código de segurança"
+#: ../../src/Translations/StoreTranslations.php:312
+msgid "Waiting for the ticket payment."
+msgstr "Esperando o pagamento."
-#: ../../templates/checkout/custom-checkout.php:113,
-#: ../../templates/checkout/ticket-checkout.php:36,
-#: ../../templates/checkout/ticket-checkout.php:53
-msgid "Holder document"
-msgstr "Documento do titular"
+#: ../../src/Translations/StoreTranslations.php:313
+msgid "The customer has not made the payment yet."
+msgstr "O cliente ainda não realizou o pagamento."
-#: ../../templates/checkout/custom-checkout.php:114,
-#: ../../templates/checkout/ticket-checkout.php:37,
-#: ../../templates/checkout/ticket-checkout.php:54
-msgid "Invalid document"
-msgstr "Número de documento inválido"
+#: ../../src/Translations/StoreTranslations.php:314
+msgid "Payment is pending review."
+msgstr "O pagamento está em revisão."
-#: ../../templates/checkout/custom-checkout.php:129,
-#: ../../templates/checkout/custom-checkout.php:145
-msgid "Select the number of installments"
-msgstr "Escolha o número de parcelas"
+#: ../../src/Translations/StoreTranslations.php:315
+msgid "Payment was declined. The customer can try again."
+msgstr "O pagamento foi recusado. O cliente pode tentar novamente."
-#: ../../templates/checkout/pix-checkout.php:22
-msgid "Pix in Test Mode"
-msgstr "Pix em Modo Teste"
+#: ../../src/Translations/StoreTranslations.php:316
+msgid "Payment was returned to the customer."
+msgstr "O pagamento foi estornado ao cliente."
-#: ../../templates/checkout/pix-checkout.php:22
+#: ../../src/Translations/StoreTranslations.php:317
msgid ""
-"You can test the flow to generate a code, but you cannot finalize the "
-"payment."
+"The payment was partially returned to the customer. the amount refunded "
+"was : "
msgstr ""
-"É possível testar o fluxo para gerar uma fatura, mas não é possível "
-"finalizar o pagamento."
+"O pagamento já foi devolvido parcialmente ao cliente. O valor reembolsado "
+"foi de :"
-#: ../../templates/checkout/pix-checkout.php:27
-msgid "Pay instantly"
-msgstr "Pague de forma segura e instantânea"
+#: ../../src/Translations/StoreTranslations.php:318
+msgid "Payment was canceled."
+msgstr "O pagamento foi cancelado."
-#: ../../templates/checkout/pix-checkout.php:27
+#: ../../src/Translations/StoreTranslations.php:319,
+#: ../../src/Translations/StoreTranslations.php:320
msgid ""
-"By confirming your purchase, we will show you a code to make the payment."
+"The payment is in mediation or the purchase was unknown by the customer."
msgstr ""
-"Ao confirmar a compra, nós vamos te mostrar o código para fazer o pagamento."
+"O pagamento está em mediação ou a compra não foi reconhecida pelo cliente."
-#: ../../templates/checkout/pix-checkout.php:27
-msgid "Pix logo"
-msgstr "Logo Pix"
+#: ../../src/Translations/StoreTranslations.php:321
+msgid "The payment"
+msgstr "O pagamento"
+
+#: ../../src/Translations/StoreTranslations.php:322
+msgid "was notified by Mercado Pago with status"
+msgstr "foi notificado pelo Mercado Pago com status"
-#: ../../templates/checkout/ticket-checkout.php:24
+#: ../../src/Translations/StoreTranslations.php:334
msgid "Offline Methods in Test Mode"
msgstr "Meios offline em Modo Teste"
-#: ../../templates/checkout/ticket-checkout.php:25
+#: ../../src/Translations/StoreTranslations.php:335
msgid ""
"You can test the flow to generate an invoice, but you cannot finalize the "
-"payment. "
+"payment."
msgstr ""
"É possível testar o fluxo para gerar uma fatura, mas não é possível "
-"finalizar o pagamento. "
+"finalizar o pagamento."
-#: ../../templates/checkout/ticket-checkout.php:68
+#: ../../src/Translations/StoreTranslations.php:339,
+#: ../../src/Translations/StoreTranslations.php:367
msgid "Select where you want to pay"
msgstr "Selecione onde você quer pagar"
-#: ../../templates/checkout/ticket-checkout.php:73
+#: ../../src/Translations/StoreTranslations.php:340,
+#: ../../src/Translations/StoreTranslations.php:368
msgid "more options"
msgstr "mais opções"
-#: ../../templates/checkout/ticket-checkout.php:78
+#: ../../src/Translations/StoreTranslations.php:341
msgid "Select a payment method"
msgstr "Selecione uma opção de pagamento"
-#: ../../templates/order/payment-status-metabox-content.php:30
-msgid ""
-"This is the payment status of your Mercado Pago Activities. To check the "
-"order status, please refer to Order details."
-msgstr ""
-"Este é o status de pagamento das Atividades do seu Mercado Pago. Para status "
-"do pedido, consulte Detalhes do Pedido."
-
-#: ../../templates/order-received/show-ticket.php:19
+#: ../../src/Translations/StoreTranslations.php:344
msgid ""
"Great, we processed your purchase order. Complete the payment with ticket so "
"that we finish approving it."
@@ -3012,761 +2765,609 @@ msgstr ""
"Ótimo, processamos seu pedido. Complete o pagamento com ticket para que "
"possamos aprovar o pedido."
-#: ../../templates/order-received/show-ticket.php:23
+#: ../../src/Translations/StoreTranslations.php:345
msgid "Print ticket"
msgstr "Imprimir boleto"
-#~ msgid "Fee"
-#~ msgstr "Taxa"
-
-#~ msgid "How does it work?"
-#~ msgstr "Como funciona?"
-
-#~ msgid "Mercado Credito"
-#~ msgstr "Mercado Crédito"
-
-#~ msgid "Checkout visualization:"
-#~ msgstr "Visualização no checkout:"
+#: ../../src/Translations/StoreTranslations.php:346
+msgid " and "
+msgstr " e "
-#~ msgid "Check below how this feature will be displayed to your customers."
-#~ msgstr "Confira como aparecerá este recurso para seus clientes."
+#: ../../src/Translations/StoreTranslations.php:347
+msgid "To print the ticket again click"
+msgstr "Para reimprimir o boleto clique"
-#~ msgid "Banner visualization"
-#~ msgstr "Visualização do informativo"
+#: ../../src/Translations/StoreTranslations.php:348
+msgid "here"
+msgstr "aqui"
-#~ msgid "Check the example of how it will appear in the store:"
-#~ msgstr "Confira o exemplo de como vai aparecer na loja:"
+#: ../../src/Translations/StoreTranslations.php:362
+msgid "Checkout PSE in Test Mode"
+msgstr "Checkout PSE em Modo Teste"
-#~ msgid "Bank Transfer"
-#~ msgstr "Transferência bancária"
+#: ../../src/Translations/StoreTranslations.php:363
+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"
-#~ msgid "Payment by cash"
-#~ msgstr "Pagamento via boleto"
+#: ../../src/Translations/StoreTranslations.php:369
+msgid "Person type "
+msgstr "Tipo de pessoa "
-#~ msgid ""
-#~ "If you already have a Mercado Libre account, use the same email and "
-#~ "password"
-#~ msgstr "Se você já tem conta no Mercado Livre, use o mesmo e-mail e senha"
+#: ../../src/Translations/StoreTranslations.php:370
+msgid "Financial institution"
+msgstr "Instituição financeira"
-#~ msgid ""
-#~ "When you confirm your purchase, we will redirect you to your Mercado Pago "
-#~ "account"
-#~ msgstr ""
-#~ "Ao confirmar a compra, redirecionaremos você para sua conta Mercado Pago"
+#: ../../src/Translations/StoreTranslations.php:371
+msgid "Select the financial institution"
+msgstr "Selecione a instituição financeira"
-#~ msgid "Payment with Mercado Credito"
-#~ msgstr "Pagamentos com Mercado Crédito"
+#: ../../src/Translations/StoreTranslations.php:372
+msgid "Select the institution"
+msgstr "Selecione a instituição"
-#~ msgid "New!"
-#~ msgstr "Novo!"
+#: ../../src/Translations/StoreTranslations.php:387
+msgid "A problem was occurred when processing your payment. Please, try again."
+msgstr ""
+"Ocorreu um problema ao processar seu pagamento. Por favor, tente novamente."
-#~ msgid ""
-#~ "With Mercado Credito, clients can pay "
-#~ "in installments with no card, by transfers, invoice or money available "
-#~ "in their Mercado Pago account. By activating the no-card "
-#~ "installments banner, you will increase your chances of selling."
-#~ msgstr ""
-#~ "Com Mercado Crédito, os clientes "
-#~ "pagam parcelado sem cartão, via Pix, boleto ou saldo em conta, no app "
-#~ "do Mercado Pago. Ao ativar o informativo de parcelamento sem "
-#~ "cartão, você aumentará suas chances de vender. Para saber mais, "
-#~ "acesse a documentação."
+#: ../../src/Translations/StoreTranslations.php:388
+msgid ""
+"A problem was occurred when processing your payment. Are you sure you have "
+"correctly filled all information in the checkout form?"
+msgstr ""
+"Ocorreu um problema ao processar seu pagamento. Tem certeza de que preencheu "
+"corretamente todas as informações no formulário de checkout?"
-#~ msgid "The no-card installments banner is disabled."
-#~ msgstr "O informativo de parcelamento sem cartão está desativado."
+#: ../../src/Translations/StoreTranslations.php:389
+msgid "See your order form"
+msgstr "Ver o resumo do pedido"
-#~ msgid "Earn more points and have exclusive benefits in Mercado Puntos"
-#~ msgstr "Ganhe mais pontos e tenha vantagens exclusivas no Mercado Pontos "
+#: ../../src/Translations/StoreTranslations.php:390
+msgid "Your payment was declined. You can try again."
+msgstr "Seu pagamento foi rejeitado. Você pode tentar novamente."
-#~ msgid "Error loading form."
-#~ msgstr "Erro ao carregar o formulário."
+#: ../../src/Translations/StoreTranslations.php:391
+msgid "Click to try again"
+msgstr "Clique para tentar novamente"
-#~ msgid "Please refresh the page to try again."
-#~ msgstr "Atualize a página para tentar novamente."
+#: ../../src/Translations/StoreTranslations.php:392
+msgid "That's it, payment accepted!"
+msgstr "Pronto, aceitamos seu pagamento!"
-#~ msgid "Refresh page"
-#~ msgstr "Atualizar página"
+#: ../../src/Translations/StoreTranslations.php:393
+msgid ""
+"We are processing your payment. In less than an hour we will send you the "
+"result by email."
+msgstr ""
+"Estamos processando seu pagamento. Em menos de uma hora você será notificado "
+"por email."
-#~ msgid "Type of topic IPN invalid, need to be merchant_order"
-#~ msgstr "Tipo do tópico IPN inválido, precisa conter merchant_order"
+#: ../../src/Translations/StoreTranslations.php:394
+msgid ""
+"We are processing your payment. In less than 2 days we will send you by "
+"email if the payment has been approved or if additional information is "
+"needed."
+msgstr ""
+"Estamos processando seu pagamento. Em menos de 2 dias úteis você será "
+"notificado por email se o pagamento foi aprovado ou se são necessárias "
+"informações adicionais."
-#~ msgid "Click here to see more details..."
-#~ msgstr "Clique aqui para ver mais detalhes…"
+#: ../../src/Translations/StoreTranslations.php:395
+msgid "Check the card number."
+msgstr "Verifique o número do cartão."
-#~ msgid "Purchases with saved cards or money in Mercado Pago"
-#~ msgstr "Compras com cartões salvos ou saldo no Mercado Pago"
+#: ../../src/Translations/StoreTranslations.php:396
+msgid "Check the expiration date."
+msgstr "Verifique a data de expiração."
-#~ msgid ""
-#~ "Feature for those who have a saved card or money in Mercado Pago to buy "
-#~ "without having to fill in details."
-#~ msgstr ""
-#~ "Funcionalidade para quem tem cartão salvo ou saldo no Mercado Pago "
-#~ "comprar sem precisar preencher dados."
+#: ../../src/Translations/StoreTranslations.php:397
+msgid "Check the information provided."
+msgstr "Verifique as informações preenchidas."
-#~ msgid "The feature for payments with saved cards is active."
-#~ msgstr ""
-#~ "A funcionalidade para pagamentos com cartões salvos está ativa"
-#~ "b>."
+#: ../../src/Translations/StoreTranslations.php:398
+msgid "Check the informed security code."
+msgstr "Verifique o código de segurança informado."
-#~ msgid "The feature for payments with saved cards is inactive."
-#~ msgstr ""
-#~ "A funcionalidade para pagamentos com cartões salvos está "
-#~ "inativa."
+#: ../../src/Translations/StoreTranslations.php:399,
+#: ../../src/Translations/StoreTranslations.php:400
+msgid "Your payment cannot be processed."
+msgstr "Não foi possível processar seu pagamento."
-#~ msgid "You can see how the feature is in your store Checkout below:"
-#~ msgstr "Abaixo, como é a funcionalidade no checkout da loja:"
+#: ../../src/Translations/StoreTranslations.php:401
+msgid "You must authorize payments for your orders."
+msgstr "Você deve autorizar o pagamento dos seus pedidos."
-#~ msgid "Mercado Pago customers can now pay with stored cards."
-#~ msgstr "Cliente com Mercado Pago agora pode pagar com cartões salvos."
+#: ../../src/Translations/StoreTranslations.php:402
+msgid ""
+"Contact your card issuer to activate it. The phone is on the back of your "
+"card."
+msgstr ""
+"Contacte o emissor de seu cartão para ativá-lo. O telefone está no verso do "
+"seu cartão."
-#~ msgid ""
-#~ "The function Saved card payments is enabled. With this setting, "
-#~ "customers using Mercado Pago can purchase without having to fill in "
-#~ "payment details. You can control this option in the settings."
-#~ msgstr ""
-#~ "Está habilitada a configuração Pagamento com cartão salvo no Mercado "
-#~ "Pago. Com ela, clientes que usam Mercado Pago podem comprar sem precisar "
-#~ "preencher dados de pagamento. Você pode controlar esta opção nas "
-#~ "configurações."
+#: ../../src/Translations/StoreTranslations.php:403
+msgid ""
+"You have already made a payment of this amount. If you have to pay again, "
+"use another card or other method of payment."
+msgstr ""
+"Você já realizou o pagamento para esse valor. Se precisa pagar novamente, "
+"use outro cartão ou outro método de pagamento."
-#~ msgid "Go to settings"
-#~ msgstr "Ir para configurações"
+#: ../../src/Translations/StoreTranslations.php:404
+msgid ""
+"Your payment was declined. Please select another payment method. It is "
+"recommended in cash."
+msgstr ""
+"Seu pagamento foi rejeitado. Escolha outro método de pagamento. Recomenda-se "
+"dinheiro."
-#~ msgid "No need to fill out details"
-#~ msgstr "Sem preenchimento de dados"
+#: ../../src/Translations/StoreTranslations.php:405
+msgid "Your payment does not have sufficient funds."
+msgstr "Seu pagamento não possui saldo suficiente."
-#~ msgid "Installments available"
-#~ msgstr "Parcelas disponíveis"
+#: ../../src/Translations/StoreTranslations.php:406
+msgid "Payment cannot process the selected fee."
+msgstr "Seu pagamento não pode processar o parcelamento selecionado."
-#~ msgid "Pay faster with your saved cards and without completing data."
-#~ msgstr ""
-#~ "Pague mais rápido com seus cartões salvos e sem precisar preencher dados."
+#: ../../src/Translations/StoreTranslations.php:407
+msgid ""
+"You have reached the limit of allowed attempts. Choose another card or other "
+"payment method."
+msgstr ""
+"Você atingiu o limite de tentativas permitidas. Escolha outro cartão ou "
+"outro método de pagamento."
-#, fuzzy
-#~| msgid "Important! To sell you must enter your credentials."
-#~ msgid "Important! To sell, you must enter your credentials."
-#~ msgstr "Importante! Para vender você deve inserir suas credenciais."
+#: ../../src/Translations/StoreTranslations.php:408
+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 ""
+"Tentativa de transação inválida Você está tentando "
+"realizar uma transação produtiva usando credenciais de teste ou uma "
+"transação de teste usando credenciais produtivas. Verifique se está usando "
+"as configurações de credencial corretas para a ação desejada."
-#~ msgid "Go to step-by-step"
-#~ msgstr "Ir ao passo a passo"
+#: ../../src/Translations/StoreTranslations.php:409
+msgid ""
+"Invalid transaction attempt It is not possible to pay "
+"with the email address entered. Please enter another e-mail address."
+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."
-#~ msgid "Update failed, invalid Credentials"
-#~ msgstr "Atualização falhou, credenciais inválidas"
+#: ../../src/Translations/StoreTranslations.php:410
+msgid "This payment method cannot process your payment."
+msgstr "Este método de pagamento não pôde processar o seu pagamento."
-#~ msgid "Up to 24 installments"
-#~ msgstr "Até 24X"
+#: ../../src/Translations/StoreTranslations.php:422
+msgid ""
+"Your bank needs you to authorize the payment Please call "
+"the telephone number on your card or pay with another method."
+msgstr ""
+"Seu banco precisa que você autorize o pagamento Para "
+"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."
-#~ msgid ""
-#~ "Important! Do not forget to add the credentials and details of your store."
-#~ msgstr "Importante! Não esqueça de inserir as credenciais e dados da loja."
+#: ../../src/Translations/StoreTranslations.php:423,
+#: ../../src/Translations/StoreTranslations.php:424
+msgid ""
+"For safety reasons, your payment was declined We "
+"recommended paying with your usual payment method and device for online "
+"purchases."
+msgstr ""
+"O banco emissor do cartão recusou o pagamento Recomendamos que "
+"você pague com o meio de pagamento e dispositivo que costuma usar para "
+"compras on-line."
-#~ msgid ""
-#~ "Before setting up payments, follow the step-by-step to start selling."
-#~ msgstr ""
-#~ "Antes de configurar pagamentos, faça o passo a passo para começar a "
-#~ "vender."
+#: ../../src/Translations/StoreTranslations.php:425,
+#: ../../src/Translations/StoreTranslations.php:426,
+#: ../../src/Translations/StoreTranslations.php:427,
+#: ../../src/Translations/StoreTranslations.php:428
+msgid ""
+"One or more card details were entered incorrecctly"
+"strong> Please enter them again as they appear on the card to complete "
+"the payment."
+msgstr ""
+"Você inseriu um ou mais dados do cartão incorretamente"
+"strong> Insira os dados de forma como aparecem no cartão ou no app do seu "
+"banco para concluir o pagamento."
-#~ msgid "To enable and test sales, you must copy and paste your "
-#~ msgstr "Para habilitar e testar e vendas, você deve copiar e colar suas "
+#: ../../src/Translations/StoreTranslations.php:429
+msgid ""
+"Your credit card has no available limit Please pay using "
+"another card or choose another payment method."
+msgstr ""
+"O banco emissor do cartão recusou seu pagamento Pague "
+"com outro cartão ou escolha outro meio de pagamento."
-#~ msgid "Mandatory data"
-#~ msgstr "Campo obrigatório"
+#: ../../src/Translations/StoreTranslations.php:430
+msgid ""
+"Your debit card has insufficient founds Please pay using "
+"another card or choose another payment method."
+msgstr ""
+"O banco emissor do cartão recusou seu pagamento Pague "
+"com outro cartão ou escolha outro meio de pagamento."
-#, fuzzy
-#~| msgid "Use the test-specific cards that are in the"
-#~ msgid "Use the test-specific cards that are in the "
-#~ msgstr "Utilize os cartões específicos para teste que estão nas"
+#: ../../src/Translations/StoreTranslations.php:431
+msgid ""
+"Your card does not accept the number of installments selected"
+"strong> Please choose a different number of installments or use a "
+"different payment method ."
+msgstr ""
+"Seu cartão não aceita o parcelamento selecionado Escolha "
+"uma opção de parcelamento diferente ou use outro meio de pagamento ."
-#~ msgid "Until"
-#~ msgstr "Em até"
+#: ../../src/Translations/StoreTranslations.php:432
+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 ""
+"Seu cartão está bloqueado Acesse o app ou entre em "
+"contato com o banco para desbloquear ou pague com outro meio."
-#~ msgid "installment"
-#~ msgstr "x"
+#: ../../src/Translations/StoreTranslations.php:433
+msgid ""
+"You reached the limit of payment attempts with this card"
+"strong> Please pay using another card or choose another payment method."
+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."
-#~ msgid "We take you to our site to complete the payment"
-#~ msgstr ""
-#~ "Você será redirecionado para o site do Mercado Pago para concluir o "
-#~ "pagamento"
+#: ../../src/Translations/StoreTranslations.php:434
+msgid ""
+"Your payment was declined because you already paid for this "
+"purchase Check your card transactions to verify it."
+msgstr ""
+"Seu pagamento foi recusado porque você já pagou esta compra"
+"strong> Consulte os gastos do seu cartão para confirmar a transação."
-#~ msgid "Enter your discount coupon"
-#~ msgstr "Insira seu cupom de desconto"
+#: ../../src/Translations/StoreTranslations.php:435,
+#: ../../src/Translations/StoreTranslations.php:436,
+#: ../../src/Translations/StoreTranslations.php:437
+msgid ""
+"The card issuing bank declined the payment We "
+"recommended paying with another payment method or contact your bank."
+msgstr ""
+"O banco emissor do cartão recusou seu pagamento"
+"strong> Recomendamos que você pague com outro meio de pagamento ou entre "
+"em contato com seu banco."
-#~ msgid "Enter your coupon"
-#~ msgstr "Insira seu cupom"
+#: ../../src/Translations/StoreTranslations.php:438
+msgid ""
+"For safety reasons, the card issuing bank declined the payment"
+"strong> We recommended paying with your usual payment method and device "
+"for online purchases."
+msgstr ""
+"Seu pagamento foi recusado Recomendamos que você pague "
+"com o meio de pagamento e dispositivo que costuma usar para compras on-line."
-#~ msgid "The code you entered is incorrect"
-#~ msgstr "O código que digitou não foi encontrado"
+#: ../../src/Translations/StoreTranslations.php:439
+msgid ""
+"Your payment was declined because something went wrong"
+"strong> We recommended trying again or paying with another method."
+msgstr ""
+"Seu pagamento foi recusado devido a um erro Por favor, "
+"tente novamente ou use outro meio de pagamento."
-#~ msgid "Invalid Card Number"
-#~ msgstr "Número de cartão inválido"
+#: ../../src/Translations/StoreTranslations.php:451
+msgid "We are taking you to validate the card"
+msgstr "Estamos levando você para validar o cartão"
-#~ msgid "Name and surname of the cardholder"
-#~ msgstr "Nome completo do titular do cartão"
+#: ../../src/Translations/StoreTranslations.php:452
+msgid "with your bank"
+msgstr "com seu banco"
-#~ msgid "Invalid Expiration Date"
-#~ msgstr "Data de vencimento inválida"
+#: ../../src/Translations/StoreTranslations.php:453
+msgid "We need to confirm that you are the cardholder."
+msgstr "Precisamos confirmar que você é o titular do cartão."
-#~ msgid "Last 3 numbers on the back"
-#~ msgstr "Últimos 3 números do verso"
+#: ../../src/Translations/StoreTranslations.php:454
+msgid "We are receiving the response from your bank"
+msgstr "Estamos recebendo a resposta do seu banco"
-#~ msgid "In how many installments do you want to pay"
-#~ msgstr "Em quantas parcelas você quer pagar"
+#: ../../src/Translations/StoreTranslations.php:455
+msgid "Complete the bank validation so your payment can be approved"
+msgstr "Conclua a validação bancária para aprovar seu pagamento"
-#~ msgid "Converted payment of"
-#~ msgstr "Pagamento convertido de"
+#: ../../src/Translations/StoreTranslations.php:456
+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."
-#~ msgid "for"
-#~ msgstr "para"
+#: ../../src/Translations/StoreTranslations.php:457
+msgid ""
+"For safety reasons, your payment was declined We recommend paying "
+"with your usual payment method and device for online purchases."
+msgstr ""
+"Por motivos de segurança, seu pagamento foi recusado Recomendamos "
+"que você pague com o meio de pagamento e dispositivo que costuma usar para "
+"compras on-line."
-#~ msgid "Enter your document number"
-#~ msgstr "Informe seu número de documento"
+#~ msgid "How does it work?"
+#~ msgstr "Como funciona?"
-#~ msgid "Type"
-#~ msgstr "Tipo"
+#~ msgid "When paying, choose"
+#~ msgstr "No pagamento, escolha"
-#~ msgid "Document number"
-#~ msgstr "Número de documento"
+#~ msgid ". Login to your account or create one in a few steps."
+#~ msgstr ". Entre na sua conta ou crie uma em poucos passos."
-#~ msgid "Only numbers"
-#~ msgstr "Apenas números"
+#~ msgid "Search for"
+#~ msgstr "Procure por"
-#~ msgid "Obligatory field"
-#~ msgstr "Campo obrigatório"
+#~ msgid "Mercado Credito"
+#~ msgstr "Mercado Crédito"
#~ msgid ""
-#~ "When you finish the order, you will see the code to complete the payment."
-#~ msgstr "Ao finalizar o pedido, você verá o código para fazer o pagamento."
-
-#~ msgid "CI"
-#~ msgstr "CI"
+#~ "among the options, select it and choose in how many installments you "
+#~ "would like to pay."
+#~ msgstr "entre as opções, selecione e defina em quantas vezes quer pagar."
-#~ msgid "You must provide your document number"
-#~ msgstr "Você deve informar seu número de documento"
+#~ msgid "Pay your installments monthly as you wish, in the Mercado Pago app."
+#~ msgstr "Pague as parcelas todo mês como preferir, no app do Mercado Pago."
-#~ msgid "Complete all fields, they are mandatory."
-#~ msgstr "Preencha todos os campos, eles são obrigatórios."
+#~ msgid "Review the step-by-step of"
+#~ msgstr "Revise o passo a passo de"
-#~ msgid "Select the issuer with whom you want to process the payment"
-#~ msgstr "Por favor, selecione o meio de pagamento"
+#~ msgid "on our website for developers."
+#~ msgstr "no nosso site de desenvolvedores."
-#~ msgid "Lottery"
-#~ msgstr "Lotéricas"
-
-#~ msgid "CPF/CNPJ"
-#~ msgstr "CPF/CNPJ"
-
-#~ msgid "Enable or inactivate the payments via Pix"
-#~ msgstr "Ativar ou desativar pagamentos por Pix"
-
-#~ msgid "If you change the display text, no translation will be available"
-#~ msgstr "Se você trocar o texto, nenhuma tradução estará disponível"
-
-#~ msgid "Approve your account, it will only take a few minutes"
-#~ msgstr "Homologue sua conta, isso levará somente alguns minutos"
+#~ msgid "Questions?"
+#~ msgstr "Dúvidas?"
#~ msgid ""
-#~ "Complete this process to secure your customers data and comply with the "
-#~ "regulations and legal provisions of each country."
-#~ msgstr ""
-#~ "Complete este processo para proteger os dados de seus clientes e cumprir "
-#~ "com as regulamentações e disposições legais de cada país."
-
-#~ msgid "Homologate account in Mercado Pago"
-#~ msgstr "Homologar minha conta"
-
-#~ msgid "No"
-#~ msgstr "Não"
-
-#~ msgid "Yes"
-#~ msgstr "Sim"
-
-#~ msgid "Set up"
-#~ msgstr "Configurar"
-
-#~ msgid "Your opinion helps us get better"
-#~ msgstr "Sua opinião nos ajuda a melhorar"
-
-#~ msgid "Guides and Documentation"
-#~ msgstr "Guias e documentação"
-
-#~ msgid "Report Problem"
-#~ msgstr "Informar problema"
-
-#~ msgid "Accept all method of payment and take your charges to another level"
+#~ "To enable orders, you must create and activate production credentials in "
+#~ "your Mercado Pago Account."
#~ msgstr ""
-#~ "Aceite todos os meios de pagamento e leve suas cobranças a outro nível"
+#~ "Para poder vender, você deve criar e ativar credenciais de produção na "
+#~ "sua conta Mercado Pago."
-#~ msgid ""
-#~ "Turn your online store into your customers preferred payment gateway. "
-#~ "Choose if the final payment experience will be inside or outside your "
-#~ "store."
-#~ msgstr ""
-#~ "Transforme sua loja virtual no lugar de pagamentos preferido dos seus "
-#~ "clientes. Escolha a experiência de pagamento final entre as opções "
-#~ "disponíveis."
+#~ msgid "Check credentials"
+#~ msgstr "Consultar credenciais"
-#~ msgid "Configure Mercado Pago for WooCommerce"
-#~ msgstr "Insira as informações do seu negócio"
+#~ msgid "To view more options, please select a payment method below"
+#~ msgstr "Selecione um meio de pagamento a seguir para ver mais opções"
#~ msgid ""
-#~ "Enable the experience of the Checkout Pro in your online store, select "
-#~ "the means of payment available to your customers and define the "
-#~ "maximum fees in which they can pay you."
+#~ "Test the experience in Test Mode and then enable the Sale Mode "
+#~ "(Production) to sell."
#~ msgstr ""
-#~ "Habilite a experiência do Checkout Pro na sua loja virtual, selecione os "
-#~ "meios de pagamento disponíveis para seus clientes e defina o número "
-#~ "máximo de vezes que podem parcelar suas compras."
-
-#~ msgid "Set payment preferences in your store"
-#~ msgstr "Configure as experiências de pagamento na sua loja"
+#~ "Teste a experiência no Modo Teste. Depois ative o Modo Vendas (Produção) "
+#~ "para fazer vendas."
-#~ msgid "Select offline payments"
-#~ msgstr "Selecione meios de pagamento em efetivo"
-
-#~ msgid "Select debit cards"
-#~ msgstr "Selecione cartões de débito"
-
-#~ msgid "Select credit cards"
-#~ msgstr "Selecione cartões de crédito"
-
-#~ msgid "Checkout of payments with debit and credit cards %s"
-#~ msgstr "Checkout de pagamentos com cartão %s"
-
-#~ msgid ""
-#~ "Accept payments instantly and maximize the conversion of your business"
-#~ msgstr "Aceite pagamentos no ato e leve suas cobranças a outro nível"
-
-#~ msgid ""
-#~ "Turn your online store into a secure and easy-to-use payment gateway for "
-#~ "your customers. With personalized checkout your customers pay without "
-#~ "leaving your store!"
+#~ msgid "Do you have a minute to share your experience with our plugin?"
#~ msgstr ""
-#~ "Elabore e adapte a experiência de pagamento final que quiser oferecer no "
-#~ "seu site ou aplicativo e maximize a conversão do seu negócio com as "
-#~ "nossas opções de personalização!"
-
-#~ msgid "Set up the payment experience in your store"
-#~ msgstr "Insira as informações do seu negócio"
-
-#~ msgid "Configure the personalized payment experience in your store"
-#~ msgstr "Configure as experiências de pagamento na sua loja"
-
-#~ msgid "%s, it only takes a few minutes"
-#~ msgstr "%s, isso levará somente alguns minutos"
-
-#~ msgid "Approve your account"
-#~ msgstr "Homologue sua conta"
-
-#~ msgid "Title"
-#~ msgstr "Título"
+#~ "Você tem um minuto para compartilhar sua experiência com nosso plugin?"
#~ msgid ""
-#~ "Credentials are the keys we provide you to integrate quickly and "
-#~ "securely. You must have a %s in Mercado Pago to obtain and collect them "
-#~ " on your website. You do not need to know how to design or program to "
-#~ "do it"
+#~ "Your opinion is very important so that we can offer you the best possible "
+#~ "payment solution and continue to improve."
#~ msgstr ""
-#~ "As credenciais são as senhas que informamos para que você integre de "
-#~ "forma rápida e segura. %s para ir a Produção e receber pagamentos "
-#~ " na sua loja. Você não precisa de conhecimentos de programação ou "
-#~ "design para ativar o Mercado Pago na sua loja"
+#~ "A sua opinião é muito importante para que possamos oferecer-lhe a melhor "
+#~ "solução de pagamento possível e continuar a melhorar."
-#~ msgid "approved account"
-#~ msgstr "homologue sua conta"
+#~ msgid "You must enter"
+#~ msgstr "É necessário inserir"
-#~ msgid "Select your country"
-#~ msgstr "Selecione seu país"
+#~ msgid "production credentials"
+#~ msgstr "as credenciais de produção"
-#~ msgid "Select the country in which you operate with Mercado Pago"
-#~ msgstr "Selecione o país onde sua conta do Mercado Pago opera"
-
-#~ msgid "Activate the Mercado Pago experience at the checkout of your store."
-#~ msgstr "Ative a experiência do Mercado Pago no checkout da sua loja."
+#~ msgid "Important! To sell you must enter your credentials."
+#~ msgstr "Importante! Para vender você deve inserir suas credenciais."
-#~ msgid "Binary mode"
-#~ msgstr "Modo Binário"
+#~ msgid "Debit, Credit and invoice in Mercado Pago environment"
+#~ msgstr "Pix, débito, crédito e boleto, no ambiente do Mercado Pago"
-#~ msgid ""
-#~ "Accept and reject payments automatically. Do you want us to activate it?"
-#~ msgstr "Aceita e recusa pagamentos de forma automática. Quer ativá-lo?"
+#~ msgid "Debit and Credit"
+#~ msgstr "Débito e crédito"
-#~ msgid ""
-#~ "If you activate binary mode you will not be able to leave pending "
-#~ "payments. This can affect fraud prevention. Leave it idle to be backed by "
-#~ "our own tool."
-#~ msgstr ""
-#~ "Se você ativar o modo binário, não poderá deixar os pagamentos pendentes. "
-#~ "Isso pode afetar a prevenção de fraudes. Deixe-o inativo para ser apoiado "
-#~ "por nossa própria ferramenta."
+#~ msgid "Transparent Checkout in your store environment"
+#~ msgstr "Checkout Transparente, no ambiente da sua loja"
-#~ msgid "Discounts per purchase with Mercado Pago"
-#~ msgstr "Descontos por comprar com Mercado Pago"
+#~ msgid "Mercado pago - Customized Checkout"
+#~ msgstr "Mercado Pago - Checkout personalizado"
-#~ msgid "Commission for purchase with Mercado Pago"
-#~ msgstr "Comissão por compra com Mercado Pago"
+#, fuzzy
+#~| msgid "Accept payments safely with"
+#~ msgid "Accept payments safely"
+#~ msgstr "Aceita pagamentos de forma"
#~ msgid ""
-#~ "Accept payments at any time of the day and expand your purchase options!"
+#~ "Unfortunately, the language configured in your WordPress is not "
+#~ "compatible with our plugin. For the best experience, please switch to a "
+#~ "supported language."
#~ msgstr ""
-#~ "Aceite pagamentos a qualquer hora do dia e amplie as opções de compra!"
+#~ "Infelizmente, o idioma configurado no seu WordPress não é compatível com "
+#~ "nosso plugin. Para a melhor experiência, por favor, mude para um idioma "
+#~ "suportado."
-#~ msgid "Offer this new payment option to your customers."
-#~ msgstr "Ofereça esta nova opção de pagamento para seus clientes."
-
-#~ msgid ""
-#~ "Enable and set up Pix as a payment method for your customers in the "
-#~ "Mercado Pago checkout."
-#~ msgstr ""
-#~ "Habilite e configure o PIX como forma de pagamento para seus clientes no "
-#~ "checkout do Mercado Pago."
+#~ msgid "payments on the spot"
+#~ msgstr "pagamentos no ato"
-#~ msgid "Set up the payment via Pix experience"
-#~ msgstr "Configure a experiência de pagamentos via PIX"
+#~ msgid "the"
+#~ msgstr "toda a"
-#~ msgid "Checkout of payments with cash %s"
-#~ msgstr "Checkout de pagamentos via boleto ou em lotérica %s"
+#~ msgid "security"
+#~ msgstr "segurança"
-#~ msgid "Accept face-to-face payments, do not leave anyone out!"
-#~ msgstr "Aceite pagamentos presenciais e amplie as opções de compra!"
+#~ msgid "from Mercado Pago"
+#~ msgstr "do Mercado Pago"
-#~ msgid "Include this preferred purchase option by some customers."
-#~ msgstr "Incluí esta opção de compra preferida por alguns clientes."
+#~ msgid "Check the reasons why the purchase was declined"
+#~ msgstr "Consulte os motivos de recusa da sua compra"
#~ msgid ""
-#~ "Enable Mercado Pago for cash payments in your store and select the "
-#~ "options available to your customers."
+#~ "Recommend your costumer to pay with their usual payment method and device "
+#~ "for online purchases."
#~ msgstr ""
-#~ "Habilite o Mercado Pago na sua loja e selecione os meios de pagamento "
-#~ "via boleto e em lotéricas disponíveis para os seus clientes."
-
-#~ msgid "Set payment preferences with cash"
-#~ msgstr "Configure as experiências de pagamentos via boleto e em lotéricas"
-
-#~ msgid "Store mode was updated"
-#~ msgstr "O modo da loja foi atualizado"
-
-#~ msgid "Couldn't find a valid payment method"
-#~ msgstr "Não foi possível encontrar uma forma de pagamento válida"
+#~ "Recomende a seu cliente que pague com o meio de pagamento e dispositivo "
+#~ "que costuma usar para compras on-line."
#~ msgid ""
-#~ "It offers all means of payment: credit and debit cards, cash and account "
-#~ "money. Your customers choose whether they pay as guests or from their "
-#~ "Mercado Pago account."
+#~ "The payment could not be processed. Please ask your client to use another "
+#~ "card or to get in touch with the bank."
#~ msgstr ""
-#~ "Ofereça todos os meios de pagamento: cartão de crédito, boleto, na "
-#~ "lotérica e dinheiro em conta. Seus clientes escolhem se querem pagar como "
-#~ "visitantes ou usando sua conta do Mercado Pago."
+#~ "O pagamento não pôde ser processado. Solicite ao seu cliente que utilize "
+#~ "outro cartão ou entre em contato com o banco."
#~ msgid ""
-#~ "Accept card payments on your website with the best possible financing and "
-#~ "maximize the conversion of your business. With personalized checkout your "
-#~ "customers pay without leaving your store!"
+#~ "The CVV is invalid. Please ask your client to review the details or use "
+#~ "another card."
#~ msgstr ""
-#~ "Aceite pagamentos com cartão no seu site com o melhor financiamento "
-#~ "possível e maximize a conversão dos seus negócios. Com o checkout "
-#~ "personalizado seus clientes pagam sair da sua sua loja!"
+#~ "O CVV é inválido. Peça ao seu cliente para revisar os detalhes ou usar "
+#~ "outro cartão."
#~ msgid ""
-#~ "Accept payments via Pix Transfer and receive the funds instantly. Your "
-#~ "customers can pay at any time, without date or time restrictions."
+#~ "The card does not have sufficient balance. Please ask your client to use "
+#~ "another card or to get in touch with the bank."
#~ msgstr ""
-#~ "Aceite pagamentos via transferência PIX e receba o valor de forma "
-#~ "instantânea. Seus clientes podem pagar a qualquer momento, sem limitação "
-#~ "de dia ou hora."
-
-#~ msgid "Pay with PIX "
-#~ msgstr "Pague com PIX "
+#~ "O cartão não tem saldo suficiente. Solicite ao seu cliente que utilize "
+#~ "outro cartão ou entre em contato com o banco."
#~ msgid ""
-#~ "Accept cash payments within the custom checkout and expand your customers "
-#~ "purchase options."
+#~ "The card does not have enough limit. Please ask your client to use "
+#~ "another card or to get in touch with the bank."
#~ msgstr ""
-#~ "Adapte a experiência de pagamentos via boleto e em lotéricas e amplie as "
-#~ "opções de compra que quiser oferecer."
-
-#~ msgid "Pay with cash"
-#~ msgstr "Pagamentos via boleto e em lotéricas"
-
-#~ msgid "Follow these steps to activate Mercado Pago in your store:"
-#~ msgstr "Siga estas etapas para ativar o Mercado Pago na sua loja:"
-
-#~ msgid "Upload your credentials"
-#~ msgstr "Adicione suas credenciais"
-
-#~ msgid "depending on the country in which you are registered."
-#~ msgstr "conforme o país onde você está cadastrado."
-
-#~ msgid "to be able to charge."
-#~ msgstr "do Mercado Pago."
-
-#~ msgid "Add the basic information of your business"
-#~ msgstr "Adicione as informações básicas do seu negócio"
-
-#~ msgid "in the plugin configuration."
-#~ msgstr "na configuração do plugin."
-
-#~ msgid "Configure the payment preferences"
-#~ msgstr "Configure as preferências de pagamento"
-
-#~ msgid "In which country does your Mercado Pago account operate?"
-#~ msgstr "Em qual país a sua conta do Mercado Pago opera?"
+#~ "O cartão não tem limite suficiente. Solicite ao seu cliente que utilize "
+#~ "outro cartão ou entre em contato com o banco."
#~ msgid ""
-#~ "Add credentials to "Test Mode" or "Production Mode""
+#~ "The CVV was entered incorrectly several times. Please ask your client to "
+#~ "use another card or to get in touch with the bank."
#~ msgstr ""
-#~ "Insira credenciais para "Modo Teste" ou "Modo "
-#~ "Produção""
-
-#~ msgid "Set up store payments for Test or Production Mode"
-#~ msgstr "Configure pagamentos da loja para modo Teste ou Produção"
-
-#~ msgid "How would you like to handle your store checkouts?"
-#~ msgstr "Como você quer operar os checkouts da sua loja?"
-
-#~ msgid "Activate Production Mode for Mercado Pago checkouts"
-#~ msgstr "Ativar Modo Produção para checkouts Mercado Pago"
-
-#~ msgid "test mode guidelines."
-#~ msgstr "regras do modo teste."
-
-#~ msgid ""
-#~ "Mercado Pago checkouts are inactive for real payments in the Test Mode. "
-#~ "Please check the"
-#~ msgstr "Checkouts Mercado Pago inativos para cobranças reais. Consulte as"
-
-#~ msgid "Search my credentials"
-#~ msgstr "Buscar minhas credenciais"
+#~ "O CVV foi digitado incorretamente diversas vezes. Solicite ao seu cliente "
+#~ "que utilize outro cartão ou entre em contato com o banco."
#~ msgid ""
-#~ "With these credentials, you enable your Mercado Pago checkouts to receive "
-#~ "real payments."
+#~ "The card does not allow the number of installments entered. Please ask "
+#~ "your client to choose another installment plan or to use another card."
#~ msgstr ""
-#~ "Com estas credenciais, você habilita seus checkouts Mercado Pago para "
-#~ "receberem pagamentos reais."
+#~ "O cartão não permite o número de parcelas inseridas. Solicite ao seu "
+#~ "cliente que opte por outro parcelamento ou utilize outro cartão."
#~ msgid ""
-#~ "What category do your products belong to? Choose the one that best "
-#~ "characterizes them (choose \"other\" if your product is too specific)."
+#~ "The card-issuing bank declined the payment. Please instruct your client "
+#~ "to ask the bank to authotize it or to use another card."
#~ msgstr ""
-#~ "A qual categoria os seus produtos pertencem? Selecione a que melhor os "
-#~ "caracteriza (selecione “outro” se seu produto for muito específico)."
-
-#~ msgid "Categories"
-#~ msgstr "Categorías"
-
-#~ msgid "Store ID"
-#~ msgstr "ID da loja"
+#~ "O banco emissor do cartão recusou o pagamento. Instrua seu cliente a "
+#~ "solicitar ao banco a autorização ou a utilização de outro cartão."
#~ msgid ""
-#~ "Use a number or prefix to identify orders and payments from this store."
+#~ "From Mercado Pago we have detected that this payment has already been "
+#~ "made before. If that is not the case, your client may try to pay again."
#~ msgstr ""
-#~ "Use um número ou prefixo para identificar pedidos e pagamentos "
-#~ "provenientes desta loja."
+#~ "No Mercado Pago detectamos que este pagamento já foi realizado "
+#~ "anteriormente. Se não for esse o caso, seu cliente poderá tentar pagar "
+#~ "novamente."
#~ msgid ""
-#~ "Do not forget to enter your integrator_id as a certified Mercado Pago "
-#~ "Partner. If you don`t have it, you can %s"
+#~ "The card is not active yet. Please ask your client to use another card or "
+#~ "to get in touch with the bank to activate it."
#~ msgstr ""
-#~ "Não esqueça de inserir seu integrator_id como Parceiro certificado do "
-#~ "Mercado Pago. Se você não o possui, pode %s"
-
-#~ msgid "Advanced adjustment"
-#~ msgstr "Ajustes Avançados"
-
-#~ msgid "We debug the information in our change file."
-#~ msgstr "Depuramos as informações do nosso arquivo de alterações."
+#~ "O cartão ainda não está ativo. Solicite ao seu cliente que utilize outro "
+#~ "cartão ou entre em contato com o banco para ativá-lo."
#~ msgid ""
-#~ "IPN (Instant Payment Notification) is a notification of events that take "
-#~ "place on your platform and that is sent from one server to another "
-#~ "through an HTTP POST call. See more information in our guides."
+#~ "The debit function is not enabled for the card. Please tell your client "
+#~ "that it is possible to pay with credit or to use another one."
#~ msgstr ""
-#~ "IPN (Instant Payment Notification) é uma notificação de eventos que "
-#~ "ocorrem em sua plataforma e que são enviados de um servidor para outro "
-#~ "por meio de uma chamada HTTP POST. Veja mais informações em nossos guias."
+#~ "A função de débito não está habilitada para o cartão. Informe ao seu "
+#~ "cliente que é possível pagar com crédito ou utilizar outro."
#~ msgid ""
-#~ "It appears that your credentials are not properly configured. Please, "
-#~ "go to %s and configure it."
+#~ "The credit function is not enabled for the card. Please tell your client "
+#~ "that it is possible to pay with debit or to use another one."
#~ msgstr ""
-#~ "Parece que suas credenciais não estão configuradas corretamente. Por "
-#~ "favor, vá para %s e configure-o."
-
-#~ msgid "Market Payment Configuration"
-#~ msgstr "Mercado Pago Configuração"
+#~ "A função de crédito não está habilitada para o cartão. Informe ao seu "
+#~ "cliente que é possível pagar com débito ou utilizar outro."
#~ msgid ""
-#~ "Check out the step-by-step of how to integrate the Mercado Pago Plugin "
-#~ "for WooCommerce in our developer website."
-#~ msgstr ""
-#~ "Revise o passo a passo de como integrar o Plugin do Mercado Pago para "
-#~ "WooCommerce no nosso site de desenvolvedores."
-
-#~ msgid "Review documentation"
-#~ msgstr "Revisar documentação"
-
-#~ msgid "Still having problems? Contact our support team through their %s"
-#~ msgstr "Continua com problemas? Fale com a nossa equipe de suporte pelo %s"
-
-#~ msgid "contact form."
-#~ msgstr "formulário de contato."
-
-#~ msgid "Set up your interest payments"
-#~ msgstr "Configure tarifas"
-
-#~ msgid "Set up your installment and interest payments"
-#~ msgstr "Configure seu parcelamento e juros"
-
-#~ msgid "At Mercado Pago you can choose the fee you pay for each purchase"
+#~ "The card-issuing bank declined the payment. Please instruct your client "
+#~ "to ask the bank to authorize it."
#~ msgstr ""
-#~ "No Mercado Pago você pode escolher a tarifa que vai pagar em cada compra"
+#~ "O banco emissor do cartão recusou o pagamento. Por favor, instrua seu "
+#~ "cliente a pedir autorização ao banco."
#~ msgid ""
-#~ "At Mercado Pago you can choose the fee you pay for each purchase and also "
-#~ "offer interest-free installments to your customer."
+#~ "The buyer does not have enough balance to make the purchase. Please ask "
+#~ "your client to deposit money to the Mercado Pago Account or to use a "
+#~ "different payment method."
#~ msgstr ""
-#~ "No Mercado Pago você pode escolher a tarifa que vai pagar em cada compra "
-#~ "e também oferecer parcelas sem juros para seu cliente."
+#~ "O comprador não tem saldo suficiente para efetuar a compra. Peça ao seu "
+#~ "cliente para depositar dinheiro na conta do Mercado Pago ou usar outro "
+#~ "método de pagamento."
-#~ msgid "Set up interest payments"
-#~ msgstr "Configurar tarifas"
+#~ msgid "There was an error"
+#~ msgstr "Houve um erro"
-#~ msgid "Set up installment and interest"
-#~ msgstr "Configurar parcelamento e juros"
+#~ msgid "to BRL"
+#~ msgstr "para BRL"
-#~ msgid ""
-#~ "Test Mode Activated? Now visit your store and test the Mercado Pago "
-#~ "checkouts"
-#~ msgstr ""
-#~ "Modo Teste Ativado? Agora visite sua loja e teste os checkouts Mercado "
-#~ "Pago"
+#~ msgid "to CLP"
+#~ msgstr "para CLP"
-#~ msgid "Everything ready for the takeoff of your sales?"
-#~ msgstr "Tudo pronto para o início das suas vendas?"
+#~ msgid "to COP"
+#~ msgstr "para COP"
-#~ msgid ""
-#~ "Visit your store as usual and simulate a payment in our checkouts to make "
-#~ "sure everything is working correctly."
-#~ msgstr ""
-#~ "Visite sua loja normalmente e simule um pagamento nos nossos checkouts "
-#~ "para verificar se está tudo funcionando."
+#~ msgid "to MXN"
+#~ msgstr "Para MXN"
-#~ msgid ""
-#~ "Visit your store as if you were one of your customers and check that "
-#~ "everything is fine. If you already went to Production, bring your "
-#~ "customers and increase your sales with the best online shopping "
-#~ "experience."
-#~ msgstr ""
-#~ "Visite sua loja como se você fosse um de seus clientes e verifique se "
-#~ "está tudo bem. Se você já foi à Produção, traga seus clientes e "
-#~ "aumente suas vendas com a melhor experiência de compra on-line."
+#~ msgid "to PEN"
+#~ msgstr "Para PEN"
-#~ msgid "%s"
-#~ msgstr "%s"
+#~ msgid "to UYU"
+#~ msgstr "Para UYU"
-#~ msgid "Your store is ready to receive payments from customers."
-#~ msgstr "Sua loja está pronta para receber pagamentos de clientes."
+#~ msgid "Now we convert your currency"
+#~ msgstr "Agora convertemos sua moeda"
-#~ msgid ""
-#~ "Your customers will not be able to make purchases while in Test Mode."
-#~ msgstr "Clientes não poderão fazer compras no Modo Teste."
+#~ msgid "We no longer convert your currency"
+#~ msgstr "Paramos de converter sua moeda"
-#~ msgid "Enter your credentials and choose how to operate"
-#~ msgstr "Ative suas credenciais de acordo com o que você quer fazer"
+#~ msgid "Payment method"
+#~ msgstr "Meios de pagamento"
-#~ msgid ""
-#~ "By default, we activate the Sandbox test environment for you to test "
-#~ "before you start selling."
-#~ msgstr ""
-#~ "Por padrão, deixamos o ambiente de teste (Sandbox) ativo para você testar "
-#~ "antes de começar a vender."
+#~ msgid "Discount coupons is"
+#~ msgstr "Cupons de desconto estão"
-#~ msgid "Production Mode"
-#~ msgstr "Modo Produção"
+#~ msgid "Discount coupons"
+#~ msgstr "Cupons de desconto"
#~ msgid ""
-#~ "When you see that everything is going well, deactivate Sandbox, turn on "
-#~ "Production and make way for your online sales."
+#~ "Will you offer discount coupons to customers who buy with Mercado Pago?"
#~ msgstr ""
-#~ "Tudo em ordem? Desative o Sandbox e abra o caminho para suas vendas on-"
-#~ "line."
+#~ "Você vai oferecer cupons de desconto para os clientes que comprarem com "
+#~ "Mercado Pago?"
-#~ msgid ""
-#~ "Choose “Yes” only when you’re ready to sell. Switch to “No” to activate "
-#~ "Testing mode."
-#~ msgstr ""
-#~ "Escolha “Sim” só quando estiver pronto para vender. Mude para “Não” para "
-#~ "ativar o modo de Testes."
+#~ msgid "Your document data is invalid"
+#~ msgstr "Número de documento inválido"
-#~ msgid "With these keys you can do the tests you want.."
-#~ msgstr "Com esta chave você poderá fazer aos testes que quiser."
+#, fuzzy
+#~| msgid "Title in the store Checkout"
+#~ msgid "Title in the checkout"
+#~ msgstr "Título no checkout da loja"
-#~ msgid "With these keys you can receive real payments from your customers."
+#, fuzzy
+#~| msgid ""
+#~| "By disabling it, you will disable all Pix payments from Mercado Pago "
+#~| "Transparent Checkout."
+#~ msgid ""
+#~ "By disabling it, you will disable all payment methods of this checkout."
#~ msgstr ""
-#~ "Com esta chave você poderá receber pagamentos reais dos seus "
-#~ "clientes."
-
-#~ msgid "Everything set up? Go to your store in Sandbox mode"
-#~ msgstr "Tudo configurado? Vá para sua loja no modo Sandbox"
+#~ "Ao desativar, você desabilita pagamentos por Pix no Checkout Transparente "
+#~ "Mercado Pago."
+#, fuzzy
+#~| msgid ""
+#~| "By confirming your purchase, we will show you a code to make the payment."
#~ msgid ""
-#~ "Visit your store and simulate a payment to check that everything is fine."
+#~ "By confirming your purchase, you will be redirected to your Mercado Pago "
+#~ "account."
#~ msgstr ""
-#~ "Visite sua loja e simule um pagamento para verificar se está tudo bem."
-
-#~ msgid "I want to test my sales"
-#~ msgstr "Quero testar minhas vendas"
-
-#~ msgid "Physical person"
-#~ msgstr "Pessoa física"
-
-#~ msgid "Legal person"
-#~ msgstr "Pessoa jurídica"
-
-#~ msgid "Name"
-#~ msgstr "Nome"
-
-#~ msgid "Social reason"
-#~ msgstr "Razão social"
-
-#~ msgid "Surname"
-#~ msgstr "Sobrenome"
-
-#~ msgid "You must inform your last name"
-#~ msgstr "Você deve informar seu sobrenome"
-
-#~ msgid "CPF"
-#~ msgstr "CPF"
-
-#~ msgid "Address"
-#~ msgstr "Endereço"
-
-#~ msgid "You must inform your address"
-#~ msgstr "Você deve informar seu endereço"
-
-#~ msgid "Number"
-#~ msgstr "Número"
-
-#~ msgid "You must provide your address number"
-#~ msgstr "Você deve informar o número do seu endereço"
-
-#~ msgid "City"
-#~ msgstr "Cidade"
-
-#~ msgid "You must inform your city"
-#~ msgstr "Você deve informar sua cidade"
-
-#~ msgid "State"
-#~ msgstr "Estado"
-
-#~ msgid "You must inform your status"
-#~ msgstr "Você deve informar seu estado"
-
-#~ msgid "Postal Code"
-#~ msgstr "CEP"
-
-#~ msgid "You must provide your zip code"
-#~ msgstr "Você deve informar o CEP"
-
-#~ msgid "Payment refused"
-#~ msgstr "Pagamento recusado"
+#~ "Ao confirmar a compra, nós vamos te mostrar o código para fazer o "
+#~ "pagamento."
diff --git a/i18n/languages/woocommerce-mercadopago.pot b/i18n/languages/woocommerce-mercadopago.pot
index c8658f12e..abef3f6d2 100644
--- a/i18n/languages/woocommerce-mercadopago.pot
+++ b/i18n/languages/woocommerce-mercadopago.pot
@@ -1,4 +1,4 @@
-# Copyright (C) 2023 woocommerce-mercadopago
+# Copyright (C) 2024 woocommerce-mercadopago
# This file is distributed under the same license as the woocommerce-mercadopago package.
msgid ""
msgstr ""
@@ -6,8 +6,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Last-Translator: MPB Desenvolvimento \n"
-"POT-Creation-Date: 2023-07-10 14:22+0000\n"
+"Last-Translator: Mercado Pago Developers \n"
+"POT-Creation-Date: 2024-04-10 14:38+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,2324 +16,2346 @@ msgstr ""
"X-Poedit-SourceCharset: UTF-8\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:140, ../../includes/module/class-wc-woomercadopago-module.php:352
-msgid "By continuing, you agree to our "
-msgstr ""
-
-#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:142, ../../includes/module/class-wc-woomercadopago-module.php:354
-msgid "Terms and Conditions"
-msgstr ""
-
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92
-msgid "Activate this option so that the value of the currency set in WooCommerce is compatible with the value of the currency you use in Mercado Pago."
-msgstr ""
-
-#. translators: 1: local currency 2: currency
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478
-msgid "Now we convert your currency from %1$s to %2$s."
-msgstr ""
-
-#. translators: 1: local currency 2: currency
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498
-msgid "We no longer convert your currency from %1$s to %2$s."
+#: ../../src/WoocommerceMercadoPago.php:463, ../../src/Translations/AdminTranslations.php:172
+msgid "Activate WooCommerce"
msgstr ""
-#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519
-msgid "Attention: The currency settings you have in WooCommerce are not compatible with the currency you use in your Mercado Pago account. Please activate the currency conversion."
+#: ../../src/WoocommerceMercadoPago.php:464, ../../src/Translations/AdminTranslations.php:173
+msgid "Install WooCommerce"
msgstr ""
-#: ../../includes/module/class-wc-woomercadopago-configs.php:125
-msgid "Update your credentials with the Access Token and Public Key, you need them to continue receiving payments!"
+#: ../../src/WoocommerceMercadoPago.php:465, ../../src/Translations/AdminTranslations.php:174
+msgid "See WooCommerce"
msgstr ""
-#: ../../includes/module/class-wc-woomercadopago-configs.php:134
-msgid "The store should have HTTPS in order to activate both Checkout Personalizado and Ticket Checkout."
+#: ../../src/WoocommerceMercadoPago.php:467, ../../src/Translations/AdminTranslations.php:163
+msgid "The Mercado Pago module needs an active version of %s in order to work!"
msgstr ""
-#: ../../includes/module/class-wc-woomercadopago-init.php:52
-msgid "Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. Please update your PHP version."
+#: ../../src/Translations/AdminTranslations.php:169
+msgid "Mercado Pago payments for WooCommerce requires PHP version 7.4 or later. Please update your PHP version."
msgstr ""
-#: ../../includes/module/class-wc-woomercadopago-init.php:61
+#: ../../src/Translations/AdminTranslations.php:170
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
msgstr ""
-#: ../../includes/module/class-wc-woomercadopago-init.php:70
+#: ../../src/Translations/AdminTranslations.php:171
msgid "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD extension is required to send QR Code Pix by email."
msgstr ""
-#. translators: %s link to WooCommerce
-#: ../../includes/module/class-wc-woomercadopago-init.php:82
-msgid "The Mercado Pago module needs an active version of %s in order to work!"
-msgstr ""
-
-#: ../../includes/module/class-wc-woomercadopago-init.php:95
-msgid "Cancel order"
-msgstr ""
-
-#: ../../includes/module/class-wc-woomercadopago-init.php:177
-msgid "The Mercado Pago module needs the SDK package to work!"
-msgstr ""
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:368
-msgid "The payment method is not valid or not available."
-msgstr ""
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:371
-msgid "The transaction amount cannot be processed by Mercado Pago."
-msgstr ""
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:371
-msgid "Possible causes: Currency not supported; Amounts below the minimum or above the maximum allowed."
-msgstr ""
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:374
-msgid "The users are not valid."
-msgstr ""
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:374
-msgid "Possible causes: Buyer and seller have the same account in Mercado Pago; The transaction involving production and test users."
-msgstr ""
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:377
-msgid "Unauthorized use of production credentials."
-msgstr ""
-
-#: ../../includes/module/class-wc-woomercadopago-module.php:377
-msgid "Possible causes: Use permission in use for the credential of the seller."
+#: ../../src/Translations/AdminTranslations.php:175
+msgid "Please note that to receive payments via Pix at our checkout, you must have a Pix key registered in your Mercado Pago account."
msgstr ""
-#: ../../includes/module/class-wc-woomercadopago-module.php:503
-msgid "Colombia"
+#: ../../src/Translations/AdminTranslations.php:176
+msgid "Register your Pix key at Mercado Pago."
msgstr ""
-#: ../../includes/module/class-wc-woomercadopago-module.php:505
-msgid "Argentina"
+#: ../../src/Translations/AdminTranslations.php:177
+msgid "%s, help us improve the experience we offer"
msgstr ""
-#: ../../includes/module/class-wc-woomercadopago-module.php:507
-msgid "Brazil"
+#: ../../src/Translations/AdminTranslations.php:178
+msgid "Share your opinion with us so that we improve our product and offer the best payment solution."
msgstr ""
-#: ../../includes/module/class-wc-woomercadopago-module.php:509
-msgid "Chile"
+#: ../../src/Translations/AdminTranslations.php:179
+msgid "Rate the plugin"
msgstr ""
-#: ../../includes/module/class-wc-woomercadopago-module.php:511
-msgid "Mexico"
+#: ../../src/Translations/AdminTranslations.php:180
+msgid "Enable payments via Mercado Pago account"
msgstr ""
-#: ../../includes/module/class-wc-woomercadopago-module.php:513
-msgid "Uruguay"
+#: ../../src/Translations/AdminTranslations.php:181
+msgid "When you enable this function, your customers pay faster using their Mercado Pago accounts.The approval rate of these payments in your store can be 25% higher compared to other payment methods."
msgstr ""
-#: ../../includes/module/class-wc-woomercadopago-module.php:515
-msgid "Venezuela"
+#: ../../src/Translations/AdminTranslations.php:182
+msgid "Activate"
msgstr ""
-#: ../../includes/module/class-wc-woomercadopago-module.php:517
-msgid "Peru"
+#: ../../src/Translations/AdminTranslations.php:183
+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 ""
-#: ../../includes/module/class-wc-woomercadopago-module.php:551
-msgid "Update the WooCommerce order to "
+#: ../../src/Translations/AdminTranslations.php:184
+msgid "You activated Mercado Pago’s plug-in"
msgstr ""
-#: ../../includes/module/class-wc-woomercadopago-module.php:821, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:581
-msgid "Fill in your credentials to enable payment methods."
+#: ../../src/Translations/AdminTranslations.php:185
+msgid "Follow the instructions below to integrate your store with Mercado Pago and start to sell."
msgstr ""
-#: ../../includes/module/class-wc-woomercadopago-module.php:837
+#: ../../src/Translations/AdminTranslations.php:197
msgid "Set plugin"
msgstr ""
-#: ../../includes/module/class-wc-woomercadopago-module.php:838, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293
+#: ../../src/Translations/AdminTranslations.php:198, ../../src/Translations/AdminTranslations.php:738, ../../src/Translations/AdminTranslations.php:798
msgid "Payment methods"
msgstr ""
-#: ../../includes/module/class-wc-woomercadopago-module.php:839, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220
+#: ../../src/Translations/AdminTranslations.php:199
msgid "Plugin manual"
msgstr ""
-#: ../../includes/module/class-wc-woomercadopago-module.php:938
-msgid "By Mercado Pago"
-msgstr ""
-
-#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:109, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:139, ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:166
-msgid "Buyer email"
-msgstr ""
-
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:35
-msgid "No ID or TOPIC param in Request IPN"
-msgstr ""
-
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:39
-msgid "Discarded notification. This notification is already processed as webhook-payment."
+#: ../../src/Translations/AdminTranslations.php:211
+msgid "Cancel order"
msgstr ""
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:54
-msgid "IPN merchant_order not found"
+#: ../../src/Translations/AdminTranslations.php:212
+msgid "Mercado Pago commission:"
msgstr ""
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:60
-msgid "Not found Payments into Merchant_Order"
+#: ../../src/Translations/AdminTranslations.php:213
+msgid "Represents the commission configured on plugin settings."
msgstr ""
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:142, ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:169
-msgid "Payment type"
+#: ../../src/Translations/AdminTranslations.php:214
+msgid "Mercado Pago discount:"
msgstr ""
-#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:145, ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:172
-msgid "Payment method"
+#: ../../src/Translations/AdminTranslations.php:215
+msgid "Represents the discount configured on plugin settings."
msgstr ""
-#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:39
-msgid "Please enter your email address at the billing address to use this service"
+#: ../../src/Translations/AdminTranslations.php:216
+msgid "Represents the installment fee charged by Mercado Pago."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:42, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:277
-msgid "Checkout Pro"
+#: ../../src/Translations/AdminTranslations.php:217
+msgid "Mercado Pago Installment Fee:"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:43
-msgid "Debit, Credit and invoice in Mercado Pago environment"
+#: ../../src/Translations/AdminTranslations.php:218
+msgid "Represents the total purchase plus the installment fee charged by Mercado Pago."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51
-msgid "Mercado Pago - Checkout Pro"
+#: ../../src/Translations/AdminTranslations.php:219
+msgid "Mercado Pago Total:"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:53
-msgid "Your saved cards or money in Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:232
+msgid "Accept"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164
-msgid "Maximum number of installments"
+#: ../../src/Translations/AdminTranslations.php:233
+msgid "payments"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166
-msgid "What is the maximum quota with which a customer can buy?"
+#: ../../src/Translations/AdminTranslations.php:234
+msgid "safely"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169
-msgid "1 installment"
+#: ../../src/Translations/AdminTranslations.php:235
+msgid "with"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170
-msgid "2 installments"
+#: ../../src/Translations/AdminTranslations.php:236
+msgid "Mercado Pago"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171
-msgid "3 installments"
+#: ../../src/Translations/AdminTranslations.php:241
+msgid "Choose"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:172
-msgid "4 installments"
+#: ../../src/Translations/AdminTranslations.php:242
+msgid "when you want to receive the money"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:173
-msgid "5 installments"
+#: ../../src/Translations/AdminTranslations.php:243
+msgid "from your sales and if you want to offer"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:174
-msgid "6 installments"
+#: ../../src/Translations/AdminTranslations.php:244
+msgid "interest-free installments"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:175
-msgid "10 installments"
+#: ../../src/Translations/AdminTranslations.php:245
+msgid "to your clients."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176
-msgid "12 installments"
+#: ../../src/Translations/AdminTranslations.php:251
+msgid "SSL"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:177
-msgid "15 installments"
+#: ../../src/Translations/AdminTranslations.php:252
+msgid "Curl"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178
-msgid "18 installments"
+#: ../../src/Translations/AdminTranslations.php:253
+msgid "GD Extensions"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:179
-msgid "24 installments"
+#: ../../src/Translations/AdminTranslations.php:255
+msgid "Technical requirements"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:256, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:153, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:928, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:203, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:197
-msgid "Enable the checkout"
+#: ../../src/Translations/AdminTranslations.php:256
+msgid "Collections and installments"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:257
-msgid "By disabling it, you will disable all payments from Mercado Pago Checkout at Mercado Pago website by redirect."
+#: ../../src/Translations/AdminTranslations.php:257
+msgid "More information"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:261, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:933
-msgid "The checkout is enabled."
+#: ../../src/Translations/AdminTranslations.php:258
+msgid "Implementation responsible for transmitting data to Mercado Pago in a secure and encrypted way."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:262, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:934
-msgid "The checkout is disabled."
+#: ../../src/Translations/AdminTranslations.php:259
+msgid "It is an extension responsible for making payments via requests from the plugin to Mercado Pago."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:281
-msgid "With Checkout Pro you sell with all the safety inside Mercado Pago environment."
+#: ../../src/Translations/AdminTranslations.php:260
+msgid "These extensions are responsible for the implementation and operation of Pix in your store."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298, ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:348
-msgid "Advanced settings"
+#: ../../src/Translations/AdminTranslations.php:262
+msgid "Check our documentation to learn more about integrating our plug-in."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:311
-msgid "Payment experience"
+#: ../../src/Translations/AdminTranslations.php:263
+msgid "Set deadlines and fees"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:313
-msgid "Define what payment experience your customers will have, whether inside or outside your store."
+#: ../../src/Translations/AdminTranslations.php:264
+msgid "Go to documentation"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:316
-msgid "Redirect"
+#: ../../src/Translations/AdminTranslations.php:277
+msgid "Public Key"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:317
-msgid "Modal"
+#: ../../src/Translations/AdminTranslations.php:278
+msgid "Access Token"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:333
-msgid "Choose the URL that we will show your customers when they finish their purchase."
+#: ../../src/Translations/AdminTranslations.php:279
+msgid "1. Enter your credentials to integrate your store with Mercado Pago"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:331, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:351, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:372
-msgid "This seems to be an invalid URL."
+#: ../../src/Translations/AdminTranslations.php:280
+msgid "Production credentials"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:336
-msgid "Success URL"
+#: ../../src/Translations/AdminTranslations.php:281
+msgid "Test credentials"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:353
-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."
+#: ../../src/Translations/AdminTranslations.php:282
+msgid "To start selling, "
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:356
-msgid "Payment URL rejected"
+#: ../../src/Translations/AdminTranslations.php:283
+msgid "in the fields below. If you don’t have credentials yet, you’ll have to create them from this link."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:374
-msgid "Choose the URL that we will show to your customers when they have a payment pending approval."
+#: ../../src/Translations/AdminTranslations.php:284
+msgid "Enable Mercado Pago checkouts for test purchases in the store."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:377
-msgid "Payment URL pending"
+#: ../../src/Translations/AdminTranslations.php:285
+msgid "Enable Mercado Pago checkouts to receive real payments in the store."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:391
-msgid "Enable the payment methods available to your clients."
+#: ../../src/Translations/AdminTranslations.php:286
+msgid "Paste your Public Key here"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392
-msgid "Choose the payment methods you accept in your store"
+#: ../../src/Translations/AdminTranslations.php:287
+msgid "Paste your Access Token here"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:396
-msgid "Credit Cards"
+#: ../../src/Translations/AdminTranslations.php:288, ../../src/Translations/AdminTranslations.php:342
+msgid "Save and continue"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:400
-msgid "Debit Cards"
+#: ../../src/Translations/AdminTranslations.php:289
+msgid "You have to enter your production credentials to start selling with Mercado Pago."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404
-msgid "Other Payment Methods"
+#: ../../src/Translations/AdminTranslations.php:290
+msgid "Enter credentials"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:454
-msgid "Return to the store"
+#: ../../src/Translations/AdminTranslations.php:291
+msgid "Activate your credentials to be able to sell"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:455
-msgid "Do you want your customer to automatically return to the store after payment?"
+#: ../../src/Translations/AdminTranslations.php:292
+msgid "Credentials are codes that you must enter to enable sales. Go below on Activate Credentials. On the next screen, use again the Activate Credentials button and fill in the fields with the requested information."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:459
-msgid "The buyer will be automatically redirected to the store."
+#: ../../src/Translations/AdminTranslations.php:293
+msgid "Activate credentials"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:460
-msgid "The buyer will not be automatically redirected to the store."
+#: ../../src/Translations/AdminTranslations.php:294
+msgid "copy and paste your production credentials "
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:485
-msgid "Available payment methods"
+#: ../../src/Translations/AdminTranslations.php:307
+msgid "Add the URL to receive payments notifications."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:520, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:520, ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:441, ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:441, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:403, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:403, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:418, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:418, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
-msgid "discount of"
+#: ../../src/Translations/AdminTranslations.php:308
+msgid "Find out more information in the"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:526, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:526, ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:447, ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:447, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:683, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:683, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:409, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:409, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:424, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:424, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176
-msgid "fee of"
+#: ../../src/Translations/AdminTranslations.php:310
+msgid "guides"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:626, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:652, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:704
-msgid "Easy login"
+#: ../../src/Translations/AdminTranslations.php:315
+msgid "If you are a Mercado Pago Certified Partner, make sure to add your integrator_id."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:627, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:705
-msgid "Log in with the same email and password you use in Mercado Libre."
+#: ../../src/Translations/AdminTranslations.php:316
+msgid "If you do not have the code, please"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:634, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:660, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:678, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:712
-msgid "Quick payments"
+#: ../../src/Translations/AdminTranslations.php:318
+msgid "request it now"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:635
-msgid "Use your saved cards, Pix or available balance."
+#: ../../src/Translations/AdminTranslations.php:322
+msgid "2. Customize your business’ information"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:642, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:668
-msgid "Protected purchases"
+#: ../../src/Translations/AdminTranslations.php:323
+msgid "Your store information"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:643, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:669
-msgid "Get your money back in case you don't receive your product."
+#: ../../src/Translations/AdminTranslations.php:324
+msgid "Advanced integration options (optional)"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:661
-msgid "Use your available Mercado Pago Wallet balance or saved cards."
+#: ../../src/Translations/AdminTranslations.php:325
+msgid "Debug and Log Mode"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:679, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:713
-msgid "Use your available money or saved cards."
+#: ../../src/Translations/AdminTranslations.php:326
+msgid "Fill out the following details to have a better experience and offer your customers more information."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:686, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:720
-msgid "Installments option"
+#: ../../src/Translations/AdminTranslations.php:327
+msgid "Name of your store in your client's invoice"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:687
-msgid "Pay with or without a credit card."
+#: ../../src/Translations/AdminTranslations.php:328
+msgid "Identification in Activities of Mercado Pago"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:694
-msgid "Reliable purchases"
+#: ../../src/Translations/AdminTranslations.php:329
+msgid "For further integration of your store with Mercado Pago (IPN, Certified Partners, Debug Mode)"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:695
-msgid "Get help if you have a problem with your purchase."
+#: ../../src/Translations/AdminTranslations.php:330
+msgid "Store category"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:721
-msgid "Interest-free installments with selected banks."
+#: ../../src/Translations/AdminTranslations.php:331
+msgid "URL for IPN"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:42, ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:43, ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:324
-msgid "Installments without card"
+#: ../../src/Translations/AdminTranslations.php:332
+msgid "Integrator ID"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:44
-msgid "Customers who buy on spot and pay later in up to 12 installments"
+#: ../../src/Translations/AdminTranslations.php:333
+msgid "We record your store's actions in order to provide a better assistance."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:54
-msgid "Mercado Pago - Installments without card"
+#: ../../src/Translations/AdminTranslations.php:334
+msgid "Ex: Mary's Store"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:56
-msgid "Checkout without card"
+#: ../../src/Translations/AdminTranslations.php:335
+msgid "Ex: Mary Store"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:112, ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:288
-msgid "Banner on the product page | Computer version"
+#: ../../src/Translations/AdminTranslations.php:336, ../../src/Translations/AdminTranslations.php:1253
+msgid "Select"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:113
-msgid "Banner on the product page | Cellphone version"
+#: ../../src/Translations/AdminTranslations.php:337
+msgid "Ex: https://examples.com/my-custom-ipn-url"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:249
-msgid "Activate installments without card in your store checkout "
+#: ../../src/Translations/AdminTranslations.php:338
+msgid "Add plugin default params"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:250
-msgid "Offer the option to pay in installments without card directly from your store's checkout."
+#: ../../src/Translations/AdminTranslations.php:339
+msgid "Ex: 14987126498"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:254
-msgid "Payment in installments without card in the store checkout is active"
+#: ../../src/Translations/AdminTranslations.php:340
+msgid "Show advanced options"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:255
-msgid "Payment in installments without card in the store checkout is inactive"
+#: ../../src/Translations/AdminTranslations.php:341
+msgid "Hide advanced options"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:273
-msgid "Checkout visualization"
+#: ../../src/Translations/AdminTranslations.php:343
+msgid "If this field is empty, the purchase will be identified as Mercado Pago."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:274, ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:290
-msgid "Check below how this feature will be displayed to your customers:"
+#: ../../src/Translations/AdminTranslations.php:344
+msgid "In Activities, you will view this term before the order number"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:275
-msgid "Checkout Preview"
+#: ../../src/Translations/AdminTranslations.php:345
+msgid "Select \"Other categories\" if you do not find the appropriate category."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:276
-msgid "PREVIEW"
+#: ../../src/Translations/AdminTranslations.php:346
+msgid "request it now."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:286
-msgid "Computer"
+#: ../../src/Translations/AdminTranslations.php:360
+msgid "3. Activate and set up payment methods"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:287
-msgid "Mobile"
+#: ../../src/Translations/AdminTranslations.php:361
+msgid "Select the payment method you want to appear in your store to activate and set it up."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:289
-msgid "Component visualization"
+#: ../../src/Translations/AdminTranslations.php:362
+msgid "Settings"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:328
-msgid "Reach millions of buyers by offering Mercado Credito as a payment method. Our flexible payment options give your customers the possibility to buy today whatever they want in up to 12 installments without the need to use a credit card."
+#: ../../src/Translations/AdminTranslations.php:363
+msgid "Continue"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:331
-msgid "For your business, the approval of the purchase is immediate and guaranteed."
+#: ../../src/Translations/AdminTranslations.php:364
+msgid "Enabled"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:394
-msgid "Inform your customers about the option of paying in installments without card"
+#: ../../src/Translations/AdminTranslations.php:365
+msgid "Disabled"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:397
-msgid "By activating the installments without card component, you increase your chances of selling."
+#: ../../src/Translations/AdminTranslations.php:366
+msgid "Configure your credentials to enable Mercado Pago payment methods."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:399
-msgid "The installments without card component is active."
+#: ../../src/Translations/AdminTranslations.php:379, ../../src/Translations/AdminTranslations.php:385
+msgid "The checkout is"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:400
-msgid "The installments without card component is inactive."
+#: ../../src/Translations/AdminTranslations.php:380, ../../src/Translations/AdminTranslations.php:392, ../../src/Translations/AdminTranslations.php:508, ../../src/Translations/AdminTranslations.php:520, ../../src/Translations/AdminTranslations.php:532, ../../src/Translations/AdminTranslations.php:599, ../../src/Translations/AdminTranslations.php:611, ../../src/Translations/AdminTranslations.php:623, ../../src/Translations/AdminTranslations.php:700, ../../src/Translations/AdminTranslations.php:762, ../../src/Translations/AdminTranslations.php:822, ../../src/Translations/AdminTranslations.php:834
+msgid "enabled"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:41, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:42, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:52
-msgid "Debit and Credit"
+#: ../../src/Translations/AdminTranslations.php:386, ../../src/Translations/AdminTranslations.php:398, ../../src/Translations/AdminTranslations.php:514, ../../src/Translations/AdminTranslations.php:526, ../../src/Translations/AdminTranslations.php:538, ../../src/Translations/AdminTranslations.php:605, ../../src/Translations/AdminTranslations.php:617, ../../src/Translations/AdminTranslations.php:629, ../../src/Translations/AdminTranslations.php:706, ../../src/Translations/AdminTranslations.php:768, ../../src/Translations/AdminTranslations.php:828, ../../src/Translations/AdminTranslations.php:840
+msgid "disabled"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:43, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:36, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:36
-msgid "Transparent Checkout in your store environment"
+#: ../../src/Translations/AdminTranslations.php:391, ../../src/Translations/AdminTranslations.php:397, ../../src/Translations/AdminTranslations.php:519, ../../src/Translations/AdminTranslations.php:525, ../../src/Translations/AdminTranslations.php:610, ../../src/Translations/AdminTranslations.php:616, ../../src/Translations/AdminTranslations.php:699, ../../src/Translations/AdminTranslations.php:705, ../../src/Translations/AdminTranslations.php:761, ../../src/Translations/AdminTranslations.php:767, ../../src/Translations/AdminTranslations.php:833, ../../src/Translations/AdminTranslations.php:839
+msgid "Currency conversion is"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:51, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:44, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:44
-msgid "Mercado pago - Customized Checkout"
+#: ../../src/Translations/AdminTranslations.php:403, ../../src/Translations/AdminTranslations.php:409
+msgid "The buyer"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:154
-msgid "By disabling it, you will disable all credit cards payments from Mercado Pago Transparent Checkout."
+#: ../../src/Translations/AdminTranslations.php:404
+msgid "will be automatically redirected to the store"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:158
-msgid "Transparent Checkout for credit cards is enabled."
+#: ../../src/Translations/AdminTranslations.php:410
+msgid "will not be automatically redirected to the store"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:159
-msgid "Transparent checkout for credit cards is disabled."
+#: ../../src/Translations/AdminTranslations.php:416, ../../src/Translations/AdminTranslations.php:422, ../../src/Translations/AdminTranslations.php:634, ../../src/Translations/AdminTranslations.php:640
+msgid "Pending payments"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:184
-msgid "Installments Fees"
+#: ../../src/Translations/AdminTranslations.php:417, ../../src/Translations/AdminTranslations.php:635
+msgid "will be automatically declined"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:185
-msgid "Set installment fees and whether they will be charged from the store or from the buyer."
+#: ../../src/Translations/AdminTranslations.php:423, ../../src/Translations/AdminTranslations.php:641
+msgid "will not be automatically declined"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:186
-msgid "Set fees"
+#: ../../src/Translations/AdminTranslations.php:427, ../../src/Translations/AdminTranslations.php:442
+msgid "Your saved cards or money available in Mercado Pago"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:211
-msgid "Transparent Checkout | Credit card "
+#: ../../src/Translations/AdminTranslations.php:428, ../../src/Translations/AdminTranslations.php:430
+msgid "Your clients finalize their payments in Mercado Pago."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:215
-msgid "With the Transparent Checkout, you can sell inside your store environment, without redirection and with the security from Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:429
+msgid "Mercado Pago - Checkout Pro"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233
-msgid "Advanced configuration of the personalized payment experience"
+#: ../../src/Translations/AdminTranslations.php:431
+msgid "Checkout Pro"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:247
-msgid "Payments via Mercado Pago account"
+#: ../../src/Translations/AdminTranslations.php:432
+msgid "With Checkout Pro you sell with all the safety inside Mercado Pago environment."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:248
-msgid "Your customers pay faster with saved cards, money balance or other available methods in their Mercado Pago accounts."
+#: ../../src/Translations/AdminTranslations.php:433, ../../src/Translations/AdminTranslations.php:548, ../../src/Translations/AdminTranslations.php:715, ../../src/Translations/AdminTranslations.php:777, ../../src/Translations/AdminTranslations.php:858
+msgid "Mercado Pago plugin general settings"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:252
-msgid "Payments via Mercado Pago accounts are active."
+#: ../../src/Translations/AdminTranslations.php:434, ../../src/Translations/AdminTranslations.php:549, ../../src/Translations/AdminTranslations.php:652, ../../src/Translations/AdminTranslations.php:716, ../../src/Translations/AdminTranslations.php:778, ../../src/Translations/AdminTranslations.php:859
+msgid "Set the deadlines and fees, test your store or access the Plugin manual."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:253
-msgid "Payments via Mercado Pago accounts are inactive."
+#: ../../src/Translations/AdminTranslations.php:435, ../../src/Translations/AdminTranslations.php:550, ../../src/Translations/AdminTranslations.php:653, ../../src/Translations/AdminTranslations.php:717, ../../src/Translations/AdminTranslations.php:779, ../../src/Translations/AdminTranslations.php:860
+msgid "Go to Settings"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272
-msgid "Check an example of how it will appear in your store:"
+#: ../../src/Translations/AdminTranslations.php:436, ../../src/Translations/AdminTranslations.php:654, ../../src/Translations/AdminTranslations.php:861
+msgid "Enable the checkout"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:303
-msgid "That’s it, payment accepted!"
+#: ../../src/Translations/AdminTranslations.php:437
+msgid "By disabling it, you will disable all payments from Mercado Pago Checkout at Mercado Pago website by redirect."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:305
-msgid "We are processing your payment. In less than an hour we will send you the result by email."
+#: ../../src/Translations/AdminTranslations.php:440, ../../src/Translations/AdminTranslations.php:559, ../../src/Translations/AdminTranslations.php:658, ../../src/Translations/AdminTranslations.php:722, ../../src/Translations/AdminTranslations.php:784, ../../src/Translations/AdminTranslations.php:865
+msgid "Title in the store Checkout"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:307
-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."
+#: ../../src/Translations/AdminTranslations.php:441, ../../src/Translations/AdminTranslations.php:659, ../../src/Translations/AdminTranslations.php:723, ../../src/Translations/AdminTranslations.php:785, ../../src/Translations/AdminTranslations.php:866
+msgid "Change the display text in Checkout, maximum characters: 85"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:309
-msgid "Check the card number."
+#: ../../src/Translations/AdminTranslations.php:443, ../../src/Translations/AdminTranslations.php:562, ../../src/Translations/AdminTranslations.php:661, ../../src/Translations/AdminTranslations.php:725, ../../src/Translations/AdminTranslations.php:787, ../../src/Translations/AdminTranslations.php:868
+msgid "The text inserted here will not be translated to other languages"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:311
-msgid "Check the expiration date."
+#: ../../src/Translations/AdminTranslations.php:444, ../../src/Translations/AdminTranslations.php:563, ../../src/Translations/AdminTranslations.php:665, ../../src/Translations/AdminTranslations.php:726, ../../src/Translations/AdminTranslations.php:788, ../../src/Translations/AdminTranslations.php:882
+msgid "Convert Currency"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:313
-msgid "Check the information provided."
+#: ../../src/Translations/AdminTranslations.php:445, ../../src/Translations/AdminTranslations.php:564, ../../src/Translations/AdminTranslations.php:666, ../../src/Translations/AdminTranslations.php:727, ../../src/Translations/AdminTranslations.php:789, ../../src/Translations/AdminTranslations.php:883
+msgid "Activate this option so that the value of the currency set in WooCommerce is compatible with the value of the currency you use in Mercado Pago."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:315
-msgid "Check the informed security code."
+#: ../../src/Translations/AdminTranslations.php:448
+msgid "Choose the payment methods you accept in your store"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:318
-msgid "Your payment cannot be processed."
+#: ../../src/Translations/AdminTranslations.php:449
+msgid "Enable the payment methods available to your clients."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:320
-msgid "You must authorize payments for your orders."
+#: ../../src/Translations/AdminTranslations.php:450
+msgid "Credit Cards"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:322
-msgid "Contact your card issuer to activate it. The phone is on the back of your card."
+#: ../../src/Translations/AdminTranslations.php:451
+msgid "Debit Cards"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:324
-msgid "You have already made a payment of this amount. If you have to pay again, use another card or other method of payment."
+#: ../../src/Translations/AdminTranslations.php:452
+msgid "Other Payment Methods"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:326
-msgid "Your payment was declined. Please select another payment method. It is recommended in cash."
+#: ../../src/Translations/AdminTranslations.php:453
+msgid "Maximum number of installments"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:328
-msgid "Your payment does not have sufficient funds."
+#: ../../src/Translations/AdminTranslations.php:454
+msgid "What is the maximum quota with which a customer can buy?"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:330
-msgid "Payment cannot process the selected fee."
+#: ../../src/Translations/AdminTranslations.php:455
+msgid "1 installment"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:332
-msgid "You have reached the limit of allowed attempts. Choose another card or other payment method."
+#: ../../src/Translations/AdminTranslations.php:456
+msgid "2 installments"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:334, ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:204
-msgid "This payment method cannot process your payment."
+#: ../../src/Translations/AdminTranslations.php:457
+msgid "3 installments"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:389
-msgid "Credit cards"
+#: ../../src/Translations/AdminTranslations.php:458
+msgid "4 installments"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:390
-msgid "Up to "
+#: ../../src/Translations/AdminTranslations.php:459
+msgid "5 installments"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:390
-msgid " installments"
+#: ../../src/Translations/AdminTranslations.php:460
+msgid "6 installments"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:397
-msgid "Debit cards"
+#: ../../src/Translations/AdminTranslations.php:461
+msgid "10 installments"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:440, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:473, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:474, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:401, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:402, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:543, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:544
-msgid "A problem was occurred when processing your payment. Please, try again."
+#: ../../src/Translations/AdminTranslations.php:462
+msgid "12 installments"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:570
-msgid "See your order form"
+#: ../../src/Translations/AdminTranslations.php:463
+msgid "15 installments"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:581
-msgid "Your payment was declined. You can try again."
+#: ../../src/Translations/AdminTranslations.php:464
+msgid "18 installments"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:588, ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95, ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:93
-msgid "Click to try again"
+#: ../../src/Translations/AdminTranslations.php:465
+msgid "24 installments"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:610, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:611
-msgid "A problem was occurred when processing your payment. Are you sure you have correctly filled all information in the checkout form?"
+#: ../../src/Translations/AdminTranslations.php:466, ../../src/Translations/AdminTranslations.php:577
+msgid "Advanced settings"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:635
-msgid "Represents the installment fee charged by Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:467, ../../src/Translations/AdminTranslations.php:578, ../../src/Translations/AdminTranslations.php:675, ../../src/Translations/AdminTranslations.php:733, ../../src/Translations/AdminTranslations.php:793, ../../src/Translations/AdminTranslations.php:890
+msgid "Edit these advanced fields only when you want to modify the preset values."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:636
-msgid "Mercado Pago Installment Fee:"
+#: ../../src/Translations/AdminTranslations.php:468
+msgid "Payment experience"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:641
-msgid "Represents the total purchase plus the installment fee charged by Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:469
+msgid "Define what payment experience your customers will have, whether inside or outside your store."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:642
-msgid "Mercado Pago Total:"
+#: ../../src/Translations/AdminTranslations.php:470
+msgid "Redirect"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:715
-msgid "Configure your credentials to enable Mercado Pago payment methods."
+#: ../../src/Translations/AdminTranslations.php:471
+msgid "Modal"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:786
-msgid "Title in the store Checkout"
+#: ../../src/Translations/AdminTranslations.php:472
+msgid "Return to the store"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:788
-msgid "Change the display text in Checkout, maximum characters: 85"
+#: ../../src/Translations/AdminTranslations.php:473
+msgid "Do you want your customer to automatically return to the store after payment?"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:790
-msgid "The text inserted here will not be translated to other languages"
+#: ../../src/Translations/AdminTranslations.php:476
+msgid "Success URL"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:804
-msgid "Description"
+#: ../../src/Translations/AdminTranslations.php:477
+msgid "Choose the URL that we will show your customers when they finish their purchase."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:853, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347
-msgid "Important! To sell you must enter your credentials."
+#: ../../src/Translations/AdminTranslations.php:478
+msgid "Payment URL rejected"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:842
-msgid "You must enter production credentials."
+#: ../../src/Translations/AdminTranslations.php:479
+msgid "Choose the URL that we will show to your customers when we refuse their purchase. Make sure it includes a message appropriate to the situation and give them useful information so they can solve it."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843
-msgid "Enter credentials"
+#: ../../src/Translations/AdminTranslations.php:480
+msgid "Payment URL pending"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:853
-msgid "Mercado Pago Plugin general settings"
+#: ../../src/Translations/AdminTranslations.php:481
+msgid "Choose the URL that we will show to your customers when they have a payment pending approval."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854
-msgid "Set the deadlines and fees, test your store or access the Plugin manual."
+#: ../../src/Translations/AdminTranslations.php:482, ../../src/Translations/AdminTranslations.php:676
+msgid "Automatic decline of payments without instant approval"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855
-msgid "Go to Settings"
+#: ../../src/Translations/AdminTranslations.php:483, ../../src/Translations/AdminTranslations.php:677
+msgid "Enable it if you want to automatically decline payments that are not instantly approved by banks or other institutions."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:879
-msgid "Activate your credentials to be able to sell"
+#: ../../src/Translations/AdminTranslations.php:484
+msgid "Debit, Credit and Invoice in Mercado Pago environment."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:880
-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."
+#: ../../src/Translations/AdminTranslations.php:487, ../../src/Translations/AdminTranslations.php:579, ../../src/Translations/AdminTranslations.php:680, ../../src/Translations/AdminTranslations.php:742, ../../src/Translations/AdminTranslations.php:802, ../../src/Translations/AdminTranslations.php:891
+msgid "Discount in Mercado Pago Checkouts"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:881
-msgid "Activate credentials"
+#: ../../src/Translations/AdminTranslations.php:488, ../../src/Translations/AdminTranslations.php:580, ../../src/Translations/AdminTranslations.php:681, ../../src/Translations/AdminTranslations.php:743, ../../src/Translations/AdminTranslations.php:803, ../../src/Translations/AdminTranslations.php:892
+msgid "Choose a percentage value that you want to discount your customers for paying with Mercado Pago."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:929
-msgid "By disabling it, you will disable all payment methods of this checkout."
+#: ../../src/Translations/AdminTranslations.php:489, ../../src/Translations/AdminTranslations.php:492, ../../src/Translations/AdminTranslations.php:581, ../../src/Translations/AdminTranslations.php:584, ../../src/Translations/AdminTranslations.php:682, ../../src/Translations/AdminTranslations.php:685, ../../src/Translations/AdminTranslations.php:744, ../../src/Translations/AdminTranslations.php:747, ../../src/Translations/AdminTranslations.php:804, ../../src/Translations/AdminTranslations.php:807, ../../src/Translations/AdminTranslations.php:893, ../../src/Translations/AdminTranslations.php:896
+msgid "Activate and show this information on Mercado Pago Checkout"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:989
-msgid "Basic Configuration"
+#: ../../src/Translations/AdminTranslations.php:490, ../../src/Translations/AdminTranslations.php:582, ../../src/Translations/AdminTranslations.php:683, ../../src/Translations/AdminTranslations.php:745, ../../src/Translations/AdminTranslations.php:805, ../../src/Translations/AdminTranslations.php:894
+msgid "Commission in Mercado Pago Checkouts"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1002
-msgid "Discount coupons"
+#: ../../src/Translations/AdminTranslations.php:491, ../../src/Translations/AdminTranslations.php:583, ../../src/Translations/AdminTranslations.php:684, ../../src/Translations/AdminTranslations.php:746, ../../src/Translations/AdminTranslations.php:806, ../../src/Translations/AdminTranslations.php:895
+msgid "Choose an additional percentage value that you want to charge as commission to your customers for paying with Mercado Pago."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1005
-msgid "Will you offer discount coupons to customers who buy with Mercado Pago?"
+#: ../../src/Translations/AdminTranslations.php:493
+msgid "This seems to be an invalid URL"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1007
-msgid "Discount coupons is active."
+#: ../../src/Translations/AdminTranslations.php:507, ../../src/Translations/AdminTranslations.php:513
+msgid "Payment in installments without card in the store checkout is"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1008
-msgid "Discount coupons is disabled."
+#: ../../src/Translations/AdminTranslations.php:531, ../../src/Translations/AdminTranslations.php:537
+msgid "The installments without card component is"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1020
-msgid "Automatic decline of payments without instant approval"
+#: ../../src/Translations/AdminTranslations.php:542, ../../src/Translations/AdminTranslations.php:546
+msgid "Installments without card"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1021
-msgid "Enable it if you want to automatically decline payments that are not instantly approved by banks or other institutions. "
+#: ../../src/Translations/AdminTranslations.php:543, ../../src/Translations/AdminTranslations.php:545
+msgid "Customers who buy on spot and pay later in up to 12 installments"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1025
-msgid "Pending payments will be automatically declined."
+#: ../../src/Translations/AdminTranslations.php:544
+msgid "Mercado Pago - Installments without card"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1026
-msgid "Pending payments will not be automatically declined."
+#: ../../src/Translations/AdminTranslations.php:547
+msgid "Reach millions of buyers by offering Mercado Credito as a payment method. Our flexible payment options give your customers the possibility to buy today whatever they want in up to 12 installments without the need to use a credit card. For your business, the approval of the purchase is immediate and guaranteed."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1038
-msgid "Discount in Mercado Pago Checkouts"
+#: ../../src/Translations/AdminTranslations.php:551
+msgid "Activate installments without card in your store checkout"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1041
-msgid "Choose a percentage value that you want to discount your customers for paying with Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:552
+msgid "Offer the option to pay in installments without card directly from your store's checkout."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1042, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1063
-msgid "Activate and show this information on Mercado Pago Checkout"
+#: ../../src/Translations/AdminTranslations.php:555
+msgid "Checkout visualization"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1059
-msgid "Commission in Mercado Pago Checkouts"
+#: ../../src/Translations/AdminTranslations.php:556, ../../src/Translations/AdminTranslations.php:576
+msgid "Check below how this feature will be displayed to your customers:"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1062
-msgid "Choose an additional percentage value that you want to charge as commission to your customers for paying with Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:557
+msgid "Checkout Preview"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1083
-msgid "Convert Currency"
+#: ../../src/Translations/AdminTranslations.php:558
+msgid "PREVIEW"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1088
-msgid "Currency convertion is enabled."
+#: ../../src/Translations/AdminTranslations.php:560
+msgid "It is possible to edit the title. Maximum of 85 characters."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1089
-msgid "Currency convertion is disabled."
+#: ../../src/Translations/AdminTranslations.php:561
+msgid "Checkout without card"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1206
-msgid "Edit these advanced fields only when you want to modify the preset values."
+#: ../../src/Translations/AdminTranslations.php:567
+msgid "Inform your customers about the option of paying in installments without card"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:34, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:35, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:45
-msgid "Pix"
+#: ../../src/Translations/AdminTranslations.php:568
+msgid "By activating the installments without card component, you increase your chances of selling."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:204
-msgid "By disabling it, you will disable all Pix payments from Mercado Pago Transparent Checkout."
+#: ../../src/Translations/AdminTranslations.php:571
+msgid "Banner on the product page | Computer version"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:208
-msgid "The transparent checkout for Pix payment is enabled."
+#: ../../src/Translations/AdminTranslations.php:572
+msgid "Banner on the product page | Cellphone version"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:209
-msgid "The transparent checkout for Pix payment is disabled."
+#: ../../src/Translations/AdminTranslations.php:573
+msgid "Computer"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224
-msgid "To activate Pix, you must have a key registered in Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:574
+msgid "Mobile"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225
-msgid "Download the Mercado Pago app on your cell phone."
+#: ../../src/Translations/AdminTranslations.php:575
+msgid "Component visualization"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:226
-msgid "Go to the "
+#: ../../src/Translations/AdminTranslations.php:598, ../../src/Translations/AdminTranslations.php:604
+msgid "Transparent Checkout for credit cards is"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227
-msgid "area and choose the "
+#: ../../src/Translations/AdminTranslations.php:622, ../../src/Translations/AdminTranslations.php:628
+msgid "Payments via Mercado Pago accounts are"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228
-msgid "Your Profile "
+#: ../../src/Translations/AdminTranslations.php:645, ../../src/Translations/AdminTranslations.php:660
+msgid "Credit and debit cards"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229
-msgid "Your Pix Keys section."
+#: ../../src/Translations/AdminTranslations.php:646, ../../src/Translations/AdminTranslations.php:648, ../../src/Translations/AdminTranslations.php:711, ../../src/Translations/AdminTranslations.php:773, ../../src/Translations/AdminTranslations.php:853, ../../src/Translations/AdminTranslations.php:855
+msgid "Payments without leaving your store with our customizable checkout"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230
-msgid "Choose which data to register as Pix keys. After registering, you can set up Pix in your checkout."
+#: ../../src/Translations/AdminTranslations.php:647, ../../src/Translations/AdminTranslations.php:712, ../../src/Translations/AdminTranslations.php:774, ../../src/Translations/AdminTranslations.php:854
+msgid "Mercado Pago - Checkout API"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231
-msgid "Remember that, for the time being, the Central Bank of Brazil is open Monday through Friday, from 9am to 6pm."
+#: ../../src/Translations/AdminTranslations.php:649
+msgid "Transparent Checkout | Credit card"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232
-msgid "If you requested your registration outside these hours, we will confirm it within the next business day."
+#: ../../src/Translations/AdminTranslations.php:650
+msgid "With the Transparent Checkout, you can sell inside your store environment, without redirection and with the security from Mercado Pago."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328
-msgid "Learn more about Pix"
+#: ../../src/Translations/AdminTranslations.php:651
+msgid "Mercado Pago Plugin general settings"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234
-msgid "If you have already registered a Pix key at Mercado Pago and cannot activate Pix in the checkout, "
+#: ../../src/Translations/AdminTranslations.php:655
+msgid "By disabling it, you will disable all credit cards payments from Mercado Pago Transparent Checkout."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235
-msgid "click here."
+#: ../../src/Translations/AdminTranslations.php:662
+msgid "Installments Fees"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:260
-msgid "Transparent Checkout | Pix"
+#: ../../src/Translations/AdminTranslations.php:663
+msgid "Set installment fees and whether they will be charged from the store or from the buyer."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:264
-msgid "With the Transparent Checkout, you can sell inside your store environment, without redirection and all the safety from Mercado Pago. "
+#: ../../src/Translations/AdminTranslations.php:664
+msgid "Set fees"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:281
-msgid "Advanced configuration of the Pix experience"
+#: ../../src/Translations/AdminTranslations.php:669
+msgid "Payments via Mercado Pago account"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:294
-msgid "15 minutes"
+#: ../../src/Translations/AdminTranslations.php:670
+msgid "Your customers pay faster with saved cards, money balance or other available methods in their Mercado Pago accounts."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:295
-msgid "30 minutes (recommended)"
+#: ../../src/Translations/AdminTranslations.php:673
+msgid "Check an example of how it will appear in your store:"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:296
-msgid "60 minutes"
+#: ../../src/Translations/AdminTranslations.php:674
+msgid "Advanced configuration of the personalized payment experience"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297
-msgid "12 hours"
+#: ../../src/Translations/AdminTranslations.php:710, ../../src/Translations/AdminTranslations.php:724
+msgid "Invoice"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298
-msgid "24 hours"
+#: ../../src/Translations/AdminTranslations.php:713
+msgid "Transparent Checkout | Invoice or Loterica"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299
-msgid "2 days"
+#: ../../src/Translations/AdminTranslations.php:714, ../../src/Translations/AdminTranslations.php:776, ../../src/Translations/AdminTranslations.php:857
+msgid "With the Transparent Checkout, you can sell inside your store environment, without redirection and all the safety from Mercado Pago."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300
-msgid "3 days"
+#: ../../src/Translations/AdminTranslations.php:718, ../../src/Translations/AdminTranslations.php:780
+msgid "Enable the Checkout"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301
-msgid "4 days"
+#: ../../src/Translations/AdminTranslations.php:719
+msgid "By disabling it, you will disable all invoice payments from Mercado Pago Transparent Checkout."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302
-msgid "5 days"
+#: ../../src/Translations/AdminTranslations.php:720
+msgid "The transparent checkout for tickets is enabled."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303
-msgid "6 days"
+#: ../../src/Translations/AdminTranslations.php:721
+msgid "The transparent checkout for tickets is disabled."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304
-msgid "7 days"
+#: ../../src/Translations/AdminTranslations.php:730
+msgid "Payment Due"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:308
-msgid "Expiration for payments via Pix"
+#: ../../src/Translations/AdminTranslations.php:731
+msgid "In how many days will cash payments expire."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:310
-msgid "Set the limit in minutes for your clients to pay via Pix."
+#: ../../src/Translations/AdminTranslations.php:732
+msgid "Advanced configuration of the cash payment experience"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325
-msgid "Want to learn how Pix works?"
+#: ../../src/Translations/AdminTranslations.php:734, ../../src/Translations/AdminTranslations.php:794
+msgid "Reduce inventory"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:326
-msgid "We have created a page to explain how this new payment method works and its advantages."
+#: ../../src/Translations/AdminTranslations.php:735, ../../src/Translations/AdminTranslations.php:795
+msgid "Activates inventory reduction during the creation of an order, whether or not the final payment is credited. Disable this option to reduce it only when payments are approved."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347
-msgid "Would you like to know how Pix works?"
+#: ../../src/Translations/AdminTranslations.php:736, ../../src/Translations/AdminTranslations.php:796
+msgid "Reduce inventory is enabled."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:348
-msgid "We have a dedicated page where we explain how it works and its advantages."
+#: ../../src/Translations/AdminTranslations.php:737, ../../src/Translations/AdminTranslations.php:797
+msgid "Reduce inventory is disabled."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:349
-msgid "Find out more about Pix"
+#: ../../src/Translations/AdminTranslations.php:739, ../../src/Translations/AdminTranslations.php:799
+msgid "Enable the available payment methods"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:470
-msgid "A problem occurred when processing your payment. Please try again."
+#: ../../src/Translations/AdminTranslations.php:740, ../../src/Translations/AdminTranslations.php:800
+msgid "Choose the available payment methods in your store."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:455, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:528
-msgid "A problem occurred when processing your payment. Are you sure you have correctly filled in all the information on the checkout form?"
+#: ../../src/Translations/AdminTranslations.php:741, ../../src/Translations/AdminTranslations.php:801
+msgid "All payment methods"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:433, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:503
-msgid "The customer has not paid yet."
+#: ../../src/Translations/AdminTranslations.php:772, ../../src/Translations/AdminTranslations.php:786
+msgid "PSE"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:438
-msgid "Now you just need to pay with Pix to finalize your purchase."
+#: ../../src/Translations/AdminTranslations.php:775
+msgid "Transparent Checkout PSE"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:439
-msgid "Scan the QR code below or copy and paste the code into your bank's application."
+#: ../../src/Translations/AdminTranslations.php:781
+msgid "By deactivating it, you will disable PSE payments from Mercado Pago Transparent Checkout."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:540
-msgid "Please note that to receive payments via Pix at our checkout, you must have a Pix key registered in your Mercado Pago account."
+#: ../../src/Translations/AdminTranslations.php:782
+msgid "The transparent checkout for PSE is enabled."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:541
-msgid "Register your Pix key at Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:783
+msgid "The transparent checkout for PSE is disabled."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:601, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:148
-msgid "Code valid for "
+#: ../../src/Translations/AdminTranslations.php:792
+msgid "Advanced configuration of the PSE payment experience"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:34, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:35, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:45
-msgid "Invoice"
+#: ../../src/Translations/AdminTranslations.php:821, ../../src/Translations/AdminTranslations.php:827
+msgid "The transparent checkout for Pix payment is"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:198
-msgid "By disabling it, you will disable all invoice payments from Mercado Pago Transparent Checkout."
+#: ../../src/Translations/AdminTranslations.php:845
+msgid "Go to the"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:202
-msgid "The transparent checkout for tickets is enabled."
+#: ../../src/Translations/AdminTranslations.php:846
+msgid "Your Profile"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:203
-msgid "The transparent checkout for tickets is disabled."
+#: ../../src/Translations/AdminTranslations.php:847
+msgid "area and choose the"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:218
-msgid "Transparent Checkout | Invoice or Loterica"
+#: ../../src/Translations/AdminTranslations.php:848
+msgid "Your Pix Keys section"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:222
-msgid "With the Transparent Checkout, you can sell inside your store environment, without redirection and all the safety from Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:852, ../../src/Translations/AdminTranslations.php:867
+msgid "Pix"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:239
-msgid "Advanced configuration of the cash payment experience"
+#: ../../src/Translations/AdminTranslations.php:856
+msgid "Transparent Checkout | Pix"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:252
-msgid "Reduce inventory"
+#: ../../src/Translations/AdminTranslations.php:862
+msgid "By disabling it, you will disable all Pix payments from Mercado Pago Transparent Checkout."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:255
-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."
+#: ../../src/Translations/AdminTranslations.php:869
+msgid "Expiration for payments via Pix"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257
-msgid "Reduce inventory is enabled."
+#: ../../src/Translations/AdminTranslations.php:870
+msgid "Set the limit in minutes for your clients to pay via Pix."
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:258
-msgid "Reduce inventory is disabled."
+#: ../../src/Translations/AdminTranslations.php:871
+msgid "15 minutes"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:270
-msgid "Payment Due"
+#: ../../src/Translations/AdminTranslations.php:872
+msgid "30 minutes (recommended)"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272
-msgid "In how many days will cash payments expire."
+#: ../../src/Translations/AdminTranslations.php:873
+msgid "60 minutes"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:292
-msgid "Enable the available payment methods"
+#: ../../src/Translations/AdminTranslations.php:874
+msgid "12 hours"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:294
-msgid "Choose the available payment methods in your store."
+#: ../../src/Translations/AdminTranslations.php:875
+msgid "24 hours"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:298
-msgid "All payment methods"
+#: ../../src/Translations/AdminTranslations.php:876
+msgid "2 days"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:443, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:471
-msgid "There was a problem processing your payment. Are you sure you have correctly filled out all the information on the payment form?"
+#: ../../src/Translations/AdminTranslations.php:877
+msgid "3 days"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:436, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:464
-msgid "Your document data is invalid"
+#: ../../src/Translations/AdminTranslations.php:878
+msgid "4 days"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:508
-msgid "To print the ticket again click"
+#: ../../src/Translations/AdminTranslations.php:879
+msgid "5 days"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:511
-msgid "here"
+#: ../../src/Translations/AdminTranslations.php:880
+msgid "6 days"
msgstr ""
-#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:640
-msgid " and "
+#: ../../src/Translations/AdminTranslations.php:881
+msgid "7 days"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117
-msgid "Payment made"
+#: ../../src/Translations/AdminTranslations.php:886
+msgid "Would you like to know how Pix works?"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118
-msgid "Payment made by the buyer and already credited in the account."
+#: ../../src/Translations/AdminTranslations.php:887
+msgid "We have a dedicated page where we explain how it works and its advantages."
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121
-msgid "Call resolved"
+#: ../../src/Translations/AdminTranslations.php:888
+msgid "Find out more about Pix"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222
-msgid "Please contact Mercado Pago for further details."
+#: ../../src/Translations/AdminTranslations.php:889
+msgid "Advanced configuration of the Pix experience"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125
-msgid "Payment refunded"
+#: ../../src/Translations/AdminTranslations.php:897
+msgid "To activate Pix, you must have a key registered in Mercado Pago."
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126
-msgid "Your refund request has been made. Please contact Mercado Pago for further details."
+#: ../../src/Translations/AdminTranslations.php:898
+msgid "Download the Mercado Pago app on your cell phone."
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133
-msgid "Payment returned"
+#: ../../src/Translations/AdminTranslations.php:900
+msgid "Choose which data to register as Pix keys. After registering, you can set up Pix in your checkout."
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130
-msgid "The payment has been returned to the client."
+#: ../../src/Translations/AdminTranslations.php:901
+msgid "Remember that, for the time being, the Central Bank of Brazil is open Monday through Friday, from 9am to 6pm."
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134
-msgid "The payment has been partially returned to the client."
+#: ../../src/Translations/AdminTranslations.php:902
+msgid "If you requested your registration outside these hours, we will confirm it within the next business day."
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137
-msgid "Payment canceled"
+#: ../../src/Translations/AdminTranslations.php:903
+msgid "Learn more about Pix"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138
-msgid "The payment has been successfully canceled."
+#: ../../src/Translations/AdminTranslations.php:904
+msgid "If you have already registered a Pix key at Mercado Pago and cannot activate Pix in the checkout, "
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141
-msgid "Purchase canceled"
+#: ../../src/Translations/AdminTranslations.php:905
+msgid "click here."
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142
-msgid "The payment has been canceled by the customer."
+#: ../../src/Translations/AdminTranslations.php:919
+msgid "To enable test mode"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:311
-msgid "Pending payment"
+#: ../../src/Translations/AdminTranslations.php:921
+msgid "copy your test credentials"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158
-msgid "Awaiting payment from the buyer."
+#: ../../src/Translations/AdminTranslations.php:922
+msgid "and paste them above in section 1 of this page"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162
-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."
+#: ../../src/Translations/AdminTranslations.php:927
+msgid "Create your"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:205, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:209, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:213, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:217, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:229, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:233, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:237, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:241, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:245, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:249, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:253, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:271, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:275, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:279, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:283, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:287, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:291, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:295, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:299, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:303, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:307, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:319, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:325, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:329
-msgid "Declined payment"
+#: ../../src/Translations/AdminTranslations.php:929
+msgid "test user"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:250, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260
-msgid "The card-issuing bank declined the payment. Please ask your client to use another card or to get in touch with the bank."
+#: ../../src/Translations/AdminTranslations.php:930
+msgid "(Optional. Can be used in Production Mode and Test Mode, to test payments)"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169
-msgid "Payment authorized. Awaiting capture."
+#: ../../src/Translations/AdminTranslations.php:936
+msgid "Use our test cards"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170
-msgid "The payment has been authorized on the client's card. Please capture the payment."
+#: ../../src/Translations/AdminTranslations.php:937
+msgid "never use real cards"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173
-msgid "Payment in process"
+#: ../../src/Translations/AdminTranslations.php:943
+msgid "Visit your store"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194
-msgid "Please wait or contact Mercado Pago for further details"
+#: ../../src/Translations/AdminTranslations.php:944
+msgid "to test purchases"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178
-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."
+#: ../../src/Translations/AdminTranslations.php:948
+msgid "4. Test your store before you start to sell"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190
-msgid "Awaiting payment information validation."
+#: ../../src/Translations/AdminTranslations.php:949
+msgid "Choose how you want to operate your store:"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:198
-msgid "Waiting for the buyer."
+#: ../../src/Translations/AdminTranslations.php:950
+msgid "Test Mode"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:202
-msgid "Waiting for the card issuer."
+#: ../../src/Translations/AdminTranslations.php:951
+msgid "Sale Mode (Production)"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206
-msgid "The payment could not be processed. Please ask your client to use another card or to get in touch with the bank."
+#: ../../src/Translations/AdminTranslations.php:952
+msgid "Mercado Pago payment methods in Production Mode"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:221
-msgid "Mercado Pago did not process the payment"
+#: ../../src/Translations/AdminTranslations.php:953
+msgid "Mercado Pago payment methods in Test Mode"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:225, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:315
-msgid "Expired payment deadline"
+#: ../../src/Translations/AdminTranslations.php:954
+msgid "Enter test credentials"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:316
-msgid "The client did not pay within the time limit."
+#: ../../src/Translations/AdminTranslations.php:955
+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 ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234
-msgid "The CVV is invalid. Please ask your client to review the details or use another card."
+#: ../../src/Translations/AdminTranslations.php:956
+msgid "Mercado Pago Checkouts disabled for real collections."
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238
-msgid "The card is expired. Please ask your client to use another card or to contact the bank."
+#: ../../src/Translations/AdminTranslations.php:957
+msgid "Test Mode rules."
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:288, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:292
-msgid "This payment was declined because it did not pass Mercado Pago security controls. Please ask your client to use another card."
+#: ../../src/Translations/AdminTranslations.php:958
+msgid "Mercado Pago Checkouts enabled for real collections."
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284
-msgid "The buyer is suspended in our platform. Your client must contact us to check what happened."
+#: ../../src/Translations/AdminTranslations.php:959
+msgid "The clients can make real purchases in your store."
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255
-msgid "The card does not have enough limit. Please ask your client to use another card or to get in touch with the bank."
+#: ../../src/Translations/AdminTranslations.php:964
+msgid "Store in sale mode (Production)"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256
-msgid "The card does not have sufficient balance. Please ask your client to use another card or to get in touch with the bank."
+#: ../../src/Translations/AdminTranslations.php:965
+msgid "Store under test"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:264
-msgid "The CVV was entered incorrectly several times. Please ask your client to use another card or to get in touch with the bank."
+#: ../../src/Translations/AdminTranslations.php:966
+msgid "Save changes"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:268
-msgid "The card does not allow the number of installments entered. Please ask your client to choose another installment plan or to use another card."
+#: ../../src/Translations/AdminTranslations.php:978
+msgid "Store business fields are valid"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272
-msgid "The card-issuing bank declined the payment. Please instruct your client to ask the bank to authotize it or to use another card."
+#: ../../src/Translations/AdminTranslations.php:979
+msgid "Store business fields could not be validated"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276
-msgid "From Mercado Pago we have detected that this payment has already been made before. If that is not the case, your client may try to pay again."
+#: ../../src/Translations/AdminTranslations.php:980
+msgid "At least one payment method is enabled"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280
-msgid "The card is not active yet. Please ask your client to use another card or to get in touch with the bank to activate it."
+#: ../../src/Translations/AdminTranslations.php:981
+msgid "No payment method enabled"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:296
-msgid "The amount exceeded the card limit. Please ask your client to use another card or to get in touch with the bank."
+#: ../../src/Translations/AdminTranslations.php:982
+msgid "Credentials fields are valid"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:300, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:304, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:308
-msgid "Please ask your client to use another card or to get in touch with the card issuer."
+#: ../../src/Translations/AdminTranslations.php:983
+msgid "Credentials fields could not be validated"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:312
-msgid "The amount exceeded the card's limit. Please ask your client to use another card or to get in touch with the bank."
+#: ../../src/Translations/AdminTranslations.php:995
+msgid "Valid Public Key"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:321
-msgid "The credit function is not enabled for the card. Please tell your client that it is possible to pay with debit or to use another one."
+#: ../../src/Translations/AdminTranslations.php:996
+msgid "Invalid Public Key"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:322
-msgid "The debit function is not enabled for the card. Please tell your client that it is possible to pay with credit or to use another one."
+#: ../../src/Translations/AdminTranslations.php:997
+msgid "Valid Access Token"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:326
-msgid "The card-issuing bank declined the payment. Please instruct your client to ask the bank to authorize it."
+#: ../../src/Translations/AdminTranslations.php:998
+msgid "Invalid Access Token"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:330
-msgid "The buyer does not have enough balance to make the purchase. Please ask your client to deposit money to the Mercado Pago Account or to use a different payment method."
+#: ../../src/Translations/AdminTranslations.php:1010
+msgid "Credentials were updated"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:333
-msgid "There was an error"
+#: ../../src/Translations/AdminTranslations.php:1011
+msgid "Your store has exited Test Mode and is making real sales in Production Mode."
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:334
-msgid "The transaction could not be completed."
+#: ../../src/Translations/AdminTranslations.php:1012
+msgid "To test the store, re-enter both test credentials."
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:417
-msgid "Payment status on Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:1013
+msgid "Invalid credentials"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:477, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:489
-msgid "View purchase details at Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:1014
+msgid "See our manual to learn"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:478, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:490, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:502
-msgid "Sync order status"
+#: ../../src/Translations/AdminTranslations.php:1015
+msgid "how to enter the credentials the right way."
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:501
-msgid "Check the reasons why the purchase was declined."
+#: ../../src/Translations/AdminTranslations.php:1016
+msgid " for test mode"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:608
-msgid "Order update successfully. This page will be reloaded..."
+#: ../../src/Translations/AdminTranslations.php:1028
+msgid "Store information is valid"
msgstr ""
-#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:612
-msgid "Unable to update order: "
+#: ../../src/Translations/AdminTranslations.php:1041
+msgid "Attention:"
msgstr ""
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:126
-msgid "See WooCommerce"
+#: ../../src/Translations/AdminTranslations.php:1042
+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 ""
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124
-msgid "Install WooCommerce"
+#: ../../src/Translations/AdminTranslations.php:1045
+msgid "We are converting your currency from: "
msgstr ""
-#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:121
-msgid "Activate WooCommerce"
+#: ../../src/Translations/AdminTranslations.php:1061
+msgid "to "
msgstr ""
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:137
-msgid "do you have a minute to share your experience with our plugin?"
+#: ../../src/Translations/AdminTranslations.php:1072
+msgid "Payment status on Mercado Pago"
msgstr ""
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:140
-msgid "Your opinion is very important so that we can offer you the best possible payment solution and continue to improve."
+#: ../../src/Translations/AdminTranslations.php:1073
+msgid "This is the payment status of your Mercado Pago Activities. To check the order status, please refer to Order details."
msgstr ""
-#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:149
-msgid "Rate the plugin"
+#: ../../src/Translations/AdminTranslations.php:1074, ../../src/Translations/AdminTranslations.php:1076
+msgid "View purchase details at Mercado Pago"
msgstr ""
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:151
-msgid "Enable payments via Mercado Pago account"
+#: ../../src/Translations/AdminTranslations.php:1075, ../../src/Translations/AdminTranslations.php:1077, ../../src/Translations/AdminTranslations.php:1079
+msgid "Sync order status"
msgstr ""
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:154
-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."
+#: ../../src/Translations/AdminTranslations.php:1078
+msgid "Consult the reasons for refusal"
msgstr ""
-#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:163
-msgid "Activate"
+#: ../../src/Translations/AdminTranslations.php:1080
+msgid "Order update successfully. This page will be reloaded..."
msgstr ""
-#: ../../includes/admin/views/html-admin-alert-frame.php:34, ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30
-msgid "Discard"
+#: ../../src/Translations/AdminTranslations.php:1081
+msgid "Unable to update order:"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:141
-msgid "Mercado Pago Settings"
+#: ../../src/Translations/AdminTranslations.php:1082
+msgid "Payment made"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196
-msgid "Accept "
+#: ../../src/Translations/AdminTranslations.php:1083
+msgid "Payment made by the buyer and already credited in the account."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197
-msgid "payments on the spot "
+#: ../../src/Translations/AdminTranslations.php:1084
+msgid "Call resolved"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198
-msgid "with"
+#: ../../src/Translations/AdminTranslations.php:1085, ../../src/Translations/AdminTranslations.php:1135
+msgid "Please contact Mercado Pago for further details."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199
-msgid "the "
+#: ../../src/Translations/AdminTranslations.php:1086
+msgid "Payment refunded"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200
-msgid "security "
+#: ../../src/Translations/AdminTranslations.php:1087
+msgid "Your refund request has been made. Please contact Mercado Pago for further details."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201
-msgid "from Mercado Pago"
+#: ../../src/Translations/AdminTranslations.php:1088, ../../src/Translations/AdminTranslations.php:1090
+msgid "Payment returned"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202
-msgid "Technical requirements"
+#: ../../src/Translations/AdminTranslations.php:1089
+msgid "The payment has been returned to the client."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203
-msgid "SSL"
+#: ../../src/Translations/AdminTranslations.php:1091
+msgid "The payment has been partially returned to the client."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204
-msgid "GD Extensions"
+#: ../../src/Translations/AdminTranslations.php:1092
+msgid "Payment canceled"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205
-msgid "Curl"
+#: ../../src/Translations/AdminTranslations.php:1093
+msgid "The payment has been successfully canceled."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206
-msgid "Implementation responsible for transmitting data to Mercado Pago in a secure and encrypted way."
+#: ../../src/Translations/AdminTranslations.php:1094
+msgid "Purchase canceled"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207
-msgid "These extensions are responsible for the implementation and operation of Pix in your store."
+#: ../../src/Translations/AdminTranslations.php:1095
+msgid "The payment has been canceled by the customer."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208
-msgid "It is an extension responsible for making payments via requests from the plugin to Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:1096, ../../src/Translations/AdminTranslations.php:1098, ../../src/Translations/AdminTranslations.php:1100, ../../src/Translations/AdminTranslations.php:1102, ../../src/Translations/AdminTranslations.php:1104, ../../src/Translations/AdminTranslations.php:1112, ../../src/Translations/AdminTranslations.php:1114, ../../src/Translations/AdminTranslations.php:1116, ../../src/Translations/AdminTranslations.php:1118, ../../src/Translations/AdminTranslations.php:1120, ../../src/Translations/AdminTranslations.php:1122, ../../src/Translations/AdminTranslations.php:1124, ../../src/Translations/AdminTranslations.php:1179
+msgid "Pending payment"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209
-msgid "Collections and installments"
+#: ../../src/Translations/AdminTranslations.php:1097, ../../src/Translations/AdminTranslations.php:1099, ../../src/Translations/AdminTranslations.php:1101, ../../src/Translations/AdminTranslations.php:1103
+msgid "Awaiting payment from the buyer."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210
-msgid "Choose "
+#: ../../src/Translations/AdminTranslations.php:1105
+msgid "We are veryfing the payment. We will notify you by email in up to 6 hours if everything is fine so that you can deliver the product or provide the service."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211
-msgid "when you want to receive the money "
+#: ../../src/Translations/AdminTranslations.php:1106, ../../src/Translations/AdminTranslations.php:1130, ../../src/Translations/AdminTranslations.php:1146, ../../src/Translations/AdminTranslations.php:1165, ../../src/Translations/AdminTranslations.php:1169, ../../src/Translations/AdminTranslations.php:1171, ../../src/Translations/AdminTranslations.php:1173, ../../src/Translations/AdminTranslations.php:1177
+msgid "Declined payment"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212
-msgid "from your sales and if you want to offer "
+#: ../../src/Translations/AdminTranslations.php:1107, ../../src/Translations/AdminTranslations.php:1131
+msgid "The card-issuing bank declined the payment. Please ask your client to use another card or to get in touch with the bank."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213
-msgid "interest-free installments "
+#: ../../src/Translations/AdminTranslations.php:1108
+msgid "Payment authorized. Awaiting capture."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214
-msgid "to your clients."
+#: ../../src/Translations/AdminTranslations.php:1109
+msgid "The payment has been authorized on the client's card. Please capture the payment."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215
-msgid "Set deadlines and fees"
+#: ../../src/Translations/AdminTranslations.php:1110
+msgid "Payment in process"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216, ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:124
-msgid "Questions? "
+#: ../../src/Translations/AdminTranslations.php:1111, ../../src/Translations/AdminTranslations.php:1121
+msgid "Please wait or contact Mercado Pago for further details"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217
-msgid "Review the step-by-step of "
+#: ../../src/Translations/AdminTranslations.php:1113
+msgid "The bank is reviewing the payment. As soon as we have their confirmation, we will notify you via email so that you can deliver the product or provide the service."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218
-msgid "how to integrate the Mercado Pago Plugin "
+#: ../../src/Translations/AdminTranslations.php:1115, ../../src/Translations/AdminTranslations.php:1117, ../../src/Translations/AdminTranslations.php:1119
+msgid "Awaiting payment information validation."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
-msgid "on our webiste for developers."
+#: ../../src/Translations/AdminTranslations.php:1123
+msgid "Waiting for the buyer."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231
-msgid "1. Integrate your store with Mercado Pago "
+#: ../../src/Translations/AdminTranslations.php:1125
+msgid "Waiting for the card issuer."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232
-msgid "To enable orders, you must create and activate production credentials in your Mercado Pago Account. "
+#: ../../src/Translations/AdminTranslations.php:1126, ../../src/Translations/AdminTranslations.php:1128, ../../src/Translations/AdminTranslations.php:1132, ../../src/Translations/AdminTranslations.php:1153, ../../src/Translations/AdminTranslations.php:1175
+msgid "The card issuing bank declined the payment"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233
-msgid "Copy and paste the credentials below."
+#: ../../src/Translations/AdminTranslations.php:1127, ../../src/Translations/AdminTranslations.php:1129, ../../src/Translations/AdminTranslations.php:1133, ../../src/Translations/AdminTranslations.php:1154, ../../src/Translations/AdminTranslations.php:1176
+msgid "Please recommend your customer to pay with another payment method or to contact their bank."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234
-msgid "Check credentials"
+#: ../../src/Translations/AdminTranslations.php:1134
+msgid "Mercado Pago did not process the payment"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235
-msgid "Test credentials "
+#: ../../src/Translations/AdminTranslations.php:1136, ../../src/Translations/AdminTranslations.php:1181
+msgid "Expired payment deadline"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236
-msgid "Enable Mercado Pago checkouts for test purchases in the store."
+#: ../../src/Translations/AdminTranslations.php:1137, ../../src/Translations/AdminTranslations.php:1182
+msgid "The client did not pay within the time limit."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237
-msgid "Public key"
+#: ../../src/Translations/AdminTranslations.php:1138, ../../src/Translations/AdminTranslations.php:1140, ../../src/Translations/AdminTranslations.php:1142, ../../src/Translations/AdminTranslations.php:1183
+msgid "Your customer entered one or more incorrect card details"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238
-msgid "Access Token"
+#: ../../src/Translations/AdminTranslations.php:1139, ../../src/Translations/AdminTranslations.php:1141, ../../src/Translations/AdminTranslations.php:1143, ../../src/Translations/AdminTranslations.php:1184, ../../src/Translations/AdminTranslations.php:1185
+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 ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239
-msgid "Production credentials"
+#: ../../src/Translations/AdminTranslations.php:1144, ../../src/Translations/AdminTranslations.php:1167
+msgid "We protected you from a suspicious payment"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240
-msgid "Enable Mercado Pago checkouts to receive real payments in the store."
+#: ../../src/Translations/AdminTranslations.php:1145
+msgid "For safety reasons, this transaction cannot be completed."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241
-msgid "Paste your Public Key here"
+#: ../../src/Translations/AdminTranslations.php:1147, ../../src/Translations/AdminTranslations.php:1166
+msgid "The buyer is suspended in our platform. Your client must contact us to check what happened."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242
-msgid "Paste your Access Token here"
+#: ../../src/Translations/AdminTranslations.php:1148
+msgid "For safety reasons, the card issuing bank declined the payment"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280
-msgid "Save and continue"
+#: ../../src/Translations/AdminTranslations.php:1149, ../../src/Translations/AdminTranslations.php:1168
+msgid "Recommend your customer to pay with their usual payment method and device for online purchases."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254
-msgid "2. Customize your business"
+#: ../../src/Translations/AdminTranslations.php:1150
+msgid "Your customer's credit card has no available limit"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255
-msgid "Fill out the following information to have a better experience and offer more information to your clients"
+#: ../../src/Translations/AdminTranslations.php:1151, ../../src/Translations/AdminTranslations.php:1152, ../../src/Translations/AdminTranslations.php:1156
+msgid "Please ask them to pay with another card or to choose another payment method."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256
-msgid "Your store information"
+#: ../../src/Translations/AdminTranslations.php:1155
+msgid "Your customer reached the limit of payment attempts with this card"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257
-msgid "Name of your store in your client's invoice"
+#: ../../src/Translations/AdminTranslations.php:1157
+msgid "Your customer's card does not accept the number of installments selected"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258
-msgid "Eg: Mary's store"
+#: ../../src/Translations/AdminTranslations.php:1158
+msgid "Please ask them to choose a different number of installments or to pay with another method."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259
-msgid "If this field is empty, the purchase will be identified as Mercado Pago."
+#: ../../src/Translations/AdminTranslations.php:1159, ../../src/Translations/AdminTranslations.php:1186
+msgid "Your customer needs to authorize the payment through their bank"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260
-msgid "Identification in Activities of Mercad Pago"
+#: ../../src/Translations/AdminTranslations.php:1160, ../../src/Translations/AdminTranslations.php:1187
+msgid "Please ask them to call the telephone number on their card or to pay with another method."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261
-msgid "Eg: Marystore"
+#: ../../src/Translations/AdminTranslations.php:1161
+msgid "The payment was declined because your customer already paid for this purchase"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262
-msgid "In Activities, you will view this term before the order number"
+#: ../../src/Translations/AdminTranslations.php:1162
+msgid "Check your approved payments to verify it."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263
-msgid "Store category"
+#: ../../src/Translations/AdminTranslations.php:1163
+msgid "Your customer's card was is not activated yet"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264
-msgid "Select"
+#: ../../src/Translations/AdminTranslations.php:1164
+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 ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265
-msgid "Select ”Other” if you do not find the appropriate category."
+#: ../../src/Translations/AdminTranslations.php:1170
+msgid "This payment was declined because it did not pass Mercado Pago security controls. Please ask your client to use another card."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266
-msgid "Advanced integration options (optional)"
+#: ../../src/Translations/AdminTranslations.php:1172
+msgid "The amount exceeded the card limit. Please ask your client to use another card or to get in touch with the bank."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267
-msgid "For further integration of your store with Mercado Pago (IPN, Certified Partners, Debug Mode)"
+#: ../../src/Translations/AdminTranslations.php:1174, ../../src/Translations/AdminTranslations.php:1178
+msgid "Please ask your client to use another card or to get in touch with the card issuer."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268
-msgid "View advanced options"
+#: ../../src/Translations/AdminTranslations.php:1180
+msgid "The amount exceeded the card's limit. Please ask your client to use another card or to get in touch with the bank."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269
-msgid "URL for IPN "
+#: ../../src/Translations/AdminTranslations.php:1188
+msgid "Your customer's debit card has insufficient funds"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270
-msgid "Eg: https://examples.com/my-custom-ipn-url"
+#: ../../src/Translations/AdminTranslations.php:1189
+msgid "Please recommend your customer to pay with another card or to choose another payment method."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271
-msgid "Add the URL to receive payments notifications. Find out more information in the "
+#: ../../src/Translations/AdminTranslations.php:1190
+msgid "Something went wrong and the payment was declined"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272
-msgid "guides."
+#: ../../src/Translations/AdminTranslations.php:1191
+msgid "Please recommend you customer to try again or to pay with another payment method."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273
-msgid "Add plugin default params"
+#: ../../src/Translations/AdminTranslations.php:1204
+msgid "Any questions?"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274
-msgid "integrator_id"
+#: ../../src/Translations/AdminTranslations.php:1205
+msgid "Please check the"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275
-msgid "Eg: 14987126498"
+#: ../../src/Translations/AdminTranslations.php:1206, ../../src/Translations/AdminTranslations.php:1222
+msgid "FAQs"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276
-msgid "If you are a Mercado Pago Certified Partner, make sure to add your integrator_id. If you do not have the code, please "
+#: ../../src/Translations/AdminTranslations.php:1207
+msgid "on the dev website."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277
-msgid "request it now. "
+#: ../../src/Translations/AdminTranslations.php:1220
+msgid "Check our"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278
-msgid "Debug and Log Mode"
+#: ../../src/Translations/AdminTranslations.php:1223
+msgid "or open a ticket to contact the Mercado Pago team."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:279
-msgid "We record your store's actions in order to provide a better assistance."
+#: ../../src/Translations/AdminTranslations.php:1228
+msgid "1. Go to the dev website and open a"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291
-msgid "3. Set payment methods"
+#: ../../src/Translations/AdminTranslations.php:1230
+msgid "ticket"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:292
-msgid "To view more options, please select a payment method below"
+#: ../../src/Translations/AdminTranslations.php:1231
+msgid "in the Support section."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:293
-msgid "Settings"
+#: ../../src/Translations/AdminTranslations.php:1236
+msgid "4. Download the"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:294
-msgid "Continue"
+#: ../../src/Translations/AdminTranslations.php:1237
+msgid "error history"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305
-msgid "4. Test your store before you sell"
+#: ../../src/Translations/AdminTranslations.php:1238
+msgid "and share it with the Mercado Pago team when asked for it."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306
-msgid "Test the experience in Test Mode and then enable the Sale Mode (Production) to sell."
+#: ../../src/Translations/AdminTranslations.php:1242
+msgid "Do you need help?"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307
-msgid "Choose how you want to operate your store:"
+#: ../../src/Translations/AdminTranslations.php:1243
+msgid "How to open a ticket:"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308
-msgid "Test Mode"
+#: ../../src/Translations/AdminTranslations.php:1245
+msgid "2. Fill out the form with your store details."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309
-msgid "Mercado Pago Checkouts disabled for real collections. "
+#: ../../src/Translations/AdminTranslations.php:1246
+msgid "3. Copy and paste the following details when asked for the the technical information:"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310
-msgid "Test Mode rules."
+#: ../../src/Translations/AdminTranslations.php:1249
+msgid "Version:"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311
-msgid "Sale Mode (Production)"
+#: ../../src/Translations/AdminTranslations.php:1250
+msgid "History of errors"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312
-msgid "Mercado Pago Checkouts enabled for real collections."
+#: ../../src/Translations/AdminTranslations.php:1251
+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 ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313
-msgid "Mercado Pago payment methods in Production Mode"
+#: ../../src/Translations/AdminTranslations.php:1254
+msgid "Source"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314
-msgid "The clients can make real purchases in your store."
+#: ../../src/Translations/AdminTranslations.php:1255
+msgid "File date"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315
-msgid "Mercado Pago payment methods in Test Mode"
+#: ../../src/Translations/AdminTranslations.php:1256
+msgid "Download"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316
-msgid "Create your "
+#: ../../src/Translations/AdminTranslations.php:1257
+msgid "Next Page"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317
-msgid "test user "
+#: ../../src/Translations/AdminTranslations.php:1258
+msgid "Previous page"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318
-msgid "(Optional. Can be used in Production Mode and Test Mode, to test payments)."
+#: ../../src/Translations/AdminTranslations.php:1259
+msgid "The plugin has not yet recorded any logs in your store."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319
-msgid "Use our test cards, "
+#: ../../src/Translations/StoreTranslations.php:103
+msgid "discount of"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320
-msgid "never use real cards. "
+#: ../../src/Translations/StoreTranslations.php:104
+msgid "fee of"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321
-msgid "Visit your store "
+#: ../../src/Translations/StoreTranslations.php:105
+msgid "and"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322
-msgid "to test purchases"
+#: ../../src/Translations/StoreTranslations.php:106
+msgid "Shipping service used by the store."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323
-msgid "Save changes"
+#: ../../src/Translations/StoreTranslations.php:107
+msgid "Discount provided by store"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324
-msgid "Store under test"
+#: ../../src/Translations/StoreTranslations.php:108
+msgid "Mercado Pago Discount"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325
-msgid "Store in sale mode (Production)"
+#: ../../src/Translations/StoreTranslations.php:109
+msgid "Mercado Pago Commission"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326
-msgid "Enter test credentials"
+#: ../../src/Translations/StoreTranslations.php:121
+msgid "Checkout Pro in Test Mode"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:327
-msgid "To enable test mode, "
+#: ../../src/Translations/StoreTranslations.php:122, ../../src/Translations/StoreTranslations.php:180, ../../src/Translations/StoreTranslations.php:214
+msgid "Use Mercado Pago's payment methods without real charges. "
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:328
-msgid "copy your test credentials "
+#: ../../src/Translations/StoreTranslations.php:123, ../../src/Translations/StoreTranslations.php:181, ../../src/Translations/StoreTranslations.php:215, ../../src/Translations/StoreTranslations.php:336, ../../src/Translations/StoreTranslations.php:364
+msgid "See the rules for the test mode."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:329
-msgid "and paste them above in section 1 of this page."
+#: ../../src/Translations/StoreTranslations.php:124
+msgid "Log in to Mercado Pago and earn benefits"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:366
-msgid "Invalid Access Token"
+#: ../../src/Translations/StoreTranslations.php:125
+msgid "Easy login"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:368
-msgid "Valid Access Token"
+#: ../../src/Translations/StoreTranslations.php:126
+msgid "Log in with the same email and password you use in Mercado Libre."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:374
-msgid "Invalid Public Key"
+#: ../../src/Translations/StoreTranslations.php:127
+msgid "Blue phone image"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:376
-msgid "Valid Public Key"
+#: ../../src/Translations/StoreTranslations.php:128
+msgid "Quick payments"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:379
-msgid "Credentials must be valid"
+#: ../../src/Translations/StoreTranslations.php:129
+msgid "Use your saved cards, Pix or available balance."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:429
-msgid "Credentials were updated"
+#: ../../src/Translations/StoreTranslations.php:130
+msgid "Use your available Mercado Pago Wallet balance or saved cards."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:421
-msgid "Your store has exited Test Mode and is making real sales in Production Mode."
+#: ../../src/Translations/StoreTranslations.php:131
+msgid "Use your available money or saved cards."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:422
-msgid "To test the store, re-enter both test credentials."
+#: ../../src/Translations/StoreTranslations.php:132
+msgid "Blue wallet image"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:435
-msgid "Invalid credentials"
+#: ../../src/Translations/StoreTranslations.php:133
+msgid "Protected purchases"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:436
-msgid "See our manual to learn "
+#: ../../src/Translations/StoreTranslations.php:134
+msgid "Reliable purchases"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:437
-msgid "how to enter the credentials the right way."
+#: ../../src/Translations/StoreTranslations.php:135
+msgid "Get your money back in case you don't receive your product."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:497
-msgid "Store information is valid"
+#: ../../src/Translations/StoreTranslations.php:136
+msgid "Get help if you have a problem with your purchase."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:527
-msgid "Mercado Pago's Payment Methods in Test Mode"
+#: ../../src/Translations/StoreTranslations.php:137
+msgid "Blue protection image"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:528
-msgid "Mercado Pago's Payment Methods in Production Mode"
+#: ../../src/Translations/StoreTranslations.php:138
+msgid "Installments option"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:521
-msgid "Invalid credentials for test mode"
+#: ../../src/Translations/StoreTranslations.php:139
+msgid "Pay with or without a credit card."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:603
-msgid "Enabled"
+#: ../../src/Translations/StoreTranslations.php:140
+msgid "Interest-free installments with selected banks."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:604
-msgid "Disabled"
+#: ../../src/Translations/StoreTranslations.php:141
+msgid "Blue phone installments image"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:632
-msgid "Valid Credentials"
+#: ../../src/Translations/StoreTranslations.php:142
+msgid "Available payment methods"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:635
-msgid "Credentials couldn't be validated"
+#: ../../src/Translations/StoreTranslations.php:143, ../../src/Translations/StoreTranslations.php:186
+msgid "By continuing, you will be taken to Mercado Pago to safely complete your purchase."
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:658
-msgid "Store business fields are valid"
+#: ../../src/Translations/StoreTranslations.php:144, ../../src/Translations/StoreTranslations.php:187
+msgid "Checkout Pro redirect info image"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:661
-msgid "Store business fields couldn't be validated"
+#: ../../src/Translations/StoreTranslations.php:145, ../../src/Translations/StoreTranslations.php:188, ../../src/Translations/StoreTranslations.php:239, ../../src/Translations/StoreTranslations.php:281, ../../src/Translations/StoreTranslations.php:342, ../../src/Translations/StoreTranslations.php:374
+msgid "By continuing, you agree with our"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:684
-msgid "At least one paymet method is enabled"
+#: ../../src/Translations/StoreTranslations.php:146, ../../src/Translations/StoreTranslations.php:189, ../../src/Translations/StoreTranslations.php:240, ../../src/Translations/StoreTranslations.php:282, ../../src/Translations/StoreTranslations.php:343, ../../src/Translations/StoreTranslations.php:375
+msgid "Terms and conditions"
msgstr ""
-#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:687
-msgid "No payment method enabled"
+#: ../../src/Translations/StoreTranslations.php:147, ../../src/Translations/StoreTranslations.php:218, ../../src/Translations/StoreTranslations.php:263
+msgid "Pay with Mercado Pago"
msgstr ""
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:77
-msgid "Payment approved."
+#: ../../src/Translations/StoreTranslations.php:148, ../../src/Translations/StoreTranslations.php:264
+msgid "Cancel & Clear Cart"
msgstr ""
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:131, ../../includes/module/order/class-wc-woomercadopago-order.php:135
-msgid "Waiting for the Pix payment."
+#: ../../src/Translations/StoreTranslations.php:161
+msgid "Log in"
msgstr ""
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:148, ../../includes/module/order/class-wc-woomercadopago-order.php:152
-msgid "Waiting for the ticket payment."
+#: ../../src/Translations/StoreTranslations.php:162
+msgid "or create an account in Mercado Pago. If you use Mercado Libre, you already have one!"
msgstr ""
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:160
-msgid "The customer has not made the payment yet."
+#: ../../src/Translations/StoreTranslations.php:167
+msgid "Know your available limit in Mercado Crédito and"
msgstr ""
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:179
-msgid "Payment is pending review."
+#: ../../src/Translations/StoreTranslations.php:168
+msgid "choose how many installments"
msgstr ""
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:196
-msgid "Payment was declined. The customer can try again."
+#: ../../src/Translations/StoreTranslations.php:169
+msgid "you want to pay"
msgstr ""
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:211
-msgid "Payment was returned to the customer."
+#: ../../src/Translations/StoreTranslations.php:174
+msgid "Pay the installments as you prefer:"
msgstr ""
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:225
-msgid "Payment was canceled."
+#: ../../src/Translations/StoreTranslations.php:175
+msgid "with money in your account, card of from the Mercado Pago app"
msgstr ""
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:240, ../../includes/module/order/class-wc-woomercadopago-order.php:252
-msgid "The payment is in mediation or the purchase was unknown by the customer."
+#: ../../src/Translations/StoreTranslations.php:179
+msgid "No card installments in Test Mode"
msgstr ""
-#. translators: 1: payment_id 2: status
-#: ../../includes/module/order/class-wc-woomercadopago-order.php:318
-msgid "Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s."
+#: ../../src/Translations/StoreTranslations.php:182
+msgid "How to use it?"
msgstr ""
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:371
-msgid "Shipping service used by the store."
+#: ../../src/Translations/StoreTranslations.php:190
+msgid "Pay in"
msgstr ""
-#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:562, ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:563
-msgid "Discount provided by store"
+#: ../../src/Translations/StoreTranslations.php:191
+msgid "installments"
msgstr ""
-#. translators: %s coupon
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:130
-msgid "Discount for coupon %s"
+#: ../../src/Translations/StoreTranslations.php:192
+msgid "with Mercado Pago"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
-msgid " and fee of"
+#: ../../src/Translations/StoreTranslations.php:193
+msgid "Read more"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:545
-msgid "Public Key production credential is invalid. Review the field to receive real payments."
+#: ../../src/Translations/StoreTranslations.php:194
+msgid "Buy now and pay in installments with no card later!"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:554
-msgid "Public Key test credential is invalid. Review the field to perform tests in your store."
+#: ../../src/Translations/StoreTranslations.php:195
+msgid "100% online, without paperwork or monthly fees"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:563
-msgid "Access Token production credential is invalid. Remember that it must be complete to receive real payments."
+#: ../../src/Translations/StoreTranslations.php:196
+msgid "You can apply for your line of credit 100% online and securely."
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:572
-msgid "Access Token test credential is invalid. Review the field to perform tests in your store."
+#: ../../src/Translations/StoreTranslations.php:197
+msgid "Do everything from the Mercado Pago app!"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:590
-msgid "Public Key test credential is blank. Review the field to perform tests in your store."
+#: ../../src/Translations/StoreTranslations.php:198
+msgid "No maintenance fees or additional costs."
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:599
-msgid "Public Key production credential is blank. Review the field to receive real payments."
+#: ../../src/Translations/StoreTranslations.php:199
+msgid "Questions? "
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:608
-msgid "Access Token test credential is blank. Review the field to perform tests in your store."
+#: ../../src/Translations/StoreTranslations.php:200
+msgid "Check our FAQ"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:617
-msgid "Access Token production credential is blank. Remember that it must be complete to receive real payments."
+#: ../../src/Translations/StoreTranslations.php:201
+msgid ". Credit subject to approval."
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92, ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:90
-msgid "There was an error processing your payment. Please try again or contact us for Assistance."
+#: ../../src/Translations/StoreTranslations.php:213
+msgid "Checkout Custom in Test Mode"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84, ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:82, ../../templates/checkout/custom-checkout.php:45, ../../templates/receipt/custom-checkout.php:41
-msgid "Pay with Mercado Pago"
+#: ../../src/Translations/StoreTranslations.php:216
+msgid "Pay with saved cards"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86, ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:84, ../../templates/receipt/custom-checkout.php:44
-msgid "Cancel & Clear Cart"
+#: ../../src/Translations/StoreTranslations.php:217
+msgid "Do you have a Mercado Libre account? Then use the same email and password to pay faster with Mercado Pago."
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:73, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82
-msgid "Apply"
+#: ../../src/Translations/StoreTranslations.php:219
+msgid "With which card can you pay?"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:74, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
-msgid "Remove"
+#: ../../src/Translations/StoreTranslations.php:220, ../../src/Translations/StoreTranslations.php:224
+msgid "See current promotions"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
-msgid "Please, inform your coupon code"
+#: ../../src/Translations/StoreTranslations.php:221
+msgid "Credit cards"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
-msgid "To choose"
+#: ../../src/Translations/StoreTranslations.php:222
+msgid "Up to 12 installments"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
-msgid "Other bank"
+#: ../../src/Translations/StoreTranslations.php:223
+msgid "Debit cards"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:148, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
-msgid "You will save"
+#: ../../src/Translations/StoreTranslations.php:225
+msgid "Fill in your card details"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:149, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
-msgid "with discount of"
+#: ../../src/Translations/StoreTranslations.php:226
+msgid "Card number"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:150, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
-msgid "Total of your purchase:"
+#: ../../src/Translations/StoreTranslations.php:227, ../../src/Translations/StoreTranslations.php:229, ../../src/Translations/StoreTranslations.php:231, ../../src/Translations/StoreTranslations.php:233
+msgid "Required data"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:151, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
-msgid "Total of your purchase with discount:"
+#: ../../src/Translations/StoreTranslations.php:228
+msgid "Holder name as it appears on the card"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
-msgid "*After payment approval"
+#: ../../src/Translations/StoreTranslations.php:230
+msgid "Expiration"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
-msgid "Terms and conditions of use"
+#: ../../src/Translations/StoreTranslations.php:232
+msgid "Security Code"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
-msgid "No fee"
+#: ../../src/Translations/StoreTranslations.php:234, ../../src/Translations/StoreTranslations.php:337, ../../src/Translations/StoreTranslations.php:365
+msgid "Holder document"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173
-msgid "More options"
+#: ../../src/Translations/StoreTranslations.php:235, ../../src/Translations/StoreTranslations.php:338, ../../src/Translations/StoreTranslations.php:366
+msgid "Invalid document"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
-msgid "mm/yy"
+#: ../../src/Translations/StoreTranslations.php:236, ../../src/Translations/StoreTranslations.php:238
+msgid "Select the number of installments"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164, ../../templates/checkout/custom-checkout.php:134
+#: ../../src/Translations/StoreTranslations.php:237, ../../src/Translations/StoreTranslations.php:242
msgid "Issuer"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165
+#: ../../src/Translations/StoreTranslations.php:241
+msgid "mm/yy"
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:243
msgid "Installments"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
+#: ../../src/Translations/StoreTranslations.php:244
msgid "on the back"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
+#: ../../src/Translations/StoreTranslations.php:245
msgid "on the front"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
+#: ../../src/Translations/StoreTranslations.php:246
msgid "digits"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:174
+#: ../../src/Translations/StoreTranslations.php:247
+msgid "No fee"
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:248
+msgid "More options"
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:249
msgid "If interest is applicable, it will be charged by your bank."
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175
+#: ../../src/Translations/StoreTranslations.php:250
msgid "Interest"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178
+#: ../../src/Translations/StoreTranslations.php:251
msgid "Card number is required"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:179
+#: ../../src/Translations/StoreTranslations.php:252
msgid "Card number invalid"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:182
+#: ../../src/Translations/StoreTranslations.php:253
msgid "Holder name is required"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:183
+#: ../../src/Translations/StoreTranslations.php:254
msgid "Holder name invalid"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:186, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188
+#: ../../src/Translations/StoreTranslations.php:255, ../../src/Translations/StoreTranslations.php:257
msgid "Expiration date invalid"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:187
+#: ../../src/Translations/StoreTranslations.php:256
msgid "Expiration date incomplete"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:191
+#: ../../src/Translations/StoreTranslations.php:258
msgid "Security code is required"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:192
+#: ../../src/Translations/StoreTranslations.php:259
msgid "Security code incomplete"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:230
+#: ../../src/Translations/StoreTranslations.php:260
msgid "Cost of installments"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:231
+#: ../../src/Translations/StoreTranslations.php:261
msgid "Total with installments"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:232
+#: ../../src/Translations/StoreTranslations.php:262
msgid "installments of"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:139
+#: ../../src/Translations/StoreTranslations.php:276
+msgid "Pix in Test Mode"
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:277
+msgid "You can test the flow to generate a code, but you cannot finalize the payment."
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:278
+msgid "Pay instantly"
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:279
+msgid "By confirming your purchase, we will show you a code to make the payment."
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:280
+msgid "Pix logo"
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:283, ../../src/Translations/StoreTranslations.php:292
+msgid "Code valid for "
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:284
msgid "Now you just need to pay with Pix to finalize your purchase"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:140
+#: ../../src/Translations/StoreTranslations.php:285
msgid "How to pay with Pix:"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
+#: ../../src/Translations/StoreTranslations.php:286
msgid "Go to your bank's app or website"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142
+#: ../../src/Translations/StoreTranslations.php:287
msgid "Search for the option to pay with Pix"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143
+#: ../../src/Translations/StoreTranslations.php:288
msgid "Scan the QR code or Pix code"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144
+#: ../../src/Translations/StoreTranslations.php:289
msgid "Done! You will see the payment confirmation"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145
+#: ../../src/Translations/StoreTranslations.php:290
msgid "Value: "
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147
+#: ../../src/Translations/StoreTranslations.php:291
msgid "Scan the QR code:"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150
+#: ../../src/Translations/StoreTranslations.php:293
msgid "If you prefer, you can pay by copying and pasting the following code"
msgstr ""
-#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152
+#: ../../src/Translations/StoreTranslations.php:294
msgid "Copy code"
msgstr ""
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:112
-msgid "Pay in"
+#: ../../src/Translations/StoreTranslations.php:295, ../../src/Translations/StoreTranslations.php:349, ../../src/Translations/StoreTranslations.php:373
+msgid "Mercado Pago: The customer has not paid yet."
msgstr ""
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:113
-msgid "installments"
+#: ../../src/Translations/StoreTranslations.php:296
+msgid "Mercado Pago: Now you just need to pay with Pix to finalize your purchase."
msgstr ""
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:114
-msgid "with Mercado Pago"
+#: ../../src/Translations/StoreTranslations.php:297
+msgid "Scan the QR code below or copy and paste the code into your bank's application."
msgstr ""
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:115
-msgid "Read more"
+#: ../../src/Translations/StoreTranslations.php:298
+msgid "30 minutes"
msgstr ""
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:116
-msgid "Buy now and pay in installments with no card later!"
+#: ../../src/Translations/StoreTranslations.php:310
+msgid "Payment approved."
msgstr ""
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:117
-msgid "100% online,"
+#: ../../src/Translations/StoreTranslations.php:311
+msgid "Waiting for the Pix payment."
msgstr ""
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:118
-msgid "without paperwork or monthly fees"
+#: ../../src/Translations/StoreTranslations.php:312
+msgid "Waiting for the ticket payment."
msgstr ""
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:119
-msgid "When paying, choose"
+#: ../../src/Translations/StoreTranslations.php:313
+msgid "The customer has not made the payment yet."
msgstr ""
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:120
-msgid ". Login to your account or create one in a few steps."
+#: ../../src/Translations/StoreTranslations.php:314
+msgid "Payment is pending review."
msgstr ""
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:121
-msgid "Search for"
+#: ../../src/Translations/StoreTranslations.php:315
+msgid "Payment was declined. The customer can try again."
msgstr ""
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:122
-msgid "among the options, select it and choose in how many installments you would like to pay."
+#: ../../src/Translations/StoreTranslations.php:316
+msgid "Payment was returned to the customer."
msgstr ""
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:123
-msgid "Pay your installments monthly as you wish, in the Mercado Pago app."
+#: ../../src/Translations/StoreTranslations.php:317
+msgid "The payment was partially returned to the customer. the amount refunded was : "
msgstr ""
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126
-msgid "Check our FAQ"
+#: ../../src/Translations/StoreTranslations.php:318
+msgid "Payment was canceled."
msgstr ""
-#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:127
-msgid ". Credit subject to approval."
+#: ../../src/Translations/StoreTranslations.php:319, ../../src/Translations/StoreTranslations.php:320
+msgid "The payment is in mediation or the purchase was unknown by the customer."
msgstr ""
-#: ../../includes/module/sdk/lib/class-mp.php:182, ../../includes/module/sdk/lib/class-mp.php:634, ../../includes/module/sdk/lib/class-mp.php:682, ../../includes/module/sdk/lib/class-mp.php:727, ../../includes/module/sdk/lib/class-mp.php:986
-msgid "Response from cache"
+#: ../../src/Translations/StoreTranslations.php:321
+msgid "The payment"
msgstr ""
-#: ../../includes/module/sdk/lib/class-mp.php:1000
-msgid "Response from API"
+#: ../../src/Translations/StoreTranslations.php:322
+msgid "was notified by Mercado Pago with status"
msgstr ""
-#. translators: 1: total_time currency 2: url
-#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179
-msgid "Took %1$s seconds to transfer a request to %2$s"
+#: ../../src/Translations/StoreTranslations.php:334
+msgid "Offline Methods in Test Mode"
msgstr ""
-#: ../../templates/checkout/basic-checkout.php:24
-msgid "Checkout Pro in Test Mode"
+#: ../../src/Translations/StoreTranslations.php:335
+msgid "You can test the flow to generate an invoice, but you cannot finalize the payment."
msgstr ""
-#: ../../templates/checkout/basic-checkout.php:25, ../../templates/checkout/credits-checkout.php:25
-msgid "Use Mercado Pago's payment methods without real charges. "
+#: ../../src/Translations/StoreTranslations.php:339, ../../src/Translations/StoreTranslations.php:367
+msgid "Select where you want to pay"
msgstr ""
-#: ../../templates/checkout/basic-checkout.php:26, ../../templates/checkout/credits-checkout.php:26, ../../templates/checkout/ticket-checkout.php:26
-msgid "See the rules for the test mode."
+#: ../../src/Translations/StoreTranslations.php:340, ../../src/Translations/StoreTranslations.php:368
+msgid "more options"
msgstr ""
-#: ../../templates/checkout/basic-checkout.php:35
-msgid "Log in to Mercado Pago and earn benefits"
+#: ../../src/Translations/StoreTranslations.php:341
+msgid "Select a payment method"
msgstr ""
-#: ../../templates/checkout/basic-checkout.php:54
-msgid "By continuing, you will be taken to Mercado Pago to safely complete your purchase."
+#: ../../src/Translations/StoreTranslations.php:344
+msgid "Great, we processed your purchase order. Complete the payment with ticket so that we finish approving it."
msgstr ""
-#: ../../templates/checkout/basic-checkout.php:56, ../../templates/checkout/credits-checkout.php:47
-msgid "Checkout Pro redirect info image"
+#: ../../src/Translations/StoreTranslations.php:345
+msgid "Print ticket"
msgstr ""
-#: ../../templates/checkout/basic-checkout.php:66, ../../templates/checkout/credits-checkout.php:56, ../../templates/checkout/custom-checkout.php:169, ../../templates/checkout/pix-checkout.php:31, ../../templates/checkout/ticket-checkout.php:96
-msgid "By continuing, you agree with our"
+#: ../../src/Translations/StoreTranslations.php:346
+msgid " and "
msgstr ""
-#: ../../templates/checkout/basic-checkout.php:67, ../../templates/checkout/credits-checkout.php:57, ../../templates/checkout/custom-checkout.php:170, ../../templates/checkout/pix-checkout.php:31, ../../templates/checkout/ticket-checkout.php:97
-msgid "Terms and conditions"
+#: ../../src/Translations/StoreTranslations.php:347
+msgid "To print the ticket again click"
msgstr ""
-#: ../../templates/checkout/credits-checkout.php:24
-msgid "No card installments in Test Mode"
+#: ../../src/Translations/StoreTranslations.php:348
+msgid "here"
msgstr ""
-#: ../../templates/checkout/credits-checkout.php:34
-msgid "How to use it?"
+#: ../../src/Translations/StoreTranslations.php:362
+msgid "Checkout PSE in Test Mode"
msgstr ""
-#: ../../templates/checkout/credits-checkout.php:37
-msgid "Log in or create an account in Mercado Pago. If you use Mercado Libre, you already have one!"
+#: ../../src/Translations/StoreTranslations.php:363
+msgid "You can test the flow to generate a payment with PSE"
msgstr ""
-#: ../../templates/checkout/credits-checkout.php:38
-msgid "Know your available limit in Mercado Crédito and choose how many installments you want to pay."
+#: ../../src/Translations/StoreTranslations.php:369
+msgid "Person type "
msgstr ""
-#: ../../templates/checkout/credits-checkout.php:39
-msgid "Pay the installments as you prefer: with money in your account, card of from the Mercado Pago app."
+#: ../../src/Translations/StoreTranslations.php:370
+msgid "Financial institution"
msgstr ""
-#: ../../templates/checkout/credits-checkout.php:46
-msgid "By confirming your purchase, you will be redirected to your Mercado Pago account."
+#: ../../src/Translations/StoreTranslations.php:371
+msgid "Select the financial institution"
msgstr ""
-#: ../../templates/checkout/custom-checkout.php:23
-msgid "Checkout Custom in Test Mode"
+#: ../../src/Translations/StoreTranslations.php:372
+msgid "Select the institution"
msgstr ""
-#: ../../templates/checkout/custom-checkout.php:24
-msgid "Use Mercado Pago means without real charges."
+#: ../../src/Translations/StoreTranslations.php:387
+msgid "A problem was occurred when processing your payment. Please, try again."
msgstr ""
-#: ../../templates/checkout/custom-checkout.php:25
-msgid "See test mode rules."
+#: ../../src/Translations/StoreTranslations.php:388
+msgid "A problem was occurred when processing your payment. Are you sure you have correctly filled all information in the checkout form?"
msgstr ""
-#: ../../templates/checkout/custom-checkout.php:36
-msgid "Pay with saved cards"
+#: ../../src/Translations/StoreTranslations.php:389
+msgid "See your order form"
msgstr ""
-#: ../../templates/checkout/custom-checkout.php:40
-msgid "Do you have a Mercado Libre account? Then use the same email and password to pay faster with Mercado Pago."
+#: ../../src/Translations/StoreTranslations.php:390
+msgid "Your payment was declined. You can try again."
msgstr ""
-#: ../../templates/checkout/custom-checkout.php:57
-msgid "With which card can you pay?"
+#: ../../src/Translations/StoreTranslations.php:391
+msgid "Click to try again"
msgstr ""
-#: ../../templates/checkout/custom-checkout.php:70
-msgid "See current promotions"
+#: ../../src/Translations/StoreTranslations.php:392
+msgid "That's it, payment accepted!"
msgstr ""
-#: ../../templates/checkout/custom-checkout.php:78
-msgid "Fill in your card details"
+#: ../../src/Translations/StoreTranslations.php:393
+msgid "We are processing your payment. In less than an hour we will send you the result by email."
msgstr ""
-#: ../../templates/checkout/custom-checkout.php:80
-msgid "Card number"
+#: ../../src/Translations/StoreTranslations.php:394
+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 ""
-#: ../../templates/checkout/custom-checkout.php:82, ../../templates/checkout/custom-checkout.php:89, ../../templates/checkout/custom-checkout.php:98, ../../templates/checkout/custom-checkout.php:106
-msgid "Required data"
+#: ../../src/Translations/StoreTranslations.php:395
+msgid "Check the card number."
msgstr ""
-#: ../../templates/checkout/custom-checkout.php:87
-msgid "Holder name as it appears on the card"
+#: ../../src/Translations/StoreTranslations.php:396
+msgid "Check the expiration date."
msgstr ""
-#: ../../templates/checkout/custom-checkout.php:95
-msgid "Expiration"
+#: ../../src/Translations/StoreTranslations.php:397
+msgid "Check the information provided."
msgstr ""
-#: ../../templates/checkout/custom-checkout.php:103
-msgid "Security Code"
+#: ../../src/Translations/StoreTranslations.php:398
+msgid "Check the informed security code."
msgstr ""
-#: ../../templates/checkout/custom-checkout.php:113, ../../templates/checkout/ticket-checkout.php:36, ../../templates/checkout/ticket-checkout.php:53
-msgid "Holder document"
+#: ../../src/Translations/StoreTranslations.php:399, ../../src/Translations/StoreTranslations.php:400
+msgid "Your payment cannot be processed."
msgstr ""
-#: ../../templates/checkout/custom-checkout.php:114, ../../templates/checkout/ticket-checkout.php:37, ../../templates/checkout/ticket-checkout.php:54
-msgid "Invalid document"
+#: ../../src/Translations/StoreTranslations.php:401
+msgid "You must authorize payments for your orders."
msgstr ""
-#: ../../templates/checkout/custom-checkout.php:129, ../../templates/checkout/custom-checkout.php:145
-msgid "Select the number of installments"
+#: ../../src/Translations/StoreTranslations.php:402
+msgid "Contact your card issuer to activate it. The phone is on the back of your card."
msgstr ""
-#: ../../templates/checkout/pix-checkout.php:22
-msgid "Pix in Test Mode"
+#: ../../src/Translations/StoreTranslations.php:403
+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 ""
-#: ../../templates/checkout/pix-checkout.php:22
-msgid "You can test the flow to generate a code, but you cannot finalize the payment."
+#: ../../src/Translations/StoreTranslations.php:404
+msgid "Your payment was declined. Please select another payment method. It is recommended in cash."
msgstr ""
-#: ../../templates/checkout/pix-checkout.php:27
-msgid "Pay instantly"
+#: ../../src/Translations/StoreTranslations.php:405
+msgid "Your payment does not have sufficient funds."
msgstr ""
-#: ../../templates/checkout/pix-checkout.php:27
-msgid "By confirming your purchase, we will show you a code to make the payment."
+#: ../../src/Translations/StoreTranslations.php:406
+msgid "Payment cannot process the selected fee."
msgstr ""
-#: ../../templates/checkout/pix-checkout.php:27
-msgid "Pix logo"
+#: ../../src/Translations/StoreTranslations.php:407
+msgid "You have reached the limit of allowed attempts. Choose another card or other payment method."
msgstr ""
-#: ../../templates/checkout/ticket-checkout.php:24
-msgid "Offline Methods in Test Mode"
+#: ../../src/Translations/StoreTranslations.php:408
+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 ""
-#: ../../templates/checkout/ticket-checkout.php:25
-msgid "You can test the flow to generate an invoice, but you cannot finalize the payment. "
+#: ../../src/Translations/StoreTranslations.php:409
+msgid "Invalid transaction attempt It is not possible to pay with the email address entered. Please enter another e-mail address."
msgstr ""
-#: ../../templates/checkout/ticket-checkout.php:68
-msgid "Select where you want to pay"
+#: ../../src/Translations/StoreTranslations.php:410
+msgid "This payment method cannot process your payment."
msgstr ""
-#: ../../templates/checkout/ticket-checkout.php:73
-msgid "more options"
+#: ../../src/Translations/StoreTranslations.php:422
+msgid "Your bank needs you to authorize the payment Please call the telephone number on your card or pay with another method."
msgstr ""
-#: ../../templates/checkout/ticket-checkout.php:78
-msgid "Select a payment method"
+#: ../../src/Translations/StoreTranslations.php:423, ../../src/Translations/StoreTranslations.php:424
+msgid "For safety reasons, your payment was declined We recommended paying with your usual payment method and device for online purchases."
msgstr ""
-#: ../../templates/order/payment-status-metabox-content.php:30
-msgid "This is the payment status of your Mercado Pago Activities. To check the order status, please refer to Order details."
+#: ../../src/Translations/StoreTranslations.php:425, ../../src/Translations/StoreTranslations.php:426, ../../src/Translations/StoreTranslations.php:427, ../../src/Translations/StoreTranslations.php:428
+msgid "One or more card details were entered incorrecctly Please enter them again as they appear on the card to complete the payment."
msgstr ""
-#: ../../templates/order-received/show-ticket.php:19
-msgid "Great, we processed your purchase order. Complete the payment with ticket so that we finish approving it."
+#: ../../src/Translations/StoreTranslations.php:429
+msgid "Your credit card has no available limit Please pay using another card or choose another payment method."
msgstr ""
-#: ../../templates/order-received/show-ticket.php:23
-msgid "Print ticket"
+#: ../../src/Translations/StoreTranslations.php:430
+msgid "Your debit card has insufficient founds Please pay using another card or choose another payment method."
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:431
+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:432
+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:433
+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:434
+msgid "Your payment was declined because you already paid for this purchase Check your card transactions to verify it."
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:435, ../../src/Translations/StoreTranslations.php:436, ../../src/Translations/StoreTranslations.php:437
+msgid "The card issuing bank declined the payment We recommended paying with another payment method or contact your bank."
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:438
+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:439
+msgid "Your payment was declined because something went wrong We recommended trying again or paying with another method."
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:451
+msgid "We are taking you to validate the card"
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:452
+msgid "with your bank"
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:453
+msgid "We need to confirm that you are the cardholder."
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:454
+msgid "We are receiving the response from your bank"
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:455
+msgid "Complete the bank validation so your payment can be approved"
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:456
+msgid "Please keep this page open. If you close it, you will not be able to resume the validation."
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:457
+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/index.php b/index.php
index 88129401e..da8f1da45 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,13 @@
filePath.includes(`.${extension}`) && !filePath.includes('.min');
- const filtredFiles = assetsFiles.filter(filePath => isNotMinifiedAndHasSelectedExtension(filePath));
-
- filtredFiles.forEach(file => {
- const filePath = path.resolve(`${file}`);
-
- minify(filePath, {js: {ecma: 6}, css: {compatibility: '*'}})
- .then(minifiedContent => {
- const newFilePathName = filePath.split(`.${extension}`)[0].concat(`.min.${extension}`);
- fs.writeFileSync(newFilePathName, minifiedContent);
- })
- .catch(console.error);
- });
+/**
+ * Minify JS and CSS files
+ *
+ * @param extension
+ */
+function minifyFiles (extension) {
+ const assetsFiles = findFilesInDir(`./assets/${extension}`, `.${extension}`, '/blocks');
+ const isNotMinifiedAndHasSelectedExtension = (filePath) => filePath.includes(`.${extension}`) && !filePath.includes('.min');
+ const filteredFiles = assetsFiles.filter((filePath) => isNotMinifiedAndHasSelectedExtension(filePath));
+
+ filteredFiles.forEach((file) => {
+ const filePath = path.resolve(`${file}`);
+
+ minify(filePath, { js: { ecma: 6 }, css: { compatibility: '*' } })
+ .then((minifiedContent) => {
+ const newFilePathName = filePath
+ .split(`.${extension}`)[0]
+ .concat(`.min.${extension}`);
+ fs.writeFileSync(newFilePathName, minifiedContent);
+ })
+ .catch(console.error);
+ });
}
-function generatePotFiles() {
- wpPot({
- destFile: './i18n/languages/woocommerce-mercadopago.pot',
- domain: 'lkn-wc-mercadopago',
- lastTranslator: 'MPB Desenvolvimento ',
- src: ['includes/**/*.php', 'templates/**/*.php']
- });
+/**
+ * Generate .pot files
+ */
+function generatePotFiles () {
+ wpPot({
+ domain: 'woocommerce-mercadopago',
+ destFile: './i18n/languages/woocommerce-mercadopago.pot',
+ lastTranslator: 'Mercado Pago Developers ',
+ src: ['src/**/*.php', 'templates/**/*.php']
+ });
}
/**
@@ -34,28 +44,36 @@ function generatePotFiles() {
*
* @param startPath
* @param filter
+ *
* @returns {*[]}
*/
-function findFilesInDir(startPath,filter){
- let results = [];
-
- if (!fs.existsSync(startPath)){
- console.error("no dir ",startPath);
- return [];
- }
-
- const files=fs.readdirSync(startPath);
- for(let i=0;i=0) {
- results.push(filename);
- }
- }
-
- return results;
+function findFilesInDir (startPath, filter, excludes = '') {
+ let results = [];
+
+ if (!fs.existsSync(startPath)) {
+ console.error('no dir ', startPath);
+ return [];
+ }
+
+ const files = fs.readdirSync(startPath);
+
+ for (let i = 0; i < files.length; i++) {
+ const filename = path.join(startPath, files[i]);
+
+ if (filename.includes(excludes)) {
+ continue;
+ }
+
+ const stat = fs.lstatSync(filename);
+
+ if (stat.isDirectory()) {
+ results = results.concat(findFilesInDir(filename, filter, excludes));
+ } else if (filename.indexOf(filter) >= 0) {
+ results.push(filename);
+ }
+ }
+
+ return results;
}
-module.exports = {minifyFiles, generatePotFiles};
+module.exports = { minifyFiles, generatePotFiles };
diff --git a/narciso.webpack.config.js b/narciso.webpack.config.js
new file mode 100644
index 000000000..577cfdf62
--- /dev/null
+++ b/narciso.webpack.config.js
@@ -0,0 +1,47 @@
+const path = require('path');
+const glob = require('glob');
+const MiniCssExtractPlugin = require('mini-css-extract-plugin');
+const CssMinimizerWebpackPlugin = require('css-minimizer-webpack-plugin');
+const webpack = require('webpack');
+
+module.exports = {
+ entry: {
+ 'mp-plugins-components': glob.sync(path.resolve(__dirname, './packages/narciso/**/*.js')),
+ 'mp-plugins-styles': glob.sync(path.resolve(__dirname, './packages/narciso/**/*.css')),
+ },
+ output: {
+ path: path.resolve(__dirname, 'dist'),
+ filename: '[name].js',
+ clean: true,
+ },
+ module: {
+ rules: [
+ // JS
+ {
+ test: /\.js$/,
+ exclude: /node_modules/,
+ use: ['babel-loader'],
+ },
+ // CSS
+ {
+ test: /\.css$/,
+ use: [MiniCssExtractPlugin.loader, 'css-loader'],
+ sideEffects: true,
+ },
+ ],
+ },
+ plugins: [
+ new MiniCssExtractPlugin({
+ filename: '[name].css',
+ }),
+ new webpack.optimize.ModuleConcatenationPlugin(),
+ ],
+ optimization: {
+ minimize: true,
+ minimizer: [new CssMinimizerWebpackPlugin(), '...'],
+ },
+ devServer: {
+ port: 3000,
+ static: path.resolve(__dirname, './'),
+ },
+};
diff --git a/package-lock.json b/package-lock.json
index 3686c6c92..889fc31ca 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,834 +1,15404 @@
{
- "name": "cart-woocommerce",
- "version": "6.9.2",
- "lockfileVersion": 3,
- "requires": true,
- "packages": {
- "": {
- "name": "cart-woocommerce",
- "version": "6.9.2",
- "devDependencies": {
- "husky": "^7.0.0",
- "jshint": "^2.13.4",
- "minify": "^7.2.2",
- "wp-pot": "^1.9.9"
- }
+ "name": "woocommerce-mercadopago",
+ "version": "7.3.0",
+ "lockfileVersion": 1,
+ "requires": true,
+ "dependencies": {
+ "@aashutoshrathi/word-wrap": {
+ "version": "1.2.6",
+ "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",
+ "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==",
+ "dev": true
+ },
+ "@ampproject/remapping": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz",
+ "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==",
+ "dev": true,
+ "requires": {
+ "@jridgewell/gen-mapping": "^0.3.0",
+ "@jridgewell/trace-mapping": "^0.3.9"
+ }
+ },
+ "@babel/code-frame": {
+ "version": "7.23.5",
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz",
+ "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==",
+ "dev": true,
+ "requires": {
+ "@babel/highlight": "^7.23.4",
+ "chalk": "^2.4.2"
+ }
+ },
+ "@babel/compat-data": {
+ "version": "7.23.5",
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.5.tgz",
+ "integrity": "sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==",
+ "dev": true
+ },
+ "@babel/core": {
+ "version": "7.23.9",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.9.tgz",
+ "integrity": "sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==",
+ "dev": true,
+ "requires": {
+ "@ampproject/remapping": "^2.2.0",
+ "@babel/code-frame": "^7.23.5",
+ "@babel/generator": "^7.23.6",
+ "@babel/helper-compilation-targets": "^7.23.6",
+ "@babel/helper-module-transforms": "^7.23.3",
+ "@babel/helpers": "^7.23.9",
+ "@babel/parser": "^7.23.9",
+ "@babel/template": "^7.23.9",
+ "@babel/traverse": "^7.23.9",
+ "@babel/types": "^7.23.9",
+ "convert-source-map": "^2.0.0",
+ "debug": "^4.1.0",
+ "gensync": "^1.0.0-beta.2",
+ "json5": "^2.2.3",
+ "semver": "^6.3.1"
+ },
+ "dependencies": {
+ "semver": {
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
+ "dev": true
+ }
+ }
+ },
+ "@babel/eslint-parser": {
+ "version": "7.23.10",
+ "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.23.10.tgz",
+ "integrity": "sha512-3wSYDPZVnhseRnxRJH6ZVTNknBz76AEnyC+AYYhasjP3Yy23qz0ERR7Fcd2SHmYuSFJ2kY9gaaDd3vyqU09eSw==",
+ "dev": true,
+ "requires": {
+ "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
+ "eslint-visitor-keys": "^2.1.0",
+ "semver": "^6.3.1"
+ },
+ "dependencies": {
+ "eslint-visitor-keys": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
+ "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
+ "dev": true
},
- "node_modules/@jridgewell/gen-mapping": {
- "version": "0.3.2",
- "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
- "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==",
- "dev": true,
- "dependencies": {
- "@jridgewell/set-array": "^1.0.1",
- "@jridgewell/sourcemap-codec": "^1.4.10",
- "@jridgewell/trace-mapping": "^0.3.9"
- },
- "engines": {
- "node": ">=6.0.0"
- }
+ "semver": {
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
+ "dev": true
+ }
+ }
+ },
+ "@babel/generator": {
+ "version": "7.23.6",
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.6.tgz",
+ "integrity": "sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==",
+ "dev": true,
+ "requires": {
+ "@babel/types": "^7.23.6",
+ "@jridgewell/gen-mapping": "^0.3.2",
+ "@jridgewell/trace-mapping": "^0.3.17",
+ "jsesc": "^2.5.1"
+ }
+ },
+ "@babel/helper-annotate-as-pure": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz",
+ "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==",
+ "dev": true,
+ "requires": {
+ "@babel/types": "^7.22.5"
+ }
+ },
+ "@babel/helper-builder-binary-assignment-operator-visitor": {
+ "version": "7.22.15",
+ "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz",
+ "integrity": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==",
+ "dev": true,
+ "requires": {
+ "@babel/types": "^7.22.15"
+ }
+ },
+ "@babel/helper-compilation-targets": {
+ "version": "7.23.6",
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz",
+ "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==",
+ "dev": true,
+ "requires": {
+ "@babel/compat-data": "^7.23.5",
+ "@babel/helper-validator-option": "^7.23.5",
+ "browserslist": "^4.22.2",
+ "lru-cache": "^5.1.1",
+ "semver": "^6.3.1"
+ },
+ "dependencies": {
+ "lru-cache": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
+ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
+ "dev": true,
+ "requires": {
+ "yallist": "^3.0.2"
+ }
},
- "node_modules/@jridgewell/resolve-uri": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",
- "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==",
- "dev": true,
- "engines": {
- "node": ">=6.0.0"
- }
+ "semver": {
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
+ "dev": true
},
- "node_modules/@jridgewell/set-array": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
- "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
- "dev": true,
- "engines": {
- "node": ">=6.0.0"
- }
+ "yallist": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
+ "dev": true
+ }
+ }
+ },
+ "@babel/helper-create-class-features-plugin": {
+ "version": "7.23.10",
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.23.10.tgz",
+ "integrity": "sha512-2XpP2XhkXzgxecPNEEK8Vz8Asj9aRxt08oKOqtiZoqV2UGZ5T+EkyP9sXQ9nwMxBIG34a7jmasVqoMop7VdPUw==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-annotate-as-pure": "^7.22.5",
+ "@babel/helper-environment-visitor": "^7.22.20",
+ "@babel/helper-function-name": "^7.23.0",
+ "@babel/helper-member-expression-to-functions": "^7.23.0",
+ "@babel/helper-optimise-call-expression": "^7.22.5",
+ "@babel/helper-replace-supers": "^7.22.20",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
+ "@babel/helper-split-export-declaration": "^7.22.6",
+ "semver": "^6.3.1"
+ },
+ "dependencies": {
+ "semver": {
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
+ "dev": true
+ }
+ }
+ },
+ "@babel/helper-create-regexp-features-plugin": {
+ "version": "7.22.15",
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz",
+ "integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-annotate-as-pure": "^7.22.5",
+ "regexpu-core": "^5.3.1",
+ "semver": "^6.3.1"
+ },
+ "dependencies": {
+ "semver": {
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
+ "dev": true
+ }
+ }
+ },
+ "@babel/helper-define-polyfill-provider": {
+ "version": "0.5.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.5.0.tgz",
+ "integrity": "sha512-NovQquuQLAQ5HuyjCz7WQP9MjRj7dx++yspwiyUiGl9ZyadHRSql1HZh5ogRd8W8w6YM6EQ/NTB8rgjLt5W65Q==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-compilation-targets": "^7.22.6",
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "debug": "^4.1.1",
+ "lodash.debounce": "^4.0.8",
+ "resolve": "^1.14.2"
+ }
+ },
+ "@babel/helper-environment-visitor": {
+ "version": "7.22.20",
+ "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
+ "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",
+ "dev": true
+ },
+ "@babel/helper-function-name": {
+ "version": "7.23.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz",
+ "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==",
+ "dev": true,
+ "requires": {
+ "@babel/template": "^7.22.15",
+ "@babel/types": "^7.23.0"
+ }
+ },
+ "@babel/helper-hoist-variables": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",
+ "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",
+ "dev": true,
+ "requires": {
+ "@babel/types": "^7.22.5"
+ }
+ },
+ "@babel/helper-member-expression-to-functions": {
+ "version": "7.23.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz",
+ "integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==",
+ "dev": true,
+ "requires": {
+ "@babel/types": "^7.23.0"
+ }
+ },
+ "@babel/helper-module-imports": {
+ "version": "7.22.15",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz",
+ "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==",
+ "dev": true,
+ "requires": {
+ "@babel/types": "^7.22.15"
+ }
+ },
+ "@babel/helper-module-transforms": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz",
+ "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-environment-visitor": "^7.22.20",
+ "@babel/helper-module-imports": "^7.22.15",
+ "@babel/helper-simple-access": "^7.22.5",
+ "@babel/helper-split-export-declaration": "^7.22.6",
+ "@babel/helper-validator-identifier": "^7.22.20"
+ }
+ },
+ "@babel/helper-optimise-call-expression": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz",
+ "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==",
+ "dev": true,
+ "requires": {
+ "@babel/types": "^7.22.5"
+ }
+ },
+ "@babel/helper-plugin-utils": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz",
+ "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==",
+ "dev": true
+ },
+ "@babel/helper-remap-async-to-generator": {
+ "version": "7.22.20",
+ "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz",
+ "integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-annotate-as-pure": "^7.22.5",
+ "@babel/helper-environment-visitor": "^7.22.20",
+ "@babel/helper-wrap-function": "^7.22.20"
+ }
+ },
+ "@babel/helper-replace-supers": {
+ "version": "7.22.20",
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz",
+ "integrity": "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-environment-visitor": "^7.22.20",
+ "@babel/helper-member-expression-to-functions": "^7.22.15",
+ "@babel/helper-optimise-call-expression": "^7.22.5"
+ }
+ },
+ "@babel/helper-simple-access": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz",
+ "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==",
+ "dev": true,
+ "requires": {
+ "@babel/types": "^7.22.5"
+ }
+ },
+ "@babel/helper-skip-transparent-expression-wrappers": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz",
+ "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==",
+ "dev": true,
+ "requires": {
+ "@babel/types": "^7.22.5"
+ }
+ },
+ "@babel/helper-split-export-declaration": {
+ "version": "7.22.6",
+ "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
+ "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
+ "dev": true,
+ "requires": {
+ "@babel/types": "^7.22.5"
+ }
+ },
+ "@babel/helper-string-parser": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz",
+ "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==",
+ "dev": true
+ },
+ "@babel/helper-validator-identifier": {
+ "version": "7.22.20",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
+ "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
+ "dev": true
+ },
+ "@babel/helper-validator-option": {
+ "version": "7.23.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz",
+ "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==",
+ "dev": true
+ },
+ "@babel/helper-wrap-function": {
+ "version": "7.22.20",
+ "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz",
+ "integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-function-name": "^7.22.5",
+ "@babel/template": "^7.22.15",
+ "@babel/types": "^7.22.19"
+ }
+ },
+ "@babel/helpers": {
+ "version": "7.23.9",
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.9.tgz",
+ "integrity": "sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ==",
+ "dev": true,
+ "requires": {
+ "@babel/template": "^7.23.9",
+ "@babel/traverse": "^7.23.9",
+ "@babel/types": "^7.23.9"
+ }
+ },
+ "@babel/highlight": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz",
+ "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-validator-identifier": "^7.22.20",
+ "chalk": "^2.4.2",
+ "js-tokens": "^4.0.0"
+ }
+ },
+ "@babel/parser": {
+ "version": "7.23.9",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.9.tgz",
+ "integrity": "sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==",
+ "dev": true
+ },
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.23.3.tgz",
+ "integrity": "sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.23.3.tgz",
+ "integrity": "sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
+ "@babel/plugin-transform-optional-chaining": "^7.23.3"
+ }
+ },
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
+ "version": "7.23.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.7.tgz",
+ "integrity": "sha512-LlRT7HgaifEpQA1ZgLVOIJZZFVPWN5iReq/7/JixwBtwcoeVGDBD53ZV28rrsLYOZs1Y/EHhA8N/Z6aazHR8cw==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-environment-visitor": "^7.22.20",
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-proposal-private-property-in-object": {
+ "version": "7.21.0-placeholder-for-preset-env.2",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz",
+ "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
+ "dev": true
+ },
+ "@babel/plugin-syntax-async-generators": {
+ "version": "7.8.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
+ "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "@babel/plugin-syntax-bigint": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
+ "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "@babel/plugin-syntax-class-properties": {
+ "version": "7.12.13",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
+ "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.12.13"
+ }
+ },
+ "@babel/plugin-syntax-class-static-block": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
+ "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ }
+ },
+ "@babel/plugin-syntax-dynamic-import": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
+ "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "@babel/plugin-syntax-export-namespace-from": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
+ "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.3"
+ }
+ },
+ "@babel/plugin-syntax-import-assertions": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.23.3.tgz",
+ "integrity": "sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-syntax-import-attributes": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.23.3.tgz",
+ "integrity": "sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-syntax-import-meta": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
+ "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "@babel/plugin-syntax-json-strings": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
+ "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "@babel/plugin-syntax-jsx": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz",
+ "integrity": "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-syntax-logical-assignment-operators": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
+ "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "@babel/plugin-syntax-nullish-coalescing-operator": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
+ "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "@babel/plugin-syntax-numeric-separator": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
+ "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "@babel/plugin-syntax-object-rest-spread": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
+ "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "@babel/plugin-syntax-optional-catch-binding": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
+ "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "@babel/plugin-syntax-optional-chaining": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
+ "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "@babel/plugin-syntax-private-property-in-object": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
+ "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ }
+ },
+ "@babel/plugin-syntax-top-level-await": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
+ "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ }
+ },
+ "@babel/plugin-syntax-typescript": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.23.3.tgz",
+ "integrity": "sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-syntax-unicode-sets-regex": {
+ "version": "7.18.6",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
+ "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-create-regexp-features-plugin": "^7.18.6",
+ "@babel/helper-plugin-utils": "^7.18.6"
+ }
+ },
+ "@babel/plugin-transform-arrow-functions": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.23.3.tgz",
+ "integrity": "sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-async-generator-functions": {
+ "version": "7.23.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.9.tgz",
+ "integrity": "sha512-8Q3veQEDGe14dTYuwagbRtwxQDnytyg1JFu4/HwEMETeofocrB0U0ejBJIXoeG/t2oXZ8kzCyI0ZZfbT80VFNQ==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-environment-visitor": "^7.22.20",
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-remap-async-to-generator": "^7.22.20",
+ "@babel/plugin-syntax-async-generators": "^7.8.4"
+ }
+ },
+ "@babel/plugin-transform-async-to-generator": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz",
+ "integrity": "sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-module-imports": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-remap-async-to-generator": "^7.22.20"
+ }
+ },
+ "@babel/plugin-transform-block-scoped-functions": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.23.3.tgz",
+ "integrity": "sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-block-scoping": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.4.tgz",
+ "integrity": "sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-class-properties": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.23.3.tgz",
+ "integrity": "sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-create-class-features-plugin": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-class-static-block": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.4.tgz",
+ "integrity": "sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-create-class-features-plugin": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/plugin-syntax-class-static-block": "^7.14.5"
+ }
+ },
+ "@babel/plugin-transform-classes": {
+ "version": "7.23.8",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.8.tgz",
+ "integrity": "sha512-yAYslGsY1bX6Knmg46RjiCiNSwJKv2IUC8qOdYKqMMr0491SXFhcHqOdRDeCRohOOIzwN/90C6mQ9qAKgrP7dg==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-annotate-as-pure": "^7.22.5",
+ "@babel/helper-compilation-targets": "^7.23.6",
+ "@babel/helper-environment-visitor": "^7.22.20",
+ "@babel/helper-function-name": "^7.23.0",
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-replace-supers": "^7.22.20",
+ "@babel/helper-split-export-declaration": "^7.22.6",
+ "globals": "^11.1.0"
+ },
+ "dependencies": {
+ "globals": {
+ "version": "11.12.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
+ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
+ "dev": true
+ }
+ }
+ },
+ "@babel/plugin-transform-computed-properties": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.23.3.tgz",
+ "integrity": "sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/template": "^7.22.15"
+ }
+ },
+ "@babel/plugin-transform-destructuring": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz",
+ "integrity": "sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-dotall-regex": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.23.3.tgz",
+ "integrity": "sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-create-regexp-features-plugin": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-duplicate-keys": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.23.3.tgz",
+ "integrity": "sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-dynamic-import": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.23.4.tgz",
+ "integrity": "sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3"
+ }
+ },
+ "@babel/plugin-transform-exponentiation-operator": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.23.3.tgz",
+ "integrity": "sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-export-namespace-from": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.23.4.tgz",
+ "integrity": "sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
+ }
+ },
+ "@babel/plugin-transform-for-of": {
+ "version": "7.23.6",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.6.tgz",
+ "integrity": "sha512-aYH4ytZ0qSuBbpfhuofbg/e96oQ7U2w1Aw/UQmKT+1l39uEhUPoFS3fHevDc1G0OvewyDudfMKY1OulczHzWIw==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-function-name": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.23.3.tgz",
+ "integrity": "sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-compilation-targets": "^7.22.15",
+ "@babel/helper-function-name": "^7.23.0",
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-json-strings": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.23.4.tgz",
+ "integrity": "sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/plugin-syntax-json-strings": "^7.8.3"
+ }
+ },
+ "@babel/plugin-transform-literals": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.23.3.tgz",
+ "integrity": "sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-logical-assignment-operators": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.23.4.tgz",
+ "integrity": "sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
+ }
+ },
+ "@babel/plugin-transform-member-expression-literals": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.23.3.tgz",
+ "integrity": "sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-modules-amd": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.3.tgz",
+ "integrity": "sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-module-transforms": "^7.23.3",
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-modules-commonjs": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz",
+ "integrity": "sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-module-transforms": "^7.23.3",
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-simple-access": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-modules-systemjs": {
+ "version": "7.23.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.9.tgz",
+ "integrity": "sha512-KDlPRM6sLo4o1FkiSlXoAa8edLXFsKKIda779fbLrvmeuc3itnjCtaO6RrtoaANsIJANj+Vk1zqbZIMhkCAHVw==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-hoist-variables": "^7.22.5",
+ "@babel/helper-module-transforms": "^7.23.3",
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-validator-identifier": "^7.22.20"
+ }
+ },
+ "@babel/plugin-transform-modules-umd": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.23.3.tgz",
+ "integrity": "sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-module-transforms": "^7.23.3",
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-named-capturing-groups-regex": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz",
+ "integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-create-regexp-features-plugin": "^7.22.5",
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-new-target": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.23.3.tgz",
+ "integrity": "sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-nullish-coalescing-operator": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.23.4.tgz",
+ "integrity": "sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
+ }
+ },
+ "@babel/plugin-transform-numeric-separator": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.23.4.tgz",
+ "integrity": "sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/plugin-syntax-numeric-separator": "^7.10.4"
+ }
+ },
+ "@babel/plugin-transform-object-rest-spread": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.23.4.tgz",
+ "integrity": "sha512-9x9K1YyeQVw0iOXJlIzwm8ltobIIv7j2iLyP2jIhEbqPRQ7ScNgwQufU2I0Gq11VjyG4gI4yMXt2VFags+1N3g==",
+ "dev": true,
+ "requires": {
+ "@babel/compat-data": "^7.23.3",
+ "@babel/helper-compilation-targets": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
+ "@babel/plugin-transform-parameters": "^7.23.3"
+ }
+ },
+ "@babel/plugin-transform-object-super": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz",
+ "integrity": "sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-replace-supers": "^7.22.20"
+ }
+ },
+ "@babel/plugin-transform-optional-catch-binding": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.23.4.tgz",
+ "integrity": "sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
+ }
+ },
+ "@babel/plugin-transform-optional-chaining": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.4.tgz",
+ "integrity": "sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
+ "@babel/plugin-syntax-optional-chaining": "^7.8.3"
+ }
+ },
+ "@babel/plugin-transform-parameters": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz",
+ "integrity": "sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-private-methods": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.23.3.tgz",
+ "integrity": "sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-create-class-features-plugin": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-private-property-in-object": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.23.4.tgz",
+ "integrity": "sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-annotate-as-pure": "^7.22.5",
+ "@babel/helper-create-class-features-plugin": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
+ }
+ },
+ "@babel/plugin-transform-property-literals": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.23.3.tgz",
+ "integrity": "sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-react-constant-elements": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.23.3.tgz",
+ "integrity": "sha512-zP0QKq/p6O42OL94udMgSfKXyse4RyJ0JqbQ34zDAONWjyrEsghYEyTSK5FIpmXmCpB55SHokL1cRRKHv8L2Qw==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-react-display-name": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.23.3.tgz",
+ "integrity": "sha512-GnvhtVfA2OAtzdX58FJxU19rhoGeQzyVndw3GgtdECQvQFXPEZIOVULHVZGAYmOgmqjXpVpfocAbSjh99V/Fqw==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-react-jsx": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.23.4.tgz",
+ "integrity": "sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-annotate-as-pure": "^7.22.5",
+ "@babel/helper-module-imports": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/plugin-syntax-jsx": "^7.23.3",
+ "@babel/types": "^7.23.4"
+ }
+ },
+ "@babel/plugin-transform-react-jsx-development": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.22.5.tgz",
+ "integrity": "sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==",
+ "dev": true,
+ "requires": {
+ "@babel/plugin-transform-react-jsx": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-react-pure-annotations": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.23.3.tgz",
+ "integrity": "sha512-qMFdSS+TUhB7Q/3HVPnEdYJDQIk57jkntAwSuz9xfSE4n+3I+vHYCli3HoHawN1Z3RfCz/y1zXA/JXjG6cVImQ==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-annotate-as-pure": "^7.22.5",
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-regenerator": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.23.3.tgz",
+ "integrity": "sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "regenerator-transform": "^0.15.2"
+ }
+ },
+ "@babel/plugin-transform-reserved-words": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.23.3.tgz",
+ "integrity": "sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-runtime": {
+ "version": "7.23.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.9.tgz",
+ "integrity": "sha512-A7clW3a0aSjm3ONU9o2HAILSegJCYlEZmOhmBRReVtIpY/Z/p7yIZ+wR41Z+UipwdGuqwtID/V/dOdZXjwi9gQ==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-module-imports": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "babel-plugin-polyfill-corejs2": "^0.4.8",
+ "babel-plugin-polyfill-corejs3": "^0.9.0",
+ "babel-plugin-polyfill-regenerator": "^0.5.5",
+ "semver": "^6.3.1"
+ },
+ "dependencies": {
+ "semver": {
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
+ "dev": true
+ }
+ }
+ },
+ "@babel/plugin-transform-shorthand-properties": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz",
+ "integrity": "sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-spread": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.23.3.tgz",
+ "integrity": "sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-sticky-regex": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.23.3.tgz",
+ "integrity": "sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-template-literals": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.23.3.tgz",
+ "integrity": "sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-typeof-symbol": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.23.3.tgz",
+ "integrity": "sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-typescript": {
+ "version": "7.23.6",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.6.tgz",
+ "integrity": "sha512-6cBG5mBvUu4VUD04OHKnYzbuHNP8huDsD3EDqqpIpsswTDoqHCjLoHb6+QgsV1WsT2nipRqCPgxD3LXnEO7XfA==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-annotate-as-pure": "^7.22.5",
+ "@babel/helper-create-class-features-plugin": "^7.23.6",
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/plugin-syntax-typescript": "^7.23.3"
+ }
+ },
+ "@babel/plugin-transform-unicode-escapes": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.23.3.tgz",
+ "integrity": "sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-unicode-property-regex": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.23.3.tgz",
+ "integrity": "sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-create-regexp-features-plugin": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-unicode-regex": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.23.3.tgz",
+ "integrity": "sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-create-regexp-features-plugin": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/plugin-transform-unicode-sets-regex": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.23.3.tgz",
+ "integrity": "sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-create-regexp-features-plugin": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5"
+ }
+ },
+ "@babel/preset-env": {
+ "version": "7.23.9",
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.23.9.tgz",
+ "integrity": "sha512-3kBGTNBBk9DQiPoXYS0g0BYlwTQYUTifqgKTjxUwEUkduRT2QOa0FPGBJ+NROQhGyYO5BuTJwGvBnqKDykac6A==",
+ "dev": true,
+ "requires": {
+ "@babel/compat-data": "^7.23.5",
+ "@babel/helper-compilation-targets": "^7.23.6",
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-validator-option": "^7.23.5",
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.23.3",
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.23.3",
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.23.7",
+ "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
+ "@babel/plugin-syntax-async-generators": "^7.8.4",
+ "@babel/plugin-syntax-class-properties": "^7.12.13",
+ "@babel/plugin-syntax-class-static-block": "^7.14.5",
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
+ "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
+ "@babel/plugin-syntax-import-assertions": "^7.23.3",
+ "@babel/plugin-syntax-import-attributes": "^7.23.3",
+ "@babel/plugin-syntax-import-meta": "^7.10.4",
+ "@babel/plugin-syntax-json-strings": "^7.8.3",
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
+ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
+ "@babel/plugin-syntax-numeric-separator": "^7.10.4",
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
+ "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
+ "@babel/plugin-syntax-optional-chaining": "^7.8.3",
+ "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
+ "@babel/plugin-syntax-top-level-await": "^7.14.5",
+ "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
+ "@babel/plugin-transform-arrow-functions": "^7.23.3",
+ "@babel/plugin-transform-async-generator-functions": "^7.23.9",
+ "@babel/plugin-transform-async-to-generator": "^7.23.3",
+ "@babel/plugin-transform-block-scoped-functions": "^7.23.3",
+ "@babel/plugin-transform-block-scoping": "^7.23.4",
+ "@babel/plugin-transform-class-properties": "^7.23.3",
+ "@babel/plugin-transform-class-static-block": "^7.23.4",
+ "@babel/plugin-transform-classes": "^7.23.8",
+ "@babel/plugin-transform-computed-properties": "^7.23.3",
+ "@babel/plugin-transform-destructuring": "^7.23.3",
+ "@babel/plugin-transform-dotall-regex": "^7.23.3",
+ "@babel/plugin-transform-duplicate-keys": "^7.23.3",
+ "@babel/plugin-transform-dynamic-import": "^7.23.4",
+ "@babel/plugin-transform-exponentiation-operator": "^7.23.3",
+ "@babel/plugin-transform-export-namespace-from": "^7.23.4",
+ "@babel/plugin-transform-for-of": "^7.23.6",
+ "@babel/plugin-transform-function-name": "^7.23.3",
+ "@babel/plugin-transform-json-strings": "^7.23.4",
+ "@babel/plugin-transform-literals": "^7.23.3",
+ "@babel/plugin-transform-logical-assignment-operators": "^7.23.4",
+ "@babel/plugin-transform-member-expression-literals": "^7.23.3",
+ "@babel/plugin-transform-modules-amd": "^7.23.3",
+ "@babel/plugin-transform-modules-commonjs": "^7.23.3",
+ "@babel/plugin-transform-modules-systemjs": "^7.23.9",
+ "@babel/plugin-transform-modules-umd": "^7.23.3",
+ "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
+ "@babel/plugin-transform-new-target": "^7.23.3",
+ "@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
+ "@babel/plugin-transform-numeric-separator": "^7.23.4",
+ "@babel/plugin-transform-object-rest-spread": "^7.23.4",
+ "@babel/plugin-transform-object-super": "^7.23.3",
+ "@babel/plugin-transform-optional-catch-binding": "^7.23.4",
+ "@babel/plugin-transform-optional-chaining": "^7.23.4",
+ "@babel/plugin-transform-parameters": "^7.23.3",
+ "@babel/plugin-transform-private-methods": "^7.23.3",
+ "@babel/plugin-transform-private-property-in-object": "^7.23.4",
+ "@babel/plugin-transform-property-literals": "^7.23.3",
+ "@babel/plugin-transform-regenerator": "^7.23.3",
+ "@babel/plugin-transform-reserved-words": "^7.23.3",
+ "@babel/plugin-transform-shorthand-properties": "^7.23.3",
+ "@babel/plugin-transform-spread": "^7.23.3",
+ "@babel/plugin-transform-sticky-regex": "^7.23.3",
+ "@babel/plugin-transform-template-literals": "^7.23.3",
+ "@babel/plugin-transform-typeof-symbol": "^7.23.3",
+ "@babel/plugin-transform-unicode-escapes": "^7.23.3",
+ "@babel/plugin-transform-unicode-property-regex": "^7.23.3",
+ "@babel/plugin-transform-unicode-regex": "^7.23.3",
+ "@babel/plugin-transform-unicode-sets-regex": "^7.23.3",
+ "@babel/preset-modules": "0.1.6-no-external-plugins",
+ "babel-plugin-polyfill-corejs2": "^0.4.8",
+ "babel-plugin-polyfill-corejs3": "^0.9.0",
+ "babel-plugin-polyfill-regenerator": "^0.5.5",
+ "core-js-compat": "^3.31.0",
+ "semver": "^6.3.1"
+ },
+ "dependencies": {
+ "semver": {
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
+ "dev": true
+ }
+ }
+ },
+ "@babel/preset-modules": {
+ "version": "0.1.6-no-external-plugins",
+ "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
+ "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.0.0",
+ "@babel/types": "^7.4.4",
+ "esutils": "^2.0.2"
+ }
+ },
+ "@babel/preset-react": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.23.3.tgz",
+ "integrity": "sha512-tbkHOS9axH6Ysf2OUEqoSZ6T3Fa2SrNH6WTWSPBboxKzdxNc9qOICeLXkNG0ZEwbQ1HY8liwOce4aN/Ceyuq6w==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-validator-option": "^7.22.15",
+ "@babel/plugin-transform-react-display-name": "^7.23.3",
+ "@babel/plugin-transform-react-jsx": "^7.22.15",
+ "@babel/plugin-transform-react-jsx-development": "^7.22.5",
+ "@babel/plugin-transform-react-pure-annotations": "^7.23.3"
+ }
+ },
+ "@babel/preset-typescript": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.23.3.tgz",
+ "integrity": "sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-validator-option": "^7.22.15",
+ "@babel/plugin-syntax-jsx": "^7.23.3",
+ "@babel/plugin-transform-modules-commonjs": "^7.23.3",
+ "@babel/plugin-transform-typescript": "^7.23.3"
+ }
+ },
+ "@babel/regjsgen": {
+ "version": "0.8.0",
+ "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
+ "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==",
+ "dev": true
+ },
+ "@babel/runtime": {
+ "version": "7.23.9",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.9.tgz",
+ "integrity": "sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==",
+ "dev": true,
+ "requires": {
+ "regenerator-runtime": "^0.14.0"
+ }
+ },
+ "@babel/template": {
+ "version": "7.23.9",
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.23.9.tgz",
+ "integrity": "sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==",
+ "dev": true,
+ "requires": {
+ "@babel/code-frame": "^7.23.5",
+ "@babel/parser": "^7.23.9",
+ "@babel/types": "^7.23.9"
+ }
+ },
+ "@babel/traverse": {
+ "version": "7.23.9",
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.9.tgz",
+ "integrity": "sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==",
+ "dev": true,
+ "requires": {
+ "@babel/code-frame": "^7.23.5",
+ "@babel/generator": "^7.23.6",
+ "@babel/helper-environment-visitor": "^7.22.20",
+ "@babel/helper-function-name": "^7.23.0",
+ "@babel/helper-hoist-variables": "^7.22.5",
+ "@babel/helper-split-export-declaration": "^7.22.6",
+ "@babel/parser": "^7.23.9",
+ "@babel/types": "^7.23.9",
+ "debug": "^4.3.1",
+ "globals": "^11.1.0"
+ },
+ "dependencies": {
+ "globals": {
+ "version": "11.12.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
+ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
+ "dev": true
+ }
+ }
+ },
+ "@babel/types": {
+ "version": "7.23.9",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.9.tgz",
+ "integrity": "sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-string-parser": "^7.23.4",
+ "@babel/helper-validator-identifier": "^7.22.20",
+ "to-fast-properties": "^2.0.0"
+ }
+ },
+ "@bcoe/v8-coverage": {
+ "version": "0.2.3",
+ "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
+ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
+ "dev": true
+ },
+ "@csstools/selector-specificity": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz",
+ "integrity": "sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==",
+ "dev": true
+ },
+ "@discoveryjs/json-ext": {
+ "version": "0.5.7",
+ "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz",
+ "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==",
+ "dev": true
+ },
+ "@es-joy/jsdoccomment": {
+ "version": "0.20.1",
+ "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.20.1.tgz",
+ "integrity": "sha512-oeJK41dcdqkvdZy/HctKklJNkt/jh+av3PZARrZEl+fs/8HaHeeYoAvEwOV0u5I6bArTF17JEsTZMY359e/nfQ==",
+ "dev": true,
+ "requires": {
+ "comment-parser": "1.3.0",
+ "esquery": "^1.4.0",
+ "jsdoc-type-pratt-parser": "~2.2.3"
+ }
+ },
+ "@eslint-community/eslint-utils": {
+ "version": "4.4.0",
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
+ "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
+ "dev": true,
+ "requires": {
+ "eslint-visitor-keys": "^3.3.0"
+ }
+ },
+ "@eslint-community/regexpp": {
+ "version": "4.10.0",
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz",
+ "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==",
+ "dev": true
+ },
+ "@eslint/eslintrc": {
+ "version": "2.1.4",
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
+ "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
+ "dev": true,
+ "requires": {
+ "ajv": "^6.12.4",
+ "debug": "^4.3.2",
+ "espree": "^9.6.0",
+ "globals": "^13.19.0",
+ "ignore": "^5.2.0",
+ "import-fresh": "^3.2.1",
+ "js-yaml": "^4.1.0",
+ "minimatch": "^3.1.2",
+ "strip-json-comments": "^3.1.1"
+ }
+ },
+ "@eslint/js": {
+ "version": "8.56.0",
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.56.0.tgz",
+ "integrity": "sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==",
+ "dev": true
+ },
+ "@hapi/hoek": {
+ "version": "9.3.0",
+ "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz",
+ "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==",
+ "dev": true
+ },
+ "@hapi/topo": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz",
+ "integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==",
+ "dev": true,
+ "requires": {
+ "@hapi/hoek": "^9.0.0"
+ }
+ },
+ "@humanwhocodes/config-array": {
+ "version": "0.11.14",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz",
+ "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==",
+ "dev": true,
+ "requires": {
+ "@humanwhocodes/object-schema": "^2.0.2",
+ "debug": "^4.3.1",
+ "minimatch": "^3.0.5"
+ }
+ },
+ "@humanwhocodes/module-importer": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
+ "dev": true
+ },
+ "@humanwhocodes/object-schema": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz",
+ "integrity": "sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==",
+ "dev": true
+ },
+ "@istanbuljs/load-nyc-config": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
+ "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
+ "dev": true,
+ "requires": {
+ "camelcase": "^5.3.1",
+ "find-up": "^4.1.0",
+ "get-package-type": "^0.1.0",
+ "js-yaml": "^3.13.1",
+ "resolve-from": "^5.0.0"
+ },
+ "dependencies": {
+ "argparse": {
+ "version": "1.0.10",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
+ "dev": true,
+ "requires": {
+ "sprintf-js": "~1.0.2"
+ }
},
- "node_modules/@jridgewell/source-map": {
- "version": "0.3.2",
- "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz",
- "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==",
- "dev": true,
- "dependencies": {
- "@jridgewell/gen-mapping": "^0.3.0",
- "@jridgewell/trace-mapping": "^0.3.9"
- }
+ "camelcase": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
+ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
+ "dev": true
},
- "node_modules/@jridgewell/sourcemap-codec": {
- "version": "1.4.14",
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",
- "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==",
- "dev": true
- },
- "node_modules/@jridgewell/trace-mapping": {
- "version": "0.3.15",
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.15.tgz",
- "integrity": "sha512-oWZNOULl+UbhsgB51uuZzglikfIKSUBO/M9W2OfEjn7cmqoAiCgmv9lyACTUacZwBz0ITnJ2NqjU8Tx0DHL88g==",
- "dev": true,
- "dependencies": {
- "@jridgewell/resolve-uri": "^3.0.3",
- "@jridgewell/sourcemap-codec": "^1.4.10"
- }
+ "find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dev": true,
+ "requires": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ }
},
- "node_modules/acorn": {
- "version": "8.8.0",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz",
- "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==",
- "dev": true,
- "bin": {
- "acorn": "bin/acorn"
- },
- "engines": {
- "node": ">=0.4.0"
- }
+ "js-yaml": {
+ "version": "3.14.1",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
+ "dev": true,
+ "requires": {
+ "argparse": "^1.0.7",
+ "esprima": "^4.0.0"
+ }
},
- "node_modules/acorn-jsx": {
- "version": "5.3.2",
- "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
- "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
- "dev": true,
- "peerDependencies": {
- "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
- }
+ "locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dev": true,
+ "requires": {
+ "p-locate": "^4.1.0"
+ }
},
- "node_modules/balanced-match": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
- "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
- "dev": true
- },
- "node_modules/brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
- "dev": true,
- "dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
- }
+ "p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "dev": true,
+ "requires": {
+ "p-try": "^2.0.0"
+ }
},
- "node_modules/buffer-from": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
- "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
- "dev": true
- },
- "node_modules/camel-case": {
- "version": "4.1.2",
- "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz",
- "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==",
- "dev": true,
- "dependencies": {
- "pascal-case": "^3.1.2",
- "tslib": "^2.0.3"
- }
+ "p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dev": true,
+ "requires": {
+ "p-limit": "^2.2.0"
+ }
},
- "node_modules/clean-css": {
- "version": "5.3.1",
- "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.1.tgz",
- "integrity": "sha512-lCr8OHhiWCTw4v8POJovCoh4T7I9U11yVsPjMWWnnMmp9ZowCxyad1Pathle/9HjaDp+fdQKjO9fQydE6RHTZg==",
- "dev": true,
- "dependencies": {
- "source-map": "~0.6.0"
- },
- "engines": {
- "node": ">= 10.0"
- }
+ "resolve-from": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
+ "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
+ "dev": true
},
- "node_modules/cli": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/cli/-/cli-1.0.1.tgz",
- "integrity": "sha512-41U72MB56TfUMGndAKK8vJ78eooOD4Z5NOL4xEfjc0c23s+6EYKXlXsmACBVclLP1yOfWCgEganVzddVrSNoTg==",
- "dev": true,
- "dependencies": {
- "exit": "0.1.2",
- "glob": "^7.1.1"
- },
- "engines": {
- "node": ">=0.2.5"
- }
+ "sprintf-js": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
+ "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
+ "dev": true
+ }
+ }
+ },
+ "@istanbuljs/schema": {
+ "version": "0.1.3",
+ "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
+ "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
+ "dev": true
+ },
+ "@jest/console": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz",
+ "integrity": "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==",
+ "dev": true,
+ "requires": {
+ "@jest/types": "^29.6.3",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "jest-message-util": "^29.7.0",
+ "jest-util": "^29.7.0",
+ "slash": "^3.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
},
- "node_modules/commander": {
- "version": "8.3.0",
- "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
- "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
- "dev": true,
- "engines": {
- "node": ">= 12"
- }
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
},
- "node_modules/concat-map": {
- "version": "0.0.1",
- "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
- "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
- "dev": true
- },
- "node_modules/console-browserify": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz",
- "integrity": "sha512-duS7VP5pvfsNLDvL1O4VOEbw37AI3A4ZUQYemvDlnpGrNu9tprR7BYWpDYwC0Xia0Zxz5ZupdiIrUp0GH1aXfg==",
- "dev": true,
- "dependencies": {
- "date-now": "^0.1.4"
- }
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
},
- "node_modules/core-util-is": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
- "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
- "dev": true
- },
- "node_modules/css-b64-images": {
- "version": "0.2.5",
- "resolved": "https://registry.npmjs.org/css-b64-images/-/css-b64-images-0.2.5.tgz",
- "integrity": "sha1-QgBdgyBLK0pdk7axpWRBM7WSegI=",
- "dev": true,
- "bin": {
- "css-b64-images": "bin/css-b64-images"
- },
- "engines": {
- "node": "*"
- }
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
},
- "node_modules/date-now": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz",
- "integrity": "sha512-AsElvov3LoNB7tf5k37H2jYSB+ZZPMT5sG2QjJCcdlV5chIv6htBUBUui2IKRjgtKAKtCBN7Zbwa+MtwLjSeNw==",
- "dev": true
- },
- "node_modules/debug": {
- "version": "4.3.4",
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
- "dev": true,
- "dependencies": {
- "ms": "2.1.2"
- },
- "engines": {
- "node": ">=6.0"
- },
- "peerDependenciesMeta": {
- "supports-color": {
- "optional": true
- }
- }
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
},
- "node_modules/dom-serializer": {
- "version": "0.2.2",
- "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
- "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==",
- "dev": true,
- "dependencies": {
- "domelementtype": "^2.0.1",
- "entities": "^2.0.0"
- }
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "@jest/core": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.7.0.tgz",
+ "integrity": "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==",
+ "dev": true,
+ "requires": {
+ "@jest/console": "^29.7.0",
+ "@jest/reporters": "^29.7.0",
+ "@jest/test-result": "^29.7.0",
+ "@jest/transform": "^29.7.0",
+ "@jest/types": "^29.6.3",
+ "@types/node": "*",
+ "ansi-escapes": "^4.2.1",
+ "chalk": "^4.0.0",
+ "ci-info": "^3.2.0",
+ "exit": "^0.1.2",
+ "graceful-fs": "^4.2.9",
+ "jest-changed-files": "^29.7.0",
+ "jest-config": "^29.7.0",
+ "jest-haste-map": "^29.7.0",
+ "jest-message-util": "^29.7.0",
+ "jest-regex-util": "^29.6.3",
+ "jest-resolve": "^29.7.0",
+ "jest-resolve-dependencies": "^29.7.0",
+ "jest-runner": "^29.7.0",
+ "jest-runtime": "^29.7.0",
+ "jest-snapshot": "^29.7.0",
+ "jest-util": "^29.7.0",
+ "jest-validate": "^29.7.0",
+ "jest-watcher": "^29.7.0",
+ "micromatch": "^4.0.4",
+ "pretty-format": "^29.7.0",
+ "slash": "^3.0.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
},
- "node_modules/dom-serializer/node_modules/domelementtype": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
- "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/fb55"
- }
- ]
- },
- "node_modules/dom-serializer/node_modules/entities": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
- "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
- "dev": true,
- "funding": {
- "url": "https://github.com/fb55/entities?sponsor=1"
- }
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
},
- "node_modules/domelementtype": {
- "version": "1.3.1",
- "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz",
- "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==",
- "dev": true
- },
- "node_modules/domhandler": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz",
- "integrity": "sha512-q9bUwjfp7Eif8jWxxxPSykdRZAb6GkguBGSgvvCrhI9wB71W2K/Kvv4E61CF/mcCfnVJDeDWx/Vb/uAqbDj6UQ==",
- "dev": true,
- "dependencies": {
- "domelementtype": "1"
- }
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
},
- "node_modules/domutils": {
- "version": "1.5.1",
- "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
- "integrity": "sha512-gSu5Oi/I+3wDENBsOWBiRK1eoGxcywYSqg3rR960/+EfY0CF4EX1VPkgHOZ3WiS/Jg2DtliF6BhWcHlfpYUcGw==",
- "dev": true,
- "dependencies": {
- "dom-serializer": "0",
- "domelementtype": "1"
- }
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
},
- "node_modules/dot-case": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",
- "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==",
- "dev": true,
- "dependencies": {
- "no-case": "^3.0.4",
- "tslib": "^2.0.3"
- }
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
},
- "node_modules/entities": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/entities/-/entities-1.0.0.tgz",
- "integrity": "sha512-LbLqfXgJMmy81t+7c14mnulFHJ170cM6E+0vMXR9k/ZiZwgX8i5pNgjTCX3SO4VeUsFLV+8InixoretwU+MjBQ==",
- "dev": true
- },
- "node_modules/eslint-visitor-keys": {
- "version": "3.3.0",
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
- "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==",
- "dev": true,
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- }
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "@jest/environment": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz",
+ "integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==",
+ "dev": true,
+ "requires": {
+ "@jest/fake-timers": "^29.7.0",
+ "@jest/types": "^29.6.3",
+ "@types/node": "*",
+ "jest-mock": "^29.7.0"
+ }
+ },
+ "@jest/expect": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz",
+ "integrity": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==",
+ "dev": true,
+ "requires": {
+ "expect": "^29.7.0",
+ "jest-snapshot": "^29.7.0"
+ }
+ },
+ "@jest/expect-utils": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz",
+ "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==",
+ "dev": true,
+ "requires": {
+ "jest-get-type": "^29.6.3"
+ }
+ },
+ "@jest/fake-timers": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz",
+ "integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==",
+ "dev": true,
+ "requires": {
+ "@jest/types": "^29.6.3",
+ "@sinonjs/fake-timers": "^10.0.2",
+ "@types/node": "*",
+ "jest-message-util": "^29.7.0",
+ "jest-mock": "^29.7.0",
+ "jest-util": "^29.7.0"
+ }
+ },
+ "@jest/globals": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz",
+ "integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==",
+ "dev": true,
+ "requires": {
+ "@jest/environment": "^29.7.0",
+ "@jest/expect": "^29.7.0",
+ "@jest/types": "^29.6.3",
+ "jest-mock": "^29.7.0"
+ }
+ },
+ "@jest/reporters": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz",
+ "integrity": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==",
+ "dev": true,
+ "requires": {
+ "@bcoe/v8-coverage": "^0.2.3",
+ "@jest/console": "^29.7.0",
+ "@jest/test-result": "^29.7.0",
+ "@jest/transform": "^29.7.0",
+ "@jest/types": "^29.6.3",
+ "@jridgewell/trace-mapping": "^0.3.18",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "collect-v8-coverage": "^1.0.0",
+ "exit": "^0.1.2",
+ "glob": "^7.1.3",
+ "graceful-fs": "^4.2.9",
+ "istanbul-lib-coverage": "^3.0.0",
+ "istanbul-lib-instrument": "^6.0.0",
+ "istanbul-lib-report": "^3.0.0",
+ "istanbul-lib-source-maps": "^4.0.0",
+ "istanbul-reports": "^3.1.3",
+ "jest-message-util": "^29.7.0",
+ "jest-util": "^29.7.0",
+ "jest-worker": "^29.7.0",
+ "slash": "^3.0.0",
+ "string-length": "^4.0.1",
+ "strip-ansi": "^6.0.0",
+ "v8-to-istanbul": "^9.0.1"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
},
- "node_modules/espree": {
- "version": "9.4.0",
- "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.0.tgz",
- "integrity": "sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==",
- "dev": true,
- "dependencies": {
- "acorn": "^8.8.0",
- "acorn-jsx": "^5.3.2",
- "eslint-visitor-keys": "^3.3.0"
- },
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
},
- "node_modules/exit": {
- "version": "0.1.2",
- "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
- "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==",
- "dev": true,
- "engines": {
- "node": ">= 0.8.0"
- }
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
},
- "node_modules/find-up": {
- "version": "6.3.0",
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz",
- "integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==",
- "dev": true,
- "dependencies": {
- "locate-path": "^7.1.0",
- "path-exists": "^5.0.0"
- },
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
},
- "node_modules/fs.realpath": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
- "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
- "dev": true
- },
- "node_modules/glob": {
- "version": "7.2.3",
- "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
- "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
- "dev": true,
- "dependencies": {
- "fs.realpath": "^1.0.0",
- "inflight": "^1.0.4",
- "inherits": "2",
- "minimatch": "^3.1.1",
- "once": "^1.3.0",
- "path-is-absolute": "^1.0.0"
- },
- "engines": {
- "node": "*"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
},
- "node_modules/glob/node_modules/minimatch": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
- "dev": true,
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "engines": {
- "node": "*"
- }
+ "istanbul-lib-instrument": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.1.tgz",
+ "integrity": "sha512-EAMEJBsYuyyztxMxW3g7ugGPkrZsV57v0Hmv3mm1uQsmB+QnZuepg731CRaIgeUVSdmsTngOkSnauNF8p7FIhA==",
+ "dev": true,
+ "requires": {
+ "@babel/core": "^7.12.3",
+ "@babel/parser": "^7.14.7",
+ "@istanbuljs/schema": "^0.1.2",
+ "istanbul-lib-coverage": "^3.2.0",
+ "semver": "^7.5.4"
+ }
},
- "node_modules/he": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
- "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
- "dev": true,
- "bin": {
- "he": "bin/he"
- }
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "@jest/schemas": {
+ "version": "29.6.3",
+ "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz",
+ "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==",
+ "dev": true,
+ "requires": {
+ "@sinclair/typebox": "^0.27.8"
+ }
+ },
+ "@jest/source-map": {
+ "version": "29.6.3",
+ "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz",
+ "integrity": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==",
+ "dev": true,
+ "requires": {
+ "@jridgewell/trace-mapping": "^0.3.18",
+ "callsites": "^3.0.0",
+ "graceful-fs": "^4.2.9"
+ }
+ },
+ "@jest/test-result": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz",
+ "integrity": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==",
+ "dev": true,
+ "requires": {
+ "@jest/console": "^29.7.0",
+ "@jest/types": "^29.6.3",
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "collect-v8-coverage": "^1.0.0"
+ }
+ },
+ "@jest/test-sequencer": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz",
+ "integrity": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==",
+ "dev": true,
+ "requires": {
+ "@jest/test-result": "^29.7.0",
+ "graceful-fs": "^4.2.9",
+ "jest-haste-map": "^29.7.0",
+ "slash": "^3.0.0"
+ }
+ },
+ "@jest/transform": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz",
+ "integrity": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==",
+ "dev": true,
+ "requires": {
+ "@babel/core": "^7.11.6",
+ "@jest/types": "^29.6.3",
+ "@jridgewell/trace-mapping": "^0.3.18",
+ "babel-plugin-istanbul": "^6.1.1",
+ "chalk": "^4.0.0",
+ "convert-source-map": "^2.0.0",
+ "fast-json-stable-stringify": "^2.1.0",
+ "graceful-fs": "^4.2.9",
+ "jest-haste-map": "^29.7.0",
+ "jest-regex-util": "^29.6.3",
+ "jest-util": "^29.7.0",
+ "micromatch": "^4.0.4",
+ "pirates": "^4.0.4",
+ "slash": "^3.0.0",
+ "write-file-atomic": "^4.0.2"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
},
- "node_modules/html-minifier-terser": {
- "version": "6.1.0",
- "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
- "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==",
- "dev": true,
- "dependencies": {
- "camel-case": "^4.1.2",
- "clean-css": "^5.2.2",
- "commander": "^8.3.0",
- "he": "^1.2.0",
- "param-case": "^3.0.4",
- "relateurl": "^0.2.7",
- "terser": "^5.10.0"
- },
- "bin": {
- "html-minifier-terser": "cli.js"
- },
- "engines": {
- "node": ">=12"
- }
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
},
- "node_modules/htmlparser2": {
- "version": "3.8.3",
- "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz",
- "integrity": "sha512-hBxEg3CYXe+rPIua8ETe7tmG3XDn9B0edOE/e9wH2nLczxzgdu0m0aNHY+5wFZiviLWLdANPJTssa92dMcXQ5Q==",
- "dev": true,
- "dependencies": {
- "domelementtype": "1",
- "domhandler": "2.3",
- "domutils": "1.5",
- "entities": "1.0",
- "readable-stream": "1.1"
- }
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
},
- "node_modules/husky": {
- "version": "7.0.4",
- "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz",
- "integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==",
- "dev": true,
- "bin": {
- "husky": "lib/bin.js"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/typicode"
- }
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
},
- "node_modules/inflight": {
- "version": "1.0.6",
- "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
- "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
- "dev": true,
- "dependencies": {
- "once": "^1.3.0",
- "wrappy": "1"
- }
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
},
- "node_modules/inherits": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
- "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
- "dev": true
- },
- "node_modules/isarray": {
- "version": "0.0.1",
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
- "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==",
- "dev": true
- },
- "node_modules/jju": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/jju/-/jju-1.4.0.tgz",
- "integrity": "sha1-o6vicYryQaKykE+EpiWXDzia4yo=",
- "dev": true
- },
- "node_modules/jshint": {
- "version": "2.13.5",
- "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.5.tgz",
- "integrity": "sha512-dB2n1w3OaQ35PLcBGIWXlszjbPZwsgZoxsg6G8PtNf2cFMC1l0fObkYLUuXqTTdi6tKw4sAjfUseTdmDMHQRcg==",
- "dev": true,
- "dependencies": {
- "cli": "~1.0.0",
- "console-browserify": "1.1.x",
- "exit": "0.1.x",
- "htmlparser2": "3.8.x",
- "lodash": "~4.17.21",
- "minimatch": "~3.0.2",
- "strip-json-comments": "1.0.x"
- },
- "bin": {
- "jshint": "bin/jshint"
- }
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
},
- "node_modules/locate-path": {
- "version": "7.1.1",
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.1.1.tgz",
- "integrity": "sha512-vJXaRMJgRVD3+cUZs3Mncj2mxpt5mP0EmNOsxRSZRMlbqjvxzDEOIUWXGmavo0ZC9+tNZCBLQ66reA11nbpHZg==",
- "dev": true,
- "dependencies": {
- "p-locate": "^6.0.0"
- },
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
+ "write-file-atomic": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz",
+ "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==",
+ "dev": true,
+ "requires": {
+ "imurmurhash": "^0.1.4",
+ "signal-exit": "^3.0.7"
+ }
+ }
+ }
+ },
+ "@jest/types": {
+ "version": "29.6.3",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz",
+ "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==",
+ "dev": true,
+ "requires": {
+ "@jest/schemas": "^29.6.3",
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^17.0.8",
+ "chalk": "^4.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
},
- "node_modules/lodash": {
- "version": "4.17.21",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
- "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
- "dev": true
- },
- "node_modules/lower-case": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
- "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
- "dev": true,
- "dependencies": {
- "tslib": "^2.0.3"
- }
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
},
- "node_modules/matched": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/matched/-/matched-5.0.1.tgz",
- "integrity": "sha512-E1fhSTPRyhAlNaNvGXAgZQlq1hL0bgYMTk/6bktVlIhzUnX/SZs7296ACdVeNJE8xFNGSuvd9IpI7vSnmcqLvw==",
- "dev": true,
- "dependencies": {
- "glob": "^7.1.6",
- "picomatch": "^2.2.1"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
},
- "node_modules/minify": {
- "version": "7.2.2",
- "resolved": "https://registry.npmjs.org/minify/-/minify-7.2.2.tgz",
- "integrity": "sha512-AcgoqXRQX0o/PRrydK8klB5OD09lFjJ/OYVHGxmWmbg/DQP/ETmmPM4aA10NZBiGdlLeUnC9sCgrgJAt0P14mA==",
- "dev": true,
- "dependencies": {
- "clean-css": "^5.0.1",
- "css-b64-images": "~0.2.5",
- "debug": "^4.1.0",
- "find-up": "^6.1.0",
- "html-minifier-terser": "^6.0.2",
- "readjson": "^2.2.2",
- "terser": "^5.3.2",
- "try-catch": "^3.0.0",
- "try-to-catch": "^3.0.0"
- },
- "bin": {
- "minify": "bin/minify.js"
- },
- "engines": {
- "node": ">=14"
- }
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
},
- "node_modules/minimatch": {
- "version": "3.0.8",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz",
- "integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==",
- "dev": true,
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "engines": {
- "node": "*"
- }
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
},
- "node_modules/ms": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
- "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
- "dev": true
- },
- "node_modules/no-case": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
- "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
- "dev": true,
- "dependencies": {
- "lower-case": "^2.0.2",
- "tslib": "^2.0.3"
- }
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "@jridgewell/gen-mapping": {
+ "version": "0.3.3",
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz",
+ "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==",
+ "dev": true,
+ "requires": {
+ "@jridgewell/set-array": "^1.0.1",
+ "@jridgewell/sourcemap-codec": "^1.4.10",
+ "@jridgewell/trace-mapping": "^0.3.9"
+ }
+ },
+ "@jridgewell/resolve-uri": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz",
+ "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==",
+ "dev": true
+ },
+ "@jridgewell/set-array": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
+ "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
+ "dev": true
+ },
+ "@jridgewell/source-map": {
+ "version": "0.3.5",
+ "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz",
+ "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==",
+ "dev": true,
+ "requires": {
+ "@jridgewell/gen-mapping": "^0.3.0",
+ "@jridgewell/trace-mapping": "^0.3.9"
+ }
+ },
+ "@jridgewell/sourcemap-codec": {
+ "version": "1.4.15",
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
+ "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==",
+ "dev": true
+ },
+ "@jridgewell/trace-mapping": {
+ "version": "0.3.22",
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.22.tgz",
+ "integrity": "sha512-Wf963MzWtA2sjrNt+g18IAln9lKnlRp+K2eH4jjIoF1wYeq3aMREpG09xhlhdzS0EjwU7qmUJYangWa+151vZw==",
+ "dev": true,
+ "requires": {
+ "@jridgewell/resolve-uri": "^3.1.0",
+ "@jridgewell/sourcemap-codec": "^1.4.14"
+ }
+ },
+ "@leichtgewicht/ip-codec": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz",
+ "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==",
+ "dev": true
+ },
+ "@nicolo-ribaudo/eslint-scope-5-internals": {
+ "version": "5.1.1-v1",
+ "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz",
+ "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==",
+ "dev": true,
+ "requires": {
+ "eslint-scope": "5.1.1"
+ }
+ },
+ "@nodelib/fs.scandir": {
+ "version": "2.1.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
+ "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
+ "dev": true,
+ "requires": {
+ "@nodelib/fs.stat": "2.0.5",
+ "run-parallel": "^1.1.9"
+ }
+ },
+ "@nodelib/fs.stat": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
+ "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
+ "dev": true
+ },
+ "@nodelib/fs.walk": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
+ "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
+ "dev": true,
+ "requires": {
+ "@nodelib/fs.scandir": "2.1.5",
+ "fastq": "^1.6.0"
+ }
+ },
+ "@pkgr/core": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.1.1.tgz",
+ "integrity": "sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==",
+ "dev": true
+ },
+ "@pmmmwh/react-refresh-webpack-plugin": {
+ "version": "0.5.11",
+ "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.11.tgz",
+ "integrity": "sha512-7j/6vdTym0+qZ6u4XbSAxrWBGYSdCfTzySkj7WAFgDLmSyWlOrWvpyzxlFh5jtw9dn0oL/jtW+06XfFiisN3JQ==",
+ "dev": true,
+ "requires": {
+ "ansi-html-community": "^0.0.8",
+ "common-path-prefix": "^3.0.0",
+ "core-js-pure": "^3.23.3",
+ "error-stack-parser": "^2.0.6",
+ "find-up": "^5.0.0",
+ "html-entities": "^2.1.0",
+ "loader-utils": "^2.0.4",
+ "schema-utils": "^3.0.0",
+ "source-map": "^0.7.3"
+ }
+ },
+ "@polka/url": {
+ "version": "1.0.0-next.24",
+ "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.24.tgz",
+ "integrity": "sha512-2LuNTFBIO0m7kKIQvvPHN6UE63VjpmL9rnEEaOOaiSPbZK+zUOYIzBAWcED+3XYzhYsd/0mD57VdxAEqqV52CQ==",
+ "dev": true
+ },
+ "@puppeteer/browsers": {
+ "version": "1.4.6",
+ "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-1.4.6.tgz",
+ "integrity": "sha512-x4BEjr2SjOPowNeiguzjozQbsc6h437ovD/wu+JpaenxVLm3jkgzHY2xOslMTp50HoTvQreMjiexiGQw1sqZlQ==",
+ "dev": true,
+ "requires": {
+ "debug": "4.3.4",
+ "extract-zip": "2.0.1",
+ "progress": "2.0.3",
+ "proxy-agent": "6.3.0",
+ "tar-fs": "3.0.4",
+ "unbzip2-stream": "1.4.3",
+ "yargs": "17.7.1"
+ },
+ "dependencies": {
+ "yargs": {
+ "version": "17.7.1",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.1.tgz",
+ "integrity": "sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==",
+ "dev": true,
+ "requires": {
+ "cliui": "^8.0.1",
+ "escalade": "^3.1.1",
+ "get-caller-file": "^2.0.5",
+ "require-directory": "^2.1.1",
+ "string-width": "^4.2.3",
+ "y18n": "^5.0.5",
+ "yargs-parser": "^21.1.1"
+ }
+ }
+ }
+ },
+ "@sentry/core": {
+ "version": "6.19.7",
+ "resolved": "https://registry.npmjs.org/@sentry/core/-/core-6.19.7.tgz",
+ "integrity": "sha512-tOfZ/umqB2AcHPGbIrsFLcvApdTm9ggpi/kQZFkej7kMphjT+SGBiQfYtjyg9jcRW+ilAR4JXC9BGKsdEQ+8Vw==",
+ "dev": true,
+ "requires": {
+ "@sentry/hub": "6.19.7",
+ "@sentry/minimal": "6.19.7",
+ "@sentry/types": "6.19.7",
+ "@sentry/utils": "6.19.7",
+ "tslib": "^1.9.3"
+ }
+ },
+ "@sentry/hub": {
+ "version": "6.19.7",
+ "resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-6.19.7.tgz",
+ "integrity": "sha512-y3OtbYFAqKHCWezF0EGGr5lcyI2KbaXW2Ik7Xp8Mu9TxbSTuwTe4rTntwg8ngPjUQU3SUHzgjqVB8qjiGqFXCA==",
+ "dev": true,
+ "requires": {
+ "@sentry/types": "6.19.7",
+ "@sentry/utils": "6.19.7",
+ "tslib": "^1.9.3"
+ }
+ },
+ "@sentry/minimal": {
+ "version": "6.19.7",
+ "resolved": "https://registry.npmjs.org/@sentry/minimal/-/minimal-6.19.7.tgz",
+ "integrity": "sha512-wcYmSJOdvk6VAPx8IcmZgN08XTXRwRtB1aOLZm+MVHjIZIhHoBGZJYTVQS/BWjldsamj2cX3YGbGXNunaCfYJQ==",
+ "dev": true,
+ "requires": {
+ "@sentry/hub": "6.19.7",
+ "@sentry/types": "6.19.7",
+ "tslib": "^1.9.3"
+ }
+ },
+ "@sentry/node": {
+ "version": "6.19.7",
+ "resolved": "https://registry.npmjs.org/@sentry/node/-/node-6.19.7.tgz",
+ "integrity": "sha512-gtmRC4dAXKODMpHXKfrkfvyBL3cI8y64vEi3fDD046uqYcrWdgoQsffuBbxMAizc6Ez1ia+f0Flue6p15Qaltg==",
+ "dev": true,
+ "requires": {
+ "@sentry/core": "6.19.7",
+ "@sentry/hub": "6.19.7",
+ "@sentry/types": "6.19.7",
+ "@sentry/utils": "6.19.7",
+ "cookie": "^0.4.1",
+ "https-proxy-agent": "^5.0.0",
+ "lru_map": "^0.3.3",
+ "tslib": "^1.9.3"
+ }
+ },
+ "@sentry/types": {
+ "version": "6.19.7",
+ "resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.19.7.tgz",
+ "integrity": "sha512-jH84pDYE+hHIbVnab3Hr+ZXr1v8QABfhx39KknxqKWr2l0oEItzepV0URvbEhB446lk/S/59230dlUUIBGsXbg==",
+ "dev": true
+ },
+ "@sentry/utils": {
+ "version": "6.19.7",
+ "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.19.7.tgz",
+ "integrity": "sha512-z95ECmE3i9pbWoXQrD/7PgkBAzJYR+iXtPuTkpBjDKs86O3mT+PXOT3BAn79w2wkn7/i3vOGD2xVr1uiMl26dA==",
+ "dev": true,
+ "requires": {
+ "@sentry/types": "6.19.7",
+ "tslib": "^1.9.3"
+ }
+ },
+ "@sideway/address": {
+ "version": "4.1.5",
+ "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz",
+ "integrity": "sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==",
+ "dev": true,
+ "requires": {
+ "@hapi/hoek": "^9.0.0"
+ }
+ },
+ "@sideway/formula": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz",
+ "integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==",
+ "dev": true
+ },
+ "@sideway/pinpoint": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz",
+ "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==",
+ "dev": true
+ },
+ "@sinclair/typebox": {
+ "version": "0.27.8",
+ "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz",
+ "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==",
+ "dev": true
+ },
+ "@sinonjs/commons": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz",
+ "integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==",
+ "dev": true,
+ "requires": {
+ "type-detect": "4.0.8"
+ }
+ },
+ "@sinonjs/fake-timers": {
+ "version": "10.3.0",
+ "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz",
+ "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==",
+ "dev": true,
+ "requires": {
+ "@sinonjs/commons": "^3.0.0"
+ }
+ },
+ "@svgr/babel-plugin-add-jsx-attribute": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-8.0.0.tgz",
+ "integrity": "sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g==",
+ "dev": true
+ },
+ "@svgr/babel-plugin-remove-jsx-attribute": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-8.0.0.tgz",
+ "integrity": "sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==",
+ "dev": true
+ },
+ "@svgr/babel-plugin-remove-jsx-empty-expression": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-8.0.0.tgz",
+ "integrity": "sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==",
+ "dev": true
+ },
+ "@svgr/babel-plugin-replace-jsx-attribute-value": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-8.0.0.tgz",
+ "integrity": "sha512-KVQ+PtIjb1BuYT3ht8M5KbzWBhdAjjUPdlMtpuw/VjT8coTrItWX6Qafl9+ji831JaJcu6PJNKCV0bp01lBNzQ==",
+ "dev": true
+ },
+ "@svgr/babel-plugin-svg-dynamic-title": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-8.0.0.tgz",
+ "integrity": "sha512-omNiKqwjNmOQJ2v6ge4SErBbkooV2aAWwaPFs2vUY7p7GhVkzRkJ00kILXQvRhA6miHnNpXv7MRnnSjdRjK8og==",
+ "dev": true
+ },
+ "@svgr/babel-plugin-svg-em-dimensions": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-8.0.0.tgz",
+ "integrity": "sha512-mURHYnu6Iw3UBTbhGwE/vsngtCIbHE43xCRK7kCw4t01xyGqb2Pd+WXekRRoFOBIY29ZoOhUCTEweDMdrjfi9g==",
+ "dev": true
+ },
+ "@svgr/babel-plugin-transform-react-native-svg": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-8.1.0.tgz",
+ "integrity": "sha512-Tx8T58CHo+7nwJ+EhUwx3LfdNSG9R2OKfaIXXs5soiy5HtgoAEkDay9LIimLOcG8dJQH1wPZp/cnAv6S9CrR1Q==",
+ "dev": true
+ },
+ "@svgr/babel-plugin-transform-svg-component": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-8.0.0.tgz",
+ "integrity": "sha512-DFx8xa3cZXTdb/k3kfPeaixecQLgKh5NVBMwD0AQxOzcZawK4oo1Jh9LbrcACUivsCA7TLG8eeWgrDXjTMhRmw==",
+ "dev": true
+ },
+ "@svgr/babel-preset": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-8.1.0.tgz",
+ "integrity": "sha512-7EYDbHE7MxHpv4sxvnVPngw5fuR6pw79SkcrILHJ/iMpuKySNCl5W1qcwPEpU+LgyRXOaAFgH0KhwD18wwg6ug==",
+ "dev": true,
+ "requires": {
+ "@svgr/babel-plugin-add-jsx-attribute": "8.0.0",
+ "@svgr/babel-plugin-remove-jsx-attribute": "8.0.0",
+ "@svgr/babel-plugin-remove-jsx-empty-expression": "8.0.0",
+ "@svgr/babel-plugin-replace-jsx-attribute-value": "8.0.0",
+ "@svgr/babel-plugin-svg-dynamic-title": "8.0.0",
+ "@svgr/babel-plugin-svg-em-dimensions": "8.0.0",
+ "@svgr/babel-plugin-transform-react-native-svg": "8.1.0",
+ "@svgr/babel-plugin-transform-svg-component": "8.0.0"
+ }
+ },
+ "@svgr/core": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/@svgr/core/-/core-8.1.0.tgz",
+ "integrity": "sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==",
+ "dev": true,
+ "requires": {
+ "@babel/core": "^7.21.3",
+ "@svgr/babel-preset": "8.1.0",
+ "camelcase": "^6.2.0",
+ "cosmiconfig": "^8.1.3",
+ "snake-case": "^3.0.4"
+ },
+ "dependencies": {
+ "cosmiconfig": {
+ "version": "8.3.6",
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz",
+ "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==",
+ "dev": true,
+ "requires": {
+ "import-fresh": "^3.3.0",
+ "js-yaml": "^4.1.0",
+ "parse-json": "^5.2.0",
+ "path-type": "^4.0.0"
+ }
+ }
+ }
+ },
+ "@svgr/hast-util-to-babel-ast": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-8.0.0.tgz",
+ "integrity": "sha512-EbDKwO9GpfWP4jN9sGdYwPBU0kdomaPIL2Eu4YwmgP+sJeXT+L7bMwJUBnhzfH8Q2qMBqZ4fJwpCyYsAN3mt2Q==",
+ "dev": true,
+ "requires": {
+ "@babel/types": "^7.21.3",
+ "entities": "^4.4.0"
+ }
+ },
+ "@svgr/plugin-jsx": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-8.1.0.tgz",
+ "integrity": "sha512-0xiIyBsLlr8quN+WyuxooNW9RJ0Dpr8uOnH/xrCVO8GLUcwHISwj1AG0k+LFzteTkAA0GbX0kj9q6Dk70PTiPA==",
+ "dev": true,
+ "requires": {
+ "@babel/core": "^7.21.3",
+ "@svgr/babel-preset": "8.1.0",
+ "@svgr/hast-util-to-babel-ast": "8.0.0",
+ "svg-parser": "^2.0.4"
+ }
+ },
+ "@svgr/plugin-svgo": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-8.1.0.tgz",
+ "integrity": "sha512-Ywtl837OGO9pTLIN/onoWLmDQ4zFUycI1g76vuKGEz6evR/ZTJlJuz3G/fIkb6OVBJ2g0o6CGJzaEjfmEo3AHA==",
+ "dev": true,
+ "requires": {
+ "cosmiconfig": "^8.1.3",
+ "deepmerge": "^4.3.1",
+ "svgo": "^3.0.2"
+ },
+ "dependencies": {
+ "cosmiconfig": {
+ "version": "8.3.6",
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz",
+ "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==",
+ "dev": true,
+ "requires": {
+ "import-fresh": "^3.3.0",
+ "js-yaml": "^4.1.0",
+ "parse-json": "^5.2.0",
+ "path-type": "^4.0.0"
+ }
+ }
+ }
+ },
+ "@svgr/webpack": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-8.1.0.tgz",
+ "integrity": "sha512-LnhVjMWyMQV9ZmeEy26maJk+8HTIbd59cH4F2MJ439k9DqejRisfFNGAPvRYlKETuh9LrImlS8aKsBgKjMA8WA==",
+ "dev": true,
+ "requires": {
+ "@babel/core": "^7.21.3",
+ "@babel/plugin-transform-react-constant-elements": "^7.21.3",
+ "@babel/preset-env": "^7.20.2",
+ "@babel/preset-react": "^7.18.6",
+ "@babel/preset-typescript": "^7.21.0",
+ "@svgr/core": "8.1.0",
+ "@svgr/plugin-jsx": "8.1.0",
+ "@svgr/plugin-svgo": "8.1.0"
+ }
+ },
+ "@tannin/compile": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@tannin/compile/-/compile-1.1.0.tgz",
+ "integrity": "sha512-n8m9eNDfoNZoxdvWiTfW/hSPhehzLJ3zW7f8E7oT6mCROoMNWCB4TYtv041+2FMAxweiE0j7i1jubQU4MEC/Gg==",
+ "dev": true,
+ "requires": {
+ "@tannin/evaluate": "^1.2.0",
+ "@tannin/postfix": "^1.1.0"
+ }
+ },
+ "@tannin/evaluate": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/@tannin/evaluate/-/evaluate-1.2.0.tgz",
+ "integrity": "sha512-3ioXvNowbO/wSrxsDG5DKIMxC81P0QrQTYai8zFNY+umuoHWRPbQ/TuuDEOju9E+jQDXmj6yI5GyejNuh8I+eg==",
+ "dev": true
+ },
+ "@tannin/plural-forms": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@tannin/plural-forms/-/plural-forms-1.1.0.tgz",
+ "integrity": "sha512-xl9R2mDZO/qiHam1AgMnAES6IKIg7OBhcXqy6eDsRCdXuxAFPcjrej9HMjyCLE0DJ/8cHf0i5OQTstuBRhpbHw==",
+ "dev": true,
+ "requires": {
+ "@tannin/compile": "^1.1.0"
+ }
+ },
+ "@tannin/postfix": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@tannin/postfix/-/postfix-1.1.0.tgz",
+ "integrity": "sha512-oocsqY7g0cR+Gur5jRQLSrX2OtpMLMse1I10JQBm8CdGMrDkh1Mg2gjsiquMHRtBs4Qwu5wgEp5GgIYHk4SNPw==",
+ "dev": true
+ },
+ "@tootallnate/once": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz",
+ "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==",
+ "dev": true
+ },
+ "@tootallnate/quickjs-emscripten": {
+ "version": "0.23.0",
+ "resolved": "https://registry.npmjs.org/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz",
+ "integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==",
+ "dev": true
+ },
+ "@trysound/sax": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
+ "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
+ "dev": true
+ },
+ "@types/babel__core": {
+ "version": "7.20.5",
+ "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
+ "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
+ "dev": true,
+ "requires": {
+ "@babel/parser": "^7.20.7",
+ "@babel/types": "^7.20.7",
+ "@types/babel__generator": "*",
+ "@types/babel__template": "*",
+ "@types/babel__traverse": "*"
+ }
+ },
+ "@types/babel__generator": {
+ "version": "7.6.8",
+ "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz",
+ "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==",
+ "dev": true,
+ "requires": {
+ "@babel/types": "^7.0.0"
+ }
+ },
+ "@types/babel__template": {
+ "version": "7.4.4",
+ "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
+ "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
+ "dev": true,
+ "requires": {
+ "@babel/parser": "^7.1.0",
+ "@babel/types": "^7.0.0"
+ }
+ },
+ "@types/babel__traverse": {
+ "version": "7.20.5",
+ "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.5.tgz",
+ "integrity": "sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==",
+ "dev": true,
+ "requires": {
+ "@babel/types": "^7.20.7"
+ }
+ },
+ "@types/body-parser": {
+ "version": "1.19.5",
+ "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz",
+ "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==",
+ "dev": true,
+ "requires": {
+ "@types/connect": "*",
+ "@types/node": "*"
+ }
+ },
+ "@types/bonjour": {
+ "version": "3.5.13",
+ "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz",
+ "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==",
+ "dev": true,
+ "requires": {
+ "@types/node": "*"
+ }
+ },
+ "@types/connect": {
+ "version": "3.4.38",
+ "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
+ "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
+ "dev": true,
+ "requires": {
+ "@types/node": "*"
+ }
+ },
+ "@types/connect-history-api-fallback": {
+ "version": "1.5.4",
+ "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz",
+ "integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==",
+ "dev": true,
+ "requires": {
+ "@types/express-serve-static-core": "*",
+ "@types/node": "*"
+ }
+ },
+ "@types/eslint": {
+ "version": "8.56.2",
+ "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.2.tgz",
+ "integrity": "sha512-uQDwm1wFHmbBbCZCqAlq6Do9LYwByNZHWzXppSnay9SuwJ+VRbjkbLABer54kcPnMSlG6Fdiy2yaFXm/z9Z5gw==",
+ "dev": true,
+ "requires": {
+ "@types/estree": "*",
+ "@types/json-schema": "*"
+ }
+ },
+ "@types/eslint-scope": {
+ "version": "3.7.7",
+ "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz",
+ "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==",
+ "dev": true,
+ "requires": {
+ "@types/eslint": "*",
+ "@types/estree": "*"
+ }
+ },
+ "@types/estree": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
+ "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==",
+ "dev": true
+ },
+ "@types/express": {
+ "version": "4.17.21",
+ "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz",
+ "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==",
+ "dev": true,
+ "requires": {
+ "@types/body-parser": "*",
+ "@types/express-serve-static-core": "^4.17.33",
+ "@types/qs": "*",
+ "@types/serve-static": "*"
+ }
+ },
+ "@types/express-serve-static-core": {
+ "version": "4.17.43",
+ "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.43.tgz",
+ "integrity": "sha512-oaYtiBirUOPQGSWNGPWnzyAFJ0BP3cwvN4oWZQY+zUBwpVIGsKUkpBpSztp74drYcjavs7SKFZ4DX1V2QeN8rg==",
+ "dev": true,
+ "requires": {
+ "@types/node": "*",
+ "@types/qs": "*",
+ "@types/range-parser": "*",
+ "@types/send": "*"
+ }
+ },
+ "@types/glob": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz",
+ "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==",
+ "dev": true,
+ "requires": {
+ "@types/minimatch": "*",
+ "@types/node": "*"
+ }
+ },
+ "@types/graceful-fs": {
+ "version": "4.1.9",
+ "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz",
+ "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==",
+ "dev": true,
+ "requires": {
+ "@types/node": "*"
+ }
+ },
+ "@types/http-errors": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz",
+ "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==",
+ "dev": true
+ },
+ "@types/http-proxy": {
+ "version": "1.17.14",
+ "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.14.tgz",
+ "integrity": "sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==",
+ "dev": true,
+ "requires": {
+ "@types/node": "*"
+ }
+ },
+ "@types/istanbul-lib-coverage": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz",
+ "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==",
+ "dev": true
+ },
+ "@types/istanbul-lib-report": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz",
+ "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==",
+ "dev": true,
+ "requires": {
+ "@types/istanbul-lib-coverage": "*"
+ }
+ },
+ "@types/istanbul-reports": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz",
+ "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==",
+ "dev": true,
+ "requires": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "@types/jsdom": {
+ "version": "20.0.1",
+ "resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-20.0.1.tgz",
+ "integrity": "sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==",
+ "dev": true,
+ "requires": {
+ "@types/node": "*",
+ "@types/tough-cookie": "*",
+ "parse5": "^7.0.0"
+ }
+ },
+ "@types/json-schema": {
+ "version": "7.0.15",
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
+ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
+ "dev": true
+ },
+ "@types/json5": {
+ "version": "0.0.29",
+ "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
+ "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
+ "dev": true
+ },
+ "@types/mime": {
+ "version": "1.3.5",
+ "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz",
+ "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==",
+ "dev": true
+ },
+ "@types/minimatch": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
+ "integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==",
+ "dev": true
+ },
+ "@types/minimist": {
+ "version": "1.2.5",
+ "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz",
+ "integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==",
+ "dev": true
+ },
+ "@types/node": {
+ "version": "20.11.16",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.16.tgz",
+ "integrity": "sha512-gKb0enTmRCzXSSUJDq6/sPcqrfCv2mkkG6Jt/clpn5eiCbKTY+SgZUxo+p8ZKMof5dCp9vHQUAB7wOUTod22wQ==",
+ "dev": true,
+ "requires": {
+ "undici-types": "~5.26.4"
+ }
+ },
+ "@types/node-forge": {
+ "version": "1.3.11",
+ "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.11.tgz",
+ "integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==",
+ "dev": true,
+ "requires": {
+ "@types/node": "*"
+ }
+ },
+ "@types/normalize-package-data": {
+ "version": "2.4.4",
+ "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz",
+ "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==",
+ "dev": true
+ },
+ "@types/parse-json": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz",
+ "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==",
+ "dev": true
+ },
+ "@types/prop-types": {
+ "version": "15.7.11",
+ "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.11.tgz",
+ "integrity": "sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==",
+ "dev": true
+ },
+ "@types/qs": {
+ "version": "6.9.11",
+ "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.11.tgz",
+ "integrity": "sha512-oGk0gmhnEJK4Yyk+oI7EfXsLayXatCWPHary1MtcmbAifkobT9cM9yutG/hZKIseOU0MqbIwQ/u2nn/Gb+ltuQ==",
+ "dev": true
+ },
+ "@types/range-parser": {
+ "version": "1.2.7",
+ "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
+ "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
+ "dev": true
+ },
+ "@types/react": {
+ "version": "17.0.75",
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.75.tgz",
+ "integrity": "sha512-MSA+NzEzXnQKrqpO63CYqNstFjsESgvJAdAyyJ1n6ZQq/GLgf6nOfIKwk+Twuz0L1N6xPe+qz5xRCJrbhMaLsw==",
+ "dev": true,
+ "requires": {
+ "@types/prop-types": "*",
+ "@types/scheduler": "*",
+ "csstype": "^3.0.2"
+ }
+ },
+ "@types/react-dom": {
+ "version": "17.0.25",
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.25.tgz",
+ "integrity": "sha512-urx7A7UxkZQmThYA4So0NelOVjx3V4rNFVJwp0WZlbIK5eM4rNJDiN3R/E9ix0MBh6kAEojk/9YL+Te6D9zHNA==",
+ "dev": true,
+ "requires": {
+ "@types/react": "^17"
+ }
+ },
+ "@types/retry": {
+ "version": "0.12.0",
+ "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz",
+ "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==",
+ "dev": true
+ },
+ "@types/scheduler": {
+ "version": "0.16.8",
+ "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.8.tgz",
+ "integrity": "sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==",
+ "dev": true
+ },
+ "@types/semver": {
+ "version": "7.5.6",
+ "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.6.tgz",
+ "integrity": "sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==",
+ "dev": true
+ },
+ "@types/send": {
+ "version": "0.17.4",
+ "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz",
+ "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==",
+ "dev": true,
+ "requires": {
+ "@types/mime": "^1",
+ "@types/node": "*"
+ }
+ },
+ "@types/serve-index": {
+ "version": "1.9.4",
+ "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz",
+ "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==",
+ "dev": true,
+ "requires": {
+ "@types/express": "*"
+ }
+ },
+ "@types/serve-static": {
+ "version": "1.15.5",
+ "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.5.tgz",
+ "integrity": "sha512-PDRk21MnK70hja/YF8AHfC7yIsiQHn1rcXx7ijCFBX/k+XQJhQT/gw3xekXKJvx+5SXaMMS8oqQy09Mzvz2TuQ==",
+ "dev": true,
+ "requires": {
+ "@types/http-errors": "*",
+ "@types/mime": "*",
+ "@types/node": "*"
+ }
+ },
+ "@types/sockjs": {
+ "version": "0.3.36",
+ "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz",
+ "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==",
+ "dev": true,
+ "requires": {
+ "@types/node": "*"
+ }
+ },
+ "@types/source-list-map": {
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/@types/source-list-map/-/source-list-map-0.1.6.tgz",
+ "integrity": "sha512-5JcVt1u5HDmlXkwOD2nslZVllBBc7HDuOICfiZah2Z0is8M8g+ddAEawbmd3VjedfDHBzxCaXLs07QEmb7y54g==",
+ "dev": true
+ },
+ "@types/stack-utils": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz",
+ "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==",
+ "dev": true
+ },
+ "@types/tapable": {
+ "version": "1.0.12",
+ "resolved": "https://registry.npmjs.org/@types/tapable/-/tapable-1.0.12.tgz",
+ "integrity": "sha512-bTHG8fcxEqv1M9+TD14P8ok8hjxoOCkfKc8XXLaaD05kI7ohpeI956jtDOD3XHKBQrlyPughUtzm1jtVhHpA5Q==",
+ "dev": true
+ },
+ "@types/tough-cookie": {
+ "version": "4.0.5",
+ "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz",
+ "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==",
+ "dev": true
+ },
+ "@types/uglify-js": {
+ "version": "3.17.4",
+ "resolved": "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.17.4.tgz",
+ "integrity": "sha512-Hm/T0kV3ywpJyMGNbsItdivRhYNCQQf1IIsYsXnoVPES4t+FMLyDe0/K+Ea7ahWtMtSNb22ZdY7MIyoD9rqARg==",
+ "dev": true,
+ "requires": {
+ "source-map": "^0.6.1"
+ },
+ "dependencies": {
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "dev": true
+ }
+ }
+ },
+ "@types/webpack": {
+ "version": "4.41.38",
+ "resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.38.tgz",
+ "integrity": "sha512-oOW7E931XJU1mVfCnxCVgv8GLFL768pDO5u2Gzk82i8yTIgX6i7cntyZOkZYb/JtYM8252SN9bQp9tgkVDSsRw==",
+ "dev": true,
+ "requires": {
+ "@types/node": "*",
+ "@types/tapable": "^1",
+ "@types/uglify-js": "*",
+ "@types/webpack-sources": "*",
+ "anymatch": "^3.0.0",
+ "source-map": "^0.6.0"
+ },
+ "dependencies": {
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "dev": true
+ }
+ }
+ },
+ "@types/webpack-sources": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-3.2.3.tgz",
+ "integrity": "sha512-4nZOdMwSPHZ4pTEZzSp0AsTM4K7Qmu40UKW4tJDiOVs20UzYF9l+qUe4s0ftfN0pin06n+5cWWDJXH+sbhAiDw==",
+ "dev": true,
+ "requires": {
+ "@types/node": "*",
+ "@types/source-list-map": "*",
+ "source-map": "^0.7.3"
+ }
+ },
+ "@types/ws": {
+ "version": "8.5.10",
+ "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz",
+ "integrity": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==",
+ "dev": true,
+ "requires": {
+ "@types/node": "*"
+ }
+ },
+ "@types/yargs": {
+ "version": "17.0.32",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz",
+ "integrity": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==",
+ "dev": true,
+ "requires": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "@types/yargs-parser": {
+ "version": "21.0.3",
+ "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz",
+ "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==",
+ "dev": true
+ },
+ "@types/yauzl": {
+ "version": "2.10.3",
+ "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz",
+ "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==",
+ "dev": true,
+ "optional": true,
+ "requires": {
+ "@types/node": "*"
+ }
+ },
+ "@typescript-eslint/eslint-plugin": {
+ "version": "5.62.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz",
+ "integrity": "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==",
+ "dev": true,
+ "requires": {
+ "@eslint-community/regexpp": "^4.4.0",
+ "@typescript-eslint/scope-manager": "5.62.0",
+ "@typescript-eslint/type-utils": "5.62.0",
+ "@typescript-eslint/utils": "5.62.0",
+ "debug": "^4.3.4",
+ "graphemer": "^1.4.0",
+ "ignore": "^5.2.0",
+ "natural-compare-lite": "^1.4.0",
+ "semver": "^7.3.7",
+ "tsutils": "^3.21.0"
+ }
+ },
+ "@typescript-eslint/experimental-utils": {
+ "version": "5.62.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.62.0.tgz",
+ "integrity": "sha512-RTXpeB3eMkpoclG3ZHft6vG/Z30azNHuqY6wKPBHlVMZFuEvrtlEDe8gMqDb+SO+9hjC/pLekeSCryf9vMZlCw==",
+ "dev": true,
+ "requires": {
+ "@typescript-eslint/utils": "5.62.0"
+ }
+ },
+ "@typescript-eslint/parser": {
+ "version": "5.62.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz",
+ "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==",
+ "dev": true,
+ "requires": {
+ "@typescript-eslint/scope-manager": "5.62.0",
+ "@typescript-eslint/types": "5.62.0",
+ "@typescript-eslint/typescript-estree": "5.62.0",
+ "debug": "^4.3.4"
+ }
+ },
+ "@typescript-eslint/scope-manager": {
+ "version": "5.62.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz",
+ "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==",
+ "dev": true,
+ "requires": {
+ "@typescript-eslint/types": "5.62.0",
+ "@typescript-eslint/visitor-keys": "5.62.0"
+ }
+ },
+ "@typescript-eslint/type-utils": {
+ "version": "5.62.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz",
+ "integrity": "sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==",
+ "dev": true,
+ "requires": {
+ "@typescript-eslint/typescript-estree": "5.62.0",
+ "@typescript-eslint/utils": "5.62.0",
+ "debug": "^4.3.4",
+ "tsutils": "^3.21.0"
+ }
+ },
+ "@typescript-eslint/types": {
+ "version": "5.62.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz",
+ "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==",
+ "dev": true
+ },
+ "@typescript-eslint/typescript-estree": {
+ "version": "5.62.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz",
+ "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==",
+ "dev": true,
+ "requires": {
+ "@typescript-eslint/types": "5.62.0",
+ "@typescript-eslint/visitor-keys": "5.62.0",
+ "debug": "^4.3.4",
+ "globby": "^11.1.0",
+ "is-glob": "^4.0.3",
+ "semver": "^7.3.7",
+ "tsutils": "^3.21.0"
+ }
+ },
+ "@typescript-eslint/utils": {
+ "version": "5.62.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz",
+ "integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==",
+ "dev": true,
+ "requires": {
+ "@eslint-community/eslint-utils": "^4.2.0",
+ "@types/json-schema": "^7.0.9",
+ "@types/semver": "^7.3.12",
+ "@typescript-eslint/scope-manager": "5.62.0",
+ "@typescript-eslint/types": "5.62.0",
+ "@typescript-eslint/typescript-estree": "5.62.0",
+ "eslint-scope": "^5.1.1",
+ "semver": "^7.3.7"
+ }
+ },
+ "@typescript-eslint/visitor-keys": {
+ "version": "5.62.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz",
+ "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==",
+ "dev": true,
+ "requires": {
+ "@typescript-eslint/types": "5.62.0",
+ "eslint-visitor-keys": "^3.3.0"
+ }
+ },
+ "@ungap/structured-clone": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
+ "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==",
+ "dev": true
+ },
+ "@webassemblyjs/ast": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.6.tgz",
+ "integrity": "sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==",
+ "dev": true,
+ "requires": {
+ "@webassemblyjs/helper-numbers": "1.11.6",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.6"
+ }
+ },
+ "@webassemblyjs/floating-point-hex-parser": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz",
+ "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==",
+ "dev": true
+ },
+ "@webassemblyjs/helper-api-error": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz",
+ "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==",
+ "dev": true
+ },
+ "@webassemblyjs/helper-buffer": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.6.tgz",
+ "integrity": "sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==",
+ "dev": true
+ },
+ "@webassemblyjs/helper-numbers": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz",
+ "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==",
+ "dev": true,
+ "requires": {
+ "@webassemblyjs/floating-point-hex-parser": "1.11.6",
+ "@webassemblyjs/helper-api-error": "1.11.6",
+ "@xtuc/long": "4.2.2"
+ }
+ },
+ "@webassemblyjs/helper-wasm-bytecode": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz",
+ "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==",
+ "dev": true
+ },
+ "@webassemblyjs/helper-wasm-section": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.6.tgz",
+ "integrity": "sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==",
+ "dev": true,
+ "requires": {
+ "@webassemblyjs/ast": "1.11.6",
+ "@webassemblyjs/helper-buffer": "1.11.6",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.6",
+ "@webassemblyjs/wasm-gen": "1.11.6"
+ }
+ },
+ "@webassemblyjs/ieee754": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz",
+ "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==",
+ "dev": true,
+ "requires": {
+ "@xtuc/ieee754": "^1.2.0"
+ }
+ },
+ "@webassemblyjs/leb128": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz",
+ "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==",
+ "dev": true,
+ "requires": {
+ "@xtuc/long": "4.2.2"
+ }
+ },
+ "@webassemblyjs/utf8": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz",
+ "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==",
+ "dev": true
+ },
+ "@webassemblyjs/wasm-edit": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.6.tgz",
+ "integrity": "sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==",
+ "dev": true,
+ "requires": {
+ "@webassemblyjs/ast": "1.11.6",
+ "@webassemblyjs/helper-buffer": "1.11.6",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.6",
+ "@webassemblyjs/helper-wasm-section": "1.11.6",
+ "@webassemblyjs/wasm-gen": "1.11.6",
+ "@webassemblyjs/wasm-opt": "1.11.6",
+ "@webassemblyjs/wasm-parser": "1.11.6",
+ "@webassemblyjs/wast-printer": "1.11.6"
+ }
+ },
+ "@webassemblyjs/wasm-gen": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.6.tgz",
+ "integrity": "sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==",
+ "dev": true,
+ "requires": {
+ "@webassemblyjs/ast": "1.11.6",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.6",
+ "@webassemblyjs/ieee754": "1.11.6",
+ "@webassemblyjs/leb128": "1.11.6",
+ "@webassemblyjs/utf8": "1.11.6"
+ }
+ },
+ "@webassemblyjs/wasm-opt": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.6.tgz",
+ "integrity": "sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==",
+ "dev": true,
+ "requires": {
+ "@webassemblyjs/ast": "1.11.6",
+ "@webassemblyjs/helper-buffer": "1.11.6",
+ "@webassemblyjs/wasm-gen": "1.11.6",
+ "@webassemblyjs/wasm-parser": "1.11.6"
+ }
+ },
+ "@webassemblyjs/wasm-parser": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.6.tgz",
+ "integrity": "sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==",
+ "dev": true,
+ "requires": {
+ "@webassemblyjs/ast": "1.11.6",
+ "@webassemblyjs/helper-api-error": "1.11.6",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.6",
+ "@webassemblyjs/ieee754": "1.11.6",
+ "@webassemblyjs/leb128": "1.11.6",
+ "@webassemblyjs/utf8": "1.11.6"
+ }
+ },
+ "@webassemblyjs/wast-printer": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.6.tgz",
+ "integrity": "sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==",
+ "dev": true,
+ "requires": {
+ "@webassemblyjs/ast": "1.11.6",
+ "@xtuc/long": "4.2.2"
+ }
+ },
+ "@webpack-cli/configtest": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-2.1.1.tgz",
+ "integrity": "sha512-wy0mglZpDSiSS0XHrVR+BAdId2+yxPSoJW8fsna3ZpYSlufjvxnP4YbKTCBZnNIcGN4r6ZPXV55X4mYExOfLmw==",
+ "dev": true
+ },
+ "@webpack-cli/info": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-2.0.2.tgz",
+ "integrity": "sha512-zLHQdI/Qs1UyT5UBdWNqsARasIA+AaF8t+4u2aS2nEpBQh2mWIVb8qAklq0eUENnC5mOItrIB4LiS9xMtph18A==",
+ "dev": true
+ },
+ "@webpack-cli/serve": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-2.0.5.tgz",
+ "integrity": "sha512-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ==",
+ "dev": true
+ },
+ "@woocommerce/dependency-extraction-webpack-plugin": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/@woocommerce/dependency-extraction-webpack-plugin/-/dependency-extraction-webpack-plugin-2.3.0.tgz",
+ "integrity": "sha512-dfa5bBZFRKcjFpqTEXyuUKC16n85RlKQ4EamdAAqUVQedv4DMRCj2jWUcId7pN2mOFGgAp+heGgb9i6fwiZk2Q==",
+ "dev": true,
+ "requires": {
+ "@wordpress/dependency-extraction-webpack-plugin": "^3.3.0"
+ }
+ },
+ "@woocommerce/eslint-plugin": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/@woocommerce/eslint-plugin/-/eslint-plugin-2.2.0.tgz",
+ "integrity": "sha512-Y++rzAnZL6IHaOrcuTsDvd409ry//waq/Q5+rLTGzYrMxaVB4EfcQIN72skK8bWihoebSnp3bk+WQvW5wXtJTw==",
+ "dev": true,
+ "requires": {
+ "@typescript-eslint/parser": "^5.14.0",
+ "@wordpress/eslint-plugin": "^11.0.0",
+ "eslint-plugin-react-hooks": "^4.3.0",
+ "eslint-plugin-testing-library": "^5.1.0",
+ "requireindex": "^1.2.0"
+ }
+ },
+ "@wordpress/api-fetch": {
+ "version": "6.47.0",
+ "resolved": "https://registry.npmjs.org/@wordpress/api-fetch/-/api-fetch-6.47.0.tgz",
+ "integrity": "sha512-NA/jWDXoVtJmiVBYhlxts2UrgKJpJM+zTGzLCfRQCZUzpJYm3LonB8x+uCQ78nEyxCY397Esod3jnbquYjOr0Q==",
+ "dev": true,
+ "requires": {
+ "@babel/runtime": "^7.16.0",
+ "@wordpress/i18n": "^4.50.0",
+ "@wordpress/url": "^3.51.0"
+ }
+ },
+ "@wordpress/babel-plugin-import-jsx-pragma": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/@wordpress/babel-plugin-import-jsx-pragma/-/babel-plugin-import-jsx-pragma-3.2.0.tgz",
+ "integrity": "sha512-XK3Sdpi9MWoy5qPHnRroY/ypX0VtT5yI5809u5As1P/3k4vlXNw8USH4lJ+rkurAOVqqN5mFlf2XAL9AkpfXyg==",
+ "dev": true
+ },
+ "@wordpress/babel-preset-default": {
+ "version": "6.17.0",
+ "resolved": "https://registry.npmjs.org/@wordpress/babel-preset-default/-/babel-preset-default-6.17.0.tgz",
+ "integrity": "sha512-mBB1KHWT2vN+maKIPYLQSxhhAzW6CNwYiJNRSNaNBALie9TULe7etrnwoZ1eqPVsuYvBlXB4XKcPaSm3/FW+qQ==",
+ "dev": true,
+ "requires": {
+ "@babel/core": "^7.16.0",
+ "@babel/plugin-transform-react-jsx": "^7.16.0",
+ "@babel/plugin-transform-runtime": "^7.16.0",
+ "@babel/preset-env": "^7.16.0",
+ "@babel/preset-typescript": "^7.16.0",
+ "@babel/runtime": "^7.16.0",
+ "@wordpress/babel-plugin-import-jsx-pragma": "^3.2.0",
+ "@wordpress/browserslist-config": "^4.1.2",
+ "@wordpress/element": "^4.13.0",
+ "@wordpress/warning": "^2.15.0",
+ "browserslist": "^4.17.6",
+ "core-js": "^3.19.1"
+ }
+ },
+ "@wordpress/base-styles": {
+ "version": "4.41.0",
+ "resolved": "https://registry.npmjs.org/@wordpress/base-styles/-/base-styles-4.41.0.tgz",
+ "integrity": "sha512-MjPAZeAqvyskDXDp2wGZ0DjtYOQLOydI1WqVIZS4wnIdhsQWQD//VMeXgLrcmCzNyQg+iKTx3o+BzmXVTOD0+w==",
+ "dev": true
+ },
+ "@wordpress/browserslist-config": {
+ "version": "4.1.3",
+ "resolved": "https://registry.npmjs.org/@wordpress/browserslist-config/-/browserslist-config-4.1.3.tgz",
+ "integrity": "sha512-M4WQ0C4zCfMWyCmK40git3rfPdNkRwg5boGjoTL4LSdhrY+rtchFAtfOHS9KovAZ5ZzTB0gyZsCu/QKZlPClog==",
+ "dev": true
+ },
+ "@wordpress/dependency-extraction-webpack-plugin": {
+ "version": "3.7.0",
+ "resolved": "https://registry.npmjs.org/@wordpress/dependency-extraction-webpack-plugin/-/dependency-extraction-webpack-plugin-3.7.0.tgz",
+ "integrity": "sha512-SHyp88D1ICSaRVMfs/kKEicjKXWf1y2wecUeZIiMtkfAi8Bnk3JsnUo11LH7drJIXfjmDoer2B2rrBMZmRm8VA==",
+ "dev": true,
+ "requires": {
+ "json2php": "^0.0.4",
+ "webpack-sources": "^3.2.2"
+ }
+ },
+ "@wordpress/e2e-test-utils-playwright": {
+ "version": "0.16.0",
+ "resolved": "https://registry.npmjs.org/@wordpress/e2e-test-utils-playwright/-/e2e-test-utils-playwright-0.16.0.tgz",
+ "integrity": "sha512-CktRj5/Cc/pAvTHXIAPIMrmmnb0VjtXbTGSjYG6pW/JI2YAmpwY2yBA+DlHJjqOIpcjDDj+sSsJomRSxT2chwQ==",
+ "dev": true,
+ "requires": {
+ "@wordpress/api-fetch": "^6.45.0",
+ "@wordpress/keycodes": "^3.48.0",
+ "@wordpress/url": "^3.49.0",
+ "change-case": "^4.1.2",
+ "form-data": "^4.0.0",
+ "get-port": "^5.1.1",
+ "lighthouse": "^10.4.0",
+ "mime": "^3.0.0",
+ "web-vitals": "^3.5.0"
+ }
+ },
+ "@wordpress/element": {
+ "version": "4.20.0",
+ "resolved": "https://registry.npmjs.org/@wordpress/element/-/element-4.20.0.tgz",
+ "integrity": "sha512-Ou7EoGtGe4FUL6fKALINXJLKoSfyWTBJzkJfN2HzSgM1wira9EuWahl8MQN0HAUaWeOoDqMKPvnglfS+kC8JLA==",
+ "dev": true,
+ "requires": {
+ "@babel/runtime": "^7.16.0",
+ "@types/react": "^17.0.37",
+ "@types/react-dom": "^17.0.11",
+ "@wordpress/escape-html": "^2.22.0",
+ "change-case": "^4.1.2",
+ "is-plain-object": "^5.0.0",
+ "react": "^17.0.2",
+ "react-dom": "^17.0.2"
+ }
+ },
+ "@wordpress/escape-html": {
+ "version": "2.50.0",
+ "resolved": "https://registry.npmjs.org/@wordpress/escape-html/-/escape-html-2.50.0.tgz",
+ "integrity": "sha512-hBvoMCEZocziZDGCmBanSO+uupnd054mxd7FQ6toQ4UnsZ4JwXSmEC72W2Ed+cRGB1DeJDD0dY9iC0b4xkumsQ==",
+ "dev": true,
+ "requires": {
+ "@babel/runtime": "^7.16.0"
+ }
+ },
+ "@wordpress/eslint-plugin": {
+ "version": "11.1.0",
+ "resolved": "https://registry.npmjs.org/@wordpress/eslint-plugin/-/eslint-plugin-11.1.0.tgz",
+ "integrity": "sha512-NNIgJQqibdj5BsctkhCqjYt5NAs8eGBnuMSTnbhYCuUrs/PF3iF+jwY4OEOBOSlr00KyM9BfDxr9/5EWG8PmOw==",
+ "dev": true,
+ "requires": {
+ "@babel/eslint-parser": "^7.16.0",
+ "@typescript-eslint/eslint-plugin": "^5.3.0",
+ "@typescript-eslint/parser": "^5.3.0",
+ "@wordpress/babel-preset-default": "^6.7.0",
+ "@wordpress/prettier-config": "^1.1.3",
+ "cosmiconfig": "^7.0.0",
+ "eslint-config-prettier": "^8.3.0",
+ "eslint-plugin-import": "^2.25.2",
+ "eslint-plugin-jest": "^25.2.3",
+ "eslint-plugin-jsdoc": "^37.0.3",
+ "eslint-plugin-jsx-a11y": "^6.5.1",
+ "eslint-plugin-playwright": "^0.8.0",
+ "eslint-plugin-prettier": "^3.3.0",
+ "eslint-plugin-react": "^7.27.0",
+ "eslint-plugin-react-hooks": "^4.3.0",
+ "globals": "^13.12.0",
+ "requireindex": "^1.2.0"
+ }
+ },
+ "@wordpress/hooks": {
+ "version": "3.50.0",
+ "resolved": "https://registry.npmjs.org/@wordpress/hooks/-/hooks-3.50.0.tgz",
+ "integrity": "sha512-YIhwT1y0ss7Byfz46NBx08EUmXzWMu+g5DCY7FMuDNhwxSEoZMB8edKMiwNmFk4mFKBCnXM1d5FeONUPIUkJwg==",
+ "dev": true,
+ "requires": {
+ "@babel/runtime": "^7.16.0"
+ }
+ },
+ "@wordpress/i18n": {
+ "version": "4.50.0",
+ "resolved": "https://registry.npmjs.org/@wordpress/i18n/-/i18n-4.50.0.tgz",
+ "integrity": "sha512-FkA2se6HMQm4eFC+/kTWvWQqs51VxpZuvY2MlWUp/L1r1d/dMBHXu049x86+/+6yk3ZNqiK5h6j6Z76dvPHZ4w==",
+ "dev": true,
+ "requires": {
+ "@babel/runtime": "^7.16.0",
+ "@wordpress/hooks": "^3.50.0",
+ "gettext-parser": "^1.3.1",
+ "memize": "^2.1.0",
+ "sprintf-js": "^1.1.1",
+ "tannin": "^1.2.0"
+ }
+ },
+ "@wordpress/jest-console": {
+ "version": "7.21.0",
+ "resolved": "https://registry.npmjs.org/@wordpress/jest-console/-/jest-console-7.21.0.tgz",
+ "integrity": "sha512-o2vZRlwwJ6WoxRwnFFT5iZzfdc2d9MZvrtwB093RWPNcyK5qVtApji4VN/ieHijB4bjEHGalm0UKfKpt0EDlUQ==",
+ "dev": true,
+ "requires": {
+ "@babel/runtime": "^7.16.0",
+ "jest-matcher-utils": "^29.6.2"
+ }
+ },
+ "@wordpress/jest-preset-default": {
+ "version": "11.21.0",
+ "resolved": "https://registry.npmjs.org/@wordpress/jest-preset-default/-/jest-preset-default-11.21.0.tgz",
+ "integrity": "sha512-XAztKOROu02iBsz+Qosv/RYuPWB1XwwlU+FiA5Y68tRztrqFy4b/il+DFg4Jue/zXF7UECWUvosd5ow/GmKa6Q==",
+ "dev": true,
+ "requires": {
+ "@wordpress/jest-console": "^7.21.0",
+ "babel-jest": "^29.6.2"
+ }
+ },
+ "@wordpress/keycodes": {
+ "version": "3.50.0",
+ "resolved": "https://registry.npmjs.org/@wordpress/keycodes/-/keycodes-3.50.0.tgz",
+ "integrity": "sha512-ykWpyCbgwcaT8i5kSfotYtd2oOHyMDpWEYR73InYrzEhl7pnS3wD7hi/KfeKLvMfYhbysUXlCVr6q/oH+qK/DQ==",
+ "dev": true,
+ "requires": {
+ "@babel/runtime": "^7.16.0",
+ "@wordpress/i18n": "^4.50.0"
+ }
+ },
+ "@wordpress/npm-package-json-lint-config": {
+ "version": "4.35.0",
+ "resolved": "https://registry.npmjs.org/@wordpress/npm-package-json-lint-config/-/npm-package-json-lint-config-4.35.0.tgz",
+ "integrity": "sha512-QmkhYM4/s+2r3RuolVRRmoUa5o3lFgcHA6I3A9akaSVGZr//4p2p+iXOGmNub9njgGlj7j8SAPN8GUsCO/VqZQ==",
+ "dev": true
+ },
+ "@wordpress/postcss-plugins-preset": {
+ "version": "4.34.0",
+ "resolved": "https://registry.npmjs.org/@wordpress/postcss-plugins-preset/-/postcss-plugins-preset-4.34.0.tgz",
+ "integrity": "sha512-OLQBSLE2q11Ik+WdcO2QfGr/O4X/zJYOGXNsychx/EaMamLzJInFcRL6kGbPX41zPINhadq5x2vFIZI2EC+Uyg==",
+ "dev": true,
+ "requires": {
+ "@wordpress/base-styles": "^4.41.0",
+ "autoprefixer": "^10.2.5"
+ }
+ },
+ "@wordpress/prettier-config": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/@wordpress/prettier-config/-/prettier-config-1.4.0.tgz",
+ "integrity": "sha512-uvrgUAhRnOvIysXjcXH9VDsrKLqH9r3BfdGoy+WFLSHFnTfdMhW7bdDQXl4F4UIUuefUwGi+ZvT/rChg9zoBkQ==",
+ "dev": true
+ },
+ "@wordpress/scripts": {
+ "version": "26.19.0",
+ "resolved": "https://registry.npmjs.org/@wordpress/scripts/-/scripts-26.19.0.tgz",
+ "integrity": "sha512-m3QYlgpWRfIqCfU4jWKwGeA12Qkt6d9CMewEIxIBGVlEGd/sL5rU1fM7LKNBEbSPQpaOTWJApNGWPcW75Fwp+w==",
+ "dev": true,
+ "requires": {
+ "@babel/core": "^7.16.0",
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
+ "@svgr/webpack": "^8.0.1",
+ "@wordpress/babel-preset-default": "^7.32.0",
+ "@wordpress/browserslist-config": "^5.31.0",
+ "@wordpress/dependency-extraction-webpack-plugin": "^4.31.0",
+ "@wordpress/e2e-test-utils-playwright": "^0.16.0",
+ "@wordpress/eslint-plugin": "^17.5.0",
+ "@wordpress/jest-preset-default": "^11.19.0",
+ "@wordpress/npm-package-json-lint-config": "^4.33.0",
+ "@wordpress/postcss-plugins-preset": "^4.32.0",
+ "@wordpress/prettier-config": "^3.5.0",
+ "@wordpress/stylelint-config": "^21.31.0",
+ "adm-zip": "^0.5.9",
+ "babel-jest": "^29.6.2",
+ "babel-loader": "^8.2.3",
+ "browserslist": "^4.21.10",
+ "chalk": "^4.0.0",
+ "check-node-version": "^4.1.0",
+ "clean-webpack-plugin": "^3.0.0",
+ "copy-webpack-plugin": "^10.2.0",
+ "cross-spawn": "^5.1.0",
+ "css-loader": "^6.2.0",
+ "cssnano": "^6.0.1",
+ "cwd": "^0.10.0",
+ "dir-glob": "^3.0.1",
+ "eslint": "^8.3.0",
+ "expect-puppeteer": "^4.4.0",
+ "fast-glob": "^3.2.7",
+ "filenamify": "^4.2.0",
+ "jest": "^29.6.2",
+ "jest-dev-server": "^9.0.1",
+ "jest-environment-jsdom": "^29.6.2",
+ "jest-environment-node": "^29.6.2",
+ "markdownlint-cli": "^0.31.1",
+ "merge-deep": "^3.0.3",
+ "mini-css-extract-plugin": "^2.5.1",
+ "minimist": "^1.2.0",
+ "npm-package-json-lint": "^6.4.0",
+ "npm-packlist": "^3.0.0",
+ "playwright-core": "1.39.0",
+ "postcss": "^8.4.5",
+ "postcss-loader": "^6.2.1",
+ "prettier": "npm:wp-prettier@3.0.3",
+ "puppeteer-core": "^13.2.0",
+ "react-refresh": "^0.14.0",
+ "read-pkg-up": "^7.0.1",
+ "resolve-bin": "^0.4.0",
+ "sass": "^1.35.2",
+ "sass-loader": "^12.1.0",
+ "source-map-loader": "^3.0.0",
+ "stylelint": "^14.2.0",
+ "terser-webpack-plugin": "^5.3.9",
+ "url-loader": "^4.1.1",
+ "webpack": "^5.88.2",
+ "webpack-bundle-analyzer": "^4.9.1",
+ "webpack-cli": "^5.1.4",
+ "webpack-dev-server": "^4.15.1"
+ },
+ "dependencies": {
+ "@es-joy/jsdoccomment": {
+ "version": "0.41.0",
+ "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.41.0.tgz",
+ "integrity": "sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==",
+ "dev": true,
+ "requires": {
+ "comment-parser": "1.4.1",
+ "esquery": "^1.5.0",
+ "jsdoc-type-pratt-parser": "~4.0.0"
+ }
},
- "node_modules/once": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
- "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
- "dev": true,
- "dependencies": {
- "wrappy": "1"
- }
+ "@typescript-eslint/eslint-plugin": {
+ "version": "6.21.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz",
+ "integrity": "sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==",
+ "dev": true,
+ "requires": {
+ "@eslint-community/regexpp": "^4.5.1",
+ "@typescript-eslint/scope-manager": "6.21.0",
+ "@typescript-eslint/type-utils": "6.21.0",
+ "@typescript-eslint/utils": "6.21.0",
+ "@typescript-eslint/visitor-keys": "6.21.0",
+ "debug": "^4.3.4",
+ "graphemer": "^1.4.0",
+ "ignore": "^5.2.4",
+ "natural-compare": "^1.4.0",
+ "semver": "^7.5.4",
+ "ts-api-utils": "^1.0.1"
+ }
+ },
+ "@typescript-eslint/parser": {
+ "version": "6.21.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.21.0.tgz",
+ "integrity": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==",
+ "dev": true,
+ "requires": {
+ "@typescript-eslint/scope-manager": "6.21.0",
+ "@typescript-eslint/types": "6.21.0",
+ "@typescript-eslint/typescript-estree": "6.21.0",
+ "@typescript-eslint/visitor-keys": "6.21.0",
+ "debug": "^4.3.4"
+ }
+ },
+ "@typescript-eslint/scope-manager": {
+ "version": "6.21.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz",
+ "integrity": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==",
+ "dev": true,
+ "requires": {
+ "@typescript-eslint/types": "6.21.0",
+ "@typescript-eslint/visitor-keys": "6.21.0"
+ }
+ },
+ "@typescript-eslint/type-utils": {
+ "version": "6.21.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz",
+ "integrity": "sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==",
+ "dev": true,
+ "requires": {
+ "@typescript-eslint/typescript-estree": "6.21.0",
+ "@typescript-eslint/utils": "6.21.0",
+ "debug": "^4.3.4",
+ "ts-api-utils": "^1.0.1"
+ }
+ },
+ "@typescript-eslint/types": {
+ "version": "6.21.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz",
+ "integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==",
+ "dev": true
+ },
+ "@typescript-eslint/typescript-estree": {
+ "version": "6.21.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz",
+ "integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==",
+ "dev": true,
+ "requires": {
+ "@typescript-eslint/types": "6.21.0",
+ "@typescript-eslint/visitor-keys": "6.21.0",
+ "debug": "^4.3.4",
+ "globby": "^11.1.0",
+ "is-glob": "^4.0.3",
+ "minimatch": "9.0.3",
+ "semver": "^7.5.4",
+ "ts-api-utils": "^1.0.1"
+ }
+ },
+ "@typescript-eslint/utils": {
+ "version": "6.21.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.21.0.tgz",
+ "integrity": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==",
+ "dev": true,
+ "requires": {
+ "@eslint-community/eslint-utils": "^4.4.0",
+ "@types/json-schema": "^7.0.12",
+ "@types/semver": "^7.5.0",
+ "@typescript-eslint/scope-manager": "6.21.0",
+ "@typescript-eslint/types": "6.21.0",
+ "@typescript-eslint/typescript-estree": "6.21.0",
+ "semver": "^7.5.4"
+ }
+ },
+ "@typescript-eslint/visitor-keys": {
+ "version": "6.21.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz",
+ "integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==",
+ "dev": true,
+ "requires": {
+ "@typescript-eslint/types": "6.21.0",
+ "eslint-visitor-keys": "^3.4.1"
+ }
},
- "node_modules/p-limit": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
- "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==",
- "dev": true,
- "dependencies": {
- "yocto-queue": "^1.0.0"
+ "@wordpress/babel-plugin-import-jsx-pragma": {
+ "version": "4.33.0",
+ "resolved": "https://registry.npmjs.org/@wordpress/babel-plugin-import-jsx-pragma/-/babel-plugin-import-jsx-pragma-4.33.0.tgz",
+ "integrity": "sha512-CjzruFKWgzU/mO/nnQJ2l9UlzZQpqS60UC6l2vNdJ9oD2nKHR5Oou6kNic3QhWDVJrBf2JUiJJ0TC280bykXmA==",
+ "dev": true
+ },
+ "@wordpress/babel-preset-default": {
+ "version": "7.34.0",
+ "resolved": "https://registry.npmjs.org/@wordpress/babel-preset-default/-/babel-preset-default-7.34.0.tgz",
+ "integrity": "sha512-yjFOllyTktFHtcIEgU3ghXBn8lItzr5mPLf0xdSpe0cHceFYL1hT1oprhgRL+olZweaO96Yfm0qUCCKQfJBWsA==",
+ "dev": true,
+ "requires": {
+ "@babel/core": "^7.16.0",
+ "@babel/plugin-transform-react-jsx": "^7.16.0",
+ "@babel/plugin-transform-runtime": "^7.16.0",
+ "@babel/preset-env": "^7.16.0",
+ "@babel/preset-typescript": "^7.16.0",
+ "@babel/runtime": "^7.16.0",
+ "@wordpress/babel-plugin-import-jsx-pragma": "^4.33.0",
+ "@wordpress/browserslist-config": "^5.33.0",
+ "@wordpress/warning": "^2.50.0",
+ "browserslist": "^4.21.10",
+ "core-js": "^3.31.0",
+ "react": "^18.2.0"
+ }
+ },
+ "@wordpress/browserslist-config": {
+ "version": "5.33.0",
+ "resolved": "https://registry.npmjs.org/@wordpress/browserslist-config/-/browserslist-config-5.33.0.tgz",
+ "integrity": "sha512-dv1ZlpqGk8gaSBJPP/Z/1uOuxjtP0EBsHVKInLRu6FWLTJkK8rnCeC3xJT3/2TtJ0rasLC79RoytfhXTOODVwg==",
+ "dev": true
+ },
+ "@wordpress/dependency-extraction-webpack-plugin": {
+ "version": "4.31.0",
+ "resolved": "https://registry.npmjs.org/@wordpress/dependency-extraction-webpack-plugin/-/dependency-extraction-webpack-plugin-4.31.0.tgz",
+ "integrity": "sha512-Xpm8EEhi6e8GL1juYh/70AFbcE/ZVXJ3p47KMkkEsn5t+hG9QHjKe2lTj98v2r3rB+ampoK+whdV1w6gItXYpw==",
+ "dev": true,
+ "requires": {
+ "json2php": "^0.0.7",
+ "webpack-sources": "^3.2.2"
+ }
+ },
+ "@wordpress/eslint-plugin": {
+ "version": "17.7.0",
+ "resolved": "https://registry.npmjs.org/@wordpress/eslint-plugin/-/eslint-plugin-17.7.0.tgz",
+ "integrity": "sha512-JSFaCogE0WlZpl0SV4q8DK8G6jwDjEzXRzOsgesWilea4OuVp1KxCamkddTorRNM3QAbjrGuPJ4NYaGrNG9QsA==",
+ "dev": true,
+ "requires": {
+ "@babel/eslint-parser": "^7.16.0",
+ "@typescript-eslint/eslint-plugin": "^6.4.1",
+ "@typescript-eslint/parser": "^6.4.1",
+ "@wordpress/babel-preset-default": "^7.34.0",
+ "@wordpress/prettier-config": "^3.7.0",
+ "cosmiconfig": "^7.0.0",
+ "eslint-config-prettier": "^8.3.0",
+ "eslint-plugin-import": "^2.25.2",
+ "eslint-plugin-jest": "^27.2.3",
+ "eslint-plugin-jsdoc": "^46.4.6",
+ "eslint-plugin-jsx-a11y": "^6.5.1",
+ "eslint-plugin-playwright": "^0.15.3",
+ "eslint-plugin-prettier": "^5.0.0",
+ "eslint-plugin-react": "^7.27.0",
+ "eslint-plugin-react-hooks": "^4.3.0",
+ "globals": "^13.12.0",
+ "requireindex": "^1.2.0"
+ }
+ },
+ "@wordpress/prettier-config": {
+ "version": "3.7.0",
+ "resolved": "https://registry.npmjs.org/@wordpress/prettier-config/-/prettier-config-3.7.0.tgz",
+ "integrity": "sha512-JRTc5p7UxtcPkqdSDXSFJoJnVuS510uiRVz8anXEl5nuOx5p+SJAzi9QPrxTgOE8bN3wRABH4eIhfOcta4CFdg==",
+ "dev": true
+ },
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "brace-expansion": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
+ "dev": true,
+ "requires": {
+ "balanced-match": "^1.0.0"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "comment-parser": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.1.tgz",
+ "integrity": "sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==",
+ "dev": true
+ },
+ "escape-string-regexp": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
+ "dev": true
+ },
+ "eslint-plugin-jest": {
+ "version": "27.6.3",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.6.3.tgz",
+ "integrity": "sha512-+YsJFVH6R+tOiO3gCJon5oqn4KWc+mDq2leudk8mrp8RFubLOo9CVyi3cib4L7XMpxExmkmBZQTPDYVBzgpgOA==",
+ "dev": true,
+ "requires": {
+ "@typescript-eslint/utils": "^5.10.0"
+ },
+ "dependencies": {
+ "@typescript-eslint/scope-manager": {
+ "version": "5.62.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz",
+ "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==",
+ "dev": true,
+ "requires": {
+ "@typescript-eslint/types": "5.62.0",
+ "@typescript-eslint/visitor-keys": "5.62.0"
+ }
},
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
+ "@typescript-eslint/types": {
+ "version": "5.62.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz",
+ "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==",
+ "dev": true
},
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/p-locate": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz",
- "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==",
- "dev": true,
- "dependencies": {
- "p-limit": "^4.0.0"
+ "@typescript-eslint/typescript-estree": {
+ "version": "5.62.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz",
+ "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==",
+ "dev": true,
+ "requires": {
+ "@typescript-eslint/types": "5.62.0",
+ "@typescript-eslint/visitor-keys": "5.62.0",
+ "debug": "^4.3.4",
+ "globby": "^11.1.0",
+ "is-glob": "^4.0.3",
+ "semver": "^7.3.7",
+ "tsutils": "^3.21.0"
+ }
},
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
+ "@typescript-eslint/utils": {
+ "version": "5.62.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz",
+ "integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==",
+ "dev": true,
+ "requires": {
+ "@eslint-community/eslint-utils": "^4.2.0",
+ "@types/json-schema": "^7.0.9",
+ "@types/semver": "^7.3.12",
+ "@typescript-eslint/scope-manager": "5.62.0",
+ "@typescript-eslint/types": "5.62.0",
+ "@typescript-eslint/typescript-estree": "5.62.0",
+ "eslint-scope": "^5.1.1",
+ "semver": "^7.3.7"
+ }
},
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "@typescript-eslint/visitor-keys": {
+ "version": "5.62.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz",
+ "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==",
+ "dev": true,
+ "requires": {
+ "@typescript-eslint/types": "5.62.0",
+ "eslint-visitor-keys": "^3.3.0"
+ }
}
+ }
},
- "node_modules/param-case": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
- "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
- "dev": true,
- "dependencies": {
- "dot-case": "^3.0.4",
- "tslib": "^2.0.3"
- }
+ "eslint-plugin-jsdoc": {
+ "version": "46.10.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.10.1.tgz",
+ "integrity": "sha512-x8wxIpv00Y50NyweDUpa+58ffgSAI5sqe+zcZh33xphD0AVh+1kqr1ombaTRb7Fhpove1zfUuujlX9DWWBP5ag==",
+ "dev": true,
+ "requires": {
+ "@es-joy/jsdoccomment": "~0.41.0",
+ "are-docs-informative": "^0.0.2",
+ "comment-parser": "1.4.1",
+ "debug": "^4.3.4",
+ "escape-string-regexp": "^4.0.0",
+ "esquery": "^1.5.0",
+ "is-builtin-module": "^3.2.1",
+ "semver": "^7.5.4",
+ "spdx-expression-parse": "^4.0.0"
+ }
},
- "node_modules/pascal-case": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
- "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
- "dev": true,
- "dependencies": {
- "no-case": "^3.0.4",
- "tslib": "^2.0.3"
- }
+ "eslint-plugin-playwright": {
+ "version": "0.15.3",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.15.3.tgz",
+ "integrity": "sha512-LQMW5y0DLK5Fnpya7JR1oAYL2/7Y9wDiYw6VZqlKqcRGSgjbVKNqxraphk7ra1U3Bb5EK444xMgUlQPbMg2M1g==",
+ "dev": true
},
- "node_modules/path-exists": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
- "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==",
- "dev": true,
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- }
+ "eslint-plugin-prettier": {
+ "version": "5.1.3",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz",
+ "integrity": "sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==",
+ "dev": true,
+ "requires": {
+ "prettier-linter-helpers": "^1.0.0",
+ "synckit": "^0.8.6"
+ }
},
- "node_modules/path-is-absolute": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
- "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
},
- "node_modules/path-sort": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/path-sort/-/path-sort-0.1.0.tgz",
- "integrity": "sha1-ywF11Oy/paGP5nTMbXIL/hXguAU=",
- "dev": true
- },
- "node_modules/php-parser": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/php-parser/-/php-parser-3.1.1.tgz",
- "integrity": "sha512-HUxWIWpJoGhnSVzM6nPI1O2RePd7eJKzJoL3VZr6/KUUdcHKBex2Cp7p6pWOV1WxgKI/oYgRPMywwLCP789OYA==",
- "dev": true
- },
- "node_modules/picomatch": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
- "dev": true,
- "engines": {
- "node": ">=8.6"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
+ "jsdoc-type-pratt-parser": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.0.0.tgz",
+ "integrity": "sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==",
+ "dev": true
},
- "node_modules/readable-stream": {
- "version": "1.1.14",
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
- "integrity": "sha512-+MeVjFf4L44XUkhM1eYbD8fyEsxcV81pqMSR5gblfcLCHfZvbrqy4/qYHE+/R5HoBUT11WV5O08Cr1n3YXkWVQ==",
- "dev": true,
- "dependencies": {
- "core-util-is": "~1.0.0",
- "inherits": "~2.0.1",
- "isarray": "0.0.1",
- "string_decoder": "~0.10.x"
- }
+ "json2php": {
+ "version": "0.0.7",
+ "resolved": "https://registry.npmjs.org/json2php/-/json2php-0.0.7.tgz",
+ "integrity": "sha512-dnSoUiLAoVaMXxFsVi4CrPVYMKOuDBXTghXSmMINX44RZ8WM9cXlY7UqrQnlAcODCVO7FV3+8t/5nDKAjimLfg==",
+ "dev": true
},
- "node_modules/readjson": {
- "version": "2.2.2",
- "resolved": "https://registry.npmjs.org/readjson/-/readjson-2.2.2.tgz",
- "integrity": "sha512-PdeC9tsmLWBiL8vMhJvocq+OezQ3HhsH2HrN7YkhfYcTjQSa/iraB15A7Qvt7Xpr0Yd2rDNt6GbFwVQDg3HcAw==",
- "dev": true,
- "dependencies": {
- "jju": "^1.4.0",
- "try-catch": "^3.0.0"
- },
- "engines": {
- "node": ">=10"
- }
+ "minimatch": {
+ "version": "9.0.3",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
+ "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
+ "dev": true,
+ "requires": {
+ "brace-expansion": "^2.0.1"
+ }
},
- "node_modules/relateurl": {
- "version": "0.2.7",
- "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
- "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=",
- "dev": true,
- "engines": {
- "node": ">= 0.10"
- }
+ "react": {
+ "version": "18.2.0",
+ "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz",
+ "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==",
+ "dev": true,
+ "requires": {
+ "loose-envify": "^1.1.0"
+ }
},
- "node_modules/source-map": {
- "version": "0.6.1",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
- "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
+ "spdx-expression-parse": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz",
+ "integrity": "sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==",
+ "dev": true,
+ "requires": {
+ "spdx-exceptions": "^2.1.0",
+ "spdx-license-ids": "^3.0.0"
+ }
},
- "node_modules/source-map-support": {
- "version": "0.5.21",
- "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
- "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
- "dev": true,
- "dependencies": {
- "buffer-from": "^1.0.0",
- "source-map": "^0.6.0"
- }
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "@wordpress/stylelint-config": {
+ "version": "21.33.0",
+ "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-21.33.0.tgz",
+ "integrity": "sha512-DwjXrjRBva0tkYILvDV7rjl3VaKXxvchlxnFfFs6l2DWL/Qo31CJ+f2rVw4XSWuuWxY1EsyIn9tOBS9URloWTQ==",
+ "dev": true,
+ "requires": {
+ "stylelint-config-recommended": "^6.0.0",
+ "stylelint-config-recommended-scss": "^5.0.2"
+ }
+ },
+ "@wordpress/url": {
+ "version": "3.51.0",
+ "resolved": "https://registry.npmjs.org/@wordpress/url/-/url-3.51.0.tgz",
+ "integrity": "sha512-OjucjlP1763gfKbe8lv/k3RCisyX8AfNBrhASk7JqxAj6rFhb1ZZO7YmAgB2m+WoGB5v7fkOli0FZyDqISdYyg==",
+ "dev": true,
+ "requires": {
+ "@babel/runtime": "^7.16.0",
+ "remove-accents": "^0.5.0"
+ }
+ },
+ "@wordpress/warning": {
+ "version": "2.50.0",
+ "resolved": "https://registry.npmjs.org/@wordpress/warning/-/warning-2.50.0.tgz",
+ "integrity": "sha512-y7Zf48roDfiPgbRAWGXDwN3C8sfbEdneGq+HvXCW6rIeGYnDLdEkpX9i7RfultkFFPVeSP3FpMKVMkto2nbqzA==",
+ "dev": true
+ },
+ "@xtuc/ieee754": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
+ "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==",
+ "dev": true
+ },
+ "@xtuc/long": {
+ "version": "4.2.2",
+ "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
+ "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==",
+ "dev": true
+ },
+ "abab": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
+ "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==",
+ "dev": true
+ },
+ "accepts": {
+ "version": "1.3.8",
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
+ "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
+ "dev": true,
+ "requires": {
+ "mime-types": "~2.1.34",
+ "negotiator": "0.6.3"
+ }
+ },
+ "acorn": {
+ "version": "8.11.3",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz",
+ "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==",
+ "dev": true
+ },
+ "acorn-globals": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-7.0.1.tgz",
+ "integrity": "sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==",
+ "dev": true,
+ "requires": {
+ "acorn": "^8.1.0",
+ "acorn-walk": "^8.0.2"
+ }
+ },
+ "acorn-import-assertions": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz",
+ "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==",
+ "dev": true
+ },
+ "acorn-jsx": {
+ "version": "5.3.2",
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
+ "dev": true
+ },
+ "acorn-walk": {
+ "version": "8.3.2",
+ "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz",
+ "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==",
+ "dev": true
+ },
+ "adm-zip": {
+ "version": "0.5.10",
+ "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.10.tgz",
+ "integrity": "sha512-x0HvcHqVJNTPk/Bw8JbLWlWoo6Wwnsug0fnYYro1HBrjxZ3G7/AZk7Ahv8JwDe1uIcz8eBqvu86FuF1POiG7vQ==",
+ "dev": true
+ },
+ "agent-base": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
+ "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
+ "dev": true,
+ "requires": {
+ "debug": "4"
+ }
+ },
+ "ajv": {
+ "version": "6.12.6",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
+ "dev": true,
+ "requires": {
+ "fast-deep-equal": "^3.1.1",
+ "fast-json-stable-stringify": "^2.0.0",
+ "json-schema-traverse": "^0.4.1",
+ "uri-js": "^4.2.2"
+ }
+ },
+ "ajv-errors": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz",
+ "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==",
+ "dev": true
+ },
+ "ajv-formats": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
+ "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
+ "dev": true,
+ "requires": {
+ "ajv": "^8.0.0"
+ },
+ "dependencies": {
+ "ajv": {
+ "version": "8.12.0",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
+ "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
+ "dev": true,
+ "requires": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ }
},
- "node_modules/string_decoder": {
- "version": "0.10.31",
- "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
- "integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==",
- "dev": true
- },
- "node_modules/strip-json-comments": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz",
- "integrity": "sha512-AOPG8EBc5wAikaG1/7uFCNFJwnKOuQwFTpYBdTW6OvWHeZBQBrAA/amefHGrEiOnCPcLFZK6FUPtWVKpQVIRgg==",
- "dev": true,
- "bin": {
- "strip-json-comments": "cli.js"
- },
- "engines": {
- "node": ">=0.8.0"
+ "json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
+ "dev": true
+ }
+ }
+ },
+ "ajv-keywords": {
+ "version": "3.5.2",
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
+ "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
+ "dev": true
+ },
+ "ansi-colors": {
+ "version": "4.1.3",
+ "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz",
+ "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==",
+ "dev": true
+ },
+ "ansi-escapes": {
+ "version": "4.3.2",
+ "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
+ "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
+ "dev": true,
+ "requires": {
+ "type-fest": "^0.21.3"
+ },
+ "dependencies": {
+ "type-fest": {
+ "version": "0.21.3",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
+ "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
+ "dev": true
+ }
+ }
+ },
+ "ansi-html-community": {
+ "version": "0.0.8",
+ "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz",
+ "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==",
+ "dev": true
+ },
+ "ansi-regex": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+ "dev": true
+ },
+ "ansi-styles": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^1.9.0"
+ }
+ },
+ "anymatch": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
+ "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
+ "dev": true,
+ "requires": {
+ "normalize-path": "^3.0.0",
+ "picomatch": "^2.0.4"
+ }
+ },
+ "are-docs-informative": {
+ "version": "0.0.2",
+ "resolved": "https://registry.npmjs.org/are-docs-informative/-/are-docs-informative-0.0.2.tgz",
+ "integrity": "sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==",
+ "dev": true
+ },
+ "argparse": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
+ "dev": true
+ },
+ "aria-query": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz",
+ "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==",
+ "dev": true,
+ "requires": {
+ "dequal": "^2.0.3"
+ }
+ },
+ "arr-union": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
+ "integrity": "sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==",
+ "dev": true
+ },
+ "array-buffer-byte-length": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz",
+ "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.5",
+ "is-array-buffer": "^3.0.4"
+ }
+ },
+ "array-flatten": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
+ "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==",
+ "dev": true
+ },
+ "array-includes": {
+ "version": "3.1.7",
+ "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.7.tgz",
+ "integrity": "sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.2.0",
+ "es-abstract": "^1.22.1",
+ "get-intrinsic": "^1.2.1",
+ "is-string": "^1.0.7"
+ }
+ },
+ "array-union": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
+ "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
+ "dev": true
+ },
+ "array-uniq": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
+ "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==",
+ "dev": true
+ },
+ "array.prototype.filter": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/array.prototype.filter/-/array.prototype.filter-1.0.3.tgz",
+ "integrity": "sha512-VizNcj/RGJiUyQBgzwxzE5oHdeuXY5hSbbmKMlphj1cy1Vl7Pn2asCGbSrru6hSQjmCzqTBPVWAF/whmEOVHbw==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.2.0",
+ "es-abstract": "^1.22.1",
+ "es-array-method-boxes-properly": "^1.0.0",
+ "is-string": "^1.0.7"
+ }
+ },
+ "array.prototype.findlastindex": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.4.tgz",
+ "integrity": "sha512-hzvSHUshSpCflDR1QMUBLHGHP1VIEBegT4pix9H/Z92Xw3ySoy6c2qh7lJWTJnRJ8JCZ9bJNCgTyYaJGcJu6xQ==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.5",
+ "define-properties": "^1.2.1",
+ "es-abstract": "^1.22.3",
+ "es-errors": "^1.3.0",
+ "es-shim-unscopables": "^1.0.2"
+ }
+ },
+ "array.prototype.flat": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz",
+ "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.2.0",
+ "es-abstract": "^1.22.1",
+ "es-shim-unscopables": "^1.0.0"
+ }
+ },
+ "array.prototype.flatmap": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz",
+ "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.2.0",
+ "es-abstract": "^1.22.1",
+ "es-shim-unscopables": "^1.0.0"
+ }
+ },
+ "array.prototype.tosorted": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.3.tgz",
+ "integrity": "sha512-/DdH4TiTmOKzyQbp/eadcCVexiCb36xJg7HshYOYJnNZFDj33GEv0P7GxsynpShhq4OLYJzbGcBDkLsDt7MnNg==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.5",
+ "define-properties": "^1.2.1",
+ "es-abstract": "^1.22.3",
+ "es-errors": "^1.1.0",
+ "es-shim-unscopables": "^1.0.2"
+ }
+ },
+ "arraybuffer.prototype.slice": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz",
+ "integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==",
+ "dev": true,
+ "requires": {
+ "array-buffer-byte-length": "^1.0.1",
+ "call-bind": "^1.0.5",
+ "define-properties": "^1.2.1",
+ "es-abstract": "^1.22.3",
+ "es-errors": "^1.2.1",
+ "get-intrinsic": "^1.2.3",
+ "is-array-buffer": "^3.0.4",
+ "is-shared-array-buffer": "^1.0.2"
+ }
+ },
+ "arrify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
+ "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==",
+ "dev": true
+ },
+ "ast-types": {
+ "version": "0.13.4",
+ "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.13.4.tgz",
+ "integrity": "sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==",
+ "dev": true,
+ "requires": {
+ "tslib": "^2.0.1"
+ },
+ "dependencies": {
+ "tslib": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
+ "dev": true
+ }
+ }
+ },
+ "ast-types-flow": {
+ "version": "0.0.8",
+ "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz",
+ "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==",
+ "dev": true
+ },
+ "astral-regex": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
+ "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
+ "dev": true
+ },
+ "asynciterator.prototype": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/asynciterator.prototype/-/asynciterator.prototype-1.0.0.tgz",
+ "integrity": "sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==",
+ "dev": true,
+ "requires": {
+ "has-symbols": "^1.0.3"
+ }
+ },
+ "asynckit": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
+ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
+ "dev": true
+ },
+ "autoprefixer": {
+ "version": "10.4.17",
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.17.tgz",
+ "integrity": "sha512-/cpVNRLSfhOtcGflT13P2794gVSgmPgTR+erw5ifnMLZb0UnSlkK4tquLmkd3BhA+nLo5tX8Cu0upUsGKvKbmg==",
+ "dev": true,
+ "requires": {
+ "browserslist": "^4.22.2",
+ "caniuse-lite": "^1.0.30001578",
+ "fraction.js": "^4.3.7",
+ "normalize-range": "^0.1.2",
+ "picocolors": "^1.0.0",
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "available-typed-arrays": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.6.tgz",
+ "integrity": "sha512-j1QzY8iPNPG4o4xmO3ptzpRxTciqD3MgEHtifP/YnJpIo58Xu+ne4BejlbkuaLfXn/nz6HFiw29bLpj2PNMdGg==",
+ "dev": true
+ },
+ "axe-core": {
+ "version": "4.7.0",
+ "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.0.tgz",
+ "integrity": "sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==",
+ "dev": true
+ },
+ "axios": {
+ "version": "1.6.7",
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.7.tgz",
+ "integrity": "sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==",
+ "dev": true,
+ "requires": {
+ "follow-redirects": "^1.15.4",
+ "form-data": "^4.0.0",
+ "proxy-from-env": "^1.1.0"
+ }
+ },
+ "axobject-query": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz",
+ "integrity": "sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==",
+ "dev": true,
+ "requires": {
+ "dequal": "^2.0.3"
+ }
+ },
+ "b4a": {
+ "version": "1.6.6",
+ "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.6.tgz",
+ "integrity": "sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==",
+ "dev": true
+ },
+ "babel-jest": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz",
+ "integrity": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==",
+ "dev": true,
+ "requires": {
+ "@jest/transform": "^29.7.0",
+ "@types/babel__core": "^7.1.14",
+ "babel-plugin-istanbul": "^6.1.1",
+ "babel-preset-jest": "^29.6.3",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.9",
+ "slash": "^3.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "babel-loader": {
+ "version": "8.3.0",
+ "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz",
+ "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==",
+ "dev": true,
+ "requires": {
+ "find-cache-dir": "^3.3.1",
+ "loader-utils": "^2.0.0",
+ "make-dir": "^3.1.0",
+ "schema-utils": "^2.6.5"
+ },
+ "dependencies": {
+ "schema-utils": {
+ "version": "2.7.1",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz",
+ "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==",
+ "dev": true,
+ "requires": {
+ "@types/json-schema": "^7.0.5",
+ "ajv": "^6.12.4",
+ "ajv-keywords": "^3.5.2"
+ }
+ }
+ }
+ },
+ "babel-plugin-istanbul": {
+ "version": "6.1.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
+ "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.0.0",
+ "@istanbuljs/load-nyc-config": "^1.0.0",
+ "@istanbuljs/schema": "^0.1.2",
+ "istanbul-lib-instrument": "^5.0.4",
+ "test-exclude": "^6.0.0"
+ }
+ },
+ "babel-plugin-jest-hoist": {
+ "version": "29.6.3",
+ "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz",
+ "integrity": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==",
+ "dev": true,
+ "requires": {
+ "@babel/template": "^7.3.3",
+ "@babel/types": "^7.3.3",
+ "@types/babel__core": "^7.1.14",
+ "@types/babel__traverse": "^7.0.6"
+ }
+ },
+ "babel-plugin-polyfill-corejs2": {
+ "version": "0.4.8",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.8.tgz",
+ "integrity": "sha512-OtIuQfafSzpo/LhnJaykc0R/MMnuLSSVjVYy9mHArIZ9qTCSZ6TpWCuEKZYVoN//t8HqBNScHrOtCrIK5IaGLg==",
+ "dev": true,
+ "requires": {
+ "@babel/compat-data": "^7.22.6",
+ "@babel/helper-define-polyfill-provider": "^0.5.0",
+ "semver": "^6.3.1"
+ },
+ "dependencies": {
+ "semver": {
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
+ "dev": true
+ }
+ }
+ },
+ "babel-plugin-polyfill-corejs3": {
+ "version": "0.9.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.9.0.tgz",
+ "integrity": "sha512-7nZPG1uzK2Ymhy/NbaOWTg3uibM2BmGASS4vHS4szRZAIR8R6GwA/xAujpdrXU5iyklrimWnLWU+BLF9suPTqg==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-define-polyfill-provider": "^0.5.0",
+ "core-js-compat": "^3.34.0"
+ }
+ },
+ "babel-plugin-polyfill-regenerator": {
+ "version": "0.5.5",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.5.tgz",
+ "integrity": "sha512-OJGYZlhLqBh2DDHeqAxWB1XIvr49CxiJ2gIt61/PU55CQK4Z58OzMqjDe1zwQdQk+rBYsRc+1rJmdajM3gimHg==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-define-polyfill-provider": "^0.5.0"
+ }
+ },
+ "babel-preset-current-node-syntax": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz",
+ "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==",
+ "dev": true,
+ "requires": {
+ "@babel/plugin-syntax-async-generators": "^7.8.4",
+ "@babel/plugin-syntax-bigint": "^7.8.3",
+ "@babel/plugin-syntax-class-properties": "^7.8.3",
+ "@babel/plugin-syntax-import-meta": "^7.8.3",
+ "@babel/plugin-syntax-json-strings": "^7.8.3",
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
+ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
+ "@babel/plugin-syntax-numeric-separator": "^7.8.3",
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
+ "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
+ "@babel/plugin-syntax-optional-chaining": "^7.8.3",
+ "@babel/plugin-syntax-top-level-await": "^7.8.3"
+ }
+ },
+ "babel-preset-jest": {
+ "version": "29.6.3",
+ "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz",
+ "integrity": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==",
+ "dev": true,
+ "requires": {
+ "babel-plugin-jest-hoist": "^29.6.3",
+ "babel-preset-current-node-syntax": "^1.0.0"
+ }
+ },
+ "balanced-match": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
+ "dev": true
+ },
+ "base64-js": {
+ "version": "1.5.1",
+ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
+ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
+ "dev": true
+ },
+ "basic-ftp": {
+ "version": "5.0.4",
+ "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.4.tgz",
+ "integrity": "sha512-8PzkB0arJFV4jJWSGOYR+OEic6aeKMu/osRhBULN6RY0ykby6LKhbmuQ5ublvaas5BOwboah5D87nrHyuh8PPA==",
+ "dev": true
+ },
+ "batch": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
+ "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==",
+ "dev": true
+ },
+ "big.js": {
+ "version": "5.2.2",
+ "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
+ "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
+ "dev": true
+ },
+ "binary-extensions": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
+ "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
+ "dev": true
+ },
+ "bl": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
+ "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
+ "dev": true,
+ "requires": {
+ "buffer": "^5.5.0",
+ "inherits": "^2.0.4",
+ "readable-stream": "^3.4.0"
+ }
+ },
+ "body-parser": {
+ "version": "1.20.1",
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz",
+ "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==",
+ "dev": true,
+ "requires": {
+ "bytes": "3.1.2",
+ "content-type": "~1.0.4",
+ "debug": "2.6.9",
+ "depd": "2.0.0",
+ "destroy": "1.2.0",
+ "http-errors": "2.0.0",
+ "iconv-lite": "0.4.24",
+ "on-finished": "2.4.1",
+ "qs": "6.11.0",
+ "raw-body": "2.5.1",
+ "type-is": "~1.6.18",
+ "unpipe": "1.0.0"
+ },
+ "dependencies": {
+ "bytes": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
+ "dev": true
+ },
+ "debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "requires": {
+ "ms": "2.0.0"
+ }
+ },
+ "iconv-lite": {
+ "version": "0.4.24",
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
+ "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
+ "dev": true,
+ "requires": {
+ "safer-buffer": ">= 2.1.2 < 3"
+ }
+ },
+ "ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
+ "dev": true
+ }
+ }
+ },
+ "bonjour-service": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.2.1.tgz",
+ "integrity": "sha512-oSzCS2zV14bh2kji6vNe7vrpJYCHGvcZnlffFQ1MEoX/WOeQ/teD8SYWKR942OI3INjq8OMNJlbPK5LLLUxFDw==",
+ "dev": true,
+ "requires": {
+ "fast-deep-equal": "^3.1.3",
+ "multicast-dns": "^7.2.5"
+ }
+ },
+ "boolbase": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
+ "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
+ "dev": true
+ },
+ "brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "requires": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "braces": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
+ "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
+ "dev": true,
+ "requires": {
+ "fill-range": "^7.0.1"
+ }
+ },
+ "browserslist": {
+ "version": "4.22.3",
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.3.tgz",
+ "integrity": "sha512-UAp55yfwNv0klWNapjs/ktHoguxuQNGnOzxYmfnXIS+8AsRDZkSDxg7R1AX3GKzn078SBI5dzwzj/Yx0Or0e3A==",
+ "dev": true,
+ "requires": {
+ "caniuse-lite": "^1.0.30001580",
+ "electron-to-chromium": "^1.4.648",
+ "node-releases": "^2.0.14",
+ "update-browserslist-db": "^1.0.13"
+ }
+ },
+ "bser": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
+ "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
+ "dev": true,
+ "requires": {
+ "node-int64": "^0.4.0"
+ }
+ },
+ "buffer": {
+ "version": "5.7.1",
+ "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
+ "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
+ "dev": true,
+ "requires": {
+ "base64-js": "^1.3.1",
+ "ieee754": "^1.1.13"
+ }
+ },
+ "buffer-crc32": {
+ "version": "0.2.13",
+ "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
+ "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
+ "dev": true
+ },
+ "buffer-from": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
+ "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
+ "dev": true
+ },
+ "builtin-modules": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz",
+ "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==",
+ "dev": true
+ },
+ "builtins": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz",
+ "integrity": "sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==",
+ "dev": true,
+ "requires": {
+ "semver": "^7.0.0"
+ }
+ },
+ "bytes": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
+ "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==",
+ "dev": true
+ },
+ "call-bind": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.6.tgz",
+ "integrity": "sha512-Mj50FLHtlsoVfRfnHaZvyrooHcrlceNZdL/QBvJJVd9Ta55qCQK0gs4ss2oZDeV9zFCs6ewzYgVE5yfVmfFpVg==",
+ "dev": true,
+ "requires": {
+ "es-errors": "^1.3.0",
+ "function-bind": "^1.1.2",
+ "get-intrinsic": "^1.2.3",
+ "set-function-length": "^1.2.0"
+ }
+ },
+ "callsites": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
+ "dev": true
+ },
+ "camel-case": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz",
+ "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==",
+ "dev": true,
+ "requires": {
+ "pascal-case": "^3.1.2",
+ "tslib": "^2.0.3"
+ },
+ "dependencies": {
+ "tslib": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
+ "dev": true
+ }
+ }
+ },
+ "camelcase": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
+ "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
+ "dev": true
+ },
+ "camelcase-keys": {
+ "version": "6.2.2",
+ "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz",
+ "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==",
+ "dev": true,
+ "requires": {
+ "camelcase": "^5.3.1",
+ "map-obj": "^4.0.0",
+ "quick-lru": "^4.0.1"
+ },
+ "dependencies": {
+ "camelcase": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
+ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
+ "dev": true
+ }
+ }
+ },
+ "caniuse-api": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
+ "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
+ "dev": true,
+ "requires": {
+ "browserslist": "^4.0.0",
+ "caniuse-lite": "^1.0.0",
+ "lodash.memoize": "^4.1.2",
+ "lodash.uniq": "^4.5.0"
+ }
+ },
+ "caniuse-lite": {
+ "version": "1.0.30001585",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001585.tgz",
+ "integrity": "sha512-yr2BWR1yLXQ8fMpdS/4ZZXpseBgE7o4g41x3a6AJOqZuOi+iE/WdJYAuZ6Y95i4Ohd2Y+9MzIWRR+uGABH4s3Q==",
+ "dev": true
+ },
+ "capital-case": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/capital-case/-/capital-case-1.0.4.tgz",
+ "integrity": "sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==",
+ "dev": true,
+ "requires": {
+ "no-case": "^3.0.4",
+ "tslib": "^2.0.3",
+ "upper-case-first": "^2.0.2"
+ },
+ "dependencies": {
+ "tslib": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
+ "dev": true
+ }
+ }
+ },
+ "chalk": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^3.2.1",
+ "escape-string-regexp": "^1.0.5",
+ "supports-color": "^5.3.0"
+ }
+ },
+ "change-case": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
+ "integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
+ "dev": true,
+ "requires": {
+ "camel-case": "^4.1.2",
+ "capital-case": "^1.0.4",
+ "constant-case": "^3.0.4",
+ "dot-case": "^3.0.4",
+ "header-case": "^2.0.4",
+ "no-case": "^3.0.4",
+ "param-case": "^3.0.4",
+ "pascal-case": "^3.1.2",
+ "path-case": "^3.0.4",
+ "sentence-case": "^3.0.4",
+ "snake-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ },
+ "dependencies": {
+ "tslib": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
+ "dev": true
+ }
+ }
+ },
+ "char-regex": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
+ "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
+ "dev": true
+ },
+ "check-node-version": {
+ "version": "4.2.1",
+ "resolved": "https://registry.npmjs.org/check-node-version/-/check-node-version-4.2.1.tgz",
+ "integrity": "sha512-YYmFYHV/X7kSJhuN/QYHUu998n/TRuDe8UenM3+m5NrkiH670lb9ILqHIvBencvJc4SDh+XcbXMR4b+TtubJiw==",
+ "dev": true,
+ "requires": {
+ "chalk": "^3.0.0",
+ "map-values": "^1.0.1",
+ "minimist": "^1.2.0",
+ "object-filter": "^1.0.2",
+ "run-parallel": "^1.1.4",
+ "semver": "^6.3.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
+ "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
+ },
+ "semver": {
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
+ "dev": true
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "chokidar": {
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
+ "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
+ "dev": true,
+ "requires": {
+ "anymatch": "~3.1.2",
+ "braces": "~3.0.2",
+ "fsevents": "~2.3.2",
+ "glob-parent": "~5.1.2",
+ "is-binary-path": "~2.1.0",
+ "is-glob": "~4.0.1",
+ "normalize-path": "~3.0.0",
+ "readdirp": "~3.6.0"
+ }
+ },
+ "chownr": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
+ "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
+ "dev": true
+ },
+ "chrome-launcher": {
+ "version": "0.15.2",
+ "resolved": "https://registry.npmjs.org/chrome-launcher/-/chrome-launcher-0.15.2.tgz",
+ "integrity": "sha512-zdLEwNo3aUVzIhKhTtXfxhdvZhUghrnmkvcAq2NoDd+LeOHKf03H5jwZ8T/STsAlzyALkBVK552iaG1fGf1xVQ==",
+ "dev": true,
+ "requires": {
+ "@types/node": "*",
+ "escape-string-regexp": "^4.0.0",
+ "is-wsl": "^2.2.0",
+ "lighthouse-logger": "^1.0.0"
+ },
+ "dependencies": {
+ "escape-string-regexp": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
+ "dev": true
+ }
+ }
+ },
+ "chrome-trace-event": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz",
+ "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==",
+ "dev": true
+ },
+ "chromium-bidi": {
+ "version": "0.4.16",
+ "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.4.16.tgz",
+ "integrity": "sha512-7ZbXdWERxRxSwo3txsBjjmc/NLxqb1Bk30mRb0BMS4YIaiV6zvKZqL/UAH+DdqcDYayDWk2n/y8klkBDODrPvA==",
+ "dev": true,
+ "requires": {
+ "mitt": "3.0.0"
+ }
+ },
+ "ci-info": {
+ "version": "3.9.0",
+ "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
+ "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
+ "dev": true
+ },
+ "cjs-module-lexer": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.3.tgz",
+ "integrity": "sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==",
+ "dev": true
+ },
+ "clean-css": {
+ "version": "5.3.3",
+ "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz",
+ "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==",
+ "dev": true,
+ "requires": {
+ "source-map": "~0.6.0"
+ },
+ "dependencies": {
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "dev": true
+ }
+ }
+ },
+ "clean-webpack-plugin": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/clean-webpack-plugin/-/clean-webpack-plugin-3.0.0.tgz",
+ "integrity": "sha512-MciirUH5r+cYLGCOL5JX/ZLzOZbVr1ot3Fw+KcvbhUb6PM+yycqd9ZhIlcigQ5gl+XhppNmw3bEFuaaMNyLj3A==",
+ "dev": true,
+ "requires": {
+ "@types/webpack": "^4.4.31",
+ "del": "^4.1.1"
+ }
+ },
+ "cli": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/cli/-/cli-1.0.1.tgz",
+ "integrity": "sha512-41U72MB56TfUMGndAKK8vJ78eooOD4Z5NOL4xEfjc0c23s+6EYKXlXsmACBVclLP1yOfWCgEganVzddVrSNoTg==",
+ "dev": true,
+ "requires": {
+ "exit": "0.1.2",
+ "glob": "^7.1.1"
+ }
+ },
+ "cliui": {
+ "version": "8.0.1",
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
+ "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
+ "dev": true,
+ "requires": {
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.1",
+ "wrap-ansi": "^7.0.0"
+ }
+ },
+ "clone-deep": {
+ "version": "0.2.4",
+ "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-0.2.4.tgz",
+ "integrity": "sha512-we+NuQo2DHhSl+DP6jlUiAhyAjBQrYnpOk15rN6c6JSPScjiCLh8IbSU+VTcph6YS3o7mASE8a0+gbZ7ChLpgg==",
+ "dev": true,
+ "requires": {
+ "for-own": "^0.1.3",
+ "is-plain-object": "^2.0.1",
+ "kind-of": "^3.0.2",
+ "lazy-cache": "^1.0.3",
+ "shallow-clone": "^0.1.2"
+ },
+ "dependencies": {
+ "is-plain-object": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
+ "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
+ "dev": true,
+ "requires": {
+ "isobject": "^3.0.1"
+ }
+ }
+ }
+ },
+ "co": {
+ "version": "4.6.0",
+ "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
+ "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==",
+ "dev": true
+ },
+ "collect-v8-coverage": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz",
+ "integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==",
+ "dev": true
+ },
+ "color-convert": {
+ "version": "1.9.3",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
+ "dev": true,
+ "requires": {
+ "color-name": "1.1.3"
+ }
+ },
+ "color-name": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
+ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
+ "dev": true
+ },
+ "colord": {
+ "version": "2.9.3",
+ "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
+ "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
+ "dev": true
+ },
+ "colorette": {
+ "version": "2.0.20",
+ "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz",
+ "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
+ "dev": true
+ },
+ "combined-stream": {
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
+ "dev": true,
+ "requires": {
+ "delayed-stream": "~1.0.0"
+ }
+ },
+ "commander": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
+ "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
+ "dev": true
+ },
+ "comment-parser": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.3.0.tgz",
+ "integrity": "sha512-hRpmWIKgzd81vn0ydoWoyPoALEOnF4wt8yKD35Ib1D6XC2siLiYaiqfGkYrunuKdsXGwpBpHU3+9r+RVw2NZfA==",
+ "dev": true
+ },
+ "common-path-prefix": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz",
+ "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==",
+ "dev": true
+ },
+ "commondir": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
+ "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
+ "dev": true
+ },
+ "compressible": {
+ "version": "2.0.18",
+ "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
+ "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
+ "dev": true,
+ "requires": {
+ "mime-db": ">= 1.43.0 < 2"
+ }
+ },
+ "compression": {
+ "version": "1.7.4",
+ "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz",
+ "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
+ "dev": true,
+ "requires": {
+ "accepts": "~1.3.5",
+ "bytes": "3.0.0",
+ "compressible": "~2.0.16",
+ "debug": "2.6.9",
+ "on-headers": "~1.0.2",
+ "safe-buffer": "5.1.2",
+ "vary": "~1.1.2"
+ },
+ "dependencies": {
+ "debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "requires": {
+ "ms": "2.0.0"
+ }
+ },
+ "ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
+ "dev": true
+ },
+ "safe-buffer": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
+ "dev": true
+ }
+ }
+ },
+ "concat-map": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
+ "dev": true
+ },
+ "configstore": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz",
+ "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==",
+ "dev": true,
+ "requires": {
+ "dot-prop": "^5.2.0",
+ "graceful-fs": "^4.1.2",
+ "make-dir": "^3.0.0",
+ "unique-string": "^2.0.0",
+ "write-file-atomic": "^3.0.0",
+ "xdg-basedir": "^4.0.0"
+ }
+ },
+ "connect-history-api-fallback": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz",
+ "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==",
+ "dev": true
+ },
+ "console-browserify": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz",
+ "integrity": "sha512-duS7VP5pvfsNLDvL1O4VOEbw37AI3A4ZUQYemvDlnpGrNu9tprR7BYWpDYwC0Xia0Zxz5ZupdiIrUp0GH1aXfg==",
+ "dev": true,
+ "requires": {
+ "date-now": "^0.1.4"
+ }
+ },
+ "constant-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/constant-case/-/constant-case-3.0.4.tgz",
+ "integrity": "sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==",
+ "dev": true,
+ "requires": {
+ "no-case": "^3.0.4",
+ "tslib": "^2.0.3",
+ "upper-case": "^2.0.2"
+ },
+ "dependencies": {
+ "tslib": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
+ "dev": true
+ }
+ }
+ },
+ "content-disposition": {
+ "version": "0.5.4",
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
+ "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
+ "dev": true,
+ "requires": {
+ "safe-buffer": "5.2.1"
+ }
+ },
+ "content-type": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
+ "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
+ "dev": true
+ },
+ "convert-source-map": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
+ "dev": true
+ },
+ "cookie": {
+ "version": "0.4.2",
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz",
+ "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==",
+ "dev": true
+ },
+ "cookie-signature": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
+ "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==",
+ "dev": true
+ },
+ "copy-webpack-plugin": {
+ "version": "10.2.4",
+ "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-10.2.4.tgz",
+ "integrity": "sha512-xFVltahqlsRcyyJqQbDY6EYTtyQZF9rf+JPjwHObLdPFMEISqkFkr7mFoVOC6BfYS/dNThyoQKvziugm+OnwBg==",
+ "dev": true,
+ "requires": {
+ "fast-glob": "^3.2.7",
+ "glob-parent": "^6.0.1",
+ "globby": "^12.0.2",
+ "normalize-path": "^3.0.0",
+ "schema-utils": "^4.0.0",
+ "serialize-javascript": "^6.0.0"
+ },
+ "dependencies": {
+ "ajv": {
+ "version": "8.12.0",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
+ "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
+ "dev": true,
+ "requires": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ }
+ },
+ "ajv-keywords": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
+ "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
+ "dev": true,
+ "requires": {
+ "fast-deep-equal": "^3.1.3"
+ }
+ },
+ "array-union": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-3.0.1.tgz",
+ "integrity": "sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==",
+ "dev": true
+ },
+ "glob-parent": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
+ "dev": true,
+ "requires": {
+ "is-glob": "^4.0.3"
+ }
+ },
+ "globby": {
+ "version": "12.2.0",
+ "resolved": "https://registry.npmjs.org/globby/-/globby-12.2.0.tgz",
+ "integrity": "sha512-wiSuFQLZ+urS9x2gGPl1H5drc5twabmm4m2gTR27XDFyjUHJUNsS8o/2aKyIF6IoBaR630atdher0XJ5g6OMmA==",
+ "dev": true,
+ "requires": {
+ "array-union": "^3.0.1",
+ "dir-glob": "^3.0.1",
+ "fast-glob": "^3.2.7",
+ "ignore": "^5.1.9",
+ "merge2": "^1.4.1",
+ "slash": "^4.0.0"
+ }
+ },
+ "json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
+ "dev": true
+ },
+ "schema-utils": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz",
+ "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==",
+ "dev": true,
+ "requires": {
+ "@types/json-schema": "^7.0.9",
+ "ajv": "^8.9.0",
+ "ajv-formats": "^2.1.1",
+ "ajv-keywords": "^5.1.0"
+ }
+ },
+ "slash": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
+ "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
+ "dev": true
+ }
+ }
+ },
+ "core-js": {
+ "version": "3.35.1",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.1.tgz",
+ "integrity": "sha512-IgdsbxNyMskrTFxa9lWHyMwAJU5gXOPP+1yO+K59d50VLVAIDAbs7gIv705KzALModfK3ZrSZTPNpC0PQgIZuw==",
+ "dev": true
+ },
+ "core-js-compat": {
+ "version": "3.35.1",
+ "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.35.1.tgz",
+ "integrity": "sha512-sftHa5qUJY3rs9Zht1WEnmkvXputCyDBczPnr7QDgL8n3qrF3CMXY4VPSYtOLLiOUJcah2WNXREd48iOl6mQIw==",
+ "dev": true,
+ "requires": {
+ "browserslist": "^4.22.2"
+ }
+ },
+ "core-js-pure": {
+ "version": "3.35.1",
+ "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.35.1.tgz",
+ "integrity": "sha512-zcIdi/CL3MWbBJYo5YCeVAAx+Sy9yJE9I3/u9LkFABwbeaPhTMRWraM8mYFp9jW5Z50hOy7FVzCc8dCrpZqtIQ==",
+ "dev": true
+ },
+ "core-util-is": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
+ "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
+ "dev": true
+ },
+ "cosmiconfig": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
+ "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
+ "dev": true,
+ "requires": {
+ "@types/parse-json": "^4.0.0",
+ "import-fresh": "^3.2.1",
+ "parse-json": "^5.0.0",
+ "path-type": "^4.0.0",
+ "yaml": "^1.10.0"
+ }
+ },
+ "create-jest": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/create-jest/-/create-jest-29.7.0.tgz",
+ "integrity": "sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==",
+ "dev": true,
+ "requires": {
+ "@jest/types": "^29.6.3",
+ "chalk": "^4.0.0",
+ "exit": "^0.1.2",
+ "graceful-fs": "^4.2.9",
+ "jest-config": "^29.7.0",
+ "jest-util": "^29.7.0",
+ "prompts": "^2.0.1"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "cross-fetch": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz",
+ "integrity": "sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==",
+ "dev": true,
+ "requires": {
+ "node-fetch": "^2.6.12"
+ }
+ },
+ "cross-spawn": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
+ "integrity": "sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==",
+ "dev": true,
+ "requires": {
+ "lru-cache": "^4.0.1",
+ "shebang-command": "^1.2.0",
+ "which": "^1.2.9"
+ },
+ "dependencies": {
+ "lru-cache": {
+ "version": "4.1.5",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
+ "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
+ "dev": true,
+ "requires": {
+ "pseudomap": "^1.0.2",
+ "yallist": "^2.1.2"
+ }
+ },
+ "yallist": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
+ "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==",
+ "dev": true
+ }
+ }
+ },
+ "crypto-random-string": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
+ "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==",
+ "dev": true
+ },
+ "csp_evaluator": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/csp_evaluator/-/csp_evaluator-1.1.1.tgz",
+ "integrity": "sha512-N3ASg0C4kNPUaNxt1XAvzHIVuzdtr8KLgfk1O8WDyimp1GisPAHESupArO2ieHk9QWbrJ/WkQODyh21Ps/xhxw==",
+ "dev": true
+ },
+ "css-b64-images": {
+ "version": "0.2.5",
+ "resolved": "https://registry.npmjs.org/css-b64-images/-/css-b64-images-0.2.5.tgz",
+ "integrity": "sha512-TgQBEdP07adhrDfXvI5o6bHGukKBNMzp2Ngckc/6d09zpjD2gc1Hl3Ca1CKgb8FXjHi88+Phv2Uegs2kTL4zjg==",
+ "dev": true
+ },
+ "css-declaration-sorter": {
+ "version": "7.1.1",
+ "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.1.1.tgz",
+ "integrity": "sha512-dZ3bVTEEc1vxr3Bek9vGwfB5Z6ESPULhcRvO472mfjVnj8jRcTnKO8/JTczlvxM10Myb+wBM++1MtdO76eWcaQ==",
+ "dev": true
+ },
+ "css-functions-list": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.1.tgz",
+ "integrity": "sha512-Nj5YcaGgBtuUmn1D7oHqPW0c9iui7xsTsj5lIX8ZgevdfhmjFfKB3r8moHJtNJnctnYXJyYX5I1pp90HM4TPgQ==",
+ "dev": true
+ },
+ "css-loader": {
+ "version": "6.10.0",
+ "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.10.0.tgz",
+ "integrity": "sha512-LTSA/jWbwdMlk+rhmElbDR2vbtQoTBPr7fkJE+mxrHj+7ru0hUmHafDRzWIjIHTwpitWVaqY2/UWGRca3yUgRw==",
+ "dev": true,
+ "requires": {
+ "icss-utils": "^5.1.0",
+ "postcss": "^8.4.33",
+ "postcss-modules-extract-imports": "^3.0.0",
+ "postcss-modules-local-by-default": "^4.0.4",
+ "postcss-modules-scope": "^3.1.1",
+ "postcss-modules-values": "^4.0.0",
+ "postcss-value-parser": "^4.2.0",
+ "semver": "^7.5.4"
+ }
+ },
+ "css-minimizer-webpack-plugin": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-5.0.1.tgz",
+ "integrity": "sha512-3caImjKFQkS+ws1TGcFn0V1HyDJFq1Euy589JlD6/3rV2kj+w7r5G9WDMgSHvpvXHNZ2calVypZWuEDQd9wfLg==",
+ "dev": true,
+ "requires": {
+ "@jridgewell/trace-mapping": "^0.3.18",
+ "cssnano": "^6.0.1",
+ "jest-worker": "^29.4.3",
+ "postcss": "^8.4.24",
+ "schema-utils": "^4.0.1",
+ "serialize-javascript": "^6.0.1"
+ },
+ "dependencies": {
+ "ajv": {
+ "version": "8.12.0",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
+ "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
+ "dev": true,
+ "requires": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ }
+ },
+ "ajv-keywords": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
+ "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
+ "dev": true,
+ "requires": {
+ "fast-deep-equal": "^3.1.3"
+ }
+ },
+ "json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
+ "dev": true
+ },
+ "schema-utils": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz",
+ "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==",
+ "dev": true,
+ "requires": {
+ "@types/json-schema": "^7.0.9",
+ "ajv": "^8.9.0",
+ "ajv-formats": "^2.1.1",
+ "ajv-keywords": "^5.1.0"
+ }
+ }
+ }
+ },
+ "css-select": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz",
+ "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==",
+ "dev": true,
+ "requires": {
+ "boolbase": "^1.0.0",
+ "css-what": "^6.1.0",
+ "domhandler": "^5.0.2",
+ "domutils": "^3.0.1",
+ "nth-check": "^2.0.1"
+ }
+ },
+ "css-tree": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz",
+ "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==",
+ "dev": true,
+ "requires": {
+ "mdn-data": "2.0.30",
+ "source-map-js": "^1.0.1"
+ }
+ },
+ "css-what": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz",
+ "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
+ "dev": true
+ },
+ "cssesc": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
+ "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
+ "dev": true
+ },
+ "cssnano": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-6.0.3.tgz",
+ "integrity": "sha512-MRq4CIj8pnyZpcI2qs6wswoYoDD1t0aL28n+41c1Ukcpm56m1h6mCexIHBGjfZfnTqtGSSCP4/fB1ovxgjBOiw==",
+ "dev": true,
+ "requires": {
+ "cssnano-preset-default": "^6.0.3",
+ "lilconfig": "^3.0.0"
+ }
+ },
+ "cssnano-preset-default": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-6.0.3.tgz",
+ "integrity": "sha512-4y3H370aZCkT9Ev8P4SO4bZbt+AExeKhh8wTbms/X7OLDo5E7AYUUy6YPxa/uF5Grf+AJwNcCnxKhZynJ6luBA==",
+ "dev": true,
+ "requires": {
+ "css-declaration-sorter": "^7.1.1",
+ "cssnano-utils": "^4.0.1",
+ "postcss-calc": "^9.0.1",
+ "postcss-colormin": "^6.0.2",
+ "postcss-convert-values": "^6.0.2",
+ "postcss-discard-comments": "^6.0.1",
+ "postcss-discard-duplicates": "^6.0.1",
+ "postcss-discard-empty": "^6.0.1",
+ "postcss-discard-overridden": "^6.0.1",
+ "postcss-merge-longhand": "^6.0.2",
+ "postcss-merge-rules": "^6.0.3",
+ "postcss-minify-font-values": "^6.0.1",
+ "postcss-minify-gradients": "^6.0.1",
+ "postcss-minify-params": "^6.0.2",
+ "postcss-minify-selectors": "^6.0.2",
+ "postcss-normalize-charset": "^6.0.1",
+ "postcss-normalize-display-values": "^6.0.1",
+ "postcss-normalize-positions": "^6.0.1",
+ "postcss-normalize-repeat-style": "^6.0.1",
+ "postcss-normalize-string": "^6.0.1",
+ "postcss-normalize-timing-functions": "^6.0.1",
+ "postcss-normalize-unicode": "^6.0.2",
+ "postcss-normalize-url": "^6.0.1",
+ "postcss-normalize-whitespace": "^6.0.1",
+ "postcss-ordered-values": "^6.0.1",
+ "postcss-reduce-initial": "^6.0.2",
+ "postcss-reduce-transforms": "^6.0.1",
+ "postcss-svgo": "^6.0.2",
+ "postcss-unique-selectors": "^6.0.2"
+ }
+ },
+ "cssnano-utils": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-4.0.1.tgz",
+ "integrity": "sha512-6qQuYDqsGoiXssZ3zct6dcMxiqfT6epy7x4R0TQJadd4LWO3sPR6JH6ZByOvVLoZ6EdwPGgd7+DR1EmX3tiXQQ==",
+ "dev": true
+ },
+ "csso": {
+ "version": "5.0.5",
+ "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
+ "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
+ "dev": true,
+ "requires": {
+ "css-tree": "~2.2.0"
+ },
+ "dependencies": {
+ "css-tree": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
+ "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
+ "dev": true,
+ "requires": {
+ "mdn-data": "2.0.28",
+ "source-map-js": "^1.0.1"
+ }
+ },
+ "mdn-data": {
+ "version": "2.0.28",
+ "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
+ "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
+ "dev": true
+ }
+ }
+ },
+ "cssom": {
+ "version": "0.5.0",
+ "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.5.0.tgz",
+ "integrity": "sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==",
+ "dev": true
+ },
+ "cssstyle": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
+ "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
+ "dev": true,
+ "requires": {
+ "cssom": "~0.3.6"
+ },
+ "dependencies": {
+ "cssom": {
+ "version": "0.3.8",
+ "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
+ "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",
+ "dev": true
+ }
+ }
+ },
+ "csstype": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
+ "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
+ "dev": true
+ },
+ "cwd": {
+ "version": "0.10.0",
+ "resolved": "https://registry.npmjs.org/cwd/-/cwd-0.10.0.tgz",
+ "integrity": "sha512-YGZxdTTL9lmLkCUTpg4j0zQ7IhRB5ZmqNBbGCl3Tg6MP/d5/6sY7L5mmTjzbc6JKgVZYiqTQTNhPFsbXNGlRaA==",
+ "dev": true,
+ "requires": {
+ "find-pkg": "^0.1.2",
+ "fs-exists-sync": "^0.1.0"
+ }
+ },
+ "damerau-levenshtein": {
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
+ "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==",
+ "dev": true
+ },
+ "data-uri-to-buffer": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-6.0.1.tgz",
+ "integrity": "sha512-MZd3VlchQkp8rdend6vrx7MmVDJzSNTBvghvKjirLkD+WTChA3KUf0jkE68Q4UyctNqI11zZO9/x2Yx+ub5Cvg==",
+ "dev": true
+ },
+ "data-urls": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.2.tgz",
+ "integrity": "sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==",
+ "dev": true,
+ "requires": {
+ "abab": "^2.0.6",
+ "whatwg-mimetype": "^3.0.0",
+ "whatwg-url": "^11.0.0"
+ },
+ "dependencies": {
+ "tr46": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz",
+ "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==",
+ "dev": true,
+ "requires": {
+ "punycode": "^2.1.1"
+ }
+ },
+ "webidl-conversions": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
+ "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
+ "dev": true
+ },
+ "whatwg-url": {
+ "version": "11.0.0",
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz",
+ "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==",
+ "dev": true,
+ "requires": {
+ "tr46": "^3.0.0",
+ "webidl-conversions": "^7.0.0"
+ }
+ }
+ }
+ },
+ "date-now": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz",
+ "integrity": "sha512-AsElvov3LoNB7tf5k37H2jYSB+ZZPMT5sG2QjJCcdlV5chIv6htBUBUui2IKRjgtKAKtCBN7Zbwa+MtwLjSeNw==",
+ "dev": true
+ },
+ "debounce": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz",
+ "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==",
+ "dev": true
+ },
+ "debug": {
+ "version": "4.3.4",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
+ "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
+ "dev": true,
+ "requires": {
+ "ms": "2.1.2"
+ }
+ },
+ "decamelize": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
+ "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
+ "dev": true
+ },
+ "decamelize-keys": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.1.tgz",
+ "integrity": "sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==",
+ "dev": true,
+ "requires": {
+ "decamelize": "^1.1.0",
+ "map-obj": "^1.0.0"
+ },
+ "dependencies": {
+ "map-obj": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
+ "integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==",
+ "dev": true
+ }
+ }
+ },
+ "decimal.js": {
+ "version": "10.4.3",
+ "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz",
+ "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==",
+ "dev": true
+ },
+ "dedent": {
+ "version": "1.5.1",
+ "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.1.tgz",
+ "integrity": "sha512-+LxW+KLWxu3HW3M2w2ympwtqPrqYRzU8fqi6Fhd18fBALe15blJPI/I4+UHveMVG6lJqB4JNd4UG0S5cnVHwIg==",
+ "dev": true
+ },
+ "deep-extend": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
+ "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
+ "dev": true
+ },
+ "deep-is": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
+ "dev": true
+ },
+ "deepmerge": {
+ "version": "4.3.1",
+ "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
+ "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
+ "dev": true
+ },
+ "default-gateway": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz",
+ "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==",
+ "dev": true,
+ "requires": {
+ "execa": "^5.0.0"
+ }
+ },
+ "define-data-property": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.2.tgz",
+ "integrity": "sha512-SRtsSqsDbgpJBbW3pABMCOt6rQyeM8s8RiyeSN8jYG8sYmt/kGJejbydttUsnDs1tadr19tvhT4ShwMyoqAm4g==",
+ "dev": true,
+ "requires": {
+ "es-errors": "^1.3.0",
+ "get-intrinsic": "^1.2.2",
+ "gopd": "^1.0.1",
+ "has-property-descriptors": "^1.0.1"
+ }
+ },
+ "define-lazy-prop": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
+ "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
+ "dev": true
+ },
+ "define-properties": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
+ "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
+ "dev": true,
+ "requires": {
+ "define-data-property": "^1.0.1",
+ "has-property-descriptors": "^1.0.0",
+ "object-keys": "^1.1.1"
+ }
+ },
+ "degenerator": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/degenerator/-/degenerator-5.0.1.tgz",
+ "integrity": "sha512-TllpMR/t0M5sqCXfj85i4XaAzxmS5tVA16dqvdkMwGmzI+dXLXnw3J+3Vdv7VKw+ThlTMboK6i9rnZ6Nntj5CQ==",
+ "dev": true,
+ "requires": {
+ "ast-types": "^0.13.4",
+ "escodegen": "^2.1.0",
+ "esprima": "^4.0.1"
+ }
+ },
+ "del": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/del/-/del-4.1.1.tgz",
+ "integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==",
+ "dev": true,
+ "requires": {
+ "@types/glob": "^7.1.1",
+ "globby": "^6.1.0",
+ "is-path-cwd": "^2.0.0",
+ "is-path-in-cwd": "^2.0.0",
+ "p-map": "^2.0.0",
+ "pify": "^4.0.1",
+ "rimraf": "^2.6.3"
+ },
+ "dependencies": {
+ "array-union": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
+ "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==",
+ "dev": true,
+ "requires": {
+ "array-uniq": "^1.0.1"
+ }
+ },
+ "globby": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz",
+ "integrity": "sha512-KVbFv2TQtbzCoxAnfD6JcHZTYCzyliEaaeM/gH8qQdkKr5s0OP9scEgvdcngyk7AVdY6YVW/TJHd+lQ/Df3Daw==",
+ "dev": true,
+ "requires": {
+ "array-union": "^1.0.1",
+ "glob": "^7.0.3",
+ "object-assign": "^4.0.1",
+ "pify": "^2.0.0",
+ "pinkie-promise": "^2.0.0"
+ },
+ "dependencies": {
+ "pify": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
+ "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
+ "dev": true
}
+ }
+ }
+ }
+ },
+ "delayed-stream": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
+ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
+ "dev": true
+ },
+ "depd": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
+ "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
+ "dev": true
+ },
+ "dequal": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
+ "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
+ "dev": true
+ },
+ "destroy": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
+ "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
+ "dev": true
+ },
+ "detect-newline": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
+ "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
+ "dev": true
+ },
+ "detect-node": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
+ "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==",
+ "dev": true
+ },
+ "devtools-protocol": {
+ "version": "0.0.1155343",
+ "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1155343.tgz",
+ "integrity": "sha512-oD9vGBV2wTc7fAzAM6KC0chSgs234V8+qDEeK+mcbRj2UvcuA7lgBztGi/opj/iahcXD3BSj8Ymvib628yy9FA==",
+ "dev": true
+ },
+ "diff-sequences": {
+ "version": "29.6.3",
+ "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz",
+ "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==",
+ "dev": true
+ },
+ "dir-glob": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
+ "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
+ "dev": true,
+ "requires": {
+ "path-type": "^4.0.0"
+ }
+ },
+ "dns-packet": {
+ "version": "5.6.1",
+ "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz",
+ "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==",
+ "dev": true,
+ "requires": {
+ "@leichtgewicht/ip-codec": "^2.0.1"
+ }
+ },
+ "doctrine": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
+ "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
+ "dev": true,
+ "requires": {
+ "esutils": "^2.0.2"
+ }
+ },
+ "dom-serializer": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
+ "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
+ "dev": true,
+ "requires": {
+ "domelementtype": "^2.3.0",
+ "domhandler": "^5.0.2",
+ "entities": "^4.2.0"
+ }
+ },
+ "domelementtype": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
+ "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
+ "dev": true
+ },
+ "domexception": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz",
+ "integrity": "sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==",
+ "dev": true,
+ "requires": {
+ "webidl-conversions": "^7.0.0"
+ },
+ "dependencies": {
+ "webidl-conversions": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
+ "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
+ "dev": true
+ }
+ }
+ },
+ "domhandler": {
+ "version": "5.0.3",
+ "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
+ "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
+ "dev": true,
+ "requires": {
+ "domelementtype": "^2.3.0"
+ }
+ },
+ "domutils": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz",
+ "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==",
+ "dev": true,
+ "requires": {
+ "dom-serializer": "^2.0.0",
+ "domelementtype": "^2.3.0",
+ "domhandler": "^5.0.3"
+ }
+ },
+ "dot-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",
+ "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==",
+ "dev": true,
+ "requires": {
+ "no-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ },
+ "dependencies": {
+ "tslib": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
+ "dev": true
+ }
+ }
+ },
+ "dot-prop": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz",
+ "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==",
+ "dev": true,
+ "requires": {
+ "is-obj": "^2.0.0"
+ }
+ },
+ "duplexer": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
+ "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
+ "dev": true
+ },
+ "ee-first": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
+ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
+ "dev": true
+ },
+ "electron-to-chromium": {
+ "version": "1.4.661",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.661.tgz",
+ "integrity": "sha512-AFg4wDHSOk5F+zA8aR+SVIOabu7m0e7BiJnigCvPXzIGy731XENw/lmNxTySpVFtkFEy+eyt4oHhh5FF3NjQNw==",
+ "dev": true
+ },
+ "emittery": {
+ "version": "0.13.1",
+ "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz",
+ "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==",
+ "dev": true
+ },
+ "emoji-regex": {
+ "version": "9.2.2",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
+ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
+ "dev": true
+ },
+ "emojis-list": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
+ "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
+ "dev": true
+ },
+ "encodeurl": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
+ "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
+ "dev": true
+ },
+ "encoding": {
+ "version": "0.1.13",
+ "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz",
+ "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==",
+ "dev": true,
+ "requires": {
+ "iconv-lite": "^0.6.2"
+ }
+ },
+ "end-of-stream": {
+ "version": "1.4.4",
+ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
+ "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
+ "dev": true,
+ "requires": {
+ "once": "^1.4.0"
+ }
+ },
+ "enhanced-resolve": {
+ "version": "5.15.0",
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz",
+ "integrity": "sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==",
+ "dev": true,
+ "requires": {
+ "graceful-fs": "^4.2.4",
+ "tapable": "^2.2.0"
+ }
+ },
+ "enquirer": {
+ "version": "2.4.1",
+ "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.4.1.tgz",
+ "integrity": "sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==",
+ "dev": true,
+ "requires": {
+ "ansi-colors": "^4.1.1",
+ "strip-ansi": "^6.0.1"
+ }
+ },
+ "entities": {
+ "version": "4.5.0",
+ "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
+ "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
+ "dev": true
+ },
+ "envinfo": {
+ "version": "7.11.1",
+ "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.11.1.tgz",
+ "integrity": "sha512-8PiZgZNIB4q/Lw4AhOvAfB/ityHAd2bli3lESSWmWSzSsl5dKpy5N1d1Rfkd2teq/g9xN90lc6o98DOjMeYHpg==",
+ "dev": true
+ },
+ "error-ex": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
+ "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
+ "dev": true,
+ "requires": {
+ "is-arrayish": "^0.2.1"
+ }
+ },
+ "error-stack-parser": {
+ "version": "2.1.4",
+ "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz",
+ "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==",
+ "dev": true,
+ "requires": {
+ "stackframe": "^1.3.4"
+ }
+ },
+ "es-abstract": {
+ "version": "1.22.3",
+ "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.3.tgz",
+ "integrity": "sha512-eiiY8HQeYfYH2Con2berK+To6GrK2RxbPawDkGq4UiCQQfZHb6wX9qQqkbpPqaxQFcl8d9QzZqo0tGE0VcrdwA==",
+ "dev": true,
+ "requires": {
+ "array-buffer-byte-length": "^1.0.0",
+ "arraybuffer.prototype.slice": "^1.0.2",
+ "available-typed-arrays": "^1.0.5",
+ "call-bind": "^1.0.5",
+ "es-set-tostringtag": "^2.0.1",
+ "es-to-primitive": "^1.2.1",
+ "function.prototype.name": "^1.1.6",
+ "get-intrinsic": "^1.2.2",
+ "get-symbol-description": "^1.0.0",
+ "globalthis": "^1.0.3",
+ "gopd": "^1.0.1",
+ "has-property-descriptors": "^1.0.0",
+ "has-proto": "^1.0.1",
+ "has-symbols": "^1.0.3",
+ "hasown": "^2.0.0",
+ "internal-slot": "^1.0.5",
+ "is-array-buffer": "^3.0.2",
+ "is-callable": "^1.2.7",
+ "is-negative-zero": "^2.0.2",
+ "is-regex": "^1.1.4",
+ "is-shared-array-buffer": "^1.0.2",
+ "is-string": "^1.0.7",
+ "is-typed-array": "^1.1.12",
+ "is-weakref": "^1.0.2",
+ "object-inspect": "^1.13.1",
+ "object-keys": "^1.1.1",
+ "object.assign": "^4.1.4",
+ "regexp.prototype.flags": "^1.5.1",
+ "safe-array-concat": "^1.0.1",
+ "safe-regex-test": "^1.0.0",
+ "string.prototype.trim": "^1.2.8",
+ "string.prototype.trimend": "^1.0.7",
+ "string.prototype.trimstart": "^1.0.7",
+ "typed-array-buffer": "^1.0.0",
+ "typed-array-byte-length": "^1.0.0",
+ "typed-array-byte-offset": "^1.0.0",
+ "typed-array-length": "^1.0.4",
+ "unbox-primitive": "^1.0.2",
+ "which-typed-array": "^1.1.13"
+ }
+ },
+ "es-array-method-boxes-properly": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz",
+ "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==",
+ "dev": true
+ },
+ "es-errors": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
+ "dev": true
+ },
+ "es-iterator-helpers": {
+ "version": "1.0.15",
+ "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.15.tgz",
+ "integrity": "sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g==",
+ "dev": true,
+ "requires": {
+ "asynciterator.prototype": "^1.0.0",
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.2.1",
+ "es-abstract": "^1.22.1",
+ "es-set-tostringtag": "^2.0.1",
+ "function-bind": "^1.1.1",
+ "get-intrinsic": "^1.2.1",
+ "globalthis": "^1.0.3",
+ "has-property-descriptors": "^1.0.0",
+ "has-proto": "^1.0.1",
+ "has-symbols": "^1.0.3",
+ "internal-slot": "^1.0.5",
+ "iterator.prototype": "^1.1.2",
+ "safe-array-concat": "^1.0.1"
+ }
+ },
+ "es-module-lexer": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.4.1.tgz",
+ "integrity": "sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w==",
+ "dev": true
+ },
+ "es-set-tostringtag": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.2.tgz",
+ "integrity": "sha512-BuDyupZt65P9D2D2vA/zqcI3G5xRsklm5N3xCwuiy+/vKy8i0ifdsQP1sLgO4tZDSCaQUSnmC48khknGMV3D2Q==",
+ "dev": true,
+ "requires": {
+ "get-intrinsic": "^1.2.2",
+ "has-tostringtag": "^1.0.0",
+ "hasown": "^2.0.0"
+ }
+ },
+ "es-shim-unscopables": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz",
+ "integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==",
+ "dev": true,
+ "requires": {
+ "hasown": "^2.0.0"
+ }
+ },
+ "es-to-primitive": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
+ "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
+ "dev": true,
+ "requires": {
+ "is-callable": "^1.1.4",
+ "is-date-object": "^1.0.1",
+ "is-symbol": "^1.0.2"
+ }
+ },
+ "escalade": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",
+ "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==",
+ "dev": true
+ },
+ "escape-html": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
+ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
+ "dev": true
+ },
+ "escape-string-regexp": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
+ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
+ "dev": true
+ },
+ "escodegen": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
+ "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
+ "dev": true,
+ "requires": {
+ "esprima": "^4.0.1",
+ "estraverse": "^5.2.0",
+ "esutils": "^2.0.2",
+ "source-map": "~0.6.1"
+ },
+ "dependencies": {
+ "estraverse": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
+ "dev": true
},
- "node_modules/terser": {
- "version": "5.15.0",
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.15.0.tgz",
- "integrity": "sha512-L1BJiXVmheAQQy+as0oF3Pwtlo4s3Wi1X2zNZ2NxOB4wx9bdS9Vk67XQENLFdLYGCK/Z2di53mTj/hBafR+dTA==",
- "dev": true,
- "dependencies": {
- "@jridgewell/source-map": "^0.3.2",
- "acorn": "^8.5.0",
- "commander": "^2.20.0",
- "source-map-support": "~0.5.20"
- },
- "bin": {
- "terser": "bin/terser"
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "dev": true,
+ "optional": true
+ }
+ }
+ },
+ "eslint": {
+ "version": "8.56.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.56.0.tgz",
+ "integrity": "sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==",
+ "dev": true,
+ "requires": {
+ "@eslint-community/eslint-utils": "^4.2.0",
+ "@eslint-community/regexpp": "^4.6.1",
+ "@eslint/eslintrc": "^2.1.4",
+ "@eslint/js": "8.56.0",
+ "@humanwhocodes/config-array": "^0.11.13",
+ "@humanwhocodes/module-importer": "^1.0.1",
+ "@nodelib/fs.walk": "^1.2.8",
+ "@ungap/structured-clone": "^1.2.0",
+ "ajv": "^6.12.4",
+ "chalk": "^4.0.0",
+ "cross-spawn": "^7.0.2",
+ "debug": "^4.3.2",
+ "doctrine": "^3.0.0",
+ "escape-string-regexp": "^4.0.0",
+ "eslint-scope": "^7.2.2",
+ "eslint-visitor-keys": "^3.4.3",
+ "espree": "^9.6.1",
+ "esquery": "^1.4.2",
+ "esutils": "^2.0.2",
+ "fast-deep-equal": "^3.1.3",
+ "file-entry-cache": "^6.0.1",
+ "find-up": "^5.0.0",
+ "glob-parent": "^6.0.2",
+ "globals": "^13.19.0",
+ "graphemer": "^1.4.0",
+ "ignore": "^5.2.0",
+ "imurmurhash": "^0.1.4",
+ "is-glob": "^4.0.0",
+ "is-path-inside": "^3.0.3",
+ "js-yaml": "^4.1.0",
+ "json-stable-stringify-without-jsonify": "^1.0.1",
+ "levn": "^0.4.1",
+ "lodash.merge": "^4.6.2",
+ "minimatch": "^3.1.2",
+ "natural-compare": "^1.4.0",
+ "optionator": "^0.9.3",
+ "strip-ansi": "^6.0.1",
+ "text-table": "^0.2.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "cross-spawn": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+ "dev": true,
+ "requires": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ }
+ },
+ "doctrine": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
+ "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
+ "dev": true,
+ "requires": {
+ "esutils": "^2.0.2"
+ }
+ },
+ "escape-string-regexp": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
+ "dev": true
+ },
+ "eslint-scope": {
+ "version": "7.2.2",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
+ "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
+ "dev": true,
+ "requires": {
+ "esrecurse": "^4.3.0",
+ "estraverse": "^5.2.0"
+ }
+ },
+ "estraverse": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
+ "dev": true
+ },
+ "glob-parent": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
+ "dev": true,
+ "requires": {
+ "is-glob": "^4.0.3"
+ }
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
+ },
+ "is-path-inside": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
+ "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
+ "dev": true
+ },
+ "shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "dev": true,
+ "requires": {
+ "shebang-regex": "^3.0.0"
+ }
+ },
+ "shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "dev": true
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ },
+ "which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "dev": true,
+ "requires": {
+ "isexe": "^2.0.0"
+ }
+ }
+ }
+ },
+ "eslint-config-prettier": {
+ "version": "8.10.0",
+ "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz",
+ "integrity": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==",
+ "dev": true
+ },
+ "eslint-import-resolver-node": {
+ "version": "0.3.9",
+ "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
+ "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
+ "dev": true,
+ "requires": {
+ "debug": "^3.2.7",
+ "is-core-module": "^2.13.0",
+ "resolve": "^1.22.4"
+ },
+ "dependencies": {
+ "debug": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
+ "dev": true,
+ "requires": {
+ "ms": "^2.1.1"
+ }
+ }
+ }
+ },
+ "eslint-module-utils": {
+ "version": "2.8.0",
+ "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz",
+ "integrity": "sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==",
+ "dev": true,
+ "requires": {
+ "debug": "^3.2.7"
+ },
+ "dependencies": {
+ "debug": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
+ "dev": true,
+ "requires": {
+ "ms": "^2.1.1"
+ }
+ }
+ }
+ },
+ "eslint-plugin-import": {
+ "version": "2.29.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz",
+ "integrity": "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==",
+ "dev": true,
+ "requires": {
+ "array-includes": "^3.1.7",
+ "array.prototype.findlastindex": "^1.2.3",
+ "array.prototype.flat": "^1.3.2",
+ "array.prototype.flatmap": "^1.3.2",
+ "debug": "^3.2.7",
+ "doctrine": "^2.1.0",
+ "eslint-import-resolver-node": "^0.3.9",
+ "eslint-module-utils": "^2.8.0",
+ "hasown": "^2.0.0",
+ "is-core-module": "^2.13.1",
+ "is-glob": "^4.0.3",
+ "minimatch": "^3.1.2",
+ "object.fromentries": "^2.0.7",
+ "object.groupby": "^1.0.1",
+ "object.values": "^1.1.7",
+ "semver": "^6.3.1",
+ "tsconfig-paths": "^3.15.0"
+ },
+ "dependencies": {
+ "debug": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
+ "dev": true,
+ "requires": {
+ "ms": "^2.1.1"
+ }
+ },
+ "semver": {
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
+ "dev": true
+ }
+ }
+ },
+ "eslint-plugin-jest": {
+ "version": "25.7.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz",
+ "integrity": "sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==",
+ "dev": true,
+ "requires": {
+ "@typescript-eslint/experimental-utils": "^5.0.0"
+ }
+ },
+ "eslint-plugin-jsdoc": {
+ "version": "37.9.7",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.9.7.tgz",
+ "integrity": "sha512-8alON8yYcStY94o0HycU2zkLKQdcS+qhhOUNQpfONHHwvI99afbmfpYuPqf6PbLz5pLZldG3Te5I0RbAiTN42g==",
+ "dev": true,
+ "requires": {
+ "@es-joy/jsdoccomment": "~0.20.1",
+ "comment-parser": "1.3.0",
+ "debug": "^4.3.3",
+ "escape-string-regexp": "^4.0.0",
+ "esquery": "^1.4.0",
+ "regextras": "^0.8.0",
+ "semver": "^7.3.5",
+ "spdx-expression-parse": "^3.0.1"
+ },
+ "dependencies": {
+ "escape-string-regexp": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
+ "dev": true
+ }
+ }
+ },
+ "eslint-plugin-jsx-a11y": {
+ "version": "6.8.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.8.0.tgz",
+ "integrity": "sha512-Hdh937BS3KdwwbBaKd5+PLCOmYY6U4f2h9Z2ktwtNKvIdIEu137rjYbcb9ApSbVJfWxANNuiKTD/9tOKjK9qOA==",
+ "dev": true,
+ "requires": {
+ "@babel/runtime": "^7.23.2",
+ "aria-query": "^5.3.0",
+ "array-includes": "^3.1.7",
+ "array.prototype.flatmap": "^1.3.2",
+ "ast-types-flow": "^0.0.8",
+ "axe-core": "=4.7.0",
+ "axobject-query": "^3.2.1",
+ "damerau-levenshtein": "^1.0.8",
+ "emoji-regex": "^9.2.2",
+ "es-iterator-helpers": "^1.0.15",
+ "hasown": "^2.0.0",
+ "jsx-ast-utils": "^3.3.5",
+ "language-tags": "^1.0.9",
+ "minimatch": "^3.1.2",
+ "object.entries": "^1.1.7",
+ "object.fromentries": "^2.0.7"
+ }
+ },
+ "eslint-plugin-playwright": {
+ "version": "0.8.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.8.0.tgz",
+ "integrity": "sha512-9uJH25m6H3jwU5O7bHD5M8cLx46L72EnIUe3dZqTox6M+WzOFzeUWaDJHHCdLGXZ8XlAU4mbCZnP7uhjKepfRA==",
+ "dev": true
+ },
+ "eslint-plugin-prettier": {
+ "version": "3.4.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.1.tgz",
+ "integrity": "sha512-htg25EUYUeIhKHXjOinK4BgCcDwtLHjqaxCDsMy5nbnUMkKFvIhMVCp+5GFUXQ4Nr8lBsPqtGAqBenbpFqAA2g==",
+ "dev": true,
+ "requires": {
+ "prettier-linter-helpers": "^1.0.0"
+ }
+ },
+ "eslint-plugin-react": {
+ "version": "7.33.2",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.33.2.tgz",
+ "integrity": "sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==",
+ "dev": true,
+ "requires": {
+ "array-includes": "^3.1.6",
+ "array.prototype.flatmap": "^1.3.1",
+ "array.prototype.tosorted": "^1.1.1",
+ "doctrine": "^2.1.0",
+ "es-iterator-helpers": "^1.0.12",
+ "estraverse": "^5.3.0",
+ "jsx-ast-utils": "^2.4.1 || ^3.0.0",
+ "minimatch": "^3.1.2",
+ "object.entries": "^1.1.6",
+ "object.fromentries": "^2.0.6",
+ "object.hasown": "^1.1.2",
+ "object.values": "^1.1.6",
+ "prop-types": "^15.8.1",
+ "resolve": "^2.0.0-next.4",
+ "semver": "^6.3.1",
+ "string.prototype.matchall": "^4.0.8"
+ },
+ "dependencies": {
+ "estraverse": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
+ "dev": true
+ },
+ "resolve": {
+ "version": "2.0.0-next.5",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz",
+ "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
+ "dev": true,
+ "requires": {
+ "is-core-module": "^2.13.0",
+ "path-parse": "^1.0.7",
+ "supports-preserve-symlinks-flag": "^1.0.0"
+ }
+ },
+ "semver": {
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
+ "dev": true
+ }
+ }
+ },
+ "eslint-plugin-react-hooks": {
+ "version": "4.6.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz",
+ "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==",
+ "dev": true
+ },
+ "eslint-plugin-testing-library": {
+ "version": "5.11.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.1.tgz",
+ "integrity": "sha512-5eX9e1Kc2PqVRed3taaLnAAqPZGEX75C+M/rXzUAI3wIg/ZxzUm1OVAwfe/O+vE+6YXOLetSe9g5GKD2ecXipw==",
+ "dev": true,
+ "requires": {
+ "@typescript-eslint/utils": "^5.58.0"
+ }
+ },
+ "eslint-scope": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
+ "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
+ "dev": true,
+ "requires": {
+ "esrecurse": "^4.3.0",
+ "estraverse": "^4.1.1"
+ }
+ },
+ "eslint-visitor-keys": {
+ "version": "3.4.3",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
+ "dev": true
+ },
+ "espree": {
+ "version": "9.6.1",
+ "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
+ "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
+ "dev": true,
+ "requires": {
+ "acorn": "^8.9.0",
+ "acorn-jsx": "^5.3.2",
+ "eslint-visitor-keys": "^3.4.1"
+ }
+ },
+ "esprima": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
+ "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
+ "dev": true
+ },
+ "esquery": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz",
+ "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==",
+ "dev": true,
+ "requires": {
+ "estraverse": "^5.1.0"
+ },
+ "dependencies": {
+ "estraverse": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
+ "dev": true
+ }
+ }
+ },
+ "esrecurse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
+ "dev": true,
+ "requires": {
+ "estraverse": "^5.2.0"
+ },
+ "dependencies": {
+ "estraverse": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
+ "dev": true
+ }
+ }
+ },
+ "estraverse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
+ "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
+ "dev": true
+ },
+ "esutils": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
+ "dev": true
+ },
+ "etag": {
+ "version": "1.8.1",
+ "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
+ "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
+ "dev": true
+ },
+ "eventemitter3": {
+ "version": "4.0.7",
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
+ "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==",
+ "dev": true
+ },
+ "events": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
+ "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
+ "dev": true
+ },
+ "execa": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
+ "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
+ "dev": true,
+ "requires": {
+ "cross-spawn": "^7.0.3",
+ "get-stream": "^6.0.0",
+ "human-signals": "^2.1.0",
+ "is-stream": "^2.0.0",
+ "merge-stream": "^2.0.0",
+ "npm-run-path": "^4.0.1",
+ "onetime": "^5.1.2",
+ "signal-exit": "^3.0.3",
+ "strip-final-newline": "^2.0.0"
+ },
+ "dependencies": {
+ "cross-spawn": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+ "dev": true,
+ "requires": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ }
+ },
+ "get-stream": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
+ "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
+ "dev": true
+ },
+ "shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "dev": true,
+ "requires": {
+ "shebang-regex": "^3.0.0"
+ }
+ },
+ "shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "dev": true
+ },
+ "which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "dev": true,
+ "requires": {
+ "isexe": "^2.0.0"
+ }
+ }
+ }
+ },
+ "exit": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
+ "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==",
+ "dev": true
+ },
+ "expand-tilde": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-1.2.2.tgz",
+ "integrity": "sha512-rtmc+cjLZqnu9dSYosX9EWmSJhTwpACgJQTfj4hgg2JjOD/6SIQalZrt4a3aQeh++oNxkazcaxrhPUj6+g5G/Q==",
+ "dev": true,
+ "requires": {
+ "os-homedir": "^1.0.1"
+ }
+ },
+ "expect": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz",
+ "integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==",
+ "dev": true,
+ "requires": {
+ "@jest/expect-utils": "^29.7.0",
+ "jest-get-type": "^29.6.3",
+ "jest-matcher-utils": "^29.7.0",
+ "jest-message-util": "^29.7.0",
+ "jest-util": "^29.7.0"
+ }
+ },
+ "expect-puppeteer": {
+ "version": "4.4.0",
+ "resolved": "https://registry.npmjs.org/expect-puppeteer/-/expect-puppeteer-4.4.0.tgz",
+ "integrity": "sha512-6Ey4Xy2xvmuQu7z7YQtMsaMV0EHJRpVxIDOd5GRrm04/I3nkTKIutELfECsLp6le+b3SSa3cXhPiw6PgqzxYWA==",
+ "dev": true
+ },
+ "express": {
+ "version": "4.18.2",
+ "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz",
+ "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==",
+ "dev": true,
+ "requires": {
+ "accepts": "~1.3.8",
+ "array-flatten": "1.1.1",
+ "body-parser": "1.20.1",
+ "content-disposition": "0.5.4",
+ "content-type": "~1.0.4",
+ "cookie": "0.5.0",
+ "cookie-signature": "1.0.6",
+ "debug": "2.6.9",
+ "depd": "2.0.0",
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "etag": "~1.8.1",
+ "finalhandler": "1.2.0",
+ "fresh": "0.5.2",
+ "http-errors": "2.0.0",
+ "merge-descriptors": "1.0.1",
+ "methods": "~1.1.2",
+ "on-finished": "2.4.1",
+ "parseurl": "~1.3.3",
+ "path-to-regexp": "0.1.7",
+ "proxy-addr": "~2.0.7",
+ "qs": "6.11.0",
+ "range-parser": "~1.2.1",
+ "safe-buffer": "5.2.1",
+ "send": "0.18.0",
+ "serve-static": "1.15.0",
+ "setprototypeof": "1.2.0",
+ "statuses": "2.0.1",
+ "type-is": "~1.6.18",
+ "utils-merge": "1.0.1",
+ "vary": "~1.1.2"
+ },
+ "dependencies": {
+ "cookie": {
+ "version": "0.5.0",
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
+ "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
+ "dev": true
+ },
+ "debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "requires": {
+ "ms": "2.0.0"
+ }
+ },
+ "ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
+ "dev": true
+ }
+ }
+ },
+ "extract-zip": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz",
+ "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==",
+ "dev": true,
+ "requires": {
+ "@types/yauzl": "^2.9.1",
+ "debug": "^4.1.1",
+ "get-stream": "^5.1.0",
+ "yauzl": "^2.10.0"
+ }
+ },
+ "fast-deep-equal": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
+ "dev": true
+ },
+ "fast-diff": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz",
+ "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
+ "dev": true
+ },
+ "fast-fifo": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
+ "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
+ "dev": true
+ },
+ "fast-glob": {
+ "version": "3.3.2",
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
+ "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
+ "dev": true,
+ "requires": {
+ "@nodelib/fs.stat": "^2.0.2",
+ "@nodelib/fs.walk": "^1.2.3",
+ "glob-parent": "^5.1.2",
+ "merge2": "^1.3.0",
+ "micromatch": "^4.0.4"
+ }
+ },
+ "fast-json-stable-stringify": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
+ "dev": true
+ },
+ "fast-levenshtein": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
+ "dev": true
+ },
+ "fastest-levenshtein": {
+ "version": "1.0.16",
+ "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
+ "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==",
+ "dev": true
+ },
+ "fastq": {
+ "version": "1.17.1",
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
+ "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
+ "dev": true,
+ "requires": {
+ "reusify": "^1.0.4"
+ }
+ },
+ "faye-websocket": {
+ "version": "0.11.4",
+ "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz",
+ "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==",
+ "dev": true,
+ "requires": {
+ "websocket-driver": ">=0.5.1"
+ }
+ },
+ "fb-watchman": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz",
+ "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==",
+ "dev": true,
+ "requires": {
+ "bser": "2.1.1"
+ }
+ },
+ "fd-slicer": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
+ "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==",
+ "dev": true,
+ "requires": {
+ "pend": "~1.2.0"
+ }
+ },
+ "file-entry-cache": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
+ "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
+ "dev": true,
+ "requires": {
+ "flat-cache": "^3.0.4"
+ }
+ },
+ "filename-reserved-regex": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz",
+ "integrity": "sha512-lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ==",
+ "dev": true
+ },
+ "filenamify": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-4.3.0.tgz",
+ "integrity": "sha512-hcFKyUG57yWGAzu1CMt/dPzYZuv+jAJUT85bL8mrXvNe6hWj6yEHEc4EdcgiA6Z3oi1/9wXJdZPXF2dZNgwgOg==",
+ "dev": true,
+ "requires": {
+ "filename-reserved-regex": "^2.0.0",
+ "strip-outer": "^1.0.1",
+ "trim-repeated": "^1.0.0"
+ }
+ },
+ "fill-range": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
+ "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
+ "dev": true,
+ "requires": {
+ "to-regex-range": "^5.0.1"
+ }
+ },
+ "finalhandler": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz",
+ "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==",
+ "dev": true,
+ "requires": {
+ "debug": "2.6.9",
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "on-finished": "2.4.1",
+ "parseurl": "~1.3.3",
+ "statuses": "2.0.1",
+ "unpipe": "~1.0.0"
+ },
+ "dependencies": {
+ "debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "requires": {
+ "ms": "2.0.0"
+ }
+ },
+ "ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
+ "dev": true
+ }
+ }
+ },
+ "find-cache-dir": {
+ "version": "3.3.2",
+ "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz",
+ "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==",
+ "dev": true,
+ "requires": {
+ "commondir": "^1.0.1",
+ "make-dir": "^3.0.2",
+ "pkg-dir": "^4.1.0"
+ }
+ },
+ "find-file-up": {
+ "version": "0.1.3",
+ "resolved": "https://registry.npmjs.org/find-file-up/-/find-file-up-0.1.3.tgz",
+ "integrity": "sha512-mBxmNbVyjg1LQIIpgO8hN+ybWBgDQK8qjht+EbrTCGmmPV/sc7RF1i9stPTD6bpvXZywBdrwRYxhSdJv867L6A==",
+ "dev": true,
+ "requires": {
+ "fs-exists-sync": "^0.1.0",
+ "resolve-dir": "^0.1.0"
+ }
+ },
+ "find-parent-dir": {
+ "version": "0.3.1",
+ "resolved": "https://registry.npmjs.org/find-parent-dir/-/find-parent-dir-0.3.1.tgz",
+ "integrity": "sha512-o4UcykWV/XN9wm+jMEtWLPlV8RXCZnMhQI6F6OdHeSez7iiJWePw8ijOlskJZMsaQoGR/b7dH6lO02HhaTN7+A==",
+ "dev": true
+ },
+ "find-pkg": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/find-pkg/-/find-pkg-0.1.2.tgz",
+ "integrity": "sha512-0rnQWcFwZr7eO0513HahrWafsc3CTFioEB7DRiEYCUM/70QXSY8f3mCST17HXLcPvEhzH/Ty/Bxd72ZZsr/yvw==",
+ "dev": true,
+ "requires": {
+ "find-file-up": "^0.1.2"
+ }
+ },
+ "find-process": {
+ "version": "1.4.7",
+ "resolved": "https://registry.npmjs.org/find-process/-/find-process-1.4.7.tgz",
+ "integrity": "sha512-/U4CYp1214Xrp3u3Fqr9yNynUrr5Le4y0SsJh2lMDDSbpwYSz3M2SMWQC+wqcx79cN8PQtHQIL8KnuY9M66fdg==",
+ "dev": true,
+ "requires": {
+ "chalk": "^4.0.0",
+ "commander": "^5.1.0",
+ "debug": "^4.1.1"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "commander": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz",
+ "integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==",
+ "dev": true
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "find-up": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
+ "dev": true,
+ "requires": {
+ "locate-path": "^6.0.0",
+ "path-exists": "^4.0.0"
+ }
+ },
+ "flat": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz",
+ "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==",
+ "dev": true
+ },
+ "flat-cache": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
+ "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
+ "dev": true,
+ "requires": {
+ "flatted": "^3.2.9",
+ "keyv": "^4.5.3",
+ "rimraf": "^3.0.2"
+ },
+ "dependencies": {
+ "rimraf": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
+ "dev": true,
+ "requires": {
+ "glob": "^7.1.3"
+ }
+ }
+ }
+ },
+ "flatted": {
+ "version": "3.2.9",
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.9.tgz",
+ "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==",
+ "dev": true
+ },
+ "follow-redirects": {
+ "version": "1.15.5",
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.5.tgz",
+ "integrity": "sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==",
+ "dev": true
+ },
+ "for-each": {
+ "version": "0.3.3",
+ "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
+ "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
+ "dev": true,
+ "requires": {
+ "is-callable": "^1.1.3"
+ }
+ },
+ "for-in": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
+ "integrity": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==",
+ "dev": true
+ },
+ "for-own": {
+ "version": "0.1.5",
+ "resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz",
+ "integrity": "sha512-SKmowqGTJoPzLO1T0BBJpkfp3EMacCMOuH40hOUbrbzElVktk4DioXVM99QkLCyKoiuOmyjgcWMpVz2xjE7LZw==",
+ "dev": true,
+ "requires": {
+ "for-in": "^1.0.1"
+ }
+ },
+ "form-data": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
+ "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
+ "dev": true,
+ "requires": {
+ "asynckit": "^0.4.0",
+ "combined-stream": "^1.0.8",
+ "mime-types": "^2.1.12"
+ }
+ },
+ "forwarded": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
+ "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
+ "dev": true
+ },
+ "fraction.js": {
+ "version": "4.3.7",
+ "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
+ "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
+ "dev": true
+ },
+ "fresh": {
+ "version": "0.5.2",
+ "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
+ "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
+ "dev": true
+ },
+ "fs-constants": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
+ "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
+ "dev": true
+ },
+ "fs-exists-sync": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz",
+ "integrity": "sha512-cR/vflFyPZtrN6b38ZyWxpWdhlXrzZEBawlpBQMq7033xVY7/kg0GDMBK5jg8lDYQckdJ5x/YC88lM3C7VMsLg==",
+ "dev": true
+ },
+ "fs-extra": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
+ "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
+ "dev": true,
+ "requires": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^4.0.0",
+ "universalify": "^0.1.0"
+ }
+ },
+ "fs-monkey": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.5.tgz",
+ "integrity": "sha512-8uMbBjrhzW76TYgEV27Y5E//W2f/lTFmx78P2w19FZSxarhI/798APGQyuGCwmkNxgwGRhrLfvWyLBvNtuOmew==",
+ "dev": true
+ },
+ "fs.realpath": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
+ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
+ "dev": true
+ },
+ "fsevents": {
+ "version": "2.3.3",
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
+ "dev": true,
+ "optional": true
+ },
+ "function-bind": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
+ "dev": true
+ },
+ "function.prototype.name": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz",
+ "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.2.0",
+ "es-abstract": "^1.22.1",
+ "functions-have-names": "^1.2.3"
+ }
+ },
+ "functions-have-names": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
+ "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
+ "dev": true
+ },
+ "gensync": {
+ "version": "1.0.0-beta.2",
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
+ "dev": true
+ },
+ "get-caller-file": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
+ "dev": true
+ },
+ "get-intrinsic": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
+ "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
+ "dev": true,
+ "requires": {
+ "es-errors": "^1.3.0",
+ "function-bind": "^1.1.2",
+ "has-proto": "^1.0.1",
+ "has-symbols": "^1.0.3",
+ "hasown": "^2.0.0"
+ }
+ },
+ "get-package-type": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
+ "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",
+ "dev": true
+ },
+ "get-port": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/get-port/-/get-port-5.1.1.tgz",
+ "integrity": "sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==",
+ "dev": true
+ },
+ "get-stdin": {
+ "version": "9.0.0",
+ "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-9.0.0.tgz",
+ "integrity": "sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==",
+ "dev": true
+ },
+ "get-stream": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
+ "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
+ "dev": true,
+ "requires": {
+ "pump": "^3.0.0"
+ }
+ },
+ "get-symbol-description": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz",
+ "integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.5",
+ "es-errors": "^1.3.0",
+ "get-intrinsic": "^1.2.4"
+ }
+ },
+ "get-uri": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.2.tgz",
+ "integrity": "sha512-5KLucCJobh8vBY1K07EFV4+cPZH3mrV9YeAruUseCQKHB58SGjjT2l9/eA9LD082IiuMjSlFJEcdJ27TXvbZNw==",
+ "dev": true,
+ "requires": {
+ "basic-ftp": "^5.0.2",
+ "data-uri-to-buffer": "^6.0.0",
+ "debug": "^4.3.4",
+ "fs-extra": "^8.1.0"
+ }
+ },
+ "gettext-parser": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/gettext-parser/-/gettext-parser-1.4.0.tgz",
+ "integrity": "sha512-sedZYLHlHeBop/gZ1jdg59hlUEcpcZJofLq2JFwJT1zTqAU3l2wFv6IsuwFHGqbiT9DWzMUW4/em2+hspnmMMA==",
+ "dev": true,
+ "requires": {
+ "encoding": "^0.1.12",
+ "safe-buffer": "^5.1.1"
+ }
+ },
+ "glob": {
+ "version": "7.2.3",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
+ "dev": true,
+ "requires": {
+ "fs.realpath": "^1.0.0",
+ "inflight": "^1.0.4",
+ "inherits": "2",
+ "minimatch": "^3.1.1",
+ "once": "^1.3.0",
+ "path-is-absolute": "^1.0.0"
+ }
+ },
+ "glob-parent": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
+ "dev": true,
+ "requires": {
+ "is-glob": "^4.0.1"
+ }
+ },
+ "glob-to-regexp": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
+ "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
+ "dev": true
+ },
+ "global-modules": {
+ "version": "0.2.3",
+ "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-0.2.3.tgz",
+ "integrity": "sha512-JeXuCbvYzYXcwE6acL9V2bAOeSIGl4dD+iwLY9iUx2VBJJ80R18HCn+JCwHM9Oegdfya3lEkGCdaRkSyc10hDA==",
+ "dev": true,
+ "requires": {
+ "global-prefix": "^0.1.4",
+ "is-windows": "^0.2.0"
+ }
+ },
+ "global-prefix": {
+ "version": "0.1.5",
+ "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-0.1.5.tgz",
+ "integrity": "sha512-gOPiyxcD9dJGCEArAhF4Hd0BAqvAe/JzERP7tYumE4yIkmIedPUVXcJFWbV3/p/ovIIvKjkrTk+f1UVkq7vvbw==",
+ "dev": true,
+ "requires": {
+ "homedir-polyfill": "^1.0.0",
+ "ini": "^1.3.4",
+ "is-windows": "^0.2.0",
+ "which": "^1.2.12"
+ }
+ },
+ "globals": {
+ "version": "13.24.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
+ "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
+ "dev": true,
+ "requires": {
+ "type-fest": "^0.20.2"
+ }
+ },
+ "globalthis": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz",
+ "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==",
+ "dev": true,
+ "requires": {
+ "define-properties": "^1.1.3"
+ }
+ },
+ "globby": {
+ "version": "11.1.0",
+ "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
+ "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
+ "dev": true,
+ "requires": {
+ "array-union": "^2.1.0",
+ "dir-glob": "^3.0.1",
+ "fast-glob": "^3.2.9",
+ "ignore": "^5.2.0",
+ "merge2": "^1.4.1",
+ "slash": "^3.0.0"
+ }
+ },
+ "globjoin": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz",
+ "integrity": "sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==",
+ "dev": true
+ },
+ "gopd": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
+ "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
+ "dev": true,
+ "requires": {
+ "get-intrinsic": "^1.1.3"
+ }
+ },
+ "graceful-fs": {
+ "version": "4.2.11",
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
+ "dev": true
+ },
+ "graphemer": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
+ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
+ "dev": true
+ },
+ "gzip-size": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz",
+ "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==",
+ "dev": true,
+ "requires": {
+ "duplexer": "^0.1.2"
+ }
+ },
+ "handle-thing": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz",
+ "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==",
+ "dev": true
+ },
+ "hard-rejection": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz",
+ "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==",
+ "dev": true
+ },
+ "has-bigints": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
+ "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
+ "dev": true
+ },
+ "has-flag": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
+ "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
+ "dev": true
+ },
+ "has-property-descriptors": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz",
+ "integrity": "sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==",
+ "dev": true,
+ "requires": {
+ "get-intrinsic": "^1.2.2"
+ }
+ },
+ "has-proto": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz",
+ "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==",
+ "dev": true
+ },
+ "has-symbols": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
+ "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
+ "dev": true
+ },
+ "has-tostringtag": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
+ "dev": true,
+ "requires": {
+ "has-symbols": "^1.0.3"
+ }
+ },
+ "hasown": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz",
+ "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==",
+ "dev": true,
+ "requires": {
+ "function-bind": "^1.1.2"
+ }
+ },
+ "he": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
+ "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
+ "dev": true
+ },
+ "header-case": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/header-case/-/header-case-2.0.4.tgz",
+ "integrity": "sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==",
+ "dev": true,
+ "requires": {
+ "capital-case": "^1.0.4",
+ "tslib": "^2.0.3"
+ },
+ "dependencies": {
+ "tslib": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
+ "dev": true
+ }
+ }
+ },
+ "homedir-polyfill": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz",
+ "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==",
+ "dev": true,
+ "requires": {
+ "parse-passwd": "^1.0.0"
+ }
+ },
+ "hosted-git-info": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz",
+ "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==",
+ "dev": true,
+ "requires": {
+ "lru-cache": "^6.0.0"
+ }
+ },
+ "hpack.js": {
+ "version": "2.1.6",
+ "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
+ "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==",
+ "dev": true,
+ "requires": {
+ "inherits": "^2.0.1",
+ "obuf": "^1.0.0",
+ "readable-stream": "^2.0.1",
+ "wbuf": "^1.1.0"
+ },
+ "dependencies": {
+ "isarray": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
+ "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
+ "dev": true
+ },
+ "readable-stream": {
+ "version": "2.3.8",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
+ "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
+ "dev": true,
+ "requires": {
+ "core-util-is": "~1.0.0",
+ "inherits": "~2.0.3",
+ "isarray": "~1.0.0",
+ "process-nextick-args": "~2.0.0",
+ "safe-buffer": "~5.1.1",
+ "string_decoder": "~1.1.1",
+ "util-deprecate": "~1.0.1"
+ }
+ },
+ "safe-buffer": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
+ "dev": true
+ },
+ "string_decoder": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
+ "dev": true,
+ "requires": {
+ "safe-buffer": "~5.1.0"
+ }
+ }
+ }
+ },
+ "html-encoding-sniffer": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz",
+ "integrity": "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==",
+ "dev": true,
+ "requires": {
+ "whatwg-encoding": "^2.0.0"
+ }
+ },
+ "html-entities": {
+ "version": "2.4.0",
+ "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.4.0.tgz",
+ "integrity": "sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==",
+ "dev": true
+ },
+ "html-escaper": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
+ "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
+ "dev": true
+ },
+ "html-minifier-terser": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
+ "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==",
+ "dev": true,
+ "requires": {
+ "camel-case": "^4.1.2",
+ "clean-css": "^5.2.2",
+ "commander": "^8.3.0",
+ "he": "^1.2.0",
+ "param-case": "^3.0.4",
+ "relateurl": "^0.2.7",
+ "terser": "^5.10.0"
+ },
+ "dependencies": {
+ "commander": {
+ "version": "8.3.0",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
+ "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
+ "dev": true
+ }
+ }
+ },
+ "html-tags": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz",
+ "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==",
+ "dev": true
+ },
+ "htmlparser2": {
+ "version": "3.8.3",
+ "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz",
+ "integrity": "sha512-hBxEg3CYXe+rPIua8ETe7tmG3XDn9B0edOE/e9wH2nLczxzgdu0m0aNHY+5wFZiviLWLdANPJTssa92dMcXQ5Q==",
+ "dev": true,
+ "requires": {
+ "domelementtype": "1",
+ "domhandler": "2.3",
+ "domutils": "1.5",
+ "entities": "1.0",
+ "readable-stream": "1.1"
+ },
+ "dependencies": {
+ "dom-serializer": {
+ "version": "0.2.2",
+ "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
+ "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==",
+ "dev": true,
+ "requires": {
+ "domelementtype": "^2.0.1",
+ "entities": "^2.0.0"
+ },
+ "dependencies": {
+ "domelementtype": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
+ "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
+ "dev": true
},
- "engines": {
- "node": ">=10"
+ "entities": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
+ "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
+ "dev": true
}
+ }
},
- "node_modules/terser/node_modules/commander": {
- "version": "2.20.3",
- "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
- "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
- "dev": true
- },
- "node_modules/try-catch": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/try-catch/-/try-catch-3.0.1.tgz",
- "integrity": "sha512-91yfXw1rr/P6oLpHSyHDOHm0vloVvUoo9FVdw8YwY05QjJQG9OT0LUxe2VRAzmHG+0CUOmI3nhxDUMLxDN/NEQ==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
+ "domelementtype": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz",
+ "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==",
+ "dev": true
},
- "node_modules/try-to-catch": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/try-to-catch/-/try-to-catch-3.0.1.tgz",
- "integrity": "sha512-hOY83V84Hx/1sCzDSaJA+Xz2IIQOHRvjxzt+F0OjbQGPZ6yLPLArMA0gw/484MlfUkQbCpKYMLX3VDCAjWKfzQ==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
+ "domhandler": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz",
+ "integrity": "sha512-q9bUwjfp7Eif8jWxxxPSykdRZAb6GkguBGSgvvCrhI9wB71W2K/Kvv4E61CF/mcCfnVJDeDWx/Vb/uAqbDj6UQ==",
+ "dev": true,
+ "requires": {
+ "domelementtype": "1"
+ }
+ },
+ "domutils": {
+ "version": "1.5.1",
+ "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
+ "integrity": "sha512-gSu5Oi/I+3wDENBsOWBiRK1eoGxcywYSqg3rR960/+EfY0CF4EX1VPkgHOZ3WiS/Jg2DtliF6BhWcHlfpYUcGw==",
+ "dev": true,
+ "requires": {
+ "dom-serializer": "0",
+ "domelementtype": "1"
+ }
+ },
+ "entities": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/entities/-/entities-1.0.0.tgz",
+ "integrity": "sha512-LbLqfXgJMmy81t+7c14mnulFHJ170cM6E+0vMXR9k/ZiZwgX8i5pNgjTCX3SO4VeUsFLV+8InixoretwU+MjBQ==",
+ "dev": true
+ },
+ "isarray": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
+ "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==",
+ "dev": true
+ },
+ "readable-stream": {
+ "version": "1.1.14",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
+ "integrity": "sha512-+MeVjFf4L44XUkhM1eYbD8fyEsxcV81pqMSR5gblfcLCHfZvbrqy4/qYHE+/R5HoBUT11WV5O08Cr1n3YXkWVQ==",
+ "dev": true,
+ "requires": {
+ "core-util-is": "~1.0.0",
+ "inherits": "~2.0.1",
+ "isarray": "0.0.1",
+ "string_decoder": "~0.10.x"
+ }
+ },
+ "string_decoder": {
+ "version": "0.10.31",
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
+ "integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==",
+ "dev": true
+ }
+ }
+ },
+ "http-deceiver": {
+ "version": "1.2.7",
+ "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz",
+ "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==",
+ "dev": true
+ },
+ "http-errors": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
+ "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
+ "dev": true,
+ "requires": {
+ "depd": "2.0.0",
+ "inherits": "2.0.4",
+ "setprototypeof": "1.2.0",
+ "statuses": "2.0.1",
+ "toidentifier": "1.0.1"
+ }
+ },
+ "http-link-header": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/http-link-header/-/http-link-header-1.1.1.tgz",
+ "integrity": "sha512-mW3N/rTYpCn99s1do0zx6nzFZSwLH9HGfUM4ZqLWJ16ylmYaC2v5eYGqrNTQlByx8AzUgGI+V/32gXPugs1+Sw==",
+ "dev": true
+ },
+ "http-parser-js": {
+ "version": "0.5.8",
+ "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz",
+ "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==",
+ "dev": true
+ },
+ "http-proxy": {
+ "version": "1.18.1",
+ "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz",
+ "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
+ "dev": true,
+ "requires": {
+ "eventemitter3": "^4.0.0",
+ "follow-redirects": "^1.0.0",
+ "requires-port": "^1.0.0"
+ }
+ },
+ "http-proxy-agent": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.0.tgz",
+ "integrity": "sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ==",
+ "dev": true,
+ "requires": {
+ "agent-base": "^7.1.0",
+ "debug": "^4.3.4"
+ },
+ "dependencies": {
+ "agent-base": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz",
+ "integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==",
+ "dev": true,
+ "requires": {
+ "debug": "^4.3.4"
+ }
+ }
+ }
+ },
+ "http-proxy-middleware": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz",
+ "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==",
+ "dev": true,
+ "requires": {
+ "@types/http-proxy": "^1.17.8",
+ "http-proxy": "^1.18.1",
+ "is-glob": "^4.0.1",
+ "is-plain-obj": "^3.0.0",
+ "micromatch": "^4.0.2"
+ }
+ },
+ "https-proxy-agent": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
+ "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
+ "dev": true,
+ "requires": {
+ "agent-base": "6",
+ "debug": "4"
+ }
+ },
+ "human-signals": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
+ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
+ "dev": true
+ },
+ "iconv-lite": {
+ "version": "0.6.3",
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
+ "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
+ "dev": true,
+ "requires": {
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
+ }
+ },
+ "icss-utils": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz",
+ "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==",
+ "dev": true
+ },
+ "ieee754": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
+ "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
+ "dev": true
+ },
+ "ignore": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
+ "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
+ "dev": true
+ },
+ "ignore-walk": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-4.0.1.tgz",
+ "integrity": "sha512-rzDQLaW4jQbh2YrOFlJdCtX8qgJTehFRYiUB2r1osqTeDzV/3+Jh8fz1oAPzUThf3iku8Ds4IDqawI5d8mUiQw==",
+ "dev": true,
+ "requires": {
+ "minimatch": "^3.0.4"
+ }
+ },
+ "image-ssim": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/image-ssim/-/image-ssim-0.2.0.tgz",
+ "integrity": "sha512-W7+sO6/yhxy83L0G7xR8YAc5Z5QFtYEXXRV6EaE8tuYBZJnA3gVgp3q7X7muhLZVodeb9UfvjSbwt9VJwjIYAg==",
+ "dev": true
+ },
+ "immutable": {
+ "version": "4.3.5",
+ "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.5.tgz",
+ "integrity": "sha512-8eabxkth9gZatlwl5TBuJnCsoTADlL6ftEr7A4qgdaTsPyreilDSnUk57SO+jfKcNtxPa22U5KK6DSeAYhpBJw==",
+ "dev": true
+ },
+ "import-fresh": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
+ "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
+ "dev": true,
+ "requires": {
+ "parent-module": "^1.0.0",
+ "resolve-from": "^4.0.0"
+ }
+ },
+ "import-lazy": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz",
+ "integrity": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==",
+ "dev": true
+ },
+ "import-local": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz",
+ "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==",
+ "dev": true,
+ "requires": {
+ "pkg-dir": "^4.2.0",
+ "resolve-cwd": "^3.0.0"
+ }
+ },
+ "imurmurhash": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
+ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
+ "dev": true
+ },
+ "indent-string": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
+ "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
+ "dev": true
+ },
+ "inflight": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
+ "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
+ "dev": true,
+ "requires": {
+ "once": "^1.3.0",
+ "wrappy": "1"
+ }
+ },
+ "inherits": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
+ "dev": true
+ },
+ "ini": {
+ "version": "1.3.8",
+ "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
+ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
+ "dev": true
+ },
+ "internal-slot": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz",
+ "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==",
+ "dev": true,
+ "requires": {
+ "es-errors": "^1.3.0",
+ "hasown": "^2.0.0",
+ "side-channel": "^1.0.4"
+ }
+ },
+ "interpret": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/interpret/-/interpret-3.1.1.tgz",
+ "integrity": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==",
+ "dev": true
+ },
+ "intl-messageformat": {
+ "version": "4.4.0",
+ "resolved": "https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-4.4.0.tgz",
+ "integrity": "sha512-z+Bj2rS3LZSYU4+sNitdHrwnBhr0wO80ZJSW8EzKDBowwUe3Q/UsvgCGjrwa+HPzoGCLEb9HAjfJgo4j2Sac8w==",
+ "dev": true,
+ "requires": {
+ "intl-messageformat-parser": "^1.8.1"
+ }
+ },
+ "intl-messageformat-parser": {
+ "version": "1.8.1",
+ "resolved": "https://registry.npmjs.org/intl-messageformat-parser/-/intl-messageformat-parser-1.8.1.tgz",
+ "integrity": "sha512-IMSCKVf0USrM/959vj3xac7s8f87sc+80Y/ipBzdKy4ifBv5Gsj2tZ41EAaURVg01QU71fYr77uA8Meh6kELbg==",
+ "dev": true
+ },
+ "ip": {
+ "version": "1.1.8",
+ "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.8.tgz",
+ "integrity": "sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==",
+ "dev": true
+ },
+ "ipaddr.js": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.1.0.tgz",
+ "integrity": "sha512-LlbxQ7xKzfBusov6UMi4MFpEg0m+mAm9xyNGEduwXMEDuf4WfzB/RZwMVYEd7IKGvh4IUkEXYxtAVu9T3OelJQ==",
+ "dev": true
+ },
+ "irregular-plurals": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/irregular-plurals/-/irregular-plurals-3.5.0.tgz",
+ "integrity": "sha512-1ANGLZ+Nkv1ptFb2pa8oG8Lem4krflKuX/gINiHJHjJUKaJHk/SXk5x6K3J+39/p0h1RQ2saROclJJ+QLvETCQ==",
+ "dev": true
+ },
+ "is-array-buffer": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz",
+ "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.2",
+ "get-intrinsic": "^1.2.1"
+ }
+ },
+ "is-arrayish": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
+ "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
+ "dev": true
+ },
+ "is-async-function": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz",
+ "integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==",
+ "dev": true,
+ "requires": {
+ "has-tostringtag": "^1.0.0"
+ }
+ },
+ "is-bigint": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
+ "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
+ "dev": true,
+ "requires": {
+ "has-bigints": "^1.0.1"
+ }
+ },
+ "is-binary-path": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
+ "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
+ "dev": true,
+ "requires": {
+ "binary-extensions": "^2.0.0"
+ }
+ },
+ "is-boolean-object": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
+ "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.2",
+ "has-tostringtag": "^1.0.0"
+ }
+ },
+ "is-buffer": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
+ "dev": true
+ },
+ "is-builtin-module": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-3.2.1.tgz",
+ "integrity": "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==",
+ "dev": true,
+ "requires": {
+ "builtin-modules": "^3.3.0"
+ }
+ },
+ "is-callable": {
+ "version": "1.2.7",
+ "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
+ "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
+ "dev": true
+ },
+ "is-core-module": {
+ "version": "2.13.1",
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
+ "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
+ "dev": true,
+ "requires": {
+ "hasown": "^2.0.0"
+ }
+ },
+ "is-date-object": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
+ "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
+ "dev": true,
+ "requires": {
+ "has-tostringtag": "^1.0.0"
+ }
+ },
+ "is-docker": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
+ "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
+ "dev": true
+ },
+ "is-extendable": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
+ "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
+ "dev": true
+ },
+ "is-extglob": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
+ "dev": true
+ },
+ "is-finalizationregistry": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz",
+ "integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.2"
+ }
+ },
+ "is-fullwidth-code-point": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
+ "dev": true
+ },
+ "is-generator-fn": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
+ "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==",
+ "dev": true
+ },
+ "is-generator-function": {
+ "version": "1.0.10",
+ "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz",
+ "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==",
+ "dev": true,
+ "requires": {
+ "has-tostringtag": "^1.0.0"
+ }
+ },
+ "is-glob": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
+ "dev": true,
+ "requires": {
+ "is-extglob": "^2.1.1"
+ }
+ },
+ "is-map": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz",
+ "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==",
+ "dev": true
+ },
+ "is-negative-zero": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
+ "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==",
+ "dev": true
+ },
+ "is-number": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
+ "dev": true
+ },
+ "is-number-object": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
+ "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
+ "dev": true,
+ "requires": {
+ "has-tostringtag": "^1.0.0"
+ }
+ },
+ "is-obj": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz",
+ "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==",
+ "dev": true
+ },
+ "is-path-cwd": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz",
+ "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==",
+ "dev": true
+ },
+ "is-path-in-cwd": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz",
+ "integrity": "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==",
+ "dev": true,
+ "requires": {
+ "is-path-inside": "^2.1.0"
+ }
+ },
+ "is-path-inside": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-2.1.0.tgz",
+ "integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==",
+ "dev": true,
+ "requires": {
+ "path-is-inside": "^1.0.2"
+ }
+ },
+ "is-plain-obj": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz",
+ "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==",
+ "dev": true
+ },
+ "is-plain-object": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
+ "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
+ "dev": true
+ },
+ "is-potential-custom-element-name": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
+ "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
+ "dev": true
+ },
+ "is-regex": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
+ "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.2",
+ "has-tostringtag": "^1.0.0"
+ }
+ },
+ "is-set": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz",
+ "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==",
+ "dev": true
+ },
+ "is-shared-array-buffer": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz",
+ "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.2"
+ }
+ },
+ "is-stream": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
+ "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
+ "dev": true
+ },
+ "is-string": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
+ "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
+ "dev": true,
+ "requires": {
+ "has-tostringtag": "^1.0.0"
+ }
+ },
+ "is-symbol": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
+ "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
+ "dev": true,
+ "requires": {
+ "has-symbols": "^1.0.2"
+ }
+ },
+ "is-typed-array": {
+ "version": "1.1.13",
+ "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz",
+ "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==",
+ "dev": true,
+ "requires": {
+ "which-typed-array": "^1.1.14"
+ }
+ },
+ "is-typedarray": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
+ "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==",
+ "dev": true
+ },
+ "is-unicode-supported": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
+ "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
+ "dev": true
+ },
+ "is-weakmap": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz",
+ "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==",
+ "dev": true
+ },
+ "is-weakref": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
+ "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.2"
+ }
+ },
+ "is-weakset": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz",
+ "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.2",
+ "get-intrinsic": "^1.1.1"
+ }
+ },
+ "is-windows": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-0.2.0.tgz",
+ "integrity": "sha512-n67eJYmXbniZB7RF4I/FTjK1s6RPOCTxhYrVYLRaCt3lF0mpWZPKr3T2LSZAqyjQsxR2qMmGYXXzK0YWwcPM1Q==",
+ "dev": true
+ },
+ "is-wsl": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
+ "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
+ "dev": true,
+ "requires": {
+ "is-docker": "^2.0.0"
+ }
+ },
+ "isarray": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
+ "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
+ "dev": true
+ },
+ "isexe": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
+ "dev": true
+ },
+ "isobject": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
+ "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
+ "dev": true
+ },
+ "istanbul-lib-coverage": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz",
+ "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==",
+ "dev": true
+ },
+ "istanbul-lib-instrument": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz",
+ "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==",
+ "dev": true,
+ "requires": {
+ "@babel/core": "^7.12.3",
+ "@babel/parser": "^7.14.7",
+ "@istanbuljs/schema": "^0.1.2",
+ "istanbul-lib-coverage": "^3.2.0",
+ "semver": "^6.3.0"
+ },
+ "dependencies": {
+ "semver": {
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
+ "dev": true
+ }
+ }
+ },
+ "istanbul-lib-report": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz",
+ "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==",
+ "dev": true,
+ "requires": {
+ "istanbul-lib-coverage": "^3.0.0",
+ "make-dir": "^4.0.0",
+ "supports-color": "^7.1.0"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
},
- "node_modules/tslib": {
- "version": "2.4.0",
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
- "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==",
- "dev": true
- },
- "node_modules/wp-pot": {
- "version": "1.10.2",
- "resolved": "https://registry.npmjs.org/wp-pot/-/wp-pot-1.10.2.tgz",
- "integrity": "sha512-NJ9+dsSilghAYMiuGdURJSbKFf9Z2mH+P6ojT8Nw1Pp8KuwvHdRTFTYK73THlYzohUEXlQGpvKkz+mJb8K1ToA==",
- "dev": true,
- "dependencies": {
- "espree": "^9.3.1",
- "matched": "^5.0.1",
- "path-sort": "^0.1.0",
- "php-parser": "^3.0.3"
+ "make-dir": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
+ "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
+ "dev": true,
+ "requires": {
+ "semver": "^7.5.3"
+ }
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "istanbul-lib-source-maps": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
+ "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
+ "dev": true,
+ "requires": {
+ "debug": "^4.1.1",
+ "istanbul-lib-coverage": "^3.0.0",
+ "source-map": "^0.6.1"
+ },
+ "dependencies": {
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "dev": true
+ }
+ }
+ },
+ "istanbul-reports": {
+ "version": "3.1.6",
+ "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.6.tgz",
+ "integrity": "sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==",
+ "dev": true,
+ "requires": {
+ "html-escaper": "^2.0.0",
+ "istanbul-lib-report": "^3.0.0"
+ }
+ },
+ "iterator.prototype": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz",
+ "integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==",
+ "dev": true,
+ "requires": {
+ "define-properties": "^1.2.1",
+ "get-intrinsic": "^1.2.1",
+ "has-symbols": "^1.0.3",
+ "reflect.getprototypeof": "^1.0.4",
+ "set-function-name": "^2.0.1"
+ }
+ },
+ "jest": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz",
+ "integrity": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==",
+ "dev": true,
+ "requires": {
+ "@jest/core": "^29.7.0",
+ "@jest/types": "^29.6.3",
+ "import-local": "^3.0.2",
+ "jest-cli": "^29.7.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
+ },
+ "jest-cli": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.7.0.tgz",
+ "integrity": "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==",
+ "dev": true,
+ "requires": {
+ "@jest/core": "^29.7.0",
+ "@jest/test-result": "^29.7.0",
+ "@jest/types": "^29.6.3",
+ "chalk": "^4.0.0",
+ "create-jest": "^29.7.0",
+ "exit": "^0.1.2",
+ "import-local": "^3.0.2",
+ "jest-config": "^29.7.0",
+ "jest-util": "^29.7.0",
+ "jest-validate": "^29.7.0",
+ "yargs": "^17.3.1"
+ }
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-changed-files": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.7.0.tgz",
+ "integrity": "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==",
+ "dev": true,
+ "requires": {
+ "execa": "^5.0.0",
+ "jest-util": "^29.7.0",
+ "p-limit": "^3.1.0"
+ }
+ },
+ "jest-circus": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz",
+ "integrity": "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==",
+ "dev": true,
+ "requires": {
+ "@jest/environment": "^29.7.0",
+ "@jest/expect": "^29.7.0",
+ "@jest/test-result": "^29.7.0",
+ "@jest/types": "^29.6.3",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "co": "^4.6.0",
+ "dedent": "^1.0.0",
+ "is-generator-fn": "^2.0.0",
+ "jest-each": "^29.7.0",
+ "jest-matcher-utils": "^29.7.0",
+ "jest-message-util": "^29.7.0",
+ "jest-runtime": "^29.7.0",
+ "jest-snapshot": "^29.7.0",
+ "jest-util": "^29.7.0",
+ "p-limit": "^3.1.0",
+ "pretty-format": "^29.7.0",
+ "pure-rand": "^6.0.0",
+ "slash": "^3.0.0",
+ "stack-utils": "^2.0.3"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-config": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz",
+ "integrity": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==",
+ "dev": true,
+ "requires": {
+ "@babel/core": "^7.11.6",
+ "@jest/test-sequencer": "^29.7.0",
+ "@jest/types": "^29.6.3",
+ "babel-jest": "^29.7.0",
+ "chalk": "^4.0.0",
+ "ci-info": "^3.2.0",
+ "deepmerge": "^4.2.2",
+ "glob": "^7.1.3",
+ "graceful-fs": "^4.2.9",
+ "jest-circus": "^29.7.0",
+ "jest-environment-node": "^29.7.0",
+ "jest-get-type": "^29.6.3",
+ "jest-regex-util": "^29.6.3",
+ "jest-resolve": "^29.7.0",
+ "jest-runner": "^29.7.0",
+ "jest-util": "^29.7.0",
+ "jest-validate": "^29.7.0",
+ "micromatch": "^4.0.4",
+ "parse-json": "^5.2.0",
+ "pretty-format": "^29.7.0",
+ "slash": "^3.0.0",
+ "strip-json-comments": "^3.1.1"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-dev-server": {
+ "version": "9.0.2",
+ "resolved": "https://registry.npmjs.org/jest-dev-server/-/jest-dev-server-9.0.2.tgz",
+ "integrity": "sha512-Zc/JB0IlNNrpXkhBw+h86cGrde/Mey52KvF+FER2eyrtYJTHObOwW7Iarxm3rPyTKby5+3Y2QZtl8pRz/5GCxg==",
+ "dev": true,
+ "requires": {
+ "chalk": "^4.1.2",
+ "cwd": "^0.10.0",
+ "find-process": "^1.4.7",
+ "prompts": "^2.4.2",
+ "spawnd": "^9.0.2",
+ "tree-kill": "^1.2.2",
+ "wait-on": "^7.2.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-diff": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz",
+ "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==",
+ "dev": true,
+ "requires": {
+ "chalk": "^4.0.0",
+ "diff-sequences": "^29.6.3",
+ "jest-get-type": "^29.6.3",
+ "pretty-format": "^29.7.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-docblock": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz",
+ "integrity": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==",
+ "dev": true,
+ "requires": {
+ "detect-newline": "^3.0.0"
+ }
+ },
+ "jest-each": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz",
+ "integrity": "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==",
+ "dev": true,
+ "requires": {
+ "@jest/types": "^29.6.3",
+ "chalk": "^4.0.0",
+ "jest-get-type": "^29.6.3",
+ "jest-util": "^29.7.0",
+ "pretty-format": "^29.7.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-environment-jsdom": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-29.7.0.tgz",
+ "integrity": "sha512-k9iQbsf9OyOfdzWH8HDmrRT0gSIcX+FLNW7IQq94tFX0gynPwqDTW0Ho6iMVNjGz/nb+l/vW3dWM2bbLLpkbXA==",
+ "dev": true,
+ "requires": {
+ "@jest/environment": "^29.7.0",
+ "@jest/fake-timers": "^29.7.0",
+ "@jest/types": "^29.6.3",
+ "@types/jsdom": "^20.0.0",
+ "@types/node": "*",
+ "jest-mock": "^29.7.0",
+ "jest-util": "^29.7.0",
+ "jsdom": "^20.0.0"
+ }
+ },
+ "jest-environment-node": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz",
+ "integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==",
+ "dev": true,
+ "requires": {
+ "@jest/environment": "^29.7.0",
+ "@jest/fake-timers": "^29.7.0",
+ "@jest/types": "^29.6.3",
+ "@types/node": "*",
+ "jest-mock": "^29.7.0",
+ "jest-util": "^29.7.0"
+ }
+ },
+ "jest-get-type": {
+ "version": "29.6.3",
+ "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz",
+ "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==",
+ "dev": true
+ },
+ "jest-haste-map": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz",
+ "integrity": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==",
+ "dev": true,
+ "requires": {
+ "@jest/types": "^29.6.3",
+ "@types/graceful-fs": "^4.1.3",
+ "@types/node": "*",
+ "anymatch": "^3.0.3",
+ "fb-watchman": "^2.0.0",
+ "fsevents": "^2.3.2",
+ "graceful-fs": "^4.2.9",
+ "jest-regex-util": "^29.6.3",
+ "jest-util": "^29.7.0",
+ "jest-worker": "^29.7.0",
+ "micromatch": "^4.0.4",
+ "walker": "^1.0.8"
+ }
+ },
+ "jest-leak-detector": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz",
+ "integrity": "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==",
+ "dev": true,
+ "requires": {
+ "jest-get-type": "^29.6.3",
+ "pretty-format": "^29.7.0"
+ }
+ },
+ "jest-matcher-utils": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz",
+ "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==",
+ "dev": true,
+ "requires": {
+ "chalk": "^4.0.0",
+ "jest-diff": "^29.7.0",
+ "jest-get-type": "^29.6.3",
+ "pretty-format": "^29.7.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-message-util": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz",
+ "integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==",
+ "dev": true,
+ "requires": {
+ "@babel/code-frame": "^7.12.13",
+ "@jest/types": "^29.6.3",
+ "@types/stack-utils": "^2.0.0",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.9",
+ "micromatch": "^4.0.4",
+ "pretty-format": "^29.7.0",
+ "slash": "^3.0.0",
+ "stack-utils": "^2.0.3"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-mock": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz",
+ "integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==",
+ "dev": true,
+ "requires": {
+ "@jest/types": "^29.6.3",
+ "@types/node": "*",
+ "jest-util": "^29.7.0"
+ }
+ },
+ "jest-pnp-resolver": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz",
+ "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==",
+ "dev": true
+ },
+ "jest-regex-util": {
+ "version": "29.6.3",
+ "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz",
+ "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==",
+ "dev": true
+ },
+ "jest-resolve": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz",
+ "integrity": "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==",
+ "dev": true,
+ "requires": {
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.9",
+ "jest-haste-map": "^29.7.0",
+ "jest-pnp-resolver": "^1.2.2",
+ "jest-util": "^29.7.0",
+ "jest-validate": "^29.7.0",
+ "resolve": "^1.20.0",
+ "resolve.exports": "^2.0.0",
+ "slash": "^3.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-resolve-dependencies": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz",
+ "integrity": "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==",
+ "dev": true,
+ "requires": {
+ "jest-regex-util": "^29.6.3",
+ "jest-snapshot": "^29.7.0"
+ }
+ },
+ "jest-runner": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz",
+ "integrity": "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==",
+ "dev": true,
+ "requires": {
+ "@jest/console": "^29.7.0",
+ "@jest/environment": "^29.7.0",
+ "@jest/test-result": "^29.7.0",
+ "@jest/transform": "^29.7.0",
+ "@jest/types": "^29.6.3",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "emittery": "^0.13.1",
+ "graceful-fs": "^4.2.9",
+ "jest-docblock": "^29.7.0",
+ "jest-environment-node": "^29.7.0",
+ "jest-haste-map": "^29.7.0",
+ "jest-leak-detector": "^29.7.0",
+ "jest-message-util": "^29.7.0",
+ "jest-resolve": "^29.7.0",
+ "jest-runtime": "^29.7.0",
+ "jest-util": "^29.7.0",
+ "jest-watcher": "^29.7.0",
+ "jest-worker": "^29.7.0",
+ "p-limit": "^3.1.0",
+ "source-map-support": "0.5.13"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-runtime": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz",
+ "integrity": "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==",
+ "dev": true,
+ "requires": {
+ "@jest/environment": "^29.7.0",
+ "@jest/fake-timers": "^29.7.0",
+ "@jest/globals": "^29.7.0",
+ "@jest/source-map": "^29.6.3",
+ "@jest/test-result": "^29.7.0",
+ "@jest/transform": "^29.7.0",
+ "@jest/types": "^29.6.3",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "cjs-module-lexer": "^1.0.0",
+ "collect-v8-coverage": "^1.0.0",
+ "glob": "^7.1.3",
+ "graceful-fs": "^4.2.9",
+ "jest-haste-map": "^29.7.0",
+ "jest-message-util": "^29.7.0",
+ "jest-mock": "^29.7.0",
+ "jest-regex-util": "^29.6.3",
+ "jest-resolve": "^29.7.0",
+ "jest-snapshot": "^29.7.0",
+ "jest-util": "^29.7.0",
+ "slash": "^3.0.0",
+ "strip-bom": "^4.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
+ },
+ "strip-bom": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
+ "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
+ "dev": true
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-snapshot": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz",
+ "integrity": "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==",
+ "dev": true,
+ "requires": {
+ "@babel/core": "^7.11.6",
+ "@babel/generator": "^7.7.2",
+ "@babel/plugin-syntax-jsx": "^7.7.2",
+ "@babel/plugin-syntax-typescript": "^7.7.2",
+ "@babel/types": "^7.3.3",
+ "@jest/expect-utils": "^29.7.0",
+ "@jest/transform": "^29.7.0",
+ "@jest/types": "^29.6.3",
+ "babel-preset-current-node-syntax": "^1.0.0",
+ "chalk": "^4.0.0",
+ "expect": "^29.7.0",
+ "graceful-fs": "^4.2.9",
+ "jest-diff": "^29.7.0",
+ "jest-get-type": "^29.6.3",
+ "jest-matcher-utils": "^29.7.0",
+ "jest-message-util": "^29.7.0",
+ "jest-util": "^29.7.0",
+ "natural-compare": "^1.4.0",
+ "pretty-format": "^29.7.0",
+ "semver": "^7.5.3"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-util": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz",
+ "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==",
+ "dev": true,
+ "requires": {
+ "@jest/types": "^29.6.3",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "ci-info": "^3.2.0",
+ "graceful-fs": "^4.2.9",
+ "picomatch": "^2.2.3"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-validate": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz",
+ "integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==",
+ "dev": true,
+ "requires": {
+ "@jest/types": "^29.6.3",
+ "camelcase": "^6.2.0",
+ "chalk": "^4.0.0",
+ "jest-get-type": "^29.6.3",
+ "leven": "^3.1.0",
+ "pretty-format": "^29.7.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-watcher": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz",
+ "integrity": "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==",
+ "dev": true,
+ "requires": {
+ "@jest/test-result": "^29.7.0",
+ "@jest/types": "^29.6.3",
+ "@types/node": "*",
+ "ansi-escapes": "^4.2.1",
+ "chalk": "^4.0.0",
+ "emittery": "^0.13.1",
+ "jest-util": "^29.7.0",
+ "string-length": "^4.0.1"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-worker": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz",
+ "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==",
+ "dev": true,
+ "requires": {
+ "@types/node": "*",
+ "jest-util": "^29.7.0",
+ "merge-stream": "^2.0.0",
+ "supports-color": "^8.0.0"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
+ },
+ "supports-color": {
+ "version": "8.1.1",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jju": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/jju/-/jju-1.4.0.tgz",
+ "integrity": "sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==",
+ "dev": true
+ },
+ "joi": {
+ "version": "17.12.1",
+ "resolved": "https://registry.npmjs.org/joi/-/joi-17.12.1.tgz",
+ "integrity": "sha512-vtxmq+Lsc5SlfqotnfVjlViWfOL9nt/avKNbKYizwf6gsCfq9NYY/ceYRMFD8XDdrjJ9abJyScWmhmIiy+XRtQ==",
+ "dev": true,
+ "requires": {
+ "@hapi/hoek": "^9.3.0",
+ "@hapi/topo": "^5.1.0",
+ "@sideway/address": "^4.1.5",
+ "@sideway/formula": "^3.0.1",
+ "@sideway/pinpoint": "^2.0.0"
+ }
+ },
+ "jpeg-js": {
+ "version": "0.4.4",
+ "resolved": "https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.4.4.tgz",
+ "integrity": "sha512-WZzeDOEtTOBK4Mdsar0IqEU5sMr3vSV2RqkAIzUEV2BHnUfKGyswWFPFwK5EeDo93K3FohSHbLAjj0s1Wzd+dg==",
+ "dev": true
+ },
+ "js-library-detector": {
+ "version": "6.7.0",
+ "resolved": "https://registry.npmjs.org/js-library-detector/-/js-library-detector-6.7.0.tgz",
+ "integrity": "sha512-c80Qupofp43y4cJ7+8TTDN/AsDwLi5oOm/plBrWI+iQt485vKXCco+yVmOwEgdo9VOdsYTuV0UlTeetVPTriXA==",
+ "dev": true
+ },
+ "js-tokens": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
+ "dev": true
+ },
+ "js-yaml": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "dev": true,
+ "requires": {
+ "argparse": "^2.0.1"
+ }
+ },
+ "jsdoc-type-pratt-parser": {
+ "version": "2.2.5",
+ "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-2.2.5.tgz",
+ "integrity": "sha512-2a6eRxSxp1BW040hFvaJxhsCMI9lT8QB8t14t+NY5tC5rckIR0U9cr2tjOeaFirmEOy6MHvmJnY7zTBHq431Lw==",
+ "dev": true
+ },
+ "jsdom": {
+ "version": "20.0.3",
+ "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-20.0.3.tgz",
+ "integrity": "sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==",
+ "dev": true,
+ "requires": {
+ "abab": "^2.0.6",
+ "acorn": "^8.8.1",
+ "acorn-globals": "^7.0.0",
+ "cssom": "^0.5.0",
+ "cssstyle": "^2.3.0",
+ "data-urls": "^3.0.2",
+ "decimal.js": "^10.4.2",
+ "domexception": "^4.0.0",
+ "escodegen": "^2.0.0",
+ "form-data": "^4.0.0",
+ "html-encoding-sniffer": "^3.0.0",
+ "http-proxy-agent": "^5.0.0",
+ "https-proxy-agent": "^5.0.1",
+ "is-potential-custom-element-name": "^1.0.1",
+ "nwsapi": "^2.2.2",
+ "parse5": "^7.1.1",
+ "saxes": "^6.0.0",
+ "symbol-tree": "^3.2.4",
+ "tough-cookie": "^4.1.2",
+ "w3c-xmlserializer": "^4.0.0",
+ "webidl-conversions": "^7.0.0",
+ "whatwg-encoding": "^2.0.0",
+ "whatwg-mimetype": "^3.0.0",
+ "whatwg-url": "^11.0.0",
+ "ws": "^8.11.0",
+ "xml-name-validator": "^4.0.0"
+ },
+ "dependencies": {
+ "http-proxy-agent": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz",
+ "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==",
+ "dev": true,
+ "requires": {
+ "@tootallnate/once": "2",
+ "agent-base": "6",
+ "debug": "4"
+ }
+ },
+ "tr46": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz",
+ "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==",
+ "dev": true,
+ "requires": {
+ "punycode": "^2.1.1"
+ }
+ },
+ "webidl-conversions": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
+ "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
+ "dev": true
+ },
+ "whatwg-url": {
+ "version": "11.0.0",
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz",
+ "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==",
+ "dev": true,
+ "requires": {
+ "tr46": "^3.0.0",
+ "webidl-conversions": "^7.0.0"
+ }
+ },
+ "ws": {
+ "version": "8.16.0",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz",
+ "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==",
+ "dev": true
+ }
+ }
+ },
+ "jsesc": {
+ "version": "2.5.2",
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
+ "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
+ "dev": true
+ },
+ "jshint": {
+ "version": "2.13.6",
+ "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.6.tgz",
+ "integrity": "sha512-IVdB4G0NTTeQZrBoM8C5JFVLjV2KtZ9APgybDA1MK73xb09qFs0jCXyQLnCOp1cSZZZbvhq/6mfXHUTaDkffuQ==",
+ "dev": true,
+ "requires": {
+ "cli": "~1.0.0",
+ "console-browserify": "1.1.x",
+ "exit": "0.1.x",
+ "htmlparser2": "3.8.x",
+ "lodash": "~4.17.21",
+ "minimatch": "~3.0.2",
+ "strip-json-comments": "1.0.x"
+ },
+ "dependencies": {
+ "minimatch": {
+ "version": "3.0.8",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz",
+ "integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==",
+ "dev": true,
+ "requires": {
+ "brace-expansion": "^1.1.7"
+ }
+ },
+ "strip-json-comments": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz",
+ "integrity": "sha512-AOPG8EBc5wAikaG1/7uFCNFJwnKOuQwFTpYBdTW6OvWHeZBQBrAA/amefHGrEiOnCPcLFZK6FUPtWVKpQVIRgg==",
+ "dev": true
+ }
+ }
+ },
+ "json-buffer": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
+ "dev": true
+ },
+ "json-parse-even-better-errors": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
+ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
+ "dev": true
+ },
+ "json-schema-traverse": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
+ "dev": true
+ },
+ "json-stable-stringify-without-jsonify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
+ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
+ "dev": true
+ },
+ "json2php": {
+ "version": "0.0.4",
+ "resolved": "https://registry.npmjs.org/json2php/-/json2php-0.0.4.tgz",
+ "integrity": "sha512-hFzejhs28f70sGnutcsRS459MnAsjRVI85RgPAL1KQIZEpjiDitc27CZv4IgOtaR86vrqOVlu9vJNew2XyTH4g==",
+ "dev": true
+ },
+ "json5": {
+ "version": "2.2.3",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
+ "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
+ "dev": true
+ },
+ "jsonc-parser": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.0.0.tgz",
+ "integrity": "sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==",
+ "dev": true
+ },
+ "jsonfile": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
+ "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
+ "dev": true,
+ "requires": {
+ "graceful-fs": "^4.1.6"
+ }
+ },
+ "jsx-ast-utils": {
+ "version": "3.3.5",
+ "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
+ "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
+ "dev": true,
+ "requires": {
+ "array-includes": "^3.1.6",
+ "array.prototype.flat": "^1.3.1",
+ "object.assign": "^4.1.4",
+ "object.values": "^1.1.6"
+ }
+ },
+ "keyv": {
+ "version": "4.5.4",
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
+ "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
+ "dev": true,
+ "requires": {
+ "json-buffer": "3.0.1"
+ }
+ },
+ "kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
+ "dev": true,
+ "requires": {
+ "is-buffer": "^1.1.5"
+ }
+ },
+ "kleur": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
+ "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
+ "dev": true
+ },
+ "klona": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
+ "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
+ "dev": true
+ },
+ "known-css-properties": {
+ "version": "0.26.0",
+ "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.26.0.tgz",
+ "integrity": "sha512-5FZRzrZzNTBruuurWpvZnvP9pum+fe0HcK8z/ooo+U+Hmp4vtbyp1/QDsqmufirXy4egGzbaH/y2uCZf+6W5Kg==",
+ "dev": true
+ },
+ "language-subtag-registry": {
+ "version": "0.3.22",
+ "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz",
+ "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==",
+ "dev": true
+ },
+ "language-tags": {
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz",
+ "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==",
+ "dev": true,
+ "requires": {
+ "language-subtag-registry": "^0.3.20"
+ }
+ },
+ "launch-editor": {
+ "version": "2.6.1",
+ "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.6.1.tgz",
+ "integrity": "sha512-eB/uXmFVpY4zezmGp5XtU21kwo7GBbKB+EQ+UZeWtGb9yAM5xt/Evk+lYH3eRNAtId+ej4u7TYPFZ07w4s7rRw==",
+ "dev": true,
+ "requires": {
+ "picocolors": "^1.0.0",
+ "shell-quote": "^1.8.1"
+ }
+ },
+ "lazy-cache": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz",
+ "integrity": "sha512-RE2g0b5VGZsOCFOCgP7omTRYFqydmZkBwl5oNnQ1lDYC57uyO9KqNnNVxT7COSHTxrRCWVcAVOcbjk+tvh/rgQ==",
+ "dev": true
+ },
+ "leven": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
+ "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
+ "dev": true
+ },
+ "levn": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
+ "dev": true,
+ "requires": {
+ "prelude-ls": "^1.2.1",
+ "type-check": "~0.4.0"
+ }
+ },
+ "lighthouse": {
+ "version": "10.4.0",
+ "resolved": "https://registry.npmjs.org/lighthouse/-/lighthouse-10.4.0.tgz",
+ "integrity": "sha512-XQWHEWkJ8YxSPsxttBJORy5+hQrzbvGkYfeP3fJjyYKioWkF2MXfFqNK4ZuV4jL8pBu7Z91qnQP6In0bq1yXww==",
+ "dev": true,
+ "requires": {
+ "@sentry/node": "^6.17.4",
+ "axe-core": "4.7.2",
+ "chrome-launcher": "^0.15.2",
+ "configstore": "^5.0.1",
+ "csp_evaluator": "1.1.1",
+ "devtools-protocol": "0.0.1155343",
+ "enquirer": "^2.3.6",
+ "http-link-header": "^1.1.1",
+ "intl-messageformat": "^4.4.0",
+ "jpeg-js": "^0.4.4",
+ "js-library-detector": "^6.6.0",
+ "lighthouse-logger": "^1.4.1",
+ "lighthouse-stack-packs": "1.11.0",
+ "lodash": "^4.17.21",
+ "lookup-closest-locale": "6.2.0",
+ "metaviewport-parser": "0.3.0",
+ "open": "^8.4.0",
+ "parse-cache-control": "1.0.1",
+ "ps-list": "^8.0.0",
+ "puppeteer-core": "^20.8.0",
+ "robots-parser": "^3.0.0",
+ "semver": "^5.3.0",
+ "speedline-core": "^1.4.3",
+ "third-party-web": "^0.23.3",
+ "ws": "^7.0.0",
+ "yargs": "^17.3.1",
+ "yargs-parser": "^21.0.0"
+ },
+ "dependencies": {
+ "axe-core": {
+ "version": "4.7.2",
+ "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.2.tgz",
+ "integrity": "sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==",
+ "dev": true
+ },
+ "puppeteer-core": {
+ "version": "20.9.0",
+ "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-20.9.0.tgz",
+ "integrity": "sha512-H9fYZQzMTRrkboEfPmf7m3CLDN6JvbxXA3qTtS+dFt27tR+CsFHzPsT6pzp6lYL6bJbAPaR0HaPO6uSi+F94Pg==",
+ "dev": true,
+ "requires": {
+ "@puppeteer/browsers": "1.4.6",
+ "chromium-bidi": "0.4.16",
+ "cross-fetch": "4.0.0",
+ "debug": "4.3.4",
+ "devtools-protocol": "0.0.1147663",
+ "ws": "8.13.0"
+ },
+ "dependencies": {
+ "devtools-protocol": {
+ "version": "0.0.1147663",
+ "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1147663.tgz",
+ "integrity": "sha512-hyWmRrexdhbZ1tcJUGpO95ivbRhWXz++F4Ko+n21AY5PNln2ovoJw+8ZMNDTtip+CNFQfrtLVh/w4009dXO/eQ==",
+ "dev": true
},
- "engines": {
- "node": ">=14"
+ "ws": {
+ "version": "8.13.0",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
+ "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
+ "dev": true
}
+ }
},
- "node_modules/wrappy": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
- "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
- "dev": true
- },
- "node_modules/yocto-queue": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz",
- "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==",
- "dev": true,
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "semver": {
+ "version": "5.7.2",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
+ "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
+ "dev": true
+ }
+ }
+ },
+ "lighthouse-logger": {
+ "version": "1.4.2",
+ "resolved": "https://registry.npmjs.org/lighthouse-logger/-/lighthouse-logger-1.4.2.tgz",
+ "integrity": "sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g==",
+ "dev": true,
+ "requires": {
+ "debug": "^2.6.9",
+ "marky": "^1.2.2"
+ },
+ "dependencies": {
+ "debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "requires": {
+ "ms": "2.0.0"
+ }
+ },
+ "ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
+ "dev": true
+ }
+ }
+ },
+ "lighthouse-stack-packs": {
+ "version": "1.11.0",
+ "resolved": "https://registry.npmjs.org/lighthouse-stack-packs/-/lighthouse-stack-packs-1.11.0.tgz",
+ "integrity": "sha512-sRr0z1S/I26VffRLq9KJsKtLk856YrJlNGmcJmbLX8dFn3MuzVPUbstuChEhqnSxZb8TZmVfthuXuwhG9vRoSw==",
+ "dev": true
+ },
+ "lilconfig": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.0.0.tgz",
+ "integrity": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==",
+ "dev": true
+ },
+ "lines-and-columns": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
+ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
+ "dev": true
+ },
+ "linkify-it": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.3.tgz",
+ "integrity": "sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==",
+ "dev": true,
+ "requires": {
+ "uc.micro": "^1.0.1"
+ }
+ },
+ "loader-runner": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz",
+ "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==",
+ "dev": true
+ },
+ "loader-utils": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz",
+ "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==",
+ "dev": true,
+ "requires": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^2.1.2"
+ }
+ },
+ "locate-path": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
+ "dev": true,
+ "requires": {
+ "p-locate": "^5.0.0"
+ }
+ },
+ "lodash": {
+ "version": "4.17.21",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
+ "dev": true
+ },
+ "lodash.debounce": {
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
+ "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
+ "dev": true
+ },
+ "lodash.memoize": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
+ "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
+ "dev": true
+ },
+ "lodash.merge": {
+ "version": "4.6.2",
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
+ "dev": true
+ },
+ "lodash.truncate": {
+ "version": "4.4.2",
+ "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz",
+ "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==",
+ "dev": true
+ },
+ "lodash.uniq": {
+ "version": "4.5.0",
+ "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
+ "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
+ "dev": true
+ },
+ "log-symbols": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
+ "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
+ "dev": true,
+ "requires": {
+ "chalk": "^4.1.0",
+ "is-unicode-supported": "^0.1.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "lookup-closest-locale": {
+ "version": "6.2.0",
+ "resolved": "https://registry.npmjs.org/lookup-closest-locale/-/lookup-closest-locale-6.2.0.tgz",
+ "integrity": "sha512-/c2kL+Vnp1jnV6K6RpDTHK3dgg0Tu2VVp+elEiJpjfS1UyY7AjOYHohRug6wT0OpoX2qFgNORndE9RqesfVxWQ==",
+ "dev": true
+ },
+ "loose-envify": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
+ "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
+ "dev": true,
+ "requires": {
+ "js-tokens": "^3.0.0 || ^4.0.0"
+ }
+ },
+ "lower-case": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
+ "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
+ "dev": true,
+ "requires": {
+ "tslib": "^2.0.3"
+ },
+ "dependencies": {
+ "tslib": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
+ "dev": true
+ }
+ }
+ },
+ "lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dev": true,
+ "requires": {
+ "yallist": "^4.0.0"
+ }
+ },
+ "lru_map": {
+ "version": "0.3.3",
+ "resolved": "https://registry.npmjs.org/lru_map/-/lru_map-0.3.3.tgz",
+ "integrity": "sha512-Pn9cox5CsMYngeDbmChANltQl+5pi6XmTrraMSzhPmMBbmgcxmqWry0U3PGapCU1yB4/LqCcom7qhHZiF/jGfQ==",
+ "dev": true
+ },
+ "make-dir": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
+ "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
+ "dev": true,
+ "requires": {
+ "semver": "^6.0.0"
+ },
+ "dependencies": {
+ "semver": {
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
+ "dev": true
+ }
+ }
+ },
+ "makeerror": {
+ "version": "1.0.12",
+ "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
+ "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
+ "dev": true,
+ "requires": {
+ "tmpl": "1.0.5"
+ }
+ },
+ "map-obj": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz",
+ "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==",
+ "dev": true
+ },
+ "map-values": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/map-values/-/map-values-1.0.1.tgz",
+ "integrity": "sha512-BbShUnr5OartXJe1GeccAWtfro11hhgNJg6G9/UtWKjVGvV5U4C09cg5nk8JUevhXODaXY+hQ3xxMUKSs62ONQ==",
+ "dev": true
+ },
+ "markdown-it": {
+ "version": "12.3.2",
+ "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.2.tgz",
+ "integrity": "sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==",
+ "dev": true,
+ "requires": {
+ "argparse": "^2.0.1",
+ "entities": "~2.1.0",
+ "linkify-it": "^3.0.1",
+ "mdurl": "^1.0.1",
+ "uc.micro": "^1.0.5"
+ },
+ "dependencies": {
+ "entities": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz",
+ "integrity": "sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==",
+ "dev": true
+ }
+ }
+ },
+ "markdownlint": {
+ "version": "0.25.1",
+ "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.25.1.tgz",
+ "integrity": "sha512-AG7UkLzNa1fxiOv5B+owPsPhtM4D6DoODhsJgiaNg1xowXovrYgOnLqAgOOFQpWOlHFVQUzjMY5ypNNTeov92g==",
+ "dev": true,
+ "requires": {
+ "markdown-it": "12.3.2"
+ }
+ },
+ "markdownlint-cli": {
+ "version": "0.31.1",
+ "resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.31.1.tgz",
+ "integrity": "sha512-keIOMwQn+Ch7MoBwA+TdkyVMuxAeZFEGmIIlvwgV0Z1TGS5MxPnRr29XCLhkNzCHU+uNKGjU+VEjLX+Z9kli6g==",
+ "dev": true,
+ "requires": {
+ "commander": "~9.0.0",
+ "get-stdin": "~9.0.0",
+ "glob": "~7.2.0",
+ "ignore": "~5.2.0",
+ "js-yaml": "^4.1.0",
+ "jsonc-parser": "~3.0.0",
+ "markdownlint": "~0.25.1",
+ "markdownlint-rule-helpers": "~0.16.0",
+ "minimatch": "~3.0.5",
+ "run-con": "~1.2.10"
+ },
+ "dependencies": {
+ "commander": {
+ "version": "9.0.0",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-9.0.0.tgz",
+ "integrity": "sha512-JJfP2saEKbQqvW+FI93OYUB4ByV5cizMpFMiiJI8xDbBvQvSkIk0VvQdn1CZ8mqAO8Loq2h0gYTYtDFUZUeERw==",
+ "dev": true
+ },
+ "ignore": {
+ "version": "5.2.4",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
+ "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
+ "dev": true
+ },
+ "minimatch": {
+ "version": "3.0.8",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz",
+ "integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==",
+ "dev": true,
+ "requires": {
+ "brace-expansion": "^1.1.7"
+ }
+ }
+ }
+ },
+ "markdownlint-rule-helpers": {
+ "version": "0.16.0",
+ "resolved": "https://registry.npmjs.org/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.16.0.tgz",
+ "integrity": "sha512-oEacRUVeTJ5D5hW1UYd2qExYI0oELdYK72k1TKGvIeYJIbqQWAz476NAc7LNixSySUhcNl++d02DvX0ccDk9/w==",
+ "dev": true
+ },
+ "marky": {
+ "version": "1.2.5",
+ "resolved": "https://registry.npmjs.org/marky/-/marky-1.2.5.tgz",
+ "integrity": "sha512-q9JtQJKjpsVxCRVgQ+WapguSbKC3SQ5HEzFGPAJMStgh3QjCawp00UKv3MTTAArTmGmmPUvllHZoNbZ3gs0I+Q==",
+ "dev": true
+ },
+ "matched": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/matched/-/matched-5.0.1.tgz",
+ "integrity": "sha512-E1fhSTPRyhAlNaNvGXAgZQlq1hL0bgYMTk/6bktVlIhzUnX/SZs7296ACdVeNJE8xFNGSuvd9IpI7vSnmcqLvw==",
+ "dev": true,
+ "requires": {
+ "glob": "^7.1.6",
+ "picomatch": "^2.2.1"
+ }
+ },
+ "mathml-tag-names": {
+ "version": "2.1.3",
+ "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz",
+ "integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==",
+ "dev": true
+ },
+ "mdn-data": {
+ "version": "2.0.30",
+ "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz",
+ "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==",
+ "dev": true
+ },
+ "mdurl": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz",
+ "integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==",
+ "dev": true
+ },
+ "media-typer": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
+ "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
+ "dev": true
+ },
+ "memfs": {
+ "version": "3.5.3",
+ "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz",
+ "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==",
+ "dev": true,
+ "requires": {
+ "fs-monkey": "^1.0.4"
+ }
+ },
+ "memize": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/memize/-/memize-2.1.0.tgz",
+ "integrity": "sha512-yywVJy8ctVlN5lNPxsep5urnZ6TTclwPEyigM9M3Bi8vseJBOfqNrGWN/r8NzuIt3PovM323W04blJfGQfQSVg==",
+ "dev": true
+ },
+ "meow": {
+ "version": "9.0.0",
+ "resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz",
+ "integrity": "sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==",
+ "dev": true,
+ "requires": {
+ "@types/minimist": "^1.2.0",
+ "camelcase-keys": "^6.2.2",
+ "decamelize": "^1.2.0",
+ "decamelize-keys": "^1.1.0",
+ "hard-rejection": "^2.1.0",
+ "minimist-options": "4.1.0",
+ "normalize-package-data": "^3.0.0",
+ "read-pkg-up": "^7.0.1",
+ "redent": "^3.0.0",
+ "trim-newlines": "^3.0.0",
+ "type-fest": "^0.18.0",
+ "yargs-parser": "^20.2.3"
+ },
+ "dependencies": {
+ "type-fest": {
+ "version": "0.18.1",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz",
+ "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==",
+ "dev": true
+ },
+ "yargs-parser": {
+ "version": "20.2.9",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
+ "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
+ "dev": true
+ }
+ }
+ },
+ "merge-deep": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/merge-deep/-/merge-deep-3.0.3.tgz",
+ "integrity": "sha512-qtmzAS6t6grwEkNrunqTBdn0qKwFgNWvlxUbAV8es9M7Ot1EbyApytCnvE0jALPa46ZpKDUo527kKiaWplmlFA==",
+ "dev": true,
+ "requires": {
+ "arr-union": "^3.1.0",
+ "clone-deep": "^0.2.4",
+ "kind-of": "^3.0.2"
+ }
+ },
+ "merge-descriptors": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
+ "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==",
+ "dev": true
+ },
+ "merge-stream": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
+ "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
+ "dev": true
+ },
+ "merge2": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
+ "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
+ "dev": true
+ },
+ "metaviewport-parser": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/metaviewport-parser/-/metaviewport-parser-0.3.0.tgz",
+ "integrity": "sha512-EoYJ8xfjQ6kpe9VbVHvZTZHiOl4HL1Z18CrZ+qahvLXT7ZO4YTC2JMyt5FaUp9JJp6J4Ybb/z7IsCXZt86/QkQ==",
+ "dev": true
+ },
+ "methods": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
+ "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
+ "dev": true
+ },
+ "micromatch": {
+ "version": "4.0.5",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
+ "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
+ "dev": true,
+ "requires": {
+ "braces": "^3.0.2",
+ "picomatch": "^2.3.1"
+ }
+ },
+ "mime": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
+ "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
+ "dev": true
+ },
+ "mime-db": {
+ "version": "1.52.0",
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
+ "dev": true
+ },
+ "mime-types": {
+ "version": "2.1.35",
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
+ "dev": true,
+ "requires": {
+ "mime-db": "1.52.0"
+ }
+ },
+ "mimic-fn": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
+ "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
+ "dev": true
+ },
+ "min-indent": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz",
+ "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==",
+ "dev": true
+ },
+ "mini-css-extract-plugin": {
+ "version": "2.8.0",
+ "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.0.tgz",
+ "integrity": "sha512-CxmUYPFcTgET1zImteG/LZOy/4T5rTojesQXkSNBiquhydn78tfbCE9sjIjnJ/UcjNjOC1bphTCCW5rrS7cXAg==",
+ "dev": true,
+ "requires": {
+ "schema-utils": "^4.0.0",
+ "tapable": "^2.2.1"
+ },
+ "dependencies": {
+ "ajv": {
+ "version": "8.12.0",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
+ "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
+ "dev": true,
+ "requires": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ }
+ },
+ "ajv-keywords": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
+ "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
+ "dev": true,
+ "requires": {
+ "fast-deep-equal": "^3.1.3"
+ }
+ },
+ "json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
+ "dev": true
+ },
+ "schema-utils": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz",
+ "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==",
+ "dev": true,
+ "requires": {
+ "@types/json-schema": "^7.0.9",
+ "ajv": "^8.9.0",
+ "ajv-formats": "^2.1.1",
+ "ajv-keywords": "^5.1.0"
+ }
+ }
+ }
+ },
+ "minify": {
+ "version": "7.2.2",
+ "resolved": "https://registry.npmjs.org/minify/-/minify-7.2.2.tgz",
+ "integrity": "sha512-AcgoqXRQX0o/PRrydK8klB5OD09lFjJ/OYVHGxmWmbg/DQP/ETmmPM4aA10NZBiGdlLeUnC9sCgrgJAt0P14mA==",
+ "dev": true,
+ "requires": {
+ "clean-css": "^5.0.1",
+ "css-b64-images": "~0.2.5",
+ "debug": "^4.1.0",
+ "find-up": "^6.1.0",
+ "html-minifier-terser": "^6.0.2",
+ "readjson": "^2.2.2",
+ "terser": "^5.3.2",
+ "try-catch": "^3.0.0",
+ "try-to-catch": "^3.0.0"
+ },
+ "dependencies": {
+ "find-up": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz",
+ "integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==",
+ "dev": true,
+ "requires": {
+ "locate-path": "^7.1.0",
+ "path-exists": "^5.0.0"
+ }
+ },
+ "locate-path": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz",
+ "integrity": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==",
+ "dev": true,
+ "requires": {
+ "p-locate": "^6.0.0"
+ }
+ },
+ "p-limit": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
+ "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==",
+ "dev": true,
+ "requires": {
+ "yocto-queue": "^1.0.0"
+ }
+ },
+ "p-locate": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz",
+ "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==",
+ "dev": true,
+ "requires": {
+ "p-limit": "^4.0.0"
+ }
+ },
+ "path-exists": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
+ "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==",
+ "dev": true
+ },
+ "yocto-queue": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz",
+ "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==",
+ "dev": true
+ }
+ }
+ },
+ "minimalistic-assert": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
+ "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==",
+ "dev": true
+ },
+ "minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "requires": {
+ "brace-expansion": "^1.1.7"
+ }
+ },
+ "minimist": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
+ "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
+ "dev": true
+ },
+ "minimist-options": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz",
+ "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==",
+ "dev": true,
+ "requires": {
+ "arrify": "^1.0.1",
+ "is-plain-obj": "^1.1.0",
+ "kind-of": "^6.0.3"
+ },
+ "dependencies": {
+ "is-plain-obj": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
+ "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==",
+ "dev": true
+ },
+ "kind-of": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
+ "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
+ "dev": true
+ }
+ }
+ },
+ "mitt": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.0.tgz",
+ "integrity": "sha512-7dX2/10ITVyqh4aOSVI9gdape+t9l2/8QxHrFmUXu4EEUpdlxl6RudZUPZoc+zuY2hk1j7XxVroIVIan/pD/SQ==",
+ "dev": true
+ },
+ "mixin-object": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/mixin-object/-/mixin-object-2.0.1.tgz",
+ "integrity": "sha512-ALGF1Jt9ouehcaXaHhn6t1yGWRqGaHkPFndtFVHfZXOvkIZ/yoGaSi0AHVTafb3ZBGg4dr/bDwnaEKqCXzchMA==",
+ "dev": true,
+ "requires": {
+ "for-in": "^0.1.3",
+ "is-extendable": "^0.1.1"
+ },
+ "dependencies": {
+ "for-in": {
+ "version": "0.1.8",
+ "resolved": "https://registry.npmjs.org/for-in/-/for-in-0.1.8.tgz",
+ "integrity": "sha512-F0to7vbBSHP8E3l6dCjxNOLuSFAACIxFy3UehTUlG7svlXi37HHsDkyVcHo0Pq8QwrE+pXvWSVX3ZT1T9wAZ9g==",
+ "dev": true
+ }
+ }
+ },
+ "mkdirp-classic": {
+ "version": "0.5.3",
+ "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
+ "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",
+ "dev": true
+ },
+ "mrmime": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz",
+ "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==",
+ "dev": true
+ },
+ "ms": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
+ "dev": true
+ },
+ "multicast-dns": {
+ "version": "7.2.5",
+ "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz",
+ "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==",
+ "dev": true,
+ "requires": {
+ "dns-packet": "^5.2.2",
+ "thunky": "^1.0.2"
+ }
+ },
+ "nanoid": {
+ "version": "3.3.7",
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
+ "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
+ "dev": true
+ },
+ "natural-compare": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
+ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
+ "dev": true
+ },
+ "natural-compare-lite": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz",
+ "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==",
+ "dev": true
+ },
+ "negotiator": {
+ "version": "0.6.3",
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
+ "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
+ "dev": true
+ },
+ "neo-async": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
+ "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
+ "dev": true
+ },
+ "netmask": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/netmask/-/netmask-2.0.2.tgz",
+ "integrity": "sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==",
+ "dev": true
+ },
+ "no-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
+ "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
+ "dev": true,
+ "requires": {
+ "lower-case": "^2.0.2",
+ "tslib": "^2.0.3"
+ },
+ "dependencies": {
+ "tslib": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
+ "dev": true
+ }
+ }
+ },
+ "node-fetch": {
+ "version": "2.7.0",
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
+ "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
+ "dev": true,
+ "requires": {
+ "whatwg-url": "^5.0.0"
+ }
+ },
+ "node-forge": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
+ "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
+ "dev": true
+ },
+ "node-int64": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
+ "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==",
+ "dev": true
+ },
+ "node-releases": {
+ "version": "2.0.14",
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz",
+ "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==",
+ "dev": true
+ },
+ "normalize-package-data": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz",
+ "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==",
+ "dev": true,
+ "requires": {
+ "hosted-git-info": "^4.0.1",
+ "is-core-module": "^2.5.0",
+ "semver": "^7.3.4",
+ "validate-npm-package-license": "^3.0.1"
+ }
+ },
+ "normalize-path": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
+ "dev": true
+ },
+ "normalize-range": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
+ "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
+ "dev": true
+ },
+ "npm-bundled": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.1.2.tgz",
+ "integrity": "sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==",
+ "dev": true,
+ "requires": {
+ "npm-normalize-package-bin": "^1.0.1"
+ }
+ },
+ "npm-normalize-package-bin": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz",
+ "integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==",
+ "dev": true
+ },
+ "npm-package-json-lint": {
+ "version": "6.4.0",
+ "resolved": "https://registry.npmjs.org/npm-package-json-lint/-/npm-package-json-lint-6.4.0.tgz",
+ "integrity": "sha512-cuXAJJB1Rdqz0UO6w524matlBqDBjcNt7Ru+RDIu4y6RI1gVqiWBnylrK8sPRk81gGBA0X8hJbDXolVOoTc+sA==",
+ "dev": true,
+ "requires": {
+ "ajv": "^6.12.6",
+ "ajv-errors": "^1.0.1",
+ "chalk": "^4.1.2",
+ "cosmiconfig": "^8.0.0",
+ "debug": "^4.3.4",
+ "globby": "^11.1.0",
+ "ignore": "^5.2.0",
+ "is-plain-obj": "^3.0.0",
+ "jsonc-parser": "^3.2.0",
+ "log-symbols": "^4.1.0",
+ "meow": "^9.0.0",
+ "plur": "^4.0.0",
+ "semver": "^7.3.8",
+ "slash": "^3.0.0",
+ "strip-json-comments": "^3.1.1",
+ "type-fest": "^3.2.0",
+ "validate-npm-package-name": "^5.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "cosmiconfig": {
+ "version": "8.3.6",
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz",
+ "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==",
+ "dev": true,
+ "requires": {
+ "import-fresh": "^3.3.0",
+ "js-yaml": "^4.1.0",
+ "parse-json": "^5.2.0",
+ "path-type": "^4.0.0"
+ }
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
+ },
+ "jsonc-parser": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.1.tgz",
+ "integrity": "sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==",
+ "dev": true
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ },
+ "type-fest": {
+ "version": "3.13.1",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.1.tgz",
+ "integrity": "sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==",
+ "dev": true
+ }
+ }
+ },
+ "npm-packlist": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-3.0.0.tgz",
+ "integrity": "sha512-L/cbzmutAwII5glUcf2DBRNY/d0TFd4e/FnaZigJV6JD85RHZXJFGwCndjMWiiViiWSsWt3tiOLpI3ByTnIdFQ==",
+ "dev": true,
+ "requires": {
+ "glob": "^7.1.6",
+ "ignore-walk": "^4.0.1",
+ "npm-bundled": "^1.1.1",
+ "npm-normalize-package-bin": "^1.0.1"
+ }
+ },
+ "npm-run-path": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
+ "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
+ "dev": true,
+ "requires": {
+ "path-key": "^3.0.0"
+ }
+ },
+ "nth-check": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
+ "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
+ "dev": true,
+ "requires": {
+ "boolbase": "^1.0.0"
+ }
+ },
+ "nwsapi": {
+ "version": "2.2.7",
+ "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.7.tgz",
+ "integrity": "sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==",
+ "dev": true
+ },
+ "object-assign": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
+ "dev": true
+ },
+ "object-filter": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/object-filter/-/object-filter-1.0.2.tgz",
+ "integrity": "sha512-NahvP2vZcy1ZiiYah30CEPw0FpDcSkSePJBMpzl5EQgCmISijiGuJm3SPYp7U+Lf2TljyaIw3E5EgkEx/TNEVA==",
+ "dev": true
+ },
+ "object-inspect": {
+ "version": "1.13.1",
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz",
+ "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==",
+ "dev": true
+ },
+ "object-keys": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
+ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
+ "dev": true
+ },
+ "object.assign": {
+ "version": "4.1.5",
+ "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz",
+ "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.5",
+ "define-properties": "^1.2.1",
+ "has-symbols": "^1.0.3",
+ "object-keys": "^1.1.1"
+ }
+ },
+ "object.entries": {
+ "version": "1.1.7",
+ "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.7.tgz",
+ "integrity": "sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.2.0",
+ "es-abstract": "^1.22.1"
+ }
+ },
+ "object.fromentries": {
+ "version": "2.0.7",
+ "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.7.tgz",
+ "integrity": "sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.2.0",
+ "es-abstract": "^1.22.1"
+ }
+ },
+ "object.groupby": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.2.tgz",
+ "integrity": "sha512-bzBq58S+x+uo0VjurFT0UktpKHOZmv4/xePiOA1nbB9pMqpGK7rUPNgf+1YC+7mE+0HzhTMqNUuCqvKhj6FnBw==",
+ "dev": true,
+ "requires": {
+ "array.prototype.filter": "^1.0.3",
+ "call-bind": "^1.0.5",
+ "define-properties": "^1.2.1",
+ "es-abstract": "^1.22.3",
+ "es-errors": "^1.0.0"
+ }
+ },
+ "object.hasown": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.3.tgz",
+ "integrity": "sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA==",
+ "dev": true,
+ "requires": {
+ "define-properties": "^1.2.0",
+ "es-abstract": "^1.22.1"
+ }
+ },
+ "object.values": {
+ "version": "1.1.7",
+ "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.7.tgz",
+ "integrity": "sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.2.0",
+ "es-abstract": "^1.22.1"
+ }
+ },
+ "obuf": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
+ "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==",
+ "dev": true
+ },
+ "on-finished": {
+ "version": "2.4.1",
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
+ "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
+ "dev": true,
+ "requires": {
+ "ee-first": "1.1.1"
+ }
+ },
+ "on-headers": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
+ "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
+ "dev": true
+ },
+ "once": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
+ "dev": true,
+ "requires": {
+ "wrappy": "1"
+ }
+ },
+ "onetime": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
+ "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
+ "dev": true,
+ "requires": {
+ "mimic-fn": "^2.1.0"
+ }
+ },
+ "open": {
+ "version": "8.4.2",
+ "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz",
+ "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
+ "dev": true,
+ "requires": {
+ "define-lazy-prop": "^2.0.0",
+ "is-docker": "^2.1.1",
+ "is-wsl": "^2.2.0"
+ }
+ },
+ "opener": {
+ "version": "1.5.2",
+ "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz",
+ "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==",
+ "dev": true
+ },
+ "optionator": {
+ "version": "0.9.3",
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz",
+ "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==",
+ "dev": true,
+ "requires": {
+ "@aashutoshrathi/word-wrap": "^1.2.3",
+ "deep-is": "^0.1.3",
+ "fast-levenshtein": "^2.0.6",
+ "levn": "^0.4.1",
+ "prelude-ls": "^1.2.1",
+ "type-check": "^0.4.0"
+ }
+ },
+ "os-homedir": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
+ "integrity": "sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==",
+ "dev": true
+ },
+ "p-limit": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
+ "dev": true,
+ "requires": {
+ "yocto-queue": "^0.1.0"
+ }
+ },
+ "p-locate": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
+ "dev": true,
+ "requires": {
+ "p-limit": "^3.0.2"
+ }
+ },
+ "p-map": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz",
+ "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==",
+ "dev": true
+ },
+ "p-retry": {
+ "version": "4.6.2",
+ "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz",
+ "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==",
+ "dev": true,
+ "requires": {
+ "@types/retry": "0.12.0",
+ "retry": "^0.13.1"
+ }
+ },
+ "p-try": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
+ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
+ "dev": true
+ },
+ "pac-proxy-agent": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.0.1.tgz",
+ "integrity": "sha512-ASV8yU4LLKBAjqIPMbrgtaKIvxQri/yh2OpI+S6hVa9JRkUI3Y3NPFbfngDtY7oFtSMD3w31Xns89mDa3Feo5A==",
+ "dev": true,
+ "requires": {
+ "@tootallnate/quickjs-emscripten": "^0.23.0",
+ "agent-base": "^7.0.2",
+ "debug": "^4.3.4",
+ "get-uri": "^6.0.1",
+ "http-proxy-agent": "^7.0.0",
+ "https-proxy-agent": "^7.0.2",
+ "pac-resolver": "^7.0.0",
+ "socks-proxy-agent": "^8.0.2"
+ },
+ "dependencies": {
+ "agent-base": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz",
+ "integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==",
+ "dev": true,
+ "requires": {
+ "debug": "^4.3.4"
+ }
+ },
+ "https-proxy-agent": {
+ "version": "7.0.2",
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.2.tgz",
+ "integrity": "sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==",
+ "dev": true,
+ "requires": {
+ "agent-base": "^7.0.2",
+ "debug": "4"
+ }
+ }
+ }
+ },
+ "pac-resolver": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-7.0.0.tgz",
+ "integrity": "sha512-Fd9lT9vJbHYRACT8OhCbZBbxr6KRSawSovFpy8nDGshaK99S/EBhVIHp9+crhxrsZOuvLpgL1n23iyPg6Rl2hg==",
+ "dev": true,
+ "requires": {
+ "degenerator": "^5.0.0",
+ "ip": "^1.1.8",
+ "netmask": "^2.0.2"
+ }
+ },
+ "param-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
+ "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
+ "dev": true,
+ "requires": {
+ "dot-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ },
+ "dependencies": {
+ "tslib": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
+ "dev": true
+ }
+ }
+ },
+ "parent-module": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
+ "dev": true,
+ "requires": {
+ "callsites": "^3.0.0"
+ }
+ },
+ "parse-cache-control": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/parse-cache-control/-/parse-cache-control-1.0.1.tgz",
+ "integrity": "sha512-60zvsJReQPX5/QP0Kzfd/VrpjScIQ7SHBW6bFCYfEP+fp0Eppr1SHhIO5nd1PjZtvclzSzES9D/p5nFJurwfWg==",
+ "dev": true
+ },
+ "parse-json": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
+ "dev": true,
+ "requires": {
+ "@babel/code-frame": "^7.0.0",
+ "error-ex": "^1.3.1",
+ "json-parse-even-better-errors": "^2.3.0",
+ "lines-and-columns": "^1.1.6"
+ }
+ },
+ "parse-passwd": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz",
+ "integrity": "sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==",
+ "dev": true
+ },
+ "parse5": {
+ "version": "7.1.2",
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz",
+ "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==",
+ "dev": true,
+ "requires": {
+ "entities": "^4.4.0"
+ }
+ },
+ "parseurl": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
+ "dev": true
+ },
+ "pascal-case": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
+ "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
+ "dev": true,
+ "requires": {
+ "no-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ },
+ "dependencies": {
+ "tslib": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
+ "dev": true
+ }
+ }
+ },
+ "path-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz",
+ "integrity": "sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==",
+ "dev": true,
+ "requires": {
+ "dot-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ },
+ "dependencies": {
+ "tslib": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
+ "dev": true
+ }
+ }
+ },
+ "path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "dev": true
+ },
+ "path-is-absolute": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
+ "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
+ "dev": true
+ },
+ "path-is-inside": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
+ "integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==",
+ "dev": true
+ },
+ "path-key": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
+ "dev": true
+ },
+ "path-parse": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
+ "dev": true
+ },
+ "path-sort": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/path-sort/-/path-sort-0.1.0.tgz",
+ "integrity": "sha512-70MSq7edKtbODYKkqXYzSMQxtYMjDgP3K6D15Fu4KUvpyBPlxDWPvv8JI9GjNDF2K5baPHFEtlg818dOmf2ifg==",
+ "dev": true
+ },
+ "path-to-regexp": {
+ "version": "0.1.7",
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
+ "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==",
+ "dev": true
+ },
+ "path-type": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
+ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
+ "dev": true
+ },
+ "pend": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
+ "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==",
+ "dev": true
+ },
+ "php-parser": {
+ "version": "3.1.5",
+ "resolved": "https://registry.npmjs.org/php-parser/-/php-parser-3.1.5.tgz",
+ "integrity": "sha512-jEY2DcbgCm5aclzBdfW86GM6VEIWcSlhTBSHN1qhJguVePlYe28GhwS0yoeLYXpM2K8y6wzLwrbq814n2PHSoQ==",
+ "dev": true
+ },
+ "picocolors": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
+ "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
+ "dev": true
+ },
+ "picomatch": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
+ "dev": true
+ },
+ "pify": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
+ "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
+ "dev": true
+ },
+ "pinkie": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
+ "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==",
+ "dev": true
+ },
+ "pinkie-promise": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
+ "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==",
+ "dev": true,
+ "requires": {
+ "pinkie": "^2.0.0"
+ }
+ },
+ "pirates": {
+ "version": "4.0.6",
+ "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz",
+ "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
+ "dev": true
+ },
+ "pkg-dir": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
+ "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
+ "dev": true,
+ "requires": {
+ "find-up": "^4.0.0"
+ },
+ "dependencies": {
+ "find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dev": true,
+ "requires": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ }
+ },
+ "locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dev": true,
+ "requires": {
+ "p-locate": "^4.1.0"
+ }
+ },
+ "p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "dev": true,
+ "requires": {
+ "p-try": "^2.0.0"
+ }
+ },
+ "p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dev": true,
+ "requires": {
+ "p-limit": "^2.2.0"
+ }
+ }
+ }
+ },
+ "playwright-core": {
+ "version": "1.39.0",
+ "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.39.0.tgz",
+ "integrity": "sha512-+k4pdZgs1qiM+OUkSjx96YiKsXsmb59evFoqv8SKO067qBA+Z2s/dCzJij/ZhdQcs2zlTAgRKfeiiLm8PQ2qvw==",
+ "dev": true
+ },
+ "plur": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/plur/-/plur-4.0.0.tgz",
+ "integrity": "sha512-4UGewrYgqDFw9vV6zNV+ADmPAUAfJPKtGvb/VdpQAx25X5f3xXdGdyOEVFwkl8Hl/tl7+xbeHqSEM+D5/TirUg==",
+ "dev": true,
+ "requires": {
+ "irregular-plurals": "^3.2.0"
+ }
+ },
+ "postcss": {
+ "version": "8.4.35",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz",
+ "integrity": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==",
+ "dev": true,
+ "requires": {
+ "nanoid": "^3.3.7",
+ "picocolors": "^1.0.0",
+ "source-map-js": "^1.0.2"
+ }
+ },
+ "postcss-calc": {
+ "version": "9.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-9.0.1.tgz",
+ "integrity": "sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==",
+ "dev": true,
+ "requires": {
+ "postcss-selector-parser": "^6.0.11",
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "postcss-colormin": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-6.0.2.tgz",
+ "integrity": "sha512-TXKOxs9LWcdYo5cgmcSHPkyrLAh86hX1ijmyy6J8SbOhyv6ua053M3ZAM/0j44UsnQNIWdl8gb5L7xX2htKeLw==",
+ "dev": true,
+ "requires": {
+ "browserslist": "^4.22.2",
+ "caniuse-api": "^3.0.0",
+ "colord": "^2.9.1",
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "postcss-convert-values": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-6.0.2.tgz",
+ "integrity": "sha512-aeBmaTnGQ+NUSVQT8aY0sKyAD/BaLJenEKZ03YK0JnDE1w1Rr8XShoxdal2V2H26xTJKr3v5haByOhJuyT4UYw==",
+ "dev": true,
+ "requires": {
+ "browserslist": "^4.22.2",
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "postcss-discard-comments": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-6.0.1.tgz",
+ "integrity": "sha512-f1KYNPtqYLUeZGCHQPKzzFtsHaRuECe6jLakf/RjSRqvF5XHLZnM2+fXLhb8Qh/HBFHs3M4cSLb1k3B899RYIg==",
+ "dev": true
+ },
+ "postcss-discard-duplicates": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-6.0.1.tgz",
+ "integrity": "sha512-1hvUs76HLYR8zkScbwyJ8oJEugfPV+WchpnA+26fpJ7Smzs51CzGBHC32RS03psuX/2l0l0UKh2StzNxOrKCYg==",
+ "dev": true
+ },
+ "postcss-discard-empty": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-6.0.1.tgz",
+ "integrity": "sha512-yitcmKwmVWtNsrrRqGJ7/C0YRy53i0mjexBDQ9zYxDwTWVBgbU4+C9jIZLmQlTDT9zhml+u0OMFJh8+31krmOg==",
+ "dev": true
+ },
+ "postcss-discard-overridden": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-6.0.1.tgz",
+ "integrity": "sha512-qs0ehZMMZpSESbRkw1+inkf51kak6OOzNRaoLd/U7Fatp0aN2HQ1rxGOrJvYcRAN9VpX8kUF13R2ofn8OlvFVA==",
+ "dev": true
+ },
+ "postcss-loader": {
+ "version": "6.2.1",
+ "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz",
+ "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==",
+ "dev": true,
+ "requires": {
+ "cosmiconfig": "^7.0.0",
+ "klona": "^2.0.5",
+ "semver": "^7.3.5"
+ }
+ },
+ "postcss-media-query-parser": {
+ "version": "0.2.3",
+ "resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz",
+ "integrity": "sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==",
+ "dev": true
+ },
+ "postcss-merge-longhand": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-6.0.2.tgz",
+ "integrity": "sha512-+yfVB7gEM8SrCo9w2lCApKIEzrTKl5yS1F4yGhV3kSim6JzbfLGJyhR1B6X+6vOT0U33Mgx7iv4X9MVWuaSAfw==",
+ "dev": true,
+ "requires": {
+ "postcss-value-parser": "^4.2.0",
+ "stylehacks": "^6.0.2"
+ }
+ },
+ "postcss-merge-rules": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-6.0.3.tgz",
+ "integrity": "sha512-yfkDqSHGohy8sGYIJwBmIGDv4K4/WrJPX355XrxQb/CSsT4Kc/RxDi6akqn5s9bap85AWgv21ArcUWwWdGNSHA==",
+ "dev": true,
+ "requires": {
+ "browserslist": "^4.22.2",
+ "caniuse-api": "^3.0.0",
+ "cssnano-utils": "^4.0.1",
+ "postcss-selector-parser": "^6.0.15"
+ }
+ },
+ "postcss-minify-font-values": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-6.0.1.tgz",
+ "integrity": "sha512-tIwmF1zUPoN6xOtA/2FgVk1ZKrLcCvE0dpZLtzyyte0j9zUeB8RTbCqrHZGjJlxOvNWKMYtunLrrl7HPOiR46w==",
+ "dev": true,
+ "requires": {
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "postcss-minify-gradients": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-6.0.1.tgz",
+ "integrity": "sha512-M1RJWVjd6IOLPl1hYiOd5HQHgpp6cvJVLrieQYS9y07Yo8itAr6jaekzJphaJFR0tcg4kRewCk3kna9uHBxn/w==",
+ "dev": true,
+ "requires": {
+ "colord": "^2.9.1",
+ "cssnano-utils": "^4.0.1",
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "postcss-minify-params": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-6.0.2.tgz",
+ "integrity": "sha512-zwQtbrPEBDj+ApELZ6QylLf2/c5zmASoOuA4DzolyVGdV38iR2I5QRMsZcHkcdkZzxpN8RS4cN7LPskOkTwTZw==",
+ "dev": true,
+ "requires": {
+ "browserslist": "^4.22.2",
+ "cssnano-utils": "^4.0.1",
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "postcss-minify-selectors": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-6.0.2.tgz",
+ "integrity": "sha512-0b+m+w7OAvZejPQdN2GjsXLv5o0jqYHX3aoV0e7RBKPCsB7TYG5KKWBFhGnB/iP3213Ts8c5H4wLPLMm7z28Sg==",
+ "dev": true,
+ "requires": {
+ "postcss-selector-parser": "^6.0.15"
+ }
+ },
+ "postcss-modules-extract-imports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz",
+ "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==",
+ "dev": true
+ },
+ "postcss-modules-local-by-default": {
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.4.tgz",
+ "integrity": "sha512-L4QzMnOdVwRm1Qb8m4x8jsZzKAaPAgrUF1r/hjDR2Xj7R+8Zsf97jAlSQzWtKx5YNiNGN8QxmPFIc/sh+RQl+Q==",
+ "dev": true,
+ "requires": {
+ "icss-utils": "^5.0.0",
+ "postcss-selector-parser": "^6.0.2",
+ "postcss-value-parser": "^4.1.0"
+ }
+ },
+ "postcss-modules-scope": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.1.1.tgz",
+ "integrity": "sha512-uZgqzdTleelWjzJY+Fhti6F3C9iF1JR/dODLs/JDefozYcKTBCdD8BIl6nNPbTbcLnGrk56hzwZC2DaGNvYjzA==",
+ "dev": true,
+ "requires": {
+ "postcss-selector-parser": "^6.0.4"
+ }
+ },
+ "postcss-modules-values": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz",
+ "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==",
+ "dev": true,
+ "requires": {
+ "icss-utils": "^5.0.0"
+ }
+ },
+ "postcss-normalize-charset": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-6.0.1.tgz",
+ "integrity": "sha512-aW5LbMNRZ+oDV57PF9K+WI1Z8MPnF+A8qbajg/T8PP126YrGX1f9IQx21GI2OlGz7XFJi/fNi0GTbY948XJtXg==",
+ "dev": true
+ },
+ "postcss-normalize-display-values": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-6.0.1.tgz",
+ "integrity": "sha512-mc3vxp2bEuCb4LgCcmG1y6lKJu1Co8T+rKHrcbShJwUmKJiEl761qb/QQCfFwlrvSeET3jksolCR/RZuMURudw==",
+ "dev": true,
+ "requires": {
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "postcss-normalize-positions": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-6.0.1.tgz",
+ "integrity": "sha512-HRsq8u/0unKNvm0cvwxcOUEcakFXqZ41fv3FOdPn916XFUrympjr+03oaLkuZENz3HE9RrQE9yU0Xv43ThWjQg==",
+ "dev": true,
+ "requires": {
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "postcss-normalize-repeat-style": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-6.0.1.tgz",
+ "integrity": "sha512-Gbb2nmCy6tTiA7Sh2MBs3fj9W8swonk6lw+dFFeQT68B0Pzwp1kvisJQkdV6rbbMSd9brMlS8I8ts52tAGWmGQ==",
+ "dev": true,
+ "requires": {
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "postcss-normalize-string": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-6.0.1.tgz",
+ "integrity": "sha512-5Fhx/+xzALJD9EI26Aq23hXwmv97Zfy2VFrt5PLT8lAhnBIZvmaT5pQk+NuJ/GWj/QWaKSKbnoKDGLbV6qnhXg==",
+ "dev": true,
+ "requires": {
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "postcss-normalize-timing-functions": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-6.0.1.tgz",
+ "integrity": "sha512-4zcczzHqmCU7L5dqTB9rzeqPWRMc0K2HoR+Bfl+FSMbqGBUcP5LRfgcH4BdRtLuzVQK1/FHdFoGT3F7rkEnY+g==",
+ "dev": true,
+ "requires": {
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "postcss-normalize-unicode": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-6.0.2.tgz",
+ "integrity": "sha512-Ff2VdAYCTGyMUwpevTZPZ4w0+mPjbZzLLyoLh/RMpqUqeQKZ+xMm31hkxBavDcGKcxm6ACzGk0nBfZ8LZkStKA==",
+ "dev": true,
+ "requires": {
+ "browserslist": "^4.22.2",
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "postcss-normalize-url": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-6.0.1.tgz",
+ "integrity": "sha512-jEXL15tXSvbjm0yzUV7FBiEXwhIa9H88JOXDGQzmcWoB4mSjZIsmtto066s2iW9FYuIrIF4k04HA2BKAOpbsaQ==",
+ "dev": true,
+ "requires": {
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "postcss-normalize-whitespace": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-6.0.1.tgz",
+ "integrity": "sha512-76i3NpWf6bB8UHlVuLRxG4zW2YykF9CTEcq/9LGAiz2qBuX5cBStadkk0jSkg9a9TCIXbMQz7yzrygKoCW9JuA==",
+ "dev": true,
+ "requires": {
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "postcss-ordered-values": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-6.0.1.tgz",
+ "integrity": "sha512-XXbb1O/MW9HdEhnBxitZpPFbIvDgbo9NK4c/5bOfiKpnIGZDoL2xd7/e6jW5DYLsWxBbs+1nZEnVgnjnlFViaA==",
+ "dev": true,
+ "requires": {
+ "cssnano-utils": "^4.0.1",
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "postcss-reduce-initial": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-6.0.2.tgz",
+ "integrity": "sha512-YGKalhNlCLcjcLvjU5nF8FyeCTkCO5UtvJEt0hrPZVCTtRLSOH4z00T1UntQPj4dUmIYZgMj8qK77JbSX95hSw==",
+ "dev": true,
+ "requires": {
+ "browserslist": "^4.22.2",
+ "caniuse-api": "^3.0.0"
+ }
+ },
+ "postcss-reduce-transforms": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-6.0.1.tgz",
+ "integrity": "sha512-fUbV81OkUe75JM+VYO1gr/IoA2b/dRiH6HvMwhrIBSUrxq3jNZQZitSnugcTLDi1KkQh1eR/zi+iyxviUNBkcQ==",
+ "dev": true,
+ "requires": {
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "postcss-resolve-nested-selector": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz",
+ "integrity": "sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==",
+ "dev": true
+ },
+ "postcss-safe-parser": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-6.0.0.tgz",
+ "integrity": "sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==",
+ "dev": true
+ },
+ "postcss-scss": {
+ "version": "4.0.9",
+ "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.9.tgz",
+ "integrity": "sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A==",
+ "dev": true
+ },
+ "postcss-selector-parser": {
+ "version": "6.0.15",
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz",
+ "integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==",
+ "dev": true,
+ "requires": {
+ "cssesc": "^3.0.0",
+ "util-deprecate": "^1.0.2"
+ }
+ },
+ "postcss-svgo": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-6.0.2.tgz",
+ "integrity": "sha512-IH5R9SjkTkh0kfFOQDImyy1+mTCb+E830+9SV1O+AaDcoHTvfsvt6WwJeo7KwcHbFnevZVCsXhDmjFiGVuwqFQ==",
+ "dev": true,
+ "requires": {
+ "postcss-value-parser": "^4.2.0",
+ "svgo": "^3.2.0"
+ }
+ },
+ "postcss-unique-selectors": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-6.0.2.tgz",
+ "integrity": "sha512-8IZGQ94nechdG7Y9Sh9FlIY2b4uS8/k8kdKRX040XHsS3B6d1HrJAkXrBSsSu4SuARruSsUjW3nlSw8BHkaAYQ==",
+ "dev": true,
+ "requires": {
+ "postcss-selector-parser": "^6.0.15"
+ }
+ },
+ "postcss-value-parser": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
+ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
+ "dev": true
+ },
+ "prelude-ls": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
+ "dev": true
+ },
+ "prettier": {
+ "version": "npm:wp-prettier@3.0.3",
+ "resolved": "https://registry.npmjs.org/wp-prettier/-/wp-prettier-3.0.3.tgz",
+ "integrity": "sha512-X4UlrxDTH8oom9qXlcjnydsjAOD2BmB6yFmvS4Z2zdTzqqpRWb+fbqrH412+l+OUXmbzJlSXjlMFYPgYG12IAA==",
+ "dev": true
+ },
+ "prettier-linter-helpers": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
+ "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==",
+ "dev": true,
+ "requires": {
+ "fast-diff": "^1.1.2"
+ }
+ },
+ "pretty-format": {
+ "version": "29.7.0",
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
+ "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
+ "dev": true,
+ "requires": {
+ "@jest/schemas": "^29.6.3",
+ "ansi-styles": "^5.0.0",
+ "react-is": "^18.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
+ "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
+ "dev": true
+ },
+ "react-is": {
+ "version": "18.2.0",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
+ "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
+ "dev": true
+ }
+ }
+ },
+ "process-nextick-args": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
+ "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
+ "dev": true
+ },
+ "progress": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
+ "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
+ "dev": true
+ },
+ "prompts": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
+ "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
+ "dev": true,
+ "requires": {
+ "kleur": "^3.0.3",
+ "sisteransi": "^1.0.5"
+ }
+ },
+ "prop-types": {
+ "version": "15.8.1",
+ "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
+ "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
+ "dev": true,
+ "requires": {
+ "loose-envify": "^1.4.0",
+ "object-assign": "^4.1.1",
+ "react-is": "^16.13.1"
+ }
+ },
+ "proxy-addr": {
+ "version": "2.0.7",
+ "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
+ "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
+ "dev": true,
+ "requires": {
+ "forwarded": "0.2.0",
+ "ipaddr.js": "1.9.1"
+ },
+ "dependencies": {
+ "ipaddr.js": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
+ "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
+ "dev": true
+ }
+ }
+ },
+ "proxy-agent": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.3.0.tgz",
+ "integrity": "sha512-0LdR757eTj/JfuU7TL2YCuAZnxWXu3tkJbg4Oq3geW/qFNT/32T0sp2HnZ9O0lMR4q3vwAt0+xCA8SR0WAD0og==",
+ "dev": true,
+ "requires": {
+ "agent-base": "^7.0.2",
+ "debug": "^4.3.4",
+ "http-proxy-agent": "^7.0.0",
+ "https-proxy-agent": "^7.0.0",
+ "lru-cache": "^7.14.1",
+ "pac-proxy-agent": "^7.0.0",
+ "proxy-from-env": "^1.1.0",
+ "socks-proxy-agent": "^8.0.1"
+ },
+ "dependencies": {
+ "agent-base": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz",
+ "integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==",
+ "dev": true,
+ "requires": {
+ "debug": "^4.3.4"
+ }
+ },
+ "https-proxy-agent": {
+ "version": "7.0.2",
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.2.tgz",
+ "integrity": "sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==",
+ "dev": true,
+ "requires": {
+ "agent-base": "^7.0.2",
+ "debug": "4"
+ }
+ },
+ "lru-cache": {
+ "version": "7.18.3",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
+ "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
+ "dev": true
+ }
+ }
+ },
+ "proxy-from-env": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
+ "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
+ "dev": true
+ },
+ "ps-list": {
+ "version": "8.1.1",
+ "resolved": "https://registry.npmjs.org/ps-list/-/ps-list-8.1.1.tgz",
+ "integrity": "sha512-OPS9kEJYVmiO48u/B9qneqhkMvgCxT+Tm28VCEJpheTpl8cJ0ffZRRNgS5mrQRTrX5yRTpaJ+hRDeefXYmmorQ==",
+ "dev": true
+ },
+ "pseudomap": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
+ "integrity": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==",
+ "dev": true
+ },
+ "psl": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz",
+ "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==",
+ "dev": true
+ },
+ "pump": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
+ "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
+ "dev": true,
+ "requires": {
+ "end-of-stream": "^1.1.0",
+ "once": "^1.3.1"
+ }
+ },
+ "punycode": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
+ "dev": true
+ },
+ "puppeteer-core": {
+ "version": "13.7.0",
+ "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-13.7.0.tgz",
+ "integrity": "sha512-rXja4vcnAzFAP1OVLq/5dWNfwBGuzcOARJ6qGV7oAZhnLmVRU8G5MsdeQEAOy332ZhkIOnn9jp15R89LKHyp2Q==",
+ "dev": true,
+ "requires": {
+ "cross-fetch": "3.1.5",
+ "debug": "4.3.4",
+ "devtools-protocol": "0.0.981744",
+ "extract-zip": "2.0.1",
+ "https-proxy-agent": "5.0.1",
+ "pkg-dir": "4.2.0",
+ "progress": "2.0.3",
+ "proxy-from-env": "1.1.0",
+ "rimraf": "3.0.2",
+ "tar-fs": "2.1.1",
+ "unbzip2-stream": "1.4.3",
+ "ws": "8.5.0"
+ },
+ "dependencies": {
+ "cross-fetch": {
+ "version": "3.1.5",
+ "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz",
+ "integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==",
+ "dev": true,
+ "requires": {
+ "node-fetch": "2.6.7"
+ }
+ },
+ "devtools-protocol": {
+ "version": "0.0.981744",
+ "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.981744.tgz",
+ "integrity": "sha512-0cuGS8+jhR67Fy7qG3i3Pc7Aw494sb9yG9QgpG97SFVWwolgYjlhJg7n+UaHxOQT30d1TYu/EYe9k01ivLErIg==",
+ "dev": true
+ },
+ "node-fetch": {
+ "version": "2.6.7",
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
+ "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
+ "dev": true,
+ "requires": {
+ "whatwg-url": "^5.0.0"
+ }
+ },
+ "rimraf": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
+ "dev": true,
+ "requires": {
+ "glob": "^7.1.3"
+ }
+ },
+ "tar-fs": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz",
+ "integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==",
+ "dev": true,
+ "requires": {
+ "chownr": "^1.1.1",
+ "mkdirp-classic": "^0.5.2",
+ "pump": "^3.0.0",
+ "tar-stream": "^2.1.4"
+ }
+ },
+ "tar-stream": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
+ "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
+ "dev": true,
+ "requires": {
+ "bl": "^4.0.3",
+ "end-of-stream": "^1.4.1",
+ "fs-constants": "^1.0.0",
+ "inherits": "^2.0.3",
+ "readable-stream": "^3.1.1"
+ }
+ },
+ "ws": {
+ "version": "8.5.0",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.5.0.tgz",
+ "integrity": "sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==",
+ "dev": true
+ }
+ }
+ },
+ "pure-rand": {
+ "version": "6.0.4",
+ "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.0.4.tgz",
+ "integrity": "sha512-LA0Y9kxMYv47GIPJy6MI84fqTd2HmYZI83W/kM/SkKfDlajnZYfmXFTxkbY+xSBPkLJxltMa9hIkmdc29eguMA==",
+ "dev": true
+ },
+ "qs": {
+ "version": "6.11.0",
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz",
+ "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==",
+ "dev": true,
+ "requires": {
+ "side-channel": "^1.0.4"
+ }
+ },
+ "querystringify": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
+ "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
+ "dev": true
+ },
+ "queue-microtask": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
+ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
+ "dev": true
+ },
+ "queue-tick": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz",
+ "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==",
+ "dev": true
+ },
+ "quick-lru": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz",
+ "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==",
+ "dev": true
+ },
+ "randombytes": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
+ "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
+ "dev": true,
+ "requires": {
+ "safe-buffer": "^5.1.0"
+ }
+ },
+ "range-parser": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
+ "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
+ "dev": true
+ },
+ "raw-body": {
+ "version": "2.5.1",
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz",
+ "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==",
+ "dev": true,
+ "requires": {
+ "bytes": "3.1.2",
+ "http-errors": "2.0.0",
+ "iconv-lite": "0.4.24",
+ "unpipe": "1.0.0"
+ },
+ "dependencies": {
+ "bytes": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
+ "dev": true
+ },
+ "iconv-lite": {
+ "version": "0.4.24",
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
+ "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
+ "dev": true,
+ "requires": {
+ "safer-buffer": ">= 2.1.2 < 3"
+ }
+ }
+ }
+ },
+ "react": {
+ "version": "17.0.2",
+ "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz",
+ "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==",
+ "dev": true,
+ "requires": {
+ "loose-envify": "^1.1.0",
+ "object-assign": "^4.1.1"
+ }
+ },
+ "react-dom": {
+ "version": "17.0.2",
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz",
+ "integrity": "sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==",
+ "dev": true,
+ "requires": {
+ "loose-envify": "^1.1.0",
+ "object-assign": "^4.1.1",
+ "scheduler": "^0.20.2"
+ }
+ },
+ "react-is": {
+ "version": "16.13.1",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
+ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
+ "dev": true
+ },
+ "react-refresh": {
+ "version": "0.14.0",
+ "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.0.tgz",
+ "integrity": "sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==",
+ "dev": true
+ },
+ "read-pkg": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
+ "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
+ "dev": true,
+ "requires": {
+ "@types/normalize-package-data": "^2.4.0",
+ "normalize-package-data": "^2.5.0",
+ "parse-json": "^5.0.0",
+ "type-fest": "^0.6.0"
+ },
+ "dependencies": {
+ "hosted-git-info": {
+ "version": "2.8.9",
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
+ "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
+ "dev": true
+ },
+ "normalize-package-data": {
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
+ "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
+ "dev": true,
+ "requires": {
+ "hosted-git-info": "^2.1.4",
+ "resolve": "^1.10.0",
+ "semver": "2 || 3 || 4 || 5",
+ "validate-npm-package-license": "^3.0.1"
+ }
+ },
+ "semver": {
+ "version": "5.7.2",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
+ "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
+ "dev": true
+ },
+ "type-fest": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
+ "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==",
+ "dev": true
+ }
+ }
+ },
+ "read-pkg-up": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
+ "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
+ "dev": true,
+ "requires": {
+ "find-up": "^4.1.0",
+ "read-pkg": "^5.2.0",
+ "type-fest": "^0.8.1"
+ },
+ "dependencies": {
+ "find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dev": true,
+ "requires": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ }
+ },
+ "locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dev": true,
+ "requires": {
+ "p-locate": "^4.1.0"
+ }
+ },
+ "p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "dev": true,
+ "requires": {
+ "p-try": "^2.0.0"
+ }
+ },
+ "p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dev": true,
+ "requires": {
+ "p-limit": "^2.2.0"
+ }
+ },
+ "type-fest": {
+ "version": "0.8.1",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
+ "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",
+ "dev": true
+ }
+ }
+ },
+ "readable-stream": {
+ "version": "3.6.2",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
+ "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
+ "dev": true,
+ "requires": {
+ "inherits": "^2.0.3",
+ "string_decoder": "^1.1.1",
+ "util-deprecate": "^1.0.1"
+ }
+ },
+ "readdirp": {
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
+ "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
+ "dev": true,
+ "requires": {
+ "picomatch": "^2.2.1"
+ }
+ },
+ "readjson": {
+ "version": "2.2.2",
+ "resolved": "https://registry.npmjs.org/readjson/-/readjson-2.2.2.tgz",
+ "integrity": "sha512-PdeC9tsmLWBiL8vMhJvocq+OezQ3HhsH2HrN7YkhfYcTjQSa/iraB15A7Qvt7Xpr0Yd2rDNt6GbFwVQDg3HcAw==",
+ "dev": true,
+ "requires": {
+ "jju": "^1.4.0",
+ "try-catch": "^3.0.0"
+ }
+ },
+ "rechoir": {
+ "version": "0.8.0",
+ "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz",
+ "integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==",
+ "dev": true,
+ "requires": {
+ "resolve": "^1.20.0"
+ }
+ },
+ "redent": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz",
+ "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==",
+ "dev": true,
+ "requires": {
+ "indent-string": "^4.0.0",
+ "strip-indent": "^3.0.0"
+ }
+ },
+ "reflect.getprototypeof": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.5.tgz",
+ "integrity": "sha512-62wgfC8dJWrmxv44CA36pLDnP6KKl3Vhxb7PL+8+qrrFMMoJij4vgiMP8zV4O8+CBMXY1mHxI5fITGHXFHVmQQ==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.5",
+ "define-properties": "^1.2.1",
+ "es-abstract": "^1.22.3",
+ "es-errors": "^1.0.0",
+ "get-intrinsic": "^1.2.3",
+ "globalthis": "^1.0.3",
+ "which-builtin-type": "^1.1.3"
+ }
+ },
+ "regenerate": {
+ "version": "1.4.2",
+ "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
+ "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
+ "dev": true
+ },
+ "regenerate-unicode-properties": {
+ "version": "10.1.1",
+ "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz",
+ "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==",
+ "dev": true,
+ "requires": {
+ "regenerate": "^1.4.2"
+ }
+ },
+ "regenerator-runtime": {
+ "version": "0.14.1",
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
+ "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
+ "dev": true
+ },
+ "regenerator-transform": {
+ "version": "0.15.2",
+ "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz",
+ "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==",
+ "dev": true,
+ "requires": {
+ "@babel/runtime": "^7.8.4"
+ }
+ },
+ "regexp.prototype.flags": {
+ "version": "1.5.1",
+ "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz",
+ "integrity": "sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.2.0",
+ "set-function-name": "^2.0.0"
+ }
+ },
+ "regexpu-core": {
+ "version": "5.3.2",
+ "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz",
+ "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==",
+ "dev": true,
+ "requires": {
+ "@babel/regjsgen": "^0.8.0",
+ "regenerate": "^1.4.2",
+ "regenerate-unicode-properties": "^10.1.0",
+ "regjsparser": "^0.9.1",
+ "unicode-match-property-ecmascript": "^2.0.0",
+ "unicode-match-property-value-ecmascript": "^2.1.0"
+ }
+ },
+ "regextras": {
+ "version": "0.8.0",
+ "resolved": "https://registry.npmjs.org/regextras/-/regextras-0.8.0.tgz",
+ "integrity": "sha512-k519uI04Z3SaY0fLX843MRXnDeG2+vHOFsyhiPZvNLe7r8rD2YNRjq4BQLZZ0oAr2NrtvZlICsXysGNFPGa3CQ==",
+ "dev": true
+ },
+ "regjsparser": {
+ "version": "0.9.1",
+ "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz",
+ "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==",
+ "dev": true,
+ "requires": {
+ "jsesc": "~0.5.0"
+ },
+ "dependencies": {
+ "jsesc": {
+ "version": "0.5.0",
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
+ "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
+ "dev": true
+ }
+ }
+ },
+ "relateurl": {
+ "version": "0.2.7",
+ "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
+ "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==",
+ "dev": true
+ },
+ "remove-accents": {
+ "version": "0.5.0",
+ "resolved": "https://registry.npmjs.org/remove-accents/-/remove-accents-0.5.0.tgz",
+ "integrity": "sha512-8g3/Otx1eJaVD12e31UbJj1YzdtVvzH85HV7t+9MJYk/u3XmkOUJ5Ys9wQrf9PCPK8+xn4ymzqYCiZl6QWKn+A==",
+ "dev": true
+ },
+ "require-directory": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
+ "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
+ "dev": true
+ },
+ "require-from-string": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
+ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
+ "dev": true
+ },
+ "requireindex": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/requireindex/-/requireindex-1.2.0.tgz",
+ "integrity": "sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==",
+ "dev": true
+ },
+ "requires-port": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
+ "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==",
+ "dev": true
+ },
+ "resolve": {
+ "version": "1.22.8",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
+ "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
+ "dev": true,
+ "requires": {
+ "is-core-module": "^2.13.0",
+ "path-parse": "^1.0.7",
+ "supports-preserve-symlinks-flag": "^1.0.0"
+ }
+ },
+ "resolve-bin": {
+ "version": "0.4.3",
+ "resolved": "https://registry.npmjs.org/resolve-bin/-/resolve-bin-0.4.3.tgz",
+ "integrity": "sha512-9u8TMpc+SEHXxQXblXHz5yRvRZERkCZimFN9oz85QI3uhkh7nqfjm6OGTLg+8vucpXGcY4jLK6WkylPmt7GSvw==",
+ "dev": true,
+ "requires": {
+ "find-parent-dir": "~0.3.0"
+ }
+ },
+ "resolve-cwd": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
+ "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
+ "dev": true,
+ "requires": {
+ "resolve-from": "^5.0.0"
+ },
+ "dependencies": {
+ "resolve-from": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
+ "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
+ "dev": true
+ }
+ }
+ },
+ "resolve-dir": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-0.1.1.tgz",
+ "integrity": "sha512-QxMPqI6le2u0dCLyiGzgy92kjkkL6zO0XyvHzjdTNH3zM6e5Hz3BwG6+aEyNgiQ5Xz6PwTwgQEj3U50dByPKIA==",
+ "dev": true,
+ "requires": {
+ "expand-tilde": "^1.2.2",
+ "global-modules": "^0.2.3"
+ }
+ },
+ "resolve-from": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
+ "dev": true
+ },
+ "resolve.exports": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz",
+ "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==",
+ "dev": true
+ },
+ "retry": {
+ "version": "0.13.1",
+ "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
+ "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
+ "dev": true
+ },
+ "reusify": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
+ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
+ "dev": true
+ },
+ "rimraf": {
+ "version": "2.7.1",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
+ "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
+ "dev": true,
+ "requires": {
+ "glob": "^7.1.3"
+ }
+ },
+ "robots-parser": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/robots-parser/-/robots-parser-3.0.1.tgz",
+ "integrity": "sha512-s+pyvQeIKIZ0dx5iJiQk1tPLJAWln39+MI5jtM8wnyws+G5azk+dMnMX0qfbqNetKKNgcWWOdi0sfm+FbQbgdQ==",
+ "dev": true
+ },
+ "run-con": {
+ "version": "1.2.12",
+ "resolved": "https://registry.npmjs.org/run-con/-/run-con-1.2.12.tgz",
+ "integrity": "sha512-5257ILMYIF4RztL9uoZ7V9Q97zHtNHn5bN3NobeAnzB1P3ASLgg8qocM2u+R18ttp+VEM78N2LK8XcNVtnSRrg==",
+ "dev": true,
+ "requires": {
+ "deep-extend": "^0.6.0",
+ "ini": "~3.0.0",
+ "minimist": "^1.2.8",
+ "strip-json-comments": "~3.1.1"
+ },
+ "dependencies": {
+ "ini": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/ini/-/ini-3.0.1.tgz",
+ "integrity": "sha512-it4HyVAUTKBc6m8e1iXWvXSTdndF7HbdN713+kvLrymxTaU4AUBWrJ4vEooP+V7fexnVD3LKcBshjGGPefSMUQ==",
+ "dev": true
+ }
+ }
+ },
+ "run-parallel": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
+ "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
+ "dev": true,
+ "requires": {
+ "queue-microtask": "^1.2.2"
+ }
+ },
+ "rxjs": {
+ "version": "7.8.1",
+ "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
+ "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
+ "dev": true,
+ "requires": {
+ "tslib": "^2.1.0"
+ },
+ "dependencies": {
+ "tslib": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
+ "dev": true
+ }
+ }
+ },
+ "safe-array-concat": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.0.tgz",
+ "integrity": "sha512-ZdQ0Jeb9Ofti4hbt5lX3T2JcAamT9hfzYU1MNB+z/jaEbB6wfFfPIR/zEORmZqobkCCJhSjodobH6WHNmJ97dg==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.5",
+ "get-intrinsic": "^1.2.2",
+ "has-symbols": "^1.0.3",
+ "isarray": "^2.0.5"
+ }
+ },
+ "safe-buffer": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
+ "dev": true
+ },
+ "safe-regex-test": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz",
+ "integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.6",
+ "es-errors": "^1.3.0",
+ "is-regex": "^1.1.4"
+ }
+ },
+ "safer-buffer": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
+ "dev": true
+ },
+ "sass": {
+ "version": "1.70.0",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.70.0.tgz",
+ "integrity": "sha512-uUxNQ3zAHeAx5nRFskBnrWzDUJrrvpCPD5FNAoRvTi0WwremlheES3tg+56PaVtCs5QDRX5CBLxxKMDJMEa1WQ==",
+ "dev": true,
+ "requires": {
+ "chokidar": ">=3.0.0 <4.0.0",
+ "immutable": "^4.0.0",
+ "source-map-js": ">=0.6.2 <2.0.0"
+ }
+ },
+ "sass-loader": {
+ "version": "12.6.0",
+ "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz",
+ "integrity": "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==",
+ "dev": true,
+ "requires": {
+ "klona": "^2.0.4",
+ "neo-async": "^2.6.2"
+ }
+ },
+ "saxes": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
+ "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
+ "dev": true,
+ "requires": {
+ "xmlchars": "^2.2.0"
+ }
+ },
+ "scheduler": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz",
+ "integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==",
+ "dev": true,
+ "requires": {
+ "loose-envify": "^1.1.0",
+ "object-assign": "^4.1.1"
+ }
+ },
+ "schema-utils": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz",
+ "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==",
+ "dev": true,
+ "requires": {
+ "@types/json-schema": "^7.0.8",
+ "ajv": "^6.12.5",
+ "ajv-keywords": "^3.5.2"
+ }
+ },
+ "select-hose": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
+ "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==",
+ "dev": true
+ },
+ "selfsigned": {
+ "version": "2.4.1",
+ "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz",
+ "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==",
+ "dev": true,
+ "requires": {
+ "@types/node-forge": "^1.3.0",
+ "node-forge": "^1"
+ }
+ },
+ "semver": {
+ "version": "7.6.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
+ "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
+ "dev": true,
+ "requires": {
+ "lru-cache": "^6.0.0"
+ }
+ },
+ "send": {
+ "version": "0.18.0",
+ "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz",
+ "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==",
+ "dev": true,
+ "requires": {
+ "debug": "2.6.9",
+ "depd": "2.0.0",
+ "destroy": "1.2.0",
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "etag": "~1.8.1",
+ "fresh": "0.5.2",
+ "http-errors": "2.0.0",
+ "mime": "1.6.0",
+ "ms": "2.1.3",
+ "on-finished": "2.4.1",
+ "range-parser": "~1.2.1",
+ "statuses": "2.0.1"
+ },
+ "dependencies": {
+ "debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "requires": {
+ "ms": "2.0.0"
+ },
+ "dependencies": {
+ "ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
+ "dev": true
}
+ }
+ },
+ "mime": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
+ "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
+ "dev": true
+ },
+ "ms": {
+ "version": "2.1.3",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
+ "dev": true
+ }
+ }
+ },
+ "sentence-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/sentence-case/-/sentence-case-3.0.4.tgz",
+ "integrity": "sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==",
+ "dev": true,
+ "requires": {
+ "no-case": "^3.0.4",
+ "tslib": "^2.0.3",
+ "upper-case-first": "^2.0.2"
+ },
+ "dependencies": {
+ "tslib": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
+ "dev": true
+ }
+ }
+ },
+ "serialize-javascript": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
+ "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
+ "dev": true,
+ "requires": {
+ "randombytes": "^2.1.0"
+ }
+ },
+ "serve-index": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
+ "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==",
+ "dev": true,
+ "requires": {
+ "accepts": "~1.3.4",
+ "batch": "0.6.1",
+ "debug": "2.6.9",
+ "escape-html": "~1.0.3",
+ "http-errors": "~1.6.2",
+ "mime-types": "~2.1.17",
+ "parseurl": "~1.3.2"
+ },
+ "dependencies": {
+ "debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "requires": {
+ "ms": "2.0.0"
+ }
+ },
+ "depd": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
+ "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==",
+ "dev": true
+ },
+ "http-errors": {
+ "version": "1.6.3",
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
+ "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==",
+ "dev": true,
+ "requires": {
+ "depd": "~1.1.2",
+ "inherits": "2.0.3",
+ "setprototypeof": "1.1.0",
+ "statuses": ">= 1.4.0 < 2"
+ }
+ },
+ "inherits": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
+ "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==",
+ "dev": true
+ },
+ "ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
+ "dev": true
+ },
+ "setprototypeof": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
+ "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==",
+ "dev": true
+ },
+ "statuses": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
+ "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==",
+ "dev": true
+ }
+ }
+ },
+ "serve-static": {
+ "version": "1.15.0",
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz",
+ "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==",
+ "dev": true,
+ "requires": {
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "parseurl": "~1.3.3",
+ "send": "0.18.0"
+ }
+ },
+ "set-function-length": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.1.tgz",
+ "integrity": "sha512-j4t6ccc+VsKwYHso+kElc5neZpjtq9EnRICFZtWyBsLojhmeF/ZBd/elqm22WJh/BziDe/SBiOeAt0m2mfLD0g==",
+ "dev": true,
+ "requires": {
+ "define-data-property": "^1.1.2",
+ "es-errors": "^1.3.0",
+ "function-bind": "^1.1.2",
+ "get-intrinsic": "^1.2.3",
+ "gopd": "^1.0.1",
+ "has-property-descriptors": "^1.0.1"
+ }
+ },
+ "set-function-name": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.1.tgz",
+ "integrity": "sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==",
+ "dev": true,
+ "requires": {
+ "define-data-property": "^1.0.1",
+ "functions-have-names": "^1.2.3",
+ "has-property-descriptors": "^1.0.0"
+ }
+ },
+ "setprototypeof": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
+ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
+ "dev": true
+ },
+ "shallow-clone": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-0.1.2.tgz",
+ "integrity": "sha512-J1zdXCky5GmNnuauESROVu31MQSnLoYvlyEn6j2Ztk6Q5EHFIhxkMhYcv6vuDzl2XEzoRr856QwzMgWM/TmZgw==",
+ "dev": true,
+ "requires": {
+ "is-extendable": "^0.1.1",
+ "kind-of": "^2.0.1",
+ "lazy-cache": "^0.2.3",
+ "mixin-object": "^2.0.1"
+ },
+ "dependencies": {
+ "kind-of": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-2.0.1.tgz",
+ "integrity": "sha512-0u8i1NZ/mg0b+W3MGGw5I7+6Eib2nx72S/QvXa0hYjEkjTknYmEYQJwGu3mLC0BrhtJjtQafTkyRUQ75Kx0LVg==",
+ "dev": true,
+ "requires": {
+ "is-buffer": "^1.0.2"
+ }
+ },
+ "lazy-cache": {
+ "version": "0.2.7",
+ "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-0.2.7.tgz",
+ "integrity": "sha512-gkX52wvU/R8DVMMt78ATVPFMJqfW8FPz1GZ1sVHBVQHmu/WvhIWE4cE1GBzhJNFicDeYhnwp6Rl35BcAIM3YOQ==",
+ "dev": true
+ }
+ }
+ },
+ "shebang-command": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
+ "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==",
+ "dev": true,
+ "requires": {
+ "shebang-regex": "^1.0.0"
+ }
+ },
+ "shebang-regex": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
+ "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==",
+ "dev": true
+ },
+ "shell-quote": {
+ "version": "1.8.1",
+ "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz",
+ "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==",
+ "dev": true
+ },
+ "side-channel": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.5.tgz",
+ "integrity": "sha512-QcgiIWV4WV7qWExbN5llt6frQB/lBven9pqliLXfGPB+K9ZYXxDozp0wLkHS24kWCm+6YXH/f0HhnObZnZOBnQ==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.6",
+ "es-errors": "^1.3.0",
+ "get-intrinsic": "^1.2.4",
+ "object-inspect": "^1.13.1"
+ }
+ },
+ "signal-exit": {
+ "version": "3.0.7",
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
+ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
+ "dev": true
+ },
+ "sirv": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.4.tgz",
+ "integrity": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==",
+ "dev": true,
+ "requires": {
+ "@polka/url": "^1.0.0-next.24",
+ "mrmime": "^2.0.0",
+ "totalist": "^3.0.0"
+ }
+ },
+ "sisteransi": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
+ "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
+ "dev": true
+ },
+ "slash": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
+ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
+ "dev": true
+ },
+ "slice-ansi": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
+ "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.0.0",
+ "astral-regex": "^2.0.0",
+ "is-fullwidth-code-point": "^3.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ }
+ }
+ },
+ "smart-buffer": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
+ "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
+ "dev": true
+ },
+ "snake-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz",
+ "integrity": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==",
+ "dev": true,
+ "requires": {
+ "dot-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ },
+ "dependencies": {
+ "tslib": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
+ "dev": true
+ }
+ }
+ },
+ "sockjs": {
+ "version": "0.3.24",
+ "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz",
+ "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==",
+ "dev": true,
+ "requires": {
+ "faye-websocket": "^0.11.3",
+ "uuid": "^8.3.2",
+ "websocket-driver": "^0.7.4"
+ }
+ },
+ "socks": {
+ "version": "2.7.1",
+ "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz",
+ "integrity": "sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==",
+ "dev": true,
+ "requires": {
+ "ip": "^2.0.0",
+ "smart-buffer": "^4.2.0"
+ },
+ "dependencies": {
+ "ip": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz",
+ "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==",
+ "dev": true
+ }
+ }
+ },
+ "socks-proxy-agent": {
+ "version": "8.0.2",
+ "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.2.tgz",
+ "integrity": "sha512-8zuqoLv1aP/66PHF5TqwJ7Czm3Yv32urJQHrVyhD7mmA6d61Zv8cIXQYPTWwmg6qlupnPvs/QKDmfa4P/qct2g==",
+ "dev": true,
+ "requires": {
+ "agent-base": "^7.0.2",
+ "debug": "^4.3.4",
+ "socks": "^2.7.1"
+ },
+ "dependencies": {
+ "agent-base": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz",
+ "integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==",
+ "dev": true,
+ "requires": {
+ "debug": "^4.3.4"
+ }
+ }
+ }
+ },
+ "source-map": {
+ "version": "0.7.4",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
+ "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
+ "dev": true
+ },
+ "source-map-js": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
+ "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
+ "dev": true
+ },
+ "source-map-loader": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.2.tgz",
+ "integrity": "sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==",
+ "dev": true,
+ "requires": {
+ "abab": "^2.0.5",
+ "iconv-lite": "^0.6.3",
+ "source-map-js": "^1.0.1"
+ }
+ },
+ "source-map-support": {
+ "version": "0.5.13",
+ "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz",
+ "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==",
+ "dev": true,
+ "requires": {
+ "buffer-from": "^1.0.0",
+ "source-map": "^0.6.0"
+ },
+ "dependencies": {
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "dev": true
+ }
+ }
+ },
+ "spawnd": {
+ "version": "9.0.2",
+ "resolved": "https://registry.npmjs.org/spawnd/-/spawnd-9.0.2.tgz",
+ "integrity": "sha512-nl8DVHEDQ57IcKakzpjanspVChkMpGLuVwMR/eOn9cXE55Qr6luD2Kn06sA0ootRMdgrU4tInN6lA6ohTNvysw==",
+ "dev": true,
+ "requires": {
+ "signal-exit": "^4.1.0",
+ "tree-kill": "^1.2.2"
+ },
+ "dependencies": {
+ "signal-exit": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
+ "dev": true
+ }
+ }
+ },
+ "spdx-correct": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz",
+ "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==",
+ "dev": true,
+ "requires": {
+ "spdx-expression-parse": "^3.0.0",
+ "spdx-license-ids": "^3.0.0"
+ }
+ },
+ "spdx-exceptions": {
+ "version": "2.4.0",
+ "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.4.0.tgz",
+ "integrity": "sha512-hcjppoJ68fhxA/cjbN4T8N6uCUejN8yFw69ttpqtBeCbF3u13n7mb31NB9jKwGTTWWnt9IbRA/mf1FprYS8wfw==",
+ "dev": true
+ },
+ "spdx-expression-parse": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
+ "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
+ "dev": true,
+ "requires": {
+ "spdx-exceptions": "^2.1.0",
+ "spdx-license-ids": "^3.0.0"
+ }
+ },
+ "spdx-license-ids": {
+ "version": "3.0.16",
+ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.16.tgz",
+ "integrity": "sha512-eWN+LnM3GR6gPu35WxNgbGl8rmY1AEmoMDvL/QD6zYmPWgywxWqJWNdLGT+ke8dKNWrcYgYjPpG5gbTfghP8rw==",
+ "dev": true
+ },
+ "spdy": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz",
+ "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==",
+ "dev": true,
+ "requires": {
+ "debug": "^4.1.0",
+ "handle-thing": "^2.0.0",
+ "http-deceiver": "^1.2.7",
+ "select-hose": "^2.0.0",
+ "spdy-transport": "^3.0.0"
+ }
+ },
+ "spdy-transport": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz",
+ "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==",
+ "dev": true,
+ "requires": {
+ "debug": "^4.1.0",
+ "detect-node": "^2.0.4",
+ "hpack.js": "^2.1.6",
+ "obuf": "^1.1.2",
+ "readable-stream": "^3.0.6",
+ "wbuf": "^1.7.3"
+ }
+ },
+ "speedline-core": {
+ "version": "1.4.3",
+ "resolved": "https://registry.npmjs.org/speedline-core/-/speedline-core-1.4.3.tgz",
+ "integrity": "sha512-DI7/OuAUD+GMpR6dmu8lliO2Wg5zfeh+/xsdyJZCzd8o5JgFUjCeLsBDuZjIQJdwXS3J0L/uZYrELKYqx+PXog==",
+ "dev": true,
+ "requires": {
+ "@types/node": "*",
+ "image-ssim": "^0.2.0",
+ "jpeg-js": "^0.4.1"
+ }
+ },
+ "sprintf-js": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
+ "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
+ "dev": true
+ },
+ "stack-utils": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
+ "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
+ "dev": true,
+ "requires": {
+ "escape-string-regexp": "^2.0.0"
+ },
+ "dependencies": {
+ "escape-string-regexp": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
+ "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
+ "dev": true
+ }
+ }
+ },
+ "stackframe": {
+ "version": "1.3.4",
+ "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz",
+ "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==",
+ "dev": true
+ },
+ "statuses": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
+ "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
+ "dev": true
+ },
+ "streamx": {
+ "version": "2.15.7",
+ "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.15.7.tgz",
+ "integrity": "sha512-NPEKS5+yjyo597eafGbKW5ujh7Sm6lDLHZQd/lRSz6S0VarpADBJItqfB4PnwpS+472oob1GX5cCY9vzfJpHUA==",
+ "dev": true,
+ "requires": {
+ "fast-fifo": "^1.1.0",
+ "queue-tick": "^1.0.1"
+ }
+ },
+ "string-length": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
+ "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
+ "dev": true,
+ "requires": {
+ "char-regex": "^1.0.2",
+ "strip-ansi": "^6.0.0"
+ }
+ },
+ "string-width": {
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dev": true,
+ "requires": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "dependencies": {
+ "emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "dev": true
+ }
+ }
+ },
+ "string.prototype.matchall": {
+ "version": "4.0.10",
+ "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.10.tgz",
+ "integrity": "sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.2.0",
+ "es-abstract": "^1.22.1",
+ "get-intrinsic": "^1.2.1",
+ "has-symbols": "^1.0.3",
+ "internal-slot": "^1.0.5",
+ "regexp.prototype.flags": "^1.5.0",
+ "set-function-name": "^2.0.0",
+ "side-channel": "^1.0.4"
+ }
+ },
+ "string.prototype.trim": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz",
+ "integrity": "sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.2.0",
+ "es-abstract": "^1.22.1"
+ }
+ },
+ "string.prototype.trimend": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz",
+ "integrity": "sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.2.0",
+ "es-abstract": "^1.22.1"
+ }
+ },
+ "string.prototype.trimstart": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz",
+ "integrity": "sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.2.0",
+ "es-abstract": "^1.22.1"
+ }
+ },
+ "string_decoder": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
+ "dev": true,
+ "requires": {
+ "safe-buffer": "~5.2.0"
+ }
+ },
+ "strip-ansi": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "dev": true,
+ "requires": {
+ "ansi-regex": "^5.0.1"
+ }
+ },
+ "strip-bom": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
+ "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
+ "dev": true
+ },
+ "strip-final-newline": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
+ "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
+ "dev": true
+ },
+ "strip-indent": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz",
+ "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==",
+ "dev": true,
+ "requires": {
+ "min-indent": "^1.0.0"
+ }
+ },
+ "strip-json-comments": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
+ "dev": true
+ },
+ "strip-outer": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz",
+ "integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==",
+ "dev": true,
+ "requires": {
+ "escape-string-regexp": "^1.0.2"
+ }
+ },
+ "style-search": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz",
+ "integrity": "sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==",
+ "dev": true
+ },
+ "stylehacks": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-6.0.2.tgz",
+ "integrity": "sha512-00zvJGnCu64EpMjX8b5iCZ3us2Ptyw8+toEkb92VdmkEaRaSGBNKAoK6aWZckhXxmQP8zWiTaFaiMGIU8Ve8sg==",
+ "dev": true,
+ "requires": {
+ "browserslist": "^4.22.2",
+ "postcss-selector-parser": "^6.0.15"
+ }
+ },
+ "stylelint": {
+ "version": "14.16.1",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.16.1.tgz",
+ "integrity": "sha512-ErlzR/T3hhbV+a925/gbfc3f3Fep9/bnspMiJPorfGEmcBbXdS+oo6LrVtoUZ/w9fqD6o6k7PtUlCOsCRdjX/A==",
+ "dev": true,
+ "requires": {
+ "@csstools/selector-specificity": "^2.0.2",
+ "balanced-match": "^2.0.0",
+ "colord": "^2.9.3",
+ "cosmiconfig": "^7.1.0",
+ "css-functions-list": "^3.1.0",
+ "debug": "^4.3.4",
+ "fast-glob": "^3.2.12",
+ "fastest-levenshtein": "^1.0.16",
+ "file-entry-cache": "^6.0.1",
+ "global-modules": "^2.0.0",
+ "globby": "^11.1.0",
+ "globjoin": "^0.1.4",
+ "html-tags": "^3.2.0",
+ "ignore": "^5.2.1",
+ "import-lazy": "^4.0.0",
+ "imurmurhash": "^0.1.4",
+ "is-plain-object": "^5.0.0",
+ "known-css-properties": "^0.26.0",
+ "mathml-tag-names": "^2.1.3",
+ "meow": "^9.0.0",
+ "micromatch": "^4.0.5",
+ "normalize-path": "^3.0.0",
+ "picocolors": "^1.0.0",
+ "postcss": "^8.4.19",
+ "postcss-media-query-parser": "^0.2.3",
+ "postcss-resolve-nested-selector": "^0.1.1",
+ "postcss-safe-parser": "^6.0.0",
+ "postcss-selector-parser": "^6.0.11",
+ "postcss-value-parser": "^4.2.0",
+ "resolve-from": "^5.0.0",
+ "string-width": "^4.2.3",
+ "strip-ansi": "^6.0.1",
+ "style-search": "^0.1.0",
+ "supports-hyperlinks": "^2.3.0",
+ "svg-tags": "^1.0.0",
+ "table": "^6.8.1",
+ "v8-compile-cache": "^2.3.0",
+ "write-file-atomic": "^4.0.2"
+ },
+ "dependencies": {
+ "balanced-match": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz",
+ "integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==",
+ "dev": true
+ },
+ "global-modules": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
+ "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
+ "dev": true,
+ "requires": {
+ "global-prefix": "^3.0.0"
+ }
+ },
+ "global-prefix": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
+ "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
+ "dev": true,
+ "requires": {
+ "ini": "^1.3.5",
+ "kind-of": "^6.0.2",
+ "which": "^1.3.1"
+ }
+ },
+ "kind-of": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
+ "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
+ "dev": true
+ },
+ "resolve-from": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
+ "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
+ "dev": true
+ },
+ "write-file-atomic": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz",
+ "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==",
+ "dev": true,
+ "requires": {
+ "imurmurhash": "^0.1.4",
+ "signal-exit": "^3.0.7"
+ }
+ }
+ }
+ },
+ "stylelint-config-recommended": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-6.0.0.tgz",
+ "integrity": "sha512-ZorSSdyMcxWpROYUvLEMm0vSZud2uB7tX1hzBZwvVY9SV/uly4AvvJPPhCcymZL3fcQhEQG5AELmrxWqtmzacw==",
+ "dev": true
+ },
+ "stylelint-config-recommended-scss": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-5.0.2.tgz",
+ "integrity": "sha512-b14BSZjcwW0hqbzm9b0S/ScN2+3CO3O4vcMNOw2KGf8lfVSwJ4p5TbNEXKwKl1+0FMtgRXZj6DqVUe/7nGnuBg==",
+ "dev": true,
+ "requires": {
+ "postcss-scss": "^4.0.2",
+ "stylelint-config-recommended": "^6.0.0",
+ "stylelint-scss": "^4.0.0"
+ }
+ },
+ "stylelint-scss": {
+ "version": "4.7.0",
+ "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-4.7.0.tgz",
+ "integrity": "sha512-TSUgIeS0H3jqDZnby1UO1Qv3poi1N8wUYIJY6D1tuUq2MN3lwp/rITVo0wD+1SWTmRm0tNmGO0b7nKInnqF6Hg==",
+ "dev": true,
+ "requires": {
+ "postcss-media-query-parser": "^0.2.3",
+ "postcss-resolve-nested-selector": "^0.1.1",
+ "postcss-selector-parser": "^6.0.11",
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "supports-color": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^3.0.0"
+ }
+ },
+ "supports-hyperlinks": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz",
+ "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0",
+ "supports-color": "^7.0.0"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "supports-preserve-symlinks-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
+ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
+ "dev": true
+ },
+ "svg-parser": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz",
+ "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==",
+ "dev": true
+ },
+ "svg-tags": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
+ "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==",
+ "dev": true
+ },
+ "svgo": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.2.0.tgz",
+ "integrity": "sha512-4PP6CMW/V7l/GmKRKzsLR8xxjdHTV4IMvhTnpuHwwBazSIlw5W/5SmPjN8Dwyt7lKbSJrRDgp4t9ph0HgChFBQ==",
+ "dev": true,
+ "requires": {
+ "@trysound/sax": "0.2.0",
+ "commander": "^7.2.0",
+ "css-select": "^5.1.0",
+ "css-tree": "^2.3.1",
+ "css-what": "^6.1.0",
+ "csso": "^5.0.5",
+ "picocolors": "^1.0.0"
+ }
+ },
+ "symbol-tree": {
+ "version": "3.2.4",
+ "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
+ "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
+ "dev": true
+ },
+ "synckit": {
+ "version": "0.8.8",
+ "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.8.8.tgz",
+ "integrity": "sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==",
+ "dev": true,
+ "requires": {
+ "@pkgr/core": "^0.1.0",
+ "tslib": "^2.6.2"
+ },
+ "dependencies": {
+ "tslib": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
+ "dev": true
+ }
+ }
+ },
+ "table": {
+ "version": "6.8.1",
+ "resolved": "https://registry.npmjs.org/table/-/table-6.8.1.tgz",
+ "integrity": "sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==",
+ "dev": true,
+ "requires": {
+ "ajv": "^8.0.1",
+ "lodash.truncate": "^4.4.2",
+ "slice-ansi": "^4.0.0",
+ "string-width": "^4.2.3",
+ "strip-ansi": "^6.0.1"
+ },
+ "dependencies": {
+ "ajv": {
+ "version": "8.12.0",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
+ "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
+ "dev": true,
+ "requires": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ }
+ },
+ "json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
+ "dev": true
+ }
+ }
+ },
+ "tannin": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/tannin/-/tannin-1.2.0.tgz",
+ "integrity": "sha512-U7GgX/RcSeUETbV7gYgoz8PD7Ni4y95pgIP/Z6ayI3CfhSujwKEBlGFTCRN+Aqnuyf4AN2yHL+L8x+TCGjb9uA==",
+ "dev": true,
+ "requires": {
+ "@tannin/plural-forms": "^1.1.0"
+ }
+ },
+ "tapable": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
+ "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
+ "dev": true
+ },
+ "tar-fs": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.4.tgz",
+ "integrity": "sha512-5AFQU8b9qLfZCX9zp2duONhPmZv0hGYiBPJsyUdqMjzq/mqVpy/rEUSeHk1+YitmxugaptgBh5oDGU3VsAJq4w==",
+ "dev": true,
+ "requires": {
+ "mkdirp-classic": "^0.5.2",
+ "pump": "^3.0.0",
+ "tar-stream": "^3.1.5"
+ }
+ },
+ "tar-stream": {
+ "version": "3.1.7",
+ "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
+ "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
+ "dev": true,
+ "requires": {
+ "b4a": "^1.6.4",
+ "fast-fifo": "^1.2.0",
+ "streamx": "^2.15.0"
+ }
+ },
+ "terser": {
+ "version": "5.27.0",
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.27.0.tgz",
+ "integrity": "sha512-bi1HRwVRskAjheeYl291n3JC4GgO/Ty4z1nVs5AAsmonJulGxpSektecnNedrwK9C7vpvVtcX3cw00VSLt7U2A==",
+ "dev": true,
+ "requires": {
+ "@jridgewell/source-map": "^0.3.3",
+ "acorn": "^8.8.2",
+ "commander": "^2.20.0",
+ "source-map-support": "~0.5.20"
+ },
+ "dependencies": {
+ "commander": {
+ "version": "2.20.3",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
+ "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
+ "dev": true
+ },
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "dev": true
+ },
+ "source-map-support": {
+ "version": "0.5.21",
+ "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
+ "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
+ "dev": true,
+ "requires": {
+ "buffer-from": "^1.0.0",
+ "source-map": "^0.6.0"
+ }
+ }
+ }
+ },
+ "terser-webpack-plugin": {
+ "version": "5.3.10",
+ "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz",
+ "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==",
+ "dev": true,
+ "requires": {
+ "@jridgewell/trace-mapping": "^0.3.20",
+ "jest-worker": "^27.4.5",
+ "schema-utils": "^3.1.1",
+ "serialize-javascript": "^6.0.1",
+ "terser": "^5.26.0"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
+ },
+ "jest-worker": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
+ "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
+ "dev": true,
+ "requires": {
+ "@types/node": "*",
+ "merge-stream": "^2.0.0",
+ "supports-color": "^8.0.0"
+ }
+ },
+ "supports-color": {
+ "version": "8.1.1",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "test-exclude": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
+ "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
+ "dev": true,
+ "requires": {
+ "@istanbuljs/schema": "^0.1.2",
+ "glob": "^7.1.4",
+ "minimatch": "^3.0.4"
+ }
+ },
+ "text-table": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
+ "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
+ "dev": true
+ },
+ "third-party-web": {
+ "version": "0.23.4",
+ "resolved": "https://registry.npmjs.org/third-party-web/-/third-party-web-0.23.4.tgz",
+ "integrity": "sha512-kwYnSZRhEvv0SBW2fp8SBBKRglMoBjV8xz6C31m0ewqOtknB5UL+Ihg+M81hyFY5ldkZuGWPb+e4GVDkzf/gYg==",
+ "dev": true
+ },
+ "through": {
+ "version": "2.3.8",
+ "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
+ "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
+ "dev": true
+ },
+ "thunky": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz",
+ "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==",
+ "dev": true
+ },
+ "tmpl": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
+ "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==",
+ "dev": true
+ },
+ "to-fast-properties": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
+ "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
+ "dev": true
+ },
+ "to-regex-range": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
+ "dev": true,
+ "requires": {
+ "is-number": "^7.0.0"
+ }
+ },
+ "toidentifier": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
+ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
+ "dev": true
+ },
+ "totalist": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
+ "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
+ "dev": true
+ },
+ "tough-cookie": {
+ "version": "4.1.3",
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz",
+ "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==",
+ "dev": true,
+ "requires": {
+ "psl": "^1.1.33",
+ "punycode": "^2.1.1",
+ "universalify": "^0.2.0",
+ "url-parse": "^1.5.3"
+ },
+ "dependencies": {
+ "universalify": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
+ "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
+ "dev": true
+ }
+ }
+ },
+ "tr46": {
+ "version": "0.0.3",
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
+ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
+ "dev": true
+ },
+ "tree-kill": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz",
+ "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==",
+ "dev": true
+ },
+ "trim-newlines": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz",
+ "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==",
+ "dev": true
+ },
+ "trim-repeated": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz",
+ "integrity": "sha512-pkonvlKk8/ZuR0D5tLW8ljt5I8kmxp2XKymhepUeOdCEfKpZaktSArkLHZt76OB1ZvO9bssUsDty4SWhLvZpLg==",
+ "dev": true,
+ "requires": {
+ "escape-string-regexp": "^1.0.2"
+ }
+ },
+ "try-catch": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/try-catch/-/try-catch-3.0.1.tgz",
+ "integrity": "sha512-91yfXw1rr/P6oLpHSyHDOHm0vloVvUoo9FVdw8YwY05QjJQG9OT0LUxe2VRAzmHG+0CUOmI3nhxDUMLxDN/NEQ==",
+ "dev": true
+ },
+ "try-to-catch": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/try-to-catch/-/try-to-catch-3.0.1.tgz",
+ "integrity": "sha512-hOY83V84Hx/1sCzDSaJA+Xz2IIQOHRvjxzt+F0OjbQGPZ6yLPLArMA0gw/484MlfUkQbCpKYMLX3VDCAjWKfzQ==",
+ "dev": true
+ },
+ "ts-api-utils": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.2.1.tgz",
+ "integrity": "sha512-RIYA36cJn2WiH9Hy77hdF9r7oEwxAtB/TS9/S4Qd90Ap4z5FSiin5zEiTL44OII1Y3IIlEvxwxFUVgrHSZ/UpA==",
+ "dev": true
+ },
+ "tsconfig-paths": {
+ "version": "3.15.0",
+ "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
+ "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
+ "dev": true,
+ "requires": {
+ "@types/json5": "^0.0.29",
+ "json5": "^1.0.2",
+ "minimist": "^1.2.6",
+ "strip-bom": "^3.0.0"
+ },
+ "dependencies": {
+ "json5": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
+ "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
+ "dev": true,
+ "requires": {
+ "minimist": "^1.2.0"
+ }
+ }
+ }
+ },
+ "tslib": {
+ "version": "1.14.1",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
+ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
+ "dev": true
+ },
+ "tsutils": {
+ "version": "3.21.0",
+ "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
+ "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
+ "dev": true,
+ "requires": {
+ "tslib": "^1.8.1"
+ }
+ },
+ "type-check": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
+ "dev": true,
+ "requires": {
+ "prelude-ls": "^1.2.1"
+ }
+ },
+ "type-detect": {
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
+ "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
+ "dev": true
+ },
+ "type-fest": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
+ "dev": true
+ },
+ "type-is": {
+ "version": "1.6.18",
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
+ "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
+ "dev": true,
+ "requires": {
+ "media-typer": "0.3.0",
+ "mime-types": "~2.1.24"
+ }
+ },
+ "typed-array-buffer": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.1.tgz",
+ "integrity": "sha512-RSqu1UEuSlrBhHTWC8O9FnPjOduNs4M7rJ4pRKoEjtx1zUNOPN2sSXHLDX+Y2WPbHIxbvg4JFo2DNAEfPIKWoQ==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.6",
+ "es-errors": "^1.3.0",
+ "is-typed-array": "^1.1.13"
+ }
+ },
+ "typed-array-byte-length": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz",
+ "integrity": "sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.2",
+ "for-each": "^0.3.3",
+ "has-proto": "^1.0.1",
+ "is-typed-array": "^1.1.10"
+ }
+ },
+ "typed-array-byte-offset": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz",
+ "integrity": "sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==",
+ "dev": true,
+ "requires": {
+ "available-typed-arrays": "^1.0.5",
+ "call-bind": "^1.0.2",
+ "for-each": "^0.3.3",
+ "has-proto": "^1.0.1",
+ "is-typed-array": "^1.1.10"
+ }
+ },
+ "typed-array-length": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz",
+ "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.2",
+ "for-each": "^0.3.3",
+ "is-typed-array": "^1.1.9"
+ }
+ },
+ "typedarray-to-buffer": {
+ "version": "3.1.5",
+ "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
+ "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
+ "dev": true,
+ "requires": {
+ "is-typedarray": "^1.0.0"
+ }
+ },
+ "uc.micro": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",
+ "integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==",
+ "dev": true
+ },
+ "unbox-primitive": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
+ "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
+ "dev": true,
+ "requires": {
+ "call-bind": "^1.0.2",
+ "has-bigints": "^1.0.2",
+ "has-symbols": "^1.0.3",
+ "which-boxed-primitive": "^1.0.2"
+ }
+ },
+ "unbzip2-stream": {
+ "version": "1.4.3",
+ "resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz",
+ "integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==",
+ "dev": true,
+ "requires": {
+ "buffer": "^5.2.1",
+ "through": "^2.3.8"
+ }
+ },
+ "undici-types": {
+ "version": "5.26.5",
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
+ "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
+ "dev": true
+ },
+ "unicode-canonical-property-names-ecmascript": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
+ "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==",
+ "dev": true
+ },
+ "unicode-match-property-ecmascript": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
+ "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
+ "dev": true,
+ "requires": {
+ "unicode-canonical-property-names-ecmascript": "^2.0.0",
+ "unicode-property-aliases-ecmascript": "^2.0.0"
+ }
+ },
+ "unicode-match-property-value-ecmascript": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz",
+ "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==",
+ "dev": true
+ },
+ "unicode-property-aliases-ecmascript": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
+ "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
+ "dev": true
+ },
+ "unique-string": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
+ "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==",
+ "dev": true,
+ "requires": {
+ "crypto-random-string": "^2.0.0"
+ }
+ },
+ "universalify": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
+ "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
+ "dev": true
+ },
+ "unpipe": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
+ "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
+ "dev": true
+ },
+ "update-browserslist-db": {
+ "version": "1.0.13",
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz",
+ "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==",
+ "dev": true,
+ "requires": {
+ "escalade": "^3.1.1",
+ "picocolors": "^1.0.0"
+ }
+ },
+ "upper-case": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/upper-case/-/upper-case-2.0.2.tgz",
+ "integrity": "sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==",
+ "dev": true,
+ "requires": {
+ "tslib": "^2.0.3"
+ },
+ "dependencies": {
+ "tslib": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
+ "dev": true
+ }
+ }
+ },
+ "upper-case-first": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/upper-case-first/-/upper-case-first-2.0.2.tgz",
+ "integrity": "sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==",
+ "dev": true,
+ "requires": {
+ "tslib": "^2.0.3"
+ },
+ "dependencies": {
+ "tslib": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
+ "dev": true
+ }
+ }
+ },
+ "uri-js": {
+ "version": "4.4.1",
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
+ "dev": true,
+ "requires": {
+ "punycode": "^2.1.0"
+ }
+ },
+ "url-loader": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz",
+ "integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==",
+ "dev": true,
+ "requires": {
+ "loader-utils": "^2.0.0",
+ "mime-types": "^2.1.27",
+ "schema-utils": "^3.0.0"
+ }
+ },
+ "url-parse": {
+ "version": "1.5.10",
+ "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
+ "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
+ "dev": true,
+ "requires": {
+ "querystringify": "^2.1.1",
+ "requires-port": "^1.0.0"
+ }
+ },
+ "util-deprecate": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
+ "dev": true
+ },
+ "utils-merge": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
+ "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
+ "dev": true
+ },
+ "uuid": {
+ "version": "8.3.2",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
+ "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
+ "dev": true
+ },
+ "v8-compile-cache": {
+ "version": "2.4.0",
+ "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.4.0.tgz",
+ "integrity": "sha512-ocyWc3bAHBB/guyqJQVI5o4BZkPhznPYUG2ea80Gond/BgNWpap8TOmLSeeQG7bnh2KMISxskdADG59j7zruhw==",
+ "dev": true
+ },
+ "v8-to-istanbul": {
+ "version": "9.2.0",
+ "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.2.0.tgz",
+ "integrity": "sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==",
+ "dev": true,
+ "requires": {
+ "@jridgewell/trace-mapping": "^0.3.12",
+ "@types/istanbul-lib-coverage": "^2.0.1",
+ "convert-source-map": "^2.0.0"
+ }
+ },
+ "validate-npm-package-license": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
+ "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
+ "dev": true,
+ "requires": {
+ "spdx-correct": "^3.0.0",
+ "spdx-expression-parse": "^3.0.0"
+ }
+ },
+ "validate-npm-package-name": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.0.tgz",
+ "integrity": "sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==",
+ "dev": true,
+ "requires": {
+ "builtins": "^5.0.0"
+ }
+ },
+ "vary": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
+ "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
+ "dev": true
+ },
+ "w3c-xmlserializer": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-4.0.0.tgz",
+ "integrity": "sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==",
+ "dev": true,
+ "requires": {
+ "xml-name-validator": "^4.0.0"
+ }
+ },
+ "wait-on": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/wait-on/-/wait-on-7.2.0.tgz",
+ "integrity": "sha512-wCQcHkRazgjG5XoAq9jbTMLpNIjoSlZslrJ2+N9MxDsGEv1HnFoVjOCexL0ESva7Y9cu350j+DWADdk54s4AFQ==",
+ "dev": true,
+ "requires": {
+ "axios": "^1.6.1",
+ "joi": "^17.11.0",
+ "lodash": "^4.17.21",
+ "minimist": "^1.2.8",
+ "rxjs": "^7.8.1"
+ }
+ },
+ "walker": {
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
+ "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
+ "dev": true,
+ "requires": {
+ "makeerror": "1.0.12"
+ }
+ },
+ "watchpack": {
+ "version": "2.4.0",
+ "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz",
+ "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==",
+ "dev": true,
+ "requires": {
+ "glob-to-regexp": "^0.4.1",
+ "graceful-fs": "^4.1.2"
+ }
+ },
+ "wbuf": {
+ "version": "1.7.3",
+ "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz",
+ "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
+ "dev": true,
+ "requires": {
+ "minimalistic-assert": "^1.0.0"
+ }
+ },
+ "web-vitals": {
+ "version": "3.5.2",
+ "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz",
+ "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==",
+ "dev": true
+ },
+ "webidl-conversions": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
+ "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
+ "dev": true
+ },
+ "webpack": {
+ "version": "5.90.1",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.90.1.tgz",
+ "integrity": "sha512-SstPdlAC5IvgFnhiRok8hqJo/+ArAbNv7rhU4fnWGHNVfN59HSQFaxZDSAL3IFG2YmqxuRs+IU33milSxbPlog==",
+ "dev": true,
+ "requires": {
+ "@types/eslint-scope": "^3.7.3",
+ "@types/estree": "^1.0.5",
+ "@webassemblyjs/ast": "^1.11.5",
+ "@webassemblyjs/wasm-edit": "^1.11.5",
+ "@webassemblyjs/wasm-parser": "^1.11.5",
+ "acorn": "^8.7.1",
+ "acorn-import-assertions": "^1.9.0",
+ "browserslist": "^4.21.10",
+ "chrome-trace-event": "^1.0.2",
+ "enhanced-resolve": "^5.15.0",
+ "es-module-lexer": "^1.2.1",
+ "eslint-scope": "5.1.1",
+ "events": "^3.2.0",
+ "glob-to-regexp": "^0.4.1",
+ "graceful-fs": "^4.2.9",
+ "json-parse-even-better-errors": "^2.3.1",
+ "loader-runner": "^4.2.0",
+ "mime-types": "^2.1.27",
+ "neo-async": "^2.6.2",
+ "schema-utils": "^3.2.0",
+ "tapable": "^2.1.1",
+ "terser-webpack-plugin": "^5.3.10",
+ "watchpack": "^2.4.0",
+ "webpack-sources": "^3.2.3"
+ }
+ },
+ "webpack-bundle-analyzer": {
+ "version": "4.10.1",
+ "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.10.1.tgz",
+ "integrity": "sha512-s3P7pgexgT/HTUSYgxJyn28A+99mmLq4HsJepMPzu0R8ImJc52QNqaFYW1Z2z2uIb1/J3eYgaAWVpaC+v/1aAQ==",
+ "dev": true,
+ "requires": {
+ "@discoveryjs/json-ext": "0.5.7",
+ "acorn": "^8.0.4",
+ "acorn-walk": "^8.0.0",
+ "commander": "^7.2.0",
+ "debounce": "^1.2.1",
+ "escape-string-regexp": "^4.0.0",
+ "gzip-size": "^6.0.0",
+ "html-escaper": "^2.0.2",
+ "is-plain-object": "^5.0.0",
+ "opener": "^1.5.2",
+ "picocolors": "^1.0.0",
+ "sirv": "^2.0.3",
+ "ws": "^7.3.1"
+ },
+ "dependencies": {
+ "escape-string-regexp": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
+ "dev": true
+ }
+ }
+ },
+ "webpack-cli": {
+ "version": "5.1.4",
+ "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-5.1.4.tgz",
+ "integrity": "sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==",
+ "dev": true,
+ "requires": {
+ "@discoveryjs/json-ext": "^0.5.0",
+ "@webpack-cli/configtest": "^2.1.1",
+ "@webpack-cli/info": "^2.0.2",
+ "@webpack-cli/serve": "^2.0.5",
+ "colorette": "^2.0.14",
+ "commander": "^10.0.1",
+ "cross-spawn": "^7.0.3",
+ "envinfo": "^7.7.3",
+ "fastest-levenshtein": "^1.0.12",
+ "import-local": "^3.0.2",
+ "interpret": "^3.1.1",
+ "rechoir": "^0.8.0",
+ "webpack-merge": "^5.7.3"
+ },
+ "dependencies": {
+ "commander": {
+ "version": "10.0.1",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz",
+ "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==",
+ "dev": true
+ },
+ "cross-spawn": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+ "dev": true,
+ "requires": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ }
+ },
+ "shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "dev": true,
+ "requires": {
+ "shebang-regex": "^3.0.0"
+ }
+ },
+ "shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "dev": true
+ },
+ "which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "dev": true,
+ "requires": {
+ "isexe": "^2.0.0"
+ }
+ }
+ }
+ },
+ "webpack-dev-middleware": {
+ "version": "5.3.3",
+ "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz",
+ "integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==",
+ "dev": true,
+ "requires": {
+ "colorette": "^2.0.10",
+ "memfs": "^3.4.3",
+ "mime-types": "^2.1.31",
+ "range-parser": "^1.2.1",
+ "schema-utils": "^4.0.0"
+ },
+ "dependencies": {
+ "ajv": {
+ "version": "8.12.0",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
+ "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
+ "dev": true,
+ "requires": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ }
+ },
+ "ajv-keywords": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
+ "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
+ "dev": true,
+ "requires": {
+ "fast-deep-equal": "^3.1.3"
+ }
+ },
+ "json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
+ "dev": true
+ },
+ "schema-utils": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz",
+ "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==",
+ "dev": true,
+ "requires": {
+ "@types/json-schema": "^7.0.9",
+ "ajv": "^8.9.0",
+ "ajv-formats": "^2.1.1",
+ "ajv-keywords": "^5.1.0"
+ }
+ }
+ }
+ },
+ "webpack-dev-server": {
+ "version": "4.15.1",
+ "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.1.tgz",
+ "integrity": "sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==",
+ "dev": true,
+ "requires": {
+ "@types/bonjour": "^3.5.9",
+ "@types/connect-history-api-fallback": "^1.3.5",
+ "@types/express": "^4.17.13",
+ "@types/serve-index": "^1.9.1",
+ "@types/serve-static": "^1.13.10",
+ "@types/sockjs": "^0.3.33",
+ "@types/ws": "^8.5.5",
+ "ansi-html-community": "^0.0.8",
+ "bonjour-service": "^1.0.11",
+ "chokidar": "^3.5.3",
+ "colorette": "^2.0.10",
+ "compression": "^1.7.4",
+ "connect-history-api-fallback": "^2.0.0",
+ "default-gateway": "^6.0.3",
+ "express": "^4.17.3",
+ "graceful-fs": "^4.2.6",
+ "html-entities": "^2.3.2",
+ "http-proxy-middleware": "^2.0.3",
+ "ipaddr.js": "^2.0.1",
+ "launch-editor": "^2.6.0",
+ "open": "^8.0.9",
+ "p-retry": "^4.5.0",
+ "rimraf": "^3.0.2",
+ "schema-utils": "^4.0.0",
+ "selfsigned": "^2.1.1",
+ "serve-index": "^1.9.1",
+ "sockjs": "^0.3.24",
+ "spdy": "^4.0.2",
+ "webpack-dev-middleware": "^5.3.1",
+ "ws": "^8.13.0"
+ },
+ "dependencies": {
+ "ajv": {
+ "version": "8.12.0",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
+ "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
+ "dev": true,
+ "requires": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ }
+ },
+ "ajv-keywords": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
+ "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
+ "dev": true,
+ "requires": {
+ "fast-deep-equal": "^3.1.3"
+ }
+ },
+ "json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
+ "dev": true
+ },
+ "rimraf": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
+ "dev": true,
+ "requires": {
+ "glob": "^7.1.3"
+ }
+ },
+ "schema-utils": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz",
+ "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==",
+ "dev": true,
+ "requires": {
+ "@types/json-schema": "^7.0.9",
+ "ajv": "^8.9.0",
+ "ajv-formats": "^2.1.1",
+ "ajv-keywords": "^5.1.0"
+ }
+ },
+ "ws": {
+ "version": "8.16.0",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz",
+ "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==",
+ "dev": true
+ }
+ }
+ },
+ "webpack-merge": {
+ "version": "5.10.0",
+ "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.10.0.tgz",
+ "integrity": "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==",
+ "dev": true,
+ "requires": {
+ "clone-deep": "^4.0.1",
+ "flat": "^5.0.2",
+ "wildcard": "^2.0.0"
+ },
+ "dependencies": {
+ "clone-deep": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz",
+ "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==",
+ "dev": true,
+ "requires": {
+ "is-plain-object": "^2.0.4",
+ "kind-of": "^6.0.2",
+ "shallow-clone": "^3.0.0"
+ }
+ },
+ "is-plain-object": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
+ "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
+ "dev": true,
+ "requires": {
+ "isobject": "^3.0.1"
+ }
+ },
+ "kind-of": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
+ "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
+ "dev": true
+ },
+ "shallow-clone": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz",
+ "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==",
+ "dev": true,
+ "requires": {
+ "kind-of": "^6.0.2"
+ }
+ }
+ }
+ },
+ "webpack-sources": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz",
+ "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
+ "dev": true
+ },
+ "websocket-driver": {
+ "version": "0.7.4",
+ "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
+ "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
+ "dev": true,
+ "requires": {
+ "http-parser-js": ">=0.5.1",
+ "safe-buffer": ">=5.1.0",
+ "websocket-extensions": ">=0.1.1"
+ }
+ },
+ "websocket-extensions": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
+ "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==",
+ "dev": true
+ },
+ "whatwg-encoding": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz",
+ "integrity": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==",
+ "dev": true,
+ "requires": {
+ "iconv-lite": "0.6.3"
+ }
+ },
+ "whatwg-mimetype": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz",
+ "integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==",
+ "dev": true
+ },
+ "whatwg-url": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
+ "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
+ "dev": true,
+ "requires": {
+ "tr46": "~0.0.3",
+ "webidl-conversions": "^3.0.0"
+ }
+ },
+ "which": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
+ "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
+ "dev": true,
+ "requires": {
+ "isexe": "^2.0.0"
+ }
+ },
+ "which-boxed-primitive": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
+ "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
+ "dev": true,
+ "requires": {
+ "is-bigint": "^1.0.1",
+ "is-boolean-object": "^1.1.0",
+ "is-number-object": "^1.0.4",
+ "is-string": "^1.0.5",
+ "is-symbol": "^1.0.3"
+ }
+ },
+ "which-builtin-type": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz",
+ "integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==",
+ "dev": true,
+ "requires": {
+ "function.prototype.name": "^1.1.5",
+ "has-tostringtag": "^1.0.0",
+ "is-async-function": "^2.0.0",
+ "is-date-object": "^1.0.5",
+ "is-finalizationregistry": "^1.0.2",
+ "is-generator-function": "^1.0.10",
+ "is-regex": "^1.1.4",
+ "is-weakref": "^1.0.2",
+ "isarray": "^2.0.5",
+ "which-boxed-primitive": "^1.0.2",
+ "which-collection": "^1.0.1",
+ "which-typed-array": "^1.1.9"
+ }
+ },
+ "which-collection": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz",
+ "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==",
+ "dev": true,
+ "requires": {
+ "is-map": "^2.0.1",
+ "is-set": "^2.0.1",
+ "is-weakmap": "^2.0.1",
+ "is-weakset": "^2.0.1"
+ }
+ },
+ "which-typed-array": {
+ "version": "1.1.14",
+ "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.14.tgz",
+ "integrity": "sha512-VnXFiIW8yNn9kIHN88xvZ4yOWchftKDsRJ8fEPacX/wl1lOvBrhsJ/OeJCXq7B0AaijRuqgzSKalJoPk+D8MPg==",
+ "dev": true,
+ "requires": {
+ "available-typed-arrays": "^1.0.6",
+ "call-bind": "^1.0.5",
+ "for-each": "^0.3.3",
+ "gopd": "^1.0.1",
+ "has-tostringtag": "^1.0.1"
+ }
+ },
+ "wildcard": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz",
+ "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==",
+ "dev": true
+ },
+ "wp-pot": {
+ "version": "1.10.2",
+ "resolved": "https://registry.npmjs.org/wp-pot/-/wp-pot-1.10.2.tgz",
+ "integrity": "sha512-NJ9+dsSilghAYMiuGdURJSbKFf9Z2mH+P6ojT8Nw1Pp8KuwvHdRTFTYK73THlYzohUEXlQGpvKkz+mJb8K1ToA==",
+ "dev": true,
+ "requires": {
+ "espree": "^9.3.1",
+ "matched": "^5.0.1",
+ "path-sort": "^0.1.0",
+ "php-parser": "^3.0.3"
+ }
+ },
+ "wrap-ansi": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
}
+ }
+ },
+ "wrappy": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
+ "dev": true
+ },
+ "write-file-atomic": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
+ "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
+ "dev": true,
+ "requires": {
+ "imurmurhash": "^0.1.4",
+ "is-typedarray": "^1.0.0",
+ "signal-exit": "^3.0.2",
+ "typedarray-to-buffer": "^3.1.5"
+ }
+ },
+ "ws": {
+ "version": "7.5.9",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
+ "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
+ "dev": true
+ },
+ "xdg-basedir": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz",
+ "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==",
+ "dev": true
+ },
+ "xml-name-validator": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz",
+ "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==",
+ "dev": true
+ },
+ "xmlchars": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
+ "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
+ "dev": true
+ },
+ "y18n": {
+ "version": "5.0.8",
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
+ "dev": true
+ },
+ "yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "dev": true
+ },
+ "yaml": {
+ "version": "1.10.2",
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
+ "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
+ "dev": true
+ },
+ "yargs": {
+ "version": "17.7.2",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
+ "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
+ "dev": true,
+ "requires": {
+ "cliui": "^8.0.1",
+ "escalade": "^3.1.1",
+ "get-caller-file": "^2.0.5",
+ "require-directory": "^2.1.1",
+ "string-width": "^4.2.3",
+ "y18n": "^5.0.5",
+ "yargs-parser": "^21.1.1"
+ }
+ },
+ "yargs-parser": {
+ "version": "21.1.1",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
+ "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
+ "dev": true
+ },
+ "yauzl": {
+ "version": "2.10.0",
+ "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
+ "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==",
+ "dev": true,
+ "requires": {
+ "buffer-crc32": "~0.2.3",
+ "fd-slicer": "~1.1.0"
+ }
+ },
+ "yocto-queue": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
+ "dev": true
}
+ }
}
diff --git a/package.json b/package.json
index 590c1a481..3007b0fe0 100644
--- a/package.json
+++ b/package.json
@@ -1,26 +1,33 @@
{
- "version": "6.9.2",
- "name": "cart-woocommerce",
- "description": "Gateway de pagamento Mercado Pago para WooCommerce",
- "scripts": {
- "php:lint": "composer phpcs",
- "php:fix": "composer phpcbf",
- "build": "npm run build:js && npm run build:css",
- "build:js": "node -e 'require(\"./main.js\").minifyFiles(\"js\")'",
- "build:css": "node -e 'require(\"./main.js\").minifyFiles(\"css\")'",
- "pot": "node -e 'require(\"./main.js\").generatePotFiles()'",
- "lint": "jshint",
- "husky": "husky install && rm -rf .husky/_/.gitignore"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/mercadopago/cart-woocommerce"
- },
- "main": "main.js",
- "devDependencies": {
- "husky": "^7.0.0",
- "jshint": "^2.13.4",
- "minify": "^7.2.2",
- "wp-pot": "^1.9.9"
- }
+ "name": "woocommerce-mercadopago",
+ "description": "Woocommerce MercadoPago Payment Gateway",
+ "version": "7.3.5",
+ "main": "main.js",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/mercadopago/cart-woocommerce"
+ },
+ "scripts": {
+ "build": "npm run build:narciso && npm run build:js && npm run build:css && npm run build:webpack",
+ "build:js": "node -e 'require(\"./main.js\").minifyFiles(\"js\")'",
+ "build:css": "node -e 'require(\"./main.js\").minifyFiles(\"css\")'",
+ "build:webpack": "wp-scripts build assets/js/blocks/**.js",
+ "php:fix": "composer phpcbf",
+ "php:lint": "composer phpcs",
+ "js:lint": "jshint",
+ "pot": "node -e 'require(\"./main.js\").generatePotFiles()'",
+ "prebuild:narciso": "sh packages/narciso/bin/pre-assets.sh",
+ "postbuild:narciso": "sh packages/narciso/bin/post-assets.sh",
+ "build:narciso": "webpack --mode=production --config narciso.webpack.config.js"
+ },
+ "devDependencies": {
+ "@woocommerce/dependency-extraction-webpack-plugin": "^2.2.0",
+ "@woocommerce/eslint-plugin": "^2.2.0",
+ "@wordpress/scripts": "^26.16.0",
+ "css-minimizer-webpack-plugin": "^5.0.1",
+ "jshint": "^2.13.5",
+ "minify": "^7.2.2",
+ "webpack-cli": "^5.1.4",
+ "wp-pot": "^1.10.2"
+ }
}
diff --git a/packages/index.php b/packages/index.php
new file mode 100644
index 000000000..258f3fae9
--- /dev/null
+++ b/packages/index.php
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+ Alert Details
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tests/index.php b/tests/index.php
new file mode 100644
index 000000000..da8f1da45
--- /dev/null
+++ b/tests/index.php
@@ -0,0 +1,13 @@
+
+ plugin.constructor.name !== 'DependencyExtractionWebpackPlugin'
+ ),
+ new DependencyExtractionWebpackPlugin(),
+ ],
+};
\ No newline at end of file