Version Description
Download this release
Release Info
| Developer | mercadopago |
| Plugin | |
| Version | 6.2.0 |
| Comparing to | |
| See all releases | |
Code changes from version 6.1.0 to 6.2.0
- assets/css/components_mercadopago.css +41 -15
- assets/css/components_mercadopago.min.css +1 -1
- assets/css/credits/example-info.css +191 -0
- assets/css/credits/example-info.min.css +1 -0
- assets/css/credits/modal.css +264 -0
- assets/css/credits/modal.min.css +1 -0
- assets/css/global.css +56 -9
- assets/css/global.min.css +1 -1
- assets/css/mp-plugins-components.css +1 -1
- assets/css/mp-plugins-components.min.css +1 -1
- assets/css/saved_cards_notice_mercadopago.css +2 -2
- assets/css/saved_cards_notice_mercadopago.min.css +1 -1
- assets/images/credits/MLA_view_desktop.gif +0 -0
- assets/images/credits/MLA_view_mobile.gif +0 -0
- assets/images/credits/MLB_view_desktop.gif +0 -0
- assets/images/credits/MLB_view_mobile.gif +0 -0
- assets/images/credits/MLM_view_desktop.gif +0 -0
- assets/images/credits/MLM_view_mobile.gif +0 -0
- assets/images/credits/cellphone-blue-icon.png +0 -0
- assets/images/credits/cellphone-gray-icon.png +0 -0
- assets/images/credits/close-icon.png +0 -0
- assets/images/credits/desktop-blue-icon.png +0 -0
- assets/images/credits/desktop-gray-icon.png +0 -0
- assets/images/credits/logo-mp.png +0 -0
- assets/images/credits/mp-logo-hands-shake.png +0 -0
- assets/images/credits/view_desktop.gif +0 -0
- assets/images/credits/view_mobile.gif +0 -0
- assets/images/ml_mp_logo.png +0 -0
- assets/images/pix-admin/example-en.png +0 -0
- assets/images/pix-admin/example-es.png +0 -0
- assets/images/pix-admin/example-pt.png +0 -0
- assets/js/credits/example-info.js +58 -0
- assets/js/credits/example-info.min.js +1 -0
- assets/js/credits/script.js +58 -0
- assets/js/credits/script.min.js +1 -0
- assets/js/mp-plugins-components.js +1 -1
- assets/js/mp-plugins-components.min.js +1 -1
- assets/js/securityFields/checkoutSecurityFields.js +5 -2
- assets/js/securityFields/checkoutSecurityFields.min.js +1 -1
- assets/js/securityFields/securityFields.js +295 -246
- assets/js/securityFields/securityFields.min.js +1 -1
- i18n/languages/woocommerce-mercadopago-es_AR.mo +0 -0
- i18n/languages/woocommerce-mercadopago-es_AR.po +520 -303
- i18n/languages/woocommerce-mercadopago-es_CL.mo +0 -0
- i18n/languages/woocommerce-mercadopago-es_CL.po +520 -303
- i18n/languages/woocommerce-mercadopago-es_CO.mo +0 -0
- i18n/languages/woocommerce-mercadopago-es_CO.po +520 -303
- i18n/languages/woocommerce-mercadopago-es_ES.mo +0 -0
- i18n/languages/woocommerce-mercadopago-es_ES.po +520 -303
- i18n/languages/woocommerce-mercadopago-es_MX.mo +0 -0
- i18n/languages/woocommerce-mercadopago-es_MX.po +520 -303
- i18n/languages/woocommerce-mercadopago-es_PE.mo +0 -0
- i18n/languages/woocommerce-mercadopago-es_PE.po +520 -303
- i18n/languages/woocommerce-mercadopago-es_UY.mo +0 -0
- i18n/languages/woocommerce-mercadopago-es_UY.po +520 -303
- i18n/languages/woocommerce-mercadopago-es_VE.mo +0 -0
- i18n/languages/woocommerce-mercadopago-es_VE.po +520 -303
- i18n/languages/woocommerce-mercadopago-pt_BR.mo +0 -0
- i18n/languages/woocommerce-mercadopago-pt_BR.po +241 -178
assets/css/components_mercadopago.css
CHANGED
|
@@ -39,11 +39,11 @@
|
|
| 39 |
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
|
| 40 |
}
|
| 41 |
|
| 42 |
-
.mp-toggle-checkbox:checked
|
| 43 |
background: #009ee3;
|
| 44 |
}
|
| 45 |
|
| 46 |
-
.mp-toggle-checkbox:checked
|
| 47 |
left: 30px;
|
| 48 |
}
|
| 49 |
|
|
@@ -63,17 +63,11 @@
|
|
| 63 |
display: none;
|
| 64 |
}
|
| 65 |
|
| 66 |
-
.mp-toggle-checkbox:checked
|
| 67 |
-
+ .mp-toggle-switch
|
| 68 |
-
+ .mp-toggle-label
|
| 69 |
-
> span.mp-toggle-label-disabled {
|
| 70 |
display: none;
|
| 71 |
}
|
| 72 |
|
| 73 |
-
.mp-toggle-checkbox:checked
|
| 74 |
-
+ .mp-toggle-switch
|
| 75 |
-
+ .mp-toggle-label
|
| 76 |
-
> span.mp-toggle-label-enabled {
|
| 77 |
display: inline;
|
| 78 |
}
|
| 79 |
|
|
@@ -82,6 +76,26 @@
|
|
| 82 |
font-size: 14px !important;
|
| 83 |
}
|
| 84 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 85 |
/* Checkbox List Component */
|
| 86 |
|
| 87 |
.mp-checkbox-list-description {
|
|
@@ -145,11 +159,13 @@
|
|
| 145 |
display: flex;
|
| 146 |
margin: 32px 0px 32px 0px;
|
| 147 |
}
|
|
|
|
| 148 |
.mp-alert-color-sucess {
|
| 149 |
width: 6px;
|
| 150 |
background: #009ee3;
|
| 151 |
border-radius: 6px 0 0 6px;
|
| 152 |
}
|
|
|
|
| 153 |
.mp-alert-color-alert {
|
| 154 |
width: 6px;
|
| 155 |
background: #ff7733;
|
|
@@ -163,22 +179,22 @@
|
|
| 163 |
.mp-card-body-payments {
|
| 164 |
display: flex;
|
| 165 |
align-items: flex-start;
|
| 166 |
-
padding: 24px
|
| 167 |
background: rgba(0, 0, 0, 0.04);
|
| 168 |
border-radius: 0 6px 6px 0;
|
| 169 |
}
|
| 170 |
-
|
| 171 |
-
width: 653px;
|
| 172 |
-
}
|
| 173 |
.mp-card-body-size-homolog {
|
| 174 |
width: 700px;
|
| 175 |
}
|
|
|
|
| 176 |
.mp-icon-badge-info {
|
| 177 |
background: url(../images/icon-tip.png) 98% 50% no-repeat transparent;
|
| 178 |
margin: 5px 16px 16px 12px;
|
| 179 |
-
width:
|
| 180 |
height: 20px;
|
| 181 |
}
|
|
|
|
| 182 |
.mp-icon-badge-warning {
|
| 183 |
background: url(../images/icon-warning.png) 98% 50% no-repeat transparent;
|
| 184 |
margin: 5px 16px 16px 12px;
|
|
@@ -186,6 +202,7 @@
|
|
| 186 |
height: 20px;
|
| 187 |
padding-left: 10px;
|
| 188 |
}
|
|
|
|
| 189 |
.mp-text-title {
|
| 190 |
font-family: "Proxima Nova", -apple-system, "Helvetica Neue", Helvetica,
|
| 191 |
"Roboto", Arial, sans-serif;
|
|
@@ -197,6 +214,7 @@
|
|
| 197 |
margin: 4px 0px;
|
| 198 |
font-weight: bold;
|
| 199 |
}
|
|
|
|
| 200 |
.mp-text-subtitle {
|
| 201 |
font-family: "Proxima Nova", -apple-system, "Helvetica Neue", Helvetica,
|
| 202 |
"Roboto", Arial, sans-serif;
|
|
@@ -221,9 +239,11 @@
|
|
| 221 |
transition: box-shadow 0.25s ease-out, background-color 0.2s ease-out;
|
| 222 |
box-shadow: 0 0 0 0 #fff;
|
| 223 |
}
|
|
|
|
| 224 |
.mp-button-payments-a {
|
| 225 |
text-decoration: none;
|
| 226 |
}
|
|
|
|
| 227 |
.mp-button-payments:hover {
|
| 228 |
border-color: transparent;
|
| 229 |
background-color: #007eb5;
|
|
@@ -231,12 +251,14 @@
|
|
| 231 |
-webkit-transition: background-color 0.2s ease-in;
|
| 232 |
transition: background-color 0.2s ease-in;
|
| 233 |
}
|
|
|
|
| 234 |
.mp-button-payments:focus {
|
| 235 |
outline: 0;
|
| 236 |
box-shadow: 0 0 0 0.1875em rgb(27 135 201 / 30%);
|
| 237 |
-webkit-transition: box-shadow 0.25s ease-in;
|
| 238 |
transition: box-shadow 0.25s ease-in;
|
| 239 |
}
|
|
|
|
| 240 |
.mp-button-payments:active {
|
| 241 |
border-color: transparent;
|
| 242 |
background-color: #005e88;
|
|
@@ -269,4 +291,8 @@
|
|
| 269 |
.mp-component-card {
|
| 270 |
max-width: 100%;
|
| 271 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 272 |
}
|
| 39 |
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
|
| 40 |
}
|
| 41 |
|
| 42 |
+
.mp-toggle-checkbox:checked+.mp-toggle-switch {
|
| 43 |
background: #009ee3;
|
| 44 |
}
|
| 45 |
|
| 46 |
+
.mp-toggle-checkbox:checked+.mp-toggle-switch:before {
|
| 47 |
left: 30px;
|
| 48 |
}
|
| 49 |
|
| 63 |
display: none;
|
| 64 |
}
|
| 65 |
|
| 66 |
+
.mp-toggle-checkbox:checked+.mp-toggle-switch+.mp-toggle-label>span.mp-toggle-label-disabled {
|
|
|
|
|
|
|
|
|
|
| 67 |
display: none;
|
| 68 |
}
|
| 69 |
|
| 70 |
+
.mp-toggle-checkbox:checked+.mp-toggle-switch+.mp-toggle-label>span.mp-toggle-label-enabled {
|
|
|
|
|
|
|
|
|
|
| 71 |
display: inline;
|
| 72 |
}
|
| 73 |
|
| 76 |
font-size: 14px !important;
|
| 77 |
}
|
| 78 |
|
| 79 |
+
.mp-badge-new {
|
| 80 |
+
position: absolute !important;
|
| 81 |
+
transform: translate(0%, 15%);
|
| 82 |
+
border-radius: 40px;
|
| 83 |
+
background: rgba(71, 154, 209, 0.1);
|
| 84 |
+
font-style: normal;
|
| 85 |
+
font-weight: 400;
|
| 86 |
+
font-size: 14px !important;
|
| 87 |
+
line-height: 18px !important;
|
| 88 |
+
color: #009EE3;
|
| 89 |
+
margin-left: 16px;
|
| 90 |
+
padding: 3px 14px 3px 14px;
|
| 91 |
+
}
|
| 92 |
+
|
| 93 |
+
.mp-toggle-subtitle a {
|
| 94 |
+
text-decoration: none;
|
| 95 |
+
color: #039ee3;
|
| 96 |
+
font-weight: bold;
|
| 97 |
+
}
|
| 98 |
+
|
| 99 |
/* Checkbox List Component */
|
| 100 |
|
| 101 |
.mp-checkbox-list-description {
|
| 159 |
display: flex;
|
| 160 |
margin: 32px 0px 32px 0px;
|
| 161 |
}
|
| 162 |
+
|
| 163 |
.mp-alert-color-sucess {
|
| 164 |
width: 6px;
|
| 165 |
background: #009ee3;
|
| 166 |
border-radius: 6px 0 0 6px;
|
| 167 |
}
|
| 168 |
+
|
| 169 |
.mp-alert-color-alert {
|
| 170 |
width: 6px;
|
| 171 |
background: #ff7733;
|
| 179 |
.mp-card-body-payments {
|
| 180 |
display: flex;
|
| 181 |
align-items: flex-start;
|
| 182 |
+
padding: 24px 24px 24px 0px;
|
| 183 |
background: rgba(0, 0, 0, 0.04);
|
| 184 |
border-radius: 0 6px 6px 0;
|
| 185 |
}
|
| 186 |
+
|
|
|
|
|
|
|
| 187 |
.mp-card-body-size-homolog {
|
| 188 |
width: 700px;
|
| 189 |
}
|
| 190 |
+
|
| 191 |
.mp-icon-badge-info {
|
| 192 |
background: url(../images/icon-tip.png) 98% 50% no-repeat transparent;
|
| 193 |
margin: 5px 16px 16px 12px;
|
| 194 |
+
width: 22px;
|
| 195 |
height: 20px;
|
| 196 |
}
|
| 197 |
+
|
| 198 |
.mp-icon-badge-warning {
|
| 199 |
background: url(../images/icon-warning.png) 98% 50% no-repeat transparent;
|
| 200 |
margin: 5px 16px 16px 12px;
|
| 202 |
height: 20px;
|
| 203 |
padding-left: 10px;
|
| 204 |
}
|
| 205 |
+
|
| 206 |
.mp-text-title {
|
| 207 |
font-family: "Proxima Nova", -apple-system, "Helvetica Neue", Helvetica,
|
| 208 |
"Roboto", Arial, sans-serif;
|
| 214 |
margin: 4px 0px;
|
| 215 |
font-weight: bold;
|
| 216 |
}
|
| 217 |
+
|
| 218 |
.mp-text-subtitle {
|
| 219 |
font-family: "Proxima Nova", -apple-system, "Helvetica Neue", Helvetica,
|
| 220 |
"Roboto", Arial, sans-serif;
|
| 239 |
transition: box-shadow 0.25s ease-out, background-color 0.2s ease-out;
|
| 240 |
box-shadow: 0 0 0 0 #fff;
|
| 241 |
}
|
| 242 |
+
|
| 243 |
.mp-button-payments-a {
|
| 244 |
text-decoration: none;
|
| 245 |
}
|
| 246 |
+
|
| 247 |
.mp-button-payments:hover {
|
| 248 |
border-color: transparent;
|
| 249 |
background-color: #007eb5;
|
| 251 |
-webkit-transition: background-color 0.2s ease-in;
|
| 252 |
transition: background-color 0.2s ease-in;
|
| 253 |
}
|
| 254 |
+
|
| 255 |
.mp-button-payments:focus {
|
| 256 |
outline: 0;
|
| 257 |
box-shadow: 0 0 0 0.1875em rgb(27 135 201 / 30%);
|
| 258 |
-webkit-transition: box-shadow 0.25s ease-in;
|
| 259 |
transition: box-shadow 0.25s ease-in;
|
| 260 |
}
|
| 261 |
+
|
| 262 |
.mp-button-payments:active {
|
| 263 |
border-color: transparent;
|
| 264 |
background-color: #005e88;
|
| 291 |
.mp-component-card {
|
| 292 |
max-width: 100%;
|
| 293 |
}
|
| 294 |
+
|
| 295 |
+
.mp-badge-new {
|
| 296 |
+
transform: translate(0%, 0%);
|
| 297 |
+
}
|
| 298 |
}
|
assets/css/components_mercadopago.min.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
.mp-toggle{cursor:pointer;display:inline-block}.mp-toggle-switch{display:inline-block;background:#ccc;border-radius:16px;width:58px;height:32px;position:relative;vertical-align:middle;transition:background .25s}.mp-toggle-switch:after,.mp-toggle-switch:before{content:""}.mp-toggle-switch:before{display:block;background:linear-gradient(to bottom,#fff 0,#eee 100%);border-radius:50%;box-shadow:0 0 0 1px rgba(0,0,0,.25);width:24px;height:24px;position:absolute;top:4px;left:4px;transition:left .25s}.mp-toggle:hover .mp-toggle-switch:before{background:linear-gradient(to bottom,#fff 0,#fff 100%);box-shadow:0 0 0 1px rgba(0,0,0,.5)}.mp-toggle-checkbox:checked+.mp-toggle-switch{background:#009ee3}.mp-toggle-checkbox:checked+.mp-toggle-switch:before{left:30px}.mp-toggle-checkbox{position:absolute;visibility:hidden}.mp-toggle-label{margin-left:5px;position:relative;top:2px;display:inline}.mp-toggle-label-enabled{display:none}.mp-toggle-checkbox:checked+.mp-toggle-switch+.mp-toggle-label>span.mp-toggle-label-disabled{display:none}.mp-toggle-checkbox:checked+.mp-toggle-switch+.mp-toggle-label>span.mp-toggle-label-enabled{display:inline}.mp-toggle-subtitle{font-weight:400!important;font-size:14px!important}.mp-checkbox-list-description{margin:10px}.mp-list-group{list-style:none;padding:10px;width:fit-content;min-width:30%;display:-moz-inline-grid;display:-ms-inline-grid;display:inline-grid}.mp-list-group-item{border:1.5px solid rgba(0,0,0,.1);height:40px;margin:0}.mp-list-group-item:first-child{border-radius:6px 6px 0 0}.mp-list-group-item:last-child{border-radius:0 0 6px 6px}.mp-custom-checkbox{margin:10px}.mp-custom-checkbox-input{vertical-align:middle}.mp-custom-checkbox-label{vertical-align:middle;cursor:pointer;font-size:14px}@media screen and (max-width:1200px){.mp-list-group{display:block;min-width:50%}}@media screen and (max-width:680px){.mp-list-group{width:100%}}.mp-card-info{display:flex;margin:32px 0 32px 0}.mp-alert-color-sucess{width:6px;background:#009ee3;border-radius:6px 0 0 6px}.mp-alert-color-alert{width:6px;background:#f73;border-radius:6px 0 0 6px}.mp-alert-color-error{width:6px;background:#f33;border-radius:6px 0 0 6px}.mp-card-body-payments{display:flex;align-items:flex-start;padding:24px
|
| 1 |
+
.mp-toggle{cursor:pointer;display:inline-block}.mp-toggle-switch{display:inline-block;background:#ccc;border-radius:16px;width:58px;height:32px;position:relative;vertical-align:middle;transition:background .25s}.mp-toggle-switch:after,.mp-toggle-switch:before{content:""}.mp-toggle-switch:before{display:block;background:linear-gradient(to bottom,#fff 0,#eee 100%);border-radius:50%;box-shadow:0 0 0 1px rgba(0,0,0,.25);width:24px;height:24px;position:absolute;top:4px;left:4px;transition:left .25s}.mp-toggle:hover .mp-toggle-switch:before{background:linear-gradient(to bottom,#fff 0,#fff 100%);box-shadow:0 0 0 1px rgba(0,0,0,.5)}.mp-toggle-checkbox:checked+.mp-toggle-switch{background:#009ee3}.mp-toggle-checkbox:checked+.mp-toggle-switch:before{left:30px}.mp-toggle-checkbox{position:absolute;visibility:hidden}.mp-toggle-label{margin-left:5px;position:relative;top:2px;display:inline}.mp-toggle-label-enabled{display:none}.mp-toggle-checkbox:checked+.mp-toggle-switch+.mp-toggle-label>span.mp-toggle-label-disabled{display:none}.mp-toggle-checkbox:checked+.mp-toggle-switch+.mp-toggle-label>span.mp-toggle-label-enabled{display:inline}.mp-toggle-subtitle{font-weight:400!important;font-size:14px!important}.mp-badge-new{position:absolute!important;transform:translate(0,15%);border-radius:40px;background:rgba(71,154,209,.1);font-style:normal;font-weight:400;font-size:14px!important;line-height:18px!important;color:#009ee3;margin-left:16px;padding:3px 14px 3px 14px}.mp-toggle-subtitle a{text-decoration:none;color:#039ee3;font-weight:700}.mp-checkbox-list-description{margin:10px}.mp-list-group{list-style:none;padding:10px;width:fit-content;min-width:30%;display:-moz-inline-grid;display:-ms-inline-grid;display:inline-grid}.mp-list-group-item{border:1.5px solid rgba(0,0,0,.1);height:40px;margin:0}.mp-list-group-item:first-child{border-radius:6px 6px 0 0}.mp-list-group-item:last-child{border-radius:0 0 6px 6px}.mp-custom-checkbox{margin:10px}.mp-custom-checkbox-input{vertical-align:middle}.mp-custom-checkbox-label{vertical-align:middle;cursor:pointer;font-size:14px}@media screen and (max-width:1200px){.mp-list-group{display:block;min-width:50%}}@media screen and (max-width:680px){.mp-list-group{width:100%}}.mp-card-info{display:flex;margin:32px 0 32px 0}.mp-alert-color-sucess{width:6px;background:#009ee3;border-radius:6px 0 0 6px}.mp-alert-color-alert{width:6px;background:#f73;border-radius:6px 0 0 6px}.mp-alert-color-error{width:6px;background:#f33;border-radius:6px 0 0 6px}.mp-card-body-payments{display:flex;align-items:flex-start;padding:24px 24px 24px 0;background:rgba(0,0,0,.04);border-radius:0 6px 6px 0}.mp-card-body-size-homolog{width:700px}.mp-icon-badge-info{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFMSURBVHgBnZNPSsNAFMa/mcSKILS4iotiPIHZuTQ9QbLxAAouXNkb2NygXsBeIb2A9gbGEyTowlWlSEFIk8Y3M4pD/rX0BwOTee99eTPzDUOZSeyiMH2aeTTs39UIBYuQGgFujxM9nWmFPcC4p8Qh2mDFGMgDXJ0u/gVksfmMAg62IwLLBkKEq2/x52qxc7QH+9CsE3BkjexgEtu057guK7608DpfwX+ao5YcAxOFMUIDwcsXos8VGjHWPvXHzupi4/Muuh0DvQ5vEeEeV/upMvtI4VodeCcHaMHmTZHw7RvJMscmhECC3YlIYD3FrpA7OXIeltdda19eofCBPq9A1lZOfHwne+JOj5UNtEhzGoW+9IDr/lBlsWxEZrqAdiPJMkMjjKwMqoE6RMiHIbwtVDdDOeodKK0y0trCndJgfx0lNKZk3RA3/Zme/gMT3We010tr+AAAAABJRU5ErkJggg==) 98% 50% no-repeat transparent;margin:5px 16px 16px 12px;width:22px;height:20px}.mp-icon-badge-warning{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFSSURBVHgBnVOxTgMxDLXTMFEEXRAb9wewdSmoZUIIQXc+gv4B7R8UMTOynxhY6dCB8f4A+AJA3A2IJsZ2UXVckwPxpNNFif3sPL8gVPDSOe4aMH1APEWARPaIIEOEzH3iqPWQPpXjcZHY7W8Y5y8QcAA1QKDxrGFGrUn6uiDQZE/3SLALfwBxN95gT0iMbGjlQDJubeq3tM+xlnN0zdWThqPHUKXm3Y3+86Oz0DE4cj3L1YclKX4iL4AgDhHb8IV24J9AnpTl8USF8+8FQFHUcSSm7pTy2mSF5Ts+swLbocOPq+uoPAKeRsYaUBoLWDk80C/aIfvBeDBxgv022L12lECsrQ2+dU7GrOh5NQCbq/NKAS2I6HJ9ejtQEb01Q2lnKUh8EEiWhyU5slYC8bR4W1jhF0jM7PsdKFk1QKwt7uQD9sfcZDIpEZudl65N00k5/gudwIOB2rfiTQAAAABJRU5ErkJggg==) 98% 50% no-repeat transparent;margin:5px 16px 16px 12px;width:22px;height:20px;padding-left:10px}.mp-text-title{font-family:"Proxima Nova",-apple-system,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:16px;line-height:20px;display:flex;align-items:center;color:rgba(0,0,0,.9);margin:4px 0;font-weight:700}.mp-text-subtitle{font-family:"Proxima Nova",-apple-system,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:14px;line-height:18px;display:flex;align-items:center;color:rgba(0,0,0,.9);margin:4px 0}.mp-button-payments{font-size:14px;line-height:16px;color:#fff;border:none;padding:9px 12px 7px;background:#009ee3;border-radius:5px;margin:15px 0 15px 0;cursor:pointer;transition:box-shadow .25s ease-out,background-color .2s ease-out;box-shadow:0 0 0 0 #fff}.mp-button-payments-a{text-decoration:none}.mp-button-payments:hover{border-color:transparent;background-color:#007eb5;color:#fff;-webkit-transition:background-color .2s ease-in;transition:background-color .2s ease-in}.mp-button-payments:focus{outline:0;box-shadow:0 0 0 .1875em rgb(27 135 201 / 30%);-webkit-transition:box-shadow .25s ease-in;transition:box-shadow .25s ease-in}.mp-button-payments:active{border-color:transparent;background-color:#005e88;color:#fff}.mp-activable-input-subtitle{font-weight:400!important;font-size:14px!important;margin-bottom:0}.mp-mw-100{max-width:100%!important}.mp-component-card{max-width:50%;padding:24px;background-color:#fff;box-shadow:0 6px 16px rgb(0 0 0 / 10%);border-radius:6px}@media screen and (max-width:900px){.mp-component-card{max-width:100%}.mp-badge-new{transform:translate(0,0)}}
|
assets/css/credits/example-info.css
ADDED
|
@@ -0,0 +1,191 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.credits-info-example-container {
|
| 2 |
+
display: flex;
|
| 3 |
+
justify-content: flex-start;
|
| 4 |
+
padding: 24px;
|
| 5 |
+
flex-direction: row;
|
| 6 |
+
align-items: flex-start;
|
| 7 |
+
max-width: 1080px;
|
| 8 |
+
max-height: 640px;
|
| 9 |
+
background: #FFFFFF;
|
| 10 |
+
box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
|
| 11 |
+
border-radius: 8px;
|
| 12 |
+
font-family: Proxima Nova, Helvetica Neue, Helvetica, Arial, sans-serif;
|
| 13 |
+
color: #646970;
|
| 14 |
+
|
| 15 |
+
}
|
| 16 |
+
|
| 17 |
+
.credits-info-example-buttons-container {
|
| 18 |
+
display: flex;
|
| 19 |
+
flex-direction: column;
|
| 20 |
+
align-items: flex-start;
|
| 21 |
+
justify-content: flex-start;
|
| 22 |
+
max-width: 176px;
|
| 23 |
+
max-height: 106px;
|
| 24 |
+
background: #FFFFFF;
|
| 25 |
+
border-radius: 6px;
|
| 26 |
+
flex: none;
|
| 27 |
+
order: 0;
|
| 28 |
+
align-self: stretch;
|
| 29 |
+
flex-grow: 0;
|
| 30 |
+
|
| 31 |
+
}
|
| 32 |
+
|
| 33 |
+
.credits-info-example-blue-badge {
|
| 34 |
+
height: auto;
|
| 35 |
+
width: 4px;
|
| 36 |
+
border-radius: 6px;
|
| 37 |
+
padding: 4px 0px 4px 0px;
|
| 38 |
+
}
|
| 39 |
+
|
| 40 |
+
.credits-info-example-buttons-child {
|
| 41 |
+
cursor: pointer;
|
| 42 |
+
width: 100%;
|
| 43 |
+
height: 100%;
|
| 44 |
+
display: flex;
|
| 45 |
+
flex: auto;
|
| 46 |
+
flex-direction: row;
|
| 47 |
+
justify-content: left;
|
| 48 |
+
border-bottom: 1px solid #1111;
|
| 49 |
+
padding: 2px;
|
| 50 |
+
}
|
| 51 |
+
|
| 52 |
+
.credits-info-example-buttons-content>div:nth-child(1) {
|
| 53 |
+
width: 20px;
|
| 54 |
+
}
|
| 55 |
+
|
| 56 |
+
.credits-info-example-gif-container {
|
| 57 |
+
width: 100%;
|
| 58 |
+
height: auto;
|
| 59 |
+
display: flex;
|
| 60 |
+
flex-direction: column;
|
| 61 |
+
margin: 0;
|
| 62 |
+
padding-left: 24px;
|
| 63 |
+
}
|
| 64 |
+
|
| 65 |
+
.credits-info-example-gif {
|
| 66 |
+
display: flex;
|
| 67 |
+
align-items: center;
|
| 68 |
+
justify-content: center;
|
| 69 |
+
height: auto;
|
| 70 |
+
background: #F5F5F5;
|
| 71 |
+
border-radius: 6px;
|
| 72 |
+
flex-direction: column;
|
| 73 |
+
flex: auto;
|
| 74 |
+
max-height: 480px;
|
| 75 |
+
padding: 30px;
|
| 76 |
+
}
|
| 77 |
+
|
| 78 |
+
.credits-info-example-gif>img {
|
| 79 |
+
display: flex;
|
| 80 |
+
flex-direction: row;
|
| 81 |
+
align-items: center;
|
| 82 |
+
justify-content: center;
|
| 83 |
+
max-width: 824px;
|
| 84 |
+
padding-top: 31px;
|
| 85 |
+
padding-bottom: 33px;
|
| 86 |
+
max-height: 480px;
|
| 87 |
+
max-width: 100%;
|
| 88 |
+
}
|
| 89 |
+
|
| 90 |
+
|
| 91 |
+
.credits-info-example-buttons-content {
|
| 92 |
+
display: flex;
|
| 93 |
+
align-items: center;
|
| 94 |
+
justify-content: left;
|
| 95 |
+
flex-direction: row;
|
| 96 |
+
padding: 0 16px;
|
| 97 |
+
max-width: 100%;
|
| 98 |
+
}
|
| 99 |
+
|
| 100 |
+
.credits-info-example-buttons-content>div {
|
| 101 |
+
display: flex;
|
| 102 |
+
justify-content: center;
|
| 103 |
+
}
|
| 104 |
+
|
| 105 |
+
.credits-info-example-buttons-content p {
|
| 106 |
+
|
| 107 |
+
padding-left: 16px;
|
| 108 |
+
flex: 2;
|
| 109 |
+
}
|
| 110 |
+
|
| 111 |
+
.credits-info-blue-color {
|
| 112 |
+
background: #009EE3;
|
| 113 |
+
color: #009EE3;
|
| 114 |
+
}
|
| 115 |
+
|
| 116 |
+
.selected {
|
| 117 |
+
color: #009EE3;
|
| 118 |
+
}
|
| 119 |
+
|
| 120 |
+
.credits-info-example-text{
|
| 121 |
+
padding: 30px 0;
|
| 122 |
+
color: #646970;
|
| 123 |
+
}
|
| 124 |
+
|
| 125 |
+
.credits-info-example-text label{
|
| 126 |
+
font-size: 20px!important;
|
| 127 |
+
font-weight: 600!important;
|
| 128 |
+
font-style: normal;
|
| 129 |
+
font-stretch: normal;
|
| 130 |
+
line-height: 1.54;
|
| 131 |
+
letter-spacing: normal;
|
| 132 |
+
color: #555!important;
|
| 133 |
+
}
|
| 134 |
+
|
| 135 |
+
.credits-info-example-gif-container p {
|
| 136 |
+
padding: 20px 0 30px;
|
| 137 |
+
}
|
| 138 |
+
|
| 139 |
+
@media screen and (max-width: 768px) {
|
| 140 |
+
.credits-info-example-container {
|
| 141 |
+
max-height: 720px;
|
| 142 |
+
}
|
| 143 |
+
|
| 144 |
+
.credits-info-example-gif-container {
|
| 145 |
+
margin: 0;
|
| 146 |
+
padding: 0;
|
| 147 |
+
overflow:hidden;
|
| 148 |
+
}
|
| 149 |
+
|
| 150 |
+
.credits-info-example-gif p {
|
| 151 |
+
order: 1;
|
| 152 |
+
}
|
| 153 |
+
|
| 154 |
+
.credits-info-example-buttons-container {
|
| 155 |
+
display: flex;
|
| 156 |
+
order: 0;
|
| 157 |
+
margin-bottom: 16px;
|
| 158 |
+
}
|
| 159 |
+
|
| 160 |
+
.credits-info-example-container {
|
| 161 |
+
display: flex;
|
| 162 |
+
padding: 24px;
|
| 163 |
+
flex-direction: column;
|
| 164 |
+
align-items: center;
|
| 165 |
+
}
|
| 166 |
+
|
| 167 |
+
.credits-info-example-buttons-content {
|
| 168 |
+
display: flex;
|
| 169 |
+
align-items: center;
|
| 170 |
+
padding: 0 16px;
|
| 171 |
+
max-width: 100%;
|
| 172 |
+
max-height: 100%;
|
| 173 |
+
font-size: small;
|
| 174 |
+
}
|
| 175 |
+
|
| 176 |
+
.credits-info-example-buttons-content>div:nth-child(1) {
|
| 177 |
+
width: 20px;
|
| 178 |
+
}
|
| 179 |
+
|
| 180 |
+
.credits-info-example-buttons-content p {
|
| 181 |
+
|
| 182 |
+
padding-left: 16px;
|
| 183 |
+
}
|
| 184 |
+
|
| 185 |
+
.credits-info-example-buttons-child {
|
| 186 |
+
width: 100%;
|
| 187 |
+
height: 40px;
|
| 188 |
+
}
|
| 189 |
+
|
| 190 |
+
}
|
| 191 |
+
|
assets/css/credits/example-info.min.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
| 1 |
+
.credits-info-example-container{display:flex;justify-content:flex-start;padding:24px;flex-direction:row;align-items:flex-start;max-width:1080px;max-height:640px;background:#fff;box-shadow:0 6px 16px rgba(0,0,0,.1);border-radius:8px;font-family:Proxima Nova,Helvetica Neue,Helvetica,Arial,sans-serif;color:#646970}.credits-info-example-buttons-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;max-width:176px;max-height:106px;background:#fff;border-radius:6px;flex:none;order:0;align-self:stretch;flex-grow:0}.credits-info-example-blue-badge{height:auto;width:4px;border-radius:6px;padding:4px 0 4px 0}.credits-info-example-buttons-child{cursor:pointer;width:100%;height:100%;display:flex;flex:auto;flex-direction:row;justify-content:left;border-bottom:1px solid #1111;padding:2px}.credits-info-example-buttons-content>div:nth-child(1){width:20px}.credits-info-example-gif-container{width:100%;height:auto;display:flex;flex-direction:column;margin:0;padding-left:24px}.credits-info-example-gif{display:flex;align-items:center;justify-content:center;height:auto;background:#f5f5f5;border-radius:6px;flex-direction:column;flex:auto;max-height:480px;padding:30px}.credits-info-example-gif>img{display:flex;flex-direction:row;align-items:center;justify-content:center;max-width:824px;padding-top:31px;padding-bottom:33px;max-height:480px;max-width:100%}.credits-info-example-buttons-content{display:flex;align-items:center;justify-content:left;flex-direction:row;padding:0 16px;max-width:100%}.credits-info-example-buttons-content>div{display:flex;justify-content:center}.credits-info-example-buttons-content p{padding-left:16px;flex:2}.credits-info-blue-color{background:#009ee3;color:#009ee3}.selected{color:#009ee3}.credits-info-example-text{padding:30px 0;color:#646970}.credits-info-example-text label{font-size:20px!important;font-weight:600!important;font-style:normal;font-stretch:normal;line-height:1.54;letter-spacing:normal;color:#555!important}.credits-info-example-gif-container p{padding:20px 0 30px}@media screen and (max-width:768px){.credits-info-example-container{max-height:720px}.credits-info-example-gif-container{margin:0;padding:0;overflow:hidden}.credits-info-example-gif p{order:1}.credits-info-example-buttons-container{display:flex;order:0;margin-bottom:16px}.credits-info-example-container{display:flex;padding:24px;flex-direction:column;align-items:center}.credits-info-example-buttons-content{display:flex;align-items:center;padding:0 16px;max-width:100%;max-height:100%;font-size:small}.credits-info-example-buttons-content>div:nth-child(1){width:20px}.credits-info-example-buttons-content p{padding-left:16px}.credits-info-example-buttons-child{width:100%;height:40px}}
|
assets/css/credits/modal.css
ADDED
|
@@ -0,0 +1,264 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.mp-credits-banner-info {
|
| 2 |
+
font-family: Proxima Nova, Helvetica Neue, Helvetica, Arial, sans-serif;
|
| 3 |
+
width: 314px;
|
| 4 |
+
height: 64px;
|
| 5 |
+
background: #E6F5FC;
|
| 6 |
+
border-radius: 32px;
|
| 7 |
+
text-align: center;
|
| 8 |
+
padding-right: 12px;
|
| 9 |
+
margin: 0px 0px 15px 0px;
|
| 10 |
+
display: flex;
|
| 11 |
+
align-items: center;
|
| 12 |
+
}
|
| 13 |
+
|
| 14 |
+
.mp-credits-banner-round-background {
|
| 15 |
+
position: relative;
|
| 16 |
+
height: 56px;
|
| 17 |
+
width: 56px;
|
| 18 |
+
background-color: rgba(0, 158, 227, 0.1);
|
| 19 |
+
border-radius: 50%;
|
| 20 |
+
align-items: center;
|
| 21 |
+
display: flex;
|
| 22 |
+
justify-content: center;
|
| 23 |
+
|
| 24 |
+
}
|
| 25 |
+
|
| 26 |
+
.mp-credits-banner-round-base {
|
| 27 |
+
height: 64px;
|
| 28 |
+
width: 64px;
|
| 29 |
+
display: flex;
|
| 30 |
+
justify-content: center;
|
| 31 |
+
align-items: center;
|
| 32 |
+
}
|
| 33 |
+
|
| 34 |
+
.mp-credits-banner-round-logo {
|
| 35 |
+
position: relative;
|
| 36 |
+
border-radius: 50%;
|
| 37 |
+
width: 24px;
|
| 38 |
+
height: 16px;
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
.mp-credits-banner-text {
|
| 42 |
+
max-width: 160px;
|
| 43 |
+
padding-left: 6px;
|
| 44 |
+
font-size: 12px;
|
| 45 |
+
line-height: 15px;
|
| 46 |
+
color: #464545;
|
| 47 |
+
}
|
| 48 |
+
|
| 49 |
+
.mp-credits-banner-text>span>span{
|
| 50 |
+
font-weight: 600;
|
| 51 |
+
}
|
| 52 |
+
|
| 53 |
+
.mp-credits-banner-link {
|
| 54 |
+
max-width: 64px;
|
| 55 |
+
text-align: center;
|
| 56 |
+
justify-content: center;
|
| 57 |
+
padding-left: 8px;
|
| 58 |
+
font-style: normal;
|
| 59 |
+
font-weight: 600;
|
| 60 |
+
font-size: 12px;
|
| 61 |
+
line-height: 12px;
|
| 62 |
+
}
|
| 63 |
+
|
| 64 |
+
.mp-credits-banner-link a {
|
| 65 |
+
text-decoration: none;
|
| 66 |
+
color: #009EE3
|
| 67 |
+
}
|
| 68 |
+
|
| 69 |
+
#mp-credits-modal {
|
| 70 |
+
font-family: Proxima Nova, Helvetica Neue, Helvetica, Arial, sans-serif;
|
| 71 |
+
visibility: hidden;
|
| 72 |
+
position: fixed;
|
| 73 |
+
z-index: 9999;
|
| 74 |
+
left: 0;
|
| 75 |
+
top: 0;
|
| 76 |
+
width: 100%;
|
| 77 |
+
height: 100%;
|
| 78 |
+
overflow: auto;
|
| 79 |
+
background-color: rgba(0, 0, 0, 0.3);
|
| 80 |
+
color: #000;
|
| 81 |
+
}
|
| 82 |
+
|
| 83 |
+
#mp-credits-modal .mp-credits-modal-container {
|
| 84 |
+
height: 100%;
|
| 85 |
+
width: 100%;
|
| 86 |
+
position: relative;
|
| 87 |
+
display: flex;
|
| 88 |
+
flex-direction: column;
|
| 89 |
+
align-items: center;
|
| 90 |
+
justify-content: center;
|
| 91 |
+
}
|
| 92 |
+
|
| 93 |
+
.mp-credits-modal-blue-circle {
|
| 94 |
+
width: 16px;
|
| 95 |
+
height: 16px;
|
| 96 |
+
background-color: #009EE3;
|
| 97 |
+
border-radius: 50%;
|
| 98 |
+
display: flex;
|
| 99 |
+
justify-content: center;
|
| 100 |
+
align-items: center;
|
| 101 |
+
font-size: 12px;
|
| 102 |
+
line-height: 15px;
|
| 103 |
+
color: #ffff;
|
| 104 |
+
position: absolute;
|
| 105 |
+
}
|
| 106 |
+
|
| 107 |
+
.mp-credits-modal-blue-circle~span {
|
| 108 |
+
margin-left: 16px;
|
| 109 |
+
font-weight: 400;
|
| 110 |
+
text-align: left;
|
| 111 |
+
transform: translate(0, -12.5%);
|
| 112 |
+
font-style: normal;
|
| 113 |
+
font-size: 14px;
|
| 114 |
+
line-height: 20px;
|
| 115 |
+
padding-left: 7px;
|
| 116 |
+
}
|
| 117 |
+
|
| 118 |
+
.mp-credits-modal-blue-circle~span>span {
|
| 119 |
+
font-weight: 600;
|
| 120 |
+
}
|
| 121 |
+
|
| 122 |
+
.mp-credits-modal-blue-circle>span {
|
| 123 |
+
color: #ffff;
|
| 124 |
+
font-size: 12px;
|
| 125 |
+
}
|
| 126 |
+
|
| 127 |
+
.mp-credits-modal-how-to-use>div~div~div>span{
|
| 128 |
+
font-weight: 600;
|
| 129 |
+
}
|
| 130 |
+
.mp-credits-modal-how-to-use {
|
| 131 |
+
display: flex;
|
| 132 |
+
flex-direction: column;
|
| 133 |
+
padding-top: 24px;
|
| 134 |
+
}
|
| 135 |
+
|
| 136 |
+
.mp-credits-modal-how-to-use>div {
|
| 137 |
+
display: flex;
|
| 138 |
+
flex-direction: row;
|
| 139 |
+
padding-bottom: 16px;
|
| 140 |
+
}
|
| 141 |
+
|
| 142 |
+
.mp-credits-modal-container-content {
|
| 143 |
+
border-radius: 5px;
|
| 144 |
+
background-color: #ffff;
|
| 145 |
+
max-width: 666px;
|
| 146 |
+
display: block;
|
| 147 |
+
justify-content: left;
|
| 148 |
+
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
|
| 149 |
+
}
|
| 150 |
+
|
| 151 |
+
.mp-credits-modal-content-centralize{
|
| 152 |
+
height: 100%;
|
| 153 |
+
display: flex;
|
| 154 |
+
align-items: center;
|
| 155 |
+
}
|
| 156 |
+
|
| 157 |
+
.mp-credits-modal-content {
|
| 158 |
+
padding: 30px 35px 50px 35px;
|
| 159 |
+
}
|
| 160 |
+
|
| 161 |
+
.mp-credits-modal-container-content img {
|
| 162 |
+
margin: 0;
|
| 163 |
+
padding: 0;
|
| 164 |
+
}
|
| 165 |
+
|
| 166 |
+
.mp-logo-img {
|
| 167 |
+
display: flex;
|
| 168 |
+
align-items: center;
|
| 169 |
+
justify-content: center;
|
| 170 |
+
}
|
| 171 |
+
|
| 172 |
+
.mp-credits-modal-titles {
|
| 173 |
+
margin: 0;
|
| 174 |
+
}
|
| 175 |
+
|
| 176 |
+
.mp-credits-modal-titles>div {
|
| 177 |
+
padding-top: 30px;
|
| 178 |
+
margin: 0
|
| 179 |
+
}
|
| 180 |
+
|
| 181 |
+
.mp-credits-modal-titles>div>span {
|
| 182 |
+
line-height: 31.2px;
|
| 183 |
+
font-style: normal;
|
| 184 |
+
font-size: 24px;
|
| 185 |
+
text-align: center;
|
| 186 |
+
}
|
| 187 |
+
|
| 188 |
+
.mp-credits-modal-titles>div+div{
|
| 189 |
+
padding-top: 16px;
|
| 190 |
+
text-align: left;
|
| 191 |
+
}
|
| 192 |
+
.mp-credits-modal-titles>div+div>span {
|
| 193 |
+
font-weight: 600;
|
| 194 |
+
font-style: normal;
|
| 195 |
+
font-size: 16px;
|
| 196 |
+
line-height: 20px;
|
| 197 |
+
}
|
| 198 |
+
|
| 199 |
+
.mp-credits-modal-titles>div>span {
|
| 200 |
+
font-weight: 600;
|
| 201 |
+
}
|
| 202 |
+
|
| 203 |
+
.mp-credits-modal-titles p {
|
| 204 |
+
padding-top: 16px;
|
| 205 |
+
font-weight: 400;
|
| 206 |
+
text-align: center;
|
| 207 |
+
font-style: normal;
|
| 208 |
+
font-size: 16px;
|
| 209 |
+
line-height: 22px;
|
| 210 |
+
margin: 0;
|
| 211 |
+
}
|
| 212 |
+
|
| 213 |
+
.mp-credits-modal-titles h2 {
|
| 214 |
+
text-align: left;
|
| 215 |
+
padding-top: 8px;
|
| 216 |
+
margin: 0;
|
| 217 |
+
}
|
| 218 |
+
|
| 219 |
+
.mp-credits-modal-FAQ {
|
| 220 |
+
font-weight: 400;
|
| 221 |
+
padding-top: 16px;
|
| 222 |
+
display: flex;
|
| 223 |
+
justify-content: center;
|
| 224 |
+
font-style: normal;
|
| 225 |
+
font-size: 12px;
|
| 226 |
+
line-height: 18px;
|
| 227 |
+
color: rgba(0, 0, 0, 0.25);
|
| 228 |
+
}
|
| 229 |
+
|
| 230 |
+
.mp-credits-modal-FAQ>p>a {
|
| 231 |
+
text-decoration: none;
|
| 232 |
+
font-weight: 600;
|
| 233 |
+
color: rgba(0, 0, 0, 0.25);
|
| 234 |
+
text-decoration: underline
|
| 235 |
+
}
|
| 236 |
+
|
| 237 |
+
.mp-credits-modal-FAQ p {
|
| 238 |
+
margin: 0;
|
| 239 |
+
}
|
| 240 |
+
|
| 241 |
+
.mp-credits-modal-close-button {
|
| 242 |
+
display: flex;
|
| 243 |
+
align-items: flex-start;
|
| 244 |
+
justify-content: flex-end;
|
| 245 |
+
width: 100%;
|
| 246 |
+
}
|
| 247 |
+
|
| 248 |
+
.mp-credits-modal-close-button img, #mp-open-modal {
|
| 249 |
+
cursor: pointer;
|
| 250 |
+
}
|
| 251 |
+
|
| 252 |
+
@media screen and (max-width: 768px) {
|
| 253 |
+
.mp-credits-modal-container-content{
|
| 254 |
+
max-width: 100%;
|
| 255 |
+
position: relative;
|
| 256 |
+
transform: translate(0, 100vh);
|
| 257 |
+
}
|
| 258 |
+
|
| 259 |
+
.mp-mobile{
|
| 260 |
+
transform: translate(0, 0vh);
|
| 261 |
+
transition: transform 3s;
|
| 262 |
+
}
|
| 263 |
+
|
| 264 |
+
}
|
assets/css/credits/modal.min.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
| 1 |
+
.mp-credits-banner-info{font-family:Proxima Nova,Helvetica Neue,Helvetica,Arial,sans-serif;width:314px;height:64px;background:#e6f5fc;border-radius:32px;text-align:center;padding-right:12px;margin:0 0 15px 0;display:flex;align-items:center}.mp-credits-banner-round-background{position:relative;height:56px;width:56px;background-color:rgba(0,158,227,.1);border-radius:50%;align-items:center;display:flex;justify-content:center}.mp-credits-banner-round-base{height:64px;width:64px;display:flex;justify-content:center;align-items:center}.mp-credits-banner-round-logo{position:relative;border-radius:50%;width:24px;height:16px}.mp-credits-banner-text{max-width:160px;padding-left:6px;font-size:12px;line-height:15px;color:#464545}.mp-credits-banner-text>span>span{font-weight:600}.mp-credits-banner-link{max-width:64px;text-align:center;justify-content:center;padding-left:8px;font-style:normal;font-weight:600;font-size:12px;line-height:12px}.mp-credits-banner-link a{text-decoration:none;color:#009ee3}#mp-credits-modal{font-family:Proxima Nova,Helvetica Neue,Helvetica,Arial,sans-serif;visibility:hidden;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.3);color:#000}#mp-credits-modal .mp-credits-modal-container{height:100%;width:100%;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.mp-credits-modal-blue-circle{width:16px;height:16px;background-color:#009ee3;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:12px;line-height:15px;color:#ffff;position:absolute}.mp-credits-modal-blue-circle~span{margin-left:16px;font-weight:400;text-align:left;transform:translate(0,-12.5%);font-style:normal;font-size:14px;line-height:20px;padding-left:7px}.mp-credits-modal-blue-circle~span>span{font-weight:600}.mp-credits-modal-blue-circle>span{color:#ffff;font-size:12px}.mp-credits-modal-how-to-use>div~div~div>span{font-weight:600}.mp-credits-modal-how-to-use{display:flex;flex-direction:column;padding-top:24px}.mp-credits-modal-how-to-use>div{display:flex;flex-direction:row;padding-bottom:16px}.mp-credits-modal-container-content{border-radius:5px;background-color:#ffff;max-width:666px;display:block;justify-content:left;box-shadow:rgba(100,100,111,.2) 0 7px 29px 0}.mp-credits-modal-content-centralize{height:100%;display:flex;align-items:center}.mp-credits-modal-content{padding:30px 35px 50px 35px}.mp-credits-modal-container-content img{margin:0;padding:0}.mp-logo-img{display:flex;align-items:center;justify-content:center}.mp-credits-modal-titles{margin:0}.mp-credits-modal-titles>div{padding-top:30px;margin:0}.mp-credits-modal-titles>div>span{line-height:31.2px;font-style:normal;font-size:24px;text-align:center}.mp-credits-modal-titles>div+div{padding-top:16px;text-align:left}.mp-credits-modal-titles>div+div>span{font-weight:600;font-style:normal;font-size:16px;line-height:20px}.mp-credits-modal-titles>div>span{font-weight:600}.mp-credits-modal-titles p{padding-top:16px;font-weight:400;text-align:center;font-style:normal;font-size:16px;line-height:22px;margin:0}.mp-credits-modal-titles h2{text-align:left;padding-top:8px;margin:0}.mp-credits-modal-FAQ{font-weight:400;padding-top:16px;display:flex;justify-content:center;font-style:normal;font-size:12px;line-height:18px;color:rgba(0,0,0,.25)}.mp-credits-modal-FAQ>p>a{text-decoration:none;font-weight:600;color:rgba(0,0,0,.25);text-decoration:underline}.mp-credits-modal-FAQ p{margin:0}.mp-credits-modal-close-button{display:flex;align-items:flex-start;justify-content:flex-end;width:100%}#mp-open-modal,.mp-credits-modal-close-button img{cursor:pointer}@media screen and (max-width:768px){.mp-credits-modal-container-content{max-width:100%;position:relative;transform:translate(0,100vh)}.mp-mobile{transform:translate(0,0);transition:transform 3s}}
|
assets/css/global.css
CHANGED
|
@@ -3,15 +3,15 @@
|
|
| 3 |
.mp-alert-checkout-test-mode {
|
| 4 |
margin-bottom: 16px;
|
| 5 |
display: flex;
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
}
|
| 16 |
|
| 17 |
.mp-alert-icon-checkout-test-mode {
|
|
@@ -47,3 +47,50 @@
|
|
| 47 |
font-size: 14px;
|
| 48 |
color: rgba(0, 0, 0, 0.7);
|
| 49 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
.mp-alert-checkout-test-mode {
|
| 4 |
margin-bottom: 16px;
|
| 5 |
display: flex;
|
| 6 |
+
flex: 1;
|
| 7 |
+
flex-direction: row;
|
| 8 |
+
align-items: flex-start;
|
| 9 |
+
width: 100%;
|
| 10 |
+
min-height: 94px;
|
| 11 |
+
padding-bottom: 10px;
|
| 12 |
+
background: #f5f5f5;
|
| 13 |
+
border-radius: 6px;
|
| 14 |
+
border-left: 5px solid #f73;
|
| 15 |
}
|
| 16 |
|
| 17 |
.mp-alert-icon-checkout-test-mode {
|
| 47 |
font-size: 14px;
|
| 48 |
color: rgba(0, 0, 0, 0.7);
|
| 49 |
}
|
| 50 |
+
|
| 51 |
+
|
| 52 |
+
.mp-checkout-error-container {
|
| 53 |
+
width: 100%;
|
| 54 |
+
display: none;
|
| 55 |
+
}
|
| 56 |
+
|
| 57 |
+
/* LOADER */
|
| 58 |
+
|
| 59 |
+
.mp-loader-container {
|
| 60 |
+
width: auto;
|
| 61 |
+
height: 120px;
|
| 62 |
+
display: flex;
|
| 63 |
+
align-items: center;
|
| 64 |
+
justify-content: center;
|
| 65 |
+
}
|
| 66 |
+
|
| 67 |
+
.mp-loader {
|
| 68 |
+
width: 30px !important;
|
| 69 |
+
height: 30px;
|
| 70 |
+
border: 4px solid #f3f3f3;
|
| 71 |
+
border-top: 4px solid #3498db;
|
| 72 |
+
border-radius: 50%;
|
| 73 |
+
animation: spin 0.5s linear infinite;
|
| 74 |
+
}
|
| 75 |
+
|
| 76 |
+
@keyframes spin {
|
| 77 |
+
0% {
|
| 78 |
+
transform: rotate(0deg);
|
| 79 |
+
}
|
| 80 |
+
|
| 81 |
+
100% {
|
| 82 |
+
transform: rotate(360deg);
|
| 83 |
+
}
|
| 84 |
+
}
|
| 85 |
+
|
| 86 |
+
@-webkit-keyframes spin {
|
| 87 |
+
0% {
|
| 88 |
+
-webkit-transform: rotate(0deg);
|
| 89 |
+
}
|
| 90 |
+
|
| 91 |
+
100% {
|
| 92 |
+
-webkit-transform: rotate(360deg);
|
| 93 |
+
}
|
| 94 |
+
}
|
| 95 |
+
|
| 96 |
+
/* END LOADER */
|
assets/css/global.min.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
@import url(https://fonts.googleapis.com/css2?family=Lato&display=swap);.mp-alert-checkout-test-mode{margin-bottom:16px;display:flex;flex:1;flex-direction:row;align-items:flex-start;width:100%;min-height:94px;padding-bottom:10px;background:#f5f5f5;border-radius:6px;border-left:5px solid #f73}.mp-alert-icon-checkout-test-mode{display:flex;justify-content:center;align-items:flex-start;width:10%;height:100%;min-width:30px}.mp-alert-circle-img{width:16px;margin-top:16px!important}.mp-alert-texts-checkout-test-mode{flex:1;height:100%}.mp-alert-title-checkout-test-mode{margin:16px 0 0 0;color:rgba(0,0,0,.9);font-family:sans-serif;font-weight:500;font-size:16px}.mp-alert-description-checkout-test-mode{width:90%;margin:4px 0 0 0!important;font-size:14px;color:rgba(0,0,0,.7)}
|
| 1 |
+
@import url(https://fonts.googleapis.com/css2?family=Lato&display=swap);.mp-alert-checkout-test-mode{margin-bottom:16px;display:flex;flex:1;flex-direction:row;align-items:flex-start;width:100%;min-height:94px;padding-bottom:10px;background:#f5f5f5;border-radius:6px;border-left:5px solid #f73}.mp-alert-icon-checkout-test-mode{display:flex;justify-content:center;align-items:flex-start;width:10%;height:100%;min-width:30px}.mp-alert-circle-img{width:16px;margin-top:16px!important}.mp-alert-texts-checkout-test-mode{flex:1;height:100%}.mp-alert-title-checkout-test-mode{margin:16px 0 0 0;color:rgba(0,0,0,.9);font-family:sans-serif;font-weight:500;font-size:16px}.mp-alert-description-checkout-test-mode{width:90%;margin:4px 0 0 0!important;font-size:14px;color:rgba(0,0,0,.7)}.mp-checkout-error-container{width:100%;display:none}.mp-loader-container{width:auto;height:120px;display:flex;align-items:center;justify-content:center}.mp-loader{width:30px!important;height:30px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin .5s linear infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}
|
assets/css/mp-plugins-components.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
.mp-checkout-container a,.mp-checkout-container abbr,.mp-checkout-container acronym,.mp-checkout-container address,.mp-checkout-container applet,.mp-checkout-container article,.mp-checkout-container aside,.mp-checkout-container audio,.mp-checkout-container b,.mp-checkout-container big,.mp-checkout-container blockquote,.mp-checkout-container canvas,.mp-checkout-container caption,.mp-checkout-container center,.mp-checkout-container cite,.mp-checkout-container code,.mp-checkout-container dd,.mp-checkout-container del,.mp-checkout-container details,.mp-checkout-container dfn,.mp-checkout-container div,.mp-checkout-container dl,.mp-checkout-container dt,.mp-checkout-container em,.mp-checkout-container embed,.mp-checkout-container fieldset,.mp-checkout-container figcaption,.mp-checkout-container figure,.mp-checkout-container footer,.mp-checkout-container form,.mp-checkout-container h1,.mp-checkout-container h2,.mp-checkout-container h3,.mp-checkout-container h4,.mp-checkout-container h5,.mp-checkout-container h6,.mp-checkout-container header,.mp-checkout-container hgroup,.mp-checkout-container i,.mp-checkout-container iframe,.mp-checkout-container img,.mp-checkout-container input,.mp-checkout-container ins,.mp-checkout-container kbd,.mp-checkout-container label,.mp-checkout-container legend,.mp-checkout-container li,.mp-checkout-container li input,.mp-checkout-container mark,.mp-checkout-container menu,.mp-checkout-container nav,.mp-checkout-container object,.mp-checkout-container ol,.mp-checkout-container output,.mp-checkout-container p,.mp-checkout-container pre,.mp-checkout-container q,.mp-checkout-container ruby,.mp-checkout-container s,.mp-checkout-container samp,.mp-checkout-container section,.mp-checkout-container select,.mp-checkout-container small,.mp-checkout-container span,.mp-checkout-container strike,.mp-checkout-container strong,.mp-checkout-container sub,.mp-checkout-container summary,.mp-checkout-container sup,.mp-checkout-container table,.mp-checkout-container tbody,.mp-checkout-container td,.mp-checkout-container tfoot,.mp-checkout-container th,.mp-checkout-container thead,.mp-checkout-container time,.mp-checkout-container tr,.mp-checkout-container tt,.mp-checkout-container u,.mp-checkout-container ul,.mp-checkout-container var,.mp-checkout-container video{font:inherit;font-family:Helvetica!important;font-size:14px;font-style:normal;line-height:16px;margin:0;padding:0;vertical-align:baseline;width:auto}.mp-checkout-custom-container{background-color:#fff!important;display:flex;flex-direction:column!important;justify-content:center!important;padding:24px 16px!important}.mp-checkout-custom-test-mode{padding-bottom:32px!important}.mp-wallet-button-container{border:1px solid rgba(0,0,0,.1)!important;border-radius:6px!important;flex-direction:column!important;height:auto!important;margin-bottom:25px!important;padding:24px 16px!important}.mp-wallet-button-container .mp-wallet-button-title{align-items:center!important;color:rgba(0,0,0,.9)!important;display:flex;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important}.mp-wallet-button-container .mp-wallet-button-title img{float:none!important;margin:0!important;max-height:100%!important;max-width:100%!important;position:inherit!important}.mp-wallet-button-container .mp-wallet-button-title span{color:#000000e5!important;padding-left:8px!important}.mp-wallet-button-container .mp-wallet-button-description{align-items:center!important;color:rgba(0,0,0,.55)!important;display:flex;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin:8px 0 16px!important}.mp-wallet-button-container .mp-wallet-button-button button{align-items:center!important;background:#009ee3!important;border:none!important;border-radius:4px!important;color:#fff!important;cursor:pointer!important;display:flex!important;flex-direction:row!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;justify-content:center!important;line-height:16px!important;padding:8px 12px!important;text-align:center!important;transition:all .3ms ease-in-out!important}.mp-wallet-button-container .mp-wallet-button-button button:hover{background-color:#007eb5!important;color:#fff!important;transition:all .3ms ease-in-out!important}.mp-checkout-custom-available-payments{align-items:center!important;display:flex;flex-direction:column!important;padding:0 0 32px!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header{align-items:center!important;cursor:pointer!important;display:flex;justify-content:space-between!important;user-select:none!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header .mp-checkout-custom-available-payments-title{align-items:center!important;color:#7f54b3!important;display:flex;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:18px!important;padding:0 4px!important}.mp-checkout-custom-available-payments-text{color:#7f54b3!important;font-size:14px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header img{float:none!important;margin:0!important;max-height:100%!important;max-width:100%!important;position:inherit!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header .mp-checkout-custom-available-payments-title p{margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding-left:8px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content{max-height:0!important;overflow:hidden!important;padding:0!important;transition:all .2s ease-out!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content hr{border-color:rgba(0,0,0,.1)!important;border-width:1px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;margin-top:8px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content a{color:#7f54b3!important;font-family:Helvetica!important;font-size:14px!important;font-weight:400!important;letter-spacing:0!important;line-height:18px!important;text-align:left!important}.mp-checkout-custom-card-form{display:flex;flex-direction:column!important;justify-content:flex-start!important}form div div .mp-checkout-custom-card-form-title{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding-bottom:25px!important;padding-left:0!important}.mp-checkout-custom-card-form .mp-checkout-custom-card-row{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:24px}.mp-checkout-custom-card-form .mp-checkout-custom-card-column{display:flex;flex-direction:column;justify-content:center;width:50%}.mp-checkout-custom-card-form .mp-checkout-custom-card-input{background:#fff!important;border:1px solid rgba(0,0,0,.25);border-radius:6px!important;color:#000!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:40px!important;line-height:20px!important;outline:none!important}.mp-checkout-custom-card-input-iframe{border:1px solid rgba(0,0,0,.25)!important;border-radius:6px!important}.mp-document-select{appearance:auto;cursor:pointer!important;letter-spacing:0!important;margin:0 8px!important;width:25%!important}.mp-document-select,.mp-input-document{background:#fff!important;border:0!important;color:#000!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:20px!important;outline:none!important}.mp-input-document{border-radius:8px!important;box-shadow:none!important;width:80%!important}.mp-checkout-custom-dual-column-row{align-items:flex-start!important;flex-direction:row!important}.mp-checkout-custom-input-document{padding:0 0 25px!important}.mp-vertical-line{border-left:1px solid rgba(0,0,0,.25)!important;height:36px!important;width:1px!important}.mp-checkout-custom-issuers-container{display:block;padding:0 0 16px!important}.mp-checkout-custom-issuers-container-display-none{display:none;padding:0 0 16px!important}.mp-checkout-custom-installments{display:block;padding:16px 0 0!important}.mp-checkout-custom-installments-display-none{display:none;padding:16px 0 0!important}.mp-checkout-custom-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding:8px 0 0!important;text-align:center!important}.mp-checkout-custom-left-card-input{margin-right:16px!important}.mp-checkout-custom-info-text{color:rgba(0,0,0,.55)!important;font-family:Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:13px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding:4px 0 0 6px!important}#mp-checkout-custom-box-input-tax-cft{padding:0 0 16px!important}#mp-checkout-custom-tax-tea-text{font-size:12px!important;line-height:1.29!important}#mp-checkout-custom-tax-cft-text,#mp-checkout-custom-tax-tea-text{color:rgba(0,0,0,.55)!important;font-family:Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-stretch:normal!important;font-style:normal!important;font-weight:400!important;letter-spacing:normal!important}#mp-checkout-custom-tax-cft-text{font-size:27px!important;line-height:1.25!important}.mp-card-holder-name{margin:0!important;padding-left:14px!important}.mp-checkout-pix-container{background-color:#fff!important;display:flex;flex-direction:column!important;justify-content:center!important;padding:24px 16px!important}.mp-checkout-pix-test-mode{padding-bottom:32px!important}.mp-checkout-pix-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding-top:42px!important;text-align:center!important}.mp-checkout-pro-container{display:flex!important;flex-direction:column!important;justify-content:center!important}.mp-checkout-pro-content{background-color:#fff!important;padding:24px 16px 8px!important}.mp-checkout-pro-test-mode{padding:0 0 25px!important}.mp-checkout-pro-payment-methods{padding-top:42px!important}.mp-checkout-pro-redirect{margin-top:24px!important}.mp-checkout-pro-terms-and-conditions{align-items:center!important;display:flex!important;justify-content:center!important;padding-top:16px!important;text-align:center!important}.mp-checkout-container{border:0!important;font:inherit!important;font-size:100%!important;margin:0!important;padding:0!important;vertical-align:baseline!important}.mp-checkout-ticket-container{align-items:center!important;background-color:#fff!important;display:flex;flex-direction:column!important;padding:24px 16px!important}.mp-checkout-ticket-content{width:100%!important}.mp-checkout-ticket-input-document,.mp-checkout-ticket-test-mode{padding:0 0 25px!important}div div .mp-checkout-ticket-content .mp-checkout-ticket-text{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;padding-bottom:25px!important;padding-left:0!important}.mp-checkout-ticket-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding-top:32px!important;text-align:center!important}.mp-checkout-benefits-container{display:flex;flex-direction:column!important}.mp-checkout-benefits-container p{padding:0!important}.mp-checkout-benefits-title{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!important}.mp-checkout-benefits-list,.mp-checkout-benefits-title{margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-checkout-benefits-list{list-style-type:none!important;padding-top:8px!important;padding-inline-start:0!important}.mp-checkout-benefits-item{align-items:center!important;color:rgba(0,0,0,.55)!important;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;justify-content:flex-start!important;line-height:18px!important;padding:16px 4px 0!important}.mp-checkout-benefits-image{float:none!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:100%!important;padding-right:12px!important;position:inherit!important;width:auto!important}.mp-checkout-benefits-item span{color:#0000008c!important}.mp-checkout-redirect-container{align-items:center!important;background-color:#fff!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding:24px 32px!important;text-align:center!important}.mp-checkout-redirect-image{float:none!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:172px!important;padding-bottom:24px!important;position:inherit!important;width:100%!important}.mp-checkout-redirect-text{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-input-document{width:100%!important}.mp-input-document .mp-input{align-items:center!important;background:#fff!important;border:1px solid rgba(0,0,0,.25);border-radius:8px!important;display:flex!important;height:48px!important}.mp-focus{border:1px solid #7f54b3!important}.mp-error{border:1px solid #f23d4f!important}.mp-input-document .mp-input .mp-document-select{background:#fff!important;border:0!important;color:#000!important;cursor:pointer!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:20px!important;letter-spacing:0!important;line-height:20px!important;margin:0 8px!important;min-height:20px!important;outline:none!important;padding:0!important}.mp-input-document .mp-input .mp-vertical-line{border-left:1px solid rgba(0,0,0,.25)!important;height:36px!important;width:1px!important}.mp-input-document .mp-input .mp-document{background:#fff!important;border:0!important;border-radius:8px!important;box-shadow:none!important;color:#000!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:20px!important;line-height:20px!important;min-height:38px!important;outline:none!important;padding:14px!important;width:80%!important}.mp-input-document .mp-input-document-helper{color:#f23d4f!important;display:flex!important;font-family:Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:13px!important;height:18px!important;left:calc(50% - 154.5px)!important;line-height:18px!important;margin-top:5px!important;position:static!important;top:0!important;width:327px!important}.mp-input-document .mp-input-document-helper .mp-input-document-helper-icon{align-items:center!important;background:#f23d4f!important;border-radius:12px!important;color:#fff!important;display:flex!important;height:15px!important;justify-content:center!important;left:0!important;margin:1px 5px!important;top:3px!important;width:15px!important}.mp-helper{align-items:center;color:#f23d4f;display:none;font-family:Helvetica;font-size:13px!important;font-weight:400!important;margin-bottom:10px!important;margin-top:4px!important}.mp-helper .mp-helper-icon{align-items:center;background:#f23d4f;border-radius:12px;color:#fff;display:flex;height:15px;justify-content:center;margin:0 4px;width:15px!important}.mp-input-label{align-items:flex-end!important;color:rgba(0,0,0,.9)!important;display:flex;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;padding-bottom:4px!important;width:100%!important}.mp-input-label b{padding-left:2px!important}.mp-input-radio-container{display:flex;position:relative!important}.mp-input-radio-radio:checked,.mp-input-radio-radio:not(:checked){opacity:0!important}.mp-input-radio-radio:checked+.mp-input-radio-label,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label{color:#666!important;cursor:pointer!important;display:inline-block;line-height:20px!important}.mp-input-radio-radio:checked+.mp-input-radio-label:before,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:before{background:#fff!important;border:2px solid rgba(0,0,0,.25)!important;border-radius:100%!important;box-sizing:border-box!important;content:""!important;height:16px!important;left:0!important;position:absolute!important;top:0!important;width:16px!important}.mp-input-radio-radio:checked+.mp-input-radio-label:before{border:2px solid #7f54b3!important}.mp-input-radio-radio:checked+.mp-input-radio-label:after,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:after{background:#7f54b3!important;border-radius:100%!important;box-sizing:border-box!important;content:""!important;height:8px!important;left:4px!important;position:absolute!important;top:4px!important;width:8px!important}.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:after{opacity:0!important}.mp-input-radio-radio:checked+.mp-input-radio-label:after{opacity:1!important}.mp-input-select-input{align-items:center!important;background:#fff!important;border:1px solid rgba(0,0,0,.25)!important;border-radius:8px!important;display:flex!important;height:48px!important}.mp-input-select-select{background:#fff!important;border:0!important;color:#000!important;cursor:pointer!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:100%!important;letter-spacing:0!important;line-height:20px!important;margin:0 12px!important;outline:none!important;width:100%!important}.mp-input-table-container{align-items:center;display:flex;justify-content:center;width:100%!important}.mp-input-table-list{border:1px solid rgba(0,0,0,.25);border-radius:6px;display:flex;flex-direction:column;list-style-type:none;margin-left:0!important;padding:8px 16px!important;width:100%!important}.mp-input-table-item{cursor:pointer;padding-right:4px!important}.mp-input-table-item:not(:first-child){border-top:1px solid rgba(0,0,0,.1)}.mp-input-table-label{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:16px 0!important;width:100%!important}.mp-input-table-option{align-items:center;display:flex;justify-content:flex-start}.mp-input-table-row-text{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important}.mp-input-table-row-text,.mp-input-table-row-text-image{font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;padding-left:16px!important}.mp-input-table-row-text-image{align-items:center;color:#000000e5!important;display:flex;flex-direction:row-reverse;font-family:Helvetica}.mp-input-table-row-obs{color:rgba(0,0,0,.55);font-weight:400}.mp-input-table-row-obs,.mp-input-table-row-obs-highlight{font-family:Helvetica;font-size:14px;font-style:normal;line-height:18px}.mp-input-table-row-obs-highlight{color:#00a650!important;font-weight:400!important}.mp-input-table-container-link{align-items:center;display:flex;justify-content:center;padding:16px 0 24px!important}.mp-input-table-link{color:#7f54b3!important;cursor:pointer!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;line-height:16px!important;text-decoration:none}.mp-input-table-link:hover{color:#7249a5;transition:all .3ms}.mp-payment-method-logo-container{align-items:center!important;background:#fff!important;border:1px solid #e5e5e5!important;border-radius:4px!important;box-sizing:border-box!important;display:flex;height:40px!important;justify-content:center!important;padding:4px!important;width:60px!important}.mp-payment-method-logo-image{float:none!important;font-size:10px!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:100%!important;overflow:hidden!important;position:inherit!important;text-overflow:ellipsis!important;width:auto!important}.mp-payment-methods-container{display:flex;flex-direction:column!important;height:100%!important;width:100%!important}.mp-payment-methods-container p{padding:0!important}.mp-payment-methods-header{align-items:center!important;display:flex;height:100%!important;justify-content:flex-start!important;padding:0 4px 16px!important;width:100%!important}.mp-payment-methods-title{align-items:center!important;color:rgba(0,0,0,.55)!important;display:flex;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-payment-methods-badge{align-items:center!important;background:#00a650!important;border-bottom-right-radius:8px!important;display:flex;justify-content:center!important;margin-left:10px!important;padding:6px 8px 4px!important}.mp-payment-methods-badge-text{align-items:center!important;color:#fff!important;display:flex;font-family:Helvetica!important;font-size:11px!important;font-style:normal!important;font-weight:700!important;line-height:11px!important;text-align:center!important;text-transform:uppercase!important}.mp-payment-method-type-container{display:flex;flex-direction:column!important;height:100%!important;width:100%!important}.mp-payment-methods-content{align-items:center!important;display:flex;flex-wrap:wrap!important;height:100%!important;justify-content:flex-start!important;padding-bottom:16px!important;width:100%!important}.mp-payment-methods-content payment-method-logo{padding:0 4px 8px!important}.mp-payment-methods-link{box-shadow:none!important;color:#7f54b3!important;cursor:pointer!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;text-decoration:none!important;vertical-align:middle!important}.mp-payment-methods-link:hover{color:rgba(0,0,0,.55)!important}.mp-pix-template-container{align-items:center!important;background-color:#fff!important;display:flex!important;flex-direction:column!important;justify-content:center!important;text-align:center!important}.mp-pix-template-image{float:none!important;font-size:10px!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:240px!important;overflow:hidden!important;padding-bottom:42px!important;position:inherit!important;text-overflow:ellipsis!important;width:100%!important}.mp-pix-template-title{font-size:16px!important;font-weight:700!important;padding-bottom:16px!important}.mp-pix-template-subtitle,.mp-pix-template-title{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-style:normal!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-pix-template-subtitle{font-size:14px!important;font-weight:400!important}.mp-terms-and-conditions-text{color:rgba(0,0,0,.55)!important;padding-right:4px!important}.mp-terms-and-conditions-link,.mp-terms-and-conditions-text{font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important}.mp-terms-and-conditions-link{color:#7f54b3!important;text-decoration:none!important}.mp-terms-and-conditions-link:hover{color:#7249a5!important;transition:all .3ms!important}.mp-test-mode-card{background:rgb(0 0 0/4%)!important;border-left:4px solid #f73!important;border-radius:6px!important;display:flex!important;flex-direction:column!important;padding:16px!important}.mp-test-mode-badge{align-items:center!important;background:#f73!important;border-radius:12px!important;color:#fff!important;display:flex!important;flex-direction:row!important;height:16px!important;justify-content:center!important;margin-right:16px!important;width:16px!important}.mp-test-mode-title{color:rgba(0,0,0,.9)!important;font-weight:700!important;margin-left:16px!important;padding:0!important}.mp-test-mode-description,.mp-test-mode-title{font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;line-height:120%!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-test-mode-description{color:#000!important;font-weight:400!important;padding-left:32px!important;padding-top:4px!important}.mp-test-mode-card-content{align-items:baseline!important;display:flex!important;flex-direction:row!important;justify-content:flex-start!important}.mp-test-mode-link{color:#7f54b3!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:16px!important;text-decoration:none!important}.mp-test-mode-link:hover{color:#7249a5!important;transition:all .3ms!important}
|
| 1 |
+
.mp-checkout-container a,.mp-checkout-container abbr,.mp-checkout-container acronym,.mp-checkout-container address,.mp-checkout-container applet,.mp-checkout-container article,.mp-checkout-container aside,.mp-checkout-container audio,.mp-checkout-container b,.mp-checkout-container big,.mp-checkout-container blockquote,.mp-checkout-container canvas,.mp-checkout-container caption,.mp-checkout-container center,.mp-checkout-container cite,.mp-checkout-container code,.mp-checkout-container dd,.mp-checkout-container del,.mp-checkout-container details,.mp-checkout-container dfn,.mp-checkout-container div,.mp-checkout-container dl,.mp-checkout-container dt,.mp-checkout-container em,.mp-checkout-container embed,.mp-checkout-container fieldset,.mp-checkout-container figcaption,.mp-checkout-container figure,.mp-checkout-container footer,.mp-checkout-container form,.mp-checkout-container h1,.mp-checkout-container h2,.mp-checkout-container h3,.mp-checkout-container h4,.mp-checkout-container h5,.mp-checkout-container h6,.mp-checkout-container header,.mp-checkout-container hgroup,.mp-checkout-container i,.mp-checkout-container iframe,.mp-checkout-container img,.mp-checkout-container input,.mp-checkout-container ins,.mp-checkout-container kbd,.mp-checkout-container label,.mp-checkout-container legend,.mp-checkout-container li,.mp-checkout-container li input,.mp-checkout-container mark,.mp-checkout-container menu,.mp-checkout-container nav,.mp-checkout-container object,.mp-checkout-container ol,.mp-checkout-container output,.mp-checkout-container p,.mp-checkout-container pre,.mp-checkout-container q,.mp-checkout-container ruby,.mp-checkout-container s,.mp-checkout-container samp,.mp-checkout-container section,.mp-checkout-container select,.mp-checkout-container small,.mp-checkout-container span,.mp-checkout-container strike,.mp-checkout-container strong,.mp-checkout-container sub,.mp-checkout-container summary,.mp-checkout-container sup,.mp-checkout-container table,.mp-checkout-container tbody,.mp-checkout-container td,.mp-checkout-container tfoot,.mp-checkout-container th,.mp-checkout-container thead,.mp-checkout-container time,.mp-checkout-container tr,.mp-checkout-container tt,.mp-checkout-container u,.mp-checkout-container ul,.mp-checkout-container var,.mp-checkout-container video{font:inherit;font-family:Helvetica!important;font-size:14px;font-style:normal;line-height:16px;margin:0;padding:0;vertical-align:baseline;width:auto}.mp-checkout-custom-container{background-color:#fff!important;display:flex;flex-direction:column!important;justify-content:center!important;padding:24px 16px!important}.mp-checkout-custom-test-mode{padding-bottom:32px!important}.mp-wallet-button-container{align-items:center;border:1px solid rgba(0,0,0,.1)!important;border-radius:6px!important;display:flex;flex-direction:column!important;height:auto!important;margin-bottom:25px!important;padding:24px 16px!important}.mp-wallet-button-container .mp-wallet-button-title{align-items:center!important;color:rgba(0,0,0,.9)!important;display:flex!important;flex-direction:column!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important}.mp-wallet-button-container img{float:none!important;margin:0!important;max-height:100%!important;max-width:100%!important;padding-bottom:16px!important;position:inherit!important}.mp-wallet-button-container .mp-wallet-button-title span{color:#000000e5!important;font-size:16px!important;padding-left:8px!important}.mp-wallet-button-container .mp-wallet-button-description{align-items:center!important;color:#000!important;display:flex;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin:8px 0 16px!important;text-align:center}.mp-wallet-button-container .mp-wallet-button-button button{align-items:center!important;background:#009ee3!important;border:none!important;border-radius:4px!important;color:#fff!important;cursor:pointer!important;display:flex!important;flex-direction:row!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;justify-content:center!important;line-height:16px!important;padding:8px 12px!important;text-align:center!important;transition:all .3ms ease-in-out!important}.mp-wallet-button-container .mp-wallet-button-button button:hover{background-color:#007eb5!important;color:#fff!important;transition:all .3ms ease-in-out!important}.mp-checkout-custom-available-payments{align-items:center!important;display:flex;flex-direction:column!important;padding:0 0 32px!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header{align-items:center!important;cursor:pointer!important;display:flex;justify-content:space-between!important;user-select:none!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header .mp-checkout-custom-available-payments-title{align-items:center!important;color:#7f54b3!important;display:flex;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:18px!important;padding:0 4px!important}.mp-checkout-custom-available-payments-text{color:#7f54b3!important;font-size:14px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header img{float:none!important;margin:0!important;max-height:100%!important;max-width:100%!important;position:inherit!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header .mp-checkout-custom-available-payments-title p{margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding-left:8px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content{max-height:0!important;overflow:hidden!important;padding:0!important;transition:all .2s ease-out!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content hr{border-color:rgba(0,0,0,.1)!important;border-width:1px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;margin-top:8px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content a{color:#7f54b3!important;font-family:Helvetica!important;font-size:14px!important;font-weight:400!important;letter-spacing:0!important;line-height:18px!important;text-align:left!important}.mp-checkout-custom-card-form{display:flex;flex-direction:column!important;justify-content:flex-start!important}form div div .mp-checkout-custom-card-form-title{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding-bottom:25px!important;padding-left:0!important}.mp-checkout-custom-card-form .mp-checkout-custom-card-row{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:24px}.mp-checkout-custom-card-form .mp-checkout-custom-card-column{display:flex;flex-direction:column;justify-content:center;width:50%}.mp-checkout-custom-card-form .mp-checkout-custom-card-input{background:#fff!important;border:1px solid rgba(0,0,0,.25);border-radius:6px!important;color:#000!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:40px!important;line-height:20px!important;outline:none!important}.mp-checkout-custom-card-input-iframe{border:1px solid rgba(0,0,0,.25)!important;border-radius:6px!important}.mp-document-select{appearance:auto;cursor:pointer!important;letter-spacing:0!important;margin:0 8px!important;width:25%!important}.mp-document-select,.mp-input-document{background:#fff!important;border:0!important;color:#000!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:20px!important;outline:none!important}.mp-input-document{border-radius:8px!important;box-shadow:none!important;width:80%!important}.mp-checkout-custom-dual-column-row{align-items:flex-start!important;flex-direction:row!important}.mp-checkout-custom-input-document{padding:0 0 25px!important}.mp-vertical-line{border-left:1px solid rgba(0,0,0,.25)!important;height:36px!important;width:1px!important}.mp-checkout-custom-issuers-container{display:block;padding:0 0 16px!important}.mp-checkout-custom-issuers-container-display-none{display:none;padding:0 0 16px!important}.mp-checkout-custom-installments{display:block;padding:16px 0 0!important}.mp-checkout-custom-installments-display-none{display:none;padding:16px 0 0!important}.mp-checkout-custom-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding:8px 0 0!important;text-align:center!important}.mp-checkout-custom-left-card-input{margin-right:16px!important}.mp-checkout-custom-info-text{color:rgba(0,0,0,.55)!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:13px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding:4px 0 0 6px!important}#mp-checkout-custom-box-input-tax-cft{padding:0 0 16px!important}#mp-checkout-custom-tax-tea-text{font-size:12px!important;line-height:1.29!important}#mp-checkout-custom-tax-cft-text,#mp-checkout-custom-tax-tea-text{color:rgba(0,0,0,.55)!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-stretch:normal!important;font-style:normal!important;font-weight:400!important;letter-spacing:normal!important}#mp-checkout-custom-tax-cft-text{font-size:27px!important;line-height:1.25!important}.mp-card-holder-name{margin:0!important;padding-left:14px!important}.mp-checkout-pix-container{background-color:#fff!important;display:flex;flex-direction:column!important;justify-content:center!important;padding:24px 16px!important}.mp-checkout-pix-test-mode{padding-bottom:32px!important}.mp-checkout-pix-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding-top:42px!important;text-align:center!important}.mp-checkout-pro-container{display:flex!important;flex-direction:column!important;justify-content:center!important}.mp-checkout-pro-content{background-color:#fff!important;padding:24px 16px 8px!important}.mp-checkout-pro-test-mode{padding:0 0 25px!important}.mp-checkout-pro-payment-methods{padding-top:32px!important}.mp-checkout-pro-redirect{margin-top:24px!important}.mp-checkout-pro-terms-and-conditions{align-items:center!important;display:flex!important;justify-content:center!important;padding-top:16px!important;text-align:center!important}.mp-checkout-container{border:0!important;font:inherit!important;font-size:100%!important;margin:0!important;padding:0!important;vertical-align:baseline!important}.mp-checkout-ticket-container{align-items:center!important;background-color:#fff!important;display:flex;flex-direction:column!important;padding:24px 16px!important}.mp-checkout-ticket-content{width:100%!important}.mp-checkout-ticket-input-document,.mp-checkout-ticket-test-mode{padding:0 0 25px!important}div div .mp-checkout-ticket-content .mp-checkout-ticket-text{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;padding-bottom:25px!important;padding-left:0!important}.mp-checkout-ticket-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding-top:32px!important;text-align:center!important}.mp-alert-details-card{background:rgb(0 0 0/4%)!important;border-left:4px solid #f23d4f!important;border-radius:6px!important;display:flex!important;flex-direction:column!important;padding:16px!important}.mp-alert-details-card-content{align-items:baseline!important;display:flex!important;flex-direction:row!important;justify-content:flex-start!important}.mp-alert-details-card-content-left{margin-right:8px!important}.mp-alert-details-card-content-right{margin-left:8px!important}.mp-alert-details-badge{align-items:center!important;background:#f23d4f!important;border-radius:50%!important;color:#fff!important;display:flex!important;flex-direction:row!important;height:16px!important;justify-content:center!important;width:16px!important}.mp-alert-details-title{color:rgba(0,0,0,.9)!important;font-weight:700!important;padding:0!important}.mp-alert-details-description,.mp-alert-details-title{font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;line-height:120%!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-alert-details-description{color:#000!important;font-weight:400!important;margin-top:4px!important}.mp-alert-details-retry-button{background-color:#3483fa!important;border:1px solid #3483fa!important;border-radius:4px!important;color:#fff!important;cursor:pointer!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:32px!important;margin-top:16px!important;outline:0!important;padding:0 12px!important;transition:all .3s ease-in-out!important}.mp-alert-details-retry-button:hover{background-color:#2968c8!important;border:1px solid #2968c8!important}.mp-checkout-benefits-container{display:flex;flex-direction:column!important}.mp-checkout-benefits-container p{padding:0!important}.mp-checkout-benefits-title{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!important}.mp-checkout-benefits-list,.mp-checkout-benefits-title{margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-checkout-benefits-list{list-style-type:none!important;padding-top:8px!important;padding-inline-start:0!important}.mp-checkout-benefits-item{align-items:center!important;color:rgba(0,0,0,.55)!important;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;justify-content:flex-start!important;line-height:18px!important;padding:16px 4px 0!important}.mp-checkout-benefits-image{float:none!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:100%!important;padding-right:12px!important;position:inherit!important;width:auto!important}.mp-checkout-benefits-item span{color:#0000008c!important;font-size:16px!important}.mp-checkout-redirect-container{align-items:center!important;background-color:#fff!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding:24px 32px!important;text-align:center!important}.mp-checkout-redirect-image{float:none!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:172px!important;padding-bottom:24px!important;position:inherit!important;width:100%!important}.mp-checkout-redirect-text{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-input-document{width:100%!important}.mp-input-document .mp-input{align-items:center!important;background:#fff!important;border:1px solid rgba(0,0,0,.25);border-radius:8px!important;display:flex!important;height:48px!important}.mp-focus{border:1px solid #7f54b3!important}.mp-error{border:1px solid #f23d4f!important}.mp-input-document .mp-input .mp-document-select{background:#fff!important;border:0!important;color:#000!important;cursor:pointer!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:20px!important;letter-spacing:0!important;line-height:20px!important;margin:0 8px!important;min-height:20px!important;outline:none!important;padding:0!important}.mp-input-document .mp-input .mp-vertical-line{border-left:1px solid rgba(0,0,0,.25)!important;height:36px!important;width:1px!important}.mp-input-document .mp-input .mp-document{background:#fff!important;border:0!important;border-radius:8px!important;box-shadow:none!important;color:#000!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:20px!important;line-height:20px!important;min-height:38px!important;outline:none!important;padding:14px!important;width:80%!important}.mp-input-document .mp-input-document-helper{color:#f23d4f!important;display:flex!important;font-family:Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:13px!important;height:18px!important;left:calc(50% - 154.5px)!important;line-height:18px!important;margin-top:5px!important;position:static!important;top:0!important;width:327px!important}.mp-input-document .mp-input-document-helper .mp-input-document-helper-icon{align-items:center!important;background:#f23d4f!important;border-radius:12px!important;color:#fff!important;display:flex!important;height:15px!important;justify-content:center!important;left:0!important;margin:1px 5px!important;top:3px!important;width:15px!important}.mp-helper{align-items:center;color:#f23d4f;display:none;font-family:Helvetica;font-size:13px!important;font-weight:400!important;margin-bottom:10px!important;margin-top:4px!important}.mp-helper .mp-helper-icon{align-items:center;background:#f23d4f;border-radius:12px;color:#fff;display:flex;height:15px;justify-content:center;margin:0 4px;width:15px!important}.mp-input-label{align-items:flex-end!important;color:rgba(0,0,0,.9)!important;display:flex;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;padding-bottom:4px!important;width:100%!important}.mp-input-label b{padding-left:2px!important}.mp-input-radio-container{display:flex;position:relative!important}.mp-input-radio-radio:checked,.mp-input-radio-radio:not(:checked){opacity:0!important}.mp-input-radio-radio:checked+.mp-input-radio-label,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label{color:#666!important;cursor:pointer!important;display:inline-block;line-height:20px!important}.mp-input-radio-radio:checked+.mp-input-radio-label:before,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:before{background:#fff!important;border:2px solid rgba(0,0,0,.25)!important;border-radius:100%!important;box-sizing:border-box!important;content:""!important;height:16px!important;left:0!important;position:absolute!important;top:0!important;width:16px!important}.mp-input-radio-radio:checked+.mp-input-radio-label:before{border:2px solid #7f54b3!important}.mp-input-radio-radio:checked+.mp-input-radio-label:after,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:after{background:#7f54b3!important;border-radius:100%!important;box-sizing:border-box!important;content:""!important;height:8px!important;left:4px!important;position:absolute!important;top:4px!important;width:8px!important}.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:after{opacity:0!important}.mp-input-radio-radio:checked+.mp-input-radio-label:after{opacity:1!important}.mp-input-select-input{align-items:center!important;background:#fff!important;border:1px solid rgba(0,0,0,.25)!important;border-radius:8px!important;display:flex!important;height:48px!important}.mp-input-select-select{background:#fff!important;border:0!important;color:#000!important;cursor:pointer!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:100%!important;letter-spacing:0!important;line-height:20px!important;margin:0 12px!important;outline:none!important;width:100%!important}.mp-input-table-container{align-items:center;display:flex;justify-content:center;width:100%!important}.mp-input-table-list{border:1px solid rgba(0,0,0,.25);border-radius:6px;display:flex;flex-direction:column;list-style-type:none;margin-left:0!important;padding:8px 16px!important;width:100%!important}.mp-input-table-item{cursor:pointer;padding-right:4px!important}.mp-input-table-item:not(:first-child){border-top:1px solid rgba(0,0,0,.1)}.mp-input-table-label{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:16px 0!important;width:100%!important}.mp-input-table-option{align-items:center;display:flex;justify-content:flex-start}.mp-input-table-row-text{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important}.mp-input-table-row-text,.mp-input-table-row-text-image{font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;padding-left:16px!important}.mp-input-table-row-text-image{align-items:center;color:#000000e5!important;display:flex;flex-direction:row-reverse;font-family:Helvetica}.mp-input-table-row-obs{color:rgba(0,0,0,.55);font-weight:400}.mp-input-table-row-obs,.mp-input-table-row-obs-highlight{font-family:Helvetica;font-size:14px;font-style:normal;line-height:18px}.mp-input-table-row-obs-highlight{color:#00a650!important;font-weight:400!important}.mp-input-table-container-link{align-items:center;display:flex;justify-content:center;padding:16px 0 24px!important}.mp-input-table-link{color:#7f54b3!important;cursor:pointer!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;line-height:16px!important;text-decoration:none}.mp-input-table-link:hover{color:#7249a5;transition:all .3ms}.mp-payment-method-logo-container{align-items:center!important;background:#fff!important;border:1px solid #e5e5e5!important;border-radius:4px!important;box-sizing:border-box!important;display:flex;height:40px!important;justify-content:center!important;padding:4px!important;width:60px!important}.mp-payment-method-logo-image{float:none!important;font-size:10px!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:100%!important;overflow:hidden!important;position:inherit!important;text-overflow:ellipsis!important;width:auto!important}.mp-payment-methods-container{display:flex;flex-direction:column!important;height:100%!important;width:100%!important}.mp-payment-methods-container p{padding:0!important}.mp-payment-methods-header{align-items:center!important;display:flex;height:100%!important;justify-content:flex-start!important;padding:0 4px 16px!important;width:100%!important}.mp-payment-methods-title{align-items:center!important;color:rgba(0,0,0,.55)!important;display:flex;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-payment-methods-badge{align-items:center!important;background:#00a650!important;border-bottom-right-radius:8px!important;display:flex;justify-content:center!important;margin-left:10px!important;padding:6px 8px 4px!important}.mp-payment-methods-badge-text{align-items:center!important;color:#fff!important;display:flex;font-family:Helvetica!important;font-size:11px!important;font-style:normal!important;font-weight:700!important;line-height:11px!important;text-align:center!important;text-transform:uppercase!important}.mp-payment-method-type-container{display:flex;flex-direction:column!important;height:100%!important;width:100%!important}.mp-payment-methods-content{align-items:center!important;display:flex;flex-wrap:wrap!important;height:100%!important;justify-content:flex-start!important;padding-bottom:16px!important;width:100%!important}.mp-payment-methods-content payment-method-logo{padding:0 4px 8px!important}.mp-payment-methods-link{box-shadow:none!important;color:#7f54b3!important;cursor:pointer!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;text-decoration:none!important;vertical-align:middle!important}.mp-payment-methods-link:hover{color:rgba(0,0,0,.55)!important}.mp-pix-template-container{align-items:center!important;background-color:#fff!important;display:flex!important;flex-direction:column!important;justify-content:center!important;text-align:center!important}.mp-pix-template-image{float:none!important;font-size:10px!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:240px!important;overflow:hidden!important;padding-bottom:42px!important;position:inherit!important;text-overflow:ellipsis!important;width:100%!important}.mp-pix-template-title{font-size:16px!important;font-weight:700!important;padding-bottom:16px!important}.mp-pix-template-subtitle,.mp-pix-template-title{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-style:normal!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-pix-template-subtitle{font-size:14px!important;font-weight:400!important}.mp-terms-and-conditions-text{color:rgba(0,0,0,.55)!important;padding-right:4px!important}.mp-terms-and-conditions-link,.mp-terms-and-conditions-text{font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important}.mp-terms-and-conditions-link{color:#7f54b3!important;text-decoration:none!important}.mp-terms-and-conditions-link:hover{color:#7249a5!important;transition:all .3ms!important}.mp-test-mode-card{background:rgb(0 0 0/4%)!important;border-left:4px solid #f73!important;border-radius:6px!important;display:flex!important;flex-direction:column!important;padding:16px!important}.mp-test-mode-badge{align-items:center!important;background:#f73!important;border-radius:12px!important;color:#fff!important;display:flex!important;flex-direction:row!important;height:16px!important;justify-content:center!important;margin-right:16px!important;width:16px!important}.mp-test-mode-title{color:rgba(0,0,0,.9)!important;font-weight:700!important;margin-left:16px!important;padding:0!important}.mp-test-mode-description,.mp-test-mode-title{font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;line-height:120%!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-test-mode-description{color:#000!important;font-weight:400!important;padding-left:32px!important;padding-top:4px!important}.mp-test-mode-card-content{align-items:baseline!important;display:flex!important;flex-direction:row!important;justify-content:flex-start!important}.mp-test-mode-link{color:#7f54b3!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:16px!important;text-decoration:none!important}.mp-test-mode-link:hover{color:#7249a5!important;transition:all .3ms!important}
|
assets/css/mp-plugins-components.min.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
.mp-checkout-container a,.mp-checkout-container abbr,.mp-checkout-container acronym,.mp-checkout-container address,.mp-checkout-container applet,.mp-checkout-container article,.mp-checkout-container aside,.mp-checkout-container audio,.mp-checkout-container b,.mp-checkout-container big,.mp-checkout-container blockquote,.mp-checkout-container canvas,.mp-checkout-container caption,.mp-checkout-container center,.mp-checkout-container cite,.mp-checkout-container code,.mp-checkout-container dd,.mp-checkout-container del,.mp-checkout-container details,.mp-checkout-container dfn,.mp-checkout-container div,.mp-checkout-container dl,.mp-checkout-container dt,.mp-checkout-container em,.mp-checkout-container embed,.mp-checkout-container fieldset,.mp-checkout-container figcaption,.mp-checkout-container figure,.mp-checkout-container footer,.mp-checkout-container form,.mp-checkout-container h1,.mp-checkout-container h2,.mp-checkout-container h3,.mp-checkout-container h4,.mp-checkout-container h5,.mp-checkout-container h6,.mp-checkout-container header,.mp-checkout-container hgroup,.mp-checkout-container i,.mp-checkout-container iframe,.mp-checkout-container img,.mp-checkout-container input,.mp-checkout-container ins,.mp-checkout-container kbd,.mp-checkout-container label,.mp-checkout-container legend,.mp-checkout-container li,.mp-checkout-container li input,.mp-checkout-container mark,.mp-checkout-container menu,.mp-checkout-container nav,.mp-checkout-container object,.mp-checkout-container ol,.mp-checkout-container output,.mp-checkout-container p,.mp-checkout-container pre,.mp-checkout-container q,.mp-checkout-container ruby,.mp-checkout-container s,.mp-checkout-container samp,.mp-checkout-container section,.mp-checkout-container select,.mp-checkout-container small,.mp-checkout-container span,.mp-checkout-container strike,.mp-checkout-container strong,.mp-checkout-container sub,.mp-checkout-container summary,.mp-checkout-container sup,.mp-checkout-container table,.mp-checkout-container tbody,.mp-checkout-container td,.mp-checkout-container tfoot,.mp-checkout-container th,.mp-checkout-container thead,.mp-checkout-container time,.mp-checkout-container tr,.mp-checkout-container tt,.mp-checkout-container u,.mp-checkout-container ul,.mp-checkout-container var,.mp-checkout-container video{font:inherit;font-family:Helvetica!important;font-size:14px;font-style:normal;line-height:16px;margin:0;padding:0;vertical-align:baseline;width:auto}.mp-checkout-custom-container{background-color:#fff!important;display:flex;flex-direction:column!important;justify-content:center!important;padding:24px 16px!important}.mp-checkout-custom-test-mode{padding-bottom:32px!important}.mp-wallet-button-container{border:1px solid rgba(0,0,0,.1)!important;border-radius:6px!important;flex-direction:column!important;height:auto!important;margin-bottom:25px!important;padding:24px 16px!important}.mp-wallet-button-container .mp-wallet-button-title{align-items:center!important;color:rgba(0,0,0,.9)!important;display:flex;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important}.mp-wallet-button-container .mp-wallet-button-title img{float:none!important;margin:0!important;max-height:100%!important;max-width:100%!important;position:inherit!important}.mp-wallet-button-container .mp-wallet-button-title span{color:#000000e5!important;padding-left:8px!important}.mp-wallet-button-container .mp-wallet-button-description{align-items:center!important;color:rgba(0,0,0,.55)!important;display:flex;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin:8px 0 16px!important}.mp-wallet-button-container .mp-wallet-button-button button{align-items:center!important;background:#009ee3!important;border:none!important;border-radius:4px!important;color:#fff!important;cursor:pointer!important;display:flex!important;flex-direction:row!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;justify-content:center!important;line-height:16px!important;padding:8px 12px!important;text-align:center!important;transition:all .3ms ease-in-out!important}.mp-wallet-button-container .mp-wallet-button-button button:hover{background-color:#007eb5!important;color:#fff!important;transition:all .3ms ease-in-out!important}.mp-checkout-custom-available-payments{align-items:center!important;display:flex;flex-direction:column!important;padding:0 0 32px!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header{align-items:center!important;cursor:pointer!important;display:flex;justify-content:space-between!important;user-select:none!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header .mp-checkout-custom-available-payments-title{align-items:center!important;color:#7f54b3!important;display:flex;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:18px!important;padding:0 4px!important}.mp-checkout-custom-available-payments-text{color:#7f54b3!important;font-size:14px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header img{float:none!important;margin:0!important;max-height:100%!important;max-width:100%!important;position:inherit!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header .mp-checkout-custom-available-payments-title p{margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding-left:8px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content{max-height:0!important;overflow:hidden!important;padding:0!important;transition:all .2s ease-out!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content hr{border-color:rgba(0,0,0,.1)!important;border-width:1px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;margin-top:8px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content a{color:#7f54b3!important;font-family:Helvetica!important;font-size:14px!important;font-weight:400!important;letter-spacing:0!important;line-height:18px!important;text-align:left!important}.mp-checkout-custom-card-form{display:flex;flex-direction:column!important;justify-content:flex-start!important}form div div .mp-checkout-custom-card-form-title{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding-bottom:25px!important;padding-left:0!important}.mp-checkout-custom-card-form .mp-checkout-custom-card-row{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:24px}.mp-checkout-custom-card-form .mp-checkout-custom-card-column{display:flex;flex-direction:column;justify-content:center;width:50%}.mp-checkout-custom-card-form .mp-checkout-custom-card-input{background:#fff!important;border:1px solid rgba(0,0,0,.25);border-radius:6px!important;color:#000!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:40px!important;line-height:20px!important;outline:0!important}.mp-checkout-custom-card-input-iframe{border:1px solid rgba(0,0,0,.25)!important;border-radius:6px!important}.mp-document-select{appearance:auto;cursor:pointer!important;letter-spacing:0!important;margin:0 8px!important;width:25%!important}.mp-document-select,.mp-input-document{background:#fff!important;border:0!important;color:#000!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:20px!important;outline:0!important}.mp-input-document{border-radius:8px!important;box-shadow:none!important;width:80%!important}.mp-checkout-custom-dual-column-row{align-items:flex-start!important;flex-direction:row!important}.mp-checkout-custom-input-document{padding:0 0 25px!important}.mp-vertical-line{border-left:1px solid rgba(0,0,0,.25)!important;height:36px!important;width:1px!important}.mp-checkout-custom-issuers-container{display:block;padding:0 0 16px!important}.mp-checkout-custom-issuers-container-display-none{display:none;padding:0 0 16px!important}.mp-checkout-custom-installments{display:block;padding:16px 0 0!important}.mp-checkout-custom-installments-display-none{display:none;padding:16px 0 0!important}.mp-checkout-custom-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding:8px 0 0!important;text-align:center!important}.mp-checkout-custom-left-card-input{margin-right:16px!important}.mp-checkout-custom-info-text{color:rgba(0,0,0,.55)!important;font-family:Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:13px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding:4px 0 0 6px!important}#mp-checkout-custom-box-input-tax-cft{padding:0 0 16px!important}#mp-checkout-custom-tax-tea-text{font-size:12px!important;line-height:1.29!important}#mp-checkout-custom-tax-cft-text,#mp-checkout-custom-tax-tea-text{color:rgba(0,0,0,.55)!important;font-family:Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-stretch:normal!important;font-style:normal!important;font-weight:400!important;letter-spacing:normal!important}#mp-checkout-custom-tax-cft-text{font-size:27px!important;line-height:1.25!important}.mp-card-holder-name{margin:0!important;padding-left:14px!important}.mp-checkout-pix-container{background-color:#fff!important;display:flex;flex-direction:column!important;justify-content:center!important;padding:24px 16px!important}.mp-checkout-pix-test-mode{padding-bottom:32px!important}.mp-checkout-pix-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding-top:42px!important;text-align:center!important}.mp-checkout-pro-container{display:flex!important;flex-direction:column!important;justify-content:center!important}.mp-checkout-pro-content{background-color:#fff!important;padding:24px 16px 8px!important}.mp-checkout-pro-test-mode{padding:0 0 25px!important}.mp-checkout-pro-payment-methods{padding-top:42px!important}.mp-checkout-pro-redirect{margin-top:24px!important}.mp-checkout-pro-terms-and-conditions{align-items:center!important;display:flex!important;justify-content:center!important;padding-top:16px!important;text-align:center!important}.mp-checkout-container{border:0!important;font:inherit!important;font-size:100%!important;margin:0!important;padding:0!important;vertical-align:baseline!important}.mp-checkout-ticket-container{align-items:center!important;background-color:#fff!important;display:flex;flex-direction:column!important;padding:24px 16px!important}.mp-checkout-ticket-content{width:100%!important}.mp-checkout-ticket-input-document,.mp-checkout-ticket-test-mode{padding:0 0 25px!important}div div .mp-checkout-ticket-content .mp-checkout-ticket-text{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;padding-bottom:25px!important;padding-left:0!important}.mp-checkout-ticket-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding-top:32px!important;text-align:center!important}.mp-checkout-benefits-container{display:flex;flex-direction:column!important}.mp-checkout-benefits-container p{padding:0!important}.mp-checkout-benefits-title{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!important}.mp-checkout-benefits-list,.mp-checkout-benefits-title{margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-checkout-benefits-list{list-style-type:none!important;padding-top:8px!important;padding-inline-start:0!important}.mp-checkout-benefits-item{align-items:center!important;color:rgba(0,0,0,.55)!important;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;justify-content:flex-start!important;line-height:18px!important;padding:16px 4px 0!important}.mp-checkout-benefits-image{float:none!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:100%!important;padding-right:12px!important;position:inherit!important;width:auto!important}.mp-checkout-benefits-item span{color:#0000008c!important}.mp-checkout-redirect-container{align-items:center!important;background-color:#fff!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding:24px 32px!important;text-align:center!important}.mp-checkout-redirect-image{float:none!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:172px!important;padding-bottom:24px!important;position:inherit!important;width:100%!important}.mp-checkout-redirect-text{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-input-document{width:100%!important}.mp-input-document .mp-input{align-items:center!important;background:#fff!important;border:1px solid rgba(0,0,0,.25);border-radius:8px!important;display:flex!important;height:48px!important}.mp-focus{border:1px solid #7f54b3!important}.mp-error{border:1px solid #f23d4f!important}.mp-input-document .mp-input .mp-document-select{background:#fff!important;border:0!important;color:#000!important;cursor:pointer!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:20px!important;letter-spacing:0!important;line-height:20px!important;margin:0 8px!important;min-height:20px!important;outline:0!important;padding:0!important}.mp-input-document .mp-input .mp-vertical-line{border-left:1px solid rgba(0,0,0,.25)!important;height:36px!important;width:1px!important}.mp-input-document .mp-input .mp-document{background:#fff!important;border:0!important;border-radius:8px!important;box-shadow:none!important;color:#000!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:20px!important;line-height:20px!important;min-height:38px!important;outline:0!important;padding:14px!important;width:80%!important}.mp-input-document .mp-input-document-helper{color:#f23d4f!important;display:flex!important;font-family:Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:13px!important;height:18px!important;left:calc(50% - 154.5px)!important;line-height:18px!important;margin-top:5px!important;position:static!important;top:0!important;width:327px!important}.mp-input-document .mp-input-document-helper .mp-input-document-helper-icon{align-items:center!important;background:#f23d4f!important;border-radius:12px!important;color:#fff!important;display:flex!important;height:15px!important;justify-content:center!important;left:0!important;margin:1px 5px!important;top:3px!important;width:15px!important}.mp-helper{align-items:center;color:#f23d4f;display:none;font-family:Helvetica;font-size:13px!important;font-weight:400!important;margin-bottom:10px!important;margin-top:4px!important}.mp-helper .mp-helper-icon{align-items:center;background:#f23d4f;border-radius:12px;color:#fff;display:flex;height:15px;justify-content:center;margin:0 4px;width:15px!important}.mp-input-label{align-items:flex-end!important;color:rgba(0,0,0,.9)!important;display:flex;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;padding-bottom:4px!important;width:100%!important}.mp-input-label b{padding-left:2px!important}.mp-input-radio-container{display:flex;position:relative!important}.mp-input-radio-radio:checked,.mp-input-radio-radio:not(:checked){opacity:0!important}.mp-input-radio-radio:checked+.mp-input-radio-label,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label{color:#666!important;cursor:pointer!important;display:inline-block;line-height:20px!important}.mp-input-radio-radio:checked+.mp-input-radio-label:before,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:before{background:#fff!important;border:2px solid rgba(0,0,0,.25)!important;border-radius:100%!important;box-sizing:border-box!important;content:""!important;height:16px!important;left:0!important;position:absolute!important;top:0!important;width:16px!important}.mp-input-radio-radio:checked+.mp-input-radio-label:before{border:2px solid #7f54b3!important}.mp-input-radio-radio:checked+.mp-input-radio-label:after,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:after{background:#7f54b3!important;border-radius:100%!important;box-sizing:border-box!important;content:""!important;height:8px!important;left:4px!important;position:absolute!important;top:4px!important;width:8px!important}.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:after{opacity:0!important}.mp-input-radio-radio:checked+.mp-input-radio-label:after{opacity:1!important}.mp-input-select-input{align-items:center!important;background:#fff!important;border:1px solid rgba(0,0,0,.25)!important;border-radius:8px!important;display:flex!important;height:48px!important}.mp-input-select-select{background:#fff!important;border:0!important;color:#000!important;cursor:pointer!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:100%!important;letter-spacing:0!important;line-height:20px!important;margin:0 12px!important;outline:0!important;width:100%!important}.mp-input-table-container{align-items:center;display:flex;justify-content:center;width:100%!important}.mp-input-table-list{border:1px solid rgba(0,0,0,.25);border-radius:6px;display:flex;flex-direction:column;list-style-type:none;margin-left:0!important;padding:8px 16px!important;width:100%!important}.mp-input-table-item{cursor:pointer;padding-right:4px!important}.mp-input-table-item:not(:first-child){border-top:1px solid rgba(0,0,0,.1)}.mp-input-table-label{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:16px 0!important;width:100%!important}.mp-input-table-option{align-items:center;display:flex;justify-content:flex-start}.mp-input-table-row-text{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important}.mp-input-table-row-text,.mp-input-table-row-text-image{font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;padding-left:16px!important}.mp-input-table-row-text-image{align-items:center;color:#000000e5!important;display:flex;flex-direction:row-reverse;font-family:Helvetica}.mp-input-table-row-obs{color:rgba(0,0,0,.55);font-weight:400}.mp-input-table-row-obs,.mp-input-table-row-obs-highlight{font-family:Helvetica;font-size:14px;font-style:normal;line-height:18px}.mp-input-table-row-obs-highlight{color:#00a650!important;font-weight:400!important}.mp-input-table-container-link{align-items:center;display:flex;justify-content:center;padding:16px 0 24px!important}.mp-input-table-link{color:#7f54b3!important;cursor:pointer!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;line-height:16px!important;text-decoration:none}.mp-input-table-link:hover{color:#7249a5;transition:all .3ms}.mp-payment-method-logo-container{align-items:center!important;background:#fff!important;border:1px solid #e5e5e5!important;border-radius:4px!important;box-sizing:border-box!important;display:flex;height:40px!important;justify-content:center!important;padding:4px!important;width:60px!important}.mp-payment-method-logo-image{float:none!important;font-size:10px!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:100%!important;overflow:hidden!important;position:inherit!important;text-overflow:ellipsis!important;width:auto!important}.mp-payment-methods-container{display:flex;flex-direction:column!important;height:100%!important;width:100%!important}.mp-payment-methods-container p{padding:0!important}.mp-payment-methods-header{align-items:center!important;display:flex;height:100%!important;justify-content:flex-start!important;padding:0 4px 16px!important;width:100%!important}.mp-payment-methods-title{align-items:center!important;color:rgba(0,0,0,.55)!important;display:flex;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-payment-methods-badge{align-items:center!important;background:#00a650!important;border-bottom-right-radius:8px!important;display:flex;justify-content:center!important;margin-left:10px!important;padding:6px 8px 4px!important}.mp-payment-methods-badge-text{align-items:center!important;color:#fff!important;display:flex;font-family:Helvetica!important;font-size:11px!important;font-style:normal!important;font-weight:700!important;line-height:11px!important;text-align:center!important;text-transform:uppercase!important}.mp-payment-method-type-container{display:flex;flex-direction:column!important;height:100%!important;width:100%!important}.mp-payment-methods-content{align-items:center!important;display:flex;flex-wrap:wrap!important;height:100%!important;justify-content:flex-start!important;padding-bottom:16px!important;width:100%!important}.mp-payment-methods-content payment-method-logo{padding:0 4px 8px!important}.mp-payment-methods-link{box-shadow:none!important;color:#7f54b3!important;cursor:pointer!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;text-decoration:none!important;vertical-align:middle!important}.mp-payment-methods-link:hover{color:rgba(0,0,0,.55)!important}.mp-pix-template-container{align-items:center!important;background-color:#fff!important;display:flex!important;flex-direction:column!important;justify-content:center!important;text-align:center!important}.mp-pix-template-image{float:none!important;font-size:10px!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:240px!important;overflow:hidden!important;padding-bottom:42px!important;position:inherit!important;text-overflow:ellipsis!important;width:100%!important}.mp-pix-template-title{font-size:16px!important;font-weight:700!important;padding-bottom:16px!important}.mp-pix-template-subtitle,.mp-pix-template-title{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-style:normal!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-pix-template-subtitle{font-size:14px!important;font-weight:400!important}.mp-terms-and-conditions-text{color:rgba(0,0,0,.55)!important;padding-right:4px!important}.mp-terms-and-conditions-link,.mp-terms-and-conditions-text{font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important}.mp-terms-and-conditions-link{color:#7f54b3!important;text-decoration:none!important}.mp-terms-and-conditions-link:hover{color:#7249a5!important;transition:all .3ms!important}.mp-test-mode-card{background:rgb(0 0 0/4%)!important;border-left:4px solid #f73!important;border-radius:6px!important;display:flex!important;flex-direction:column!important;padding:16px!important}.mp-test-mode-badge{align-items:center!important;background:#f73!important;border-radius:12px!important;color:#fff!important;display:flex!important;flex-direction:row!important;height:16px!important;justify-content:center!important;margin-right:16px!important;width:16px!important}.mp-test-mode-title{color:rgba(0,0,0,.9)!important;font-weight:700!important;margin-left:16px!important;padding:0!important}.mp-test-mode-description,.mp-test-mode-title{font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;line-height:120%!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-test-mode-description{color:#000!important;font-weight:400!important;padding-left:32px!important;padding-top:4px!important}.mp-test-mode-card-content{align-items:baseline!important;display:flex!important;flex-direction:row!important;justify-content:flex-start!important}.mp-test-mode-link{color:#7f54b3!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:16px!important;text-decoration:none!important}.mp-test-mode-link:hover{color:#7249a5!important;transition:all .3ms!important}
|
| 1 |
+
.mp-checkout-container a,.mp-checkout-container abbr,.mp-checkout-container acronym,.mp-checkout-container address,.mp-checkout-container applet,.mp-checkout-container article,.mp-checkout-container aside,.mp-checkout-container audio,.mp-checkout-container b,.mp-checkout-container big,.mp-checkout-container blockquote,.mp-checkout-container canvas,.mp-checkout-container caption,.mp-checkout-container center,.mp-checkout-container cite,.mp-checkout-container code,.mp-checkout-container dd,.mp-checkout-container del,.mp-checkout-container details,.mp-checkout-container dfn,.mp-checkout-container div,.mp-checkout-container dl,.mp-checkout-container dt,.mp-checkout-container em,.mp-checkout-container embed,.mp-checkout-container fieldset,.mp-checkout-container figcaption,.mp-checkout-container figure,.mp-checkout-container footer,.mp-checkout-container form,.mp-checkout-container h1,.mp-checkout-container h2,.mp-checkout-container h3,.mp-checkout-container h4,.mp-checkout-container h5,.mp-checkout-container h6,.mp-checkout-container header,.mp-checkout-container hgroup,.mp-checkout-container i,.mp-checkout-container iframe,.mp-checkout-container img,.mp-checkout-container input,.mp-checkout-container ins,.mp-checkout-container kbd,.mp-checkout-container label,.mp-checkout-container legend,.mp-checkout-container li,.mp-checkout-container li input,.mp-checkout-container mark,.mp-checkout-container menu,.mp-checkout-container nav,.mp-checkout-container object,.mp-checkout-container ol,.mp-checkout-container output,.mp-checkout-container p,.mp-checkout-container pre,.mp-checkout-container q,.mp-checkout-container ruby,.mp-checkout-container s,.mp-checkout-container samp,.mp-checkout-container section,.mp-checkout-container select,.mp-checkout-container small,.mp-checkout-container span,.mp-checkout-container strike,.mp-checkout-container strong,.mp-checkout-container sub,.mp-checkout-container summary,.mp-checkout-container sup,.mp-checkout-container table,.mp-checkout-container tbody,.mp-checkout-container td,.mp-checkout-container tfoot,.mp-checkout-container th,.mp-checkout-container thead,.mp-checkout-container time,.mp-checkout-container tr,.mp-checkout-container tt,.mp-checkout-container u,.mp-checkout-container ul,.mp-checkout-container var,.mp-checkout-container video{font:inherit;font-family:Helvetica!important;font-size:14px;font-style:normal;line-height:16px;margin:0;padding:0;vertical-align:baseline;width:auto}.mp-checkout-custom-container{background-color:#fff!important;display:flex;flex-direction:column!important;justify-content:center!important;padding:24px 16px!important}.mp-checkout-custom-test-mode{padding-bottom:32px!important}.mp-wallet-button-container{align-items:center;border:1px solid rgba(0,0,0,.1)!important;border-radius:6px!important;display:flex;flex-direction:column!important;height:auto!important;margin-bottom:25px!important;padding:24px 16px!important}.mp-wallet-button-container .mp-wallet-button-title{align-items:center!important;color:rgba(0,0,0,.9)!important;display:flex!important;flex-direction:column!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important}.mp-wallet-button-container img{float:none!important;margin:0!important;max-height:100%!important;max-width:100%!important;padding-bottom:16px!important;position:inherit!important}.mp-wallet-button-container .mp-wallet-button-title span{color:#000000e5!important;font-size:16px!important;padding-left:8px!important}.mp-wallet-button-container .mp-wallet-button-description{align-items:center!important;color:#000!important;display:flex;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin:8px 0 16px!important;text-align:center}.mp-wallet-button-container .mp-wallet-button-button button{align-items:center!important;background:#009ee3!important;border:none!important;border-radius:4px!important;color:#fff!important;cursor:pointer!important;display:flex!important;flex-direction:row!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;justify-content:center!important;line-height:16px!important;padding:8px 12px!important;text-align:center!important;transition:all .3ms ease-in-out!important}.mp-wallet-button-container .mp-wallet-button-button button:hover{background-color:#007eb5!important;color:#fff!important;transition:all .3ms ease-in-out!important}.mp-checkout-custom-available-payments{align-items:center!important;display:flex;flex-direction:column!important;padding:0 0 32px!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header{align-items:center!important;cursor:pointer!important;display:flex;justify-content:space-between!important;user-select:none!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header .mp-checkout-custom-available-payments-title{align-items:center!important;color:#7f54b3!important;display:flex;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:18px!important;padding:0 4px!important}.mp-checkout-custom-available-payments-text{color:#7f54b3!important;font-size:14px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header img{float:none!important;margin:0!important;max-height:100%!important;max-width:100%!important;position:inherit!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header .mp-checkout-custom-available-payments-title p{margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding-left:8px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content{max-height:0!important;overflow:hidden!important;padding:0!important;transition:all .2s ease-out!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content hr{border-color:rgba(0,0,0,.1)!important;border-width:1px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;margin-top:8px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content a{color:#7f54b3!important;font-family:Helvetica!important;font-size:14px!important;font-weight:400!important;letter-spacing:0!important;line-height:18px!important;text-align:left!important}.mp-checkout-custom-card-form{display:flex;flex-direction:column!important;justify-content:flex-start!important}form div div .mp-checkout-custom-card-form-title{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding-bottom:25px!important;padding-left:0!important}.mp-checkout-custom-card-form .mp-checkout-custom-card-row{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:24px}.mp-checkout-custom-card-form .mp-checkout-custom-card-column{display:flex;flex-direction:column;justify-content:center;width:50%}.mp-checkout-custom-card-form .mp-checkout-custom-card-input{background:#fff!important;border:1px solid rgba(0,0,0,.25);border-radius:6px!important;color:#000!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:40px!important;line-height:20px!important;outline:0!important}.mp-checkout-custom-card-input-iframe{border:1px solid rgba(0,0,0,.25)!important;border-radius:6px!important}.mp-document-select{appearance:auto;cursor:pointer!important;letter-spacing:0!important;margin:0 8px!important;width:25%!important}.mp-document-select,.mp-input-document{background:#fff!important;border:0!important;color:#000!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:20px!important;outline:0!important}.mp-input-document{border-radius:8px!important;box-shadow:none!important;width:80%!important}.mp-checkout-custom-dual-column-row{align-items:flex-start!important;flex-direction:row!important}.mp-checkout-custom-input-document{padding:0 0 25px!important}.mp-vertical-line{border-left:1px solid rgba(0,0,0,.25)!important;height:36px!important;width:1px!important}.mp-checkout-custom-issuers-container{display:block;padding:0 0 16px!important}.mp-checkout-custom-issuers-container-display-none{display:none;padding:0 0 16px!important}.mp-checkout-custom-installments{display:block;padding:16px 0 0!important}.mp-checkout-custom-installments-display-none{display:none;padding:16px 0 0!important}.mp-checkout-custom-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding:8px 0 0!important;text-align:center!important}.mp-checkout-custom-left-card-input{margin-right:16px!important}.mp-checkout-custom-info-text{color:rgba(0,0,0,.55)!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:13px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding:4px 0 0 6px!important}#mp-checkout-custom-box-input-tax-cft{padding:0 0 16px!important}#mp-checkout-custom-tax-tea-text{font-size:12px!important;line-height:1.29!important}#mp-checkout-custom-tax-cft-text,#mp-checkout-custom-tax-tea-text{color:rgba(0,0,0,.55)!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-stretch:normal!important;font-style:normal!important;font-weight:400!important;letter-spacing:normal!important}#mp-checkout-custom-tax-cft-text{font-size:27px!important;line-height:1.25!important}.mp-card-holder-name{margin:0!important;padding-left:14px!important}.mp-checkout-pix-container{background-color:#fff!important;display:flex;flex-direction:column!important;justify-content:center!important;padding:24px 16px!important}.mp-checkout-pix-test-mode{padding-bottom:32px!important}.mp-checkout-pix-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding-top:42px!important;text-align:center!important}.mp-checkout-pro-container{display:flex!important;flex-direction:column!important;justify-content:center!important}.mp-checkout-pro-content{background-color:#fff!important;padding:24px 16px 8px!important}.mp-checkout-pro-test-mode{padding:0 0 25px!important}.mp-checkout-pro-payment-methods{padding-top:32px!important}.mp-checkout-pro-redirect{margin-top:24px!important}.mp-checkout-pro-terms-and-conditions{align-items:center!important;display:flex!important;justify-content:center!important;padding-top:16px!important;text-align:center!important}.mp-checkout-container{border:0!important;font:inherit!important;font-size:100%!important;margin:0!important;padding:0!important;vertical-align:baseline!important}.mp-checkout-ticket-container{align-items:center!important;background-color:#fff!important;display:flex;flex-direction:column!important;padding:24px 16px!important}.mp-checkout-ticket-content{width:100%!important}.mp-checkout-ticket-input-document,.mp-checkout-ticket-test-mode{padding:0 0 25px!important}div div .mp-checkout-ticket-content .mp-checkout-ticket-text{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;padding-bottom:25px!important;padding-left:0!important}.mp-checkout-ticket-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding-top:32px!important;text-align:center!important}.mp-alert-details-card{background:rgb(0 0 0/4%)!important;border-left:4px solid #f23d4f!important;border-radius:6px!important;display:flex!important;flex-direction:column!important;padding:16px!important}.mp-alert-details-card-content{align-items:baseline!important;display:flex!important;flex-direction:row!important;justify-content:flex-start!important}.mp-alert-details-card-content-left{margin-right:8px!important}.mp-alert-details-card-content-right{margin-left:8px!important}.mp-alert-details-badge{align-items:center!important;background:#f23d4f!important;border-radius:50%!important;color:#fff!important;display:flex!important;flex-direction:row!important;height:16px!important;justify-content:center!important;width:16px!important}.mp-alert-details-title{color:rgba(0,0,0,.9)!important;font-weight:700!important;padding:0!important}.mp-alert-details-description,.mp-alert-details-title{font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;line-height:120%!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-alert-details-description{color:#000!important;font-weight:400!important;margin-top:4px!important}.mp-alert-details-retry-button{background-color:#3483fa!important;border:1px solid #3483fa!important;border-radius:4px!important;color:#fff!important;cursor:pointer!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:32px!important;margin-top:16px!important;outline:0!important;padding:0 12px!important;transition:all .3s ease-in-out!important}.mp-alert-details-retry-button:hover{background-color:#2968c8!important;border:1px solid #2968c8!important}.mp-checkout-benefits-container{display:flex;flex-direction:column!important}.mp-checkout-benefits-container p{padding:0!important}.mp-checkout-benefits-title{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!important}.mp-checkout-benefits-list,.mp-checkout-benefits-title{margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-checkout-benefits-list{list-style-type:none!important;padding-top:8px!important;padding-inline-start:0!important}.mp-checkout-benefits-item{align-items:center!important;color:rgba(0,0,0,.55)!important;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;justify-content:flex-start!important;line-height:18px!important;padding:16px 4px 0!important}.mp-checkout-benefits-image{float:none!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:100%!important;padding-right:12px!important;position:inherit!important;width:auto!important}.mp-checkout-benefits-item span{color:#0000008c!important;font-size:16px!important}.mp-checkout-redirect-container{align-items:center!important;background-color:#fff!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding:24px 32px!important;text-align:center!important}.mp-checkout-redirect-image{float:none!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:172px!important;padding-bottom:24px!important;position:inherit!important;width:100%!important}.mp-checkout-redirect-text{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-input-document{width:100%!important}.mp-input-document .mp-input{align-items:center!important;background:#fff!important;border:1px solid rgba(0,0,0,.25);border-radius:8px!important;display:flex!important;height:48px!important}.mp-focus{border:1px solid #7f54b3!important}.mp-error{border:1px solid #f23d4f!important}.mp-input-document .mp-input .mp-document-select{background:#fff!important;border:0!important;color:#000!important;cursor:pointer!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:20px!important;letter-spacing:0!important;line-height:20px!important;margin:0 8px!important;min-height:20px!important;outline:0!important;padding:0!important}.mp-input-document .mp-input .mp-vertical-line{border-left:1px solid rgba(0,0,0,.25)!important;height:36px!important;width:1px!important}.mp-input-document .mp-input .mp-document{background:#fff!important;border:0!important;border-radius:8px!important;box-shadow:none!important;color:#000!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:20px!important;line-height:20px!important;min-height:38px!important;outline:0!important;padding:14px!important;width:80%!important}.mp-input-document .mp-input-document-helper{color:#f23d4f!important;display:flex!important;font-family:Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:13px!important;height:18px!important;left:calc(50% - 154.5px)!important;line-height:18px!important;margin-top:5px!important;position:static!important;top:0!important;width:327px!important}.mp-input-document .mp-input-document-helper .mp-input-document-helper-icon{align-items:center!important;background:#f23d4f!important;border-radius:12px!important;color:#fff!important;display:flex!important;height:15px!important;justify-content:center!important;left:0!important;margin:1px 5px!important;top:3px!important;width:15px!important}.mp-helper{align-items:center;color:#f23d4f;display:none;font-family:Helvetica;font-size:13px!important;font-weight:400!important;margin-bottom:10px!important;margin-top:4px!important}.mp-helper .mp-helper-icon{align-items:center;background:#f23d4f;border-radius:12px;color:#fff;display:flex;height:15px;justify-content:center;margin:0 4px;width:15px!important}.mp-input-label{align-items:flex-end!important;color:rgba(0,0,0,.9)!important;display:flex;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;padding-bottom:4px!important;width:100%!important}.mp-input-label b{padding-left:2px!important}.mp-input-radio-container{display:flex;position:relative!important}.mp-input-radio-radio:checked,.mp-input-radio-radio:not(:checked){opacity:0!important}.mp-input-radio-radio:checked+.mp-input-radio-label,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label{color:#666!important;cursor:pointer!important;display:inline-block;line-height:20px!important}.mp-input-radio-radio:checked+.mp-input-radio-label:before,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:before{background:#fff!important;border:2px solid rgba(0,0,0,.25)!important;border-radius:100%!important;box-sizing:border-box!important;content:""!important;height:16px!important;left:0!important;position:absolute!important;top:0!important;width:16px!important}.mp-input-radio-radio:checked+.mp-input-radio-label:before{border:2px solid #7f54b3!important}.mp-input-radio-radio:checked+.mp-input-radio-label:after,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:after{background:#7f54b3!important;border-radius:100%!important;box-sizing:border-box!important;content:""!important;height:8px!important;left:4px!important;position:absolute!important;top:4px!important;width:8px!important}.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:after{opacity:0!important}.mp-input-radio-radio:checked+.mp-input-radio-label:after{opacity:1!important}.mp-input-select-input{align-items:center!important;background:#fff!important;border:1px solid rgba(0,0,0,.25)!important;border-radius:8px!important;display:flex!important;height:48px!important}.mp-input-select-select{background:#fff!important;border:0!important;color:#000!important;cursor:pointer!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:100%!important;letter-spacing:0!important;line-height:20px!important;margin:0 12px!important;outline:0!important;width:100%!important}.mp-input-table-container{align-items:center;display:flex;justify-content:center;width:100%!important}.mp-input-table-list{border:1px solid rgba(0,0,0,.25);border-radius:6px;display:flex;flex-direction:column;list-style-type:none;margin-left:0!important;padding:8px 16px!important;width:100%!important}.mp-input-table-item{cursor:pointer;padding-right:4px!important}.mp-input-table-item:not(:first-child){border-top:1px solid rgba(0,0,0,.1)}.mp-input-table-label{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:16px 0!important;width:100%!important}.mp-input-table-option{align-items:center;display:flex;justify-content:flex-start}.mp-input-table-row-text{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important}.mp-input-table-row-text,.mp-input-table-row-text-image{font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;padding-left:16px!important}.mp-input-table-row-text-image{align-items:center;color:#000000e5!important;display:flex;flex-direction:row-reverse;font-family:Helvetica}.mp-input-table-row-obs{color:rgba(0,0,0,.55);font-weight:400}.mp-input-table-row-obs,.mp-input-table-row-obs-highlight{font-family:Helvetica;font-size:14px;font-style:normal;line-height:18px}.mp-input-table-row-obs-highlight{color:#00a650!important;font-weight:400!important}.mp-input-table-container-link{align-items:center;display:flex;justify-content:center;padding:16px 0 24px!important}.mp-input-table-link{color:#7f54b3!important;cursor:pointer!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;line-height:16px!important;text-decoration:none}.mp-input-table-link:hover{color:#7249a5;transition:all .3ms}.mp-payment-method-logo-container{align-items:center!important;background:#fff!important;border:1px solid #e5e5e5!important;border-radius:4px!important;box-sizing:border-box!important;display:flex;height:40px!important;justify-content:center!important;padding:4px!important;width:60px!important}.mp-payment-method-logo-image{float:none!important;font-size:10px!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:100%!important;overflow:hidden!important;position:inherit!important;text-overflow:ellipsis!important;width:auto!important}.mp-payment-methods-container{display:flex;flex-direction:column!important;height:100%!important;width:100%!important}.mp-payment-methods-container p{padding:0!important}.mp-payment-methods-header{align-items:center!important;display:flex;height:100%!important;justify-content:flex-start!important;padding:0 4px 16px!important;width:100%!important}.mp-payment-methods-title{align-items:center!important;color:rgba(0,0,0,.55)!important;display:flex;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-payment-methods-badge{align-items:center!important;background:#00a650!important;border-bottom-right-radius:8px!important;display:flex;justify-content:center!important;margin-left:10px!important;padding:6px 8px 4px!important}.mp-payment-methods-badge-text{align-items:center!important;color:#fff!important;display:flex;font-family:Helvetica!important;font-size:11px!important;font-style:normal!important;font-weight:700!important;line-height:11px!important;text-align:center!important;text-transform:uppercase!important}.mp-payment-method-type-container{display:flex;flex-direction:column!important;height:100%!important;width:100%!important}.mp-payment-methods-content{align-items:center!important;display:flex;flex-wrap:wrap!important;height:100%!important;justify-content:flex-start!important;padding-bottom:16px!important;width:100%!important}.mp-payment-methods-content payment-method-logo{padding:0 4px 8px!important}.mp-payment-methods-link{box-shadow:none!important;color:#7f54b3!important;cursor:pointer!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;text-decoration:none!important;vertical-align:middle!important}.mp-payment-methods-link:hover{color:rgba(0,0,0,.55)!important}.mp-pix-template-container{align-items:center!important;background-color:#fff!important;display:flex!important;flex-direction:column!important;justify-content:center!important;text-align:center!important}.mp-pix-template-image{float:none!important;font-size:10px!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:240px!important;overflow:hidden!important;padding-bottom:42px!important;position:inherit!important;text-overflow:ellipsis!important;width:100%!important}.mp-pix-template-title{font-size:16px!important;font-weight:700!important;padding-bottom:16px!important}.mp-pix-template-subtitle,.mp-pix-template-title{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-style:normal!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-pix-template-subtitle{font-size:14px!important;font-weight:400!important}.mp-terms-and-conditions-text{color:rgba(0,0,0,.55)!important;padding-right:4px!important}.mp-terms-and-conditions-link,.mp-terms-and-conditions-text{font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important}.mp-terms-and-conditions-link{color:#7f54b3!important;text-decoration:none!important}.mp-terms-and-conditions-link:hover{color:#7249a5!important;transition:all .3ms!important}.mp-test-mode-card{background:rgb(0 0 0/4%)!important;border-left:4px solid #f73!important;border-radius:6px!important;display:flex!important;flex-direction:column!important;padding:16px!important}.mp-test-mode-badge{align-items:center!important;background:#f73!important;border-radius:12px!important;color:#fff!important;display:flex!important;flex-direction:row!important;height:16px!important;justify-content:center!important;margin-right:16px!important;width:16px!important}.mp-test-mode-title{color:rgba(0,0,0,.9)!important;font-weight:700!important;margin-left:16px!important;padding:0!important}.mp-test-mode-description,.mp-test-mode-title{font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;line-height:120%!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-test-mode-description{color:#000!important;font-weight:400!important;padding-left:32px!important;padding-top:4px!important}.mp-test-mode-card-content{align-items:baseline!important;display:flex!important;flex-direction:row!important;justify-content:flex-start!important}.mp-test-mode-link{color:#7f54b3!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:16px!important;text-decoration:none!important}.mp-test-mode-link:hover{color:#7249a5!important;transition:all .3ms!important}
|
assets/css/saved_cards_notice_mercadopago.css
CHANGED
|
@@ -21,7 +21,7 @@
|
|
| 21 |
|
| 22 |
.mp-saved-cards-notice {
|
| 23 |
border: 1px solid #ccc !important;
|
| 24 |
-
background-color: #
|
| 25 |
display: flex;
|
| 26 |
justify-content: space-between;
|
| 27 |
align-items: center;
|
|
@@ -70,7 +70,7 @@
|
|
| 70 |
line-height: 34px;
|
| 71 |
font-size: 14px;
|
| 72 |
text-decoration: none;
|
| 73 |
-
min-width:
|
| 74 |
}
|
| 75 |
|
| 76 |
.mp-saved-cards-link:hover, .mp-saved-cards-link:focus {
|
| 21 |
|
| 22 |
.mp-saved-cards-notice {
|
| 23 |
border: 1px solid #ccc !important;
|
| 24 |
+
background-color: #1F4E96;
|
| 25 |
display: flex;
|
| 26 |
justify-content: space-between;
|
| 27 |
align-items: center;
|
| 70 |
line-height: 34px;
|
| 71 |
font-size: 14px;
|
| 72 |
text-decoration: none;
|
| 73 |
+
min-width: 69px;
|
| 74 |
}
|
| 75 |
|
| 76 |
.mp-saved-cards-link:hover, .mp-saved-cards-link:focus {
|
assets/css/saved_cards_notice_mercadopago.min.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
.mp-alert-frame{align-items:center;display:inline-flex;justify-content:center;justify-items:center}.mp-left-alert{padding-top:5px}.mp-left-alert img{max-width:30px;min-width:30px;padding-right:8px}.mp-right-alert{padding-top:0}.mp-saved-cards-notice{border:1px solid #ccc!important;background-color:#
|
| 1 |
+
.mp-alert-frame{align-items:center;display:inline-flex;justify-content:center;justify-items:center}.mp-left-alert{padding-top:5px}.mp-left-alert img{max-width:30px;min-width:30px;padding-right:8px}.mp-right-alert{padding-top:0}.mp-saved-cards-notice{border:1px solid #ccc!important;background-color:#1f4e96;display:flex;justify-content:space-between;align-items:center}.mp-left-saved-cards{display:flex;justify-content:center;align-items:center;padding-right:10px}.mp-left-saved-cards img{max-width:67px;min-width:67px;padding:10px 16px 10px 0}.mp-right-saved-cards{padding-top:0;display:flex;border-radius:5px}.mp-saved-cards-title{font-weight:600;font-size:14px;margin-bottom:0!important;color:#fff}.mp-saved-cards-subtitle{font-size:12px;margin-top:0!important;color:#fff}.mp-saved-cards-link{background-color:#fff;color:#449ddd;border-radius:4px;font-weight:600;display:inline-block;padding:2px 36px 0;text-align:center;line-height:34px;font-size:14px;text-decoration:none;min-width:69px}.mp-saved-cards-link:focus,.mp-saved-cards-link:hover{background-color:#007eb5;color:#fff}@media (max-width:767.98px){.mp-saved-cards-frame{justify-content:baseline}.mp-left-saved-cards-text{display:none}.mp-left-saved-cards img{padding-right:8px;padding-top:.5em}.mp-right-saved-cards{width:100%}.mp-saved-cards-link{width:100%;padding:2px 28px 0}}#saved-cards-notice>button.notice-dismiss::before{color:#fff}
|
assets/images/credits/MLA_view_desktop.gif
ADDED
|
Binary file
|
assets/images/credits/MLA_view_mobile.gif
ADDED
|
Binary file
|
assets/images/credits/MLB_view_desktop.gif
ADDED
|
Binary file
|
assets/images/credits/MLB_view_mobile.gif
ADDED
|
Binary file
|
assets/images/credits/MLM_view_desktop.gif
ADDED
|
Binary file
|
assets/images/credits/MLM_view_mobile.gif
ADDED
|
Binary file
|
assets/images/credits/cellphone-blue-icon.png
ADDED
|
Binary file
|
assets/images/credits/cellphone-gray-icon.png
ADDED
|
Binary file
|
assets/images/credits/close-icon.png
ADDED
|
Binary file
|
assets/images/credits/desktop-blue-icon.png
ADDED
|
Binary file
|
assets/images/credits/desktop-gray-icon.png
ADDED
|
Binary file
|
assets/images/credits/logo-mp.png
ADDED
|
Binary file
|
assets/images/credits/mp-logo-hands-shake.png
ADDED
|
Binary file
|
assets/images/credits/view_desktop.gif
ADDED
|
Binary file
|
assets/images/credits/view_mobile.gif
ADDED
|
Binary file
|
assets/images/ml_mp_logo.png
ADDED
|
Binary file
|
assets/images/pix-admin/example-en.png
CHANGED
|
Binary file
|
assets/images/pix-admin/example-es.png
CHANGED
|
Binary file
|
assets/images/pix-admin/example-pt.png
CHANGED
|
Binary file
|
assets/js/credits/example-info.js
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
(function () {
|
| 2 |
+
let blueBadgeArr = document.querySelectorAll('.credits-info-example-buttons-child')
|
| 3 |
+
let iconImg = document.querySelectorAll('.icon-image')
|
| 4 |
+
let gifImg = document.querySelector('#gif-image')
|
| 5 |
+
let exampleFooter = document.querySelector('#credits-info-example-gif-footer')
|
| 6 |
+
|
| 7 |
+
let btnFirst = document.querySelector('#btn-first')
|
| 8 |
+
let btnSecond = document.querySelector('#btn-second')
|
| 9 |
+
|
| 10 |
+
if (blueBadgeArr.length > 0) {
|
| 11 |
+
verify()
|
| 12 |
+
|
| 13 |
+
function verify() {
|
| 14 |
+
|
| 15 |
+
if (blueBadgeArr[0].classList.contains('selected')) {
|
| 16 |
+
btnFirst.classList.add('credits-info-blue-color')
|
| 17 |
+
btnSecond.classList.remove('credits-info-blue-color')
|
| 18 |
+
iconImg[0].setAttribute('src', wc_mp_icon_images.computerBlueIcon)
|
| 19 |
+
iconImg[1].setAttribute('src', wc_mp_icon_images.cellphoneGrayIcon)
|
| 20 |
+
gifImg.setAttribute('src', wc_mp_icon_images.viewDesktop)
|
| 21 |
+
exampleFooter.innerHTML = wc_mp_icon_images.footerDesktop
|
| 22 |
+
return
|
| 23 |
+
}
|
| 24 |
+
if (blueBadgeArr[1].classList.contains('selected')) {
|
| 25 |
+
btnSecond.classList.add('credits-info-blue-color')
|
| 26 |
+
btnFirst.classList.remove('credits-info-blue-color')
|
| 27 |
+
iconImg[1].setAttribute('src', wc_mp_icon_images.cellphoneBlueIcon)
|
| 28 |
+
iconImg[0].setAttribute('src', wc_mp_icon_images.computerGrayIcon)
|
| 29 |
+
gifImg.setAttribute('src', wc_mp_icon_images.viewMobile)
|
| 30 |
+
exampleFooter.innerText = wc_mp_icon_images.footerCellphone
|
| 31 |
+
return
|
| 32 |
+
}
|
| 33 |
+
}
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
blueBadgeArr[0].addEventListener('click', () => {
|
| 38 |
+
if (blueBadgeArr[0].classList.contains('selected')) {
|
| 39 |
+
return
|
| 40 |
+
} else {
|
| 41 |
+
blueBadgeArr[0].classList.add('selected')
|
| 42 |
+
blueBadgeArr[1].classList.remove('selected')
|
| 43 |
+
|
| 44 |
+
}
|
| 45 |
+
verify()
|
| 46 |
+
})
|
| 47 |
+
|
| 48 |
+
blueBadgeArr[1].addEventListener('click', () => {
|
| 49 |
+
if (blueBadgeArr[1].classList.contains('selected')) {
|
| 50 |
+
return
|
| 51 |
+
} else {
|
| 52 |
+
blueBadgeArr[1].classList.add('selected')
|
| 53 |
+
blueBadgeArr[0].classList.remove('selected')
|
| 54 |
+
}
|
| 55 |
+
verify()
|
| 56 |
+
})
|
| 57 |
+
}
|
| 58 |
+
})()
|
assets/js/credits/example-info.min.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
| 1 |
+
!function(){let e=document.querySelectorAll(".credits-info-example-buttons-child"),t=document.querySelectorAll(".icon-image"),c=document.querySelector("#gif-image"),s=document.querySelector("#credits-info-example-gif-footer"),i=document.querySelector("#btn-first"),o=document.querySelector("#btn-second");if(e.length>0){function l(){return e[0].classList.contains("selected")?(i.classList.add("credits-info-blue-color"),o.classList.remove("credits-info-blue-color"),t[0].setAttribute("src",wc_mp_icon_images.computerBlueIcon),t[1].setAttribute("src",wc_mp_icon_images.cellphoneGrayIcon),c.setAttribute("src",wc_mp_icon_images.viewDesktop),void(s.innerHTML=wc_mp_icon_images.footerDesktop)):e[1].classList.contains("selected")?(o.classList.add("credits-info-blue-color"),i.classList.remove("credits-info-blue-color"),t[1].setAttribute("src",wc_mp_icon_images.cellphoneBlueIcon),t[0].setAttribute("src",wc_mp_icon_images.computerGrayIcon),c.setAttribute("src",wc_mp_icon_images.viewMobile),void(s.innerText=wc_mp_icon_images.footerCellphone)):void 0}l(),e[0].addEventListener("click",(()=>{e[0].classList.contains("selected")||(e[0].classList.add("selected"),e[1].classList.remove("selected"),l())})),e[1].addEventListener("click",(()=>{e[1].classList.contains("selected")||(e[1].classList.add("selected"),e[0].classList.remove("selected"),l())}))}}();
|
assets/js/credits/script.js
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
(() => {
|
| 2 |
+
let modal = document.querySelector('#mp-credits-modal');
|
| 3 |
+
let modalContent = document.querySelector('.mp-credits-modal-container-content');
|
| 4 |
+
let modalCentralize = document.querySelector('#mp-credits-centralize');
|
| 5 |
+
let resizeControl;
|
| 6 |
+
|
| 7 |
+
const setupElements = () => {
|
| 8 |
+
modal || (modal = document.querySelector('#mp-credits-modal'));
|
| 9 |
+
modalContent || (modalContent = document.querySelector('.mp-credits-modal-container-content'));
|
| 10 |
+
modalCentralize || (modalCentralize = document.querySelector('#mp-credits-centralize'));
|
| 11 |
+
}
|
| 12 |
+
|
| 13 |
+
const switchModal = () => {
|
| 14 |
+
setupElements();
|
| 15 |
+
const actualStyle = modal.style.visibility;
|
| 16 |
+
if (actualStyle == 'visible') {
|
| 17 |
+
modal.style.visibility = 'hidden';
|
| 18 |
+
modalContent.classList.remove('mp-mobile');
|
| 19 |
+
document.dispatchEvent(new CustomEvent('mp-modal-close'));
|
| 20 |
+
} else {
|
| 21 |
+
modal.style.visibility = 'visible';
|
| 22 |
+
modalCentralize.classList.add('mp-credits-modal-content-centralize');
|
| 23 |
+
if (modal.clientWidth < 768) {
|
| 24 |
+
modalCentralize.classList.remove('mp-credits-modal-content-centralize');
|
| 25 |
+
const modalHeight = modal.clientHeight;
|
| 26 |
+
const modalContentHeight = modalContent.clientHeight;
|
| 27 |
+
modalContent.style.top = `${modalHeight - modalContentHeight}.px`;
|
| 28 |
+
modalContent.classList.add('mp-mobile');
|
| 29 |
+
}
|
| 30 |
+
}
|
| 31 |
+
}
|
| 32 |
+
|
| 33 |
+
window.onclick = function (event) {
|
| 34 |
+
const modal = document.querySelector('.mp-credits-modal-container');
|
| 35 |
+
const openBtn = document.querySelector('#mp-open-modal');
|
| 36 |
+
const closebBtn = document.querySelector('#mp-credits-modal-close-modal');
|
| 37 |
+
|
| 38 |
+
if (event.target === modal || event.target === openBtn || event.target === closebBtn) {
|
| 39 |
+
switchModal();
|
| 40 |
+
}
|
| 41 |
+
}
|
| 42 |
+
|
| 43 |
+
window.onresize = () => {
|
| 44 |
+
clearTimeout(resizeControl);
|
| 45 |
+
resizeControl = setTimeout(() => {
|
| 46 |
+
setupElements();
|
| 47 |
+
|
| 48 |
+
if (modal.clientWidth > 768) {
|
| 49 |
+
modalCentralize.classList.add('mp-credits-modal-content-centralize');
|
| 50 |
+
modalContent.classList.remove('mp-mobile');
|
| 51 |
+
} else {
|
| 52 |
+
modalCentralize.classList.remove('mp-credits-modal-content-centralize');
|
| 53 |
+
modalContent.style.top = `${modal.clientHeight - modalContent.clientHeight}.px`;
|
| 54 |
+
modalContent.classList.add('mp-mobile');
|
| 55 |
+
}
|
| 56 |
+
}, 100);
|
| 57 |
+
}
|
| 58 |
+
})()
|
assets/js/credits/script.min.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
| 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)}})();
|
assets/js/mp-plugins-components.js
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-checkout-benefits-container"),t.appendChild(this.createTitle()),t.appendChild(this.createList()),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-checkout-benefits-title"),t.innerHTML=this.getAttribute("title"),t}},{key:"createList",value:function(){var t=this,e=JSON.parse(this.getAttribute("items")),n=document.createElement("div");return n.classList.add("mp-checkout-benefits-list"),e.forEach((function(e){n.appendChild(t.createItem(e))})),n}},{key:"createItem",value:function(t){var e=document.createElement("div");return e.classList.add("mp-checkout-benefits-item"),e.appendChild(this.createImage()),e.appendChild(this.createText(t)),e}},{key:"createText",value:function(t){var e=document.createElement("span");return e.innerHTML=t,e}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-checkout-benefits-image"),t.src=this.getAttribute("list-style-type-src"),t.alt=this.getAttribute("list-style-type-alt"),t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("checkout-benefits",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-checkout-redirect-container"),t.setAttribute("data-cy","checkout-redirect-container"),t.appendChild(this.createImage()),t.appendChild(this.createText()),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-checkout-redirect-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}},{key:"createText",value:function(){var t=document.createElement("p");return t.classList.add("mp-checkout-redirect-text"),t.innerHTML=this.getAttribute("text"),t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("checkout-redirect",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){var t=this.createInputDocument();this.appendChild(t)}},{key:"createInputDocument",value:function(){var t=document.createElement("div");t.classList.add("mp-input-document"),t.setAttribute("data-cy","input-document-container");var e=this.createLabel(this.getAttribute("label-message")),n=this.createHelper(this.getAttribute("helper-message")),r=this.createHiddenField(this.getAttribute("hidden-id")),o=this.createInput(n,r);return t.appendChild(e),t.appendChild(o),t.appendChild(r),t.appendChild(n),t}},{key:"createLabel",value:function(t){var e=document.createElement("input-label");return e.setAttribute("message",t),e.setAttribute("isOptional","false"),e}},{key:"createInput",value:function(t,e){var n=this,r=document.createElement("div");r.classList.add("mp-input"),r.setAttribute("id","form-checkout__identificationNumber-container");var o=JSON.parse(this.getAttribute("documents")),i=this.getAttribute("validate"),u=this.createVerticalLine(),c=this.createSelect(r,t,o,i),a=this.createDocument(r,c,t);return c.addEventListener("change",(function(){r.classList.remove("mp-focus"),r.classList.remove("mp-error"),n.setInpuProperties(c,a),n.setMaskInputDocument(c,a,e)})),r.appendChild(c),r.appendChild(u),r.appendChild(a),this.setMaskInputDocument(c,a,e),r}},{key:"setInpuProperties",value:function(t,e){"CPF"===t.value?(e.value="",e.setAttribute("maxlength","14"),e.setAttribute("placeholder","999.999.999-99")):"CNPJ"===t.value?(e.value="",e.setAttribute("maxlength","18"),e.setAttribute("placeholder","99.999.999/0001-99")):"CI"===t.value?(e.value="",e.setAttribute("maxlength","8"),e.setAttribute("placeholder","99999999")):(e.value="",e.setAttribute("maxlength","20"),e.setAttribute("placeholder",""))}},{key:"createSelect",value:function(t,e,n,r){var o=this,i=document.createElement("select");return i.classList.add("mp-document-select"),i.setAttribute("name",this.getAttribute("select-name")),i.setAttribute("id",this.getAttribute("select-id")),i.setAttribute("data-checkout",this.getAttribute("select-data-checkout")),i.setAttribute("data-cy","select-document"),n&&n.forEach((function(t){o.createOption(i,t)})),r&&(i.addEventListener("focus",(function(){t.classList.add("mp-focus"),e.firstElementChild.style.display="none"})),i.addEventListener("focusout",(function(){t.classList.remove("mp-focus"),e.firstElementChild.style.display="none"}))),i}},{key:"createOption",value:function(t,e){var n=document.createElement("option");n.innerHTML=e,n.value=e,t.appendChild(n)}},{key:"createHiddenField",value:function(t){var e=document.createElement("input");return e.setAttribute("type","hidden"),e.setAttribute("id",t),e}},{key:"createVerticalLine",value:function(){var t=document.createElement("div");return t.classList.add("mp-vertical-line"),t}},{key:"isValidCPF",value:function(t){if("string"!=typeof t)return!1;if(!(t=t.replace(/[\s.-]*/gim,""))||11!==t.length||"00000000000"===t||"11111111111"===t||"22222222222"===t||"33333333333"===t||"44444444444"===t||"55555555555"===t||"66666666666"===t||"77777777777"===t||"88888888888"===t||"99999999999"===t)return!1;for(var e,n=0,r=1;r<=9;r+=1)n+=parseInt(t.substring(r-1,r))*(11-r);if(10!=(e=10*n%11)&&11!==e||(e=0),e!==parseInt(t.substring(9,10)))return!1;n=0;for(var o=1;o<=10;o+=1)n+=parseInt(t.substring(o-1,o))*(12-o);return 10!=(e=10*n%11)&&11!==e||(e=0),e===parseInt(t.substring(10,11))}},{key:"isValidCNPJ",value:function(t){if(""===(t=t.replace(/[^\d]+/g,"")))return!1;if(14!==t.length)return!1;if("00000000000000"===t||"11111111111111"===t||"22222222222222"===t||"33333333333333"===t||"44444444444444"===t||"55555555555555"===t||"66666666666666"===t||"77777777777777"===t||"88888888888888"===t||"99999999999999"===t)return!1;for(var e=t.length-2,n=t.substring(0,e),r=t.substring(e),o=0,i=e-7,u=e;u>=1;u-=1)o+=n.charAt(e-u)*i--,i<2&&(i=9);var c=o%11<2?0:11-o%11;if(c!==Number(r.charAt(0)))return!1;e+=1,n=t.substring(0,e),o=0,i=e-7;for(var a=e;a>=1;a-=1)o+=n.charAt(e-a)*i--,i<2&&(i=9);return(c=o%11<2?0:11-o%11)===Number(r.charAt(1))}},{key:"isValidCI",value:function(t){var e=0,n=0,r=t[t.length-1];if(t.length<=6)for(n=t.length;n<7;n+=1)t="0".concat(t);for(n=0;n<7;n+=1)e+=parseInt("2987634"[n],10)*parseInt(t[n],10)%10;return r===(e%10==0?0:10-e%10).toString()}},{key:"setMaskInputDocument",value:function(t,e,n){var r={CPF:function(t){return t.replace(/\D+/g,"").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d{1,2})/,"$1-$2").replace(/(-\d{2})\d+?$/,"$1")},CNPJ:function(t){return t.replace(/\D+/g,"").replace(/(\d{2})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1/$2").replace(/(\d{4})(\d)/,"$1-$2").replace(/(-\d{2})\d+?$/,"$1")},CI:function(t){return t.replace(/\D+/g,"")}};e.addEventListener("input",(function(e){if(void 0!==r[t.value]&&(e.target.value=r[t.value](e.target.value)),n){var o=e.target.value.replace(/\D/g,"");n.value=o}}))}},{key:"createDocument",value:function(t,e,n){var r=this,o=document.createElement("input");return o.setAttribute("name",this.getAttribute("input-name")),o.setAttribute("data-checkout",this.getAttribute("input-data-checkout")),o.setAttribute("data-cy","input-document"),o.classList.add("mp-document"),o.type="text",o.inputMode="numeric",this.setInpuProperties(e,o),o.addEventListener("focus",(function(){t.classList.add("mp-focus"),t.classList.remove("mp-error"),n.firstElementChild.style.display="none"})),o.addEventListener("focusout",(function(){t.classList.remove("mp-focus");var i={CPF:function(t){return r.isValidCPF(t)},CNPJ:function(t){return r.isValidCNPJ(t)},CI:function(t){return r.isValidCI(t)}};void 0!==i[e.value]&&(i[e.value](o.value)?(t.classList.remove("mp-error"),n.firstElementChild.style.display="none",o.setAttribute("name",r.getAttribute("input-name"))):(t.classList.add("mp-error"),n.firstElementChild.style.display="flex",o.setAttribute("name",r.getAttribute("flag-error"))))})),o}},{key:"createHelper",value:function(t){var e=document.createElement("input-helper");return e.setAttribute("isVisible",!1),e.setAttribute("message",t),e.setAttribute("input-id","mp-doc-number-helper"),e}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("input-document",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createHelper())}},{key:"createHelper",value:function(){var t=document.createElement("div");t.classList.add("mp-helper"),t.setAttribute("id",this.getAttribute("input-id")),t.setAttribute("data-cy","helper-container"),this.validateVisibility(t);var e=this.createIcon(),n=this.getAttribute("message"),r=this.createHelperMessage(n);return t.appendChild(e),t.appendChild(r),t}},{key:"createIcon",value:function(){var t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-helper-icon"),t}},{key:"createHelperMessage",value:function(t){var e=document.createElement("div");return e.innerHTML=t,e.classList.add("mp-helper-message"),e.setAttribute("data-cy","helper-message"),e}},{key:"validateVisibility",value:function(t){var e=this.getAttribute("isVisible");"string"==typeof e&&(e="false"!==e),t.style.display=e?"flex":"none"}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("input-helper",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createLabel())}},{key:"createLabel",value:function(){var t=document.createElement("div");t.classList.add("mp-input-label"),t.setAttribute("data-cy","input-label");var e=this.getAttribute("message");t.innerHTML=e;var n=this.getAttribute("isOptional");if("string"==typeof n&&(n="false"!==n),!n){var r=document.createElement("b");r.innerHTML="*",r.style="color: red",t.appendChild(r)}return t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("input-label",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-radio-container"),t.appendChild(this.createRadio()),t.appendChild(this.createLabel()),t}},{key:"createRadio",value:function(){var t=document.createElement("input"),e=this.getAttribute("dataRate");return t.classList.add("mp-input-radio-radio"),t.type="radio",t.id=this.getAttribute("identification"),t.name=this.getAttribute("name"),t.value=this.getAttribute("value"),t.setAttribute("data-cy","input-radio"),e&&t.setAttribute("dataRate",e),t}},{key:"createLabel",value:function(){var t=document.createElement("label");return t.classList.add("mp-input-radio-label"),t.htmlFor=this.getAttribute("identification"),t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("input-radio",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-select-container"),t.appendChild(this.createLabel()),t.appendChild(this.createInput()),t}},{key:"createInput",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-select-input"),t.appendChild(this.createSelect()),t}},{key:"createSelect",value:function(){var t=this,e=document.createElement("select"),n=this.getAttribute("name");e.classList.add("mp-input-select-select"),e.setAttribute("id",n),e.setAttribute("name",n);var r=this.getAttribute("options")&&JSON.parse(this.getAttribute("options"));return r&&0!==r.length&&r.forEach((function(n){e.appendChild(t.createOption(n))})),e}},{key:"createOption",value:function(t){var e=document.createElement("option");return e.innerHTML=t,e.value=t,e}},{key:"createLabel",value:function(){var t=document.createElement("input-label"),e=this.getAttribute("optional");return t.setAttribute("message",this.getAttribute("label")),"false"===e?t.setAttribute("isOptional",e):t.setAttribute("isOptional","true"),t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("input-select",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(p,t);var r,o,a,l,s,f=(r=p,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function p(){var t;return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,p),(t=f.call(this)).index=0,t.limit=5,t.offset=t.limit,t.columns=null,t.total=0,t}return a=p,s=[{key:"observedAttributes",get:function(){return["columns","name","button-name"]}}],(l=[{key:"connectedCallback",value:function(){this.build()}},{key:"attributeChangedCallback",value:function(){this.firstElementChild&&(this.removeChild(this.firstElementChild),this.build())}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"setColumns",value:function(){return this.columns=JSON.parse(this.getAttribute("columns")),this}},{key:"setTotal",value:function(){return this.total=this.columns.length,this}},{key:"createContainer",value:function(){var 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}},{key:"createList",value:function(){var t=this,e=document.createElement("div");e.classList.add("mp-input-table-list"),e.setAttribute("data-cy","input-table-list");var n=this.createLink();return n.onclick=function(){return t.appendItems(t.columns,e,n,!0)},this.appendItems(this.columns,e,n,!1),e.appendChild(n),e}},{key:"createItem",value:function(t){var e=document.createElement("div");return e.classList.add("mp-input-table-item"),e.appendChild(this.createLabel(t)),e}},{key:"createLabel",value:function(t){var e=t.id,n=t.value,r=t.rowText,o=t.rowObs,i=t.highlight,u=t.img,c=t.alt,a=t.dataRate,l=this.getAttribute("name"),s=document.createElement("div");return s.classList.add("mp-input-table-label"),s.appendChild(this.createOption(e,l,n,r,u,c,a)),o&&s.appendChild(this.createRowObs(o,i)),s.onclick=function(){document.getElementById(e).checked=!0},s}},{key:"createOption",value:function(t,e,n,r,o,i,u){var c=document.createElement("div");return c.classList.add("mp-input-table-option"),c.appendChild(this.createRadio(t,e,n,u)),o?c.appendChild(this.createRowTextWithImg(r,o,i)):c.appendChild(this.createRowText(r)),c}},{key:"createRadio",value:function(t,e,n,r){var o=document.createElement("input-radio");return o.setAttribute("name",e),o.setAttribute("value",n),o.setAttribute("identification",t),o.setAttribute("dataRate",r),o}},{key:"createRowText",value:function(t){var e=document.createElement("span");return e.classList.add("mp-input-table-row-text"),e.innerHTML=t,e}},{key:"createRowTextWithImg",value:function(t,e,n){var r=document.createElement("span"),o=document.createElement("payment-method-logo");return o.setAttribute("src",e),o.setAttribute("alt",n),o.style.marginRight="10px",r.classList.add("mp-input-table-row-text-image"),r.innerHTML=t,r.appendChild(o),r}},{key:"createRowObs",value:function(t,e){var n=document.createElement("span");return e?n.classList.add("mp-input-table-row-obs-highlight"):n.classList.add("mp-input-table-row-obs"),n.innerHTML=t,n}},{key:"createLink",value:function(){var t=document.createElement("div");t.classList.add("mp-input-table-container-link");var 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}},{key:"appendItems",value:function(t,e,n,r){this.validateLimit();for(var o=this.index;o<this.limit;o+=1)r?e.insertBefore(this.createItem(t[o]),n):e.appendChild(this.createItem(t[o]));this.limit>=this.total&&(n.style.display="none"),this.index+=this.offset,this.limit+=this.offset,this.validateLimit()}},{key:"validateLimit",value:function(){this.limit>this.total&&(this.limit=this.total)}}])&&e(a.prototype,l),s&&e(a,s),p}(r(HTMLElement));customElements.define("input-table",a)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-payment-method-logo-container"),t.appendChild(this.createImage()),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-payment-method-logo-image"),t.alt=this.getAttribute("alt"),t.src=this.getAttribute("src"),t.onerror=function(t){var e,n,r,o;return null===(e=t.target)||void 0===e||null===(n=e.parentNode)||void 0===n||null===(r=n.parentNode)||void 0===r||null===(o=r.parentNode)||void 0===o?void 0:o.removeChild(t.target.parentNode.parentNode)},t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("payment-method-logo",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=this,e=JSON.parse(this.getAttribute("methods")),n=document.createElement("div");return n.classList.add("mp-payment-methods-container"),e.forEach((function(e){n.appendChild(t.createPaymentMethodType(e))})),n}},{key:"createPaymentMethodType",value:function(t){var e=t.title,n=t.label,r=t.payment_methods,o=document.createElement("div");return o.classList.add("mp-payment-method-type-container"),r&&0!==r.length&&(o.appendChild(this.createHeader(e,n)),o.appendChild(this.createContent(r))),o}},{key:"createHeader",value:function(t,e){var n=document.createElement("div");return n.classList.add("mp-payment-methods-header"),t&&n.appendChild(this.createTitle(t)),e&&n.appendChild(this.createBadge(e)),n}},{key:"createTitle",value:function(t){var e=document.createElement("p");return e.classList.add("mp-payment-methods-title"),e.innerHTML=t,e}},{key:"createBadge",value:function(t){var e=document.createElement("div"),n=document.createElement("span");return n.classList.add("mp-payment-methods-badge-text"),n.innerHTML=t,e.classList.add("mp-payment-methods-badge"),e.appendChild(n),e}},{key:"createContent",value:function(t){var e=this,n=document.createElement("div");return n.classList.add("mp-payment-methods-content"),t.forEach((function(t){n.appendChild(e.createImage(t))})),n}},{key:"createImage",value:function(t){var e=t.src,n=t.alt,r=document.createElement("payment-method-logo");return r.setAttribute("src",e),r.setAttribute("alt",n),r}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("payment-methods",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-pix-template-container"),t.setAttribute("data-cy","pix-template-container"),t.appendChild(this.createImage()),t.appendChild(this.createTitle()),t.appendChild(this.createSubtitle()),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-pix-template-title"),t.innerText=this.getAttribute("title"),t}},{key:"createSubtitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-pix-template-subtitle"),t.innerText=this.getAttribute("subtitle"),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-pix-template-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("pix-template",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-terms-and-conditions-container"),t.setAttribute("data-cy","terms-and-conditions-container"),t.appendChild(this.createText()),t.appendChild(this.createLink()),t}},{key:"createText",value:function(){var t=document.createElement("span");return t.classList.add("mp-terms-and-conditions-text"),t.innerHTML=this.getAttribute("description"),t}},{key:"createLink",value:function(){var t=document.createElement("a");return t.classList.add("mp-terms-and-conditions-link"),t.innerHTML=this.getAttribute("link-text"),t.href=this.getAttribute("link-src"),t.target="blank",t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("terms-and-conditions",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){var t=this.createTestMode(),e=this.createCardHeader(),n=this.createCardContent();t.appendChild(e),t.appendChild(n),this.appendChild(t)}},{key:"createTestMode",value:function(){var t=document.createElement("div");return t.classList.add("mp-test-mode-card"),t.setAttribute("data-cy","test-mode-card"),t}},{key:"createCardContent",value:function(){var t=document.createElement("div");t.classList.add("mp-test-mode-card-content");var e=document.createElement("p");e.innerHTML=this.getAttribute("description"),e.classList.add("mp-test-mode-description"),e.setAttribute("data-cy","test-mode-description"),t.appendChild(e);var n=this.getAttribute("link-text"),r=this.getAttribute("link-src"),o=document.createElement("a");return o.classList.add("mp-test-mode-link"),o.innerHTML=n,o.href=r,o.target="blank",e.appendChild(o),t}},{key:"createCardHeader",value:function(){var t=document.createElement("div");t.classList.add("mp-test-mode-card-content");var e=this.createBadge(),n=this.createTitle();return t.appendChild(e),t.appendChild(n),t}},{key:"createBadge",value:function(){var t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-test-mode-badge"),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.innerHTML=this.getAttribute("title"),t.classList.add("mp-test-mode-title"),t.setAttribute("data-cy","test-mode-title"),t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("test-mode",l)})();
|
| 1 |
+
(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(d,t);var o,i,l,s,f,p=(o=d,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function d(){return e(this,d),p.apply(this,arguments)}return l=d,f=[{key:"observedAttributes",get:function(){return["title","description","retryButtonText"]}}],(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"attributeChangedCallback",value:function(){this.firstElementChild&&(this.removeChild(this.firstElementChild),this.build())}},{key:"build",value:function(){var t=this.createAlertDetails(),e=this.createCardContent();t.appendChild(e),this.appendChild(t)}},{key:"createAlertDetails",value:function(){var t=document.createElement("div");return t.classList.add("mp-alert-details-card"),t}},{key:"createCardContent",value:function(){var t=document.createElement("div");t.classList.add("mp-alert-details-card-content");var e=document.createElement("div");e.classList.add("mp-alert-details-card-content-left");var n=document.createElement("div");n.classList.add("mp-alert-details-card-content-right"),t.appendChild(e),t.appendChild(n);var r=this.createBadge(),o=this.createTitle(),i=this.createDescription(),u=this.createRetryButton();return e.appendChild(r),n.appendChild(o),n.appendChild(i),n.appendChild(u),t}},{key:"createBadge",value:function(){var t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-alert-details-badge"),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.innerHTML=this.getAttribute("title"),t.classList.add("mp-alert-details-title"),t}},{key:"createDescription",value:function(){var t=document.createElement("p");return t.innerHTML=this.getAttribute("description"),t.classList.add("mp-alert-details-description"),t}},{key:"createRetryButton",value:function(){var t=this.getAttribute("retryButtonText"),e=document.createElement("button");return e.classList.add("mp-alert-details-retry-button"),e.innerHTML=t,e.onclick=function(){return document.location.reload()},e}}])&&n(l.prototype,s),f&&n(l,f),d}(o(HTMLElement));customElements.define("alert-details",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-checkout-benefits-container"),t.appendChild(this.createTitle()),t.appendChild(this.createList()),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-checkout-benefits-title"),t.innerHTML=this.getAttribute("title"),t}},{key:"createList",value:function(){var t=this,e=JSON.parse(this.getAttribute("items")),n=document.createElement("div");return n.classList.add("mp-checkout-benefits-list"),e.forEach((function(e){n.appendChild(t.createItem(e))})),n}},{key:"createItem",value:function(t){var e=document.createElement("div");return e.classList.add("mp-checkout-benefits-item"),e.appendChild(this.createImage()),e.appendChild(this.createText(t)),e}},{key:"createText",value:function(t){var e=document.createElement("span");return e.innerHTML=t,e}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-checkout-benefits-image"),t.src=this.getAttribute("list-style-type-src"),t.alt=this.getAttribute("list-style-type-alt"),t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("checkout-benefits",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-checkout-redirect-container"),t.setAttribute("data-cy","checkout-redirect-container"),t.appendChild(this.createImage()),t.appendChild(this.createText()),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-checkout-redirect-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}},{key:"createText",value:function(){var t=document.createElement("p");return t.classList.add("mp-checkout-redirect-text"),t.innerHTML=this.getAttribute("text"),t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("checkout-redirect",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){var t=this.createInputDocument();this.appendChild(t)}},{key:"createInputDocument",value:function(){var t=document.createElement("div");t.classList.add("mp-input-document"),t.setAttribute("data-cy","input-document-container");var e=this.createLabel(this.getAttribute("label-message")),n=this.createHelper(this.getAttribute("helper-message")),r=this.createHiddenField(this.getAttribute("hidden-id")),o=this.createInput(n,r);return t.appendChild(e),t.appendChild(o),t.appendChild(r),t.appendChild(n),t}},{key:"createLabel",value:function(t){var e=document.createElement("input-label");return e.setAttribute("message",t),e.setAttribute("isOptional","false"),e}},{key:"createInput",value:function(t,e){var n=this,r=document.createElement("div");r.classList.add("mp-input"),r.setAttribute("id","form-checkout__identificationNumber-container");var o=JSON.parse(this.getAttribute("documents")),i=this.getAttribute("validate"),u=this.createVerticalLine(),c=this.createSelect(r,t,o,i),a=this.createDocument(r,c,t);return c.addEventListener("change",(function(){r.classList.remove("mp-focus"),r.classList.remove("mp-error"),n.setInpuProperties(c,a),n.setMaskInputDocument(c,a,e)})),r.appendChild(c),r.appendChild(u),r.appendChild(a),this.setMaskInputDocument(c,a,e),r}},{key:"setInpuProperties",value:function(t,e){"CPF"===t.value?(e.value="",e.setAttribute("maxlength","14"),e.setAttribute("placeholder","999.999.999-99")):"CNPJ"===t.value?(e.value="",e.setAttribute("maxlength","18"),e.setAttribute("placeholder","99.999.999/0001-99")):"CI"===t.value?(e.value="",e.setAttribute("maxlength","8"),e.setAttribute("placeholder","99999999")):(e.value="",e.setAttribute("maxlength","20"),e.setAttribute("placeholder",""))}},{key:"createSelect",value:function(t,e,n,r){var o=this,i=document.createElement("select");return i.classList.add("mp-document-select"),i.setAttribute("name",this.getAttribute("select-name")),i.setAttribute("id",this.getAttribute("select-id")),i.setAttribute("data-checkout",this.getAttribute("select-data-checkout")),i.setAttribute("data-cy","select-document"),n&&n.forEach((function(t){o.createOption(i,t)})),r&&(i.addEventListener("focus",(function(){t.classList.add("mp-focus"),e.firstElementChild.style.display="none"})),i.addEventListener("focusout",(function(){t.classList.remove("mp-focus"),e.firstElementChild.style.display="none"}))),i}},{key:"createOption",value:function(t,e){var n=document.createElement("option");n.innerHTML=e,n.value=e,t.appendChild(n)}},{key:"createHiddenField",value:function(t){var e=document.createElement("input");return e.setAttribute("type","hidden"),e.setAttribute("id",t),e}},{key:"createVerticalLine",value:function(){var t=document.createElement("div");return t.classList.add("mp-vertical-line"),t}},{key:"isValidCPF",value:function(t){if("string"!=typeof t)return!1;if(!(t=t.replace(/[\s.-]*/gim,""))||11!==t.length||"00000000000"===t||"11111111111"===t||"22222222222"===t||"33333333333"===t||"44444444444"===t||"55555555555"===t||"66666666666"===t||"77777777777"===t||"88888888888"===t||"99999999999"===t)return!1;for(var e,n=0,r=1;r<=9;r+=1)n+=parseInt(t.substring(r-1,r))*(11-r);if(10!=(e=10*n%11)&&11!==e||(e=0),e!==parseInt(t.substring(9,10)))return!1;n=0;for(var o=1;o<=10;o+=1)n+=parseInt(t.substring(o-1,o))*(12-o);return 10!=(e=10*n%11)&&11!==e||(e=0),e===parseInt(t.substring(10,11))}},{key:"isValidCNPJ",value:function(t){if(""===(t=t.replace(/[^\d]+/g,"")))return!1;if(14!==t.length)return!1;if("00000000000000"===t||"11111111111111"===t||"22222222222222"===t||"33333333333333"===t||"44444444444444"===t||"55555555555555"===t||"66666666666666"===t||"77777777777777"===t||"88888888888888"===t||"99999999999999"===t)return!1;for(var e=t.length-2,n=t.substring(0,e),r=t.substring(e),o=0,i=e-7,u=e;u>=1;u-=1)o+=n.charAt(e-u)*i--,i<2&&(i=9);var c=o%11<2?0:11-o%11;if(c!==Number(r.charAt(0)))return!1;e+=1,n=t.substring(0,e),o=0,i=e-7;for(var a=e;a>=1;a-=1)o+=n.charAt(e-a)*i--,i<2&&(i=9);return(c=o%11<2?0:11-o%11)===Number(r.charAt(1))}},{key:"isValidCI",value:function(t){var e=0,n=0,r=t[t.length-1];if(t.length<=6)for(n=t.length;n<7;n+=1)t="0".concat(t);for(n=0;n<7;n+=1)e+=parseInt("2987634"[n],10)*parseInt(t[n],10)%10;return r===(e%10==0?0:10-e%10).toString()}},{key:"setMaskInputDocument",value:function(t,e,n){var r={CPF:function(t){return t.replace(/\D+/g,"").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d{1,2})/,"$1-$2").replace(/(-\d{2})\d+?$/,"$1")},CNPJ:function(t){return t.replace(/\D+/g,"").replace(/(\d{2})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1/$2").replace(/(\d{4})(\d)/,"$1-$2").replace(/(-\d{2})\d+?$/,"$1")},CI:function(t){return t.replace(/\D+/g,"")}};e.addEventListener("input",(function(e){if(void 0!==r[t.value]&&(e.target.value=r[t.value](e.target.value)),n){var o=e.target.value.replace(/\D/g,"");n.value=o}}))}},{key:"createDocument",value:function(t,e,n){var r=this,o=document.createElement("input");return o.setAttribute("name",this.getAttribute("input-name")),o.setAttribute("data-checkout",this.getAttribute("input-data-checkout")),o.setAttribute("data-cy","input-document"),o.classList.add("mp-document"),o.type="text",o.inputMode="numeric",this.setInpuProperties(e,o),o.addEventListener("focus",(function(){t.classList.add("mp-focus"),t.classList.remove("mp-error"),n.firstElementChild.style.display="none"})),o.addEventListener("focusout",(function(){t.classList.remove("mp-focus");var i={CPF:function(t){return r.isValidCPF(t)},CNPJ:function(t){return r.isValidCNPJ(t)},CI:function(t){return r.isValidCI(t)}};void 0!==i[e.value]&&(i[e.value](o.value)?(t.classList.remove("mp-error"),n.firstElementChild.style.display="none",o.setAttribute("name",r.getAttribute("input-name"))):(t.classList.add("mp-error"),n.firstElementChild.style.display="flex",o.setAttribute("name",r.getAttribute("flag-error"))))})),o}},{key:"createHelper",value:function(t){var e=document.createElement("input-helper");return e.setAttribute("isVisible",!1),e.setAttribute("message",t),e.setAttribute("input-id","mp-doc-number-helper"),e}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("input-document",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createHelper())}},{key:"createHelper",value:function(){var t=document.createElement("div");t.classList.add("mp-helper"),t.setAttribute("id",this.getAttribute("input-id")),t.setAttribute("data-cy","helper-container"),this.validateVisibility(t);var e=this.createIcon(),n=this.getAttribute("message"),r=this.createHelperMessage(n);return t.appendChild(e),t.appendChild(r),t}},{key:"createIcon",value:function(){var t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-helper-icon"),t}},{key:"createHelperMessage",value:function(t){var e=document.createElement("div");return e.innerHTML=t,e.classList.add("mp-helper-message"),e.setAttribute("data-cy","helper-message"),e}},{key:"validateVisibility",value:function(t){var e=this.getAttribute("isVisible");"string"==typeof e&&(e="false"!==e),t.style.display=e?"flex":"none"}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("input-helper",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createLabel())}},{key:"createLabel",value:function(){var t=document.createElement("div");t.classList.add("mp-input-label"),t.setAttribute("data-cy","input-label");var e=this.getAttribute("message");t.innerHTML=e;var n=this.getAttribute("isOptional");if("string"==typeof n&&(n="false"!==n),!n){var r=document.createElement("b");r.innerHTML="*",r.style="color: red",t.appendChild(r)}return t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("input-label",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-radio-container"),t.appendChild(this.createRadio()),t.appendChild(this.createLabel()),t}},{key:"createRadio",value:function(){var t=document.createElement("input"),e=this.getAttribute("dataRate");return t.classList.add("mp-input-radio-radio"),t.type="radio",t.id=this.getAttribute("identification"),t.name=this.getAttribute("name"),t.value=this.getAttribute("value"),t.setAttribute("data-cy","input-radio"),e&&t.setAttribute("dataRate",e),t}},{key:"createLabel",value:function(){var t=document.createElement("label");return t.classList.add("mp-input-radio-label"),t.htmlFor=this.getAttribute("identification"),t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("input-radio",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-select-container"),t.appendChild(this.createLabel()),t.appendChild(this.createInput()),t}},{key:"createInput",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-select-input"),t.appendChild(this.createSelect()),t}},{key:"createSelect",value:function(){var t=this,e=document.createElement("select"),n=this.getAttribute("name");e.classList.add("mp-input-select-select"),e.setAttribute("id",n),e.setAttribute("name",n);var r=this.getAttribute("options")&&JSON.parse(this.getAttribute("options"));return r&&0!==r.length&&r.forEach((function(n){e.appendChild(t.createOption(n))})),e}},{key:"createOption",value:function(t){var e=document.createElement("option");return e.innerHTML=t,e.value=t,e}},{key:"createLabel",value:function(){var t=document.createElement("input-label"),e=this.getAttribute("optional");return t.setAttribute("message",this.getAttribute("label")),"false"===e?t.setAttribute("isOptional",e):t.setAttribute("isOptional","true"),t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("input-select",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(p,t);var r,o,a,l,s,f=(r=p,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function p(){var t;return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,p),(t=f.call(this)).index=0,t.limit=5,t.offset=t.limit,t.columns=null,t.total=0,t}return a=p,s=[{key:"observedAttributes",get:function(){return["columns","name","button-name"]}}],(l=[{key:"connectedCallback",value:function(){this.build()}},{key:"attributeChangedCallback",value:function(){this.firstElementChild&&(this.removeChild(this.firstElementChild),this.build())}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"setColumns",value:function(){return this.columns=JSON.parse(this.getAttribute("columns")),this}},{key:"setTotal",value:function(){return this.total=this.columns.length,this}},{key:"createContainer",value:function(){var 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}},{key:"createList",value:function(){var t=this,e=document.createElement("div");e.classList.add("mp-input-table-list"),e.setAttribute("data-cy","input-table-list");var n=this.createLink();return n.onclick=function(){return t.appendItems(t.columns,e,n,!0)},this.appendItems(this.columns,e,n,!1),e.appendChild(n),e}},{key:"createItem",value:function(t){var e=document.createElement("div");return e.classList.add("mp-input-table-item"),e.appendChild(this.createLabel(t)),e}},{key:"createLabel",value:function(t){var e=t.id,n=t.value,r=t.rowText,o=t.rowObs,i=t.highlight,u=t.img,c=t.alt,a=t.dataRate,l=this.getAttribute("name"),s=document.createElement("div");return s.classList.add("mp-input-table-label"),s.appendChild(this.createOption(e,l,n,r,u,c,a)),o&&s.appendChild(this.createRowObs(o,i)),s.onclick=function(){document.getElementById(e).checked=!0},s}},{key:"createOption",value:function(t,e,n,r,o,i,u){var c=document.createElement("div");return c.classList.add("mp-input-table-option"),c.appendChild(this.createRadio(t,e,n,u)),o?c.appendChild(this.createRowTextWithImg(r,o,i)):c.appendChild(this.createRowText(r)),c}},{key:"createRadio",value:function(t,e,n,r){var o=document.createElement("input-radio");return o.setAttribute("name",e),o.setAttribute("value",n),o.setAttribute("identification",t),o.setAttribute("dataRate",r),o}},{key:"createRowText",value:function(t){var e=document.createElement("span");return e.classList.add("mp-input-table-row-text"),e.innerHTML=t,e}},{key:"createRowTextWithImg",value:function(t,e,n){var r=document.createElement("span"),o=document.createElement("payment-method-logo");return o.setAttribute("src",e),o.setAttribute("alt",n),o.style.marginRight="10px",r.classList.add("mp-input-table-row-text-image"),r.innerHTML=t,r.appendChild(o),r}},{key:"createRowObs",value:function(t,e){var n=document.createElement("span");return e?n.classList.add("mp-input-table-row-obs-highlight"):n.classList.add("mp-input-table-row-obs"),n.innerHTML=t,n}},{key:"createLink",value:function(){var t=document.createElement("div");t.classList.add("mp-input-table-container-link");var 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}},{key:"appendItems",value:function(t,e,n,r){this.validateLimit();for(var o=this.index;o<this.limit;o+=1)r?e.insertBefore(this.createItem(t[o]),n):e.appendChild(this.createItem(t[o]));this.limit>=this.total&&(n.style.display="none"),this.index+=this.offset,this.limit+=this.offset,this.validateLimit()}},{key:"validateLimit",value:function(){this.limit>this.total&&(this.limit=this.total)}}])&&e(a.prototype,l),s&&e(a,s),p}(r(HTMLElement));customElements.define("input-table",a)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-payment-method-logo-container"),t.appendChild(this.createImage()),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-payment-method-logo-image"),t.alt=this.getAttribute("alt"),t.src=this.getAttribute("src"),t.onerror=function(t){var e,n,r,o;return null===(e=t.target)||void 0===e||null===(n=e.parentNode)||void 0===n||null===(r=n.parentNode)||void 0===r||null===(o=r.parentNode)||void 0===o?void 0:o.removeChild(t.target.parentNode.parentNode)},t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("payment-method-logo",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=this,e=JSON.parse(this.getAttribute("methods")),n=document.createElement("div");return n.classList.add("mp-payment-methods-container"),e.forEach((function(e){n.appendChild(t.createPaymentMethodType(e))})),n}},{key:"createPaymentMethodType",value:function(t){var e=t.title,n=t.label,r=t.payment_methods,o=document.createElement("div");return o.classList.add("mp-payment-method-type-container"),r&&0!==r.length&&(o.appendChild(this.createHeader(e,n)),o.appendChild(this.createContent(r))),o}},{key:"createHeader",value:function(t,e){var n=document.createElement("div");return n.classList.add("mp-payment-methods-header"),t&&n.appendChild(this.createTitle(t)),e&&n.appendChild(this.createBadge(e)),n}},{key:"createTitle",value:function(t){var e=document.createElement("p");return e.classList.add("mp-payment-methods-title"),e.innerHTML=t,e}},{key:"createBadge",value:function(t){var e=document.createElement("div"),n=document.createElement("span");return n.classList.add("mp-payment-methods-badge-text"),n.innerHTML=t,e.classList.add("mp-payment-methods-badge"),e.appendChild(n),e}},{key:"createContent",value:function(t){var e=this,n=document.createElement("div");return n.classList.add("mp-payment-methods-content"),t.forEach((function(t){n.appendChild(e.createImage(t))})),n}},{key:"createImage",value:function(t){var e=t.src,n=t.alt,r=document.createElement("payment-method-logo");return r.setAttribute("src",e),r.setAttribute("alt",n),r}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("payment-methods",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-pix-template-container"),t.setAttribute("data-cy","pix-template-container"),t.appendChild(this.createImage()),t.appendChild(this.createTitle()),t.appendChild(this.createSubtitle()),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-pix-template-title"),t.innerText=this.getAttribute("title"),t}},{key:"createSubtitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-pix-template-subtitle"),t.innerText=this.getAttribute("subtitle"),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-pix-template-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("pix-template",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-terms-and-conditions-container"),t.setAttribute("data-cy","terms-and-conditions-container"),t.appendChild(this.createText()),t.appendChild(this.createLink()),t}},{key:"createText",value:function(){var t=document.createElement("span");return t.classList.add("mp-terms-and-conditions-text"),t.innerHTML=this.getAttribute("description"),t}},{key:"createLink",value:function(){var t=document.createElement("a");return t.classList.add("mp-terms-and-conditions-link"),t.innerHTML=this.getAttribute("link-text"),t.href=this.getAttribute("link-src"),t.target="blank",t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("terms-and-conditions",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){var t=this.createTestMode(),e=this.createCardHeader(),n=this.createCardContent();t.appendChild(e),t.appendChild(n),this.appendChild(t)}},{key:"createTestMode",value:function(){var t=document.createElement("div");return t.classList.add("mp-test-mode-card"),t.setAttribute("data-cy","test-mode-card"),t}},{key:"createCardContent",value:function(){var t=document.createElement("div");t.classList.add("mp-test-mode-card-content");var e=document.createElement("p");e.innerHTML=this.getAttribute("description"),e.classList.add("mp-test-mode-description"),e.setAttribute("data-cy","test-mode-description"),t.appendChild(e);var n=this.getAttribute("link-text"),r=this.getAttribute("link-src"),o=document.createElement("a");return o.classList.add("mp-test-mode-link"),o.innerHTML=n,o.href=r,o.target="blank",e.appendChild(o),t}},{key:"createCardHeader",value:function(){var t=document.createElement("div");t.classList.add("mp-test-mode-card-content");var e=this.createBadge(),n=this.createTitle();return t.appendChild(e),t.appendChild(n),t}},{key:"createBadge",value:function(){var t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-test-mode-badge"),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.innerHTML=this.getAttribute("title"),t.classList.add("mp-test-mode-title"),t.setAttribute("data-cy","test-mode-title"),t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("test-mode",l)})();
|
assets/js/mp-plugins-components.min.js
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-checkout-benefits-container"),t.appendChild(this.createTitle()),t.appendChild(this.createList()),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-checkout-benefits-title"),t.innerHTML=this.getAttribute("title"),t}},{key:"createList",value:function(){var t=this,e=JSON.parse(this.getAttribute("items")),n=document.createElement("div");return n.classList.add("mp-checkout-benefits-list"),e.forEach((function(e){n.appendChild(t.createItem(e))})),n}},{key:"createItem",value:function(t){var e=document.createElement("div");return e.classList.add("mp-checkout-benefits-item"),e.appendChild(this.createImage()),e.appendChild(this.createText(t)),e}},{key:"createText",value:function(t){var e=document.createElement("span");return e.innerHTML=t,e}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-checkout-benefits-image"),t.src=this.getAttribute("list-style-type-src"),t.alt=this.getAttribute("list-style-type-alt"),t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("checkout-benefits",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-checkout-redirect-container"),t.setAttribute("data-cy","checkout-redirect-container"),t.appendChild(this.createImage()),t.appendChild(this.createText()),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-checkout-redirect-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}},{key:"createText",value:function(){var t=document.createElement("p");return t.classList.add("mp-checkout-redirect-text"),t.innerHTML=this.getAttribute("text"),t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("checkout-redirect",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){var t=this.createInputDocument();this.appendChild(t)}},{key:"createInputDocument",value:function(){var t=document.createElement("div");t.classList.add("mp-input-document"),t.setAttribute("data-cy","input-document-container");var e=this.createLabel(this.getAttribute("label-message")),n=this.createHelper(this.getAttribute("helper-message")),r=this.createHiddenField(this.getAttribute("hidden-id")),o=this.createInput(n,r);return t.appendChild(e),t.appendChild(o),t.appendChild(r),t.appendChild(n),t}},{key:"createLabel",value:function(t){var e=document.createElement("input-label");return e.setAttribute("message",t),e.setAttribute("isOptional","false"),e}},{key:"createInput",value:function(t,e){var n=this,r=document.createElement("div");r.classList.add("mp-input"),r.setAttribute("id","form-checkout__identificationNumber-container");var o=JSON.parse(this.getAttribute("documents")),i=this.getAttribute("validate"),u=this.createVerticalLine(),c=this.createSelect(r,t,o,i),a=this.createDocument(r,c,t);return c.addEventListener("change",(function(){r.classList.remove("mp-focus"),r.classList.remove("mp-error"),n.setInpuProperties(c,a),n.setMaskInputDocument(c,a,e)})),r.appendChild(c),r.appendChild(u),r.appendChild(a),this.setMaskInputDocument(c,a,e),r}},{key:"setInpuProperties",value:function(t,e){"CPF"===t.value?(e.value="",e.setAttribute("maxlength","14"),e.setAttribute("placeholder","999.999.999-99")):"CNPJ"===t.value?(e.value="",e.setAttribute("maxlength","18"),e.setAttribute("placeholder","99.999.999/0001-99")):"CI"===t.value?(e.value="",e.setAttribute("maxlength","8"),e.setAttribute("placeholder","99999999")):(e.value="",e.setAttribute("maxlength","20"),e.setAttribute("placeholder",""))}},{key:"createSelect",value:function(t,e,n,r){var o=this,i=document.createElement("select");return i.classList.add("mp-document-select"),i.setAttribute("name",this.getAttribute("select-name")),i.setAttribute("id",this.getAttribute("select-id")),i.setAttribute("data-checkout",this.getAttribute("select-data-checkout")),i.setAttribute("data-cy","select-document"),n&&n.forEach((function(t){o.createOption(i,t)})),r&&(i.addEventListener("focus",(function(){t.classList.add("mp-focus"),e.firstElementChild.style.display="none"})),i.addEventListener("focusout",(function(){t.classList.remove("mp-focus"),e.firstElementChild.style.display="none"}))),i}},{key:"createOption",value:function(t,e){var n=document.createElement("option");n.innerHTML=e,n.value=e,t.appendChild(n)}},{key:"createHiddenField",value:function(t){var e=document.createElement("input");return e.setAttribute("type","hidden"),e.setAttribute("id",t),e}},{key:"createVerticalLine",value:function(){var t=document.createElement("div");return t.classList.add("mp-vertical-line"),t}},{key:"isValidCPF",value:function(t){if("string"!=typeof t)return!1;if(!(t=t.replace(/[\s.-]*/gim,""))||11!==t.length||"00000000000"===t||"11111111111"===t||"22222222222"===t||"33333333333"===t||"44444444444"===t||"55555555555"===t||"66666666666"===t||"77777777777"===t||"88888888888"===t||"99999999999"===t)return!1;for(var e,n=0,r=1;r<=9;r+=1)n+=parseInt(t.substring(r-1,r))*(11-r);if(10!=(e=10*n%11)&&11!==e||(e=0),e!==parseInt(t.substring(9,10)))return!1;n=0;for(var o=1;o<=10;o+=1)n+=parseInt(t.substring(o-1,o))*(12-o);return 10!=(e=10*n%11)&&11!==e||(e=0),e===parseInt(t.substring(10,11))}},{key:"isValidCNPJ",value:function(t){if(""===(t=t.replace(/[^\d]+/g,"")))return!1;if(14!==t.length)return!1;if("00000000000000"===t||"11111111111111"===t||"22222222222222"===t||"33333333333333"===t||"44444444444444"===t||"55555555555555"===t||"66666666666666"===t||"77777777777777"===t||"88888888888888"===t||"99999999999999"===t)return!1;for(var e=t.length-2,n=t.substring(0,e),r=t.substring(e),o=0,i=e-7,u=e;u>=1;u-=1)o+=n.charAt(e-u)*i--,i<2&&(i=9);var c=o%11<2?0:11-o%11;if(c!==Number(r.charAt(0)))return!1;e+=1,n=t.substring(0,e),o=0,i=e-7;for(var a=e;a>=1;a-=1)o+=n.charAt(e-a)*i--,i<2&&(i=9);return(c=o%11<2?0:11-o%11)===Number(r.charAt(1))}},{key:"isValidCI",value:function(t){var e=0,n=0,r=t[t.length-1];if(t.length<=6)for(n=t.length;n<7;n+=1)t="0".concat(t);for(n=0;n<7;n+=1)e+=parseInt("2987634"[n],10)*parseInt(t[n],10)%10;return r===(e%10==0?0:10-e%10).toString()}},{key:"setMaskInputDocument",value:function(t,e,n){var r={CPF:function(t){return t.replace(/\D+/g,"").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d{1,2})/,"$1-$2").replace(/(-\d{2})\d+?$/,"$1")},CNPJ:function(t){return t.replace(/\D+/g,"").replace(/(\d{2})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1/$2").replace(/(\d{4})(\d)/,"$1-$2").replace(/(-\d{2})\d+?$/,"$1")},CI:function(t){return t.replace(/\D+/g,"")}};e.addEventListener("input",(function(e){if(void 0!==r[t.value]&&(e.target.value=r[t.value](e.target.value)),n){var o=e.target.value.replace(/\D/g,"");n.value=o}}))}},{key:"createDocument",value:function(t,e,n){var r=this,o=document.createElement("input");return o.setAttribute("name",this.getAttribute("input-name")),o.setAttribute("data-checkout",this.getAttribute("input-data-checkout")),o.setAttribute("data-cy","input-document"),o.classList.add("mp-document"),o.type="text",o.inputMode="numeric",this.setInpuProperties(e,o),o.addEventListener("focus",(function(){t.classList.add("mp-focus"),t.classList.remove("mp-error"),n.firstElementChild.style.display="none"})),o.addEventListener("focusout",(function(){t.classList.remove("mp-focus");var i={CPF:function(t){return r.isValidCPF(t)},CNPJ:function(t){return r.isValidCNPJ(t)},CI:function(t){return r.isValidCI(t)}};void 0!==i[e.value]&&(i[e.value](o.value)?(t.classList.remove("mp-error"),n.firstElementChild.style.display="none",o.setAttribute("name",r.getAttribute("input-name"))):(t.classList.add("mp-error"),n.firstElementChild.style.display="flex",o.setAttribute("name",r.getAttribute("flag-error"))))})),o}},{key:"createHelper",value:function(t){var e=document.createElement("input-helper");return e.setAttribute("isVisible",!1),e.setAttribute("message",t),e.setAttribute("input-id","mp-doc-number-helper"),e}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("input-document",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createHelper())}},{key:"createHelper",value:function(){var t=document.createElement("div");t.classList.add("mp-helper"),t.setAttribute("id",this.getAttribute("input-id")),t.setAttribute("data-cy","helper-container"),this.validateVisibility(t);var e=this.createIcon(),n=this.getAttribute("message"),r=this.createHelperMessage(n);return t.appendChild(e),t.appendChild(r),t}},{key:"createIcon",value:function(){var t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-helper-icon"),t}},{key:"createHelperMessage",value:function(t){var e=document.createElement("div");return e.innerHTML=t,e.classList.add("mp-helper-message"),e.setAttribute("data-cy","helper-message"),e}},{key:"validateVisibility",value:function(t){var e=this.getAttribute("isVisible");"string"==typeof e&&(e="false"!==e),t.style.display=e?"flex":"none"}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("input-helper",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createLabel())}},{key:"createLabel",value:function(){var t=document.createElement("div");t.classList.add("mp-input-label"),t.setAttribute("data-cy","input-label");var e=this.getAttribute("message");t.innerHTML=e;var n=this.getAttribute("isOptional");if("string"==typeof n&&(n="false"!==n),!n){var r=document.createElement("b");r.innerHTML="*",r.style="color: red",t.appendChild(r)}return t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("input-label",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-radio-container"),t.appendChild(this.createRadio()),t.appendChild(this.createLabel()),t}},{key:"createRadio",value:function(){var t=document.createElement("input"),e=this.getAttribute("dataRate");return t.classList.add("mp-input-radio-radio"),t.type="radio",t.id=this.getAttribute("identification"),t.name=this.getAttribute("name"),t.value=this.getAttribute("value"),t.setAttribute("data-cy","input-radio"),e&&t.setAttribute("dataRate",e),t}},{key:"createLabel",value:function(){var t=document.createElement("label");return t.classList.add("mp-input-radio-label"),t.htmlFor=this.getAttribute("identification"),t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("input-radio",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-select-container"),t.appendChild(this.createLabel()),t.appendChild(this.createInput()),t}},{key:"createInput",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-select-input"),t.appendChild(this.createSelect()),t}},{key:"createSelect",value:function(){var t=this,e=document.createElement("select"),n=this.getAttribute("name");e.classList.add("mp-input-select-select"),e.setAttribute("id",n),e.setAttribute("name",n);var r=this.getAttribute("options")&&JSON.parse(this.getAttribute("options"));return r&&0!==r.length&&r.forEach((function(n){e.appendChild(t.createOption(n))})),e}},{key:"createOption",value:function(t){var e=document.createElement("option");return e.innerHTML=t,e.value=t,e}},{key:"createLabel",value:function(){var t=document.createElement("input-label"),e=this.getAttribute("optional");return t.setAttribute("message",this.getAttribute("label")),"false"===e?t.setAttribute("isOptional",e):t.setAttribute("isOptional","true"),t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("input-select",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(p,t);var r,o,a,l,s,f=(r=p,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function p(){var t;return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,p),(t=f.call(this)).index=0,t.limit=5,t.offset=t.limit,t.columns=null,t.total=0,t}return a=p,s=[{key:"observedAttributes",get:function(){return["columns","name","button-name"]}}],(l=[{key:"connectedCallback",value:function(){this.build()}},{key:"attributeChangedCallback",value:function(){this.firstElementChild&&(this.removeChild(this.firstElementChild),this.build())}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"setColumns",value:function(){return this.columns=JSON.parse(this.getAttribute("columns")),this}},{key:"setTotal",value:function(){return this.total=this.columns.length,this}},{key:"createContainer",value:function(){var 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}},{key:"createList",value:function(){var t=this,e=document.createElement("div");e.classList.add("mp-input-table-list"),e.setAttribute("data-cy","input-table-list");var n=this.createLink();return n.onclick=function(){return t.appendItems(t.columns,e,n,!0)},this.appendItems(this.columns,e,n,!1),e.appendChild(n),e}},{key:"createItem",value:function(t){var e=document.createElement("div");return e.classList.add("mp-input-table-item"),e.appendChild(this.createLabel(t)),e}},{key:"createLabel",value:function(t){var e=t.id,n=t.value,r=t.rowText,o=t.rowObs,i=t.highlight,u=t.img,c=t.alt,a=t.dataRate,l=this.getAttribute("name"),s=document.createElement("div");return s.classList.add("mp-input-table-label"),s.appendChild(this.createOption(e,l,n,r,u,c,a)),o&&s.appendChild(this.createRowObs(o,i)),s.onclick=function(){document.getElementById(e).checked=!0},s}},{key:"createOption",value:function(t,e,n,r,o,i,u){var c=document.createElement("div");return c.classList.add("mp-input-table-option"),c.appendChild(this.createRadio(t,e,n,u)),o?c.appendChild(this.createRowTextWithImg(r,o,i)):c.appendChild(this.createRowText(r)),c}},{key:"createRadio",value:function(t,e,n,r){var o=document.createElement("input-radio");return o.setAttribute("name",e),o.setAttribute("value",n),o.setAttribute("identification",t),o.setAttribute("dataRate",r),o}},{key:"createRowText",value:function(t){var e=document.createElement("span");return e.classList.add("mp-input-table-row-text"),e.innerHTML=t,e}},{key:"createRowTextWithImg",value:function(t,e,n){var r=document.createElement("span"),o=document.createElement("payment-method-logo");return o.setAttribute("src",e),o.setAttribute("alt",n),o.style.marginRight="10px",r.classList.add("mp-input-table-row-text-image"),r.innerHTML=t,r.appendChild(o),r}},{key:"createRowObs",value:function(t,e){var n=document.createElement("span");return e?n.classList.add("mp-input-table-row-obs-highlight"):n.classList.add("mp-input-table-row-obs"),n.innerHTML=t,n}},{key:"createLink",value:function(){var t=document.createElement("div");t.classList.add("mp-input-table-container-link");var 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}},{key:"appendItems",value:function(t,e,n,r){this.validateLimit();for(var o=this.index;o<this.limit;o+=1)r?e.insertBefore(this.createItem(t[o]),n):e.appendChild(this.createItem(t[o]));this.limit>=this.total&&(n.style.display="none"),this.index+=this.offset,this.limit+=this.offset,this.validateLimit()}},{key:"validateLimit",value:function(){this.limit>this.total&&(this.limit=this.total)}}])&&e(a.prototype,l),s&&e(a,s),p}(r(HTMLElement));customElements.define("input-table",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-payment-method-logo-container"),t.appendChild(this.createImage()),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-payment-method-logo-image"),t.alt=this.getAttribute("alt"),t.src=this.getAttribute("src"),t.onerror=function(t){var e,n,r,o;return null===(e=t.target)||void 0===e||null===(n=e.parentNode)||void 0===n||null===(r=n.parentNode)||void 0===r||null===(o=r.parentNode)||void 0===o?void 0:o.removeChild(t.target.parentNode.parentNode)},t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("payment-method-logo",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=this,e=JSON.parse(this.getAttribute("methods")),n=document.createElement("div");return n.classList.add("mp-payment-methods-container"),e.forEach((function(e){n.appendChild(t.createPaymentMethodType(e))})),n}},{key:"createPaymentMethodType",value:function(t){var e=t.title,n=t.label,r=t.payment_methods,o=document.createElement("div");return o.classList.add("mp-payment-method-type-container"),r&&0!==r.length&&(o.appendChild(this.createHeader(e,n)),o.appendChild(this.createContent(r))),o}},{key:"createHeader",value:function(t,e){var n=document.createElement("div");return n.classList.add("mp-payment-methods-header"),t&&n.appendChild(this.createTitle(t)),e&&n.appendChild(this.createBadge(e)),n}},{key:"createTitle",value:function(t){var e=document.createElement("p");return e.classList.add("mp-payment-methods-title"),e.innerHTML=t,e}},{key:"createBadge",value:function(t){var e=document.createElement("div"),n=document.createElement("span");return n.classList.add("mp-payment-methods-badge-text"),n.innerHTML=t,e.classList.add("mp-payment-methods-badge"),e.appendChild(n),e}},{key:"createContent",value:function(t){var e=this,n=document.createElement("div");return n.classList.add("mp-payment-methods-content"),t.forEach((function(t){n.appendChild(e.createImage(t))})),n}},{key:"createImage",value:function(t){var e=t.src,n=t.alt,r=document.createElement("payment-method-logo");return r.setAttribute("src",e),r.setAttribute("alt",n),r}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("payment-methods",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-pix-template-container"),t.setAttribute("data-cy","pix-template-container"),t.appendChild(this.createImage()),t.appendChild(this.createTitle()),t.appendChild(this.createSubtitle()),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-pix-template-title"),t.innerText=this.getAttribute("title"),t}},{key:"createSubtitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-pix-template-subtitle"),t.innerText=this.getAttribute("subtitle"),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-pix-template-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("pix-template",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-terms-and-conditions-container"),t.setAttribute("data-cy","terms-and-conditions-container"),t.appendChild(this.createText()),t.appendChild(this.createLink()),t}},{key:"createText",value:function(){var t=document.createElement("span");return t.classList.add("mp-terms-and-conditions-text"),t.innerHTML=this.getAttribute("description"),t}},{key:"createLink",value:function(){var t=document.createElement("a");return t.classList.add("mp-terms-and-conditions-link"),t.innerHTML=this.getAttribute("link-text"),t.href=this.getAttribute("link-src"),t.target="blank",t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("terms-and-conditions",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){var t=this.createTestMode(),e=this.createCardHeader(),n=this.createCardContent();t.appendChild(e),t.appendChild(n),this.appendChild(t)}},{key:"createTestMode",value:function(){var t=document.createElement("div");return t.classList.add("mp-test-mode-card"),t.setAttribute("data-cy","test-mode-card"),t}},{key:"createCardContent",value:function(){var t=document.createElement("div");t.classList.add("mp-test-mode-card-content");var e=document.createElement("p");e.innerHTML=this.getAttribute("description"),e.classList.add("mp-test-mode-description"),e.setAttribute("data-cy","test-mode-description"),t.appendChild(e);var n=this.getAttribute("link-text"),r=this.getAttribute("link-src"),o=document.createElement("a");return o.classList.add("mp-test-mode-link"),o.innerHTML=n,o.href=r,o.target="blank",e.appendChild(o),t}},{key:"createCardHeader",value:function(){var t=document.createElement("div");t.classList.add("mp-test-mode-card-content");var e=this.createBadge(),n=this.createTitle();return t.appendChild(e),t.appendChild(n),t}},{key:"createBadge",value:function(){var t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-test-mode-badge"),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.innerHTML=this.getAttribute("title"),t.classList.add("mp-test-mode-title"),t.setAttribute("data-cy","test-mode-title"),t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("test-mode",a)})();
|
| 1 |
+
(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(d,t);var o,i,l,s,f,p=(o=d,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function d(){return e(this,d),p.apply(this,arguments)}return l=d,f=[{key:"observedAttributes",get:function(){return["title","description","retryButtonText"]}}],(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"attributeChangedCallback",value:function(){this.firstElementChild&&(this.removeChild(this.firstElementChild),this.build())}},{key:"build",value:function(){var t=this.createAlertDetails(),e=this.createCardContent();t.appendChild(e),this.appendChild(t)}},{key:"createAlertDetails",value:function(){var t=document.createElement("div");return t.classList.add("mp-alert-details-card"),t}},{key:"createCardContent",value:function(){var t=document.createElement("div");t.classList.add("mp-alert-details-card-content");var e=document.createElement("div");e.classList.add("mp-alert-details-card-content-left");var n=document.createElement("div");n.classList.add("mp-alert-details-card-content-right"),t.appendChild(e),t.appendChild(n);var r=this.createBadge(),o=this.createTitle(),i=this.createDescription(),u=this.createRetryButton();return e.appendChild(r),n.appendChild(o),n.appendChild(i),n.appendChild(u),t}},{key:"createBadge",value:function(){var t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-alert-details-badge"),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.innerHTML=this.getAttribute("title"),t.classList.add("mp-alert-details-title"),t}},{key:"createDescription",value:function(){var t=document.createElement("p");return t.innerHTML=this.getAttribute("description"),t.classList.add("mp-alert-details-description"),t}},{key:"createRetryButton",value:function(){var t=this.getAttribute("retryButtonText"),e=document.createElement("button");return e.classList.add("mp-alert-details-retry-button"),e.innerHTML=t,e.onclick=function(){return document.location.reload()},e}}])&&n(l.prototype,s),f&&n(l,f),d}(o(HTMLElement));customElements.define("alert-details",l)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-checkout-benefits-container"),t.appendChild(this.createTitle()),t.appendChild(this.createList()),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-checkout-benefits-title"),t.innerHTML=this.getAttribute("title"),t}},{key:"createList",value:function(){var t=this,e=JSON.parse(this.getAttribute("items")),n=document.createElement("div");return n.classList.add("mp-checkout-benefits-list"),e.forEach((function(e){n.appendChild(t.createItem(e))})),n}},{key:"createItem",value:function(t){var e=document.createElement("div");return e.classList.add("mp-checkout-benefits-item"),e.appendChild(this.createImage()),e.appendChild(this.createText(t)),e}},{key:"createText",value:function(t){var e=document.createElement("span");return e.innerHTML=t,e}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-checkout-benefits-image"),t.src=this.getAttribute("list-style-type-src"),t.alt=this.getAttribute("list-style-type-alt"),t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("checkout-benefits",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-checkout-redirect-container"),t.setAttribute("data-cy","checkout-redirect-container"),t.appendChild(this.createImage()),t.appendChild(this.createText()),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-checkout-redirect-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}},{key:"createText",value:function(){var t=document.createElement("p");return t.classList.add("mp-checkout-redirect-text"),t.innerHTML=this.getAttribute("text"),t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("checkout-redirect",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){var t=this.createInputDocument();this.appendChild(t)}},{key:"createInputDocument",value:function(){var t=document.createElement("div");t.classList.add("mp-input-document"),t.setAttribute("data-cy","input-document-container");var e=this.createLabel(this.getAttribute("label-message")),n=this.createHelper(this.getAttribute("helper-message")),r=this.createHiddenField(this.getAttribute("hidden-id")),o=this.createInput(n,r);return t.appendChild(e),t.appendChild(o),t.appendChild(r),t.appendChild(n),t}},{key:"createLabel",value:function(t){var e=document.createElement("input-label");return e.setAttribute("message",t),e.setAttribute("isOptional","false"),e}},{key:"createInput",value:function(t,e){var n=this,r=document.createElement("div");r.classList.add("mp-input"),r.setAttribute("id","form-checkout__identificationNumber-container");var o=JSON.parse(this.getAttribute("documents")),i=this.getAttribute("validate"),u=this.createVerticalLine(),c=this.createSelect(r,t,o,i),a=this.createDocument(r,c,t);return c.addEventListener("change",(function(){r.classList.remove("mp-focus"),r.classList.remove("mp-error"),n.setInpuProperties(c,a),n.setMaskInputDocument(c,a,e)})),r.appendChild(c),r.appendChild(u),r.appendChild(a),this.setMaskInputDocument(c,a,e),r}},{key:"setInpuProperties",value:function(t,e){"CPF"===t.value?(e.value="",e.setAttribute("maxlength","14"),e.setAttribute("placeholder","999.999.999-99")):"CNPJ"===t.value?(e.value="",e.setAttribute("maxlength","18"),e.setAttribute("placeholder","99.999.999/0001-99")):"CI"===t.value?(e.value="",e.setAttribute("maxlength","8"),e.setAttribute("placeholder","99999999")):(e.value="",e.setAttribute("maxlength","20"),e.setAttribute("placeholder",""))}},{key:"createSelect",value:function(t,e,n,r){var o=this,i=document.createElement("select");return i.classList.add("mp-document-select"),i.setAttribute("name",this.getAttribute("select-name")),i.setAttribute("id",this.getAttribute("select-id")),i.setAttribute("data-checkout",this.getAttribute("select-data-checkout")),i.setAttribute("data-cy","select-document"),n&&n.forEach((function(t){o.createOption(i,t)})),r&&(i.addEventListener("focus",(function(){t.classList.add("mp-focus"),e.firstElementChild.style.display="none"})),i.addEventListener("focusout",(function(){t.classList.remove("mp-focus"),e.firstElementChild.style.display="none"}))),i}},{key:"createOption",value:function(t,e){var n=document.createElement("option");n.innerHTML=e,n.value=e,t.appendChild(n)}},{key:"createHiddenField",value:function(t){var e=document.createElement("input");return e.setAttribute("type","hidden"),e.setAttribute("id",t),e}},{key:"createVerticalLine",value:function(){var t=document.createElement("div");return t.classList.add("mp-vertical-line"),t}},{key:"isValidCPF",value:function(t){if("string"!=typeof t)return!1;if(!(t=t.replace(/[\s.-]*/gim,""))||11!==t.length||"00000000000"===t||"11111111111"===t||"22222222222"===t||"33333333333"===t||"44444444444"===t||"55555555555"===t||"66666666666"===t||"77777777777"===t||"88888888888"===t||"99999999999"===t)return!1;for(var e,n=0,r=1;r<=9;r+=1)n+=parseInt(t.substring(r-1,r))*(11-r);if(10!=(e=10*n%11)&&11!==e||(e=0),e!==parseInt(t.substring(9,10)))return!1;n=0;for(var o=1;o<=10;o+=1)n+=parseInt(t.substring(o-1,o))*(12-o);return 10!=(e=10*n%11)&&11!==e||(e=0),e===parseInt(t.substring(10,11))}},{key:"isValidCNPJ",value:function(t){if(""===(t=t.replace(/[^\d]+/g,"")))return!1;if(14!==t.length)return!1;if("00000000000000"===t||"11111111111111"===t||"22222222222222"===t||"33333333333333"===t||"44444444444444"===t||"55555555555555"===t||"66666666666666"===t||"77777777777777"===t||"88888888888888"===t||"99999999999999"===t)return!1;for(var e=t.length-2,n=t.substring(0,e),r=t.substring(e),o=0,i=e-7,u=e;u>=1;u-=1)o+=n.charAt(e-u)*i--,i<2&&(i=9);var c=o%11<2?0:11-o%11;if(c!==Number(r.charAt(0)))return!1;e+=1,n=t.substring(0,e),o=0,i=e-7;for(var a=e;a>=1;a-=1)o+=n.charAt(e-a)*i--,i<2&&(i=9);return(c=o%11<2?0:11-o%11)===Number(r.charAt(1))}},{key:"isValidCI",value:function(t){var e=0,n=0,r=t[t.length-1];if(t.length<=6)for(n=t.length;n<7;n+=1)t="0".concat(t);for(n=0;n<7;n+=1)e+=parseInt("2987634"[n],10)*parseInt(t[n],10)%10;return r===(e%10==0?0:10-e%10).toString()}},{key:"setMaskInputDocument",value:function(t,e,n){var r={CPF:function(t){return t.replace(/\D+/g,"").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d{1,2})/,"$1-$2").replace(/(-\d{2})\d+?$/,"$1")},CNPJ:function(t){return t.replace(/\D+/g,"").replace(/(\d{2})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1/$2").replace(/(\d{4})(\d)/,"$1-$2").replace(/(-\d{2})\d+?$/,"$1")},CI:function(t){return t.replace(/\D+/g,"")}};e.addEventListener("input",(function(e){if(void 0!==r[t.value]&&(e.target.value=r[t.value](e.target.value)),n){var o=e.target.value.replace(/\D/g,"");n.value=o}}))}},{key:"createDocument",value:function(t,e,n){var r=this,o=document.createElement("input");return o.setAttribute("name",this.getAttribute("input-name")),o.setAttribute("data-checkout",this.getAttribute("input-data-checkout")),o.setAttribute("data-cy","input-document"),o.classList.add("mp-document"),o.type="text",o.inputMode="numeric",this.setInpuProperties(e,o),o.addEventListener("focus",(function(){t.classList.add("mp-focus"),t.classList.remove("mp-error"),n.firstElementChild.style.display="none"})),o.addEventListener("focusout",(function(){t.classList.remove("mp-focus");var i={CPF:function(t){return r.isValidCPF(t)},CNPJ:function(t){return r.isValidCNPJ(t)},CI:function(t){return r.isValidCI(t)}};void 0!==i[e.value]&&(i[e.value](o.value)?(t.classList.remove("mp-error"),n.firstElementChild.style.display="none",o.setAttribute("name",r.getAttribute("input-name"))):(t.classList.add("mp-error"),n.firstElementChild.style.display="flex",o.setAttribute("name",r.getAttribute("flag-error"))))})),o}},{key:"createHelper",value:function(t){var e=document.createElement("input-helper");return e.setAttribute("isVisible",!1),e.setAttribute("message",t),e.setAttribute("input-id","mp-doc-number-helper"),e}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("input-document",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createHelper())}},{key:"createHelper",value:function(){var t=document.createElement("div");t.classList.add("mp-helper"),t.setAttribute("id",this.getAttribute("input-id")),t.setAttribute("data-cy","helper-container"),this.validateVisibility(t);var e=this.createIcon(),n=this.getAttribute("message"),r=this.createHelperMessage(n);return t.appendChild(e),t.appendChild(r),t}},{key:"createIcon",value:function(){var t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-helper-icon"),t}},{key:"createHelperMessage",value:function(t){var e=document.createElement("div");return e.innerHTML=t,e.classList.add("mp-helper-message"),e.setAttribute("data-cy","helper-message"),e}},{key:"validateVisibility",value:function(t){var e=this.getAttribute("isVisible");"string"==typeof e&&(e="false"!==e),t.style.display=e?"flex":"none"}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("input-helper",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createLabel())}},{key:"createLabel",value:function(){var t=document.createElement("div");t.classList.add("mp-input-label"),t.setAttribute("data-cy","input-label");var e=this.getAttribute("message");t.innerHTML=e;var n=this.getAttribute("isOptional");if("string"==typeof n&&(n="false"!==n),!n){var r=document.createElement("b");r.innerHTML="*",r.style="color: red",t.appendChild(r)}return t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("input-label",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-radio-container"),t.appendChild(this.createRadio()),t.appendChild(this.createLabel()),t}},{key:"createRadio",value:function(){var t=document.createElement("input"),e=this.getAttribute("dataRate");return t.classList.add("mp-input-radio-radio"),t.type="radio",t.id=this.getAttribute("identification"),t.name=this.getAttribute("name"),t.value=this.getAttribute("value"),t.setAttribute("data-cy","input-radio"),e&&t.setAttribute("dataRate",e),t}},{key:"createLabel",value:function(){var t=document.createElement("label");return t.classList.add("mp-input-radio-label"),t.htmlFor=this.getAttribute("identification"),t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("input-radio",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-select-container"),t.appendChild(this.createLabel()),t.appendChild(this.createInput()),t}},{key:"createInput",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-select-input"),t.appendChild(this.createSelect()),t}},{key:"createSelect",value:function(){var t=this,e=document.createElement("select"),n=this.getAttribute("name");e.classList.add("mp-input-select-select"),e.setAttribute("id",n),e.setAttribute("name",n);var r=this.getAttribute("options")&&JSON.parse(this.getAttribute("options"));return r&&0!==r.length&&r.forEach((function(n){e.appendChild(t.createOption(n))})),e}},{key:"createOption",value:function(t){var e=document.createElement("option");return e.innerHTML=t,e.value=t,e}},{key:"createLabel",value:function(){var t=document.createElement("input-label"),e=this.getAttribute("optional");return t.setAttribute("message",this.getAttribute("label")),"false"===e?t.setAttribute("isOptional",e):t.setAttribute("isOptional","true"),t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("input-select",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(p,t);var r,o,a,l,s,f=(r=p,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function p(){var t;return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,p),(t=f.call(this)).index=0,t.limit=5,t.offset=t.limit,t.columns=null,t.total=0,t}return a=p,s=[{key:"observedAttributes",get:function(){return["columns","name","button-name"]}}],(l=[{key:"connectedCallback",value:function(){this.build()}},{key:"attributeChangedCallback",value:function(){this.firstElementChild&&(this.removeChild(this.firstElementChild),this.build())}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"setColumns",value:function(){return this.columns=JSON.parse(this.getAttribute("columns")),this}},{key:"setTotal",value:function(){return this.total=this.columns.length,this}},{key:"createContainer",value:function(){var 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}},{key:"createList",value:function(){var t=this,e=document.createElement("div");e.classList.add("mp-input-table-list"),e.setAttribute("data-cy","input-table-list");var n=this.createLink();return n.onclick=function(){return t.appendItems(t.columns,e,n,!0)},this.appendItems(this.columns,e,n,!1),e.appendChild(n),e}},{key:"createItem",value:function(t){var e=document.createElement("div");return e.classList.add("mp-input-table-item"),e.appendChild(this.createLabel(t)),e}},{key:"createLabel",value:function(t){var e=t.id,n=t.value,r=t.rowText,o=t.rowObs,i=t.highlight,u=t.img,c=t.alt,a=t.dataRate,l=this.getAttribute("name"),s=document.createElement("div");return s.classList.add("mp-input-table-label"),s.appendChild(this.createOption(e,l,n,r,u,c,a)),o&&s.appendChild(this.createRowObs(o,i)),s.onclick=function(){document.getElementById(e).checked=!0},s}},{key:"createOption",value:function(t,e,n,r,o,i,u){var c=document.createElement("div");return c.classList.add("mp-input-table-option"),c.appendChild(this.createRadio(t,e,n,u)),o?c.appendChild(this.createRowTextWithImg(r,o,i)):c.appendChild(this.createRowText(r)),c}},{key:"createRadio",value:function(t,e,n,r){var o=document.createElement("input-radio");return o.setAttribute("name",e),o.setAttribute("value",n),o.setAttribute("identification",t),o.setAttribute("dataRate",r),o}},{key:"createRowText",value:function(t){var e=document.createElement("span");return e.classList.add("mp-input-table-row-text"),e.innerHTML=t,e}},{key:"createRowTextWithImg",value:function(t,e,n){var r=document.createElement("span"),o=document.createElement("payment-method-logo");return o.setAttribute("src",e),o.setAttribute("alt",n),o.style.marginRight="10px",r.classList.add("mp-input-table-row-text-image"),r.innerHTML=t,r.appendChild(o),r}},{key:"createRowObs",value:function(t,e){var n=document.createElement("span");return e?n.classList.add("mp-input-table-row-obs-highlight"):n.classList.add("mp-input-table-row-obs"),n.innerHTML=t,n}},{key:"createLink",value:function(){var t=document.createElement("div");t.classList.add("mp-input-table-container-link");var 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}},{key:"appendItems",value:function(t,e,n,r){this.validateLimit();for(var o=this.index;o<this.limit;o+=1)r?e.insertBefore(this.createItem(t[o]),n):e.appendChild(this.createItem(t[o]));this.limit>=this.total&&(n.style.display="none"),this.index+=this.offset,this.limit+=this.offset,this.validateLimit()}},{key:"validateLimit",value:function(){this.limit>this.total&&(this.limit=this.total)}}])&&e(a.prototype,l),s&&e(a,s),p}(r(HTMLElement));customElements.define("input-table",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-payment-method-logo-container"),t.appendChild(this.createImage()),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-payment-method-logo-image"),t.alt=this.getAttribute("alt"),t.src=this.getAttribute("src"),t.onerror=function(t){var e,n,r,o;return null===(e=t.target)||void 0===e||null===(n=e.parentNode)||void 0===n||null===(r=n.parentNode)||void 0===r||null===(o=r.parentNode)||void 0===o?void 0:o.removeChild(t.target.parentNode.parentNode)},t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("payment-method-logo",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=this,e=JSON.parse(this.getAttribute("methods")),n=document.createElement("div");return n.classList.add("mp-payment-methods-container"),e.forEach((function(e){n.appendChild(t.createPaymentMethodType(e))})),n}},{key:"createPaymentMethodType",value:function(t){var e=t.title,n=t.label,r=t.payment_methods,o=document.createElement("div");return o.classList.add("mp-payment-method-type-container"),r&&0!==r.length&&(o.appendChild(this.createHeader(e,n)),o.appendChild(this.createContent(r))),o}},{key:"createHeader",value:function(t,e){var n=document.createElement("div");return n.classList.add("mp-payment-methods-header"),t&&n.appendChild(this.createTitle(t)),e&&n.appendChild(this.createBadge(e)),n}},{key:"createTitle",value:function(t){var e=document.createElement("p");return e.classList.add("mp-payment-methods-title"),e.innerHTML=t,e}},{key:"createBadge",value:function(t){var e=document.createElement("div"),n=document.createElement("span");return n.classList.add("mp-payment-methods-badge-text"),n.innerHTML=t,e.classList.add("mp-payment-methods-badge"),e.appendChild(n),e}},{key:"createContent",value:function(t){var e=this,n=document.createElement("div");return n.classList.add("mp-payment-methods-content"),t.forEach((function(t){n.appendChild(e.createImage(t))})),n}},{key:"createImage",value:function(t){var e=t.src,n=t.alt,r=document.createElement("payment-method-logo");return r.setAttribute("src",e),r.setAttribute("alt",n),r}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("payment-methods",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-pix-template-container"),t.setAttribute("data-cy","pix-template-container"),t.appendChild(this.createImage()),t.appendChild(this.createTitle()),t.appendChild(this.createSubtitle()),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-pix-template-title"),t.innerText=this.getAttribute("title"),t}},{key:"createSubtitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-pix-template-subtitle"),t.innerText=this.getAttribute("subtitle"),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-pix-template-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("pix-template",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-terms-and-conditions-container"),t.setAttribute("data-cy","terms-and-conditions-container"),t.appendChild(this.createText()),t.appendChild(this.createLink()),t}},{key:"createText",value:function(){var t=document.createElement("span");return t.classList.add("mp-terms-and-conditions-text"),t.innerHTML=this.getAttribute("description"),t}},{key:"createLink",value:function(){var t=document.createElement("a");return t.classList.add("mp-terms-and-conditions-link"),t.innerHTML=this.getAttribute("link-text"),t.href=this.getAttribute("link-src"),t.target="blank",t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("terms-and-conditions",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){var t=this.createTestMode(),e=this.createCardHeader(),n=this.createCardContent();t.appendChild(e),t.appendChild(n),this.appendChild(t)}},{key:"createTestMode",value:function(){var t=document.createElement("div");return t.classList.add("mp-test-mode-card"),t.setAttribute("data-cy","test-mode-card"),t}},{key:"createCardContent",value:function(){var t=document.createElement("div");t.classList.add("mp-test-mode-card-content");var e=document.createElement("p");e.innerHTML=this.getAttribute("description"),e.classList.add("mp-test-mode-description"),e.setAttribute("data-cy","test-mode-description"),t.appendChild(e);var n=this.getAttribute("link-text"),r=this.getAttribute("link-src"),o=document.createElement("a");return o.classList.add("mp-test-mode-link"),o.innerHTML=n,o.href=r,o.target="blank",e.appendChild(o),t}},{key:"createCardHeader",value:function(){var t=document.createElement("div");t.classList.add("mp-test-mode-card-content");var e=this.createBadge(),n=this.createTitle();return t.appendChild(e),t.appendChild(n),t}},{key:"createBadge",value:function(){var t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-test-mode-badge"),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.innerHTML=this.getAttribute("title"),t.classList.add("mp-test-mode-title"),t.setAttribute("data-cy","test-mode-title"),t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("test-mode",a)})();
|
assets/js/securityFields/checkoutSecurityFields.js
CHANGED
|
@@ -2,7 +2,10 @@ var form = document.querySelector("form[id=checkout]");
|
|
| 2 |
|
| 3 |
if (form) {
|
| 4 |
jQuery(document).on("updated_checkout", function () {
|
| 5 |
-
if (cardFormMounted)
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
| 7 |
});
|
| 8 |
}
|
| 2 |
|
| 3 |
if (form) {
|
| 4 |
jQuery(document).on("updated_checkout", function () {
|
| 5 |
+
if (cardFormMounted) {
|
| 6 |
+
cardForm.unmount();
|
| 7 |
+
}
|
| 8 |
+
|
| 9 |
+
handleCardFormLoad();
|
| 10 |
});
|
| 11 |
}
|
assets/js/securityFields/checkoutSecurityFields.min.js
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
var form=document.querySelector("form[id=checkout]");form&&jQuery(document).on("updated_checkout",(function(){cardFormMounted&&cardForm.unmount(),
|
| 1 |
+
var form=document.querySelector("form[id=checkout]");form&&jQuery(document).on("updated_checkout",(function(){cardFormMounted&&cardForm.unmount(),handleCardFormLoad()}));
|
assets/js/securityFields/securityFields.js
CHANGED
|
@@ -1,29 +1,35 @@
|
|
|
|
|
|
|
|
| 1 |
var cardForm;
|
| 2 |
-
var
|
|
|
|
| 3 |
var triggeredPaymentMethodSelectedEvent = false;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
var form = document.querySelector("form[name=checkout]");
|
| 6 |
var formId = "checkout";
|
|
|
|
| 7 |
if (form) {
|
| 8 |
form.id = formId;
|
| 9 |
} else {
|
| 10 |
formId = "order_review";
|
| 11 |
}
|
| 12 |
|
| 13 |
-
/**
|
| 14 |
-
* Handler form submit
|
| 15 |
-
* @return {bool}
|
| 16 |
-
*/
|
| 17 |
function mercadoPagoFormHandler() {
|
| 18 |
let formOrderReview = document.querySelector("form[id=order_review]");
|
|
|
|
| 19 |
if (formOrderReview) {
|
| 20 |
-
let choCustomContent = document.querySelector(
|
| 21 |
-
".mp-checkout-custom-container"
|
| 22 |
-
);
|
| 23 |
let choCustomHelpers = choCustomContent.querySelectorAll("input-helper");
|
|
|
|
| 24 |
choCustomHelpers.forEach((item) => {
|
| 25 |
let inputHelper = item.querySelector("div");
|
| 26 |
-
if (inputHelper.style.display != "none")
|
|
|
|
|
|
|
| 27 |
});
|
| 28 |
}
|
| 29 |
|
|
@@ -63,8 +69,9 @@ function createToken() {
|
|
| 63 |
}
|
| 64 |
})
|
| 65 |
.catch((error) => {
|
| 66 |
-
console.
|
| 67 |
});
|
|
|
|
| 68 |
return false;
|
| 69 |
}
|
| 70 |
|
|
@@ -72,270 +79,259 @@ function createToken() {
|
|
| 72 |
* Init cardForm
|
| 73 |
*/
|
| 74 |
function init_cardForm() {
|
|
|
|
| 75 |
var mp = new MercadoPago(wc_mercadopago_params.public_key);
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
|
|
|
| 89 |
},
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
placeholder: "Ex.: María López",
|
| 94 |
-
},
|
| 95 |
-
cardExpirationDate: {
|
| 96 |
-
id: "form-checkout__expirationDate-container",
|
| 97 |
-
placeholder: wc_mercadopago_params.placeholders["cardExpirationDate"],
|
| 98 |
-
mode: "short",
|
| 99 |
-
style: {
|
| 100 |
-
"font-size": "16px",
|
| 101 |
-
height: "40px",
|
| 102 |
-
padding: "14px",
|
| 103 |
},
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 112 |
},
|
| 113 |
},
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
|
| 124 |
-
installments: {
|
| 125 |
-
id: "form-checkout__installments",
|
| 126 |
-
placeholder: wc_mercadopago_params.placeholders["installments"],
|
| 127 |
-
},
|
| 128 |
-
},
|
| 129 |
-
callbacks: {
|
| 130 |
-
onFormMounted: function (error) {
|
| 131 |
-
cardFormMounted = true;
|
| 132 |
-
if (error)
|
| 133 |
-
return console.log(
|
| 134 |
-
"Callback to handle the error: creating the CardForm",
|
| 135 |
-
error
|
| 136 |
-
);
|
| 137 |
-
},
|
| 138 |
-
onFormUnmounted: function (error) {
|
| 139 |
-
cardFormMounted = false;
|
| 140 |
-
CheckoutPage.clearInputs();
|
| 141 |
-
if (error)
|
| 142 |
-
return console.log(
|
| 143 |
-
"Callback to handle the error: unmounting the CardForm",
|
| 144 |
-
error
|
| 145 |
-
);
|
| 146 |
-
},
|
| 147 |
-
onInstallmentsReceived: (error, installments) => {
|
| 148 |
-
if (error) {
|
| 149 |
-
return console.warn("Installments handling error: ", error);
|
| 150 |
-
}
|
| 151 |
-
CheckoutPage.setChangeEventOnInstallments(
|
| 152 |
-
CheckoutPage.getCountry(),
|
| 153 |
-
installments
|
| 154 |
-
);
|
| 155 |
-
},
|
| 156 |
-
onCardTokenReceived: (error) => {
|
| 157 |
-
if (error) {
|
| 158 |
-
return console.warn("Token handling error: ", error);
|
| 159 |
-
}
|
| 160 |
-
},
|
| 161 |
-
onPaymentMethodsReceived: (error, paymentMethods) => {
|
| 162 |
-
try {
|
| 163 |
-
if (paymentMethods) {
|
| 164 |
-
CheckoutPage.setValue("paymentMethodId", paymentMethods[0].id);
|
| 165 |
-
CheckoutPage.setCvvHint(
|
| 166 |
-
paymentMethods[0].settings[0].security_code
|
| 167 |
-
);
|
| 168 |
-
CheckoutPage.changeCvvPlaceHolder(
|
| 169 |
-
paymentMethods[0].settings[0].security_code.length
|
| 170 |
-
);
|
| 171 |
-
CheckoutPage.clearInputs();
|
| 172 |
-
CheckoutPage.setDisplayOfError(
|
| 173 |
-
"fcCardNumberContainer",
|
| 174 |
-
"remove",
|
| 175 |
-
"mp-error"
|
| 176 |
-
);
|
| 177 |
-
CheckoutPage.setDisplayOfInputHelper("mp-card-number", "none");
|
| 178 |
-
CheckoutPage.setImageCard(paymentMethods[0].thumbnail);
|
| 179 |
-
CheckoutPage.installment_amount(paymentMethods[0].payment_type_id);
|
| 180 |
-
CheckoutPage.loadAdditionalInfo(
|
| 181 |
-
paymentMethods[0].additional_info_needed
|
| 182 |
-
);
|
| 183 |
-
CheckoutPage.additionalInfoHandler(additionalInfoNeeded);
|
| 184 |
-
} else {
|
| 185 |
-
CheckoutPage.setDisplayOfError(
|
| 186 |
-
"fcCardNumberContainer",
|
| 187 |
-
"add",
|
| 188 |
-
"mp-error"
|
| 189 |
-
);
|
| 190 |
-
CheckoutPage.setDisplayOfInputHelper("mp-card-number", "flex");
|
| 191 |
}
|
| 192 |
-
}
|
| 193 |
-
|
| 194 |
-
|
| 195 |
-
|
| 196 |
-
|
| 197 |
-
|
| 198 |
-
|
| 199 |
-
|
| 200 |
-
|
| 201 |
-
onError: function (errors) {
|
| 202 |
-
errors.forEach((error) => {
|
| 203 |
-
removeBlockOverlay();
|
| 204 |
-
|
| 205 |
-
if (error.message.includes("cardNumber")) {
|
| 206 |
-
CheckoutPage.setDisplayOfError(
|
| 207 |
-
"fcCardNumberContainer",
|
| 208 |
-
"add",
|
| 209 |
-
"mp-error"
|
| 210 |
-
);
|
| 211 |
-
return CheckoutPage.setDisplayOfInputHelper(
|
| 212 |
-
"mp-card-number",
|
| 213 |
-
"flex"
|
| 214 |
-
);
|
| 215 |
-
} else if (error.message.includes("cardholderName")) {
|
| 216 |
-
CheckoutPage.setDisplayOfError(
|
| 217 |
-
"fcCardholderName",
|
| 218 |
-
"add",
|
| 219 |
-
"mp-error"
|
| 220 |
-
);
|
| 221 |
-
return CheckoutPage.setDisplayOfInputHelper(
|
| 222 |
-
"mp-card-holder-name",
|
| 223 |
-
"flex"
|
| 224 |
-
);
|
| 225 |
-
} else if (
|
| 226 |
-
error.message.includes("expirationMonth") ||
|
| 227 |
-
error.message.includes("expirationYear")
|
| 228 |
-
) {
|
| 229 |
-
CheckoutPage.setDisplayOfError(
|
| 230 |
-
"fcCardExpirationDateContainer",
|
| 231 |
-
"add",
|
| 232 |
-
"mp-error"
|
| 233 |
-
);
|
| 234 |
-
return CheckoutPage.setDisplayOfInputHelper(
|
| 235 |
-
"mp-expiration-date",
|
| 236 |
-
"flex"
|
| 237 |
-
);
|
| 238 |
-
} else if (error.message.includes("securityCode")) {
|
| 239 |
-
CheckoutPage.setDisplayOfError(
|
| 240 |
-
"fcSecurityNumberContainer",
|
| 241 |
-
"add",
|
| 242 |
-
"mp-error"
|
| 243 |
-
);
|
| 244 |
-
return CheckoutPage.setDisplayOfInputHelper(
|
| 245 |
-
"mp-security-code",
|
| 246 |
-
"flex"
|
| 247 |
-
);
|
| 248 |
-
} else if (error.message.includes("identificationNumber")) {
|
| 249 |
-
CheckoutPage.setDisplayOfError(
|
| 250 |
-
"fcIdentificationNumberContainer",
|
| 251 |
-
"add",
|
| 252 |
-
"mp-error"
|
| 253 |
-
);
|
| 254 |
-
return CheckoutPage.setDisplayOfInputHelper(
|
| 255 |
-
"mp-doc-number",
|
| 256 |
-
"flex"
|
| 257 |
-
);
|
| 258 |
-
} else {
|
| 259 |
-
return console.error("Unknown error on cardForm: " + error.message);
|
| 260 |
}
|
| 261 |
-
}
|
| 262 |
-
|
| 263 |
-
|
| 264 |
-
|
| 265 |
-
|
| 266 |
-
onValidityChange: function (error, field) {
|
| 267 |
-
if (error) {
|
| 268 |
-
let helper_message = CheckoutPage.getHelperMessage(field);
|
| 269 |
-
let message =
|
| 270 |
-
wc_mercadopago_params.input_helper_message[field][error[0].code];
|
| 271 |
-
|
| 272 |
-
if (message) {
|
| 273 |
-
helper_message.innerHTML = message;
|
| 274 |
-
} else {
|
| 275 |
-
helper_message.innerHTML =
|
| 276 |
-
wc_mercadopago_params.input_helper_message[field][
|
| 277 |
-
"invalid_length"
|
| 278 |
-
];
|
| 279 |
}
|
| 280 |
|
| 281 |
-
|
| 282 |
-
|
| 283 |
-
|
| 284 |
-
|
| 285 |
-
|
| 286 |
-
|
| 287 |
-
|
| 288 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 289 |
CheckoutPage.clearInputs();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 290 |
}
|
|
|
|
|
|
|
|
|
|
| 291 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 292 |
|
| 293 |
-
|
| 294 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 295 |
|
| 296 |
-
|
| 297 |
-
|
| 298 |
-
"flex"
|
| 299 |
-
);
|
| 300 |
-
}
|
| 301 |
|
| 302 |
-
|
| 303 |
-
|
|
|
|
|
|
|
|
|
|
| 304 |
|
| 305 |
-
|
| 306 |
-
|
| 307 |
-
|
| 308 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 309 |
},
|
| 310 |
-
}
|
| 311 |
-
})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 312 |
}
|
| 313 |
|
| 314 |
function getAmount() {
|
| 315 |
-
const amount = parseFloat(
|
| 316 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 317 |
|
| 318 |
return String(amount * currencyRatio);
|
| 319 |
}
|
| 320 |
|
| 321 |
-
/**
|
| 322 |
-
* Remove Block Overlay from Order Review page
|
| 323 |
-
*/
|
| 324 |
function removeBlockOverlay() {
|
| 325 |
if (jQuery("form#order_review").length > 0) {
|
| 326 |
jQuery(".blockOverlay").css("display", "none");
|
| 327 |
}
|
| 328 |
}
|
| 329 |
|
| 330 |
-
/**
|
| 331 |
-
* Manage mount and unmount the Cardform Instance
|
| 332 |
-
*/
|
| 333 |
function cardFormLoad() {
|
| 334 |
-
if (
|
| 335 |
-
document.getElementById("payment_method_woo-mercado-pago-custom").checked
|
| 336 |
-
) {
|
| 337 |
setTimeout(() => {
|
| 338 |
-
if (!cardFormMounted)
|
|
|
|
|
|
|
| 339 |
}, 1000);
|
| 340 |
} else {
|
| 341 |
if (cardFormMounted) {
|
|
@@ -344,6 +340,62 @@ function cardFormLoad() {
|
|
| 344 |
}
|
| 345 |
}
|
| 346 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 347 |
jQuery("form.checkout").on(
|
| 348 |
"checkout_place_order_woo-mercado-pago-custom",
|
| 349 |
function () {
|
|
@@ -357,11 +409,8 @@ jQuery("body").on("payment_method_selected", function () {
|
|
| 357 |
}
|
| 358 |
});
|
| 359 |
|
| 360 |
-
// If payment fail, retry on next checkout page
|
| 361 |
jQuery("form#order_review").submit(function () {
|
| 362 |
-
if (
|
| 363 |
-
document.getElementById("payment_method_woo-mercado-pago-custom").checked
|
| 364 |
-
) {
|
| 365 |
return mercadoPagoFormHandler();
|
| 366 |
} else {
|
| 367 |
cardFormLoad();
|
| 1 |
+
/* globals wc_mercadopago_params */
|
| 2 |
+
|
| 3 |
var cardForm;
|
| 4 |
+
var hasToken = false;
|
| 5 |
+
var mercado_pago_submit = false;
|
| 6 |
var triggeredPaymentMethodSelectedEvent = false;
|
| 7 |
+
var cardFormError = false;
|
| 8 |
+
var cardFormReady = false;
|
| 9 |
+
var cardFormMounted = false;
|
| 10 |
+
var cardFormTimeout = false;
|
| 11 |
|
| 12 |
var form = document.querySelector("form[name=checkout]");
|
| 13 |
var formId = "checkout";
|
| 14 |
+
|
| 15 |
if (form) {
|
| 16 |
form.id = formId;
|
| 17 |
} else {
|
| 18 |
formId = "order_review";
|
| 19 |
}
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
function mercadoPagoFormHandler() {
|
| 22 |
let formOrderReview = document.querySelector("form[id=order_review]");
|
| 23 |
+
|
| 24 |
if (formOrderReview) {
|
| 25 |
+
let choCustomContent = document.querySelector( ".mp-checkout-custom-container");
|
|
|
|
|
|
|
| 26 |
let choCustomHelpers = choCustomContent.querySelectorAll("input-helper");
|
| 27 |
+
|
| 28 |
choCustomHelpers.forEach((item) => {
|
| 29 |
let inputHelper = item.querySelector("div");
|
| 30 |
+
if (inputHelper.style.display != "none") {
|
| 31 |
+
removeBlockOverlay();
|
| 32 |
+
}
|
| 33 |
});
|
| 34 |
}
|
| 35 |
|
| 69 |
}
|
| 70 |
})
|
| 71 |
.catch((error) => {
|
| 72 |
+
console.warn("Token creation error: ", error);
|
| 73 |
});
|
| 74 |
+
|
| 75 |
return false;
|
| 76 |
}
|
| 77 |
|
| 79 |
* Init cardForm
|
| 80 |
*/
|
| 81 |
function init_cardForm() {
|
| 82 |
+
setCustomCheckoutOnLoad();
|
| 83 |
var mp = new MercadoPago(wc_mercadopago_params.public_key);
|
| 84 |
+
return new Promise((resolve, reject) => {
|
| 85 |
+
cardForm = mp.cardForm({
|
| 86 |
+
amount: getAmount(),
|
| 87 |
+
iframe: true,
|
| 88 |
+
form: {
|
| 89 |
+
id: formId,
|
| 90 |
+
cardNumber: {
|
| 91 |
+
id: "form-checkout__cardNumber-container",
|
| 92 |
+
placeholder: "0000 0000 0000 0000",
|
| 93 |
+
style: {
|
| 94 |
+
"font-size": "16px",
|
| 95 |
+
height: "40px",
|
| 96 |
+
padding: "14px",
|
| 97 |
+
},
|
| 98 |
},
|
| 99 |
+
cardholderName: {
|
| 100 |
+
id: "form-checkout__cardholderName",
|
| 101 |
+
placeholder: "Ex.: María López",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
},
|
| 103 |
+
cardExpirationDate: {
|
| 104 |
+
id: "form-checkout__expirationDate-container",
|
| 105 |
+
placeholder: wc_mercadopago_params.placeholders["cardExpirationDate"],
|
| 106 |
+
mode: "short",
|
| 107 |
+
style: {
|
| 108 |
+
"font-size": "16px",
|
| 109 |
+
height: "40px",
|
| 110 |
+
padding: "14px",
|
| 111 |
+
},
|
| 112 |
+
},
|
| 113 |
+
securityCode: {
|
| 114 |
+
id: "form-checkout__securityCode-container",
|
| 115 |
+
placeholder: "123",
|
| 116 |
+
style: {
|
| 117 |
+
"font-size": "16px",
|
| 118 |
+
height: "40px",
|
| 119 |
+
padding: "14px",
|
| 120 |
+
},
|
| 121 |
+
},
|
| 122 |
+
identificationType: {
|
| 123 |
+
id: "form-checkout__identificationType",
|
| 124 |
+
},
|
| 125 |
+
identificationNumber: {
|
| 126 |
+
id: "form-checkout__identificationNumber",
|
| 127 |
+
},
|
| 128 |
+
issuer: {
|
| 129 |
+
id: "form-checkout__issuer",
|
| 130 |
+
placeholder: wc_mercadopago_params.placeholders["issuer"],
|
| 131 |
+
},
|
| 132 |
+
installments: {
|
| 133 |
+
id: "form-checkout__installments",
|
| 134 |
+
placeholder: wc_mercadopago_params.placeholders["installments"],
|
| 135 |
},
|
| 136 |
},
|
| 137 |
+
callbacks: {
|
| 138 |
+
onReady: () => {
|
| 139 |
+
resolve();
|
| 140 |
+
},
|
| 141 |
+
onFormMounted: function (error) {
|
| 142 |
+
cardFormMounted = true;
|
| 143 |
+
|
| 144 |
+
if (error) {
|
| 145 |
+
console.log("Callback to handle the error: creating the CardForm", error);
|
| 146 |
+
return;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 147 |
}
|
| 148 |
+
},
|
| 149 |
+
onFormUnmounted: function (error) {
|
| 150 |
+
cardFormMounted = false;
|
| 151 |
+
CheckoutPage.clearInputs();
|
| 152 |
+
setCustomCheckoutUnloaded();
|
| 153 |
+
|
| 154 |
+
if (error) {
|
| 155 |
+
console.log("Callback to handle the error: unmounting the CardForm", error);
|
| 156 |
+
return;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 157 |
}
|
| 158 |
+
},
|
| 159 |
+
onInstallmentsReceived: (error, installments) => {
|
| 160 |
+
if (error) {
|
| 161 |
+
console.warn("Installments handling error: ", error);
|
| 162 |
+
return;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 163 |
}
|
| 164 |
|
| 165 |
+
CheckoutPage.setChangeEventOnInstallments(CheckoutPage.getCountry(), installments);
|
| 166 |
+
},
|
| 167 |
+
onCardTokenReceived: (error) => {
|
| 168 |
+
if (error) {
|
| 169 |
+
console.warn("Token handling error: ", error);
|
| 170 |
+
return;
|
| 171 |
+
}
|
| 172 |
+
},
|
| 173 |
+
onPaymentMethodsReceived: (error, paymentMethods) => {
|
| 174 |
+
try {
|
| 175 |
+
if (paymentMethods) {
|
| 176 |
+
CheckoutPage.setValue("paymentMethodId", paymentMethods[0].id);
|
| 177 |
+
CheckoutPage.setCvvHint(paymentMethods[0].settings[0].security_code);
|
| 178 |
+
CheckoutPage.changeCvvPlaceHolder(paymentMethods[0].settings[0].security_code.length);
|
| 179 |
CheckoutPage.clearInputs();
|
| 180 |
+
CheckoutPage.setDisplayOfError("fcCardNumberContainer", "remove", "mp-error");
|
| 181 |
+
CheckoutPage.setDisplayOfInputHelper("mp-card-number", "none");
|
| 182 |
+
CheckoutPage.setImageCard(paymentMethods[0].thumbnail);
|
| 183 |
+
CheckoutPage.installment_amount(paymentMethods[0].payment_type_id);
|
| 184 |
+
CheckoutPage.loadAdditionalInfo(paymentMethods[0].additional_info_needed);
|
| 185 |
+
CheckoutPage.additionalInfoHandler(additionalInfoNeeded);
|
| 186 |
+
} else {
|
| 187 |
+
CheckoutPage.setDisplayOfError("fcCardNumberContainer", "add", "mp-error");
|
| 188 |
+
CheckoutPage.setDisplayOfInputHelper("mp-card-number", "flex");
|
| 189 |
}
|
| 190 |
+
} catch (error) {
|
| 191 |
+
CheckoutPage.setDisplayOfError("fcCardNumberContainer", "add", "mp-error");
|
| 192 |
+
CheckoutPage.setDisplayOfInputHelper("mp-card-number", "flex");
|
| 193 |
}
|
| 194 |
+
},
|
| 195 |
+
onSubmit: function (event) {
|
| 196 |
+
event.preventDefault();
|
| 197 |
+
},
|
| 198 |
+
onValidityChange: function (error, field) {
|
| 199 |
+
if (error) {
|
| 200 |
+
let helper_message = CheckoutPage.getHelperMessage(field);
|
| 201 |
+
let message = wc_mercadopago_params.input_helper_message[field][error[0].code];
|
| 202 |
|
| 203 |
+
if (message) {
|
| 204 |
+
helper_message.innerHTML = message;
|
| 205 |
+
} else {
|
| 206 |
+
helper_message.innerHTML = wc_mercadopago_params.input_helper_message[field]["invalid_length"];
|
| 207 |
+
}
|
| 208 |
+
|
| 209 |
+
if (field == "cardNumber") {
|
| 210 |
+
if (error[0].code !== "invalid_length") {
|
| 211 |
+
CheckoutPage.setBackground("fcCardNumberContainer", "no-repeat #fff");
|
| 212 |
+
CheckoutPage.removeAdditionFields();
|
| 213 |
+
CheckoutPage.clearInputs();
|
| 214 |
+
}
|
| 215 |
+
}
|
| 216 |
+
|
| 217 |
+
let containerField = CheckoutPage.findContainerField(field);
|
| 218 |
+
CheckoutPage.setDisplayOfError(containerField, "add", "mp-error");
|
| 219 |
+
|
| 220 |
+
return CheckoutPage.setDisplayOfInputHelper(CheckoutPage.inputHelperName(field), "flex");
|
| 221 |
+
}
|
| 222 |
|
| 223 |
+
let containerField = CheckoutPage.findContainerField(field);
|
| 224 |
+
CheckoutPage.setDisplayOfError(containerField, "removed", "mp-error");
|
|
|
|
|
|
|
|
|
|
| 225 |
|
| 226 |
+
return CheckoutPage.setDisplayOfInputHelper(CheckoutPage.inputHelperName(field), "none");
|
| 227 |
+
},
|
| 228 |
+
onError: function (errors) {
|
| 229 |
+
errors.forEach((error) => {
|
| 230 |
+
removeBlockOverlay();
|
| 231 |
|
| 232 |
+
if (error.message.includes("cardNumber")) {
|
| 233 |
+
CheckoutPage.setDisplayOfError("fcCardNumberContainer", "add", "mp-error");
|
| 234 |
+
return CheckoutPage.setDisplayOfInputHelper("mp-card-number", "flex");
|
| 235 |
+
} else if (error.message.includes("cardholderName")) {
|
| 236 |
+
CheckoutPage.setDisplayOfError("fcCardholderName", "add", "mp-error");
|
| 237 |
+
return CheckoutPage.setDisplayOfInputHelper("mp-card-holder-name", "flex");
|
| 238 |
+
} else if ( error.message.includes("expirationMonth") || error.message.includes("expirationYear")) {
|
| 239 |
+
CheckoutPage.setDisplayOfError("fcCardExpirationDateContainer", "add", "mp-error" );
|
| 240 |
+
return CheckoutPage.setDisplayOfInputHelper("mp-expiration-date", "flex");
|
| 241 |
+
} else if (error.message.includes("securityCode")) {
|
| 242 |
+
CheckoutPage.setDisplayOfError("fcSecurityNumberContainer", "add", "mp-error");
|
| 243 |
+
return CheckoutPage.setDisplayOfInputHelper("mp-security-code", "flex");
|
| 244 |
+
} else if (error.message.includes("identificationNumber")) {
|
| 245 |
+
CheckoutPage.setDisplayOfError("fcIdentificationNumberContainer", "add", "mp-error");
|
| 246 |
+
return CheckoutPage.setDisplayOfInputHelper("mp-doc-number", "flex");
|
| 247 |
+
} else {
|
| 248 |
+
return reject(error);
|
| 249 |
+
}
|
| 250 |
+
});
|
| 251 |
+
},
|
| 252 |
},
|
| 253 |
+
});
|
| 254 |
+
})
|
| 255 |
+
}
|
| 256 |
+
|
| 257 |
+
function getCustomCheckoutElements() {
|
| 258 |
+
return {
|
| 259 |
+
loader: document.getElementById('mp-custom-checkout-loader'),
|
| 260 |
+
container: document.getElementById('mp-custom-checkout-form-container'),
|
| 261 |
+
error: document.getElementById('mp-custom-checkout-error-container'),
|
| 262 |
+
}
|
| 263 |
+
}
|
| 264 |
+
|
| 265 |
+
function setCustomCheckoutOnLoad() {
|
| 266 |
+
const { loader, container, error } = getCustomCheckoutElements();
|
| 267 |
+
|
| 268 |
+
loader.style.display = 'flex';
|
| 269 |
+
container.style.display = 'none';
|
| 270 |
+
error.style.display = 'none';
|
| 271 |
+
|
| 272 |
+
if (error.firstElementChild) {
|
| 273 |
+
error.removeChild(error.firstElementChild);
|
| 274 |
+
}
|
| 275 |
+
|
| 276 |
+
cardFormReady = false;
|
| 277 |
+
}
|
| 278 |
+
|
| 279 |
+
function setCustomCheckoutLoaded() {
|
| 280 |
+
const { loader, container, error } = getCustomCheckoutElements();
|
| 281 |
+
loader.style.display = 'none';
|
| 282 |
+
container.style.display = 'block';
|
| 283 |
+
error.style.display = 'none';
|
| 284 |
+
cardFormReady = true;
|
| 285 |
+
}
|
| 286 |
+
|
| 287 |
+
function setCustomCheckoutUnloaded() {
|
| 288 |
+
const { loader, container, error } = getCustomCheckoutElements();
|
| 289 |
+
loader.style.display = 'flex';
|
| 290 |
+
container.style.display = 'none';
|
| 291 |
+
error.style.display = 'none';
|
| 292 |
+
cardFormReady = false;
|
| 293 |
+
}
|
| 294 |
+
|
| 295 |
+
function setCustomCheckoutError() {
|
| 296 |
+
const { loader, container, error } = getCustomCheckoutElements();
|
| 297 |
+
|
| 298 |
+
var alertDetails = document.createElement('alert-details');
|
| 299 |
+
alertDetails.setAttribute('title', wc_mercadopago_params.custom_checkout_sdk_handler.title);
|
| 300 |
+
alertDetails.setAttribute('description', wc_mercadopago_params.custom_checkout_sdk_handler.description);
|
| 301 |
+
alertDetails.setAttribute('retryButtonText', wc_mercadopago_params.custom_checkout_sdk_handler.retry_button);
|
| 302 |
+
|
| 303 |
+
error.appendChild(alertDetails);
|
| 304 |
+
loader.style.display = 'none';
|
| 305 |
+
container.style.display = 'none';
|
| 306 |
+
error.style.display = 'block';
|
| 307 |
+
|
| 308 |
+
cardFormReady = false;
|
| 309 |
}
|
| 310 |
|
| 311 |
function getAmount() {
|
| 312 |
+
const amount = parseFloat(
|
| 313 |
+
document.getElementById("mp-amount").value.replace(",", ".")
|
| 314 |
+
);
|
| 315 |
+
|
| 316 |
+
const currencyRatio = parseFloat(
|
| 317 |
+
document.getElementById("currency_ratio").value.replace(",", ".")
|
| 318 |
+
);
|
| 319 |
|
| 320 |
return String(amount * currencyRatio);
|
| 321 |
}
|
| 322 |
|
|
|
|
|
|
|
|
|
|
| 323 |
function removeBlockOverlay() {
|
| 324 |
if (jQuery("form#order_review").length > 0) {
|
| 325 |
jQuery(".blockOverlay").css("display", "none");
|
| 326 |
}
|
| 327 |
}
|
| 328 |
|
|
|
|
|
|
|
|
|
|
| 329 |
function cardFormLoad() {
|
| 330 |
+
if (document.getElementById("payment_method_woo-mercado-pago-custom").checked) {
|
|
|
|
|
|
|
| 331 |
setTimeout(() => {
|
| 332 |
+
if (!cardFormMounted) {
|
| 333 |
+
handleCardFormLoad();
|
| 334 |
+
}
|
| 335 |
}, 1000);
|
| 336 |
} else {
|
| 337 |
if (cardFormMounted) {
|
| 340 |
}
|
| 341 |
}
|
| 342 |
|
| 343 |
+
function handleCardFormLoad() {
|
| 344 |
+
init_cardForm()
|
| 345 |
+
.then(() => {
|
| 346 |
+
if (!cardFormTimeout) {
|
| 347 |
+
setCustomCheckoutLoaded();
|
| 348 |
+
}
|
| 349 |
+
})
|
| 350 |
+
.catch((error) => {
|
| 351 |
+
cardFormError = true;
|
| 352 |
+
const parsedError = handleCardFormErrors(error);
|
| 353 |
+
sendError(parsedError);
|
| 354 |
+
setCustomCheckoutError();
|
| 355 |
+
console.error('Mercado Pago cardForm error: ', parsedError);
|
| 356 |
+
});
|
| 357 |
+
|
| 358 |
+
setTimeout(() => {
|
| 359 |
+
if (!cardFormReady && !cardFormError) {
|
| 360 |
+
cardFormTimeout = true;
|
| 361 |
+
setCustomCheckoutError();
|
| 362 |
+
}
|
| 363 |
+
}, 10000);
|
| 364 |
+
}
|
| 365 |
+
|
| 366 |
+
function handleCardFormErrors(cardFormErrors) {
|
| 367 |
+
if (cardFormErrors.length) {
|
| 368 |
+
const errors = [];
|
| 369 |
+
cardFormErrors.forEach((e) => {
|
| 370 |
+
errors.push(e.description || e.message);
|
| 371 |
+
});
|
| 372 |
+
|
| 373 |
+
return errors.join(',');
|
| 374 |
+
}
|
| 375 |
+
|
| 376 |
+
return cardFormErrors.description || cardFormErrors.message;
|
| 377 |
+
}
|
| 378 |
+
|
| 379 |
+
function sendError(error) {
|
| 380 |
+
const url = "https://api.mercadopago.com/v1/plugins/melidata/errors";
|
| 381 |
+
const payload = {
|
| 382 |
+
name: 'MP_CARDFORM_ERROR',
|
| 383 |
+
target: "mp_custom_checkout_security_fields_client",
|
| 384 |
+
message: error,
|
| 385 |
+
plugin: {
|
| 386 |
+
version: wc_mercadopago_params.plugin_version,
|
| 387 |
+
},
|
| 388 |
+
platform: {
|
| 389 |
+
name: "woocommerce",
|
| 390 |
+
uri: window.location.href,
|
| 391 |
+
version: wc_mercadopago_params.platform_version,
|
| 392 |
+
location: wc_mercadopago_params.location,
|
| 393 |
+
},
|
| 394 |
+
};
|
| 395 |
+
|
| 396 |
+
navigator.sendBeacon(url, JSON.stringify(payload));
|
| 397 |
+
}
|
| 398 |
+
|
| 399 |
jQuery("form.checkout").on(
|
| 400 |
"checkout_place_order_woo-mercado-pago-custom",
|
| 401 |
function () {
|
| 409 |
}
|
| 410 |
});
|
| 411 |
|
|
|
|
| 412 |
jQuery("form#order_review").submit(function () {
|
| 413 |
+
if (document.getElementById("payment_method_woo-mercado-pago-custom").checked) {
|
|
|
|
|
|
|
| 414 |
return mercadoPagoFormHandler();
|
| 415 |
} else {
|
| 416 |
cardFormLoad();
|
assets/js/securityFields/securityFields.min.js
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
var cardForm,mercado_pago_submit,
|
| 1 |
+
var cardForm,hasToken=!1,mercado_pago_submit=!1,triggeredPaymentMethodSelectedEvent=!1,cardFormError=!1,cardFormReady=!1,cardFormMounted=!1,cardFormTimeout=!1,form=document.querySelector("form[name=checkout]"),formId="checkout";function mercadoPagoFormHandler(){if(document.querySelector("form[id=order_review]")){document.querySelector(".mp-checkout-custom-container").querySelectorAll("input-helper").forEach((e=>{"none"!=e.querySelector("div").style.display&&removeBlockOverlay()}))}return!!mercado_pago_submit||("wallet_button"===jQuery("#mp_checkout_type").val()||(jQuery("#mp_checkout_type").val("custom"),!(!CheckoutPage.validateInputsCreateToken()||hasToken)&&createToken()))}function createToken(){return cardForm.createCardToken().then((e=>{if(!e.token)throw new Error("cardToken is empty");hasToken||(document.querySelector("#cardTokenId").value=e.token,mercado_pago_submit=!0,hasToken=!0,jQuery("form.checkout, form#order_review").submit())})).catch((e=>{console.warn("Token creation error: ",e)})),!1}function init_cardForm(){setCustomCheckoutOnLoad();var e=new MercadoPago(wc_mercadopago_params.public_key);return new Promise(((o,r)=>{cardForm=e.cardForm({amount:getAmount(),iframe:!0,form:{id:formId,cardNumber:{id:"form-checkout__cardNumber-container",placeholder:"0000 0000 0000 0000",style:{"font-size":"16px",height:"40px",padding:"14px"}},cardholderName:{id:"form-checkout__cardholderName",placeholder:"Ex.: María López"},cardExpirationDate:{id:"form-checkout__expirationDate-container",placeholder:wc_mercadopago_params.placeholders.cardExpirationDate,mode:"short",style:{"font-size":"16px",height:"40px",padding:"14px"}},securityCode:{id:"form-checkout__securityCode-container",placeholder:"123",style:{"font-size":"16px",height:"40px",padding:"14px"}},identificationType:{id:"form-checkout__identificationType"},identificationNumber:{id:"form-checkout__identificationNumber"},issuer:{id:"form-checkout__issuer",placeholder:wc_mercadopago_params.placeholders.issuer},installments:{id:"form-checkout__installments",placeholder:wc_mercadopago_params.placeholders.installments}},callbacks:{onReady:()=>{o()},onFormMounted:function(e){cardFormMounted=!0,e&&console.log("Callback to handle the error: creating the CardForm",e)},onFormUnmounted:function(e){cardFormMounted=!1,CheckoutPage.clearInputs(),setCustomCheckoutUnloaded(),e&&console.log("Callback to handle the error: unmounting the CardForm",e)},onInstallmentsReceived:(e,o)=>{e?console.warn("Installments handling error: ",e):CheckoutPage.setChangeEventOnInstallments(CheckoutPage.getCountry(),o)},onCardTokenReceived:e=>{e&&console.warn("Token handling error: ",e)},onPaymentMethodsReceived:(e,o)=>{try{o?(CheckoutPage.setValue("paymentMethodId",o[0].id),CheckoutPage.setCvvHint(o[0].settings[0].security_code),CheckoutPage.changeCvvPlaceHolder(o[0].settings[0].security_code.length),CheckoutPage.clearInputs(),CheckoutPage.setDisplayOfError("fcCardNumberContainer","remove","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-number","none"),CheckoutPage.setImageCard(o[0].thumbnail),CheckoutPage.installment_amount(o[0].payment_type_id),CheckoutPage.loadAdditionalInfo(o[0].additional_info_needed),CheckoutPage.additionalInfoHandler(additionalInfoNeeded)):(CheckoutPage.setDisplayOfError("fcCardNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-number","flex"))}catch(e){CheckoutPage.setDisplayOfError("fcCardNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-number","flex")}},onSubmit:function(e){e.preventDefault()},onValidityChange:function(e,o){if(e){let r=CheckoutPage.getHelperMessage(o),t=wc_mercadopago_params.input_helper_message[o][e[0].code];r.innerHTML=t||wc_mercadopago_params.input_helper_message[o].invalid_length,"cardNumber"==o&&"invalid_length"!==e[0].code&&(CheckoutPage.setBackground("fcCardNumberContainer","no-repeat #fff"),CheckoutPage.removeAdditionFields(),CheckoutPage.clearInputs());let a=CheckoutPage.findContainerField(o);return CheckoutPage.setDisplayOfError(a,"add","mp-error"),CheckoutPage.setDisplayOfInputHelper(CheckoutPage.inputHelperName(o),"flex")}let r=CheckoutPage.findContainerField(o);return CheckoutPage.setDisplayOfError(r,"removed","mp-error"),CheckoutPage.setDisplayOfInputHelper(CheckoutPage.inputHelperName(o),"none")},onError:function(e){e.forEach((e=>(removeBlockOverlay(),e.message.includes("cardNumber")?(CheckoutPage.setDisplayOfError("fcCardNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-number","flex")):e.message.includes("cardholderName")?(CheckoutPage.setDisplayOfError("fcCardholderName","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-holder-name","flex")):e.message.includes("expirationMonth")||e.message.includes("expirationYear")?(CheckoutPage.setDisplayOfError("fcCardExpirationDateContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-expiration-date","flex")):e.message.includes("securityCode")?(CheckoutPage.setDisplayOfError("fcSecurityNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-security-code","flex")):e.message.includes("identificationNumber")?(CheckoutPage.setDisplayOfError("fcIdentificationNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-doc-number","flex")):r(e))))}}})}))}function getCustomCheckoutElements(){return{loader:document.getElementById("mp-custom-checkout-loader"),container:document.getElementById("mp-custom-checkout-form-container"),error:document.getElementById("mp-custom-checkout-error-container")}}function setCustomCheckoutOnLoad(){const{loader:e,container:o,error:r}=getCustomCheckoutElements();e.style.display="flex",o.style.display="none",r.style.display="none",r.firstElementChild&&r.removeChild(r.firstElementChild),cardFormReady=!1}function setCustomCheckoutLoaded(){const{loader:e,container:o,error:r}=getCustomCheckoutElements();e.style.display="none",o.style.display="block",r.style.display="none",cardFormReady=!0}function setCustomCheckoutUnloaded(){const{loader:e,container:o,error:r}=getCustomCheckoutElements();e.style.display="flex",o.style.display="none",r.style.display="none",cardFormReady=!1}function setCustomCheckoutError(){const{loader:e,container:o,error:r}=getCustomCheckoutElements();var t=document.createElement("alert-details");t.setAttribute("title",wc_mercadopago_params.custom_checkout_sdk_handler.title),t.setAttribute("description",wc_mercadopago_params.custom_checkout_sdk_handler.description),t.setAttribute("retryButtonText",wc_mercadopago_params.custom_checkout_sdk_handler.retry_button),r.appendChild(t),e.style.display="none",o.style.display="none",r.style.display="block",cardFormReady=!1}function getAmount(){const e=parseFloat(document.getElementById("mp-amount").value.replace(",",".")),o=parseFloat(document.getElementById("currency_ratio").value.replace(",","."));return String(e*o)}function removeBlockOverlay(){jQuery("form#order_review").length>0&&jQuery(".blockOverlay").css("display","none")}function cardFormLoad(){document.getElementById("payment_method_woo-mercado-pago-custom").checked?setTimeout((()=>{cardFormMounted||handleCardFormLoad()}),1e3):cardFormMounted&&cardForm.unmount()}function handleCardFormLoad(){init_cardForm().then((()=>{cardFormTimeout||setCustomCheckoutLoaded()})).catch((e=>{cardFormError=!0;const o=handleCardFormErrors(e);sendError(o),setCustomCheckoutError(),console.error("Mercado Pago cardForm error: ",o)})),setTimeout((()=>{cardFormReady||cardFormError||(cardFormTimeout=!0,setCustomCheckoutError())}),1e4)}function handleCardFormErrors(e){if(e.length){const o=[];return e.forEach((e=>{o.push(e.description||e.message)})),o.join(",")}return e.description||e.message}function sendError(e){const o={name:"MP_CARDFORM_ERROR",target:"mp_custom_checkout_security_fields_client",message:e,plugin:{version:wc_mercadopago_params.plugin_version},platform:{name:"woocommerce",uri:window.location.href,version:wc_mercadopago_params.platform_version,location:wc_mercadopago_params.location}};navigator.sendBeacon("https://api.mercadopago.com/v1/plugins/melidata/errors",JSON.stringify(o))}form?form.id=formId:formId="order_review",jQuery("form.checkout").on("checkout_place_order_woo-mercado-pago-custom",(function(){return mercadoPagoFormHandler()})),jQuery("body").on("payment_method_selected",(function(){triggeredPaymentMethodSelectedEvent||cardFormLoad()})),jQuery("form#order_review").submit((function(){if(document.getElementById("payment_method_woo-mercado-pago-custom").checked)return mercadoPagoFormHandler();cardFormLoad()})),jQuery(document.body).on("checkout_error",(()=>{hasToken=!1,mercado_pago_submit=!1})),triggeredPaymentMethodSelectedEvent||jQuery("body").trigger("payment_method_selected");
|
i18n/languages/woocommerce-mercadopago-es_AR.mo
CHANGED
|
Binary file
|
i18n/languages/woocommerce-mercadopago-es_AR.po
CHANGED
|
@@ -14,14 +14,14 @@ msgstr ""
|
|
| 14 |
"X-Generator: Poedit 3.1.1\n"
|
| 15 |
|
| 16 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145,
|
| 17 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 18 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 19 |
msgid "By continuing, you agree to our "
|
| 20 |
msgstr "Al continuar, aceptas nuestros "
|
| 21 |
|
| 22 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147,
|
| 23 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 24 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 25 |
msgid "Terms and Conditions"
|
| 26 |
msgstr "Términos y condiciones"
|
| 27 |
|
|
@@ -85,8 +85,8 @@ msgstr ""
|
|
| 85 |
msgid "Invalid credentials"
|
| 86 |
msgstr "Credenciales no válidas"
|
| 87 |
|
| 88 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 89 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 90 |
msgid ""
|
| 91 |
"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
|
| 92 |
"Please update your PHP version."
|
|
@@ -94,13 +94,13 @@ msgstr ""
|
|
| 94 |
"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
|
| 95 |
"favor actualice su versión de PHP."
|
| 96 |
|
| 97 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 98 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 99 |
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
|
| 100 |
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
|
| 101 |
|
| 102 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 103 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 104 |
msgid ""
|
| 105 |
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
|
| 106 |
"extension is required to send QR Code Pix by email."
|
|
@@ -112,29 +112,29 @@ msgstr ""
|
|
| 112 |
#. translators: %s link to WooCommerce
|
| 113 |
#. translators: %s link to WooCommerce
|
| 114 |
#. translators: %s link to WooCommerce
|
| 115 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 116 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 117 |
msgid "The Mercado Pago module needs an active version of %s in order to work!"
|
| 118 |
msgstr ""
|
| 119 |
"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
|
| 120 |
|
| 121 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 122 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 123 |
msgid "Cancel order"
|
| 124 |
msgstr "Cancelar orden"
|
| 125 |
|
| 126 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 127 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 128 |
msgid "The payment method is not valid or not available."
|
| 129 |
msgstr "El medio de pago no es válido o no está disponible."
|
| 130 |
|
| 131 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 132 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 133 |
msgid "The transaction amount cannot be processed by Mercado Pago."
|
| 134 |
msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
|
| 135 |
|
| 136 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 137 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 138 |
msgid ""
|
| 139 |
"Possible causes: Currency not supported; Amounts below the minimum or above "
|
| 140 |
"the maximum allowed."
|
|
@@ -142,13 +142,13 @@ msgstr ""
|
|
| 142 |
"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
|
| 143 |
"encima del máximo permitido."
|
| 144 |
|
| 145 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 146 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 147 |
msgid "The users are not valid."
|
| 148 |
msgstr "Los usuários no son válidos."
|
| 149 |
|
| 150 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 151 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 152 |
msgid ""
|
| 153 |
"Possible causes: Buyer and seller have the same account in Mercado Pago; The "
|
| 154 |
"transaction involving production and test users."
|
|
@@ -156,89 +156,89 @@ msgstr ""
|
|
| 156 |
"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
|
| 157 |
"Pago; La transacción involucrando usuários de producción y de prueba."
|
| 158 |
|
| 159 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 160 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 161 |
msgid "Unauthorized use of production credentials."
|
| 162 |
msgstr "Uso no autorizado de credenciales de producción."
|
| 163 |
|
| 164 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 165 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 166 |
msgid ""
|
| 167 |
"Possible causes: Use permission in use for the credential of the seller."
|
| 168 |
msgstr ""
|
| 169 |
"Posibles causas: Pendencia de permiso de uso en producción para la "
|
| 170 |
"credencial del vendedor."
|
| 171 |
|
| 172 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 173 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 174 |
msgid "Colombia"
|
| 175 |
msgstr "Colombia"
|
| 176 |
|
| 177 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 178 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 179 |
msgid "Argentina"
|
| 180 |
msgstr "Argentina"
|
| 181 |
|
| 182 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 183 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 184 |
msgid "Brazil"
|
| 185 |
msgstr "Brasil"
|
| 186 |
|
| 187 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 188 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 189 |
msgid "Chile"
|
| 190 |
msgstr "Chile"
|
| 191 |
|
| 192 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 193 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 194 |
msgid "Mexico"
|
| 195 |
msgstr "México"
|
| 196 |
|
| 197 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 198 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 199 |
msgid "Uruguay"
|
| 200 |
msgstr "Uruguay"
|
| 201 |
|
| 202 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 203 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 204 |
msgid "Venezuela"
|
| 205 |
msgstr "Venezuela"
|
| 206 |
|
| 207 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 208 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 209 |
msgid "Peru"
|
| 210 |
msgstr "Peru"
|
| 211 |
|
| 212 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 213 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 214 |
msgid "Update the WooCommerce order to "
|
| 215 |
msgstr "Actualizar la orden de WooCommerce para "
|
| 216 |
|
| 217 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 218 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550,
|
| 219 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550
|
| 220 |
msgid "Fill in your credentials to enable payment methods."
|
| 221 |
msgstr "Completa tus credenciales para habilitar los medios de pago."
|
| 222 |
|
| 223 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 224 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 225 |
msgid "Set plugin"
|
| 226 |
msgstr "Configurar plugin"
|
| 227 |
|
| 228 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 229 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
|
| 230 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
|
| 231 |
msgid "Payment methods"
|
| 232 |
msgstr "Medios de pagos"
|
| 233 |
|
| 234 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 235 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
|
| 236 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
|
| 237 |
msgid "Plugin manual"
|
| 238 |
msgstr "Manual del plugin"
|
| 239 |
|
| 240 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 241 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 242 |
msgid "By Mercado Pago"
|
| 243 |
msgstr "Por Mercado Pago"
|
| 244 |
|
|
@@ -353,93 +353,93 @@ msgstr ""
|
|
| 353 |
"Por favor, introduzca su email en la dirección de facturación para utilizar "
|
| 354 |
"este servicio"
|
| 355 |
|
| 356 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 357 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 358 |
msgid "Debit, Credit and invoice in Mercado Pago environment"
|
| 359 |
msgstr "Débito, crédito y efectivo, en Mercado Pago"
|
| 360 |
|
| 361 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 362 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 363 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 364 |
msgid "Checkout Pro"
|
| 365 |
msgstr "Checkout Pro"
|
| 366 |
|
| 367 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 368 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 369 |
msgid "Mercado Pago - Checkout Pro"
|
| 370 |
msgstr "Mercado Pago - Checkout Pro "
|
| 371 |
|
| 372 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 373 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 374 |
msgid "Your saved cards or money in Mercado Pago"
|
| 375 |
msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago "
|
| 376 |
|
| 377 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 378 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 379 |
msgid "Maximum number of installments"
|
| 380 |
msgstr "Máximo de cuotas"
|
| 381 |
|
| 382 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 383 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 384 |
msgid "What is the maximum quota with which a customer can buy?"
|
| 385 |
msgstr "¿Cuál es el máximo de cuotas con las que un cliente puede comprar?"
|
| 386 |
|
| 387 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 388 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 389 |
msgid "1 installment"
|
| 390 |
msgstr "1 cuota"
|
| 391 |
|
| 392 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 393 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 394 |
msgid "2 installments"
|
| 395 |
msgstr "2 cuotas"
|
| 396 |
|
| 397 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 398 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 399 |
msgid "3 installments"
|
| 400 |
msgstr "3 cuotas"
|
| 401 |
|
| 402 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 403 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 404 |
msgid "4 installments"
|
| 405 |
msgstr "4 cuotas"
|
| 406 |
|
| 407 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 408 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 409 |
msgid "5 installments"
|
| 410 |
msgstr "5 cuotas"
|
| 411 |
|
| 412 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 413 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 414 |
msgid "6 installments"
|
| 415 |
msgstr "6 cuotas"
|
| 416 |
|
| 417 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 418 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 419 |
msgid "10 installments"
|
| 420 |
msgstr "10 cuotas"
|
| 421 |
|
| 422 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 423 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 424 |
msgid "12 installments"
|
| 425 |
msgstr "12 cuotas"
|
| 426 |
|
| 427 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 428 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 429 |
msgid "15 installments"
|
| 430 |
msgstr "15 cuotas"
|
| 431 |
|
| 432 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 433 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 434 |
msgid "18 installments"
|
| 435 |
msgstr "18 cuotas"
|
| 436 |
|
| 437 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 438 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 439 |
msgid "24 installments"
|
| 440 |
msgstr "24 cuotas"
|
| 441 |
|
| 442 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 443 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
|
| 444 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849,
|
| 445 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
|
|
@@ -448,8 +448,8 @@ msgstr "24 cuotas"
|
|
| 448 |
msgid "Enable the checkout"
|
| 449 |
msgstr "Activar el checkout"
|
| 450 |
|
| 451 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 452 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 453 |
msgid ""
|
| 454 |
"By disabling it, you will disable all payments from Mercado Pago Checkout at "
|
| 455 |
"Mercado Pago website by redirect."
|
|
@@ -457,20 +457,20 @@ msgstr ""
|
|
| 457 |
"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
|
| 458 |
"sitio web de Mercado Pago."
|
| 459 |
|
| 460 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 461 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854,
|
| 462 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854
|
| 463 |
msgid "The checkout is <b>enabled</b>."
|
| 464 |
msgstr "El checkout está <b>activo</b>."
|
| 465 |
|
| 466 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 467 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855,
|
| 468 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855
|
| 469 |
msgid "The checkout is <b>disabled</b>."
|
| 470 |
msgstr "El checkout está <b>inactivo</b>."
|
| 471 |
|
| 472 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 473 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 474 |
msgid ""
|
| 475 |
"With Checkout Pro you sell with all the safety inside Mercado Pago "
|
| 476 |
"environment."
|
|
@@ -478,18 +478,18 @@ msgstr ""
|
|
| 478 |
"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
|
| 479 |
"Pago."
|
| 480 |
|
| 481 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 482 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 483 |
msgid "Advanced settings"
|
| 484 |
msgstr "Configuración Avanzada"
|
| 485 |
|
| 486 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 487 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 488 |
msgid "Payment experience"
|
| 489 |
msgstr "Experiencia de pago"
|
| 490 |
|
| 491 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 492 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 493 |
msgid ""
|
| 494 |
"Define what payment experience your customers will have, whether inside or "
|
| 495 |
"outside your store."
|
|
@@ -497,37 +497,37 @@ msgstr ""
|
|
| 497 |
"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
|
| 498 |
"tienda."
|
| 499 |
|
| 500 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 501 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 502 |
msgid "Redirect"
|
| 503 |
msgstr "Redirect"
|
| 504 |
|
| 505 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 506 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 507 |
msgid "Modal"
|
| 508 |
msgstr "Modal"
|
| 509 |
|
| 510 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 511 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 512 |
msgid ""
|
| 513 |
"Choose the URL that we will show your customers when they finish their "
|
| 514 |
"purchase."
|
| 515 |
msgstr "Elige la URL que mostraremos a tus clientes cuando terminen su compra."
|
| 516 |
|
| 517 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 518 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 519 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 520 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 521 |
msgid "This seems to be an invalid URL."
|
| 522 |
msgstr "Esto parece ser una URL no válida."
|
| 523 |
|
| 524 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 525 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 526 |
msgid "Success URL"
|
| 527 |
msgstr "URL de éxito"
|
| 528 |
|
| 529 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 530 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 531 |
msgid ""
|
| 532 |
"Choose the URL that we will show to your customers when we refuse their "
|
| 533 |
"purchase. Make sure it includes a message appropriate to the situation and "
|
|
@@ -537,13 +537,13 @@ msgstr ""
|
|
| 537 |
"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
|
| 538 |
"útil para que puedan solucionarlo."
|
| 539 |
|
| 540 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 541 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 542 |
msgid "Payment URL rejected"
|
| 543 |
msgstr "URL de pago rechazado"
|
| 544 |
|
| 545 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 546 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 547 |
msgid ""
|
| 548 |
"Choose the URL that we will show to your customers when they have a payment "
|
| 549 |
"pending approval."
|
|
@@ -551,101 +551,169 @@ msgstr ""
|
|
| 551 |
"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
|
| 552 |
"de aprobación."
|
| 553 |
|
| 554 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 555 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 556 |
msgid "Payment URL pending"
|
| 557 |
msgstr "URL de pago pendiente"
|
| 558 |
|
| 559 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 560 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 561 |
msgid "Enable the payment methods available to your clients."
|
| 562 |
msgstr "Habilita los medios de pago disponibles para tus clientes."
|
| 563 |
|
| 564 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 565 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 566 |
msgid "Choose the payment methods you accept in your store"
|
| 567 |
msgstr "Elige los medios de pago que se aceptan en la tienda"
|
| 568 |
|
| 569 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 570 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 571 |
msgid "Credit Cards"
|
| 572 |
msgstr "Tarjetas de crédito"
|
| 573 |
|
| 574 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 575 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 576 |
msgid "Debit Cards"
|
| 577 |
msgstr "Tarjetas de débito"
|
| 578 |
|
| 579 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 580 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 581 |
msgid "Other Payment Methods"
|
| 582 |
msgstr "Otros medios"
|
| 583 |
|
| 584 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 585 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 586 |
msgid "Return to the store"
|
| 587 |
msgstr "Volver a la tienda"
|
| 588 |
|
| 589 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 590 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 591 |
msgid ""
|
| 592 |
"Do you want your customer to automatically return to the store after payment?"
|
| 593 |
msgstr ""
|
| 594 |
"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
|
| 595 |
|
| 596 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 597 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 598 |
msgid "The buyer <b>will be automatically redirected to the store</b>."
|
| 599 |
msgstr "El comprador <b>será redirigido automáticamente a la tienda</b>."
|
| 600 |
|
| 601 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 602 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 603 |
msgid "The buyer <b>will not be automatically redirected to the store</b>."
|
| 604 |
msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
|
| 605 |
|
| 606 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 607 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 608 |
msgid "Installments without card"
|
| 609 |
msgstr "Cuotas sin tarjeta"
|
| 610 |
|
| 611 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 612 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 613 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 614 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 615 |
msgid "Up to "
|
| 616 |
msgstr "hasta "
|
| 617 |
|
| 618 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 619 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 620 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 621 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 622 |
msgid " installments"
|
| 623 |
msgstr " Cuotas"
|
| 624 |
|
| 625 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 626 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
|
| 627 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353
|
| 628 |
msgid "Credit cards"
|
| 629 |
msgstr "Tarjetas de crédito"
|
| 630 |
|
| 631 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 632 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361,
|
| 633 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361
|
| 634 |
msgid "Debit cards"
|
| 635 |
msgstr "Tarjetas de débito "
|
| 636 |
|
| 637 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 638 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 639 |
msgid "Bank Transfer"
|
| 640 |
msgstr "Transferencia bancaria"
|
| 641 |
|
| 642 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 643 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 644 |
msgid "Payment by cash"
|
| 645 |
msgstr "Pagos en efectivo "
|
| 646 |
|
| 647 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 648 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 649 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584,
|
| 650 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572,
|
| 651 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
|
|
@@ -658,8 +726,8 @@ msgstr "Pagos en efectivo "
|
|
| 658 |
msgid "discount of"
|
| 659 |
msgstr "descuento de"
|
| 660 |
|
| 661 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 662 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 663 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
|
| 664 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577,
|
| 665 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
|
|
@@ -728,40 +796,40 @@ msgstr ""
|
|
| 728 |
|
| 729 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
|
| 730 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
|
| 731 |
-
|
|
|
|
|
|
|
| 732 |
msgstr "Configuración Avanzada"
|
| 733 |
|
| 734 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208,
|
| 735 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208
|
| 736 |
-
msgid "
|
| 737 |
-
msgstr "
|
| 738 |
|
| 739 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209,
|
| 740 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
|
| 741 |
msgid ""
|
| 742 |
-
"
|
| 743 |
-
"
|
| 744 |
msgstr ""
|
| 745 |
-
"
|
| 746 |
-
"
|
| 747 |
|
| 748 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213,
|
| 749 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213
|
| 750 |
-
msgid "
|
| 751 |
-
msgstr ""
|
| 752 |
-
"La funcionalidad para pagos con <b>tarjetas guardadas</b> está <b>activa</b>."
|
| 753 |
|
| 754 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214,
|
| 755 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214
|
| 756 |
-
msgid "
|
| 757 |
msgstr ""
|
| 758 |
-
"
|
| 759 |
-
"b>."
|
| 760 |
|
| 761 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233,
|
| 762 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233
|
| 763 |
-
msgid "
|
| 764 |
-
msgstr "
|
| 765 |
|
| 766 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264,
|
| 767 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
|
|
@@ -934,6 +1002,7 @@ msgid "Description"
|
|
| 934 |
msgstr "Descripción"
|
| 935 |
|
| 936 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:762,
|
|
|
|
| 937 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
|
| 938 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
|
| 939 |
msgid "Important! To sell you must enter your credentials."
|
|
@@ -954,11 +1023,6 @@ msgstr "Introducir credenciales"
|
|
| 954 |
msgid "Mercado Pago Plugin general settings"
|
| 955 |
msgstr "Configuraciones generales del plugin de Mercado Pago"
|
| 956 |
|
| 957 |
-
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
|
| 958 |
-
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774
|
| 959 |
-
msgid "Important! To sell you must enter your credentials.?"
|
| 960 |
-
msgstr ""
|
| 961 |
-
|
| 962 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775,
|
| 963 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
|
| 964 |
msgid ""
|
|
@@ -1969,25 +2033,24 @@ msgstr "Valorar el plugin"
|
|
| 1969 |
|
| 1970 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130,
|
| 1971 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130
|
| 1972 |
-
msgid "
|
| 1973 |
-
msgstr "
|
| 1974 |
|
| 1975 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133,
|
| 1976 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133
|
| 1977 |
msgid ""
|
| 1978 |
-
"
|
| 1979 |
-
"
|
| 1980 |
-
"
|
| 1981 |
msgstr ""
|
| 1982 |
-
"
|
| 1983 |
-
"
|
| 1984 |
-
"
|
| 1985 |
-
"configuración."
|
| 1986 |
|
| 1987 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142,
|
| 1988 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142
|
| 1989 |
-
msgid "
|
| 1990 |
-
msgstr "
|
| 1991 |
|
| 1992 |
#: ../../includes/admin/views/html-admin-alert-frame.php:34,
|
| 1993 |
#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30,
|
|
@@ -2113,7 +2176,8 @@ msgid "Set deadlines and fees"
|
|
| 2113 |
msgstr "Ajustar plazos y tasas"
|
| 2114 |
|
| 2115 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215,
|
| 2116 |
-
#: ../../includes/
|
|
|
|
| 2117 |
msgid "Questions? "
|
| 2118 |
msgstr "¿Dudas? "
|
| 2119 |
|
|
@@ -2721,8 +2785,7 @@ msgstr ""
|
|
| 2721 |
"inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
|
| 2722 |
|
| 2723 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
|
| 2724 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 2725 |
-
#: ../../templates/checkout/custom-checkout.php:40,
|
| 2726 |
#: ../../templates/receipt/custom-checkout.php:41,
|
| 2727 |
#: ../../templates/receipt/custom-checkout.php:41
|
| 2728 |
msgid "Pay with Mercado Pago"
|
|
@@ -2734,167 +2797,182 @@ msgstr "Pagar con Mercado Pago"
|
|
| 2734 |
msgid "Cancel & Clear Cart"
|
| 2735 |
msgstr "Cancelar & Limpiar carrito"
|
| 2736 |
|
| 2737 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2738 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
|
| 2739 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
|
| 2740 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
|
| 2741 |
msgid "Apply"
|
| 2742 |
msgstr "Aplicar"
|
| 2743 |
|
| 2744 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2745 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
|
| 2746 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
|
| 2747 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
|
| 2748 |
msgid "Remove"
|
| 2749 |
msgstr "Retirar"
|
| 2750 |
|
| 2751 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2752 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
|
| 2753 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
|
| 2754 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
|
| 2755 |
msgid "Please, inform your coupon code"
|
| 2756 |
msgstr "Por favor, informe su código de cupón"
|
| 2757 |
|
| 2758 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2759 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
|
| 2760 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
|
| 2761 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
|
| 2762 |
msgid "To choose"
|
| 2763 |
msgstr "Elegir"
|
| 2764 |
|
| 2765 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2766 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
|
| 2767 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
|
| 2768 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
|
| 2769 |
msgid "Other bank"
|
| 2770 |
msgstr "Otro banco"
|
| 2771 |
|
| 2772 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2773 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
|
| 2774 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
|
| 2775 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
|
| 2776 |
msgid "You will save"
|
| 2777 |
msgstr "Salvarás"
|
| 2778 |
|
| 2779 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2780 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
|
| 2781 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
|
| 2782 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
|
| 2783 |
msgid "with discount of"
|
| 2784 |
msgstr "con descuento de"
|
| 2785 |
|
| 2786 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2787 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
|
| 2788 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
|
| 2789 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
|
| 2790 |
msgid "Total of your purchase:"
|
| 2791 |
msgstr "Total de su compra:"
|
| 2792 |
|
| 2793 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2794 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
|
| 2795 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
|
| 2796 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
|
| 2797 |
msgid "Total of your purchase with discount:"
|
| 2798 |
msgstr "Total de su compra con descuento:"
|
| 2799 |
|
| 2800 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2801 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
|
| 2802 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
|
| 2803 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
|
| 2804 |
msgid "*After payment approval"
|
| 2805 |
msgstr "*Tras la aprobación del pago"
|
| 2806 |
|
| 2807 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2808 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
|
| 2809 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
|
| 2810 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
|
| 2811 |
msgid "Terms and conditions of use"
|
| 2812 |
msgstr "Términos y condiciones de uso"
|
| 2813 |
|
| 2814 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2815 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2816 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2817 |
msgid "No fee"
|
| 2818 |
msgstr "Sin interés"
|
| 2819 |
|
| 2820 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2821 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2822 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2823 |
msgid "More options"
|
| 2824 |
msgstr "Más opciones"
|
| 2825 |
|
| 2826 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2827 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2828 |
msgid "mm/yy"
|
| 2829 |
msgstr "mm/aa"
|
| 2830 |
|
| 2831 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2832 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 2833 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 2834 |
msgid "Issuer"
|
| 2835 |
msgstr "Banco"
|
| 2836 |
|
| 2837 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2838 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2839 |
msgid "Installments"
|
| 2840 |
msgstr "cuotas "
|
| 2841 |
|
| 2842 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2843 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2844 |
msgid "on the back"
|
| 2845 |
msgstr "del dorso"
|
| 2846 |
|
| 2847 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2848 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2849 |
msgid "on the front"
|
| 2850 |
msgstr "del frente"
|
| 2851 |
|
| 2852 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2853 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2854 |
msgid "digits"
|
| 2855 |
msgstr "dígitos"
|
| 2856 |
|
| 2857 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2858 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2859 |
msgid "Card number is required"
|
| 2860 |
msgstr "Número de tarjeta obligatorio"
|
| 2861 |
|
| 2862 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2863 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2864 |
msgid "Card number invalid"
|
| 2865 |
msgstr "Número de tarjeta inválido"
|
| 2866 |
|
| 2867 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2868 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2869 |
msgid "Holder name is required"
|
| 2870 |
msgstr "Nombre del titular obligatorio"
|
| 2871 |
|
| 2872 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2873 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2874 |
msgid "Holder name invalid"
|
| 2875 |
msgstr "Nombre del titular inválido"
|
| 2876 |
|
| 2877 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173,
|
| 2878 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
|
| 2879 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
|
|
|
| 2880 |
msgid "Expiration date invalid"
|
| 2881 |
msgstr "Fecha de vencimiento inválido"
|
| 2882 |
|
| 2883 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2884 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2885 |
msgid "Expiration date incomplete"
|
| 2886 |
msgstr "Fecha de vencimiento obligatorio"
|
| 2887 |
|
| 2888 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2889 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2890 |
msgid "Security code is required"
|
| 2891 |
msgstr "Código de seguridad obligatorio"
|
| 2892 |
|
| 2893 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2894 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2895 |
msgid "Security code incomplete"
|
| 2896 |
msgstr "Código de seguridad incompleto"
|
| 2897 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2898 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
|
| 2899 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
|
| 2900 |
msgid "Now you just need to pay with Pix to finalize your purchase"
|
|
@@ -2945,14 +3023,104 @@ msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código"
|
|
| 2945 |
msgid "Copy code"
|
| 2946 |
msgstr "Copiar código"
|
| 2947 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2948 |
#: ../../includes/module/sdk/lib/class-mp.php:182,
|
| 2949 |
#: ../../includes/module/sdk/lib/class-mp.php:634,
|
| 2950 |
#: ../../includes/module/sdk/lib/class-mp.php:682,
|
| 2951 |
-
#: ../../includes/module/sdk/lib/class-mp.php:
|
| 2952 |
-
#: ../../includes/module/sdk/lib/class-mp.php:
|
|
|
|
| 2953 |
msgid "Response from cache"
|
| 2954 |
msgstr "Respuesta de la caché"
|
| 2955 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2956 |
#. translators: 1: total_time currency 2: url
|
| 2957 |
#. translators: 1: total_time currency 2: url
|
| 2958 |
#. translators: 1: total_time currency 2: url
|
|
@@ -2984,18 +3152,20 @@ msgstr "Paga más rápido con Mercado Pago"
|
|
| 2984 |
|
| 2985 |
#: ../../templates/checkout/basic-checkout.php:36,
|
| 2986 |
#: ../../templates/checkout/basic-checkout.php:36
|
| 2987 |
-
msgid "
|
| 2988 |
-
|
|
|
|
|
|
|
| 2989 |
|
| 2990 |
#: ../../templates/checkout/basic-checkout.php:37,
|
| 2991 |
#: ../../templates/checkout/basic-checkout.php:37
|
| 2992 |
-
msgid "
|
| 2993 |
-
msgstr "
|
| 2994 |
|
| 2995 |
#: ../../templates/checkout/basic-checkout.php:38,
|
| 2996 |
#: ../../templates/checkout/basic-checkout.php:38
|
| 2997 |
-
msgid "
|
| 2998 |
-
msgstr "
|
| 2999 |
|
| 3000 |
#: ../../templates/checkout/basic-checkout.php:41,
|
| 3001 |
#: ../../templates/checkout/basic-checkout.php:41
|
|
@@ -3005,9 +3175,10 @@ msgstr ""
|
|
| 3005 |
#: ../../templates/checkout/basic-checkout.php:53,
|
| 3006 |
#: ../../templates/checkout/basic-checkout.php:53
|
| 3007 |
msgid ""
|
| 3008 |
-
"
|
| 3009 |
"account"
|
| 3010 |
-
msgstr "
|
|
|
|
| 3011 |
|
| 3012 |
#: ../../templates/checkout/basic-checkout.php:54,
|
| 3013 |
#: ../../templates/checkout/basic-checkout.php:54
|
|
@@ -3015,7 +3186,7 @@ msgid "Checkout Pro redirect info image"
|
|
| 3015 |
msgstr ""
|
| 3016 |
|
| 3017 |
#: ../../templates/checkout/basic-checkout.php:63,
|
| 3018 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3019 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3020 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3021 |
#: ../../templates/checkout/ticket-checkout.php:60
|
|
@@ -3023,133 +3194,136 @@ msgid "By continuing, you agree with our"
|
|
| 3023 |
msgstr "Al continuar, aceptas nuestros"
|
| 3024 |
|
| 3025 |
#: ../../templates/checkout/basic-checkout.php:64,
|
| 3026 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3027 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3028 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3029 |
#: ../../templates/checkout/ticket-checkout.php:60
|
| 3030 |
msgid "Terms and conditions"
|
| 3031 |
msgstr "Términos y condiciones "
|
| 3032 |
|
| 3033 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3034 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3035 |
msgid "Checkout Custom in Test Mode"
|
| 3036 |
msgstr "Tarjeta de crédito en Modo Test"
|
| 3037 |
|
| 3038 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3039 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3040 |
msgid "Use Mercado Pago means without real charges."
|
| 3041 |
msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
|
| 3042 |
|
| 3043 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3044 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3045 |
msgid "See test mode rules."
|
| 3046 |
msgstr "Ver las reglas del Modo Test. "
|
| 3047 |
|
| 3048 |
#: ../../templates/checkout/custom-checkout.php:35,
|
| 3049 |
#: ../../templates/checkout/custom-checkout.php:35
|
| 3050 |
-
msgid "Pay
|
| 3051 |
-
msgstr "Paga
|
| 3052 |
|
| 3053 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3054 |
-
#: ../../templates/checkout/custom-checkout.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3055 |
msgid "With which card can you pay?"
|
| 3056 |
msgstr "¿Con qué tarjeta puedes pagar?"
|
| 3057 |
|
| 3058 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3059 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3060 |
msgid "See current promotions"
|
| 3061 |
msgstr "Ver promociones vigentes"
|
| 3062 |
|
| 3063 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3064 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3065 |
msgid "Fill in your card details"
|
| 3066 |
msgstr "Completa los datos de tu tarjeta"
|
| 3067 |
|
| 3068 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3069 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3070 |
msgid "Card number"
|
| 3071 |
msgstr "Número de Tarjeta"
|
| 3072 |
|
| 3073 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3074 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3075 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3076 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3077 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3078 |
msgid "Required data"
|
| 3079 |
msgstr "Datos obligatorios"
|
| 3080 |
|
| 3081 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3082 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3083 |
msgid "Holder name as it appears on the card"
|
| 3084 |
msgstr "Nombre del titular como aparece en la tarjeta"
|
| 3085 |
|
| 3086 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3087 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3088 |
msgid "Expiration"
|
| 3089 |
msgstr "Vencimiento"
|
| 3090 |
|
| 3091 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3092 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3093 |
msgid "Security Code"
|
| 3094 |
msgstr "Código de seguridad"
|
| 3095 |
|
| 3096 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3097 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3098 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3099 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3100 |
msgid "Holder document"
|
| 3101 |
msgstr "Documento del titular"
|
| 3102 |
|
| 3103 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3104 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3105 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3106 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3107 |
msgid "Invalid document"
|
| 3108 |
msgstr "Número de documento no válido"
|
| 3109 |
|
| 3110 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3111 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3112 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3113 |
msgid "Select the number of installments"
|
| 3114 |
msgstr "Selecciona la cantidad de cuotas"
|
| 3115 |
|
| 3116 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3117 |
#: ../../templates/checkout/pix-checkout.php:22
|
| 3118 |
-
#, fuzzy
|
| 3119 |
-
#| msgid "Cards in Test Mode"
|
| 3120 |
msgid "Pix in Test Mode"
|
| 3121 |
-
msgstr "
|
| 3122 |
|
| 3123 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3124 |
#: ../../templates/checkout/pix-checkout.php:22
|
| 3125 |
-
#, fuzzy
|
| 3126 |
-
#| msgid ""
|
| 3127 |
-
#| "You can test the flow to generate an invoice, but you cannot finalize the "
|
| 3128 |
-
#| "payment."
|
| 3129 |
msgid ""
|
| 3130 |
"You can test the flow to generate a code, but you cannot finalize the "
|
| 3131 |
"payment."
|
| 3132 |
msgstr ""
|
| 3133 |
-
"Es posible
|
| 3134 |
"finalizar el pago."
|
| 3135 |
|
| 3136 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3137 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3138 |
-
#, fuzzy
|
| 3139 |
-
#| msgid "Pay securely and instantly!"
|
| 3140 |
msgid "Pay instantly"
|
| 3141 |
-
msgstr "Pago
|
| 3142 |
|
| 3143 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3144 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3145 |
msgid ""
|
| 3146 |
"By confirming your purchase, we will show you a code to make the payment."
|
| 3147 |
msgstr ""
|
|
|
|
| 3148 |
|
| 3149 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3150 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3151 |
msgid "Pix logo"
|
| 3152 |
-
msgstr ""
|
| 3153 |
|
| 3154 |
#: ../../templates/checkout/ticket-checkout.php:23,
|
| 3155 |
#: ../../templates/checkout/ticket-checkout.php:23
|
|
@@ -3203,6 +3377,61 @@ msgstr ""
|
|
| 3203 |
msgid "Print ticket"
|
| 3204 |
msgstr "Imprimir ticket"
|
| 3205 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3206 |
#, fuzzy
|
| 3207 |
#~| msgid "Important! To sell you must enter your credentials."
|
| 3208 |
#~ msgid "Important! To sell, you must enter your credentials."
|
|
@@ -3245,9 +3474,6 @@ msgstr "Imprimir ticket"
|
|
| 3245 |
#~ msgid "We take you to our site to complete the payment"
|
| 3246 |
#~ msgstr "Te llevamos a nuestro sitio para completar el pago"
|
| 3247 |
|
| 3248 |
-
#~ msgid "Pay with a saved card"
|
| 3249 |
-
#~ msgstr "Pagar con tarjeta guardada"
|
| 3250 |
-
|
| 3251 |
#~ msgid "Enter your discount coupon"
|
| 3252 |
#~ msgstr "Ingresa tu cupón de descuento"
|
| 3253 |
|
|
@@ -3353,9 +3579,6 @@ msgstr "Imprimir ticket"
|
|
| 3353 |
#~ msgid "Report Problem"
|
| 3354 |
#~ msgstr "Informar problema"
|
| 3355 |
|
| 3356 |
-
#~ msgid "Checkout Pro %s"
|
| 3357 |
-
#~ msgstr "Checkout Pro %s"
|
| 3358 |
-
|
| 3359 |
#~ msgid "Accept all method of payment and take your charges to another level"
|
| 3360 |
#~ msgstr "Acepta todos los medios de pago y lleva tus cobros a otro nivel"
|
| 3361 |
|
|
@@ -3596,9 +3819,6 @@ msgstr "Imprimir ticket"
|
|
| 3596 |
#~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
|
| 3597 |
#~ "recibir pagos reales."
|
| 3598 |
|
| 3599 |
-
#~ msgid "This name will appear on your customers invoice."
|
| 3600 |
-
#~ msgstr "Este nombre aparecerá en la factura de tus clientes."
|
| 3601 |
-
|
| 3602 |
#~ msgid ""
|
| 3603 |
#~ "What category do your products belong to? Choose the one that best "
|
| 3604 |
#~ "characterizes them (choose \"other\" if your product is too specific)."
|
|
@@ -3717,9 +3937,6 @@ msgstr "Imprimir ticket"
|
|
| 3717 |
#~ "esté bien. Si ya saliste a Producción,<br> trae a tus clientes y aumenta "
|
| 3718 |
#~ "tus ventas con la mejor experiencia de compra online."
|
| 3719 |
|
| 3720 |
-
#~ msgid "Test payment via Mercado Pago"
|
| 3721 |
-
#~ msgstr "Testear pago vía Mercado Pago"
|
| 3722 |
-
|
| 3723 |
#~ msgid "%s"
|
| 3724 |
#~ msgstr "%s"
|
| 3725 |
|
| 14 |
"X-Generator: Poedit 3.1.1\n"
|
| 15 |
|
| 16 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145,
|
| 17 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:354,
|
| 18 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:354
|
| 19 |
msgid "By continuing, you agree to our "
|
| 20 |
msgstr "Al continuar, aceptas nuestros "
|
| 21 |
|
| 22 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147,
|
| 23 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:356,
|
| 24 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:356
|
| 25 |
msgid "Terms and Conditions"
|
| 26 |
msgstr "Términos y condiciones"
|
| 27 |
|
| 85 |
msgid "Invalid credentials"
|
| 86 |
msgstr "Credenciales no válidas"
|
| 87 |
|
| 88 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:52,
|
| 89 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:52
|
| 90 |
msgid ""
|
| 91 |
"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
|
| 92 |
"Please update your PHP version."
|
| 94 |
"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
|
| 95 |
"favor actualice su versión de PHP."
|
| 96 |
|
| 97 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:63,
|
| 98 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:63
|
| 99 |
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
|
| 100 |
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
|
| 101 |
|
| 102 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:74,
|
| 103 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:74
|
| 104 |
msgid ""
|
| 105 |
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
|
| 106 |
"extension is required to send QR Code Pix by email."
|
| 112 |
#. translators: %s link to WooCommerce
|
| 113 |
#. translators: %s link to WooCommerce
|
| 114 |
#. translators: %s link to WooCommerce
|
| 115 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:88,
|
| 116 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:88
|
| 117 |
msgid "The Mercado Pago module needs an active version of %s in order to work!"
|
| 118 |
msgstr ""
|
| 119 |
"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
|
| 120 |
|
| 121 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:101,
|
| 122 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:101
|
| 123 |
msgid "Cancel order"
|
| 124 |
msgstr "Cancelar orden"
|
| 125 |
|
| 126 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:370,
|
| 127 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:370
|
| 128 |
msgid "The payment method is not valid or not available."
|
| 129 |
msgstr "El medio de pago no es válido o no está disponible."
|
| 130 |
|
| 131 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373,
|
| 132 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373
|
| 133 |
msgid "The transaction amount cannot be processed by Mercado Pago."
|
| 134 |
msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
|
| 135 |
|
| 136 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373,
|
| 137 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373
|
| 138 |
msgid ""
|
| 139 |
"Possible causes: Currency not supported; Amounts below the minimum or above "
|
| 140 |
"the maximum allowed."
|
| 142 |
"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
|
| 143 |
"encima del máximo permitido."
|
| 144 |
|
| 145 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376,
|
| 146 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376
|
| 147 |
msgid "The users are not valid."
|
| 148 |
msgstr "Los usuários no son válidos."
|
| 149 |
|
| 150 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376,
|
| 151 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376
|
| 152 |
msgid ""
|
| 153 |
"Possible causes: Buyer and seller have the same account in Mercado Pago; The "
|
| 154 |
"transaction involving production and test users."
|
| 156 |
"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
|
| 157 |
"Pago; La transacción involucrando usuários de producción y de prueba."
|
| 158 |
|
| 159 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379,
|
| 160 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379
|
| 161 |
msgid "Unauthorized use of production credentials."
|
| 162 |
msgstr "Uso no autorizado de credenciales de producción."
|
| 163 |
|
| 164 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379,
|
| 165 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379
|
| 166 |
msgid ""
|
| 167 |
"Possible causes: Use permission in use for the credential of the seller."
|
| 168 |
msgstr ""
|
| 169 |
"Posibles causas: Pendencia de permiso de uso en producción para la "
|
| 170 |
"credencial del vendedor."
|
| 171 |
|
| 172 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:505,
|
| 173 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:505
|
| 174 |
msgid "Colombia"
|
| 175 |
msgstr "Colombia"
|
| 176 |
|
| 177 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:507,
|
| 178 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:507
|
| 179 |
msgid "Argentina"
|
| 180 |
msgstr "Argentina"
|
| 181 |
|
| 182 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:509,
|
| 183 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:509
|
| 184 |
msgid "Brazil"
|
| 185 |
msgstr "Brasil"
|
| 186 |
|
| 187 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:511,
|
| 188 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:511
|
| 189 |
msgid "Chile"
|
| 190 |
msgstr "Chile"
|
| 191 |
|
| 192 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:513,
|
| 193 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:513
|
| 194 |
msgid "Mexico"
|
| 195 |
msgstr "México"
|
| 196 |
|
| 197 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:515,
|
| 198 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:515
|
| 199 |
msgid "Uruguay"
|
| 200 |
msgstr "Uruguay"
|
| 201 |
|
| 202 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:517,
|
| 203 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:517
|
| 204 |
msgid "Venezuela"
|
| 205 |
msgstr "Venezuela"
|
| 206 |
|
| 207 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:519,
|
| 208 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:519
|
| 209 |
msgid "Peru"
|
| 210 |
msgstr "Peru"
|
| 211 |
|
| 212 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:553,
|
| 213 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:553
|
| 214 |
msgid "Update the WooCommerce order to "
|
| 215 |
msgstr "Actualizar la orden de WooCommerce para "
|
| 216 |
|
| 217 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:772,
|
| 218 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550,
|
| 219 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550
|
| 220 |
msgid "Fill in your credentials to enable payment methods."
|
| 221 |
msgstr "Completa tus credenciales para habilitar los medios de pago."
|
| 222 |
|
| 223 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:788,
|
| 224 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:788
|
| 225 |
msgid "Set plugin"
|
| 226 |
msgstr "Configurar plugin"
|
| 227 |
|
| 228 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:789,
|
| 229 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
|
| 230 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
|
| 231 |
msgid "Payment methods"
|
| 232 |
msgstr "Medios de pagos"
|
| 233 |
|
| 234 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:790,
|
| 235 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
|
| 236 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
|
| 237 |
msgid "Plugin manual"
|
| 238 |
msgstr "Manual del plugin"
|
| 239 |
|
| 240 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:889,
|
| 241 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:889
|
| 242 |
msgid "By Mercado Pago"
|
| 243 |
msgstr "Por Mercado Pago"
|
| 244 |
|
| 353 |
"Por favor, introduzca su email en la dirección de facturación para utilizar "
|
| 354 |
"este servicio"
|
| 355 |
|
| 356 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40,
|
| 357 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40
|
| 358 |
msgid "Debit, Credit and invoice in Mercado Pago environment"
|
| 359 |
msgstr "Débito, crédito y efectivo, en Mercado Pago"
|
| 360 |
|
| 361 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41,
|
| 362 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:289,
|
| 363 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:289
|
| 364 |
msgid "Checkout Pro"
|
| 365 |
msgstr "Checkout Pro"
|
| 366 |
|
| 367 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:49,
|
| 368 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:49
|
| 369 |
msgid "Mercado Pago - Checkout Pro"
|
| 370 |
msgstr "Mercado Pago - Checkout Pro "
|
| 371 |
|
| 372 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51,
|
| 373 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51
|
| 374 |
msgid "Your saved cards or money in Mercado Pago"
|
| 375 |
msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago "
|
| 376 |
|
| 377 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176,
|
| 378 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176
|
| 379 |
msgid "Maximum number of installments"
|
| 380 |
msgstr "Máximo de cuotas"
|
| 381 |
|
| 382 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178,
|
| 383 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178
|
| 384 |
msgid "What is the maximum quota with which a customer can buy?"
|
| 385 |
msgstr "¿Cuál es el máximo de cuotas con las que un cliente puede comprar?"
|
| 386 |
|
| 387 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:181,
|
| 388 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:181
|
| 389 |
msgid "1 installment"
|
| 390 |
msgstr "1 cuota"
|
| 391 |
|
| 392 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:182,
|
| 393 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:182
|
| 394 |
msgid "2 installments"
|
| 395 |
msgstr "2 cuotas"
|
| 396 |
|
| 397 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:183,
|
| 398 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:183
|
| 399 |
msgid "3 installments"
|
| 400 |
msgstr "3 cuotas"
|
| 401 |
|
| 402 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:184,
|
| 403 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:184
|
| 404 |
msgid "4 installments"
|
| 405 |
msgstr "4 cuotas"
|
| 406 |
|
| 407 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:185,
|
| 408 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:185
|
| 409 |
msgid "5 installments"
|
| 410 |
msgstr "5 cuotas"
|
| 411 |
|
| 412 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:186,
|
| 413 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:186
|
| 414 |
msgid "6 installments"
|
| 415 |
msgstr "6 cuotas"
|
| 416 |
|
| 417 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:187,
|
| 418 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:187
|
| 419 |
msgid "10 installments"
|
| 420 |
msgstr "10 cuotas"
|
| 421 |
|
| 422 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:188,
|
| 423 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:188
|
| 424 |
msgid "12 installments"
|
| 425 |
msgstr "12 cuotas"
|
| 426 |
|
| 427 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:189,
|
| 428 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:189
|
| 429 |
msgid "15 installments"
|
| 430 |
msgstr "15 cuotas"
|
| 431 |
|
| 432 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:190,
|
| 433 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:190
|
| 434 |
msgid "18 installments"
|
| 435 |
msgstr "18 cuotas"
|
| 436 |
|
| 437 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:191,
|
| 438 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:191
|
| 439 |
msgid "24 installments"
|
| 440 |
msgstr "24 cuotas"
|
| 441 |
|
| 442 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:268,
|
| 443 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
|
| 444 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849,
|
| 445 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
|
| 448 |
msgid "Enable the checkout"
|
| 449 |
msgstr "Activar el checkout"
|
| 450 |
|
| 451 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269,
|
| 452 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269
|
| 453 |
msgid ""
|
| 454 |
"By disabling it, you will disable all payments from Mercado Pago Checkout at "
|
| 455 |
"Mercado Pago website by redirect."
|
| 457 |
"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
|
| 458 |
"sitio web de Mercado Pago."
|
| 459 |
|
| 460 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:273,
|
| 461 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854,
|
| 462 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854
|
| 463 |
msgid "The checkout is <b>enabled</b>."
|
| 464 |
msgstr "El checkout está <b>activo</b>."
|
| 465 |
|
| 466 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:274,
|
| 467 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855,
|
| 468 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855
|
| 469 |
msgid "The checkout is <b>disabled</b>."
|
| 470 |
msgstr "El checkout está <b>inactivo</b>."
|
| 471 |
|
| 472 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:293,
|
| 473 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:293
|
| 474 |
msgid ""
|
| 475 |
"With Checkout Pro you sell with all the safety inside Mercado Pago "
|
| 476 |
"environment."
|
| 478 |
"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
|
| 479 |
"Pago."
|
| 480 |
|
| 481 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310,
|
| 482 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310
|
| 483 |
msgid "Advanced settings"
|
| 484 |
msgstr "Configuración Avanzada"
|
| 485 |
|
| 486 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:323,
|
| 487 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:323
|
| 488 |
msgid "Payment experience"
|
| 489 |
msgstr "Experiencia de pago"
|
| 490 |
|
| 491 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:325,
|
| 492 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:325
|
| 493 |
msgid ""
|
| 494 |
"Define what payment experience your customers will have, whether inside or "
|
| 495 |
"outside your store."
|
| 497 |
"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
|
| 498 |
"tienda."
|
| 499 |
|
| 500 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:328,
|
| 501 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:328
|
| 502 |
msgid "Redirect"
|
| 503 |
msgstr "Redirect"
|
| 504 |
|
| 505 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:329,
|
| 506 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:329
|
| 507 |
msgid "Modal"
|
| 508 |
msgstr "Modal"
|
| 509 |
|
| 510 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345,
|
| 511 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345
|
| 512 |
msgid ""
|
| 513 |
"Choose the URL that we will show your customers when they finish their "
|
| 514 |
"purchase."
|
| 515 |
msgstr "Elige la URL que mostraremos a tus clientes cuando terminen su compra."
|
| 516 |
|
| 517 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:343,
|
| 518 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:363,
|
| 519 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384,
|
| 520 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384
|
| 521 |
msgid "This seems to be an invalid URL."
|
| 522 |
msgstr "Esto parece ser una URL no válida."
|
| 523 |
|
| 524 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:348,
|
| 525 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:348
|
| 526 |
msgid "Success URL"
|
| 527 |
msgstr "URL de éxito"
|
| 528 |
|
| 529 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365,
|
| 530 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365
|
| 531 |
msgid ""
|
| 532 |
"Choose the URL that we will show to your customers when we refuse their "
|
| 533 |
"purchase. Make sure it includes a message appropriate to the situation and "
|
| 537 |
"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
|
| 538 |
"útil para que puedan solucionarlo."
|
| 539 |
|
| 540 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:368,
|
| 541 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:368
|
| 542 |
msgid "Payment URL rejected"
|
| 543 |
msgstr "URL de pago rechazado"
|
| 544 |
|
| 545 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:386,
|
| 546 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:386
|
| 547 |
msgid ""
|
| 548 |
"Choose the URL that we will show to your customers when they have a payment "
|
| 549 |
"pending approval."
|
| 551 |
"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
|
| 552 |
"de aprobación."
|
| 553 |
|
| 554 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:389,
|
| 555 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:389
|
| 556 |
msgid "Payment URL pending"
|
| 557 |
msgstr "URL de pago pendiente"
|
| 558 |
|
| 559 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403,
|
| 560 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403
|
| 561 |
msgid "Enable the payment methods available to your clients."
|
| 562 |
msgstr "Habilita los medios de pago disponibles para tus clientes."
|
| 563 |
|
| 564 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404,
|
| 565 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404
|
| 566 |
msgid "Choose the payment methods you accept in your store"
|
| 567 |
msgstr "Elige los medios de pago que se aceptan en la tienda"
|
| 568 |
|
| 569 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:408,
|
| 570 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:408
|
| 571 |
msgid "Credit Cards"
|
| 572 |
msgstr "Tarjetas de crédito"
|
| 573 |
|
| 574 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:412,
|
| 575 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:412
|
| 576 |
msgid "Debit Cards"
|
| 577 |
msgstr "Tarjetas de débito"
|
| 578 |
|
| 579 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:416,
|
| 580 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:416
|
| 581 |
msgid "Other Payment Methods"
|
| 582 |
msgstr "Otros medios"
|
| 583 |
|
| 584 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:466,
|
| 585 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:466
|
| 586 |
msgid "Return to the store"
|
| 587 |
msgstr "Volver a la tienda"
|
| 588 |
|
| 589 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:467,
|
| 590 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:467
|
| 591 |
msgid ""
|
| 592 |
"Do you want your customer to automatically return to the store after payment?"
|
| 593 |
msgstr ""
|
| 594 |
"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
|
| 595 |
|
| 596 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:471,
|
| 597 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:471
|
| 598 |
msgid "The buyer <b>will be automatically redirected to the store</b>."
|
| 599 |
msgstr "El comprador <b>será redirigido automáticamente a la tienda</b>."
|
| 600 |
|
| 601 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:472,
|
| 602 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:472
|
| 603 |
msgid "The buyer <b>will not be automatically redirected to the store</b>."
|
| 604 |
msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
|
| 605 |
|
| 606 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537,
|
| 607 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537
|
| 608 |
msgid "Installments without card"
|
| 609 |
msgstr "Cuotas sin tarjeta"
|
| 610 |
|
| 611 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538,
|
| 612 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546,
|
| 613 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 614 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 615 |
msgid "Up to "
|
| 616 |
msgstr "hasta "
|
| 617 |
|
| 618 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538,
|
| 619 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546,
|
| 620 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 621 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 622 |
msgid " installments"
|
| 623 |
msgstr " Cuotas"
|
| 624 |
|
| 625 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545,
|
| 626 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
|
| 627 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353
|
| 628 |
msgid "Credit cards"
|
| 629 |
msgstr "Tarjetas de crédito"
|
| 630 |
|
| 631 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:552,
|
| 632 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361,
|
| 633 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361
|
| 634 |
msgid "Debit cards"
|
| 635 |
msgstr "Tarjetas de débito "
|
| 636 |
|
| 637 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:558,
|
| 638 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:558
|
| 639 |
msgid "Bank Transfer"
|
| 640 |
msgstr "Transferencia bancaria"
|
| 641 |
|
| 642 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:564,
|
| 643 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:564
|
| 644 |
msgid "Payment by cash"
|
| 645 |
msgstr "Pagos en efectivo "
|
| 646 |
|
| 647 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:593,
|
| 648 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:593
|
| 649 |
+
msgid "Payment with Mercado Credito"
|
| 650 |
+
msgstr "Pagos con Mercado Crédito"
|
| 651 |
+
|
| 652 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:594,
|
| 653 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:594
|
| 654 |
+
msgid "New!"
|
| 655 |
+
msgstr "¡Nuevo!"
|
| 656 |
+
|
| 657 |
+
#. translators: %s link to Mercado Credits blog
|
| 658 |
+
#. translators: %s link to Mercado Credits blog
|
| 659 |
+
#. translators: %s link to Mercado Credits blog
|
| 660 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:599,
|
| 661 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:599
|
| 662 |
+
msgid ""
|
| 663 |
+
"With <a href=\"%s\" target=\"blank\">Mercado Credito</a>, clients can pay "
|
| 664 |
+
"<b>in installments with no card, by transfers, invoice or money available in "
|
| 665 |
+
"their Mercado Pago account.</b><br/><b>By activating the no-card "
|
| 666 |
+
"installments banner</b>, you will increase your chances of selling."
|
| 667 |
+
msgstr ""
|
| 668 |
+
"Con <a href=\"%s\" target=\"blank\">Mercado Crédito</a>, los clientes pagan "
|
| 669 |
+
"<b>en cuotas sin tarjeta, por transferencia, tarjeta de débito, efectivo o "
|
| 670 |
+
"dinero disponible en la cuenta de Mercado Pago. </b><br/><b>Al activar el "
|
| 671 |
+
"componente de cuotas sin tarjeta</b>, aumentarás tus chances de vender. Para "
|
| 672 |
+
"saber más, ingresá a documentación."
|
| 673 |
+
|
| 674 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:603,
|
| 675 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:603
|
| 676 |
+
msgid "The no-card installments banner is <b>active</b>."
|
| 677 |
+
msgstr "El componente de cuotas sin tarjeta está <b>activado</b>."
|
| 678 |
+
|
| 679 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:604,
|
| 680 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:604
|
| 681 |
+
msgid "The no-card installments banner is <b>disabled</b>."
|
| 682 |
+
msgstr "El componente de cuotas sin tarjeta está <b>desactivado</b> ."
|
| 683 |
+
|
| 684 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:642,
|
| 685 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:652,
|
| 686 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:652
|
| 687 |
+
msgid "Banner on the product page | Computer version"
|
| 688 |
+
msgstr "Componente en la página del producto | Versión para computadora"
|
| 689 |
+
|
| 690 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:643,
|
| 691 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:643
|
| 692 |
+
msgid "Banner on the product page | Cellphone version"
|
| 693 |
+
msgstr "Componente en la página del producto | Versión para celular"
|
| 694 |
+
|
| 695 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:650,
|
| 696 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:650
|
| 697 |
+
msgid "Computer"
|
| 698 |
+
msgstr "Computadora"
|
| 699 |
+
|
| 700 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:651,
|
| 701 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:651
|
| 702 |
+
msgid "Mobile"
|
| 703 |
+
msgstr "Celular"
|
| 704 |
+
|
| 705 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653,
|
| 706 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653
|
| 707 |
+
msgid "Banner visualization"
|
| 708 |
+
msgstr "Visualización del componente"
|
| 709 |
+
|
| 710 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654,
|
| 711 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654
|
| 712 |
+
msgid "Check the example of how it will appear in the store:"
|
| 713 |
+
msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:"
|
| 714 |
+
|
| 715 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710,
|
| 716 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697,
|
| 717 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584,
|
| 718 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572,
|
| 719 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
|
| 726 |
msgid "discount of"
|
| 727 |
msgstr "descuento de"
|
| 728 |
|
| 729 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715,
|
| 730 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702,
|
| 731 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
|
| 732 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577,
|
| 733 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
|
| 796 |
|
| 797 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
|
| 798 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
|
| 799 |
+
#, fuzzy
|
| 800 |
+
#| msgid "Advanced configuration of the personalized payment experience\""
|
| 801 |
+
msgid "Advanced configuration of the personalized payment experience"
|
| 802 |
msgstr "Configuración Avanzada"
|
| 803 |
|
| 804 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208,
|
| 805 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208
|
| 806 |
+
msgid "Payments via Mercado Pago account"
|
| 807 |
+
msgstr "Pagos a través de la cuenta de Mercado Pago"
|
| 808 |
|
| 809 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209,
|
| 810 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
|
| 811 |
msgid ""
|
| 812 |
+
"Your customers pay faster with saved cards, money balance or other available "
|
| 813 |
+
"methods in their Mercado Pago accounts."
|
| 814 |
msgstr ""
|
| 815 |
+
"Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o "
|
| 816 |
+
"con otros medios disponibles en sus cuentas de MP."
|
| 817 |
|
| 818 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213,
|
| 819 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213
|
| 820 |
+
msgid "Payments via Mercado Pago accounts are <b>active</b>."
|
| 821 |
+
msgstr "Los pagos a través de la cuenta de Mercado Pago están <b>activos</b>."
|
|
|
|
| 822 |
|
| 823 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214,
|
| 824 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214
|
| 825 |
+
msgid "Payments via Mercado Pago accounts are <b>inactive</b>."
|
| 826 |
msgstr ""
|
| 827 |
+
"Los pagos a través de la cuenta de Mercado Pago están <b>deshabilitados</b>."
|
|
|
|
| 828 |
|
| 829 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233,
|
| 830 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233
|
| 831 |
+
msgid "Check an example of how it will appear in your store:"
|
| 832 |
+
msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
|
| 833 |
|
| 834 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264,
|
| 835 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
|
| 1002 |
msgstr "Descripción"
|
| 1003 |
|
| 1004 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:762,
|
| 1005 |
+
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
|
| 1006 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
|
| 1007 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
|
| 1008 |
msgid "Important! To sell you must enter your credentials."
|
| 1023 |
msgid "Mercado Pago Plugin general settings"
|
| 1024 |
msgstr "Configuraciones generales del plugin de Mercado Pago"
|
| 1025 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1026 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775,
|
| 1027 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
|
| 1028 |
msgid ""
|
| 2033 |
|
| 2034 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130,
|
| 2035 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130
|
| 2036 |
+
msgid "Enable payments via Mercado Pago account"
|
| 2037 |
+
msgstr "Pagos a través de la cuenta de Mercado Pago"
|
| 2038 |
|
| 2039 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133,
|
| 2040 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133
|
| 2041 |
msgid ""
|
| 2042 |
+
"When you enable this function, your customers pay faster using their Mercado "
|
| 2043 |
+
"Pago accounts.</br>The approval rate of these payments in your store can be "
|
| 2044 |
+
"25% higher compared to other payment methods."
|
| 2045 |
msgstr ""
|
| 2046 |
+
"Con esta función activa, tus clientes pagan más rápido usando su cuenta de "
|
| 2047 |
+
"Mercado Pago.</br>La tasa de aprobación de estos pagos en tu tienda puede "
|
| 2048 |
+
"ser un 25% mayor en comparación con otros medios de pago."
|
|
|
|
| 2049 |
|
| 2050 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142,
|
| 2051 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142
|
| 2052 |
+
msgid "Activate"
|
| 2053 |
+
msgstr ""
|
| 2054 |
|
| 2055 |
#: ../../includes/admin/views/html-admin-alert-frame.php:34,
|
| 2056 |
#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30,
|
| 2176 |
msgstr "Ajustar plazos y tasas"
|
| 2177 |
|
| 2178 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215,
|
| 2179 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126,
|
| 2180 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126
|
| 2181 |
msgid "Questions? "
|
| 2182 |
msgstr "¿Dudas? "
|
| 2183 |
|
| 2785 |
"inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
|
| 2786 |
|
| 2787 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
|
| 2788 |
+
#: ../../templates/checkout/custom-checkout.php:44,
|
|
|
|
| 2789 |
#: ../../templates/receipt/custom-checkout.php:41,
|
| 2790 |
#: ../../templates/receipt/custom-checkout.php:41
|
| 2791 |
msgid "Pay with Mercado Pago"
|
| 2797 |
msgid "Cancel & Clear Cart"
|
| 2798 |
msgstr "Cancelar & Limpiar carrito"
|
| 2799 |
|
| 2800 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134,
|
| 2801 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
|
| 2802 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
|
| 2803 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
|
| 2804 |
msgid "Apply"
|
| 2805 |
msgstr "Aplicar"
|
| 2806 |
|
| 2807 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
|
| 2808 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
|
| 2809 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
|
| 2810 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
|
| 2811 |
msgid "Remove"
|
| 2812 |
msgstr "Retirar"
|
| 2813 |
|
| 2814 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
|
| 2815 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
|
| 2816 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
|
| 2817 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
|
| 2818 |
msgid "Please, inform your coupon code"
|
| 2819 |
msgstr "Por favor, informe su código de cupón"
|
| 2820 |
|
| 2821 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
|
| 2822 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
|
| 2823 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
|
| 2824 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
|
| 2825 |
msgid "To choose"
|
| 2826 |
msgstr "Elegir"
|
| 2827 |
|
| 2828 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
|
| 2829 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
|
| 2830 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
|
| 2831 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
|
| 2832 |
msgid "Other bank"
|
| 2833 |
msgstr "Otro banco"
|
| 2834 |
|
| 2835 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
|
| 2836 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
|
| 2837 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
|
| 2838 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
|
| 2839 |
msgid "You will save"
|
| 2840 |
msgstr "Salvarás"
|
| 2841 |
|
| 2842 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
|
| 2843 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
|
| 2844 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
|
| 2845 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
|
| 2846 |
msgid "with discount of"
|
| 2847 |
msgstr "con descuento de"
|
| 2848 |
|
| 2849 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
|
| 2850 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
|
| 2851 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
|
| 2852 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
|
| 2853 |
msgid "Total of your purchase:"
|
| 2854 |
msgstr "Total de su compra:"
|
| 2855 |
|
| 2856 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
|
| 2857 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
|
| 2858 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
|
| 2859 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
|
| 2860 |
msgid "Total of your purchase with discount:"
|
| 2861 |
msgstr "Total de su compra con descuento:"
|
| 2862 |
|
| 2863 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
|
| 2864 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
|
| 2865 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
|
| 2866 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
|
| 2867 |
msgid "*After payment approval"
|
| 2868 |
msgstr "*Tras la aprobación del pago"
|
| 2869 |
|
| 2870 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
|
| 2871 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
|
| 2872 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
|
| 2873 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
|
| 2874 |
msgid "Terms and conditions of use"
|
| 2875 |
msgstr "Términos y condiciones de uso"
|
| 2876 |
|
| 2877 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
|
| 2878 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163,
|
| 2879 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
|
| 2880 |
msgid "No fee"
|
| 2881 |
msgstr "Sin interés"
|
| 2882 |
|
| 2883 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
|
| 2884 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
|
| 2885 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
|
| 2886 |
msgid "More options"
|
| 2887 |
msgstr "Más opciones"
|
| 2888 |
|
| 2889 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
|
| 2890 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154
|
| 2891 |
msgid "mm/yy"
|
| 2892 |
msgstr "mm/aa"
|
| 2893 |
|
| 2894 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
|
| 2895 |
+
#: ../../templates/checkout/custom-checkout.php:125,
|
| 2896 |
+
#: ../../templates/checkout/custom-checkout.php:125
|
| 2897 |
msgid "Issuer"
|
| 2898 |
msgstr "Banco"
|
| 2899 |
|
| 2900 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
|
| 2901 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156
|
| 2902 |
msgid "Installments"
|
| 2903 |
msgstr "cuotas "
|
| 2904 |
|
| 2905 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159,
|
| 2906 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159
|
| 2907 |
msgid "on the back"
|
| 2908 |
msgstr "del dorso"
|
| 2909 |
|
| 2910 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
|
| 2911 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
|
| 2912 |
msgid "on the front"
|
| 2913 |
msgstr "del frente"
|
| 2914 |
|
| 2915 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162,
|
| 2916 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162
|
| 2917 |
msgid "digits"
|
| 2918 |
msgstr "dígitos"
|
| 2919 |
|
| 2920 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167,
|
| 2921 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167
|
| 2922 |
msgid "Card number is required"
|
| 2923 |
msgstr "Número de tarjeta obligatorio"
|
| 2924 |
|
| 2925 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
|
| 2926 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
|
| 2927 |
msgid "Card number invalid"
|
| 2928 |
msgstr "Número de tarjeta inválido"
|
| 2929 |
|
| 2930 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171,
|
| 2931 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
|
| 2932 |
msgid "Holder name is required"
|
| 2933 |
msgstr "Nombre del titular obligatorio"
|
| 2934 |
|
| 2935 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
|
| 2936 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
|
| 2937 |
msgid "Holder name invalid"
|
| 2938 |
msgstr "Nombre del titular inválido"
|
| 2939 |
|
|
|
|
| 2940 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
|
| 2941 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
|
| 2942 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
|
| 2943 |
msgid "Expiration date invalid"
|
| 2944 |
msgstr "Fecha de vencimiento inválido"
|
| 2945 |
|
| 2946 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
|
| 2947 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176
|
| 2948 |
msgid "Expiration date incomplete"
|
| 2949 |
msgstr "Fecha de vencimiento obligatorio"
|
| 2950 |
|
| 2951 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180,
|
| 2952 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180
|
| 2953 |
msgid "Security code is required"
|
| 2954 |
msgstr "Código de seguridad obligatorio"
|
| 2955 |
|
| 2956 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
|
| 2957 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
|
| 2958 |
msgid "Security code incomplete"
|
| 2959 |
msgstr "Código de seguridad incompleto"
|
| 2960 |
|
| 2961 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188,
|
| 2962 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188
|
| 2963 |
+
msgid "Error loading form."
|
| 2964 |
+
msgstr "Error al cargar el formulario."
|
| 2965 |
+
|
| 2966 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189,
|
| 2967 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189
|
| 2968 |
+
msgid "Please refresh the page to try again."
|
| 2969 |
+
msgstr "Actualice la página para volver a intentarlo."
|
| 2970 |
+
|
| 2971 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190,
|
| 2972 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190
|
| 2973 |
+
msgid "Refresh page"
|
| 2974 |
+
msgstr "Actualizar página"
|
| 2975 |
+
|
| 2976 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
|
| 2977 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
|
| 2978 |
msgid "Now you just need to pay with Pix to finalize your purchase"
|
| 3023 |
msgid "Copy code"
|
| 3024 |
msgstr "Copiar código"
|
| 3025 |
|
| 3026 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:112,
|
| 3027 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:112
|
| 3028 |
+
msgid "Pay in"
|
| 3029 |
+
msgstr "Pagá"
|
| 3030 |
+
|
| 3031 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:113,
|
| 3032 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:113
|
| 3033 |
+
msgid "installments"
|
| 3034 |
+
msgstr "en cuotas"
|
| 3035 |
+
|
| 3036 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:114,
|
| 3037 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:114
|
| 3038 |
+
msgid "with Mercado Pago"
|
| 3039 |
+
msgstr "con Mercado Pago"
|
| 3040 |
+
|
| 3041 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:115,
|
| 3042 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:115
|
| 3043 |
+
msgid "Read more"
|
| 3044 |
+
msgstr "Leer más"
|
| 3045 |
+
|
| 3046 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:116,
|
| 3047 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:116
|
| 3048 |
+
msgid "Buy now and pay in installments with no card later!"
|
| 3049 |
+
msgstr "¡Compra ahora y paga después en meses sin tarjeta!"
|
| 3050 |
+
|
| 3051 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:117,
|
| 3052 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:117
|
| 3053 |
+
msgid "100% online, without paperwork or monthly fees"
|
| 3054 |
+
msgstr "100% online, sin bancos ni costo de mantenimiento"
|
| 3055 |
+
|
| 3056 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:118,
|
| 3057 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:118
|
| 3058 |
+
msgid "How does it work?"
|
| 3059 |
+
msgstr "¿Cómo funciona?"
|
| 3060 |
+
|
| 3061 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:119,
|
| 3062 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:119
|
| 3063 |
+
msgid "When paying, choose"
|
| 3064 |
+
msgstr "Al pagar elegí"
|
| 3065 |
+
|
| 3066 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:120,
|
| 3067 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:120
|
| 3068 |
+
msgid "Mercado Pago"
|
| 3069 |
+
msgstr "Mercado Pago"
|
| 3070 |
+
|
| 3071 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:121,
|
| 3072 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:121
|
| 3073 |
+
msgid ". Login to your account or create one in a few steps."
|
| 3074 |
+
msgstr ". Podrás ingresar con tu cuenta o crear una en pocos pasos."
|
| 3075 |
+
|
| 3076 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:122,
|
| 3077 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:122
|
| 3078 |
+
msgid "Search for"
|
| 3079 |
+
msgstr "Busca"
|
| 3080 |
+
|
| 3081 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:123,
|
| 3082 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:123
|
| 3083 |
+
msgid "Mercado Credito"
|
| 3084 |
+
msgstr "Mercado Crédito"
|
| 3085 |
+
|
| 3086 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:124,
|
| 3087 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:124
|
| 3088 |
+
msgid ""
|
| 3089 |
+
"among the options, select it and choose in how many installments you would "
|
| 3090 |
+
"like to pay."
|
| 3091 |
+
msgstr ""
|
| 3092 |
+
"entre las opciones, selecciónalo y elegí en cuántas cuotas quieres pagar."
|
| 3093 |
+
|
| 3094 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:125,
|
| 3095 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:125
|
| 3096 |
+
msgid "Pay your installments monthly as you wish, in the Mercado Pago app."
|
| 3097 |
+
msgstr ""
|
| 3098 |
+
"Pagá mes a mes tus cuotas como prefieras, desde la app de Mercado Pago."
|
| 3099 |
+
|
| 3100 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:128,
|
| 3101 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:128
|
| 3102 |
+
msgid "Check our FAQ"
|
| 3103 |
+
msgstr "Consulta nuestra FAQ"
|
| 3104 |
+
|
| 3105 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:129,
|
| 3106 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:129
|
| 3107 |
+
msgid ". Credit subject to approval."
|
| 3108 |
+
msgstr ". Crédito sujeto a aprobación."
|
| 3109 |
+
|
| 3110 |
#: ../../includes/module/sdk/lib/class-mp.php:182,
|
| 3111 |
#: ../../includes/module/sdk/lib/class-mp.php:634,
|
| 3112 |
#: ../../includes/module/sdk/lib/class-mp.php:682,
|
| 3113 |
+
#: ../../includes/module/sdk/lib/class-mp.php:727,
|
| 3114 |
+
#: ../../includes/module/sdk/lib/class-mp.php:986,
|
| 3115 |
+
#: ../../includes/module/sdk/lib/class-mp.php:986
|
| 3116 |
msgid "Response from cache"
|
| 3117 |
msgstr "Respuesta de la caché"
|
| 3118 |
|
| 3119 |
+
#: ../../includes/module/sdk/lib/class-mp.php:1000,
|
| 3120 |
+
#: ../../includes/module/sdk/lib/class-mp.php:1000
|
| 3121 |
+
msgid "Response from API"
|
| 3122 |
+
msgstr "Respuesta de la API"
|
| 3123 |
+
|
| 3124 |
#. translators: 1: total_time currency 2: url
|
| 3125 |
#. translators: 1: total_time currency 2: url
|
| 3126 |
#. translators: 1: total_time currency 2: url
|
| 3152 |
|
| 3153 |
#: ../../templates/checkout/basic-checkout.php:36,
|
| 3154 |
#: ../../templates/checkout/basic-checkout.php:36
|
| 3155 |
+
msgid ""
|
| 3156 |
+
"If you already have a Mercado Libre account, use the same email and password"
|
| 3157 |
+
msgstr ""
|
| 3158 |
+
"Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña "
|
| 3159 |
|
| 3160 |
#: ../../templates/checkout/basic-checkout.php:37,
|
| 3161 |
#: ../../templates/checkout/basic-checkout.php:37
|
| 3162 |
+
msgid "Buy with your balance or saved cards"
|
| 3163 |
+
msgstr "Compra con tu dinero disponible o tarjetas guardadas "
|
| 3164 |
|
| 3165 |
#: ../../templates/checkout/basic-checkout.php:38,
|
| 3166 |
#: ../../templates/checkout/basic-checkout.php:38
|
| 3167 |
+
msgid "Earn more points and have exclusive benefits in Mercado Puntos"
|
| 3168 |
+
msgstr "Gana más puntos y ventajas exclusivas en Mercado Puntos "
|
| 3169 |
|
| 3170 |
#: ../../templates/checkout/basic-checkout.php:41,
|
| 3171 |
#: ../../templates/checkout/basic-checkout.php:41
|
| 3175 |
#: ../../templates/checkout/basic-checkout.php:53,
|
| 3176 |
#: ../../templates/checkout/basic-checkout.php:53
|
| 3177 |
msgid ""
|
| 3178 |
+
"When you confirm your purchase, we will redirect you to your Mercado Pago "
|
| 3179 |
"account"
|
| 3180 |
+
msgstr ""
|
| 3181 |
+
"Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado Pago"
|
| 3182 |
|
| 3183 |
#: ../../templates/checkout/basic-checkout.php:54,
|
| 3184 |
#: ../../templates/checkout/basic-checkout.php:54
|
| 3186 |
msgstr ""
|
| 3187 |
|
| 3188 |
#: ../../templates/checkout/basic-checkout.php:63,
|
| 3189 |
+
#: ../../templates/checkout/custom-checkout.php:145,
|
| 3190 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3191 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3192 |
#: ../../templates/checkout/ticket-checkout.php:60
|
| 3194 |
msgstr "Al continuar, aceptas nuestros"
|
| 3195 |
|
| 3196 |
#: ../../templates/checkout/basic-checkout.php:64,
|
| 3197 |
+
#: ../../templates/checkout/custom-checkout.php:145,
|
| 3198 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3199 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3200 |
#: ../../templates/checkout/ticket-checkout.php:60
|
| 3201 |
msgid "Terms and conditions"
|
| 3202 |
msgstr "Términos y condiciones "
|
| 3203 |
|
| 3204 |
+
#: ../../templates/checkout/custom-checkout.php:23,
|
| 3205 |
+
#: ../../templates/checkout/custom-checkout.php:23
|
| 3206 |
msgid "Checkout Custom in Test Mode"
|
| 3207 |
msgstr "Tarjeta de crédito en Modo Test"
|
| 3208 |
|
| 3209 |
+
#: ../../templates/checkout/custom-checkout.php:24,
|
| 3210 |
+
#: ../../templates/checkout/custom-checkout.php:24
|
| 3211 |
msgid "Use Mercado Pago means without real charges."
|
| 3212 |
msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
|
| 3213 |
|
| 3214 |
+
#: ../../templates/checkout/custom-checkout.php:25,
|
| 3215 |
+
#: ../../templates/checkout/custom-checkout.php:25
|
| 3216 |
msgid "See test mode rules."
|
| 3217 |
msgstr "Ver las reglas del Modo Test. "
|
| 3218 |
|
| 3219 |
#: ../../templates/checkout/custom-checkout.php:35,
|
| 3220 |
#: ../../templates/checkout/custom-checkout.php:35
|
| 3221 |
+
msgid "Pay with saved cards"
|
| 3222 |
+
msgstr "Paga con tarjetas guardadas"
|
| 3223 |
|
| 3224 |
+
#: ../../templates/checkout/custom-checkout.php:39,
|
| 3225 |
+
#: ../../templates/checkout/custom-checkout.php:39
|
| 3226 |
+
msgid ""
|
| 3227 |
+
"Do you have a Mercado Libre account? Then use the same email and password to "
|
| 3228 |
+
"pay faster with Mercado Pago."
|
| 3229 |
+
msgstr ""
|
| 3230 |
+
"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
|
| 3231 |
+
"pagar más rápido \n"
|
| 3232 |
+
"con Mercado Pago."
|
| 3233 |
+
|
| 3234 |
+
#: ../../templates/checkout/custom-checkout.php:61,
|
| 3235 |
+
#: ../../templates/checkout/custom-checkout.php:61
|
| 3236 |
msgid "With which card can you pay?"
|
| 3237 |
msgstr "¿Con qué tarjeta puedes pagar?"
|
| 3238 |
|
| 3239 |
+
#: ../../templates/checkout/custom-checkout.php:73,
|
| 3240 |
+
#: ../../templates/checkout/custom-checkout.php:73
|
| 3241 |
msgid "See current promotions"
|
| 3242 |
msgstr "Ver promociones vigentes"
|
| 3243 |
|
| 3244 |
+
#: ../../templates/checkout/custom-checkout.php:81,
|
| 3245 |
+
#: ../../templates/checkout/custom-checkout.php:81
|
| 3246 |
msgid "Fill in your card details"
|
| 3247 |
msgstr "Completa los datos de tu tarjeta"
|
| 3248 |
|
| 3249 |
+
#: ../../templates/checkout/custom-checkout.php:83,
|
| 3250 |
+
#: ../../templates/checkout/custom-checkout.php:83
|
| 3251 |
msgid "Card number"
|
| 3252 |
msgstr "Número de Tarjeta"
|
| 3253 |
|
| 3254 |
+
#: ../../templates/checkout/custom-checkout.php:85,
|
| 3255 |
+
#: ../../templates/checkout/custom-checkout.php:92,
|
| 3256 |
+
#: ../../templates/checkout/custom-checkout.php:101,
|
| 3257 |
+
#: ../../templates/checkout/custom-checkout.php:109,
|
| 3258 |
+
#: ../../templates/checkout/custom-checkout.php:109
|
| 3259 |
msgid "Required data"
|
| 3260 |
msgstr "Datos obligatorios"
|
| 3261 |
|
| 3262 |
+
#: ../../templates/checkout/custom-checkout.php:90,
|
| 3263 |
+
#: ../../templates/checkout/custom-checkout.php:90
|
| 3264 |
msgid "Holder name as it appears on the card"
|
| 3265 |
msgstr "Nombre del titular como aparece en la tarjeta"
|
| 3266 |
|
| 3267 |
+
#: ../../templates/checkout/custom-checkout.php:98,
|
| 3268 |
+
#: ../../templates/checkout/custom-checkout.php:98
|
| 3269 |
msgid "Expiration"
|
| 3270 |
msgstr "Vencimiento"
|
| 3271 |
|
| 3272 |
+
#: ../../templates/checkout/custom-checkout.php:106,
|
| 3273 |
+
#: ../../templates/checkout/custom-checkout.php:106
|
| 3274 |
msgid "Security Code"
|
| 3275 |
msgstr "Código de seguridad"
|
| 3276 |
|
| 3277 |
+
#: ../../templates/checkout/custom-checkout.php:115,
|
| 3278 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3279 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3280 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3281 |
msgid "Holder document"
|
| 3282 |
msgstr "Documento del titular"
|
| 3283 |
|
| 3284 |
+
#: ../../templates/checkout/custom-checkout.php:115,
|
| 3285 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3286 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3287 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3288 |
msgid "Invalid document"
|
| 3289 |
msgstr "Número de documento no válido"
|
| 3290 |
|
| 3291 |
+
#: ../../templates/checkout/custom-checkout.php:121,
|
| 3292 |
+
#: ../../templates/checkout/custom-checkout.php:133,
|
| 3293 |
+
#: ../../templates/checkout/custom-checkout.php:133
|
| 3294 |
msgid "Select the number of installments"
|
| 3295 |
msgstr "Selecciona la cantidad de cuotas"
|
| 3296 |
|
| 3297 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3298 |
#: ../../templates/checkout/pix-checkout.php:22
|
|
|
|
|
|
|
| 3299 |
msgid "Pix in Test Mode"
|
| 3300 |
+
msgstr "Pix en Modo Test"
|
| 3301 |
|
| 3302 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3303 |
#: ../../templates/checkout/pix-checkout.php:22
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3304 |
msgid ""
|
| 3305 |
"You can test the flow to generate a code, but you cannot finalize the "
|
| 3306 |
"payment."
|
| 3307 |
msgstr ""
|
| 3308 |
+
"Es posible probar el flujo para generar una factura, pero no es posible "
|
| 3309 |
"finalizar el pago."
|
| 3310 |
|
| 3311 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3312 |
#: ../../templates/checkout/pix-checkout.php:27
|
|
|
|
|
|
|
| 3313 |
msgid "Pay instantly"
|
| 3314 |
+
msgstr "Pago instantáneo"
|
| 3315 |
|
| 3316 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3317 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3318 |
msgid ""
|
| 3319 |
"By confirming your purchase, we will show you a code to make the payment."
|
| 3320 |
msgstr ""
|
| 3321 |
+
"Al confirmar tu compra, te mostraremos un código para realizar el pago."
|
| 3322 |
|
| 3323 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3324 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3325 |
msgid "Pix logo"
|
| 3326 |
+
msgstr "Pix logo"
|
| 3327 |
|
| 3328 |
#: ../../templates/checkout/ticket-checkout.php:23,
|
| 3329 |
#: ../../templates/checkout/ticket-checkout.php:23
|
| 3377 |
msgid "Print ticket"
|
| 3378 |
msgstr "Imprimir ticket"
|
| 3379 |
|
| 3380 |
+
#~ msgid "Click here to see more details..."
|
| 3381 |
+
#~ msgstr "Haga clic aquí para ver más detalles…"
|
| 3382 |
+
|
| 3383 |
+
#~ msgid "Purchases with saved cards or money in Mercado Pago"
|
| 3384 |
+
#~ msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago"
|
| 3385 |
+
|
| 3386 |
+
#~ msgid ""
|
| 3387 |
+
#~ "Feature for those who have a saved card or money in Mercado Pago to buy "
|
| 3388 |
+
#~ "without having to fill in details."
|
| 3389 |
+
#~ msgstr ""
|
| 3390 |
+
#~ "Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en "
|
| 3391 |
+
#~ "Mercado Pago puedan comprar sin la necesidad de completar datos."
|
| 3392 |
+
|
| 3393 |
+
#~ msgid "The feature for payments with <b>saved cards</b> is <b>active</b>."
|
| 3394 |
+
#~ msgstr ""
|
| 3395 |
+
#~ "La funcionalidad para pagos con <b>tarjetas guardadas</b> está <b>activa</"
|
| 3396 |
+
#~ "b>."
|
| 3397 |
+
|
| 3398 |
+
#~ msgid "The feature for payments with <b>saved cards</b> is <b>inactive</b>."
|
| 3399 |
+
#~ msgstr ""
|
| 3400 |
+
#~ "La funcionalidad para pagos con <b>tarjetas guardadas</b> está "
|
| 3401 |
+
#~ "<b>inactiva</b>."
|
| 3402 |
+
|
| 3403 |
+
#~ msgid "You can see how the feature is in your store Checkout below:"
|
| 3404 |
+
#~ msgstr ""
|
| 3405 |
+
#~ "A continuación, cómo es la funcionalidad en el checkout de la tienda:"
|
| 3406 |
+
|
| 3407 |
+
#~ msgid "Mercado Pago customers can now pay with stored cards."
|
| 3408 |
+
#~ msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas."
|
| 3409 |
+
|
| 3410 |
+
#~ msgid ""
|
| 3411 |
+
#~ "The function Saved card payments is enabled. With this setting, "
|
| 3412 |
+
#~ "customers using Mercado Pago can purchase without having to fill in "
|
| 3413 |
+
#~ "payment details. You can control this option in the settings."
|
| 3414 |
+
#~ msgstr ""
|
| 3415 |
+
#~ "La función Pago con tarjetas guardadas de Mercado Pago está habilitada. "
|
| 3416 |
+
#~ "Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que "
|
| 3417 |
+
#~ "completar los datos de la tarjeta. Puedes controlar esta opción en "
|
| 3418 |
+
#~ "configuración."
|
| 3419 |
+
|
| 3420 |
+
#~ msgid "Go to settings"
|
| 3421 |
+
#~ msgstr "Ir a la configuración"
|
| 3422 |
+
|
| 3423 |
+
#~ msgid "Secure payment"
|
| 3424 |
+
#~ msgstr "Pago seguro"
|
| 3425 |
+
|
| 3426 |
+
#~ msgid "No need to fill out details"
|
| 3427 |
+
#~ msgstr "Sin cargar datos"
|
| 3428 |
+
|
| 3429 |
+
#~ msgid "Installments available"
|
| 3430 |
+
#~ msgstr "Cuotas disponibles"
|
| 3431 |
+
|
| 3432 |
+
#~ msgid "Pay faster with your saved cards and without completing data."
|
| 3433 |
+
#~ msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos."
|
| 3434 |
+
|
| 3435 |
#, fuzzy
|
| 3436 |
#~| msgid "Important! To sell you must enter your credentials."
|
| 3437 |
#~ msgid "Important! To sell, you must enter your credentials."
|
| 3474 |
#~ msgid "We take you to our site to complete the payment"
|
| 3475 |
#~ msgstr "Te llevamos a nuestro sitio para completar el pago"
|
| 3476 |
|
|
|
|
|
|
|
|
|
|
| 3477 |
#~ msgid "Enter your discount coupon"
|
| 3478 |
#~ msgstr "Ingresa tu cupón de descuento"
|
| 3479 |
|
| 3579 |
#~ msgid "Report Problem"
|
| 3580 |
#~ msgstr "Informar problema"
|
| 3581 |
|
|
|
|
|
|
|
|
|
|
| 3582 |
#~ msgid "Accept all method of payment and take your charges to another level"
|
| 3583 |
#~ msgstr "Acepta todos los medios de pago y lleva tus cobros a otro nivel"
|
| 3584 |
|
| 3819 |
#~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
|
| 3820 |
#~ "recibir pagos reales."
|
| 3821 |
|
|
|
|
|
|
|
|
|
|
| 3822 |
#~ msgid ""
|
| 3823 |
#~ "What category do your products belong to? Choose the one that best "
|
| 3824 |
#~ "characterizes them (choose \"other\" if your product is too specific)."
|
| 3937 |
#~ "esté bien. Si ya saliste a Producción,<br> trae a tus clientes y aumenta "
|
| 3938 |
#~ "tus ventas con la mejor experiencia de compra online."
|
| 3939 |
|
|
|
|
|
|
|
|
|
|
| 3940 |
#~ msgid "%s"
|
| 3941 |
#~ msgstr "%s"
|
| 3942 |
|
i18n/languages/woocommerce-mercadopago-es_CL.mo
CHANGED
|
Binary file
|
i18n/languages/woocommerce-mercadopago-es_CL.po
CHANGED
|
@@ -14,14 +14,14 @@ msgstr ""
|
|
| 14 |
"X-Generator: Poedit 3.1.1\n"
|
| 15 |
|
| 16 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145,
|
| 17 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 18 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 19 |
msgid "By continuing, you agree to our "
|
| 20 |
msgstr "Al continuar, aceptas nuestros "
|
| 21 |
|
| 22 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147,
|
| 23 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 24 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 25 |
msgid "Terms and Conditions"
|
| 26 |
msgstr "Términos y condiciones"
|
| 27 |
|
|
@@ -85,8 +85,8 @@ msgstr ""
|
|
| 85 |
msgid "Invalid credentials"
|
| 86 |
msgstr "Credenciales no válidas"
|
| 87 |
|
| 88 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 89 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 90 |
msgid ""
|
| 91 |
"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
|
| 92 |
"Please update your PHP version."
|
|
@@ -94,13 +94,13 @@ msgstr ""
|
|
| 94 |
"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
|
| 95 |
"favor actualice su versión de PHP."
|
| 96 |
|
| 97 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 98 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 99 |
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
|
| 100 |
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
|
| 101 |
|
| 102 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 103 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 104 |
msgid ""
|
| 105 |
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
|
| 106 |
"extension is required to send QR Code Pix by email."
|
|
@@ -112,29 +112,29 @@ msgstr ""
|
|
| 112 |
#. translators: %s link to WooCommerce
|
| 113 |
#. translators: %s link to WooCommerce
|
| 114 |
#. translators: %s link to WooCommerce
|
| 115 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 116 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 117 |
msgid "The Mercado Pago module needs an active version of %s in order to work!"
|
| 118 |
msgstr ""
|
| 119 |
"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
|
| 120 |
|
| 121 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 122 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 123 |
msgid "Cancel order"
|
| 124 |
msgstr "Cancelar orden"
|
| 125 |
|
| 126 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 127 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 128 |
msgid "The payment method is not valid or not available."
|
| 129 |
msgstr "El medio de pago no es válido o no está disponible."
|
| 130 |
|
| 131 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 132 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 133 |
msgid "The transaction amount cannot be processed by Mercado Pago."
|
| 134 |
msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
|
| 135 |
|
| 136 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 137 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 138 |
msgid ""
|
| 139 |
"Possible causes: Currency not supported; Amounts below the minimum or above "
|
| 140 |
"the maximum allowed."
|
|
@@ -142,13 +142,13 @@ msgstr ""
|
|
| 142 |
"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
|
| 143 |
"encima del máximo permitido."
|
| 144 |
|
| 145 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 146 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 147 |
msgid "The users are not valid."
|
| 148 |
msgstr "Los usuários no son válidos."
|
| 149 |
|
| 150 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 151 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 152 |
msgid ""
|
| 153 |
"Possible causes: Buyer and seller have the same account in Mercado Pago; The "
|
| 154 |
"transaction involving production and test users."
|
|
@@ -156,89 +156,89 @@ msgstr ""
|
|
| 156 |
"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
|
| 157 |
"Pago; La transacción involucrando usuários de producción y de prueba."
|
| 158 |
|
| 159 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 160 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 161 |
msgid "Unauthorized use of production credentials."
|
| 162 |
msgstr "Uso no autorizado de credenciales de producción."
|
| 163 |
|
| 164 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 165 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 166 |
msgid ""
|
| 167 |
"Possible causes: Use permission in use for the credential of the seller."
|
| 168 |
msgstr ""
|
| 169 |
"Posibles causas: Pendencia de permiso de uso en producción para la "
|
| 170 |
"credencial del vendedor."
|
| 171 |
|
| 172 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 173 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 174 |
msgid "Colombia"
|
| 175 |
msgstr "Colombia"
|
| 176 |
|
| 177 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 178 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 179 |
msgid "Argentina"
|
| 180 |
msgstr "Argentina"
|
| 181 |
|
| 182 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 183 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 184 |
msgid "Brazil"
|
| 185 |
msgstr "Brasil"
|
| 186 |
|
| 187 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 188 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 189 |
msgid "Chile"
|
| 190 |
msgstr "Chile"
|
| 191 |
|
| 192 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 193 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 194 |
msgid "Mexico"
|
| 195 |
msgstr "México"
|
| 196 |
|
| 197 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 198 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 199 |
msgid "Uruguay"
|
| 200 |
msgstr "Uruguay"
|
| 201 |
|
| 202 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 203 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 204 |
msgid "Venezuela"
|
| 205 |
msgstr "Venezuela"
|
| 206 |
|
| 207 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 208 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 209 |
msgid "Peru"
|
| 210 |
msgstr "Peru"
|
| 211 |
|
| 212 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 213 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 214 |
msgid "Update the WooCommerce order to "
|
| 215 |
msgstr "Actualizar la orden de WooCommerce para "
|
| 216 |
|
| 217 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 218 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550,
|
| 219 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550
|
| 220 |
msgid "Fill in your credentials to enable payment methods."
|
| 221 |
msgstr "Completa tus credenciales para habilitar los medios de pago."
|
| 222 |
|
| 223 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 224 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 225 |
msgid "Set plugin"
|
| 226 |
msgstr "Configurar plugin"
|
| 227 |
|
| 228 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 229 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
|
| 230 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
|
| 231 |
msgid "Payment methods"
|
| 232 |
msgstr "Medios de pagos"
|
| 233 |
|
| 234 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 235 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
|
| 236 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
|
| 237 |
msgid "Plugin manual"
|
| 238 |
msgstr "Manual del plugin"
|
| 239 |
|
| 240 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 241 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 242 |
msgid "By Mercado Pago"
|
| 243 |
msgstr "Por Mercado Pago"
|
| 244 |
|
|
@@ -353,93 +353,93 @@ msgstr ""
|
|
| 353 |
"Por favor, introduzca su email en la dirección de facturación para utilizar "
|
| 354 |
"este servicio"
|
| 355 |
|
| 356 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 357 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 358 |
msgid "Debit, Credit and invoice in Mercado Pago environment"
|
| 359 |
msgstr "Débito, crédito y efectivo, en Mercado Pago"
|
| 360 |
|
| 361 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 362 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 363 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 364 |
msgid "Checkout Pro"
|
| 365 |
msgstr "Checkout Pro"
|
| 366 |
|
| 367 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 368 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 369 |
msgid "Mercado Pago - Checkout Pro"
|
| 370 |
msgstr "Mercado Pago - Checkout Pro "
|
| 371 |
|
| 372 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 373 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 374 |
msgid "Your saved cards or money in Mercado Pago"
|
| 375 |
msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago "
|
| 376 |
|
| 377 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 378 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 379 |
msgid "Maximum number of installments"
|
| 380 |
msgstr "Máximo de cuotas"
|
| 381 |
|
| 382 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 383 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 384 |
msgid "What is the maximum quota with which a customer can buy?"
|
| 385 |
msgstr "¿Cuál es el máximo de cuotas con las que un cliente puede comprar?"
|
| 386 |
|
| 387 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 388 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 389 |
msgid "1 installment"
|
| 390 |
msgstr "1 cuota"
|
| 391 |
|
| 392 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 393 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 394 |
msgid "2 installments"
|
| 395 |
msgstr "2 cuotas"
|
| 396 |
|
| 397 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 398 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 399 |
msgid "3 installments"
|
| 400 |
msgstr "3 cuotas"
|
| 401 |
|
| 402 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 403 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 404 |
msgid "4 installments"
|
| 405 |
msgstr "4 cuotas"
|
| 406 |
|
| 407 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 408 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 409 |
msgid "5 installments"
|
| 410 |
msgstr "5 cuotas"
|
| 411 |
|
| 412 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 413 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 414 |
msgid "6 installments"
|
| 415 |
msgstr "6 cuotas"
|
| 416 |
|
| 417 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 418 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 419 |
msgid "10 installments"
|
| 420 |
msgstr "10 cuotas"
|
| 421 |
|
| 422 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 423 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 424 |
msgid "12 installments"
|
| 425 |
msgstr "12 cuotas"
|
| 426 |
|
| 427 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 428 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 429 |
msgid "15 installments"
|
| 430 |
msgstr "15 cuotas"
|
| 431 |
|
| 432 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 433 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 434 |
msgid "18 installments"
|
| 435 |
msgstr "18 cuotas"
|
| 436 |
|
| 437 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 438 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 439 |
msgid "24 installments"
|
| 440 |
msgstr "24 cuotas"
|
| 441 |
|
| 442 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 443 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
|
| 444 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849,
|
| 445 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
|
|
@@ -448,8 +448,8 @@ msgstr "24 cuotas"
|
|
| 448 |
msgid "Enable the checkout"
|
| 449 |
msgstr "Activar el checkout"
|
| 450 |
|
| 451 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 452 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 453 |
msgid ""
|
| 454 |
"By disabling it, you will disable all payments from Mercado Pago Checkout at "
|
| 455 |
"Mercado Pago website by redirect."
|
|
@@ -457,20 +457,20 @@ msgstr ""
|
|
| 457 |
"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
|
| 458 |
"sitio web de Mercado Pago."
|
| 459 |
|
| 460 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 461 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854,
|
| 462 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854
|
| 463 |
msgid "The checkout is <b>enabled</b>."
|
| 464 |
msgstr "El checkout está <b>activo</b>."
|
| 465 |
|
| 466 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 467 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855,
|
| 468 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855
|
| 469 |
msgid "The checkout is <b>disabled</b>."
|
| 470 |
msgstr "El checkout está <b>inactivo</b>."
|
| 471 |
|
| 472 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 473 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 474 |
msgid ""
|
| 475 |
"With Checkout Pro you sell with all the safety inside Mercado Pago "
|
| 476 |
"environment."
|
|
@@ -478,18 +478,18 @@ msgstr ""
|
|
| 478 |
"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
|
| 479 |
"Pago."
|
| 480 |
|
| 481 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 482 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 483 |
msgid "Advanced settings"
|
| 484 |
msgstr "Configuración Avanzada"
|
| 485 |
|
| 486 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 487 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 488 |
msgid "Payment experience"
|
| 489 |
msgstr "Experiencia de pago"
|
| 490 |
|
| 491 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 492 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 493 |
msgid ""
|
| 494 |
"Define what payment experience your customers will have, whether inside or "
|
| 495 |
"outside your store."
|
|
@@ -497,37 +497,37 @@ msgstr ""
|
|
| 497 |
"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
|
| 498 |
"tienda."
|
| 499 |
|
| 500 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 501 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 502 |
msgid "Redirect"
|
| 503 |
msgstr "Redirect"
|
| 504 |
|
| 505 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 506 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 507 |
msgid "Modal"
|
| 508 |
msgstr "Modal"
|
| 509 |
|
| 510 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 511 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 512 |
msgid ""
|
| 513 |
"Choose the URL that we will show your customers when they finish their "
|
| 514 |
"purchase."
|
| 515 |
msgstr "Elige la URL que mostraremos a tus clientes cuando terminen su compra."
|
| 516 |
|
| 517 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 518 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 519 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 520 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 521 |
msgid "This seems to be an invalid URL."
|
| 522 |
msgstr "Esto parece ser una URL no válida."
|
| 523 |
|
| 524 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 525 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 526 |
msgid "Success URL"
|
| 527 |
msgstr "URL de éxito"
|
| 528 |
|
| 529 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 530 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 531 |
msgid ""
|
| 532 |
"Choose the URL that we will show to your customers when we refuse their "
|
| 533 |
"purchase. Make sure it includes a message appropriate to the situation and "
|
|
@@ -537,13 +537,13 @@ msgstr ""
|
|
| 537 |
"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
|
| 538 |
"útil para que puedan solucionarlo."
|
| 539 |
|
| 540 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 541 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 542 |
msgid "Payment URL rejected"
|
| 543 |
msgstr "URL de pago rechazado"
|
| 544 |
|
| 545 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 546 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 547 |
msgid ""
|
| 548 |
"Choose the URL that we will show to your customers when they have a payment "
|
| 549 |
"pending approval."
|
|
@@ -551,101 +551,169 @@ msgstr ""
|
|
| 551 |
"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
|
| 552 |
"de aprobación."
|
| 553 |
|
| 554 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 555 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 556 |
msgid "Payment URL pending"
|
| 557 |
msgstr "URL de pago pendiente"
|
| 558 |
|
| 559 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 560 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 561 |
msgid "Enable the payment methods available to your clients."
|
| 562 |
msgstr "Habilita los medios de pago disponibles para tus clientes."
|
| 563 |
|
| 564 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 565 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 566 |
msgid "Choose the payment methods you accept in your store"
|
| 567 |
msgstr "Elige los medios de pago que se aceptan en la tienda"
|
| 568 |
|
| 569 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 570 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 571 |
msgid "Credit Cards"
|
| 572 |
msgstr "Tarjetas de crédito"
|
| 573 |
|
| 574 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 575 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 576 |
msgid "Debit Cards"
|
| 577 |
msgstr "Tarjetas de débito"
|
| 578 |
|
| 579 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 580 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 581 |
msgid "Other Payment Methods"
|
| 582 |
msgstr "Otros medios"
|
| 583 |
|
| 584 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 585 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 586 |
msgid "Return to the store"
|
| 587 |
msgstr "Volver a la tienda"
|
| 588 |
|
| 589 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 590 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 591 |
msgid ""
|
| 592 |
"Do you want your customer to automatically return to the store after payment?"
|
| 593 |
msgstr ""
|
| 594 |
"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
|
| 595 |
|
| 596 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 597 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 598 |
msgid "The buyer <b>will be automatically redirected to the store</b>."
|
| 599 |
msgstr "El comprador <b>será redirigido automáticamente a la tienda</b>."
|
| 600 |
|
| 601 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 602 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 603 |
msgid "The buyer <b>will not be automatically redirected to the store</b>."
|
| 604 |
msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
|
| 605 |
|
| 606 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 607 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 608 |
msgid "Installments without card"
|
| 609 |
msgstr "Cuotas sin tarjeta"
|
| 610 |
|
| 611 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 612 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 613 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 614 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 615 |
msgid "Up to "
|
| 616 |
msgstr "hasta "
|
| 617 |
|
| 618 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 619 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 620 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 621 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 622 |
msgid " installments"
|
| 623 |
msgstr " Cuotas"
|
| 624 |
|
| 625 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 626 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
|
| 627 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353
|
| 628 |
msgid "Credit cards"
|
| 629 |
msgstr "Tarjetas de crédito"
|
| 630 |
|
| 631 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 632 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361,
|
| 633 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361
|
| 634 |
msgid "Debit cards"
|
| 635 |
msgstr "Tarjetas de débito "
|
| 636 |
|
| 637 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 638 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 639 |
msgid "Bank Transfer"
|
| 640 |
msgstr "Transferencia bancaria"
|
| 641 |
|
| 642 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 643 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 644 |
msgid "Payment by cash"
|
| 645 |
msgstr "Pagos en efectivo "
|
| 646 |
|
| 647 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 648 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 649 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584,
|
| 650 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572,
|
| 651 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
|
|
@@ -658,8 +726,8 @@ msgstr "Pagos en efectivo "
|
|
| 658 |
msgid "discount of"
|
| 659 |
msgstr "descuento de"
|
| 660 |
|
| 661 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 662 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 663 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
|
| 664 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577,
|
| 665 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
|
|
@@ -728,40 +796,40 @@ msgstr ""
|
|
| 728 |
|
| 729 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
|
| 730 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
|
| 731 |
-
|
|
|
|
|
|
|
| 732 |
msgstr "Configuración Avanzada"
|
| 733 |
|
| 734 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208,
|
| 735 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208
|
| 736 |
-
msgid "
|
| 737 |
-
msgstr "
|
| 738 |
|
| 739 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209,
|
| 740 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
|
| 741 |
msgid ""
|
| 742 |
-
"
|
| 743 |
-
"
|
| 744 |
msgstr ""
|
| 745 |
-
"
|
| 746 |
-
"
|
| 747 |
|
| 748 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213,
|
| 749 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213
|
| 750 |
-
msgid "
|
| 751 |
-
msgstr ""
|
| 752 |
-
"La funcionalidad para pagos con <b>tarjetas guardadas</b> está <b>activa</b>."
|
| 753 |
|
| 754 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214,
|
| 755 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214
|
| 756 |
-
msgid "
|
| 757 |
msgstr ""
|
| 758 |
-
"
|
| 759 |
-
"b>."
|
| 760 |
|
| 761 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233,
|
| 762 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233
|
| 763 |
-
msgid "
|
| 764 |
-
msgstr "
|
| 765 |
|
| 766 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264,
|
| 767 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
|
|
@@ -934,6 +1002,7 @@ msgid "Description"
|
|
| 934 |
msgstr "Descripción"
|
| 935 |
|
| 936 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:762,
|
|
|
|
| 937 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
|
| 938 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
|
| 939 |
msgid "Important! To sell you must enter your credentials."
|
|
@@ -954,11 +1023,6 @@ msgstr "Introducir credenciales"
|
|
| 954 |
msgid "Mercado Pago Plugin general settings"
|
| 955 |
msgstr "Configuraciones generales del plugin de Mercado Pago"
|
| 956 |
|
| 957 |
-
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
|
| 958 |
-
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774
|
| 959 |
-
msgid "Important! To sell you must enter your credentials.?"
|
| 960 |
-
msgstr ""
|
| 961 |
-
|
| 962 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775,
|
| 963 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
|
| 964 |
msgid ""
|
|
@@ -1969,25 +2033,24 @@ msgstr "Valorar el plugin"
|
|
| 1969 |
|
| 1970 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130,
|
| 1971 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130
|
| 1972 |
-
msgid "
|
| 1973 |
-
msgstr "
|
| 1974 |
|
| 1975 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133,
|
| 1976 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133
|
| 1977 |
msgid ""
|
| 1978 |
-
"
|
| 1979 |
-
"
|
| 1980 |
-
"
|
| 1981 |
msgstr ""
|
| 1982 |
-
"
|
| 1983 |
-
"
|
| 1984 |
-
"
|
| 1985 |
-
"configuración."
|
| 1986 |
|
| 1987 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142,
|
| 1988 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142
|
| 1989 |
-
msgid "
|
| 1990 |
-
msgstr "
|
| 1991 |
|
| 1992 |
#: ../../includes/admin/views/html-admin-alert-frame.php:34,
|
| 1993 |
#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30,
|
|
@@ -2113,7 +2176,8 @@ msgid "Set deadlines and fees"
|
|
| 2113 |
msgstr "Ajustar plazos y tasas"
|
| 2114 |
|
| 2115 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215,
|
| 2116 |
-
#: ../../includes/
|
|
|
|
| 2117 |
msgid "Questions? "
|
| 2118 |
msgstr "¿Dudas? "
|
| 2119 |
|
|
@@ -2721,8 +2785,7 @@ msgstr ""
|
|
| 2721 |
"inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
|
| 2722 |
|
| 2723 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
|
| 2724 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 2725 |
-
#: ../../templates/checkout/custom-checkout.php:40,
|
| 2726 |
#: ../../templates/receipt/custom-checkout.php:41,
|
| 2727 |
#: ../../templates/receipt/custom-checkout.php:41
|
| 2728 |
msgid "Pay with Mercado Pago"
|
|
@@ -2734,167 +2797,182 @@ msgstr "Pagar con Mercado Pago"
|
|
| 2734 |
msgid "Cancel & Clear Cart"
|
| 2735 |
msgstr "Cancelar & Limpiar carrito"
|
| 2736 |
|
| 2737 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2738 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
|
| 2739 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
|
| 2740 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
|
| 2741 |
msgid "Apply"
|
| 2742 |
msgstr "Aplicar"
|
| 2743 |
|
| 2744 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2745 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
|
| 2746 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
|
| 2747 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
|
| 2748 |
msgid "Remove"
|
| 2749 |
msgstr "Retirar"
|
| 2750 |
|
| 2751 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2752 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
|
| 2753 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
|
| 2754 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
|
| 2755 |
msgid "Please, inform your coupon code"
|
| 2756 |
msgstr "Por favor, informe su código de cupón"
|
| 2757 |
|
| 2758 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2759 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
|
| 2760 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
|
| 2761 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
|
| 2762 |
msgid "To choose"
|
| 2763 |
msgstr "Elegir"
|
| 2764 |
|
| 2765 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2766 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
|
| 2767 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
|
| 2768 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
|
| 2769 |
msgid "Other bank"
|
| 2770 |
msgstr "Otro banco"
|
| 2771 |
|
| 2772 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2773 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
|
| 2774 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
|
| 2775 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
|
| 2776 |
msgid "You will save"
|
| 2777 |
msgstr "Salvarás"
|
| 2778 |
|
| 2779 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2780 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
|
| 2781 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
|
| 2782 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
|
| 2783 |
msgid "with discount of"
|
| 2784 |
msgstr "con descuento de"
|
| 2785 |
|
| 2786 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2787 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
|
| 2788 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
|
| 2789 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
|
| 2790 |
msgid "Total of your purchase:"
|
| 2791 |
msgstr "Total de su compra:"
|
| 2792 |
|
| 2793 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2794 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
|
| 2795 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
|
| 2796 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
|
| 2797 |
msgid "Total of your purchase with discount:"
|
| 2798 |
msgstr "Total de su compra con descuento:"
|
| 2799 |
|
| 2800 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2801 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
|
| 2802 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
|
| 2803 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
|
| 2804 |
msgid "*After payment approval"
|
| 2805 |
msgstr "*Tras la aprobación del pago"
|
| 2806 |
|
| 2807 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2808 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
|
| 2809 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
|
| 2810 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
|
| 2811 |
msgid "Terms and conditions of use"
|
| 2812 |
msgstr "Términos y condiciones de uso"
|
| 2813 |
|
| 2814 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2815 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2816 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2817 |
msgid "No fee"
|
| 2818 |
msgstr "Sin interés"
|
| 2819 |
|
| 2820 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2821 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2822 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2823 |
msgid "More options"
|
| 2824 |
msgstr "Más opciones"
|
| 2825 |
|
| 2826 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2827 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2828 |
msgid "mm/yy"
|
| 2829 |
msgstr "mm/aa"
|
| 2830 |
|
| 2831 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2832 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 2833 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 2834 |
msgid "Issuer"
|
| 2835 |
msgstr "Banco"
|
| 2836 |
|
| 2837 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2838 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2839 |
msgid "Installments"
|
| 2840 |
msgstr "cuotas "
|
| 2841 |
|
| 2842 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2843 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2844 |
msgid "on the back"
|
| 2845 |
msgstr "del dorso"
|
| 2846 |
|
| 2847 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2848 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2849 |
msgid "on the front"
|
| 2850 |
msgstr "del frente"
|
| 2851 |
|
| 2852 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2853 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2854 |
msgid "digits"
|
| 2855 |
msgstr "dígitos"
|
| 2856 |
|
| 2857 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2858 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2859 |
msgid "Card number is required"
|
| 2860 |
msgstr "Número de tarjeta obligatorio"
|
| 2861 |
|
| 2862 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2863 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2864 |
msgid "Card number invalid"
|
| 2865 |
msgstr "Número de tarjeta inválido"
|
| 2866 |
|
| 2867 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2868 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2869 |
msgid "Holder name is required"
|
| 2870 |
msgstr "Nombre del titular obligatorio"
|
| 2871 |
|
| 2872 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2873 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2874 |
msgid "Holder name invalid"
|
| 2875 |
msgstr "Nombre del titular inválido"
|
| 2876 |
|
| 2877 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173,
|
| 2878 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
|
| 2879 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
|
|
|
| 2880 |
msgid "Expiration date invalid"
|
| 2881 |
msgstr "Fecha de vencimiento inválido"
|
| 2882 |
|
| 2883 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2884 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2885 |
msgid "Expiration date incomplete"
|
| 2886 |
msgstr "Fecha de vencimiento obligatorio"
|
| 2887 |
|
| 2888 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2889 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2890 |
msgid "Security code is required"
|
| 2891 |
msgstr "Código de seguridad obligatorio"
|
| 2892 |
|
| 2893 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2894 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2895 |
msgid "Security code incomplete"
|
| 2896 |
msgstr "Código de seguridad incompleto"
|
| 2897 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2898 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
|
| 2899 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
|
| 2900 |
msgid "Now you just need to pay with Pix to finalize your purchase"
|
|
@@ -2945,14 +3023,104 @@ msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código"
|
|
| 2945 |
msgid "Copy code"
|
| 2946 |
msgstr "Copiar código"
|
| 2947 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2948 |
#: ../../includes/module/sdk/lib/class-mp.php:182,
|
| 2949 |
#: ../../includes/module/sdk/lib/class-mp.php:634,
|
| 2950 |
#: ../../includes/module/sdk/lib/class-mp.php:682,
|
| 2951 |
-
#: ../../includes/module/sdk/lib/class-mp.php:
|
| 2952 |
-
#: ../../includes/module/sdk/lib/class-mp.php:
|
|
|
|
| 2953 |
msgid "Response from cache"
|
| 2954 |
msgstr "Respuesta de la caché"
|
| 2955 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2956 |
#. translators: 1: total_time currency 2: url
|
| 2957 |
#. translators: 1: total_time currency 2: url
|
| 2958 |
#. translators: 1: total_time currency 2: url
|
|
@@ -2984,18 +3152,20 @@ msgstr "Paga más rápido con Mercado Pago"
|
|
| 2984 |
|
| 2985 |
#: ../../templates/checkout/basic-checkout.php:36,
|
| 2986 |
#: ../../templates/checkout/basic-checkout.php:36
|
| 2987 |
-
msgid "
|
| 2988 |
-
|
|
|
|
|
|
|
| 2989 |
|
| 2990 |
#: ../../templates/checkout/basic-checkout.php:37,
|
| 2991 |
#: ../../templates/checkout/basic-checkout.php:37
|
| 2992 |
-
msgid "
|
| 2993 |
-
msgstr "
|
| 2994 |
|
| 2995 |
#: ../../templates/checkout/basic-checkout.php:38,
|
| 2996 |
#: ../../templates/checkout/basic-checkout.php:38
|
| 2997 |
-
msgid "
|
| 2998 |
-
msgstr "
|
| 2999 |
|
| 3000 |
#: ../../templates/checkout/basic-checkout.php:41,
|
| 3001 |
#: ../../templates/checkout/basic-checkout.php:41
|
|
@@ -3005,9 +3175,10 @@ msgstr ""
|
|
| 3005 |
#: ../../templates/checkout/basic-checkout.php:53,
|
| 3006 |
#: ../../templates/checkout/basic-checkout.php:53
|
| 3007 |
msgid ""
|
| 3008 |
-
"
|
| 3009 |
"account"
|
| 3010 |
-
msgstr "
|
|
|
|
| 3011 |
|
| 3012 |
#: ../../templates/checkout/basic-checkout.php:54,
|
| 3013 |
#: ../../templates/checkout/basic-checkout.php:54
|
|
@@ -3015,7 +3186,7 @@ msgid "Checkout Pro redirect info image"
|
|
| 3015 |
msgstr ""
|
| 3016 |
|
| 3017 |
#: ../../templates/checkout/basic-checkout.php:63,
|
| 3018 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3019 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3020 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3021 |
#: ../../templates/checkout/ticket-checkout.php:60
|
|
@@ -3023,133 +3194,136 @@ msgid "By continuing, you agree with our"
|
|
| 3023 |
msgstr "Al continuar, aceptas nuestros"
|
| 3024 |
|
| 3025 |
#: ../../templates/checkout/basic-checkout.php:64,
|
| 3026 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3027 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3028 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3029 |
#: ../../templates/checkout/ticket-checkout.php:60
|
| 3030 |
msgid "Terms and conditions"
|
| 3031 |
msgstr "Términos y condiciones "
|
| 3032 |
|
| 3033 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3034 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3035 |
msgid "Checkout Custom in Test Mode"
|
| 3036 |
msgstr "Tarjeta de crédito en Modo Test"
|
| 3037 |
|
| 3038 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3039 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3040 |
msgid "Use Mercado Pago means without real charges."
|
| 3041 |
msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
|
| 3042 |
|
| 3043 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3044 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3045 |
msgid "See test mode rules."
|
| 3046 |
msgstr "Ver las reglas del Modo Test. "
|
| 3047 |
|
| 3048 |
#: ../../templates/checkout/custom-checkout.php:35,
|
| 3049 |
#: ../../templates/checkout/custom-checkout.php:35
|
| 3050 |
-
msgid "Pay
|
| 3051 |
-
msgstr "Paga
|
| 3052 |
|
| 3053 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3054 |
-
#: ../../templates/checkout/custom-checkout.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3055 |
msgid "With which card can you pay?"
|
| 3056 |
msgstr "¿Con qué tarjeta puedes pagar?"
|
| 3057 |
|
| 3058 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3059 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3060 |
msgid "See current promotions"
|
| 3061 |
msgstr "Ver promociones vigentes"
|
| 3062 |
|
| 3063 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3064 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3065 |
msgid "Fill in your card details"
|
| 3066 |
msgstr "Completa los datos de tu tarjeta"
|
| 3067 |
|
| 3068 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3069 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3070 |
msgid "Card number"
|
| 3071 |
msgstr "Número de Tarjeta"
|
| 3072 |
|
| 3073 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3074 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3075 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3076 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3077 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3078 |
msgid "Required data"
|
| 3079 |
msgstr "Datos obligatorios"
|
| 3080 |
|
| 3081 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3082 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3083 |
msgid "Holder name as it appears on the card"
|
| 3084 |
msgstr "Nombre del titular como aparece en la tarjeta"
|
| 3085 |
|
| 3086 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3087 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3088 |
msgid "Expiration"
|
| 3089 |
msgstr "Vencimiento"
|
| 3090 |
|
| 3091 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3092 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3093 |
msgid "Security Code"
|
| 3094 |
msgstr "Código de seguridad"
|
| 3095 |
|
| 3096 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3097 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3098 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3099 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3100 |
msgid "Holder document"
|
| 3101 |
msgstr "Documento del titular"
|
| 3102 |
|
| 3103 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3104 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3105 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3106 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3107 |
msgid "Invalid document"
|
| 3108 |
msgstr "Número de documento no válido"
|
| 3109 |
|
| 3110 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3111 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3112 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3113 |
msgid "Select the number of installments"
|
| 3114 |
msgstr "Selecciona la cantidad de cuotas"
|
| 3115 |
|
| 3116 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3117 |
#: ../../templates/checkout/pix-checkout.php:22
|
| 3118 |
-
#, fuzzy
|
| 3119 |
-
#| msgid "Cards in Test Mode"
|
| 3120 |
msgid "Pix in Test Mode"
|
| 3121 |
-
msgstr "
|
| 3122 |
|
| 3123 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3124 |
#: ../../templates/checkout/pix-checkout.php:22
|
| 3125 |
-
#, fuzzy
|
| 3126 |
-
#| msgid ""
|
| 3127 |
-
#| "You can test the flow to generate an invoice, but you cannot finalize the "
|
| 3128 |
-
#| "payment."
|
| 3129 |
msgid ""
|
| 3130 |
"You can test the flow to generate a code, but you cannot finalize the "
|
| 3131 |
"payment."
|
| 3132 |
msgstr ""
|
| 3133 |
-
"Es posible
|
| 3134 |
"finalizar el pago."
|
| 3135 |
|
| 3136 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3137 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3138 |
-
#, fuzzy
|
| 3139 |
-
#| msgid "Pay securely and instantly!"
|
| 3140 |
msgid "Pay instantly"
|
| 3141 |
-
msgstr "Pago
|
| 3142 |
|
| 3143 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3144 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3145 |
msgid ""
|
| 3146 |
"By confirming your purchase, we will show you a code to make the payment."
|
| 3147 |
msgstr ""
|
|
|
|
| 3148 |
|
| 3149 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3150 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3151 |
msgid "Pix logo"
|
| 3152 |
-
msgstr ""
|
| 3153 |
|
| 3154 |
#: ../../templates/checkout/ticket-checkout.php:23,
|
| 3155 |
#: ../../templates/checkout/ticket-checkout.php:23
|
|
@@ -3203,6 +3377,61 @@ msgstr ""
|
|
| 3203 |
msgid "Print ticket"
|
| 3204 |
msgstr "Imprimir ticket"
|
| 3205 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3206 |
#, fuzzy
|
| 3207 |
#~| msgid "Important! To sell you must enter your credentials."
|
| 3208 |
#~ msgid "Important! To sell, you must enter your credentials."
|
|
@@ -3245,9 +3474,6 @@ msgstr "Imprimir ticket"
|
|
| 3245 |
#~ msgid "We take you to our site to complete the payment"
|
| 3246 |
#~ msgstr "Te llevamos a nuestro sitio para completar el pago"
|
| 3247 |
|
| 3248 |
-
#~ msgid "Pay with a saved card"
|
| 3249 |
-
#~ msgstr "Pagar con tarjeta guardada"
|
| 3250 |
-
|
| 3251 |
#~ msgid "Enter your discount coupon"
|
| 3252 |
#~ msgstr "Ingresa tu cupón de descuento"
|
| 3253 |
|
|
@@ -3353,9 +3579,6 @@ msgstr "Imprimir ticket"
|
|
| 3353 |
#~ msgid "Report Problem"
|
| 3354 |
#~ msgstr "Informar problema"
|
| 3355 |
|
| 3356 |
-
#~ msgid "Checkout Pro %s"
|
| 3357 |
-
#~ msgstr "Checkout Pro %s"
|
| 3358 |
-
|
| 3359 |
#~ msgid "Accept all method of payment and take your charges to another level"
|
| 3360 |
#~ msgstr "Acepta todos los medios de pago y lleva tus cobros a otro nivel"
|
| 3361 |
|
|
@@ -3596,9 +3819,6 @@ msgstr "Imprimir ticket"
|
|
| 3596 |
#~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
|
| 3597 |
#~ "recibir pagos reales."
|
| 3598 |
|
| 3599 |
-
#~ msgid "This name will appear on your customers invoice."
|
| 3600 |
-
#~ msgstr "Este nombre aparecerá en la factura de tus clientes."
|
| 3601 |
-
|
| 3602 |
#~ msgid ""
|
| 3603 |
#~ "What category do your products belong to? Choose the one that best "
|
| 3604 |
#~ "characterizes them (choose \"other\" if your product is too specific)."
|
|
@@ -3717,9 +3937,6 @@ msgstr "Imprimir ticket"
|
|
| 3717 |
#~ "esté bien. Si ya saliste a Producción,<br> trae a tus clientes y aumenta "
|
| 3718 |
#~ "tus ventas con la mejor experiencia de compra online."
|
| 3719 |
|
| 3720 |
-
#~ msgid "Test payment via Mercado Pago"
|
| 3721 |
-
#~ msgstr "Testear pago vía Mercado Pago"
|
| 3722 |
-
|
| 3723 |
#~ msgid "%s"
|
| 3724 |
#~ msgstr "%s"
|
| 3725 |
|
| 14 |
"X-Generator: Poedit 3.1.1\n"
|
| 15 |
|
| 16 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145,
|
| 17 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:354,
|
| 18 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:354
|
| 19 |
msgid "By continuing, you agree to our "
|
| 20 |
msgstr "Al continuar, aceptas nuestros "
|
| 21 |
|
| 22 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147,
|
| 23 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:356,
|
| 24 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:356
|
| 25 |
msgid "Terms and Conditions"
|
| 26 |
msgstr "Términos y condiciones"
|
| 27 |
|
| 85 |
msgid "Invalid credentials"
|
| 86 |
msgstr "Credenciales no válidas"
|
| 87 |
|
| 88 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:52,
|
| 89 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:52
|
| 90 |
msgid ""
|
| 91 |
"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
|
| 92 |
"Please update your PHP version."
|
| 94 |
"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
|
| 95 |
"favor actualice su versión de PHP."
|
| 96 |
|
| 97 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:63,
|
| 98 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:63
|
| 99 |
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
|
| 100 |
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
|
| 101 |
|
| 102 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:74,
|
| 103 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:74
|
| 104 |
msgid ""
|
| 105 |
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
|
| 106 |
"extension is required to send QR Code Pix by email."
|
| 112 |
#. translators: %s link to WooCommerce
|
| 113 |
#. translators: %s link to WooCommerce
|
| 114 |
#. translators: %s link to WooCommerce
|
| 115 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:88,
|
| 116 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:88
|
| 117 |
msgid "The Mercado Pago module needs an active version of %s in order to work!"
|
| 118 |
msgstr ""
|
| 119 |
"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
|
| 120 |
|
| 121 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:101,
|
| 122 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:101
|
| 123 |
msgid "Cancel order"
|
| 124 |
msgstr "Cancelar orden"
|
| 125 |
|
| 126 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:370,
|
| 127 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:370
|
| 128 |
msgid "The payment method is not valid or not available."
|
| 129 |
msgstr "El medio de pago no es válido o no está disponible."
|
| 130 |
|
| 131 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373,
|
| 132 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373
|
| 133 |
msgid "The transaction amount cannot be processed by Mercado Pago."
|
| 134 |
msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
|
| 135 |
|
| 136 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373,
|
| 137 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373
|
| 138 |
msgid ""
|
| 139 |
"Possible causes: Currency not supported; Amounts below the minimum or above "
|
| 140 |
"the maximum allowed."
|
| 142 |
"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
|
| 143 |
"encima del máximo permitido."
|
| 144 |
|
| 145 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376,
|
| 146 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376
|
| 147 |
msgid "The users are not valid."
|
| 148 |
msgstr "Los usuários no son válidos."
|
| 149 |
|
| 150 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376,
|
| 151 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376
|
| 152 |
msgid ""
|
| 153 |
"Possible causes: Buyer and seller have the same account in Mercado Pago; The "
|
| 154 |
"transaction involving production and test users."
|
| 156 |
"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
|
| 157 |
"Pago; La transacción involucrando usuários de producción y de prueba."
|
| 158 |
|
| 159 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379,
|
| 160 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379
|
| 161 |
msgid "Unauthorized use of production credentials."
|
| 162 |
msgstr "Uso no autorizado de credenciales de producción."
|
| 163 |
|
| 164 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379,
|
| 165 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379
|
| 166 |
msgid ""
|
| 167 |
"Possible causes: Use permission in use for the credential of the seller."
|
| 168 |
msgstr ""
|
| 169 |
"Posibles causas: Pendencia de permiso de uso en producción para la "
|
| 170 |
"credencial del vendedor."
|
| 171 |
|
| 172 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:505,
|
| 173 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:505
|
| 174 |
msgid "Colombia"
|
| 175 |
msgstr "Colombia"
|
| 176 |
|
| 177 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:507,
|
| 178 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:507
|
| 179 |
msgid "Argentina"
|
| 180 |
msgstr "Argentina"
|
| 181 |
|
| 182 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:509,
|
| 183 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:509
|
| 184 |
msgid "Brazil"
|
| 185 |
msgstr "Brasil"
|
| 186 |
|
| 187 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:511,
|
| 188 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:511
|
| 189 |
msgid "Chile"
|
| 190 |
msgstr "Chile"
|
| 191 |
|
| 192 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:513,
|
| 193 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:513
|
| 194 |
msgid "Mexico"
|
| 195 |
msgstr "México"
|
| 196 |
|
| 197 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:515,
|
| 198 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:515
|
| 199 |
msgid "Uruguay"
|
| 200 |
msgstr "Uruguay"
|
| 201 |
|
| 202 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:517,
|
| 203 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:517
|
| 204 |
msgid "Venezuela"
|
| 205 |
msgstr "Venezuela"
|
| 206 |
|
| 207 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:519,
|
| 208 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:519
|
| 209 |
msgid "Peru"
|
| 210 |
msgstr "Peru"
|
| 211 |
|
| 212 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:553,
|
| 213 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:553
|
| 214 |
msgid "Update the WooCommerce order to "
|
| 215 |
msgstr "Actualizar la orden de WooCommerce para "
|
| 216 |
|
| 217 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:772,
|
| 218 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550,
|
| 219 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550
|
| 220 |
msgid "Fill in your credentials to enable payment methods."
|
| 221 |
msgstr "Completa tus credenciales para habilitar los medios de pago."
|
| 222 |
|
| 223 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:788,
|
| 224 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:788
|
| 225 |
msgid "Set plugin"
|
| 226 |
msgstr "Configurar plugin"
|
| 227 |
|
| 228 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:789,
|
| 229 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
|
| 230 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
|
| 231 |
msgid "Payment methods"
|
| 232 |
msgstr "Medios de pagos"
|
| 233 |
|
| 234 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:790,
|
| 235 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
|
| 236 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
|
| 237 |
msgid "Plugin manual"
|
| 238 |
msgstr "Manual del plugin"
|
| 239 |
|
| 240 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:889,
|
| 241 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:889
|
| 242 |
msgid "By Mercado Pago"
|
| 243 |
msgstr "Por Mercado Pago"
|
| 244 |
|
| 353 |
"Por favor, introduzca su email en la dirección de facturación para utilizar "
|
| 354 |
"este servicio"
|
| 355 |
|
| 356 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40,
|
| 357 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40
|
| 358 |
msgid "Debit, Credit and invoice in Mercado Pago environment"
|
| 359 |
msgstr "Débito, crédito y efectivo, en Mercado Pago"
|
| 360 |
|
| 361 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41,
|
| 362 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:289,
|
| 363 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:289
|
| 364 |
msgid "Checkout Pro"
|
| 365 |
msgstr "Checkout Pro"
|
| 366 |
|
| 367 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:49,
|
| 368 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:49
|
| 369 |
msgid "Mercado Pago - Checkout Pro"
|
| 370 |
msgstr "Mercado Pago - Checkout Pro "
|
| 371 |
|
| 372 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51,
|
| 373 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51
|
| 374 |
msgid "Your saved cards or money in Mercado Pago"
|
| 375 |
msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago "
|
| 376 |
|
| 377 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176,
|
| 378 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176
|
| 379 |
msgid "Maximum number of installments"
|
| 380 |
msgstr "Máximo de cuotas"
|
| 381 |
|
| 382 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178,
|
| 383 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178
|
| 384 |
msgid "What is the maximum quota with which a customer can buy?"
|
| 385 |
msgstr "¿Cuál es el máximo de cuotas con las que un cliente puede comprar?"
|
| 386 |
|
| 387 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:181,
|
| 388 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:181
|
| 389 |
msgid "1 installment"
|
| 390 |
msgstr "1 cuota"
|
| 391 |
|
| 392 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:182,
|
| 393 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:182
|
| 394 |
msgid "2 installments"
|
| 395 |
msgstr "2 cuotas"
|
| 396 |
|
| 397 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:183,
|
| 398 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:183
|
| 399 |
msgid "3 installments"
|
| 400 |
msgstr "3 cuotas"
|
| 401 |
|
| 402 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:184,
|
| 403 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:184
|
| 404 |
msgid "4 installments"
|
| 405 |
msgstr "4 cuotas"
|
| 406 |
|
| 407 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:185,
|
| 408 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:185
|
| 409 |
msgid "5 installments"
|
| 410 |
msgstr "5 cuotas"
|
| 411 |
|
| 412 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:186,
|
| 413 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:186
|
| 414 |
msgid "6 installments"
|
| 415 |
msgstr "6 cuotas"
|
| 416 |
|
| 417 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:187,
|
| 418 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:187
|
| 419 |
msgid "10 installments"
|
| 420 |
msgstr "10 cuotas"
|
| 421 |
|
| 422 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:188,
|
| 423 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:188
|
| 424 |
msgid "12 installments"
|
| 425 |
msgstr "12 cuotas"
|
| 426 |
|
| 427 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:189,
|
| 428 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:189
|
| 429 |
msgid "15 installments"
|
| 430 |
msgstr "15 cuotas"
|
| 431 |
|
| 432 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:190,
|
| 433 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:190
|
| 434 |
msgid "18 installments"
|
| 435 |
msgstr "18 cuotas"
|
| 436 |
|
| 437 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:191,
|
| 438 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:191
|
| 439 |
msgid "24 installments"
|
| 440 |
msgstr "24 cuotas"
|
| 441 |
|
| 442 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:268,
|
| 443 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
|
| 444 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849,
|
| 445 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
|
| 448 |
msgid "Enable the checkout"
|
| 449 |
msgstr "Activar el checkout"
|
| 450 |
|
| 451 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269,
|
| 452 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269
|
| 453 |
msgid ""
|
| 454 |
"By disabling it, you will disable all payments from Mercado Pago Checkout at "
|
| 455 |
"Mercado Pago website by redirect."
|
| 457 |
"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
|
| 458 |
"sitio web de Mercado Pago."
|
| 459 |
|
| 460 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:273,
|
| 461 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854,
|
| 462 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854
|
| 463 |
msgid "The checkout is <b>enabled</b>."
|
| 464 |
msgstr "El checkout está <b>activo</b>."
|
| 465 |
|
| 466 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:274,
|
| 467 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855,
|
| 468 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855
|
| 469 |
msgid "The checkout is <b>disabled</b>."
|
| 470 |
msgstr "El checkout está <b>inactivo</b>."
|
| 471 |
|
| 472 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:293,
|
| 473 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:293
|
| 474 |
msgid ""
|
| 475 |
"With Checkout Pro you sell with all the safety inside Mercado Pago "
|
| 476 |
"environment."
|
| 478 |
"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
|
| 479 |
"Pago."
|
| 480 |
|
| 481 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310,
|
| 482 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310
|
| 483 |
msgid "Advanced settings"
|
| 484 |
msgstr "Configuración Avanzada"
|
| 485 |
|
| 486 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:323,
|
| 487 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:323
|
| 488 |
msgid "Payment experience"
|
| 489 |
msgstr "Experiencia de pago"
|
| 490 |
|
| 491 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:325,
|
| 492 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:325
|
| 493 |
msgid ""
|
| 494 |
"Define what payment experience your customers will have, whether inside or "
|
| 495 |
"outside your store."
|
| 497 |
"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
|
| 498 |
"tienda."
|
| 499 |
|
| 500 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:328,
|
| 501 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:328
|
| 502 |
msgid "Redirect"
|
| 503 |
msgstr "Redirect"
|
| 504 |
|
| 505 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:329,
|
| 506 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:329
|
| 507 |
msgid "Modal"
|
| 508 |
msgstr "Modal"
|
| 509 |
|
| 510 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345,
|
| 511 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345
|
| 512 |
msgid ""
|
| 513 |
"Choose the URL that we will show your customers when they finish their "
|
| 514 |
"purchase."
|
| 515 |
msgstr "Elige la URL que mostraremos a tus clientes cuando terminen su compra."
|
| 516 |
|
| 517 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:343,
|
| 518 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:363,
|
| 519 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384,
|
| 520 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384
|
| 521 |
msgid "This seems to be an invalid URL."
|
| 522 |
msgstr "Esto parece ser una URL no válida."
|
| 523 |
|
| 524 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:348,
|
| 525 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:348
|
| 526 |
msgid "Success URL"
|
| 527 |
msgstr "URL de éxito"
|
| 528 |
|
| 529 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365,
|
| 530 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365
|
| 531 |
msgid ""
|
| 532 |
"Choose the URL that we will show to your customers when we refuse their "
|
| 533 |
"purchase. Make sure it includes a message appropriate to the situation and "
|
| 537 |
"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
|
| 538 |
"útil para que puedan solucionarlo."
|
| 539 |
|
| 540 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:368,
|
| 541 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:368
|
| 542 |
msgid "Payment URL rejected"
|
| 543 |
msgstr "URL de pago rechazado"
|
| 544 |
|
| 545 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:386,
|
| 546 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:386
|
| 547 |
msgid ""
|
| 548 |
"Choose the URL that we will show to your customers when they have a payment "
|
| 549 |
"pending approval."
|
| 551 |
"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
|
| 552 |
"de aprobación."
|
| 553 |
|
| 554 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:389,
|
| 555 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:389
|
| 556 |
msgid "Payment URL pending"
|
| 557 |
msgstr "URL de pago pendiente"
|
| 558 |
|
| 559 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403,
|
| 560 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403
|
| 561 |
msgid "Enable the payment methods available to your clients."
|
| 562 |
msgstr "Habilita los medios de pago disponibles para tus clientes."
|
| 563 |
|
| 564 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404,
|
| 565 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404
|
| 566 |
msgid "Choose the payment methods you accept in your store"
|
| 567 |
msgstr "Elige los medios de pago que se aceptan en la tienda"
|
| 568 |
|
| 569 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:408,
|
| 570 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:408
|
| 571 |
msgid "Credit Cards"
|
| 572 |
msgstr "Tarjetas de crédito"
|
| 573 |
|
| 574 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:412,
|
| 575 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:412
|
| 576 |
msgid "Debit Cards"
|
| 577 |
msgstr "Tarjetas de débito"
|
| 578 |
|
| 579 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:416,
|
| 580 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:416
|
| 581 |
msgid "Other Payment Methods"
|
| 582 |
msgstr "Otros medios"
|
| 583 |
|
| 584 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:466,
|
| 585 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:466
|
| 586 |
msgid "Return to the store"
|
| 587 |
msgstr "Volver a la tienda"
|
| 588 |
|
| 589 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:467,
|
| 590 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:467
|
| 591 |
msgid ""
|
| 592 |
"Do you want your customer to automatically return to the store after payment?"
|
| 593 |
msgstr ""
|
| 594 |
"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
|
| 595 |
|
| 596 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:471,
|
| 597 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:471
|
| 598 |
msgid "The buyer <b>will be automatically redirected to the store</b>."
|
| 599 |
msgstr "El comprador <b>será redirigido automáticamente a la tienda</b>."
|
| 600 |
|
| 601 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:472,
|
| 602 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:472
|
| 603 |
msgid "The buyer <b>will not be automatically redirected to the store</b>."
|
| 604 |
msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
|
| 605 |
|
| 606 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537,
|
| 607 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537
|
| 608 |
msgid "Installments without card"
|
| 609 |
msgstr "Cuotas sin tarjeta"
|
| 610 |
|
| 611 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538,
|
| 612 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546,
|
| 613 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 614 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 615 |
msgid "Up to "
|
| 616 |
msgstr "hasta "
|
| 617 |
|
| 618 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538,
|
| 619 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546,
|
| 620 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 621 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 622 |
msgid " installments"
|
| 623 |
msgstr " Cuotas"
|
| 624 |
|
| 625 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545,
|
| 626 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
|
| 627 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353
|
| 628 |
msgid "Credit cards"
|
| 629 |
msgstr "Tarjetas de crédito"
|
| 630 |
|
| 631 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:552,
|
| 632 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361,
|
| 633 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361
|
| 634 |
msgid "Debit cards"
|
| 635 |
msgstr "Tarjetas de débito "
|
| 636 |
|
| 637 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:558,
|
| 638 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:558
|
| 639 |
msgid "Bank Transfer"
|
| 640 |
msgstr "Transferencia bancaria"
|
| 641 |
|
| 642 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:564,
|
| 643 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:564
|
| 644 |
msgid "Payment by cash"
|
| 645 |
msgstr "Pagos en efectivo "
|
| 646 |
|
| 647 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:593,
|
| 648 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:593
|
| 649 |
+
msgid "Payment with Mercado Credito"
|
| 650 |
+
msgstr "Pagos con Mercado Crédito"
|
| 651 |
+
|
| 652 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:594,
|
| 653 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:594
|
| 654 |
+
msgid "New!"
|
| 655 |
+
msgstr "¡Nuevo!"
|
| 656 |
+
|
| 657 |
+
#. translators: %s link to Mercado Credits blog
|
| 658 |
+
#. translators: %s link to Mercado Credits blog
|
| 659 |
+
#. translators: %s link to Mercado Credits blog
|
| 660 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:599,
|
| 661 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:599
|
| 662 |
+
msgid ""
|
| 663 |
+
"With <a href=\"%s\" target=\"blank\">Mercado Credito</a>, clients can pay "
|
| 664 |
+
"<b>in installments with no card, by transfers, invoice or money available in "
|
| 665 |
+
"their Mercado Pago account.</b><br/><b>By activating the no-card "
|
| 666 |
+
"installments banner</b>, you will increase your chances of selling."
|
| 667 |
+
msgstr ""
|
| 668 |
+
"Con <a href=\"%s\" target=\"blank\">Mercado Crédito</a>, los clientes pagan "
|
| 669 |
+
"<b>en cuotas sin tarjeta, por transferencia, tarjeta de débito, efectivo o "
|
| 670 |
+
"dinero disponible en la cuenta de Mercado Pago. </b><br/><b>Al activar el "
|
| 671 |
+
"componente de cuotas sin tarjeta</b>, aumentarás tus chances de vender. Para "
|
| 672 |
+
"saber más, ingresá a documentación."
|
| 673 |
+
|
| 674 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:603,
|
| 675 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:603
|
| 676 |
+
msgid "The no-card installments banner is <b>active</b>."
|
| 677 |
+
msgstr "El componente de cuotas sin tarjeta está <b>activado</b>."
|
| 678 |
+
|
| 679 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:604,
|
| 680 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:604
|
| 681 |
+
msgid "The no-card installments banner is <b>disabled</b>."
|
| 682 |
+
msgstr "El componente de cuotas sin tarjeta está <b>desactivado</b> ."
|
| 683 |
+
|
| 684 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:642,
|
| 685 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:652,
|
| 686 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:652
|
| 687 |
+
msgid "Banner on the product page | Computer version"
|
| 688 |
+
msgstr "Componente en la página del producto | Versión para computadora"
|
| 689 |
+
|
| 690 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:643,
|
| 691 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:643
|
| 692 |
+
msgid "Banner on the product page | Cellphone version"
|
| 693 |
+
msgstr "Componente en la página del producto | Versión para celular"
|
| 694 |
+
|
| 695 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:650,
|
| 696 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:650
|
| 697 |
+
msgid "Computer"
|
| 698 |
+
msgstr "Computadora"
|
| 699 |
+
|
| 700 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:651,
|
| 701 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:651
|
| 702 |
+
msgid "Mobile"
|
| 703 |
+
msgstr "Celular"
|
| 704 |
+
|
| 705 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653,
|
| 706 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653
|
| 707 |
+
msgid "Banner visualization"
|
| 708 |
+
msgstr "Visualización del componente"
|
| 709 |
+
|
| 710 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654,
|
| 711 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654
|
| 712 |
+
msgid "Check the example of how it will appear in the store:"
|
| 713 |
+
msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:"
|
| 714 |
+
|
| 715 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710,
|
| 716 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697,
|
| 717 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584,
|
| 718 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572,
|
| 719 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
|
| 726 |
msgid "discount of"
|
| 727 |
msgstr "descuento de"
|
| 728 |
|
| 729 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715,
|
| 730 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702,
|
| 731 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
|
| 732 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577,
|
| 733 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
|
| 796 |
|
| 797 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
|
| 798 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
|
| 799 |
+
#, fuzzy
|
| 800 |
+
#| msgid "Advanced configuration of the personalized payment experience\""
|
| 801 |
+
msgid "Advanced configuration of the personalized payment experience"
|
| 802 |
msgstr "Configuración Avanzada"
|
| 803 |
|
| 804 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208,
|
| 805 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208
|
| 806 |
+
msgid "Payments via Mercado Pago account"
|
| 807 |
+
msgstr "Pagos a través de la cuenta de Mercado Pago"
|
| 808 |
|
| 809 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209,
|
| 810 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
|
| 811 |
msgid ""
|
| 812 |
+
"Your customers pay faster with saved cards, money balance or other available "
|
| 813 |
+
"methods in their Mercado Pago accounts."
|
| 814 |
msgstr ""
|
| 815 |
+
"Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o "
|
| 816 |
+
"con otros medios disponibles en sus cuentas de MP."
|
| 817 |
|
| 818 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213,
|
| 819 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213
|
| 820 |
+
msgid "Payments via Mercado Pago accounts are <b>active</b>."
|
| 821 |
+
msgstr "Los pagos a través de la cuenta de Mercado Pago están <b>activos</b>."
|
|
|
|
| 822 |
|
| 823 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214,
|
| 824 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214
|
| 825 |
+
msgid "Payments via Mercado Pago accounts are <b>inactive</b>."
|
| 826 |
msgstr ""
|
| 827 |
+
"Los pagos a través de la cuenta de Mercado Pago están <b>deshabilitados</b>."
|
|
|
|
| 828 |
|
| 829 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233,
|
| 830 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233
|
| 831 |
+
msgid "Check an example of how it will appear in your store:"
|
| 832 |
+
msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
|
| 833 |
|
| 834 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264,
|
| 835 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
|
| 1002 |
msgstr "Descripción"
|
| 1003 |
|
| 1004 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:762,
|
| 1005 |
+
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
|
| 1006 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
|
| 1007 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
|
| 1008 |
msgid "Important! To sell you must enter your credentials."
|
| 1023 |
msgid "Mercado Pago Plugin general settings"
|
| 1024 |
msgstr "Configuraciones generales del plugin de Mercado Pago"
|
| 1025 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1026 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775,
|
| 1027 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
|
| 1028 |
msgid ""
|
| 2033 |
|
| 2034 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130,
|
| 2035 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130
|
| 2036 |
+
msgid "Enable payments via Mercado Pago account"
|
| 2037 |
+
msgstr "Pagos a través de la cuenta de Mercado Pago"
|
| 2038 |
|
| 2039 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133,
|
| 2040 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133
|
| 2041 |
msgid ""
|
| 2042 |
+
"When you enable this function, your customers pay faster using their Mercado "
|
| 2043 |
+
"Pago accounts.</br>The approval rate of these payments in your store can be "
|
| 2044 |
+
"25% higher compared to other payment methods."
|
| 2045 |
msgstr ""
|
| 2046 |
+
"Con esta función activa, tus clientes pagan más rápido usando su cuenta de "
|
| 2047 |
+
"Mercado Pago.</br>La tasa de aprobación de estos pagos en tu tienda puede "
|
| 2048 |
+
"ser un 25% mayor en comparación con otros medios de pago."
|
|
|
|
| 2049 |
|
| 2050 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142,
|
| 2051 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142
|
| 2052 |
+
msgid "Activate"
|
| 2053 |
+
msgstr ""
|
| 2054 |
|
| 2055 |
#: ../../includes/admin/views/html-admin-alert-frame.php:34,
|
| 2056 |
#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30,
|
| 2176 |
msgstr "Ajustar plazos y tasas"
|
| 2177 |
|
| 2178 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215,
|
| 2179 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126,
|
| 2180 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126
|
| 2181 |
msgid "Questions? "
|
| 2182 |
msgstr "¿Dudas? "
|
| 2183 |
|
| 2785 |
"inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
|
| 2786 |
|
| 2787 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
|
| 2788 |
+
#: ../../templates/checkout/custom-checkout.php:44,
|
|
|
|
| 2789 |
#: ../../templates/receipt/custom-checkout.php:41,
|
| 2790 |
#: ../../templates/receipt/custom-checkout.php:41
|
| 2791 |
msgid "Pay with Mercado Pago"
|
| 2797 |
msgid "Cancel & Clear Cart"
|
| 2798 |
msgstr "Cancelar & Limpiar carrito"
|
| 2799 |
|
| 2800 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134,
|
| 2801 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
|
| 2802 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
|
| 2803 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
|
| 2804 |
msgid "Apply"
|
| 2805 |
msgstr "Aplicar"
|
| 2806 |
|
| 2807 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
|
| 2808 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
|
| 2809 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
|
| 2810 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
|
| 2811 |
msgid "Remove"
|
| 2812 |
msgstr "Retirar"
|
| 2813 |
|
| 2814 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
|
| 2815 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
|
| 2816 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
|
| 2817 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
|
| 2818 |
msgid "Please, inform your coupon code"
|
| 2819 |
msgstr "Por favor, informe su código de cupón"
|
| 2820 |
|
| 2821 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
|
| 2822 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
|
| 2823 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
|
| 2824 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
|
| 2825 |
msgid "To choose"
|
| 2826 |
msgstr "Elegir"
|
| 2827 |
|
| 2828 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
|
| 2829 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
|
| 2830 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
|
| 2831 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
|
| 2832 |
msgid "Other bank"
|
| 2833 |
msgstr "Otro banco"
|
| 2834 |
|
| 2835 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
|
| 2836 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
|
| 2837 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
|
| 2838 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
|
| 2839 |
msgid "You will save"
|
| 2840 |
msgstr "Salvarás"
|
| 2841 |
|
| 2842 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
|
| 2843 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
|
| 2844 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
|
| 2845 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
|
| 2846 |
msgid "with discount of"
|
| 2847 |
msgstr "con descuento de"
|
| 2848 |
|
| 2849 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
|
| 2850 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
|
| 2851 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
|
| 2852 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
|
| 2853 |
msgid "Total of your purchase:"
|
| 2854 |
msgstr "Total de su compra:"
|
| 2855 |
|
| 2856 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
|
| 2857 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
|
| 2858 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
|
| 2859 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
|
| 2860 |
msgid "Total of your purchase with discount:"
|
| 2861 |
msgstr "Total de su compra con descuento:"
|
| 2862 |
|
| 2863 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
|
| 2864 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
|
| 2865 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
|
| 2866 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
|
| 2867 |
msgid "*After payment approval"
|
| 2868 |
msgstr "*Tras la aprobación del pago"
|
| 2869 |
|
| 2870 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
|
| 2871 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
|
| 2872 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
|
| 2873 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
|
| 2874 |
msgid "Terms and conditions of use"
|
| 2875 |
msgstr "Términos y condiciones de uso"
|
| 2876 |
|
| 2877 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
|
| 2878 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163,
|
| 2879 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
|
| 2880 |
msgid "No fee"
|
| 2881 |
msgstr "Sin interés"
|
| 2882 |
|
| 2883 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
|
| 2884 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
|
| 2885 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
|
| 2886 |
msgid "More options"
|
| 2887 |
msgstr "Más opciones"
|
| 2888 |
|
| 2889 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
|
| 2890 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154
|
| 2891 |
msgid "mm/yy"
|
| 2892 |
msgstr "mm/aa"
|
| 2893 |
|
| 2894 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
|
| 2895 |
+
#: ../../templates/checkout/custom-checkout.php:125,
|
| 2896 |
+
#: ../../templates/checkout/custom-checkout.php:125
|
| 2897 |
msgid "Issuer"
|
| 2898 |
msgstr "Banco"
|
| 2899 |
|
| 2900 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
|
| 2901 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156
|
| 2902 |
msgid "Installments"
|
| 2903 |
msgstr "cuotas "
|
| 2904 |
|
| 2905 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159,
|
| 2906 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159
|
| 2907 |
msgid "on the back"
|
| 2908 |
msgstr "del dorso"
|
| 2909 |
|
| 2910 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
|
| 2911 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
|
| 2912 |
msgid "on the front"
|
| 2913 |
msgstr "del frente"
|
| 2914 |
|
| 2915 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162,
|
| 2916 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162
|
| 2917 |
msgid "digits"
|
| 2918 |
msgstr "dígitos"
|
| 2919 |
|
| 2920 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167,
|
| 2921 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167
|
| 2922 |
msgid "Card number is required"
|
| 2923 |
msgstr "Número de tarjeta obligatorio"
|
| 2924 |
|
| 2925 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
|
| 2926 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
|
| 2927 |
msgid "Card number invalid"
|
| 2928 |
msgstr "Número de tarjeta inválido"
|
| 2929 |
|
| 2930 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171,
|
| 2931 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
|
| 2932 |
msgid "Holder name is required"
|
| 2933 |
msgstr "Nombre del titular obligatorio"
|
| 2934 |
|
| 2935 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
|
| 2936 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
|
| 2937 |
msgid "Holder name invalid"
|
| 2938 |
msgstr "Nombre del titular inválido"
|
| 2939 |
|
|
|
|
| 2940 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
|
| 2941 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
|
| 2942 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
|
| 2943 |
msgid "Expiration date invalid"
|
| 2944 |
msgstr "Fecha de vencimiento inválido"
|
| 2945 |
|
| 2946 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
|
| 2947 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176
|
| 2948 |
msgid "Expiration date incomplete"
|
| 2949 |
msgstr "Fecha de vencimiento obligatorio"
|
| 2950 |
|
| 2951 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180,
|
| 2952 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180
|
| 2953 |
msgid "Security code is required"
|
| 2954 |
msgstr "Código de seguridad obligatorio"
|
| 2955 |
|
| 2956 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
|
| 2957 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
|
| 2958 |
msgid "Security code incomplete"
|
| 2959 |
msgstr "Código de seguridad incompleto"
|
| 2960 |
|
| 2961 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188,
|
| 2962 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188
|
| 2963 |
+
msgid "Error loading form."
|
| 2964 |
+
msgstr "Error al cargar el formulario."
|
| 2965 |
+
|
| 2966 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189,
|
| 2967 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189
|
| 2968 |
+
msgid "Please refresh the page to try again."
|
| 2969 |
+
msgstr "Actualice la página para volver a intentarlo."
|
| 2970 |
+
|
| 2971 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190,
|
| 2972 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190
|
| 2973 |
+
msgid "Refresh page"
|
| 2974 |
+
msgstr "Actualizar página"
|
| 2975 |
+
|
| 2976 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
|
| 2977 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
|
| 2978 |
msgid "Now you just need to pay with Pix to finalize your purchase"
|
| 3023 |
msgid "Copy code"
|
| 3024 |
msgstr "Copiar código"
|
| 3025 |
|
| 3026 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:112,
|
| 3027 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:112
|
| 3028 |
+
msgid "Pay in"
|
| 3029 |
+
msgstr "Pagá"
|
| 3030 |
+
|
| 3031 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:113,
|
| 3032 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:113
|
| 3033 |
+
msgid "installments"
|
| 3034 |
+
msgstr "en cuotas"
|
| 3035 |
+
|
| 3036 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:114,
|
| 3037 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:114
|
| 3038 |
+
msgid "with Mercado Pago"
|
| 3039 |
+
msgstr "con Mercado Pago"
|
| 3040 |
+
|
| 3041 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:115,
|
| 3042 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:115
|
| 3043 |
+
msgid "Read more"
|
| 3044 |
+
msgstr "Leer más"
|
| 3045 |
+
|
| 3046 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:116,
|
| 3047 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:116
|
| 3048 |
+
msgid "Buy now and pay in installments with no card later!"
|
| 3049 |
+
msgstr "¡Compra ahora y paga después en meses sin tarjeta!"
|
| 3050 |
+
|
| 3051 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:117,
|
| 3052 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:117
|
| 3053 |
+
msgid "100% online, without paperwork or monthly fees"
|
| 3054 |
+
msgstr "100% online, sin bancos ni costo de mantenimiento"
|
| 3055 |
+
|
| 3056 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:118,
|
| 3057 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:118
|
| 3058 |
+
msgid "How does it work?"
|
| 3059 |
+
msgstr "¿Cómo funciona?"
|
| 3060 |
+
|
| 3061 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:119,
|
| 3062 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:119
|
| 3063 |
+
msgid "When paying, choose"
|
| 3064 |
+
msgstr "Al pagar elegí"
|
| 3065 |
+
|
| 3066 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:120,
|
| 3067 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:120
|
| 3068 |
+
msgid "Mercado Pago"
|
| 3069 |
+
msgstr "Mercado Pago"
|
| 3070 |
+
|
| 3071 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:121,
|
| 3072 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:121
|
| 3073 |
+
msgid ". Login to your account or create one in a few steps."
|
| 3074 |
+
msgstr ". Podrás ingresar con tu cuenta o crear una en pocos pasos."
|
| 3075 |
+
|
| 3076 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:122,
|
| 3077 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:122
|
| 3078 |
+
msgid "Search for"
|
| 3079 |
+
msgstr "Busca"
|
| 3080 |
+
|
| 3081 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:123,
|
| 3082 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:123
|
| 3083 |
+
msgid "Mercado Credito"
|
| 3084 |
+
msgstr "Mercado Crédito"
|
| 3085 |
+
|
| 3086 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:124,
|
| 3087 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:124
|
| 3088 |
+
msgid ""
|
| 3089 |
+
"among the options, select it and choose in how many installments you would "
|
| 3090 |
+
"like to pay."
|
| 3091 |
+
msgstr ""
|
| 3092 |
+
"entre las opciones, selecciónalo y elegí en cuántas cuotas quieres pagar."
|
| 3093 |
+
|
| 3094 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:125,
|
| 3095 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:125
|
| 3096 |
+
msgid "Pay your installments monthly as you wish, in the Mercado Pago app."
|
| 3097 |
+
msgstr ""
|
| 3098 |
+
"Pagá mes a mes tus cuotas como prefieras, desde la app de Mercado Pago."
|
| 3099 |
+
|
| 3100 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:128,
|
| 3101 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:128
|
| 3102 |
+
msgid "Check our FAQ"
|
| 3103 |
+
msgstr "Consulta nuestra FAQ"
|
| 3104 |
+
|
| 3105 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:129,
|
| 3106 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:129
|
| 3107 |
+
msgid ". Credit subject to approval."
|
| 3108 |
+
msgstr ". Crédito sujeto a aprobación."
|
| 3109 |
+
|
| 3110 |
#: ../../includes/module/sdk/lib/class-mp.php:182,
|
| 3111 |
#: ../../includes/module/sdk/lib/class-mp.php:634,
|
| 3112 |
#: ../../includes/module/sdk/lib/class-mp.php:682,
|
| 3113 |
+
#: ../../includes/module/sdk/lib/class-mp.php:727,
|
| 3114 |
+
#: ../../includes/module/sdk/lib/class-mp.php:986,
|
| 3115 |
+
#: ../../includes/module/sdk/lib/class-mp.php:986
|
| 3116 |
msgid "Response from cache"
|
| 3117 |
msgstr "Respuesta de la caché"
|
| 3118 |
|
| 3119 |
+
#: ../../includes/module/sdk/lib/class-mp.php:1000,
|
| 3120 |
+
#: ../../includes/module/sdk/lib/class-mp.php:1000
|
| 3121 |
+
msgid "Response from API"
|
| 3122 |
+
msgstr "Respuesta de la API"
|
| 3123 |
+
|
| 3124 |
#. translators: 1: total_time currency 2: url
|
| 3125 |
#. translators: 1: total_time currency 2: url
|
| 3126 |
#. translators: 1: total_time currency 2: url
|
| 3152 |
|
| 3153 |
#: ../../templates/checkout/basic-checkout.php:36,
|
| 3154 |
#: ../../templates/checkout/basic-checkout.php:36
|
| 3155 |
+
msgid ""
|
| 3156 |
+
"If you already have a Mercado Libre account, use the same email and password"
|
| 3157 |
+
msgstr ""
|
| 3158 |
+
"Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña "
|
| 3159 |
|
| 3160 |
#: ../../templates/checkout/basic-checkout.php:37,
|
| 3161 |
#: ../../templates/checkout/basic-checkout.php:37
|
| 3162 |
+
msgid "Buy with your balance or saved cards"
|
| 3163 |
+
msgstr "Compra con tu dinero disponible o tarjetas guardadas "
|
| 3164 |
|
| 3165 |
#: ../../templates/checkout/basic-checkout.php:38,
|
| 3166 |
#: ../../templates/checkout/basic-checkout.php:38
|
| 3167 |
+
msgid "Earn more points and have exclusive benefits in Mercado Puntos"
|
| 3168 |
+
msgstr "Gana más puntos y ventajas exclusivas en Mercado Puntos "
|
| 3169 |
|
| 3170 |
#: ../../templates/checkout/basic-checkout.php:41,
|
| 3171 |
#: ../../templates/checkout/basic-checkout.php:41
|
| 3175 |
#: ../../templates/checkout/basic-checkout.php:53,
|
| 3176 |
#: ../../templates/checkout/basic-checkout.php:53
|
| 3177 |
msgid ""
|
| 3178 |
+
"When you confirm your purchase, we will redirect you to your Mercado Pago "
|
| 3179 |
"account"
|
| 3180 |
+
msgstr ""
|
| 3181 |
+
"Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado Pago"
|
| 3182 |
|
| 3183 |
#: ../../templates/checkout/basic-checkout.php:54,
|
| 3184 |
#: ../../templates/checkout/basic-checkout.php:54
|
| 3186 |
msgstr ""
|
| 3187 |
|
| 3188 |
#: ../../templates/checkout/basic-checkout.php:63,
|
| 3189 |
+
#: ../../templates/checkout/custom-checkout.php:145,
|
| 3190 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3191 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3192 |
#: ../../templates/checkout/ticket-checkout.php:60
|
| 3194 |
msgstr "Al continuar, aceptas nuestros"
|
| 3195 |
|
| 3196 |
#: ../../templates/checkout/basic-checkout.php:64,
|
| 3197 |
+
#: ../../templates/checkout/custom-checkout.php:145,
|
| 3198 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3199 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3200 |
#: ../../templates/checkout/ticket-checkout.php:60
|
| 3201 |
msgid "Terms and conditions"
|
| 3202 |
msgstr "Términos y condiciones "
|
| 3203 |
|
| 3204 |
+
#: ../../templates/checkout/custom-checkout.php:23,
|
| 3205 |
+
#: ../../templates/checkout/custom-checkout.php:23
|
| 3206 |
msgid "Checkout Custom in Test Mode"
|
| 3207 |
msgstr "Tarjeta de crédito en Modo Test"
|
| 3208 |
|
| 3209 |
+
#: ../../templates/checkout/custom-checkout.php:24,
|
| 3210 |
+
#: ../../templates/checkout/custom-checkout.php:24
|
| 3211 |
msgid "Use Mercado Pago means without real charges."
|
| 3212 |
msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
|
| 3213 |
|
| 3214 |
+
#: ../../templates/checkout/custom-checkout.php:25,
|
| 3215 |
+
#: ../../templates/checkout/custom-checkout.php:25
|
| 3216 |
msgid "See test mode rules."
|
| 3217 |
msgstr "Ver las reglas del Modo Test. "
|
| 3218 |
|
| 3219 |
#: ../../templates/checkout/custom-checkout.php:35,
|
| 3220 |
#: ../../templates/checkout/custom-checkout.php:35
|
| 3221 |
+
msgid "Pay with saved cards"
|
| 3222 |
+
msgstr "Paga con tarjetas guardadas"
|
| 3223 |
|
| 3224 |
+
#: ../../templates/checkout/custom-checkout.php:39,
|
| 3225 |
+
#: ../../templates/checkout/custom-checkout.php:39
|
| 3226 |
+
msgid ""
|
| 3227 |
+
"Do you have a Mercado Libre account? Then use the same email and password to "
|
| 3228 |
+
"pay faster with Mercado Pago."
|
| 3229 |
+
msgstr ""
|
| 3230 |
+
"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
|
| 3231 |
+
"pagar más rápido \n"
|
| 3232 |
+
"con Mercado Pago."
|
| 3233 |
+
|
| 3234 |
+
#: ../../templates/checkout/custom-checkout.php:61,
|
| 3235 |
+
#: ../../templates/checkout/custom-checkout.php:61
|
| 3236 |
msgid "With which card can you pay?"
|
| 3237 |
msgstr "¿Con qué tarjeta puedes pagar?"
|
| 3238 |
|
| 3239 |
+
#: ../../templates/checkout/custom-checkout.php:73,
|
| 3240 |
+
#: ../../templates/checkout/custom-checkout.php:73
|
| 3241 |
msgid "See current promotions"
|
| 3242 |
msgstr "Ver promociones vigentes"
|
| 3243 |
|
| 3244 |
+
#: ../../templates/checkout/custom-checkout.php:81,
|
| 3245 |
+
#: ../../templates/checkout/custom-checkout.php:81
|
| 3246 |
msgid "Fill in your card details"
|
| 3247 |
msgstr "Completa los datos de tu tarjeta"
|
| 3248 |
|
| 3249 |
+
#: ../../templates/checkout/custom-checkout.php:83,
|
| 3250 |
+
#: ../../templates/checkout/custom-checkout.php:83
|
| 3251 |
msgid "Card number"
|
| 3252 |
msgstr "Número de Tarjeta"
|
| 3253 |
|
| 3254 |
+
#: ../../templates/checkout/custom-checkout.php:85,
|
| 3255 |
+
#: ../../templates/checkout/custom-checkout.php:92,
|
| 3256 |
+
#: ../../templates/checkout/custom-checkout.php:101,
|
| 3257 |
+
#: ../../templates/checkout/custom-checkout.php:109,
|
| 3258 |
+
#: ../../templates/checkout/custom-checkout.php:109
|
| 3259 |
msgid "Required data"
|
| 3260 |
msgstr "Datos obligatorios"
|
| 3261 |
|
| 3262 |
+
#: ../../templates/checkout/custom-checkout.php:90,
|
| 3263 |
+
#: ../../templates/checkout/custom-checkout.php:90
|
| 3264 |
msgid "Holder name as it appears on the card"
|
| 3265 |
msgstr "Nombre del titular como aparece en la tarjeta"
|
| 3266 |
|
| 3267 |
+
#: ../../templates/checkout/custom-checkout.php:98,
|
| 3268 |
+
#: ../../templates/checkout/custom-checkout.php:98
|
| 3269 |
msgid "Expiration"
|
| 3270 |
msgstr "Vencimiento"
|
| 3271 |
|
| 3272 |
+
#: ../../templates/checkout/custom-checkout.php:106,
|
| 3273 |
+
#: ../../templates/checkout/custom-checkout.php:106
|
| 3274 |
msgid "Security Code"
|
| 3275 |
msgstr "Código de seguridad"
|
| 3276 |
|
| 3277 |
+
#: ../../templates/checkout/custom-checkout.php:115,
|
| 3278 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3279 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3280 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3281 |
msgid "Holder document"
|
| 3282 |
msgstr "Documento del titular"
|
| 3283 |
|
| 3284 |
+
#: ../../templates/checkout/custom-checkout.php:115,
|
| 3285 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3286 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3287 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3288 |
msgid "Invalid document"
|
| 3289 |
msgstr "Número de documento no válido"
|
| 3290 |
|
| 3291 |
+
#: ../../templates/checkout/custom-checkout.php:121,
|
| 3292 |
+
#: ../../templates/checkout/custom-checkout.php:133,
|
| 3293 |
+
#: ../../templates/checkout/custom-checkout.php:133
|
| 3294 |
msgid "Select the number of installments"
|
| 3295 |
msgstr "Selecciona la cantidad de cuotas"
|
| 3296 |
|
| 3297 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3298 |
#: ../../templates/checkout/pix-checkout.php:22
|
|
|
|
|
|
|
| 3299 |
msgid "Pix in Test Mode"
|
| 3300 |
+
msgstr "Pix en Modo Test"
|
| 3301 |
|
| 3302 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3303 |
#: ../../templates/checkout/pix-checkout.php:22
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3304 |
msgid ""
|
| 3305 |
"You can test the flow to generate a code, but you cannot finalize the "
|
| 3306 |
"payment."
|
| 3307 |
msgstr ""
|
| 3308 |
+
"Es posible probar el flujo para generar una factura, pero no es posible "
|
| 3309 |
"finalizar el pago."
|
| 3310 |
|
| 3311 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3312 |
#: ../../templates/checkout/pix-checkout.php:27
|
|
|
|
|
|
|
| 3313 |
msgid "Pay instantly"
|
| 3314 |
+
msgstr "Pago instantáneo"
|
| 3315 |
|
| 3316 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3317 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3318 |
msgid ""
|
| 3319 |
"By confirming your purchase, we will show you a code to make the payment."
|
| 3320 |
msgstr ""
|
| 3321 |
+
"Al confirmar tu compra, te mostraremos un código para realizar el pago."
|
| 3322 |
|
| 3323 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3324 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3325 |
msgid "Pix logo"
|
| 3326 |
+
msgstr "Pix logo"
|
| 3327 |
|
| 3328 |
#: ../../templates/checkout/ticket-checkout.php:23,
|
| 3329 |
#: ../../templates/checkout/ticket-checkout.php:23
|
| 3377 |
msgid "Print ticket"
|
| 3378 |
msgstr "Imprimir ticket"
|
| 3379 |
|
| 3380 |
+
#~ msgid "Click here to see more details..."
|
| 3381 |
+
#~ msgstr "Haga clic aquí para ver más detalles…"
|
| 3382 |
+
|
| 3383 |
+
#~ msgid "Purchases with saved cards or money in Mercado Pago"
|
| 3384 |
+
#~ msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago"
|
| 3385 |
+
|
| 3386 |
+
#~ msgid ""
|
| 3387 |
+
#~ "Feature for those who have a saved card or money in Mercado Pago to buy "
|
| 3388 |
+
#~ "without having to fill in details."
|
| 3389 |
+
#~ msgstr ""
|
| 3390 |
+
#~ "Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en "
|
| 3391 |
+
#~ "Mercado Pago puedan comprar sin la necesidad de completar datos."
|
| 3392 |
+
|
| 3393 |
+
#~ msgid "The feature for payments with <b>saved cards</b> is <b>active</b>."
|
| 3394 |
+
#~ msgstr ""
|
| 3395 |
+
#~ "La funcionalidad para pagos con <b>tarjetas guardadas</b> está <b>activa</"
|
| 3396 |
+
#~ "b>."
|
| 3397 |
+
|
| 3398 |
+
#~ msgid "The feature for payments with <b>saved cards</b> is <b>inactive</b>."
|
| 3399 |
+
#~ msgstr ""
|
| 3400 |
+
#~ "La funcionalidad para pagos con <b>tarjetas guardadas</b> está "
|
| 3401 |
+
#~ "<b>inactiva</b>."
|
| 3402 |
+
|
| 3403 |
+
#~ msgid "You can see how the feature is in your store Checkout below:"
|
| 3404 |
+
#~ msgstr ""
|
| 3405 |
+
#~ "A continuación, cómo es la funcionalidad en el checkout de la tienda:"
|
| 3406 |
+
|
| 3407 |
+
#~ msgid "Mercado Pago customers can now pay with stored cards."
|
| 3408 |
+
#~ msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas."
|
| 3409 |
+
|
| 3410 |
+
#~ msgid ""
|
| 3411 |
+
#~ "The function Saved card payments is enabled. With this setting, "
|
| 3412 |
+
#~ "customers using Mercado Pago can purchase without having to fill in "
|
| 3413 |
+
#~ "payment details. You can control this option in the settings."
|
| 3414 |
+
#~ msgstr ""
|
| 3415 |
+
#~ "La función Pago con tarjetas guardadas de Mercado Pago está habilitada. "
|
| 3416 |
+
#~ "Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que "
|
| 3417 |
+
#~ "completar los datos de la tarjeta. Puedes controlar esta opción en "
|
| 3418 |
+
#~ "configuración."
|
| 3419 |
+
|
| 3420 |
+
#~ msgid "Go to settings"
|
| 3421 |
+
#~ msgstr "Ir a la configuración"
|
| 3422 |
+
|
| 3423 |
+
#~ msgid "Secure payment"
|
| 3424 |
+
#~ msgstr "Pago seguro"
|
| 3425 |
+
|
| 3426 |
+
#~ msgid "No need to fill out details"
|
| 3427 |
+
#~ msgstr "Sin cargar datos"
|
| 3428 |
+
|
| 3429 |
+
#~ msgid "Installments available"
|
| 3430 |
+
#~ msgstr "Cuotas disponibles"
|
| 3431 |
+
|
| 3432 |
+
#~ msgid "Pay faster with your saved cards and without completing data."
|
| 3433 |
+
#~ msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos."
|
| 3434 |
+
|
| 3435 |
#, fuzzy
|
| 3436 |
#~| msgid "Important! To sell you must enter your credentials."
|
| 3437 |
#~ msgid "Important! To sell, you must enter your credentials."
|
| 3474 |
#~ msgid "We take you to our site to complete the payment"
|
| 3475 |
#~ msgstr "Te llevamos a nuestro sitio para completar el pago"
|
| 3476 |
|
|
|
|
|
|
|
|
|
|
| 3477 |
#~ msgid "Enter your discount coupon"
|
| 3478 |
#~ msgstr "Ingresa tu cupón de descuento"
|
| 3479 |
|
| 3579 |
#~ msgid "Report Problem"
|
| 3580 |
#~ msgstr "Informar problema"
|
| 3581 |
|
|
|
|
|
|
|
|
|
|
| 3582 |
#~ msgid "Accept all method of payment and take your charges to another level"
|
| 3583 |
#~ msgstr "Acepta todos los medios de pago y lleva tus cobros a otro nivel"
|
| 3584 |
|
| 3819 |
#~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
|
| 3820 |
#~ "recibir pagos reales."
|
| 3821 |
|
|
|
|
|
|
|
|
|
|
| 3822 |
#~ msgid ""
|
| 3823 |
#~ "What category do your products belong to? Choose the one that best "
|
| 3824 |
#~ "characterizes them (choose \"other\" if your product is too specific)."
|
| 3937 |
#~ "esté bien. Si ya saliste a Producción,<br> trae a tus clientes y aumenta "
|
| 3938 |
#~ "tus ventas con la mejor experiencia de compra online."
|
| 3939 |
|
|
|
|
|
|
|
|
|
|
| 3940 |
#~ msgid "%s"
|
| 3941 |
#~ msgstr "%s"
|
| 3942 |
|
i18n/languages/woocommerce-mercadopago-es_CO.mo
CHANGED
|
Binary file
|
i18n/languages/woocommerce-mercadopago-es_CO.po
CHANGED
|
@@ -14,14 +14,14 @@ msgstr ""
|
|
| 14 |
"X-Generator: Poedit 3.1.1\n"
|
| 15 |
|
| 16 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145,
|
| 17 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 18 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 19 |
msgid "By continuing, you agree to our "
|
| 20 |
msgstr "Al continuar, aceptas nuestros "
|
| 21 |
|
| 22 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147,
|
| 23 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 24 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 25 |
msgid "Terms and Conditions"
|
| 26 |
msgstr "Términos y condiciones"
|
| 27 |
|
|
@@ -85,8 +85,8 @@ msgstr ""
|
|
| 85 |
msgid "Invalid credentials"
|
| 86 |
msgstr "Credenciales no válidas"
|
| 87 |
|
| 88 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 89 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 90 |
msgid ""
|
| 91 |
"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
|
| 92 |
"Please update your PHP version."
|
|
@@ -94,13 +94,13 @@ msgstr ""
|
|
| 94 |
"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
|
| 95 |
"favor actualice su versión de PHP."
|
| 96 |
|
| 97 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 98 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 99 |
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
|
| 100 |
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
|
| 101 |
|
| 102 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 103 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 104 |
msgid ""
|
| 105 |
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
|
| 106 |
"extension is required to send QR Code Pix by email."
|
|
@@ -112,29 +112,29 @@ msgstr ""
|
|
| 112 |
#. translators: %s link to WooCommerce
|
| 113 |
#. translators: %s link to WooCommerce
|
| 114 |
#. translators: %s link to WooCommerce
|
| 115 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 116 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 117 |
msgid "The Mercado Pago module needs an active version of %s in order to work!"
|
| 118 |
msgstr ""
|
| 119 |
"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
|
| 120 |
|
| 121 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 122 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 123 |
msgid "Cancel order"
|
| 124 |
msgstr "Cancelar orden"
|
| 125 |
|
| 126 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 127 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 128 |
msgid "The payment method is not valid or not available."
|
| 129 |
msgstr "El medio de pago no es válido o no está disponible."
|
| 130 |
|
| 131 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 132 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 133 |
msgid "The transaction amount cannot be processed by Mercado Pago."
|
| 134 |
msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
|
| 135 |
|
| 136 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 137 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 138 |
msgid ""
|
| 139 |
"Possible causes: Currency not supported; Amounts below the minimum or above "
|
| 140 |
"the maximum allowed."
|
|
@@ -142,13 +142,13 @@ msgstr ""
|
|
| 142 |
"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
|
| 143 |
"encima del máximo permitido."
|
| 144 |
|
| 145 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 146 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 147 |
msgid "The users are not valid."
|
| 148 |
msgstr "Los usuários no son válidos."
|
| 149 |
|
| 150 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 151 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 152 |
msgid ""
|
| 153 |
"Possible causes: Buyer and seller have the same account in Mercado Pago; The "
|
| 154 |
"transaction involving production and test users."
|
|
@@ -156,89 +156,89 @@ msgstr ""
|
|
| 156 |
"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
|
| 157 |
"Pago; La transacción involucrando usuários de producción y de prueba."
|
| 158 |
|
| 159 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 160 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 161 |
msgid "Unauthorized use of production credentials."
|
| 162 |
msgstr "Uso no autorizado de credenciales de producción."
|
| 163 |
|
| 164 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 165 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 166 |
msgid ""
|
| 167 |
"Possible causes: Use permission in use for the credential of the seller."
|
| 168 |
msgstr ""
|
| 169 |
"Posibles causas: Pendencia de permiso de uso en producción para la "
|
| 170 |
"credencial del vendedor."
|
| 171 |
|
| 172 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 173 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 174 |
msgid "Colombia"
|
| 175 |
msgstr "Colombia"
|
| 176 |
|
| 177 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 178 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 179 |
msgid "Argentina"
|
| 180 |
msgstr "Argentina"
|
| 181 |
|
| 182 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 183 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 184 |
msgid "Brazil"
|
| 185 |
msgstr "Brasil"
|
| 186 |
|
| 187 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 188 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 189 |
msgid "Chile"
|
| 190 |
msgstr "Chile"
|
| 191 |
|
| 192 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 193 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 194 |
msgid "Mexico"
|
| 195 |
msgstr "México"
|
| 196 |
|
| 197 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 198 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 199 |
msgid "Uruguay"
|
| 200 |
msgstr "Uruguay"
|
| 201 |
|
| 202 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 203 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 204 |
msgid "Venezuela"
|
| 205 |
msgstr "Venezuela"
|
| 206 |
|
| 207 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 208 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 209 |
msgid "Peru"
|
| 210 |
msgstr "Peru"
|
| 211 |
|
| 212 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 213 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 214 |
msgid "Update the WooCommerce order to "
|
| 215 |
msgstr "Actualizar la orden de WooCommerce para "
|
| 216 |
|
| 217 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 218 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550,
|
| 219 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550
|
| 220 |
msgid "Fill in your credentials to enable payment methods."
|
| 221 |
msgstr "Completa tus credenciales para habilitar los medios de pago."
|
| 222 |
|
| 223 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 224 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 225 |
msgid "Set plugin"
|
| 226 |
msgstr "Configurar plugin"
|
| 227 |
|
| 228 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 229 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
|
| 230 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
|
| 231 |
msgid "Payment methods"
|
| 232 |
msgstr "Medios de pagos"
|
| 233 |
|
| 234 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 235 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
|
| 236 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
|
| 237 |
msgid "Plugin manual"
|
| 238 |
msgstr "Manual del plugin"
|
| 239 |
|
| 240 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 241 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 242 |
msgid "By Mercado Pago"
|
| 243 |
msgstr "Por Mercado Pago"
|
| 244 |
|
|
@@ -353,93 +353,93 @@ msgstr ""
|
|
| 353 |
"Por favor, introduzca su email en la dirección de facturación para utilizar "
|
| 354 |
"este servicio"
|
| 355 |
|
| 356 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 357 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 358 |
msgid "Debit, Credit and invoice in Mercado Pago environment"
|
| 359 |
msgstr "Débito, crédito y efectivo, en Mercado Pago"
|
| 360 |
|
| 361 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 362 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 363 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 364 |
msgid "Checkout Pro"
|
| 365 |
msgstr "Checkout Pro"
|
| 366 |
|
| 367 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 368 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 369 |
msgid "Mercado Pago - Checkout Pro"
|
| 370 |
msgstr "Mercado Pago - Checkout Pro "
|
| 371 |
|
| 372 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 373 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 374 |
msgid "Your saved cards or money in Mercado Pago"
|
| 375 |
msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago "
|
| 376 |
|
| 377 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 378 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 379 |
msgid "Maximum number of installments"
|
| 380 |
msgstr "Máximo de cuotas"
|
| 381 |
|
| 382 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 383 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 384 |
msgid "What is the maximum quota with which a customer can buy?"
|
| 385 |
msgstr "¿Cuál es el máximo de cuotas con las que un cliente puede comprar?"
|
| 386 |
|
| 387 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 388 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 389 |
msgid "1 installment"
|
| 390 |
msgstr "1 cuota"
|
| 391 |
|
| 392 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 393 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 394 |
msgid "2 installments"
|
| 395 |
msgstr "2 cuotas"
|
| 396 |
|
| 397 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 398 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 399 |
msgid "3 installments"
|
| 400 |
msgstr "3 cuotas"
|
| 401 |
|
| 402 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 403 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 404 |
msgid "4 installments"
|
| 405 |
msgstr "4 cuotas"
|
| 406 |
|
| 407 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 408 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 409 |
msgid "5 installments"
|
| 410 |
msgstr "5 cuotas"
|
| 411 |
|
| 412 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 413 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 414 |
msgid "6 installments"
|
| 415 |
msgstr "6 cuotas"
|
| 416 |
|
| 417 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 418 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 419 |
msgid "10 installments"
|
| 420 |
msgstr "10 cuotas"
|
| 421 |
|
| 422 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 423 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 424 |
msgid "12 installments"
|
| 425 |
msgstr "12 cuotas"
|
| 426 |
|
| 427 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 428 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 429 |
msgid "15 installments"
|
| 430 |
msgstr "15 cuotas"
|
| 431 |
|
| 432 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 433 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 434 |
msgid "18 installments"
|
| 435 |
msgstr "18 cuotas"
|
| 436 |
|
| 437 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 438 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 439 |
msgid "24 installments"
|
| 440 |
msgstr "24 cuotas"
|
| 441 |
|
| 442 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 443 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
|
| 444 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849,
|
| 445 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
|
|
@@ -448,8 +448,8 @@ msgstr "24 cuotas"
|
|
| 448 |
msgid "Enable the checkout"
|
| 449 |
msgstr "Activar el checkout"
|
| 450 |
|
| 451 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 452 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 453 |
msgid ""
|
| 454 |
"By disabling it, you will disable all payments from Mercado Pago Checkout at "
|
| 455 |
"Mercado Pago website by redirect."
|
|
@@ -457,20 +457,20 @@ msgstr ""
|
|
| 457 |
"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
|
| 458 |
"sitio web de Mercado Pago."
|
| 459 |
|
| 460 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 461 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854,
|
| 462 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854
|
| 463 |
msgid "The checkout is <b>enabled</b>."
|
| 464 |
msgstr "El checkout está <b>activo</b>."
|
| 465 |
|
| 466 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 467 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855,
|
| 468 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855
|
| 469 |
msgid "The checkout is <b>disabled</b>."
|
| 470 |
msgstr "El checkout está <b>inactivo</b>."
|
| 471 |
|
| 472 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 473 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 474 |
msgid ""
|
| 475 |
"With Checkout Pro you sell with all the safety inside Mercado Pago "
|
| 476 |
"environment."
|
|
@@ -478,18 +478,18 @@ msgstr ""
|
|
| 478 |
"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
|
| 479 |
"Pago."
|
| 480 |
|
| 481 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 482 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 483 |
msgid "Advanced settings"
|
| 484 |
msgstr "Configuración Avanzada"
|
| 485 |
|
| 486 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 487 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 488 |
msgid "Payment experience"
|
| 489 |
msgstr "Experiencia de pago"
|
| 490 |
|
| 491 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 492 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 493 |
msgid ""
|
| 494 |
"Define what payment experience your customers will have, whether inside or "
|
| 495 |
"outside your store."
|
|
@@ -497,37 +497,37 @@ msgstr ""
|
|
| 497 |
"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
|
| 498 |
"tienda."
|
| 499 |
|
| 500 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 501 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 502 |
msgid "Redirect"
|
| 503 |
msgstr "Redirect"
|
| 504 |
|
| 505 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 506 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 507 |
msgid "Modal"
|
| 508 |
msgstr "Modal"
|
| 509 |
|
| 510 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 511 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 512 |
msgid ""
|
| 513 |
"Choose the URL that we will show your customers when they finish their "
|
| 514 |
"purchase."
|
| 515 |
msgstr "Elige la URL que mostraremos a tus clientes cuando terminen su compra."
|
| 516 |
|
| 517 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 518 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 519 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 520 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 521 |
msgid "This seems to be an invalid URL."
|
| 522 |
msgstr "Esto parece ser una URL no válida."
|
| 523 |
|
| 524 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 525 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 526 |
msgid "Success URL"
|
| 527 |
msgstr "URL de éxito"
|
| 528 |
|
| 529 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 530 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 531 |
msgid ""
|
| 532 |
"Choose the URL that we will show to your customers when we refuse their "
|
| 533 |
"purchase. Make sure it includes a message appropriate to the situation and "
|
|
@@ -537,13 +537,13 @@ msgstr ""
|
|
| 537 |
"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
|
| 538 |
"útil para que puedan solucionarlo."
|
| 539 |
|
| 540 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 541 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 542 |
msgid "Payment URL rejected"
|
| 543 |
msgstr "URL de pago rechazado"
|
| 544 |
|
| 545 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 546 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 547 |
msgid ""
|
| 548 |
"Choose the URL that we will show to your customers when they have a payment "
|
| 549 |
"pending approval."
|
|
@@ -551,101 +551,169 @@ msgstr ""
|
|
| 551 |
"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
|
| 552 |
"de aprobación."
|
| 553 |
|
| 554 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 555 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 556 |
msgid "Payment URL pending"
|
| 557 |
msgstr "URL de pago pendiente"
|
| 558 |
|
| 559 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 560 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 561 |
msgid "Enable the payment methods available to your clients."
|
| 562 |
msgstr "Habilita los medios de pago disponibles para tus clientes."
|
| 563 |
|
| 564 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 565 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 566 |
msgid "Choose the payment methods you accept in your store"
|
| 567 |
msgstr "Elige los medios de pago que se aceptan en la tienda"
|
| 568 |
|
| 569 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 570 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 571 |
msgid "Credit Cards"
|
| 572 |
msgstr "Tarjetas de crédito"
|
| 573 |
|
| 574 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 575 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 576 |
msgid "Debit Cards"
|
| 577 |
msgstr "Tarjetas de débito"
|
| 578 |
|
| 579 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 580 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 581 |
msgid "Other Payment Methods"
|
| 582 |
msgstr "Otros medios"
|
| 583 |
|
| 584 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 585 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 586 |
msgid "Return to the store"
|
| 587 |
msgstr "Volver a la tienda"
|
| 588 |
|
| 589 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 590 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 591 |
msgid ""
|
| 592 |
"Do you want your customer to automatically return to the store after payment?"
|
| 593 |
msgstr ""
|
| 594 |
"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
|
| 595 |
|
| 596 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 597 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 598 |
msgid "The buyer <b>will be automatically redirected to the store</b>."
|
| 599 |
msgstr "El comprador <b>será redirigido automáticamente a la tienda</b>."
|
| 600 |
|
| 601 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 602 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 603 |
msgid "The buyer <b>will not be automatically redirected to the store</b>."
|
| 604 |
msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
|
| 605 |
|
| 606 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 607 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 608 |
msgid "Installments without card"
|
| 609 |
msgstr "Cuotas sin tarjeta"
|
| 610 |
|
| 611 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 612 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 613 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 614 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 615 |
msgid "Up to "
|
| 616 |
msgstr "hasta "
|
| 617 |
|
| 618 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 619 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 620 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 621 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 622 |
msgid " installments"
|
| 623 |
msgstr " Cuotas"
|
| 624 |
|
| 625 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 626 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
|
| 627 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353
|
| 628 |
msgid "Credit cards"
|
| 629 |
msgstr "Tarjetas de crédito"
|
| 630 |
|
| 631 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 632 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361,
|
| 633 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361
|
| 634 |
msgid "Debit cards"
|
| 635 |
msgstr "Tarjetas de débito "
|
| 636 |
|
| 637 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 638 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 639 |
msgid "Bank Transfer"
|
| 640 |
msgstr "Transferencia bancaria"
|
| 641 |
|
| 642 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 643 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 644 |
msgid "Payment by cash"
|
| 645 |
msgstr "Pagos en efectivo "
|
| 646 |
|
| 647 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 648 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 649 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584,
|
| 650 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572,
|
| 651 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
|
|
@@ -658,8 +726,8 @@ msgstr "Pagos en efectivo "
|
|
| 658 |
msgid "discount of"
|
| 659 |
msgstr "descuento de"
|
| 660 |
|
| 661 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 662 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 663 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
|
| 664 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577,
|
| 665 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
|
|
@@ -728,40 +796,40 @@ msgstr ""
|
|
| 728 |
|
| 729 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
|
| 730 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
|
| 731 |
-
|
|
|
|
|
|
|
| 732 |
msgstr "Configuración Avanzada"
|
| 733 |
|
| 734 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208,
|
| 735 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208
|
| 736 |
-
msgid "
|
| 737 |
-
msgstr "
|
| 738 |
|
| 739 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209,
|
| 740 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
|
| 741 |
msgid ""
|
| 742 |
-
"
|
| 743 |
-
"
|
| 744 |
msgstr ""
|
| 745 |
-
"
|
| 746 |
-
"
|
| 747 |
|
| 748 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213,
|
| 749 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213
|
| 750 |
-
msgid "
|
| 751 |
-
msgstr ""
|
| 752 |
-
"La funcionalidad para pagos con <b>tarjetas guardadas</b> está <b>activa</b>."
|
| 753 |
|
| 754 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214,
|
| 755 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214
|
| 756 |
-
msgid "
|
| 757 |
msgstr ""
|
| 758 |
-
"
|
| 759 |
-
"b>."
|
| 760 |
|
| 761 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233,
|
| 762 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233
|
| 763 |
-
msgid "
|
| 764 |
-
msgstr "
|
| 765 |
|
| 766 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264,
|
| 767 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
|
|
@@ -934,6 +1002,7 @@ msgid "Description"
|
|
| 934 |
msgstr "Descripción"
|
| 935 |
|
| 936 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:762,
|
|
|
|
| 937 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
|
| 938 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
|
| 939 |
msgid "Important! To sell you must enter your credentials."
|
|
@@ -954,11 +1023,6 @@ msgstr "Introducir credenciales"
|
|
| 954 |
msgid "Mercado Pago Plugin general settings"
|
| 955 |
msgstr "Configuraciones generales del plugin de Mercado Pago"
|
| 956 |
|
| 957 |
-
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
|
| 958 |
-
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774
|
| 959 |
-
msgid "Important! To sell you must enter your credentials.?"
|
| 960 |
-
msgstr ""
|
| 961 |
-
|
| 962 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775,
|
| 963 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
|
| 964 |
msgid ""
|
|
@@ -1969,25 +2033,24 @@ msgstr "Valorar el plugin"
|
|
| 1969 |
|
| 1970 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130,
|
| 1971 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130
|
| 1972 |
-
msgid "
|
| 1973 |
-
msgstr "
|
| 1974 |
|
| 1975 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133,
|
| 1976 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133
|
| 1977 |
msgid ""
|
| 1978 |
-
"
|
| 1979 |
-
"
|
| 1980 |
-
"
|
| 1981 |
msgstr ""
|
| 1982 |
-
"
|
| 1983 |
-
"
|
| 1984 |
-
"
|
| 1985 |
-
"configuración."
|
| 1986 |
|
| 1987 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142,
|
| 1988 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142
|
| 1989 |
-
msgid "
|
| 1990 |
-
msgstr "
|
| 1991 |
|
| 1992 |
#: ../../includes/admin/views/html-admin-alert-frame.php:34,
|
| 1993 |
#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30,
|
|
@@ -2113,7 +2176,8 @@ msgid "Set deadlines and fees"
|
|
| 2113 |
msgstr "Ajustar plazos y tasas"
|
| 2114 |
|
| 2115 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215,
|
| 2116 |
-
#: ../../includes/
|
|
|
|
| 2117 |
msgid "Questions? "
|
| 2118 |
msgstr "¿Dudas? "
|
| 2119 |
|
|
@@ -2721,8 +2785,7 @@ msgstr ""
|
|
| 2721 |
"inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
|
| 2722 |
|
| 2723 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
|
| 2724 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 2725 |
-
#: ../../templates/checkout/custom-checkout.php:40,
|
| 2726 |
#: ../../templates/receipt/custom-checkout.php:41,
|
| 2727 |
#: ../../templates/receipt/custom-checkout.php:41
|
| 2728 |
msgid "Pay with Mercado Pago"
|
|
@@ -2734,167 +2797,182 @@ msgstr "Pagar con Mercado Pago"
|
|
| 2734 |
msgid "Cancel & Clear Cart"
|
| 2735 |
msgstr "Cancelar & Limpiar carrito"
|
| 2736 |
|
| 2737 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2738 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
|
| 2739 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
|
| 2740 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
|
| 2741 |
msgid "Apply"
|
| 2742 |
msgstr "Aplicar"
|
| 2743 |
|
| 2744 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2745 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
|
| 2746 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
|
| 2747 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
|
| 2748 |
msgid "Remove"
|
| 2749 |
msgstr "Retirar"
|
| 2750 |
|
| 2751 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2752 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
|
| 2753 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
|
| 2754 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
|
| 2755 |
msgid "Please, inform your coupon code"
|
| 2756 |
msgstr "Por favor, informe su código de cupón"
|
| 2757 |
|
| 2758 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2759 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
|
| 2760 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
|
| 2761 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
|
| 2762 |
msgid "To choose"
|
| 2763 |
msgstr "Elegir"
|
| 2764 |
|
| 2765 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2766 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
|
| 2767 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
|
| 2768 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
|
| 2769 |
msgid "Other bank"
|
| 2770 |
msgstr "Otro banco"
|
| 2771 |
|
| 2772 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2773 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
|
| 2774 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
|
| 2775 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
|
| 2776 |
msgid "You will save"
|
| 2777 |
msgstr "Salvarás"
|
| 2778 |
|
| 2779 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2780 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
|
| 2781 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
|
| 2782 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
|
| 2783 |
msgid "with discount of"
|
| 2784 |
msgstr "con descuento de"
|
| 2785 |
|
| 2786 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2787 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
|
| 2788 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
|
| 2789 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
|
| 2790 |
msgid "Total of your purchase:"
|
| 2791 |
msgstr "Total de su compra:"
|
| 2792 |
|
| 2793 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2794 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
|
| 2795 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
|
| 2796 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
|
| 2797 |
msgid "Total of your purchase with discount:"
|
| 2798 |
msgstr "Total de su compra con descuento:"
|
| 2799 |
|
| 2800 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2801 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
|
| 2802 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
|
| 2803 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
|
| 2804 |
msgid "*After payment approval"
|
| 2805 |
msgstr "*Tras la aprobación del pago"
|
| 2806 |
|
| 2807 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2808 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
|
| 2809 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
|
| 2810 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
|
| 2811 |
msgid "Terms and conditions of use"
|
| 2812 |
msgstr "Términos y condiciones de uso"
|
| 2813 |
|
| 2814 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2815 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2816 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2817 |
msgid "No fee"
|
| 2818 |
msgstr "Sin interés"
|
| 2819 |
|
| 2820 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2821 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2822 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2823 |
msgid "More options"
|
| 2824 |
msgstr "Más opciones"
|
| 2825 |
|
| 2826 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2827 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2828 |
msgid "mm/yy"
|
| 2829 |
msgstr "mm/aa"
|
| 2830 |
|
| 2831 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2832 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 2833 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 2834 |
msgid "Issuer"
|
| 2835 |
msgstr "Banco"
|
| 2836 |
|
| 2837 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2838 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2839 |
msgid "Installments"
|
| 2840 |
msgstr "cuotas "
|
| 2841 |
|
| 2842 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2843 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2844 |
msgid "on the back"
|
| 2845 |
msgstr "del dorso"
|
| 2846 |
|
| 2847 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2848 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2849 |
msgid "on the front"
|
| 2850 |
msgstr "del frente"
|
| 2851 |
|
| 2852 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2853 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2854 |
msgid "digits"
|
| 2855 |
msgstr "dígitos"
|
| 2856 |
|
| 2857 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2858 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2859 |
msgid "Card number is required"
|
| 2860 |
msgstr "Número de tarjeta obligatorio"
|
| 2861 |
|
| 2862 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2863 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2864 |
msgid "Card number invalid"
|
| 2865 |
msgstr "Número de tarjeta inválido"
|
| 2866 |
|
| 2867 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2868 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2869 |
msgid "Holder name is required"
|
| 2870 |
msgstr "Nombre del titular obligatorio"
|
| 2871 |
|
| 2872 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2873 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2874 |
msgid "Holder name invalid"
|
| 2875 |
msgstr "Nombre del titular inválido"
|
| 2876 |
|
| 2877 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173,
|
| 2878 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
|
| 2879 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
|
|
|
| 2880 |
msgid "Expiration date invalid"
|
| 2881 |
msgstr "Fecha de vencimiento inválido"
|
| 2882 |
|
| 2883 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2884 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2885 |
msgid "Expiration date incomplete"
|
| 2886 |
msgstr "Fecha de vencimiento obligatorio"
|
| 2887 |
|
| 2888 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2889 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2890 |
msgid "Security code is required"
|
| 2891 |
msgstr "Código de seguridad obligatorio"
|
| 2892 |
|
| 2893 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2894 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2895 |
msgid "Security code incomplete"
|
| 2896 |
msgstr "Código de seguridad incompleto"
|
| 2897 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2898 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
|
| 2899 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
|
| 2900 |
msgid "Now you just need to pay with Pix to finalize your purchase"
|
|
@@ -2945,14 +3023,104 @@ msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código"
|
|
| 2945 |
msgid "Copy code"
|
| 2946 |
msgstr "Copiar código"
|
| 2947 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2948 |
#: ../../includes/module/sdk/lib/class-mp.php:182,
|
| 2949 |
#: ../../includes/module/sdk/lib/class-mp.php:634,
|
| 2950 |
#: ../../includes/module/sdk/lib/class-mp.php:682,
|
| 2951 |
-
#: ../../includes/module/sdk/lib/class-mp.php:
|
| 2952 |
-
#: ../../includes/module/sdk/lib/class-mp.php:
|
|
|
|
| 2953 |
msgid "Response from cache"
|
| 2954 |
msgstr "Respuesta de la caché"
|
| 2955 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2956 |
#. translators: 1: total_time currency 2: url
|
| 2957 |
#. translators: 1: total_time currency 2: url
|
| 2958 |
#. translators: 1: total_time currency 2: url
|
|
@@ -2984,18 +3152,20 @@ msgstr "Paga más rápido con Mercado Pago"
|
|
| 2984 |
|
| 2985 |
#: ../../templates/checkout/basic-checkout.php:36,
|
| 2986 |
#: ../../templates/checkout/basic-checkout.php:36
|
| 2987 |
-
msgid "
|
| 2988 |
-
|
|
|
|
|
|
|
| 2989 |
|
| 2990 |
#: ../../templates/checkout/basic-checkout.php:37,
|
| 2991 |
#: ../../templates/checkout/basic-checkout.php:37
|
| 2992 |
-
msgid "
|
| 2993 |
-
msgstr "
|
| 2994 |
|
| 2995 |
#: ../../templates/checkout/basic-checkout.php:38,
|
| 2996 |
#: ../../templates/checkout/basic-checkout.php:38
|
| 2997 |
-
msgid "
|
| 2998 |
-
msgstr "
|
| 2999 |
|
| 3000 |
#: ../../templates/checkout/basic-checkout.php:41,
|
| 3001 |
#: ../../templates/checkout/basic-checkout.php:41
|
|
@@ -3005,9 +3175,10 @@ msgstr ""
|
|
| 3005 |
#: ../../templates/checkout/basic-checkout.php:53,
|
| 3006 |
#: ../../templates/checkout/basic-checkout.php:53
|
| 3007 |
msgid ""
|
| 3008 |
-
"
|
| 3009 |
"account"
|
| 3010 |
-
msgstr "
|
|
|
|
| 3011 |
|
| 3012 |
#: ../../templates/checkout/basic-checkout.php:54,
|
| 3013 |
#: ../../templates/checkout/basic-checkout.php:54
|
|
@@ -3015,7 +3186,7 @@ msgid "Checkout Pro redirect info image"
|
|
| 3015 |
msgstr ""
|
| 3016 |
|
| 3017 |
#: ../../templates/checkout/basic-checkout.php:63,
|
| 3018 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3019 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3020 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3021 |
#: ../../templates/checkout/ticket-checkout.php:60
|
|
@@ -3023,133 +3194,136 @@ msgid "By continuing, you agree with our"
|
|
| 3023 |
msgstr "Al continuar, aceptas nuestros"
|
| 3024 |
|
| 3025 |
#: ../../templates/checkout/basic-checkout.php:64,
|
| 3026 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3027 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3028 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3029 |
#: ../../templates/checkout/ticket-checkout.php:60
|
| 3030 |
msgid "Terms and conditions"
|
| 3031 |
msgstr "Términos y condiciones "
|
| 3032 |
|
| 3033 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3034 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3035 |
msgid "Checkout Custom in Test Mode"
|
| 3036 |
msgstr "Tarjeta de crédito en Modo Test"
|
| 3037 |
|
| 3038 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3039 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3040 |
msgid "Use Mercado Pago means without real charges."
|
| 3041 |
msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
|
| 3042 |
|
| 3043 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3044 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3045 |
msgid "See test mode rules."
|
| 3046 |
msgstr "Ver las reglas del Modo Test. "
|
| 3047 |
|
| 3048 |
#: ../../templates/checkout/custom-checkout.php:35,
|
| 3049 |
#: ../../templates/checkout/custom-checkout.php:35
|
| 3050 |
-
msgid "Pay
|
| 3051 |
-
msgstr "Paga
|
| 3052 |
|
| 3053 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3054 |
-
#: ../../templates/checkout/custom-checkout.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3055 |
msgid "With which card can you pay?"
|
| 3056 |
msgstr "¿Con qué tarjeta puedes pagar?"
|
| 3057 |
|
| 3058 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3059 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3060 |
msgid "See current promotions"
|
| 3061 |
msgstr "Ver promociones vigentes"
|
| 3062 |
|
| 3063 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3064 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3065 |
msgid "Fill in your card details"
|
| 3066 |
msgstr "Completa los datos de tu tarjeta"
|
| 3067 |
|
| 3068 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3069 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3070 |
msgid "Card number"
|
| 3071 |
msgstr "Número de Tarjeta"
|
| 3072 |
|
| 3073 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3074 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3075 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3076 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3077 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3078 |
msgid "Required data"
|
| 3079 |
msgstr "Datos obligatorios"
|
| 3080 |
|
| 3081 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3082 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3083 |
msgid "Holder name as it appears on the card"
|
| 3084 |
msgstr "Nombre del titular como aparece en la tarjeta"
|
| 3085 |
|
| 3086 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3087 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3088 |
msgid "Expiration"
|
| 3089 |
msgstr "Vencimiento"
|
| 3090 |
|
| 3091 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3092 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3093 |
msgid "Security Code"
|
| 3094 |
msgstr "Código de seguridad"
|
| 3095 |
|
| 3096 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3097 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3098 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3099 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3100 |
msgid "Holder document"
|
| 3101 |
msgstr "Documento del titular"
|
| 3102 |
|
| 3103 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3104 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3105 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3106 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3107 |
msgid "Invalid document"
|
| 3108 |
msgstr "Número de documento no válido"
|
| 3109 |
|
| 3110 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3111 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3112 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3113 |
msgid "Select the number of installments"
|
| 3114 |
msgstr "Selecciona la cantidad de cuotas"
|
| 3115 |
|
| 3116 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3117 |
#: ../../templates/checkout/pix-checkout.php:22
|
| 3118 |
-
#, fuzzy
|
| 3119 |
-
#| msgid "Cards in Test Mode"
|
| 3120 |
msgid "Pix in Test Mode"
|
| 3121 |
-
msgstr "
|
| 3122 |
|
| 3123 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3124 |
#: ../../templates/checkout/pix-checkout.php:22
|
| 3125 |
-
#, fuzzy
|
| 3126 |
-
#| msgid ""
|
| 3127 |
-
#| "You can test the flow to generate an invoice, but you cannot finalize the "
|
| 3128 |
-
#| "payment."
|
| 3129 |
msgid ""
|
| 3130 |
"You can test the flow to generate a code, but you cannot finalize the "
|
| 3131 |
"payment."
|
| 3132 |
msgstr ""
|
| 3133 |
-
"Es posible
|
| 3134 |
"finalizar el pago."
|
| 3135 |
|
| 3136 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3137 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3138 |
-
#, fuzzy
|
| 3139 |
-
#| msgid "Pay securely and instantly!"
|
| 3140 |
msgid "Pay instantly"
|
| 3141 |
-
msgstr "Pago
|
| 3142 |
|
| 3143 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3144 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3145 |
msgid ""
|
| 3146 |
"By confirming your purchase, we will show you a code to make the payment."
|
| 3147 |
msgstr ""
|
|
|
|
| 3148 |
|
| 3149 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3150 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3151 |
msgid "Pix logo"
|
| 3152 |
-
msgstr ""
|
| 3153 |
|
| 3154 |
#: ../../templates/checkout/ticket-checkout.php:23,
|
| 3155 |
#: ../../templates/checkout/ticket-checkout.php:23
|
|
@@ -3203,6 +3377,61 @@ msgstr ""
|
|
| 3203 |
msgid "Print ticket"
|
| 3204 |
msgstr "Imprimir ticket"
|
| 3205 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3206 |
#, fuzzy
|
| 3207 |
#~| msgid "Important! To sell you must enter your credentials."
|
| 3208 |
#~ msgid "Important! To sell, you must enter your credentials."
|
|
@@ -3245,9 +3474,6 @@ msgstr "Imprimir ticket"
|
|
| 3245 |
#~ msgid "We take you to our site to complete the payment"
|
| 3246 |
#~ msgstr "Te llevamos a nuestro sitio para completar el pago"
|
| 3247 |
|
| 3248 |
-
#~ msgid "Pay with a saved card"
|
| 3249 |
-
#~ msgstr "Pagar con tarjeta guardada"
|
| 3250 |
-
|
| 3251 |
#~ msgid "Enter your discount coupon"
|
| 3252 |
#~ msgstr "Ingresa tu cupón de descuento"
|
| 3253 |
|
|
@@ -3353,9 +3579,6 @@ msgstr "Imprimir ticket"
|
|
| 3353 |
#~ msgid "Report Problem"
|
| 3354 |
#~ msgstr "Informar problema"
|
| 3355 |
|
| 3356 |
-
#~ msgid "Checkout Pro %s"
|
| 3357 |
-
#~ msgstr "Checkout Pro %s"
|
| 3358 |
-
|
| 3359 |
#~ msgid "Accept all method of payment and take your charges to another level"
|
| 3360 |
#~ msgstr "Acepta todos los medios de pago y lleva tus cobros a otro nivel"
|
| 3361 |
|
|
@@ -3596,9 +3819,6 @@ msgstr "Imprimir ticket"
|
|
| 3596 |
#~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
|
| 3597 |
#~ "recibir pagos reales."
|
| 3598 |
|
| 3599 |
-
#~ msgid "This name will appear on your customers invoice."
|
| 3600 |
-
#~ msgstr "Este nombre aparecerá en la factura de tus clientes."
|
| 3601 |
-
|
| 3602 |
#~ msgid ""
|
| 3603 |
#~ "What category do your products belong to? Choose the one that best "
|
| 3604 |
#~ "characterizes them (choose \"other\" if your product is too specific)."
|
|
@@ -3717,9 +3937,6 @@ msgstr "Imprimir ticket"
|
|
| 3717 |
#~ "esté bien. Si ya saliste a Producción,<br> trae a tus clientes y aumenta "
|
| 3718 |
#~ "tus ventas con la mejor experiencia de compra online."
|
| 3719 |
|
| 3720 |
-
#~ msgid "Test payment via Mercado Pago"
|
| 3721 |
-
#~ msgstr "Testear pago vía Mercado Pago"
|
| 3722 |
-
|
| 3723 |
#~ msgid "%s"
|
| 3724 |
#~ msgstr "%s"
|
| 3725 |
|
| 14 |
"X-Generator: Poedit 3.1.1\n"
|
| 15 |
|
| 16 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145,
|
| 17 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:354,
|
| 18 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:354
|
| 19 |
msgid "By continuing, you agree to our "
|
| 20 |
msgstr "Al continuar, aceptas nuestros "
|
| 21 |
|
| 22 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147,
|
| 23 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:356,
|
| 24 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:356
|
| 25 |
msgid "Terms and Conditions"
|
| 26 |
msgstr "Términos y condiciones"
|
| 27 |
|
| 85 |
msgid "Invalid credentials"
|
| 86 |
msgstr "Credenciales no válidas"
|
| 87 |
|
| 88 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:52,
|
| 89 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:52
|
| 90 |
msgid ""
|
| 91 |
"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
|
| 92 |
"Please update your PHP version."
|
| 94 |
"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
|
| 95 |
"favor actualice su versión de PHP."
|
| 96 |
|
| 97 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:63,
|
| 98 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:63
|
| 99 |
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
|
| 100 |
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
|
| 101 |
|
| 102 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:74,
|
| 103 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:74
|
| 104 |
msgid ""
|
| 105 |
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
|
| 106 |
"extension is required to send QR Code Pix by email."
|
| 112 |
#. translators: %s link to WooCommerce
|
| 113 |
#. translators: %s link to WooCommerce
|
| 114 |
#. translators: %s link to WooCommerce
|
| 115 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:88,
|
| 116 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:88
|
| 117 |
msgid "The Mercado Pago module needs an active version of %s in order to work!"
|
| 118 |
msgstr ""
|
| 119 |
"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
|
| 120 |
|
| 121 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:101,
|
| 122 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:101
|
| 123 |
msgid "Cancel order"
|
| 124 |
msgstr "Cancelar orden"
|
| 125 |
|
| 126 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:370,
|
| 127 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:370
|
| 128 |
msgid "The payment method is not valid or not available."
|
| 129 |
msgstr "El medio de pago no es válido o no está disponible."
|
| 130 |
|
| 131 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373,
|
| 132 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373
|
| 133 |
msgid "The transaction amount cannot be processed by Mercado Pago."
|
| 134 |
msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
|
| 135 |
|
| 136 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373,
|
| 137 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373
|
| 138 |
msgid ""
|
| 139 |
"Possible causes: Currency not supported; Amounts below the minimum or above "
|
| 140 |
"the maximum allowed."
|
| 142 |
"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
|
| 143 |
"encima del máximo permitido."
|
| 144 |
|
| 145 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376,
|
| 146 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376
|
| 147 |
msgid "The users are not valid."
|
| 148 |
msgstr "Los usuários no son válidos."
|
| 149 |
|
| 150 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376,
|
| 151 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376
|
| 152 |
msgid ""
|
| 153 |
"Possible causes: Buyer and seller have the same account in Mercado Pago; The "
|
| 154 |
"transaction involving production and test users."
|
| 156 |
"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
|
| 157 |
"Pago; La transacción involucrando usuários de producción y de prueba."
|
| 158 |
|
| 159 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379,
|
| 160 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379
|
| 161 |
msgid "Unauthorized use of production credentials."
|
| 162 |
msgstr "Uso no autorizado de credenciales de producción."
|
| 163 |
|
| 164 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379,
|
| 165 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379
|
| 166 |
msgid ""
|
| 167 |
"Possible causes: Use permission in use for the credential of the seller."
|
| 168 |
msgstr ""
|
| 169 |
"Posibles causas: Pendencia de permiso de uso en producción para la "
|
| 170 |
"credencial del vendedor."
|
| 171 |
|
| 172 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:505,
|
| 173 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:505
|
| 174 |
msgid "Colombia"
|
| 175 |
msgstr "Colombia"
|
| 176 |
|
| 177 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:507,
|
| 178 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:507
|
| 179 |
msgid "Argentina"
|
| 180 |
msgstr "Argentina"
|
| 181 |
|
| 182 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:509,
|
| 183 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:509
|
| 184 |
msgid "Brazil"
|
| 185 |
msgstr "Brasil"
|
| 186 |
|
| 187 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:511,
|
| 188 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:511
|
| 189 |
msgid "Chile"
|
| 190 |
msgstr "Chile"
|
| 191 |
|
| 192 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:513,
|
| 193 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:513
|
| 194 |
msgid "Mexico"
|
| 195 |
msgstr "México"
|
| 196 |
|
| 197 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:515,
|
| 198 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:515
|
| 199 |
msgid "Uruguay"
|
| 200 |
msgstr "Uruguay"
|
| 201 |
|
| 202 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:517,
|
| 203 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:517
|
| 204 |
msgid "Venezuela"
|
| 205 |
msgstr "Venezuela"
|
| 206 |
|
| 207 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:519,
|
| 208 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:519
|
| 209 |
msgid "Peru"
|
| 210 |
msgstr "Peru"
|
| 211 |
|
| 212 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:553,
|
| 213 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:553
|
| 214 |
msgid "Update the WooCommerce order to "
|
| 215 |
msgstr "Actualizar la orden de WooCommerce para "
|
| 216 |
|
| 217 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:772,
|
| 218 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550,
|
| 219 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550
|
| 220 |
msgid "Fill in your credentials to enable payment methods."
|
| 221 |
msgstr "Completa tus credenciales para habilitar los medios de pago."
|
| 222 |
|
| 223 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:788,
|
| 224 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:788
|
| 225 |
msgid "Set plugin"
|
| 226 |
msgstr "Configurar plugin"
|
| 227 |
|
| 228 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:789,
|
| 229 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
|
| 230 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
|
| 231 |
msgid "Payment methods"
|
| 232 |
msgstr "Medios de pagos"
|
| 233 |
|
| 234 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:790,
|
| 235 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
|
| 236 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
|
| 237 |
msgid "Plugin manual"
|
| 238 |
msgstr "Manual del plugin"
|
| 239 |
|
| 240 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:889,
|
| 241 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:889
|
| 242 |
msgid "By Mercado Pago"
|
| 243 |
msgstr "Por Mercado Pago"
|
| 244 |
|
| 353 |
"Por favor, introduzca su email en la dirección de facturación para utilizar "
|
| 354 |
"este servicio"
|
| 355 |
|
| 356 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40,
|
| 357 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40
|
| 358 |
msgid "Debit, Credit and invoice in Mercado Pago environment"
|
| 359 |
msgstr "Débito, crédito y efectivo, en Mercado Pago"
|
| 360 |
|
| 361 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41,
|
| 362 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:289,
|
| 363 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:289
|
| 364 |
msgid "Checkout Pro"
|
| 365 |
msgstr "Checkout Pro"
|
| 366 |
|
| 367 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:49,
|
| 368 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:49
|
| 369 |
msgid "Mercado Pago - Checkout Pro"
|
| 370 |
msgstr "Mercado Pago - Checkout Pro "
|
| 371 |
|
| 372 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51,
|
| 373 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51
|
| 374 |
msgid "Your saved cards or money in Mercado Pago"
|
| 375 |
msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago "
|
| 376 |
|
| 377 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176,
|
| 378 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176
|
| 379 |
msgid "Maximum number of installments"
|
| 380 |
msgstr "Máximo de cuotas"
|
| 381 |
|
| 382 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178,
|
| 383 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178
|
| 384 |
msgid "What is the maximum quota with which a customer can buy?"
|
| 385 |
msgstr "¿Cuál es el máximo de cuotas con las que un cliente puede comprar?"
|
| 386 |
|
| 387 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:181,
|
| 388 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:181
|
| 389 |
msgid "1 installment"
|
| 390 |
msgstr "1 cuota"
|
| 391 |
|
| 392 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:182,
|
| 393 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:182
|
| 394 |
msgid "2 installments"
|
| 395 |
msgstr "2 cuotas"
|
| 396 |
|
| 397 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:183,
|
| 398 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:183
|
| 399 |
msgid "3 installments"
|
| 400 |
msgstr "3 cuotas"
|
| 401 |
|
| 402 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:184,
|
| 403 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:184
|
| 404 |
msgid "4 installments"
|
| 405 |
msgstr "4 cuotas"
|
| 406 |
|
| 407 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:185,
|
| 408 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:185
|
| 409 |
msgid "5 installments"
|
| 410 |
msgstr "5 cuotas"
|
| 411 |
|
| 412 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:186,
|
| 413 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:186
|
| 414 |
msgid "6 installments"
|
| 415 |
msgstr "6 cuotas"
|
| 416 |
|
| 417 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:187,
|
| 418 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:187
|
| 419 |
msgid "10 installments"
|
| 420 |
msgstr "10 cuotas"
|
| 421 |
|
| 422 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:188,
|
| 423 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:188
|
| 424 |
msgid "12 installments"
|
| 425 |
msgstr "12 cuotas"
|
| 426 |
|
| 427 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:189,
|
| 428 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:189
|
| 429 |
msgid "15 installments"
|
| 430 |
msgstr "15 cuotas"
|
| 431 |
|
| 432 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:190,
|
| 433 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:190
|
| 434 |
msgid "18 installments"
|
| 435 |
msgstr "18 cuotas"
|
| 436 |
|
| 437 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:191,
|
| 438 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:191
|
| 439 |
msgid "24 installments"
|
| 440 |
msgstr "24 cuotas"
|
| 441 |
|
| 442 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:268,
|
| 443 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
|
| 444 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849,
|
| 445 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
|
| 448 |
msgid "Enable the checkout"
|
| 449 |
msgstr "Activar el checkout"
|
| 450 |
|
| 451 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269,
|
| 452 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269
|
| 453 |
msgid ""
|
| 454 |
"By disabling it, you will disable all payments from Mercado Pago Checkout at "
|
| 455 |
"Mercado Pago website by redirect."
|
| 457 |
"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
|
| 458 |
"sitio web de Mercado Pago."
|
| 459 |
|
| 460 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:273,
|
| 461 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854,
|
| 462 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854
|
| 463 |
msgid "The checkout is <b>enabled</b>."
|
| 464 |
msgstr "El checkout está <b>activo</b>."
|
| 465 |
|
| 466 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:274,
|
| 467 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855,
|
| 468 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855
|
| 469 |
msgid "The checkout is <b>disabled</b>."
|
| 470 |
msgstr "El checkout está <b>inactivo</b>."
|
| 471 |
|
| 472 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:293,
|
| 473 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:293
|
| 474 |
msgid ""
|
| 475 |
"With Checkout Pro you sell with all the safety inside Mercado Pago "
|
| 476 |
"environment."
|
| 478 |
"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
|
| 479 |
"Pago."
|
| 480 |
|
| 481 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310,
|
| 482 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310
|
| 483 |
msgid "Advanced settings"
|
| 484 |
msgstr "Configuración Avanzada"
|
| 485 |
|
| 486 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:323,
|
| 487 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:323
|
| 488 |
msgid "Payment experience"
|
| 489 |
msgstr "Experiencia de pago"
|
| 490 |
|
| 491 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:325,
|
| 492 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:325
|
| 493 |
msgid ""
|
| 494 |
"Define what payment experience your customers will have, whether inside or "
|
| 495 |
"outside your store."
|
| 497 |
"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
|
| 498 |
"tienda."
|
| 499 |
|
| 500 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:328,
|
| 501 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:328
|
| 502 |
msgid "Redirect"
|
| 503 |
msgstr "Redirect"
|
| 504 |
|
| 505 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:329,
|
| 506 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:329
|
| 507 |
msgid "Modal"
|
| 508 |
msgstr "Modal"
|
| 509 |
|
| 510 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345,
|
| 511 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345
|
| 512 |
msgid ""
|
| 513 |
"Choose the URL that we will show your customers when they finish their "
|
| 514 |
"purchase."
|
| 515 |
msgstr "Elige la URL que mostraremos a tus clientes cuando terminen su compra."
|
| 516 |
|
| 517 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:343,
|
| 518 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:363,
|
| 519 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384,
|
| 520 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384
|
| 521 |
msgid "This seems to be an invalid URL."
|
| 522 |
msgstr "Esto parece ser una URL no válida."
|
| 523 |
|
| 524 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:348,
|
| 525 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:348
|
| 526 |
msgid "Success URL"
|
| 527 |
msgstr "URL de éxito"
|
| 528 |
|
| 529 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365,
|
| 530 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365
|
| 531 |
msgid ""
|
| 532 |
"Choose the URL that we will show to your customers when we refuse their "
|
| 533 |
"purchase. Make sure it includes a message appropriate to the situation and "
|
| 537 |
"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
|
| 538 |
"útil para que puedan solucionarlo."
|
| 539 |
|
| 540 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:368,
|
| 541 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:368
|
| 542 |
msgid "Payment URL rejected"
|
| 543 |
msgstr "URL de pago rechazado"
|
| 544 |
|
| 545 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:386,
|
| 546 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:386
|
| 547 |
msgid ""
|
| 548 |
"Choose the URL that we will show to your customers when they have a payment "
|
| 549 |
"pending approval."
|
| 551 |
"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
|
| 552 |
"de aprobación."
|
| 553 |
|
| 554 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:389,
|
| 555 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:389
|
| 556 |
msgid "Payment URL pending"
|
| 557 |
msgstr "URL de pago pendiente"
|
| 558 |
|
| 559 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403,
|
| 560 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403
|
| 561 |
msgid "Enable the payment methods available to your clients."
|
| 562 |
msgstr "Habilita los medios de pago disponibles para tus clientes."
|
| 563 |
|
| 564 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404,
|
| 565 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404
|
| 566 |
msgid "Choose the payment methods you accept in your store"
|
| 567 |
msgstr "Elige los medios de pago que se aceptan en la tienda"
|
| 568 |
|
| 569 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:408,
|
| 570 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:408
|
| 571 |
msgid "Credit Cards"
|
| 572 |
msgstr "Tarjetas de crédito"
|
| 573 |
|
| 574 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:412,
|
| 575 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:412
|
| 576 |
msgid "Debit Cards"
|
| 577 |
msgstr "Tarjetas de débito"
|
| 578 |
|
| 579 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:416,
|
| 580 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:416
|
| 581 |
msgid "Other Payment Methods"
|
| 582 |
msgstr "Otros medios"
|
| 583 |
|
| 584 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:466,
|
| 585 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:466
|
| 586 |
msgid "Return to the store"
|
| 587 |
msgstr "Volver a la tienda"
|
| 588 |
|
| 589 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:467,
|
| 590 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:467
|
| 591 |
msgid ""
|
| 592 |
"Do you want your customer to automatically return to the store after payment?"
|
| 593 |
msgstr ""
|
| 594 |
"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
|
| 595 |
|
| 596 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:471,
|
| 597 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:471
|
| 598 |
msgid "The buyer <b>will be automatically redirected to the store</b>."
|
| 599 |
msgstr "El comprador <b>será redirigido automáticamente a la tienda</b>."
|
| 600 |
|
| 601 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:472,
|
| 602 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:472
|
| 603 |
msgid "The buyer <b>will not be automatically redirected to the store</b>."
|
| 604 |
msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
|
| 605 |
|
| 606 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537,
|
| 607 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537
|
| 608 |
msgid "Installments without card"
|
| 609 |
msgstr "Cuotas sin tarjeta"
|
| 610 |
|
| 611 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538,
|
| 612 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546,
|
| 613 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 614 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 615 |
msgid "Up to "
|
| 616 |
msgstr "hasta "
|
| 617 |
|
| 618 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538,
|
| 619 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546,
|
| 620 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 621 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 622 |
msgid " installments"
|
| 623 |
msgstr " Cuotas"
|
| 624 |
|
| 625 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545,
|
| 626 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
|
| 627 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353
|
| 628 |
msgid "Credit cards"
|
| 629 |
msgstr "Tarjetas de crédito"
|
| 630 |
|
| 631 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:552,
|
| 632 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361,
|
| 633 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361
|
| 634 |
msgid "Debit cards"
|
| 635 |
msgstr "Tarjetas de débito "
|
| 636 |
|
| 637 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:558,
|
| 638 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:558
|
| 639 |
msgid "Bank Transfer"
|
| 640 |
msgstr "Transferencia bancaria"
|
| 641 |
|
| 642 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:564,
|
| 643 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:564
|
| 644 |
msgid "Payment by cash"
|
| 645 |
msgstr "Pagos en efectivo "
|
| 646 |
|
| 647 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:593,
|
| 648 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:593
|
| 649 |
+
msgid "Payment with Mercado Credito"
|
| 650 |
+
msgstr "Pagos con Mercado Crédito"
|
| 651 |
+
|
| 652 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:594,
|
| 653 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:594
|
| 654 |
+
msgid "New!"
|
| 655 |
+
msgstr "¡Nuevo!"
|
| 656 |
+
|
| 657 |
+
#. translators: %s link to Mercado Credits blog
|
| 658 |
+
#. translators: %s link to Mercado Credits blog
|
| 659 |
+
#. translators: %s link to Mercado Credits blog
|
| 660 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:599,
|
| 661 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:599
|
| 662 |
+
msgid ""
|
| 663 |
+
"With <a href=\"%s\" target=\"blank\">Mercado Credito</a>, clients can pay "
|
| 664 |
+
"<b>in installments with no card, by transfers, invoice or money available in "
|
| 665 |
+
"their Mercado Pago account.</b><br/><b>By activating the no-card "
|
| 666 |
+
"installments banner</b>, you will increase your chances of selling."
|
| 667 |
+
msgstr ""
|
| 668 |
+
"Con <a href=\"%s\" target=\"blank\">Mercado Crédito</a>, los clientes pagan "
|
| 669 |
+
"<b>en cuotas sin tarjeta, por transferencia, tarjeta de débito, efectivo o "
|
| 670 |
+
"dinero disponible en la cuenta de Mercado Pago. </b><br/><b>Al activar el "
|
| 671 |
+
"componente de cuotas sin tarjeta</b>, aumentarás tus chances de vender. Para "
|
| 672 |
+
"saber más, ingresá a documentación."
|
| 673 |
+
|
| 674 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:603,
|
| 675 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:603
|
| 676 |
+
msgid "The no-card installments banner is <b>active</b>."
|
| 677 |
+
msgstr "El componente de cuotas sin tarjeta está <b>activado</b>."
|
| 678 |
+
|
| 679 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:604,
|
| 680 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:604
|
| 681 |
+
msgid "The no-card installments banner is <b>disabled</b>."
|
| 682 |
+
msgstr "El componente de cuotas sin tarjeta está <b>desactivado</b> ."
|
| 683 |
+
|
| 684 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:642,
|
| 685 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:652,
|
| 686 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:652
|
| 687 |
+
msgid "Banner on the product page | Computer version"
|
| 688 |
+
msgstr "Componente en la página del producto | Versión para computadora"
|
| 689 |
+
|
| 690 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:643,
|
| 691 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:643
|
| 692 |
+
msgid "Banner on the product page | Cellphone version"
|
| 693 |
+
msgstr "Componente en la página del producto | Versión para celular"
|
| 694 |
+
|
| 695 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:650,
|
| 696 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:650
|
| 697 |
+
msgid "Computer"
|
| 698 |
+
msgstr "Computadora"
|
| 699 |
+
|
| 700 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:651,
|
| 701 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:651
|
| 702 |
+
msgid "Mobile"
|
| 703 |
+
msgstr "Celular"
|
| 704 |
+
|
| 705 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653,
|
| 706 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653
|
| 707 |
+
msgid "Banner visualization"
|
| 708 |
+
msgstr "Visualización del componente"
|
| 709 |
+
|
| 710 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654,
|
| 711 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654
|
| 712 |
+
msgid "Check the example of how it will appear in the store:"
|
| 713 |
+
msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:"
|
| 714 |
+
|
| 715 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710,
|
| 716 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697,
|
| 717 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584,
|
| 718 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572,
|
| 719 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
|
| 726 |
msgid "discount of"
|
| 727 |
msgstr "descuento de"
|
| 728 |
|
| 729 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715,
|
| 730 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702,
|
| 731 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
|
| 732 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577,
|
| 733 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
|
| 796 |
|
| 797 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
|
| 798 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
|
| 799 |
+
#, fuzzy
|
| 800 |
+
#| msgid "Advanced configuration of the personalized payment experience\""
|
| 801 |
+
msgid "Advanced configuration of the personalized payment experience"
|
| 802 |
msgstr "Configuración Avanzada"
|
| 803 |
|
| 804 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208,
|
| 805 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208
|
| 806 |
+
msgid "Payments via Mercado Pago account"
|
| 807 |
+
msgstr "Pagos a través de la cuenta de Mercado Pago"
|
| 808 |
|
| 809 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209,
|
| 810 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
|
| 811 |
msgid ""
|
| 812 |
+
"Your customers pay faster with saved cards, money balance or other available "
|
| 813 |
+
"methods in their Mercado Pago accounts."
|
| 814 |
msgstr ""
|
| 815 |
+
"Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o "
|
| 816 |
+
"con otros medios disponibles en sus cuentas de MP."
|
| 817 |
|
| 818 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213,
|
| 819 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213
|
| 820 |
+
msgid "Payments via Mercado Pago accounts are <b>active</b>."
|
| 821 |
+
msgstr "Los pagos a través de la cuenta de Mercado Pago están <b>activos</b>."
|
|
|
|
| 822 |
|
| 823 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214,
|
| 824 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214
|
| 825 |
+
msgid "Payments via Mercado Pago accounts are <b>inactive</b>."
|
| 826 |
msgstr ""
|
| 827 |
+
"Los pagos a través de la cuenta de Mercado Pago están <b>deshabilitados</b>."
|
|
|
|
| 828 |
|
| 829 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233,
|
| 830 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233
|
| 831 |
+
msgid "Check an example of how it will appear in your store:"
|
| 832 |
+
msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
|
| 833 |
|
| 834 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264,
|
| 835 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
|
| 1002 |
msgstr "Descripción"
|
| 1003 |
|
| 1004 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:762,
|
| 1005 |
+
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
|
| 1006 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
|
| 1007 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
|
| 1008 |
msgid "Important! To sell you must enter your credentials."
|
| 1023 |
msgid "Mercado Pago Plugin general settings"
|
| 1024 |
msgstr "Configuraciones generales del plugin de Mercado Pago"
|
| 1025 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1026 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775,
|
| 1027 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
|
| 1028 |
msgid ""
|
| 2033 |
|
| 2034 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130,
|
| 2035 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130
|
| 2036 |
+
msgid "Enable payments via Mercado Pago account"
|
| 2037 |
+
msgstr "Pagos a través de la cuenta de Mercado Pago"
|
| 2038 |
|
| 2039 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133,
|
| 2040 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133
|
| 2041 |
msgid ""
|
| 2042 |
+
"When you enable this function, your customers pay faster using their Mercado "
|
| 2043 |
+
"Pago accounts.</br>The approval rate of these payments in your store can be "
|
| 2044 |
+
"25% higher compared to other payment methods."
|
| 2045 |
msgstr ""
|
| 2046 |
+
"Con esta función activa, tus clientes pagan más rápido usando su cuenta de "
|
| 2047 |
+
"Mercado Pago.</br>La tasa de aprobación de estos pagos en tu tienda puede "
|
| 2048 |
+
"ser un 25% mayor en comparación con otros medios de pago."
|
|
|
|
| 2049 |
|
| 2050 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142,
|
| 2051 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142
|
| 2052 |
+
msgid "Activate"
|
| 2053 |
+
msgstr ""
|
| 2054 |
|
| 2055 |
#: ../../includes/admin/views/html-admin-alert-frame.php:34,
|
| 2056 |
#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30,
|
| 2176 |
msgstr "Ajustar plazos y tasas"
|
| 2177 |
|
| 2178 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215,
|
| 2179 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126,
|
| 2180 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126
|
| 2181 |
msgid "Questions? "
|
| 2182 |
msgstr "¿Dudas? "
|
| 2183 |
|
| 2785 |
"inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
|
| 2786 |
|
| 2787 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
|
| 2788 |
+
#: ../../templates/checkout/custom-checkout.php:44,
|
|
|
|
| 2789 |
#: ../../templates/receipt/custom-checkout.php:41,
|
| 2790 |
#: ../../templates/receipt/custom-checkout.php:41
|
| 2791 |
msgid "Pay with Mercado Pago"
|
| 2797 |
msgid "Cancel & Clear Cart"
|
| 2798 |
msgstr "Cancelar & Limpiar carrito"
|
| 2799 |
|
| 2800 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134,
|
| 2801 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
|
| 2802 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
|
| 2803 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
|
| 2804 |
msgid "Apply"
|
| 2805 |
msgstr "Aplicar"
|
| 2806 |
|
| 2807 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
|
| 2808 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
|
| 2809 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
|
| 2810 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
|
| 2811 |
msgid "Remove"
|
| 2812 |
msgstr "Retirar"
|
| 2813 |
|
| 2814 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
|
| 2815 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
|
| 2816 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
|
| 2817 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
|
| 2818 |
msgid "Please, inform your coupon code"
|
| 2819 |
msgstr "Por favor, informe su código de cupón"
|
| 2820 |
|
| 2821 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
|
| 2822 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
|
| 2823 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
|
| 2824 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
|
| 2825 |
msgid "To choose"
|
| 2826 |
msgstr "Elegir"
|
| 2827 |
|
| 2828 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
|
| 2829 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
|
| 2830 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
|
| 2831 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
|
| 2832 |
msgid "Other bank"
|
| 2833 |
msgstr "Otro banco"
|
| 2834 |
|
| 2835 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
|
| 2836 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
|
| 2837 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
|
| 2838 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
|
| 2839 |
msgid "You will save"
|
| 2840 |
msgstr "Salvarás"
|
| 2841 |
|
| 2842 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
|
| 2843 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
|
| 2844 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
|
| 2845 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
|
| 2846 |
msgid "with discount of"
|
| 2847 |
msgstr "con descuento de"
|
| 2848 |
|
| 2849 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
|
| 2850 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
|
| 2851 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
|
| 2852 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
|
| 2853 |
msgid "Total of your purchase:"
|
| 2854 |
msgstr "Total de su compra:"
|
| 2855 |
|
| 2856 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
|
| 2857 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
|
| 2858 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
|
| 2859 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
|
| 2860 |
msgid "Total of your purchase with discount:"
|
| 2861 |
msgstr "Total de su compra con descuento:"
|
| 2862 |
|
| 2863 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
|
| 2864 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
|
| 2865 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
|
| 2866 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
|
| 2867 |
msgid "*After payment approval"
|
| 2868 |
msgstr "*Tras la aprobación del pago"
|
| 2869 |
|
| 2870 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
|
| 2871 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
|
| 2872 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
|
| 2873 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
|
| 2874 |
msgid "Terms and conditions of use"
|
| 2875 |
msgstr "Términos y condiciones de uso"
|
| 2876 |
|
| 2877 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
|
| 2878 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163,
|
| 2879 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
|
| 2880 |
msgid "No fee"
|
| 2881 |
msgstr "Sin interés"
|
| 2882 |
|
| 2883 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
|
| 2884 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
|
| 2885 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
|
| 2886 |
msgid "More options"
|
| 2887 |
msgstr "Más opciones"
|
| 2888 |
|
| 2889 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
|
| 2890 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154
|
| 2891 |
msgid "mm/yy"
|
| 2892 |
msgstr "mm/aa"
|
| 2893 |
|
| 2894 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
|
| 2895 |
+
#: ../../templates/checkout/custom-checkout.php:125,
|
| 2896 |
+
#: ../../templates/checkout/custom-checkout.php:125
|
| 2897 |
msgid "Issuer"
|
| 2898 |
msgstr "Banco"
|
| 2899 |
|
| 2900 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
|
| 2901 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156
|
| 2902 |
msgid "Installments"
|
| 2903 |
msgstr "cuotas "
|
| 2904 |
|
| 2905 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159,
|
| 2906 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159
|
| 2907 |
msgid "on the back"
|
| 2908 |
msgstr "del dorso"
|
| 2909 |
|
| 2910 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
|
| 2911 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
|
| 2912 |
msgid "on the front"
|
| 2913 |
msgstr "del frente"
|
| 2914 |
|
| 2915 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162,
|
| 2916 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162
|
| 2917 |
msgid "digits"
|
| 2918 |
msgstr "dígitos"
|
| 2919 |
|
| 2920 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167,
|
| 2921 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167
|
| 2922 |
msgid "Card number is required"
|
| 2923 |
msgstr "Número de tarjeta obligatorio"
|
| 2924 |
|
| 2925 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
|
| 2926 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
|
| 2927 |
msgid "Card number invalid"
|
| 2928 |
msgstr "Número de tarjeta inválido"
|
| 2929 |
|
| 2930 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171,
|
| 2931 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
|
| 2932 |
msgid "Holder name is required"
|
| 2933 |
msgstr "Nombre del titular obligatorio"
|
| 2934 |
|
| 2935 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
|
| 2936 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
|
| 2937 |
msgid "Holder name invalid"
|
| 2938 |
msgstr "Nombre del titular inválido"
|
| 2939 |
|
|
|
|
| 2940 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
|
| 2941 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
|
| 2942 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
|
| 2943 |
msgid "Expiration date invalid"
|
| 2944 |
msgstr "Fecha de vencimiento inválido"
|
| 2945 |
|
| 2946 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
|
| 2947 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176
|
| 2948 |
msgid "Expiration date incomplete"
|
| 2949 |
msgstr "Fecha de vencimiento obligatorio"
|
| 2950 |
|
| 2951 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180,
|
| 2952 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180
|
| 2953 |
msgid "Security code is required"
|
| 2954 |
msgstr "Código de seguridad obligatorio"
|
| 2955 |
|
| 2956 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
|
| 2957 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
|
| 2958 |
msgid "Security code incomplete"
|
| 2959 |
msgstr "Código de seguridad incompleto"
|
| 2960 |
|
| 2961 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188,
|
| 2962 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188
|
| 2963 |
+
msgid "Error loading form."
|
| 2964 |
+
msgstr "Error al cargar el formulario."
|
| 2965 |
+
|
| 2966 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189,
|
| 2967 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189
|
| 2968 |
+
msgid "Please refresh the page to try again."
|
| 2969 |
+
msgstr "Actualice la página para volver a intentarlo."
|
| 2970 |
+
|
| 2971 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190,
|
| 2972 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190
|
| 2973 |
+
msgid "Refresh page"
|
| 2974 |
+
msgstr "Actualizar página"
|
| 2975 |
+
|
| 2976 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
|
| 2977 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
|
| 2978 |
msgid "Now you just need to pay with Pix to finalize your purchase"
|
| 3023 |
msgid "Copy code"
|
| 3024 |
msgstr "Copiar código"
|
| 3025 |
|
| 3026 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:112,
|
| 3027 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:112
|
| 3028 |
+
msgid "Pay in"
|
| 3029 |
+
msgstr "Pagá"
|
| 3030 |
+
|
| 3031 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:113,
|
| 3032 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:113
|
| 3033 |
+
msgid "installments"
|
| 3034 |
+
msgstr "en cuotas"
|
| 3035 |
+
|
| 3036 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:114,
|
| 3037 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:114
|
| 3038 |
+
msgid "with Mercado Pago"
|
| 3039 |
+
msgstr "con Mercado Pago"
|
| 3040 |
+
|
| 3041 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:115,
|
| 3042 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:115
|
| 3043 |
+
msgid "Read more"
|
| 3044 |
+
msgstr "Leer más"
|
| 3045 |
+
|
| 3046 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:116,
|
| 3047 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:116
|
| 3048 |
+
msgid "Buy now and pay in installments with no card later!"
|
| 3049 |
+
msgstr "¡Compra ahora y paga después en meses sin tarjeta!"
|
| 3050 |
+
|
| 3051 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:117,
|
| 3052 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:117
|
| 3053 |
+
msgid "100% online, without paperwork or monthly fees"
|
| 3054 |
+
msgstr "100% online, sin bancos ni costo de mantenimiento"
|
| 3055 |
+
|
| 3056 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:118,
|
| 3057 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:118
|
| 3058 |
+
msgid "How does it work?"
|
| 3059 |
+
msgstr "¿Cómo funciona?"
|
| 3060 |
+
|
| 3061 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:119,
|
| 3062 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:119
|
| 3063 |
+
msgid "When paying, choose"
|
| 3064 |
+
msgstr "Al pagar elegí"
|
| 3065 |
+
|
| 3066 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:120,
|
| 3067 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:120
|
| 3068 |
+
msgid "Mercado Pago"
|
| 3069 |
+
msgstr "Mercado Pago"
|
| 3070 |
+
|
| 3071 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:121,
|
| 3072 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:121
|
| 3073 |
+
msgid ". Login to your account or create one in a few steps."
|
| 3074 |
+
msgstr ". Podrás ingresar con tu cuenta o crear una en pocos pasos."
|
| 3075 |
+
|
| 3076 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:122,
|
| 3077 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:122
|
| 3078 |
+
msgid "Search for"
|
| 3079 |
+
msgstr "Busca"
|
| 3080 |
+
|
| 3081 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:123,
|
| 3082 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:123
|
| 3083 |
+
msgid "Mercado Credito"
|
| 3084 |
+
msgstr "Mercado Crédito"
|
| 3085 |
+
|
| 3086 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:124,
|
| 3087 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:124
|
| 3088 |
+
msgid ""
|
| 3089 |
+
"among the options, select it and choose in how many installments you would "
|
| 3090 |
+
"like to pay."
|
| 3091 |
+
msgstr ""
|
| 3092 |
+
"entre las opciones, selecciónalo y elegí en cuántas cuotas quieres pagar."
|
| 3093 |
+
|
| 3094 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:125,
|
| 3095 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:125
|
| 3096 |
+
msgid "Pay your installments monthly as you wish, in the Mercado Pago app."
|
| 3097 |
+
msgstr ""
|
| 3098 |
+
"Pagá mes a mes tus cuotas como prefieras, desde la app de Mercado Pago."
|
| 3099 |
+
|
| 3100 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:128,
|
| 3101 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:128
|
| 3102 |
+
msgid "Check our FAQ"
|
| 3103 |
+
msgstr "Consulta nuestra FAQ"
|
| 3104 |
+
|
| 3105 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:129,
|
| 3106 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:129
|
| 3107 |
+
msgid ". Credit subject to approval."
|
| 3108 |
+
msgstr ". Crédito sujeto a aprobación."
|
| 3109 |
+
|
| 3110 |
#: ../../includes/module/sdk/lib/class-mp.php:182,
|
| 3111 |
#: ../../includes/module/sdk/lib/class-mp.php:634,
|
| 3112 |
#: ../../includes/module/sdk/lib/class-mp.php:682,
|
| 3113 |
+
#: ../../includes/module/sdk/lib/class-mp.php:727,
|
| 3114 |
+
#: ../../includes/module/sdk/lib/class-mp.php:986,
|
| 3115 |
+
#: ../../includes/module/sdk/lib/class-mp.php:986
|
| 3116 |
msgid "Response from cache"
|
| 3117 |
msgstr "Respuesta de la caché"
|
| 3118 |
|
| 3119 |
+
#: ../../includes/module/sdk/lib/class-mp.php:1000,
|
| 3120 |
+
#: ../../includes/module/sdk/lib/class-mp.php:1000
|
| 3121 |
+
msgid "Response from API"
|
| 3122 |
+
msgstr "Respuesta de la API"
|
| 3123 |
+
|
| 3124 |
#. translators: 1: total_time currency 2: url
|
| 3125 |
#. translators: 1: total_time currency 2: url
|
| 3126 |
#. translators: 1: total_time currency 2: url
|
| 3152 |
|
| 3153 |
#: ../../templates/checkout/basic-checkout.php:36,
|
| 3154 |
#: ../../templates/checkout/basic-checkout.php:36
|
| 3155 |
+
msgid ""
|
| 3156 |
+
"If you already have a Mercado Libre account, use the same email and password"
|
| 3157 |
+
msgstr ""
|
| 3158 |
+
"Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña "
|
| 3159 |
|
| 3160 |
#: ../../templates/checkout/basic-checkout.php:37,
|
| 3161 |
#: ../../templates/checkout/basic-checkout.php:37
|
| 3162 |
+
msgid "Buy with your balance or saved cards"
|
| 3163 |
+
msgstr "Compra con tu dinero disponible o tarjetas guardadas "
|
| 3164 |
|
| 3165 |
#: ../../templates/checkout/basic-checkout.php:38,
|
| 3166 |
#: ../../templates/checkout/basic-checkout.php:38
|
| 3167 |
+
msgid "Earn more points and have exclusive benefits in Mercado Puntos"
|
| 3168 |
+
msgstr "Gana más puntos y ventajas exclusivas en Mercado Puntos "
|
| 3169 |
|
| 3170 |
#: ../../templates/checkout/basic-checkout.php:41,
|
| 3171 |
#: ../../templates/checkout/basic-checkout.php:41
|
| 3175 |
#: ../../templates/checkout/basic-checkout.php:53,
|
| 3176 |
#: ../../templates/checkout/basic-checkout.php:53
|
| 3177 |
msgid ""
|
| 3178 |
+
"When you confirm your purchase, we will redirect you to your Mercado Pago "
|
| 3179 |
"account"
|
| 3180 |
+
msgstr ""
|
| 3181 |
+
"Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado Pago"
|
| 3182 |
|
| 3183 |
#: ../../templates/checkout/basic-checkout.php:54,
|
| 3184 |
#: ../../templates/checkout/basic-checkout.php:54
|
| 3186 |
msgstr ""
|
| 3187 |
|
| 3188 |
#: ../../templates/checkout/basic-checkout.php:63,
|
| 3189 |
+
#: ../../templates/checkout/custom-checkout.php:145,
|
| 3190 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3191 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3192 |
#: ../../templates/checkout/ticket-checkout.php:60
|
| 3194 |
msgstr "Al continuar, aceptas nuestros"
|
| 3195 |
|
| 3196 |
#: ../../templates/checkout/basic-checkout.php:64,
|
| 3197 |
+
#: ../../templates/checkout/custom-checkout.php:145,
|
| 3198 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3199 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3200 |
#: ../../templates/checkout/ticket-checkout.php:60
|
| 3201 |
msgid "Terms and conditions"
|
| 3202 |
msgstr "Términos y condiciones "
|
| 3203 |
|
| 3204 |
+
#: ../../templates/checkout/custom-checkout.php:23,
|
| 3205 |
+
#: ../../templates/checkout/custom-checkout.php:23
|
| 3206 |
msgid "Checkout Custom in Test Mode"
|
| 3207 |
msgstr "Tarjeta de crédito en Modo Test"
|
| 3208 |
|
| 3209 |
+
#: ../../templates/checkout/custom-checkout.php:24,
|
| 3210 |
+
#: ../../templates/checkout/custom-checkout.php:24
|
| 3211 |
msgid "Use Mercado Pago means without real charges."
|
| 3212 |
msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
|
| 3213 |
|
| 3214 |
+
#: ../../templates/checkout/custom-checkout.php:25,
|
| 3215 |
+
#: ../../templates/checkout/custom-checkout.php:25
|
| 3216 |
msgid "See test mode rules."
|
| 3217 |
msgstr "Ver las reglas del Modo Test. "
|
| 3218 |
|
| 3219 |
#: ../../templates/checkout/custom-checkout.php:35,
|
| 3220 |
#: ../../templates/checkout/custom-checkout.php:35
|
| 3221 |
+
msgid "Pay with saved cards"
|
| 3222 |
+
msgstr "Paga con tarjetas guardadas"
|
| 3223 |
|
| 3224 |
+
#: ../../templates/checkout/custom-checkout.php:39,
|
| 3225 |
+
#: ../../templates/checkout/custom-checkout.php:39
|
| 3226 |
+
msgid ""
|
| 3227 |
+
"Do you have a Mercado Libre account? Then use the same email and password to "
|
| 3228 |
+
"pay faster with Mercado Pago."
|
| 3229 |
+
msgstr ""
|
| 3230 |
+
"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
|
| 3231 |
+
"pagar más rápido \n"
|
| 3232 |
+
"con Mercado Pago."
|
| 3233 |
+
|
| 3234 |
+
#: ../../templates/checkout/custom-checkout.php:61,
|
| 3235 |
+
#: ../../templates/checkout/custom-checkout.php:61
|
| 3236 |
msgid "With which card can you pay?"
|
| 3237 |
msgstr "¿Con qué tarjeta puedes pagar?"
|
| 3238 |
|
| 3239 |
+
#: ../../templates/checkout/custom-checkout.php:73,
|
| 3240 |
+
#: ../../templates/checkout/custom-checkout.php:73
|
| 3241 |
msgid "See current promotions"
|
| 3242 |
msgstr "Ver promociones vigentes"
|
| 3243 |
|
| 3244 |
+
#: ../../templates/checkout/custom-checkout.php:81,
|
| 3245 |
+
#: ../../templates/checkout/custom-checkout.php:81
|
| 3246 |
msgid "Fill in your card details"
|
| 3247 |
msgstr "Completa los datos de tu tarjeta"
|
| 3248 |
|
| 3249 |
+
#: ../../templates/checkout/custom-checkout.php:83,
|
| 3250 |
+
#: ../../templates/checkout/custom-checkout.php:83
|
| 3251 |
msgid "Card number"
|
| 3252 |
msgstr "Número de Tarjeta"
|
| 3253 |
|
| 3254 |
+
#: ../../templates/checkout/custom-checkout.php:85,
|
| 3255 |
+
#: ../../templates/checkout/custom-checkout.php:92,
|
| 3256 |
+
#: ../../templates/checkout/custom-checkout.php:101,
|
| 3257 |
+
#: ../../templates/checkout/custom-checkout.php:109,
|
| 3258 |
+
#: ../../templates/checkout/custom-checkout.php:109
|
| 3259 |
msgid "Required data"
|
| 3260 |
msgstr "Datos obligatorios"
|
| 3261 |
|
| 3262 |
+
#: ../../templates/checkout/custom-checkout.php:90,
|
| 3263 |
+
#: ../../templates/checkout/custom-checkout.php:90
|
| 3264 |
msgid "Holder name as it appears on the card"
|
| 3265 |
msgstr "Nombre del titular como aparece en la tarjeta"
|
| 3266 |
|
| 3267 |
+
#: ../../templates/checkout/custom-checkout.php:98,
|
| 3268 |
+
#: ../../templates/checkout/custom-checkout.php:98
|
| 3269 |
msgid "Expiration"
|
| 3270 |
msgstr "Vencimiento"
|
| 3271 |
|
| 3272 |
+
#: ../../templates/checkout/custom-checkout.php:106,
|
| 3273 |
+
#: ../../templates/checkout/custom-checkout.php:106
|
| 3274 |
msgid "Security Code"
|
| 3275 |
msgstr "Código de seguridad"
|
| 3276 |
|
| 3277 |
+
#: ../../templates/checkout/custom-checkout.php:115,
|
| 3278 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3279 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3280 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3281 |
msgid "Holder document"
|
| 3282 |
msgstr "Documento del titular"
|
| 3283 |
|
| 3284 |
+
#: ../../templates/checkout/custom-checkout.php:115,
|
| 3285 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3286 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3287 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3288 |
msgid "Invalid document"
|
| 3289 |
msgstr "Número de documento no válido"
|
| 3290 |
|
| 3291 |
+
#: ../../templates/checkout/custom-checkout.php:121,
|
| 3292 |
+
#: ../../templates/checkout/custom-checkout.php:133,
|
| 3293 |
+
#: ../../templates/checkout/custom-checkout.php:133
|
| 3294 |
msgid "Select the number of installments"
|
| 3295 |
msgstr "Selecciona la cantidad de cuotas"
|
| 3296 |
|
| 3297 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3298 |
#: ../../templates/checkout/pix-checkout.php:22
|
|
|
|
|
|
|
| 3299 |
msgid "Pix in Test Mode"
|
| 3300 |
+
msgstr "Pix en Modo Test"
|
| 3301 |
|
| 3302 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3303 |
#: ../../templates/checkout/pix-checkout.php:22
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3304 |
msgid ""
|
| 3305 |
"You can test the flow to generate a code, but you cannot finalize the "
|
| 3306 |
"payment."
|
| 3307 |
msgstr ""
|
| 3308 |
+
"Es posible probar el flujo para generar una factura, pero no es posible "
|
| 3309 |
"finalizar el pago."
|
| 3310 |
|
| 3311 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3312 |
#: ../../templates/checkout/pix-checkout.php:27
|
|
|
|
|
|
|
| 3313 |
msgid "Pay instantly"
|
| 3314 |
+
msgstr "Pago instantáneo"
|
| 3315 |
|
| 3316 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3317 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3318 |
msgid ""
|
| 3319 |
"By confirming your purchase, we will show you a code to make the payment."
|
| 3320 |
msgstr ""
|
| 3321 |
+
"Al confirmar tu compra, te mostraremos un código para realizar el pago."
|
| 3322 |
|
| 3323 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3324 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3325 |
msgid "Pix logo"
|
| 3326 |
+
msgstr "Pix logo"
|
| 3327 |
|
| 3328 |
#: ../../templates/checkout/ticket-checkout.php:23,
|
| 3329 |
#: ../../templates/checkout/ticket-checkout.php:23
|
| 3377 |
msgid "Print ticket"
|
| 3378 |
msgstr "Imprimir ticket"
|
| 3379 |
|
| 3380 |
+
#~ msgid "Click here to see more details..."
|
| 3381 |
+
#~ msgstr "Haga clic aquí para ver más detalles…"
|
| 3382 |
+
|
| 3383 |
+
#~ msgid "Purchases with saved cards or money in Mercado Pago"
|
| 3384 |
+
#~ msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago"
|
| 3385 |
+
|
| 3386 |
+
#~ msgid ""
|
| 3387 |
+
#~ "Feature for those who have a saved card or money in Mercado Pago to buy "
|
| 3388 |
+
#~ "without having to fill in details."
|
| 3389 |
+
#~ msgstr ""
|
| 3390 |
+
#~ "Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en "
|
| 3391 |
+
#~ "Mercado Pago puedan comprar sin la necesidad de completar datos."
|
| 3392 |
+
|
| 3393 |
+
#~ msgid "The feature for payments with <b>saved cards</b> is <b>active</b>."
|
| 3394 |
+
#~ msgstr ""
|
| 3395 |
+
#~ "La funcionalidad para pagos con <b>tarjetas guardadas</b> está <b>activa</"
|
| 3396 |
+
#~ "b>."
|
| 3397 |
+
|
| 3398 |
+
#~ msgid "The feature for payments with <b>saved cards</b> is <b>inactive</b>."
|
| 3399 |
+
#~ msgstr ""
|
| 3400 |
+
#~ "La funcionalidad para pagos con <b>tarjetas guardadas</b> está "
|
| 3401 |
+
#~ "<b>inactiva</b>."
|
| 3402 |
+
|
| 3403 |
+
#~ msgid "You can see how the feature is in your store Checkout below:"
|
| 3404 |
+
#~ msgstr ""
|
| 3405 |
+
#~ "A continuación, cómo es la funcionalidad en el checkout de la tienda:"
|
| 3406 |
+
|
| 3407 |
+
#~ msgid "Mercado Pago customers can now pay with stored cards."
|
| 3408 |
+
#~ msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas."
|
| 3409 |
+
|
| 3410 |
+
#~ msgid ""
|
| 3411 |
+
#~ "The function Saved card payments is enabled. With this setting, "
|
| 3412 |
+
#~ "customers using Mercado Pago can purchase without having to fill in "
|
| 3413 |
+
#~ "payment details. You can control this option in the settings."
|
| 3414 |
+
#~ msgstr ""
|
| 3415 |
+
#~ "La función Pago con tarjetas guardadas de Mercado Pago está habilitada. "
|
| 3416 |
+
#~ "Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que "
|
| 3417 |
+
#~ "completar los datos de la tarjeta. Puedes controlar esta opción en "
|
| 3418 |
+
#~ "configuración."
|
| 3419 |
+
|
| 3420 |
+
#~ msgid "Go to settings"
|
| 3421 |
+
#~ msgstr "Ir a la configuración"
|
| 3422 |
+
|
| 3423 |
+
#~ msgid "Secure payment"
|
| 3424 |
+
#~ msgstr "Pago seguro"
|
| 3425 |
+
|
| 3426 |
+
#~ msgid "No need to fill out details"
|
| 3427 |
+
#~ msgstr "Sin cargar datos"
|
| 3428 |
+
|
| 3429 |
+
#~ msgid "Installments available"
|
| 3430 |
+
#~ msgstr "Cuotas disponibles"
|
| 3431 |
+
|
| 3432 |
+
#~ msgid "Pay faster with your saved cards and without completing data."
|
| 3433 |
+
#~ msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos."
|
| 3434 |
+
|
| 3435 |
#, fuzzy
|
| 3436 |
#~| msgid "Important! To sell you must enter your credentials."
|
| 3437 |
#~ msgid "Important! To sell, you must enter your credentials."
|
| 3474 |
#~ msgid "We take you to our site to complete the payment"
|
| 3475 |
#~ msgstr "Te llevamos a nuestro sitio para completar el pago"
|
| 3476 |
|
|
|
|
|
|
|
|
|
|
| 3477 |
#~ msgid "Enter your discount coupon"
|
| 3478 |
#~ msgstr "Ingresa tu cupón de descuento"
|
| 3479 |
|
| 3579 |
#~ msgid "Report Problem"
|
| 3580 |
#~ msgstr "Informar problema"
|
| 3581 |
|
|
|
|
|
|
|
|
|
|
| 3582 |
#~ msgid "Accept all method of payment and take your charges to another level"
|
| 3583 |
#~ msgstr "Acepta todos los medios de pago y lleva tus cobros a otro nivel"
|
| 3584 |
|
| 3819 |
#~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
|
| 3820 |
#~ "recibir pagos reales."
|
| 3821 |
|
|
|
|
|
|
|
|
|
|
| 3822 |
#~ msgid ""
|
| 3823 |
#~ "What category do your products belong to? Choose the one that best "
|
| 3824 |
#~ "characterizes them (choose \"other\" if your product is too specific)."
|
| 3937 |
#~ "esté bien. Si ya saliste a Producción,<br> trae a tus clientes y aumenta "
|
| 3938 |
#~ "tus ventas con la mejor experiencia de compra online."
|
| 3939 |
|
|
|
|
|
|
|
|
|
|
| 3940 |
#~ msgid "%s"
|
| 3941 |
#~ msgstr "%s"
|
| 3942 |
|
i18n/languages/woocommerce-mercadopago-es_ES.mo
CHANGED
|
Binary file
|
i18n/languages/woocommerce-mercadopago-es_ES.po
CHANGED
|
@@ -14,14 +14,14 @@ msgstr ""
|
|
| 14 |
"X-Generator: Poedit 3.1.1\n"
|
| 15 |
|
| 16 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145,
|
| 17 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 18 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 19 |
msgid "By continuing, you agree to our "
|
| 20 |
msgstr "Al continuar, aceptas nuestros "
|
| 21 |
|
| 22 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147,
|
| 23 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 24 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 25 |
msgid "Terms and Conditions"
|
| 26 |
msgstr "Términos y condiciones"
|
| 27 |
|
|
@@ -85,8 +85,8 @@ msgstr ""
|
|
| 85 |
msgid "Invalid credentials"
|
| 86 |
msgstr "Credenciales no válidas"
|
| 87 |
|
| 88 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 89 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 90 |
msgid ""
|
| 91 |
"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
|
| 92 |
"Please update your PHP version."
|
|
@@ -94,13 +94,13 @@ msgstr ""
|
|
| 94 |
"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
|
| 95 |
"favor actualice su versión de PHP."
|
| 96 |
|
| 97 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 98 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 99 |
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
|
| 100 |
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
|
| 101 |
|
| 102 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 103 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 104 |
msgid ""
|
| 105 |
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
|
| 106 |
"extension is required to send QR Code Pix by email."
|
|
@@ -112,29 +112,29 @@ msgstr ""
|
|
| 112 |
#. translators: %s link to WooCommerce
|
| 113 |
#. translators: %s link to WooCommerce
|
| 114 |
#. translators: %s link to WooCommerce
|
| 115 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 116 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 117 |
msgid "The Mercado Pago module needs an active version of %s in order to work!"
|
| 118 |
msgstr ""
|
| 119 |
"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
|
| 120 |
|
| 121 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 122 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 123 |
msgid "Cancel order"
|
| 124 |
msgstr "Cancelar orden"
|
| 125 |
|
| 126 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 127 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 128 |
msgid "The payment method is not valid or not available."
|
| 129 |
msgstr "El medio de pago no es válido o no está disponible."
|
| 130 |
|
| 131 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 132 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 133 |
msgid "The transaction amount cannot be processed by Mercado Pago."
|
| 134 |
msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
|
| 135 |
|
| 136 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 137 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 138 |
msgid ""
|
| 139 |
"Possible causes: Currency not supported; Amounts below the minimum or above "
|
| 140 |
"the maximum allowed."
|
|
@@ -142,13 +142,13 @@ msgstr ""
|
|
| 142 |
"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
|
| 143 |
"encima del máximo permitido."
|
| 144 |
|
| 145 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 146 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 147 |
msgid "The users are not valid."
|
| 148 |
msgstr "Los usuários no son válidos."
|
| 149 |
|
| 150 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 151 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 152 |
msgid ""
|
| 153 |
"Possible causes: Buyer and seller have the same account in Mercado Pago; The "
|
| 154 |
"transaction involving production and test users."
|
|
@@ -156,89 +156,89 @@ msgstr ""
|
|
| 156 |
"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
|
| 157 |
"Pago; La transacción involucrando usuários de producción y de prueba."
|
| 158 |
|
| 159 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 160 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 161 |
msgid "Unauthorized use of production credentials."
|
| 162 |
msgstr "Uso no autorizado de credenciales de producción."
|
| 163 |
|
| 164 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 165 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 166 |
msgid ""
|
| 167 |
"Possible causes: Use permission in use for the credential of the seller."
|
| 168 |
msgstr ""
|
| 169 |
"Posibles causas: Pendencia de permiso de uso en producción para la "
|
| 170 |
"credencial del vendedor."
|
| 171 |
|
| 172 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 173 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 174 |
msgid "Colombia"
|
| 175 |
msgstr "Colombia"
|
| 176 |
|
| 177 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 178 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 179 |
msgid "Argentina"
|
| 180 |
msgstr "Argentina"
|
| 181 |
|
| 182 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 183 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 184 |
msgid "Brazil"
|
| 185 |
msgstr "Brasil"
|
| 186 |
|
| 187 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 188 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 189 |
msgid "Chile"
|
| 190 |
msgstr "Chile"
|
| 191 |
|
| 192 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 193 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 194 |
msgid "Mexico"
|
| 195 |
msgstr "México"
|
| 196 |
|
| 197 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 198 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 199 |
msgid "Uruguay"
|
| 200 |
msgstr "Uruguay"
|
| 201 |
|
| 202 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 203 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 204 |
msgid "Venezuela"
|
| 205 |
msgstr "Venezuela"
|
| 206 |
|
| 207 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 208 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 209 |
msgid "Peru"
|
| 210 |
msgstr "Peru"
|
| 211 |
|
| 212 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 213 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 214 |
msgid "Update the WooCommerce order to "
|
| 215 |
msgstr "Actualizar la orden de WooCommerce para "
|
| 216 |
|
| 217 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 218 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550,
|
| 219 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550
|
| 220 |
msgid "Fill in your credentials to enable payment methods."
|
| 221 |
msgstr "Completa tus credenciales para habilitar los medios de pago."
|
| 222 |
|
| 223 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 224 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 225 |
msgid "Set plugin"
|
| 226 |
msgstr "Configurar plugin"
|
| 227 |
|
| 228 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 229 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
|
| 230 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
|
| 231 |
msgid "Payment methods"
|
| 232 |
msgstr "Medios de pagos"
|
| 233 |
|
| 234 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 235 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
|
| 236 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
|
| 237 |
msgid "Plugin manual"
|
| 238 |
msgstr "Manual del plugin"
|
| 239 |
|
| 240 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 241 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 242 |
msgid "By Mercado Pago"
|
| 243 |
msgstr "Por Mercado Pago"
|
| 244 |
|
|
@@ -353,93 +353,93 @@ msgstr ""
|
|
| 353 |
"Por favor, introduzca su email en la dirección de facturación para utilizar "
|
| 354 |
"este servicio"
|
| 355 |
|
| 356 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 357 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 358 |
msgid "Debit, Credit and invoice in Mercado Pago environment"
|
| 359 |
msgstr "Débito, crédito y efectivo, en Mercado Pago"
|
| 360 |
|
| 361 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 362 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 363 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 364 |
msgid "Checkout Pro"
|
| 365 |
msgstr "Checkout Pro"
|
| 366 |
|
| 367 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 368 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 369 |
msgid "Mercado Pago - Checkout Pro"
|
| 370 |
msgstr "Mercado Pago - Checkout Pro "
|
| 371 |
|
| 372 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 373 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 374 |
msgid "Your saved cards or money in Mercado Pago"
|
| 375 |
msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago "
|
| 376 |
|
| 377 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 378 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 379 |
msgid "Maximum number of installments"
|
| 380 |
msgstr "Máximo de cuotas"
|
| 381 |
|
| 382 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 383 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 384 |
msgid "What is the maximum quota with which a customer can buy?"
|
| 385 |
msgstr "¿Cuál es el máximo de cuotas con las que un cliente puede comprar?"
|
| 386 |
|
| 387 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 388 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 389 |
msgid "1 installment"
|
| 390 |
msgstr "1 cuota"
|
| 391 |
|
| 392 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 393 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 394 |
msgid "2 installments"
|
| 395 |
msgstr "2 cuotas"
|
| 396 |
|
| 397 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 398 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 399 |
msgid "3 installments"
|
| 400 |
msgstr "3 cuotas"
|
| 401 |
|
| 402 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 403 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 404 |
msgid "4 installments"
|
| 405 |
msgstr "4 cuotas"
|
| 406 |
|
| 407 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 408 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 409 |
msgid "5 installments"
|
| 410 |
msgstr "5 cuotas"
|
| 411 |
|
| 412 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 413 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 414 |
msgid "6 installments"
|
| 415 |
msgstr "6 cuotas"
|
| 416 |
|
| 417 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 418 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 419 |
msgid "10 installments"
|
| 420 |
msgstr "10 cuotas"
|
| 421 |
|
| 422 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 423 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 424 |
msgid "12 installments"
|
| 425 |
msgstr "12 cuotas"
|
| 426 |
|
| 427 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 428 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 429 |
msgid "15 installments"
|
| 430 |
msgstr "15 cuotas"
|
| 431 |
|
| 432 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 433 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 434 |
msgid "18 installments"
|
| 435 |
msgstr "18 cuotas"
|
| 436 |
|
| 437 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 438 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 439 |
msgid "24 installments"
|
| 440 |
msgstr "24 cuotas"
|
| 441 |
|
| 442 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 443 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
|
| 444 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849,
|
| 445 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
|
|
@@ -448,8 +448,8 @@ msgstr "24 cuotas"
|
|
| 448 |
msgid "Enable the checkout"
|
| 449 |
msgstr "Activar el checkout"
|
| 450 |
|
| 451 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 452 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 453 |
msgid ""
|
| 454 |
"By disabling it, you will disable all payments from Mercado Pago Checkout at "
|
| 455 |
"Mercado Pago website by redirect."
|
|
@@ -457,20 +457,20 @@ msgstr ""
|
|
| 457 |
"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
|
| 458 |
"sitio web de Mercado Pago."
|
| 459 |
|
| 460 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 461 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854,
|
| 462 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854
|
| 463 |
msgid "The checkout is <b>enabled</b>."
|
| 464 |
msgstr "El checkout está <b>activo</b>."
|
| 465 |
|
| 466 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 467 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855,
|
| 468 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855
|
| 469 |
msgid "The checkout is <b>disabled</b>."
|
| 470 |
msgstr "El checkout está <b>inactivo</b>."
|
| 471 |
|
| 472 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 473 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 474 |
msgid ""
|
| 475 |
"With Checkout Pro you sell with all the safety inside Mercado Pago "
|
| 476 |
"environment."
|
|
@@ -478,18 +478,18 @@ msgstr ""
|
|
| 478 |
"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
|
| 479 |
"Pago."
|
| 480 |
|
| 481 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 482 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 483 |
msgid "Advanced settings"
|
| 484 |
msgstr "Configuración Avanzada"
|
| 485 |
|
| 486 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 487 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 488 |
msgid "Payment experience"
|
| 489 |
msgstr "Experiencia de pago"
|
| 490 |
|
| 491 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 492 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 493 |
msgid ""
|
| 494 |
"Define what payment experience your customers will have, whether inside or "
|
| 495 |
"outside your store."
|
|
@@ -497,37 +497,37 @@ msgstr ""
|
|
| 497 |
"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
|
| 498 |
"tienda."
|
| 499 |
|
| 500 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 501 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 502 |
msgid "Redirect"
|
| 503 |
msgstr "Redirect"
|
| 504 |
|
| 505 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 506 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 507 |
msgid "Modal"
|
| 508 |
msgstr "Modal"
|
| 509 |
|
| 510 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 511 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 512 |
msgid ""
|
| 513 |
"Choose the URL that we will show your customers when they finish their "
|
| 514 |
"purchase."
|
| 515 |
msgstr "Elige la URL que mostraremos a tus clientes cuando terminen su compra."
|
| 516 |
|
| 517 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 518 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 519 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 520 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 521 |
msgid "This seems to be an invalid URL."
|
| 522 |
msgstr "Esto parece ser una URL no válida."
|
| 523 |
|
| 524 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 525 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 526 |
msgid "Success URL"
|
| 527 |
msgstr "URL de éxito"
|
| 528 |
|
| 529 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 530 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 531 |
msgid ""
|
| 532 |
"Choose the URL that we will show to your customers when we refuse their "
|
| 533 |
"purchase. Make sure it includes a message appropriate to the situation and "
|
|
@@ -537,13 +537,13 @@ msgstr ""
|
|
| 537 |
"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
|
| 538 |
"útil para que puedan solucionarlo."
|
| 539 |
|
| 540 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 541 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 542 |
msgid "Payment URL rejected"
|
| 543 |
msgstr "URL de pago rechazado"
|
| 544 |
|
| 545 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 546 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 547 |
msgid ""
|
| 548 |
"Choose the URL that we will show to your customers when they have a payment "
|
| 549 |
"pending approval."
|
|
@@ -551,101 +551,169 @@ msgstr ""
|
|
| 551 |
"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
|
| 552 |
"de aprobación."
|
| 553 |
|
| 554 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 555 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 556 |
msgid "Payment URL pending"
|
| 557 |
msgstr "URL de pago pendiente"
|
| 558 |
|
| 559 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 560 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 561 |
msgid "Enable the payment methods available to your clients."
|
| 562 |
msgstr "Habilita los medios de pago disponibles para tus clientes."
|
| 563 |
|
| 564 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 565 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 566 |
msgid "Choose the payment methods you accept in your store"
|
| 567 |
msgstr "Elige los medios de pago que se aceptan en la tienda"
|
| 568 |
|
| 569 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 570 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 571 |
msgid "Credit Cards"
|
| 572 |
msgstr "Tarjetas de crédito"
|
| 573 |
|
| 574 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 575 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 576 |
msgid "Debit Cards"
|
| 577 |
msgstr "Tarjetas de débito"
|
| 578 |
|
| 579 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 580 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 581 |
msgid "Other Payment Methods"
|
| 582 |
msgstr "Otros medios"
|
| 583 |
|
| 584 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 585 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 586 |
msgid "Return to the store"
|
| 587 |
msgstr "Volver a la tienda"
|
| 588 |
|
| 589 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 590 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 591 |
msgid ""
|
| 592 |
"Do you want your customer to automatically return to the store after payment?"
|
| 593 |
msgstr ""
|
| 594 |
"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
|
| 595 |
|
| 596 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 597 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 598 |
msgid "The buyer <b>will be automatically redirected to the store</b>."
|
| 599 |
msgstr "El comprador <b>será redirigido automáticamente a la tienda</b>."
|
| 600 |
|
| 601 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 602 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 603 |
msgid "The buyer <b>will not be automatically redirected to the store</b>."
|
| 604 |
msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
|
| 605 |
|
| 606 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 607 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 608 |
msgid "Installments without card"
|
| 609 |
msgstr "Cuotas sin tarjeta"
|
| 610 |
|
| 611 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 612 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 613 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 614 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 615 |
msgid "Up to "
|
| 616 |
msgstr "hasta "
|
| 617 |
|
| 618 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 619 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 620 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 621 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 622 |
msgid " installments"
|
| 623 |
msgstr " Cuotas"
|
| 624 |
|
| 625 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 626 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
|
| 627 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353
|
| 628 |
msgid "Credit cards"
|
| 629 |
msgstr "Tarjetas de crédito"
|
| 630 |
|
| 631 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 632 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361,
|
| 633 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361
|
| 634 |
msgid "Debit cards"
|
| 635 |
msgstr "Tarjetas de débito "
|
| 636 |
|
| 637 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 638 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 639 |
msgid "Bank Transfer"
|
| 640 |
msgstr "Transferencia bancaria"
|
| 641 |
|
| 642 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 643 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 644 |
msgid "Payment by cash"
|
| 645 |
msgstr "Pagos en efectivo "
|
| 646 |
|
| 647 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 648 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 649 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584,
|
| 650 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572,
|
| 651 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
|
|
@@ -658,8 +726,8 @@ msgstr "Pagos en efectivo "
|
|
| 658 |
msgid "discount of"
|
| 659 |
msgstr "descuento de"
|
| 660 |
|
| 661 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 662 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 663 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
|
| 664 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577,
|
| 665 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
|
|
@@ -728,40 +796,40 @@ msgstr ""
|
|
| 728 |
|
| 729 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
|
| 730 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
|
| 731 |
-
|
|
|
|
|
|
|
| 732 |
msgstr "Configuración Avanzada"
|
| 733 |
|
| 734 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208,
|
| 735 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208
|
| 736 |
-
msgid "
|
| 737 |
-
msgstr "
|
| 738 |
|
| 739 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209,
|
| 740 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
|
| 741 |
msgid ""
|
| 742 |
-
"
|
| 743 |
-
"
|
| 744 |
msgstr ""
|
| 745 |
-
"
|
| 746 |
-
"
|
| 747 |
|
| 748 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213,
|
| 749 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213
|
| 750 |
-
msgid "
|
| 751 |
-
msgstr ""
|
| 752 |
-
"La funcionalidad para pagos con <b>tarjetas guardadas</b> está <b>activa</b>."
|
| 753 |
|
| 754 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214,
|
| 755 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214
|
| 756 |
-
msgid "
|
| 757 |
msgstr ""
|
| 758 |
-
"
|
| 759 |
-
"b>."
|
| 760 |
|
| 761 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233,
|
| 762 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233
|
| 763 |
-
msgid "
|
| 764 |
-
msgstr "
|
| 765 |
|
| 766 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264,
|
| 767 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
|
|
@@ -934,6 +1002,7 @@ msgid "Description"
|
|
| 934 |
msgstr "Descripción"
|
| 935 |
|
| 936 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:762,
|
|
|
|
| 937 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
|
| 938 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
|
| 939 |
msgid "Important! To sell you must enter your credentials."
|
|
@@ -954,11 +1023,6 @@ msgstr "Introducir credenciales"
|
|
| 954 |
msgid "Mercado Pago Plugin general settings"
|
| 955 |
msgstr "Configuraciones generales del plugin de Mercado Pago"
|
| 956 |
|
| 957 |
-
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
|
| 958 |
-
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774
|
| 959 |
-
msgid "Important! To sell you must enter your credentials.?"
|
| 960 |
-
msgstr ""
|
| 961 |
-
|
| 962 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775,
|
| 963 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
|
| 964 |
msgid ""
|
|
@@ -1969,25 +2033,24 @@ msgstr "Valorar el plugin"
|
|
| 1969 |
|
| 1970 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130,
|
| 1971 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130
|
| 1972 |
-
msgid "
|
| 1973 |
-
msgstr "
|
| 1974 |
|
| 1975 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133,
|
| 1976 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133
|
| 1977 |
msgid ""
|
| 1978 |
-
"
|
| 1979 |
-
"
|
| 1980 |
-
"
|
| 1981 |
msgstr ""
|
| 1982 |
-
"
|
| 1983 |
-
"
|
| 1984 |
-
"
|
| 1985 |
-
"configuración."
|
| 1986 |
|
| 1987 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142,
|
| 1988 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142
|
| 1989 |
-
msgid "
|
| 1990 |
-
msgstr "
|
| 1991 |
|
| 1992 |
#: ../../includes/admin/views/html-admin-alert-frame.php:34,
|
| 1993 |
#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30,
|
|
@@ -2113,7 +2176,8 @@ msgid "Set deadlines and fees"
|
|
| 2113 |
msgstr "Ajustar plazos y tasas"
|
| 2114 |
|
| 2115 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215,
|
| 2116 |
-
#: ../../includes/
|
|
|
|
| 2117 |
msgid "Questions? "
|
| 2118 |
msgstr "¿Dudas? "
|
| 2119 |
|
|
@@ -2721,8 +2785,7 @@ msgstr ""
|
|
| 2721 |
"inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
|
| 2722 |
|
| 2723 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
|
| 2724 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 2725 |
-
#: ../../templates/checkout/custom-checkout.php:40,
|
| 2726 |
#: ../../templates/receipt/custom-checkout.php:41,
|
| 2727 |
#: ../../templates/receipt/custom-checkout.php:41
|
| 2728 |
msgid "Pay with Mercado Pago"
|
|
@@ -2734,167 +2797,182 @@ msgstr "Pagar con Mercado Pago"
|
|
| 2734 |
msgid "Cancel & Clear Cart"
|
| 2735 |
msgstr "Cancelar & Limpiar carrito"
|
| 2736 |
|
| 2737 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2738 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
|
| 2739 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
|
| 2740 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
|
| 2741 |
msgid "Apply"
|
| 2742 |
msgstr "Aplicar"
|
| 2743 |
|
| 2744 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2745 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
|
| 2746 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
|
| 2747 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
|
| 2748 |
msgid "Remove"
|
| 2749 |
msgstr "Retirar"
|
| 2750 |
|
| 2751 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2752 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
|
| 2753 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
|
| 2754 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
|
| 2755 |
msgid "Please, inform your coupon code"
|
| 2756 |
msgstr "Por favor, informe su código de cupón"
|
| 2757 |
|
| 2758 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2759 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
|
| 2760 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
|
| 2761 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
|
| 2762 |
msgid "To choose"
|
| 2763 |
msgstr "Elegir"
|
| 2764 |
|
| 2765 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2766 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
|
| 2767 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
|
| 2768 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
|
| 2769 |
msgid "Other bank"
|
| 2770 |
msgstr "Otro banco"
|
| 2771 |
|
| 2772 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2773 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
|
| 2774 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
|
| 2775 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
|
| 2776 |
msgid "You will save"
|
| 2777 |
msgstr "Salvarás"
|
| 2778 |
|
| 2779 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2780 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
|
| 2781 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
|
| 2782 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
|
| 2783 |
msgid "with discount of"
|
| 2784 |
msgstr "con descuento de"
|
| 2785 |
|
| 2786 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2787 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
|
| 2788 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
|
| 2789 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
|
| 2790 |
msgid "Total of your purchase:"
|
| 2791 |
msgstr "Total de su compra:"
|
| 2792 |
|
| 2793 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2794 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
|
| 2795 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
|
| 2796 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
|
| 2797 |
msgid "Total of your purchase with discount:"
|
| 2798 |
msgstr "Total de su compra con descuento:"
|
| 2799 |
|
| 2800 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2801 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
|
| 2802 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
|
| 2803 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
|
| 2804 |
msgid "*After payment approval"
|
| 2805 |
msgstr "*Tras la aprobación del pago"
|
| 2806 |
|
| 2807 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2808 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
|
| 2809 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
|
| 2810 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
|
| 2811 |
msgid "Terms and conditions of use"
|
| 2812 |
msgstr "Términos y condiciones de uso"
|
| 2813 |
|
| 2814 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2815 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2816 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2817 |
msgid "No fee"
|
| 2818 |
msgstr "Sin interés"
|
| 2819 |
|
| 2820 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2821 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2822 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2823 |
msgid "More options"
|
| 2824 |
msgstr "Más opciones"
|
| 2825 |
|
| 2826 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2827 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2828 |
msgid "mm/yy"
|
| 2829 |
msgstr "mm/aa"
|
| 2830 |
|
| 2831 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2832 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 2833 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 2834 |
msgid "Issuer"
|
| 2835 |
msgstr "Banco"
|
| 2836 |
|
| 2837 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2838 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2839 |
msgid "Installments"
|
| 2840 |
msgstr "cuotas "
|
| 2841 |
|
| 2842 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2843 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2844 |
msgid "on the back"
|
| 2845 |
msgstr "del dorso"
|
| 2846 |
|
| 2847 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2848 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2849 |
msgid "on the front"
|
| 2850 |
msgstr "del frente"
|
| 2851 |
|
| 2852 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2853 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2854 |
msgid "digits"
|
| 2855 |
msgstr "dígitos"
|
| 2856 |
|
| 2857 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2858 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2859 |
msgid "Card number is required"
|
| 2860 |
msgstr "Número de tarjeta obligatorio"
|
| 2861 |
|
| 2862 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2863 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2864 |
msgid "Card number invalid"
|
| 2865 |
msgstr "Número de tarjeta inválido"
|
| 2866 |
|
| 2867 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2868 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2869 |
msgid "Holder name is required"
|
| 2870 |
msgstr "Nombre del titular obligatorio"
|
| 2871 |
|
| 2872 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2873 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2874 |
msgid "Holder name invalid"
|
| 2875 |
msgstr "Nombre del titular inválido"
|
| 2876 |
|
| 2877 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173,
|
| 2878 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
|
| 2879 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
|
|
|
| 2880 |
msgid "Expiration date invalid"
|
| 2881 |
msgstr "Fecha de vencimiento inválido"
|
| 2882 |
|
| 2883 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2884 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2885 |
msgid "Expiration date incomplete"
|
| 2886 |
msgstr "Fecha de vencimiento obligatorio"
|
| 2887 |
|
| 2888 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2889 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2890 |
msgid "Security code is required"
|
| 2891 |
msgstr "Código de seguridad obligatorio"
|
| 2892 |
|
| 2893 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2894 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2895 |
msgid "Security code incomplete"
|
| 2896 |
msgstr "Código de seguridad incompleto"
|
| 2897 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2898 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
|
| 2899 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
|
| 2900 |
msgid "Now you just need to pay with Pix to finalize your purchase"
|
|
@@ -2945,14 +3023,104 @@ msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código"
|
|
| 2945 |
msgid "Copy code"
|
| 2946 |
msgstr "Copiar código"
|
| 2947 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2948 |
#: ../../includes/module/sdk/lib/class-mp.php:182,
|
| 2949 |
#: ../../includes/module/sdk/lib/class-mp.php:634,
|
| 2950 |
#: ../../includes/module/sdk/lib/class-mp.php:682,
|
| 2951 |
-
#: ../../includes/module/sdk/lib/class-mp.php:
|
| 2952 |
-
#: ../../includes/module/sdk/lib/class-mp.php:
|
|
|
|
| 2953 |
msgid "Response from cache"
|
| 2954 |
msgstr "Respuesta de la caché"
|
| 2955 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2956 |
#. translators: 1: total_time currency 2: url
|
| 2957 |
#. translators: 1: total_time currency 2: url
|
| 2958 |
#. translators: 1: total_time currency 2: url
|
|
@@ -2984,18 +3152,20 @@ msgstr "Paga más rápido con Mercado Pago"
|
|
| 2984 |
|
| 2985 |
#: ../../templates/checkout/basic-checkout.php:36,
|
| 2986 |
#: ../../templates/checkout/basic-checkout.php:36
|
| 2987 |
-
msgid "
|
| 2988 |
-
|
|
|
|
|
|
|
| 2989 |
|
| 2990 |
#: ../../templates/checkout/basic-checkout.php:37,
|
| 2991 |
#: ../../templates/checkout/basic-checkout.php:37
|
| 2992 |
-
msgid "
|
| 2993 |
-
msgstr "
|
| 2994 |
|
| 2995 |
#: ../../templates/checkout/basic-checkout.php:38,
|
| 2996 |
#: ../../templates/checkout/basic-checkout.php:38
|
| 2997 |
-
msgid "
|
| 2998 |
-
msgstr "
|
| 2999 |
|
| 3000 |
#: ../../templates/checkout/basic-checkout.php:41,
|
| 3001 |
#: ../../templates/checkout/basic-checkout.php:41
|
|
@@ -3005,9 +3175,10 @@ msgstr ""
|
|
| 3005 |
#: ../../templates/checkout/basic-checkout.php:53,
|
| 3006 |
#: ../../templates/checkout/basic-checkout.php:53
|
| 3007 |
msgid ""
|
| 3008 |
-
"
|
| 3009 |
"account"
|
| 3010 |
-
msgstr "
|
|
|
|
| 3011 |
|
| 3012 |
#: ../../templates/checkout/basic-checkout.php:54,
|
| 3013 |
#: ../../templates/checkout/basic-checkout.php:54
|
|
@@ -3015,7 +3186,7 @@ msgid "Checkout Pro redirect info image"
|
|
| 3015 |
msgstr ""
|
| 3016 |
|
| 3017 |
#: ../../templates/checkout/basic-checkout.php:63,
|
| 3018 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3019 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3020 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3021 |
#: ../../templates/checkout/ticket-checkout.php:60
|
|
@@ -3023,133 +3194,136 @@ msgid "By continuing, you agree with our"
|
|
| 3023 |
msgstr "Al continuar, aceptas nuestros"
|
| 3024 |
|
| 3025 |
#: ../../templates/checkout/basic-checkout.php:64,
|
| 3026 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3027 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3028 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3029 |
#: ../../templates/checkout/ticket-checkout.php:60
|
| 3030 |
msgid "Terms and conditions"
|
| 3031 |
msgstr "Términos y condiciones "
|
| 3032 |
|
| 3033 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3034 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3035 |
msgid "Checkout Custom in Test Mode"
|
| 3036 |
msgstr "Tarjeta de crédito en Modo Test"
|
| 3037 |
|
| 3038 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3039 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3040 |
msgid "Use Mercado Pago means without real charges."
|
| 3041 |
msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
|
| 3042 |
|
| 3043 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3044 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3045 |
msgid "See test mode rules."
|
| 3046 |
msgstr "Ver las reglas del Modo Test. "
|
| 3047 |
|
| 3048 |
#: ../../templates/checkout/custom-checkout.php:35,
|
| 3049 |
#: ../../templates/checkout/custom-checkout.php:35
|
| 3050 |
-
msgid "Pay
|
| 3051 |
-
msgstr "Paga
|
| 3052 |
|
| 3053 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3054 |
-
#: ../../templates/checkout/custom-checkout.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3055 |
msgid "With which card can you pay?"
|
| 3056 |
msgstr "¿Con qué tarjeta puedes pagar?"
|
| 3057 |
|
| 3058 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3059 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3060 |
msgid "See current promotions"
|
| 3061 |
msgstr "Ver promociones vigentes"
|
| 3062 |
|
| 3063 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3064 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3065 |
msgid "Fill in your card details"
|
| 3066 |
msgstr "Completa los datos de tu tarjeta"
|
| 3067 |
|
| 3068 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3069 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3070 |
msgid "Card number"
|
| 3071 |
msgstr "Número de Tarjeta"
|
| 3072 |
|
| 3073 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3074 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3075 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3076 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3077 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3078 |
msgid "Required data"
|
| 3079 |
msgstr "Datos obligatorios"
|
| 3080 |
|
| 3081 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3082 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3083 |
msgid "Holder name as it appears on the card"
|
| 3084 |
msgstr "Nombre del titular como aparece en la tarjeta"
|
| 3085 |
|
| 3086 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3087 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3088 |
msgid "Expiration"
|
| 3089 |
msgstr "Vencimiento"
|
| 3090 |
|
| 3091 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3092 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3093 |
msgid "Security Code"
|
| 3094 |
msgstr "Código de seguridad"
|
| 3095 |
|
| 3096 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3097 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3098 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3099 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3100 |
msgid "Holder document"
|
| 3101 |
msgstr "Documento del titular"
|
| 3102 |
|
| 3103 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3104 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3105 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3106 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3107 |
msgid "Invalid document"
|
| 3108 |
msgstr "Número de documento no válido"
|
| 3109 |
|
| 3110 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3111 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3112 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3113 |
msgid "Select the number of installments"
|
| 3114 |
msgstr "Selecciona la cantidad de cuotas"
|
| 3115 |
|
| 3116 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3117 |
#: ../../templates/checkout/pix-checkout.php:22
|
| 3118 |
-
#, fuzzy
|
| 3119 |
-
#| msgid "Cards in Test Mode"
|
| 3120 |
msgid "Pix in Test Mode"
|
| 3121 |
-
msgstr "
|
| 3122 |
|
| 3123 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3124 |
#: ../../templates/checkout/pix-checkout.php:22
|
| 3125 |
-
#, fuzzy
|
| 3126 |
-
#| msgid ""
|
| 3127 |
-
#| "You can test the flow to generate an invoice, but you cannot finalize the "
|
| 3128 |
-
#| "payment."
|
| 3129 |
msgid ""
|
| 3130 |
"You can test the flow to generate a code, but you cannot finalize the "
|
| 3131 |
"payment."
|
| 3132 |
msgstr ""
|
| 3133 |
-
"Es posible
|
| 3134 |
"finalizar el pago."
|
| 3135 |
|
| 3136 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3137 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3138 |
-
#, fuzzy
|
| 3139 |
-
#| msgid "Pay securely and instantly!"
|
| 3140 |
msgid "Pay instantly"
|
| 3141 |
-
msgstr "Pago
|
| 3142 |
|
| 3143 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3144 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3145 |
msgid ""
|
| 3146 |
"By confirming your purchase, we will show you a code to make the payment."
|
| 3147 |
msgstr ""
|
|
|
|
| 3148 |
|
| 3149 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3150 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3151 |
msgid "Pix logo"
|
| 3152 |
-
msgstr ""
|
| 3153 |
|
| 3154 |
#: ../../templates/checkout/ticket-checkout.php:23,
|
| 3155 |
#: ../../templates/checkout/ticket-checkout.php:23
|
|
@@ -3203,6 +3377,61 @@ msgstr ""
|
|
| 3203 |
msgid "Print ticket"
|
| 3204 |
msgstr "Imprimir ticket"
|
| 3205 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3206 |
#, fuzzy
|
| 3207 |
#~| msgid "Important! To sell you must enter your credentials."
|
| 3208 |
#~ msgid "Important! To sell, you must enter your credentials."
|
|
@@ -3245,9 +3474,6 @@ msgstr "Imprimir ticket"
|
|
| 3245 |
#~ msgid "We take you to our site to complete the payment"
|
| 3246 |
#~ msgstr "Te llevamos a nuestro sitio para completar el pago"
|
| 3247 |
|
| 3248 |
-
#~ msgid "Pay with a saved card"
|
| 3249 |
-
#~ msgstr "Pagar con tarjeta guardada"
|
| 3250 |
-
|
| 3251 |
#~ msgid "Enter your discount coupon"
|
| 3252 |
#~ msgstr "Ingresa tu cupón de descuento"
|
| 3253 |
|
|
@@ -3353,9 +3579,6 @@ msgstr "Imprimir ticket"
|
|
| 3353 |
#~ msgid "Report Problem"
|
| 3354 |
#~ msgstr "Informar problema"
|
| 3355 |
|
| 3356 |
-
#~ msgid "Checkout Pro %s"
|
| 3357 |
-
#~ msgstr "Checkout Pro %s"
|
| 3358 |
-
|
| 3359 |
#~ msgid "Accept all method of payment and take your charges to another level"
|
| 3360 |
#~ msgstr "Acepta todos los medios de pago y lleva tus cobros a otro nivel"
|
| 3361 |
|
|
@@ -3596,9 +3819,6 @@ msgstr "Imprimir ticket"
|
|
| 3596 |
#~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
|
| 3597 |
#~ "recibir pagos reales."
|
| 3598 |
|
| 3599 |
-
#~ msgid "This name will appear on your customers invoice."
|
| 3600 |
-
#~ msgstr "Este nombre aparecerá en la factura de tus clientes."
|
| 3601 |
-
|
| 3602 |
#~ msgid ""
|
| 3603 |
#~ "What category do your products belong to? Choose the one that best "
|
| 3604 |
#~ "characterizes them (choose \"other\" if your product is too specific)."
|
|
@@ -3717,9 +3937,6 @@ msgstr "Imprimir ticket"
|
|
| 3717 |
#~ "esté bien. Si ya saliste a Producción,<br> trae a tus clientes y aumenta "
|
| 3718 |
#~ "tus ventas con la mejor experiencia de compra online."
|
| 3719 |
|
| 3720 |
-
#~ msgid "Test payment via Mercado Pago"
|
| 3721 |
-
#~ msgstr "Testear pago vía Mercado Pago"
|
| 3722 |
-
|
| 3723 |
#~ msgid "%s"
|
| 3724 |
#~ msgstr "%s"
|
| 3725 |
|
| 14 |
"X-Generator: Poedit 3.1.1\n"
|
| 15 |
|
| 16 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145,
|
| 17 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:354,
|
| 18 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:354
|
| 19 |
msgid "By continuing, you agree to our "
|
| 20 |
msgstr "Al continuar, aceptas nuestros "
|
| 21 |
|
| 22 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147,
|
| 23 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:356,
|
| 24 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:356
|
| 25 |
msgid "Terms and Conditions"
|
| 26 |
msgstr "Términos y condiciones"
|
| 27 |
|
| 85 |
msgid "Invalid credentials"
|
| 86 |
msgstr "Credenciales no válidas"
|
| 87 |
|
| 88 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:52,
|
| 89 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:52
|
| 90 |
msgid ""
|
| 91 |
"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
|
| 92 |
"Please update your PHP version."
|
| 94 |
"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
|
| 95 |
"favor actualice su versión de PHP."
|
| 96 |
|
| 97 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:63,
|
| 98 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:63
|
| 99 |
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
|
| 100 |
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
|
| 101 |
|
| 102 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:74,
|
| 103 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:74
|
| 104 |
msgid ""
|
| 105 |
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
|
| 106 |
"extension is required to send QR Code Pix by email."
|
| 112 |
#. translators: %s link to WooCommerce
|
| 113 |
#. translators: %s link to WooCommerce
|
| 114 |
#. translators: %s link to WooCommerce
|
| 115 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:88,
|
| 116 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:88
|
| 117 |
msgid "The Mercado Pago module needs an active version of %s in order to work!"
|
| 118 |
msgstr ""
|
| 119 |
"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
|
| 120 |
|
| 121 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:101,
|
| 122 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:101
|
| 123 |
msgid "Cancel order"
|
| 124 |
msgstr "Cancelar orden"
|
| 125 |
|
| 126 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:370,
|
| 127 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:370
|
| 128 |
msgid "The payment method is not valid or not available."
|
| 129 |
msgstr "El medio de pago no es válido o no está disponible."
|
| 130 |
|
| 131 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373,
|
| 132 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373
|
| 133 |
msgid "The transaction amount cannot be processed by Mercado Pago."
|
| 134 |
msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
|
| 135 |
|
| 136 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373,
|
| 137 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373
|
| 138 |
msgid ""
|
| 139 |
"Possible causes: Currency not supported; Amounts below the minimum or above "
|
| 140 |
"the maximum allowed."
|
| 142 |
"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
|
| 143 |
"encima del máximo permitido."
|
| 144 |
|
| 145 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376,
|
| 146 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376
|
| 147 |
msgid "The users are not valid."
|
| 148 |
msgstr "Los usuários no son válidos."
|
| 149 |
|
| 150 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376,
|
| 151 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376
|
| 152 |
msgid ""
|
| 153 |
"Possible causes: Buyer and seller have the same account in Mercado Pago; The "
|
| 154 |
"transaction involving production and test users."
|
| 156 |
"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
|
| 157 |
"Pago; La transacción involucrando usuários de producción y de prueba."
|
| 158 |
|
| 159 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379,
|
| 160 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379
|
| 161 |
msgid "Unauthorized use of production credentials."
|
| 162 |
msgstr "Uso no autorizado de credenciales de producción."
|
| 163 |
|
| 164 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379,
|
| 165 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379
|
| 166 |
msgid ""
|
| 167 |
"Possible causes: Use permission in use for the credential of the seller."
|
| 168 |
msgstr ""
|
| 169 |
"Posibles causas: Pendencia de permiso de uso en producción para la "
|
| 170 |
"credencial del vendedor."
|
| 171 |
|
| 172 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:505,
|
| 173 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:505
|
| 174 |
msgid "Colombia"
|
| 175 |
msgstr "Colombia"
|
| 176 |
|
| 177 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:507,
|
| 178 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:507
|
| 179 |
msgid "Argentina"
|
| 180 |
msgstr "Argentina"
|
| 181 |
|
| 182 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:509,
|
| 183 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:509
|
| 184 |
msgid "Brazil"
|
| 185 |
msgstr "Brasil"
|
| 186 |
|
| 187 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:511,
|
| 188 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:511
|
| 189 |
msgid "Chile"
|
| 190 |
msgstr "Chile"
|
| 191 |
|
| 192 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:513,
|
| 193 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:513
|
| 194 |
msgid "Mexico"
|
| 195 |
msgstr "México"
|
| 196 |
|
| 197 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:515,
|
| 198 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:515
|
| 199 |
msgid "Uruguay"
|
| 200 |
msgstr "Uruguay"
|
| 201 |
|
| 202 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:517,
|
| 203 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:517
|
| 204 |
msgid "Venezuela"
|
| 205 |
msgstr "Venezuela"
|
| 206 |
|
| 207 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:519,
|
| 208 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:519
|
| 209 |
msgid "Peru"
|
| 210 |
msgstr "Peru"
|
| 211 |
|
| 212 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:553,
|
| 213 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:553
|
| 214 |
msgid "Update the WooCommerce order to "
|
| 215 |
msgstr "Actualizar la orden de WooCommerce para "
|
| 216 |
|
| 217 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:772,
|
| 218 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550,
|
| 219 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550
|
| 220 |
msgid "Fill in your credentials to enable payment methods."
|
| 221 |
msgstr "Completa tus credenciales para habilitar los medios de pago."
|
| 222 |
|
| 223 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:788,
|
| 224 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:788
|
| 225 |
msgid "Set plugin"
|
| 226 |
msgstr "Configurar plugin"
|
| 227 |
|
| 228 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:789,
|
| 229 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
|
| 230 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
|
| 231 |
msgid "Payment methods"
|
| 232 |
msgstr "Medios de pagos"
|
| 233 |
|
| 234 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:790,
|
| 235 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
|
| 236 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
|
| 237 |
msgid "Plugin manual"
|
| 238 |
msgstr "Manual del plugin"
|
| 239 |
|
| 240 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:889,
|
| 241 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:889
|
| 242 |
msgid "By Mercado Pago"
|
| 243 |
msgstr "Por Mercado Pago"
|
| 244 |
|
| 353 |
"Por favor, introduzca su email en la dirección de facturación para utilizar "
|
| 354 |
"este servicio"
|
| 355 |
|
| 356 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40,
|
| 357 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40
|
| 358 |
msgid "Debit, Credit and invoice in Mercado Pago environment"
|
| 359 |
msgstr "Débito, crédito y efectivo, en Mercado Pago"
|
| 360 |
|
| 361 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41,
|
| 362 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:289,
|
| 363 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:289
|
| 364 |
msgid "Checkout Pro"
|
| 365 |
msgstr "Checkout Pro"
|
| 366 |
|
| 367 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:49,
|
| 368 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:49
|
| 369 |
msgid "Mercado Pago - Checkout Pro"
|
| 370 |
msgstr "Mercado Pago - Checkout Pro "
|
| 371 |
|
| 372 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51,
|
| 373 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51
|
| 374 |
msgid "Your saved cards or money in Mercado Pago"
|
| 375 |
msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago "
|
| 376 |
|
| 377 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176,
|
| 378 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176
|
| 379 |
msgid "Maximum number of installments"
|
| 380 |
msgstr "Máximo de cuotas"
|
| 381 |
|
| 382 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178,
|
| 383 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178
|
| 384 |
msgid "What is the maximum quota with which a customer can buy?"
|
| 385 |
msgstr "¿Cuál es el máximo de cuotas con las que un cliente puede comprar?"
|
| 386 |
|
| 387 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:181,
|
| 388 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:181
|
| 389 |
msgid "1 installment"
|
| 390 |
msgstr "1 cuota"
|
| 391 |
|
| 392 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:182,
|
| 393 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:182
|
| 394 |
msgid "2 installments"
|
| 395 |
msgstr "2 cuotas"
|
| 396 |
|
| 397 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:183,
|
| 398 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:183
|
| 399 |
msgid "3 installments"
|
| 400 |
msgstr "3 cuotas"
|
| 401 |
|
| 402 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:184,
|
| 403 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:184
|
| 404 |
msgid "4 installments"
|
| 405 |
msgstr "4 cuotas"
|
| 406 |
|
| 407 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:185,
|
| 408 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:185
|
| 409 |
msgid "5 installments"
|
| 410 |
msgstr "5 cuotas"
|
| 411 |
|
| 412 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:186,
|
| 413 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:186
|
| 414 |
msgid "6 installments"
|
| 415 |
msgstr "6 cuotas"
|
| 416 |
|
| 417 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:187,
|
| 418 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:187
|
| 419 |
msgid "10 installments"
|
| 420 |
msgstr "10 cuotas"
|
| 421 |
|
| 422 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:188,
|
| 423 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:188
|
| 424 |
msgid "12 installments"
|
| 425 |
msgstr "12 cuotas"
|
| 426 |
|
| 427 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:189,
|
| 428 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:189
|
| 429 |
msgid "15 installments"
|
| 430 |
msgstr "15 cuotas"
|
| 431 |
|
| 432 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:190,
|
| 433 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:190
|
| 434 |
msgid "18 installments"
|
| 435 |
msgstr "18 cuotas"
|
| 436 |
|
| 437 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:191,
|
| 438 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:191
|
| 439 |
msgid "24 installments"
|
| 440 |
msgstr "24 cuotas"
|
| 441 |
|
| 442 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:268,
|
| 443 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
|
| 444 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849,
|
| 445 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
|
| 448 |
msgid "Enable the checkout"
|
| 449 |
msgstr "Activar el checkout"
|
| 450 |
|
| 451 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269,
|
| 452 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269
|
| 453 |
msgid ""
|
| 454 |
"By disabling it, you will disable all payments from Mercado Pago Checkout at "
|
| 455 |
"Mercado Pago website by redirect."
|
| 457 |
"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
|
| 458 |
"sitio web de Mercado Pago."
|
| 459 |
|
| 460 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:273,
|
| 461 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854,
|
| 462 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854
|
| 463 |
msgid "The checkout is <b>enabled</b>."
|
| 464 |
msgstr "El checkout está <b>activo</b>."
|
| 465 |
|
| 466 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:274,
|
| 467 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855,
|
| 468 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855
|
| 469 |
msgid "The checkout is <b>disabled</b>."
|
| 470 |
msgstr "El checkout está <b>inactivo</b>."
|
| 471 |
|
| 472 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:293,
|
| 473 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:293
|
| 474 |
msgid ""
|
| 475 |
"With Checkout Pro you sell with all the safety inside Mercado Pago "
|
| 476 |
"environment."
|
| 478 |
"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
|
| 479 |
"Pago."
|
| 480 |
|
| 481 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310,
|
| 482 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310
|
| 483 |
msgid "Advanced settings"
|
| 484 |
msgstr "Configuración Avanzada"
|
| 485 |
|
| 486 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:323,
|
| 487 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:323
|
| 488 |
msgid "Payment experience"
|
| 489 |
msgstr "Experiencia de pago"
|
| 490 |
|
| 491 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:325,
|
| 492 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:325
|
| 493 |
msgid ""
|
| 494 |
"Define what payment experience your customers will have, whether inside or "
|
| 495 |
"outside your store."
|
| 497 |
"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
|
| 498 |
"tienda."
|
| 499 |
|
| 500 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:328,
|
| 501 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:328
|
| 502 |
msgid "Redirect"
|
| 503 |
msgstr "Redirect"
|
| 504 |
|
| 505 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:329,
|
| 506 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:329
|
| 507 |
msgid "Modal"
|
| 508 |
msgstr "Modal"
|
| 509 |
|
| 510 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345,
|
| 511 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345
|
| 512 |
msgid ""
|
| 513 |
"Choose the URL that we will show your customers when they finish their "
|
| 514 |
"purchase."
|
| 515 |
msgstr "Elige la URL que mostraremos a tus clientes cuando terminen su compra."
|
| 516 |
|
| 517 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:343,
|
| 518 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:363,
|
| 519 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384,
|
| 520 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384
|
| 521 |
msgid "This seems to be an invalid URL."
|
| 522 |
msgstr "Esto parece ser una URL no válida."
|
| 523 |
|
| 524 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:348,
|
| 525 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:348
|
| 526 |
msgid "Success URL"
|
| 527 |
msgstr "URL de éxito"
|
| 528 |
|
| 529 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365,
|
| 530 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365
|
| 531 |
msgid ""
|
| 532 |
"Choose the URL that we will show to your customers when we refuse their "
|
| 533 |
"purchase. Make sure it includes a message appropriate to the situation and "
|
| 537 |
"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
|
| 538 |
"útil para que puedan solucionarlo."
|
| 539 |
|
| 540 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:368,
|
| 541 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:368
|
| 542 |
msgid "Payment URL rejected"
|
| 543 |
msgstr "URL de pago rechazado"
|
| 544 |
|
| 545 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:386,
|
| 546 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:386
|
| 547 |
msgid ""
|
| 548 |
"Choose the URL that we will show to your customers when they have a payment "
|
| 549 |
"pending approval."
|
| 551 |
"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
|
| 552 |
"de aprobación."
|
| 553 |
|
| 554 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:389,
|
| 555 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:389
|
| 556 |
msgid "Payment URL pending"
|
| 557 |
msgstr "URL de pago pendiente"
|
| 558 |
|
| 559 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403,
|
| 560 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403
|
| 561 |
msgid "Enable the payment methods available to your clients."
|
| 562 |
msgstr "Habilita los medios de pago disponibles para tus clientes."
|
| 563 |
|
| 564 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404,
|
| 565 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404
|
| 566 |
msgid "Choose the payment methods you accept in your store"
|
| 567 |
msgstr "Elige los medios de pago que se aceptan en la tienda"
|
| 568 |
|
| 569 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:408,
|
| 570 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:408
|
| 571 |
msgid "Credit Cards"
|
| 572 |
msgstr "Tarjetas de crédito"
|
| 573 |
|
| 574 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:412,
|
| 575 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:412
|
| 576 |
msgid "Debit Cards"
|
| 577 |
msgstr "Tarjetas de débito"
|
| 578 |
|
| 579 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:416,
|
| 580 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:416
|
| 581 |
msgid "Other Payment Methods"
|
| 582 |
msgstr "Otros medios"
|
| 583 |
|
| 584 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:466,
|
| 585 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:466
|
| 586 |
msgid "Return to the store"
|
| 587 |
msgstr "Volver a la tienda"
|
| 588 |
|
| 589 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:467,
|
| 590 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:467
|
| 591 |
msgid ""
|
| 592 |
"Do you want your customer to automatically return to the store after payment?"
|
| 593 |
msgstr ""
|
| 594 |
"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
|
| 595 |
|
| 596 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:471,
|
| 597 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:471
|
| 598 |
msgid "The buyer <b>will be automatically redirected to the store</b>."
|
| 599 |
msgstr "El comprador <b>será redirigido automáticamente a la tienda</b>."
|
| 600 |
|
| 601 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:472,
|
| 602 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:472
|
| 603 |
msgid "The buyer <b>will not be automatically redirected to the store</b>."
|
| 604 |
msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
|
| 605 |
|
| 606 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537,
|
| 607 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537
|
| 608 |
msgid "Installments without card"
|
| 609 |
msgstr "Cuotas sin tarjeta"
|
| 610 |
|
| 611 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538,
|
| 612 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546,
|
| 613 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 614 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 615 |
msgid "Up to "
|
| 616 |
msgstr "hasta "
|
| 617 |
|
| 618 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538,
|
| 619 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546,
|
| 620 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 621 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 622 |
msgid " installments"
|
| 623 |
msgstr " Cuotas"
|
| 624 |
|
| 625 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545,
|
| 626 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
|
| 627 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353
|
| 628 |
msgid "Credit cards"
|
| 629 |
msgstr "Tarjetas de crédito"
|
| 630 |
|
| 631 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:552,
|
| 632 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361,
|
| 633 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361
|
| 634 |
msgid "Debit cards"
|
| 635 |
msgstr "Tarjetas de débito "
|
| 636 |
|
| 637 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:558,
|
| 638 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:558
|
| 639 |
msgid "Bank Transfer"
|
| 640 |
msgstr "Transferencia bancaria"
|
| 641 |
|
| 642 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:564,
|
| 643 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:564
|
| 644 |
msgid "Payment by cash"
|
| 645 |
msgstr "Pagos en efectivo "
|
| 646 |
|
| 647 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:593,
|
| 648 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:593
|
| 649 |
+
msgid "Payment with Mercado Credito"
|
| 650 |
+
msgstr "Pagos con Mercado Crédito"
|
| 651 |
+
|
| 652 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:594,
|
| 653 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:594
|
| 654 |
+
msgid "New!"
|
| 655 |
+
msgstr "¡Nuevo!"
|
| 656 |
+
|
| 657 |
+
#. translators: %s link to Mercado Credits blog
|
| 658 |
+
#. translators: %s link to Mercado Credits blog
|
| 659 |
+
#. translators: %s link to Mercado Credits blog
|
| 660 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:599,
|
| 661 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:599
|
| 662 |
+
msgid ""
|
| 663 |
+
"With <a href=\"%s\" target=\"blank\">Mercado Credito</a>, clients can pay "
|
| 664 |
+
"<b>in installments with no card, by transfers, invoice or money available in "
|
| 665 |
+
"their Mercado Pago account.</b><br/><b>By activating the no-card "
|
| 666 |
+
"installments banner</b>, you will increase your chances of selling."
|
| 667 |
+
msgstr ""
|
| 668 |
+
"Con <a href=\"%s\" target=\"blank\">Mercado Crédito</a>, los clientes pagan "
|
| 669 |
+
"<b>en cuotas sin tarjeta, por transferencia, tarjeta de débito, efectivo o "
|
| 670 |
+
"dinero disponible en la cuenta de Mercado Pago. </b><br/><b>Al activar el "
|
| 671 |
+
"componente de cuotas sin tarjeta</b>, aumentarás tus chances de vender. Para "
|
| 672 |
+
"saber más, ingresá a documentación."
|
| 673 |
+
|
| 674 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:603,
|
| 675 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:603
|
| 676 |
+
msgid "The no-card installments banner is <b>active</b>."
|
| 677 |
+
msgstr "El componente de cuotas sin tarjeta está <b>activado</b>."
|
| 678 |
+
|
| 679 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:604,
|
| 680 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:604
|
| 681 |
+
msgid "The no-card installments banner is <b>disabled</b>."
|
| 682 |
+
msgstr "El componente de cuotas sin tarjeta está <b>desactivado</b> ."
|
| 683 |
+
|
| 684 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:642,
|
| 685 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:652,
|
| 686 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:652
|
| 687 |
+
msgid "Banner on the product page | Computer version"
|
| 688 |
+
msgstr "Componente en la página del producto | Versión para computadora"
|
| 689 |
+
|
| 690 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:643,
|
| 691 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:643
|
| 692 |
+
msgid "Banner on the product page | Cellphone version"
|
| 693 |
+
msgstr "Componente en la página del producto | Versión para celular"
|
| 694 |
+
|
| 695 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:650,
|
| 696 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:650
|
| 697 |
+
msgid "Computer"
|
| 698 |
+
msgstr "Computadora"
|
| 699 |
+
|
| 700 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:651,
|
| 701 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:651
|
| 702 |
+
msgid "Mobile"
|
| 703 |
+
msgstr "Celular"
|
| 704 |
+
|
| 705 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653,
|
| 706 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653
|
| 707 |
+
msgid "Banner visualization"
|
| 708 |
+
msgstr "Visualización del componente"
|
| 709 |
+
|
| 710 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654,
|
| 711 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654
|
| 712 |
+
msgid "Check the example of how it will appear in the store:"
|
| 713 |
+
msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:"
|
| 714 |
+
|
| 715 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710,
|
| 716 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697,
|
| 717 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584,
|
| 718 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572,
|
| 719 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
|
| 726 |
msgid "discount of"
|
| 727 |
msgstr "descuento de"
|
| 728 |
|
| 729 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715,
|
| 730 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702,
|
| 731 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
|
| 732 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577,
|
| 733 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
|
| 796 |
|
| 797 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
|
| 798 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
|
| 799 |
+
#, fuzzy
|
| 800 |
+
#| msgid "Advanced configuration of the personalized payment experience\""
|
| 801 |
+
msgid "Advanced configuration of the personalized payment experience"
|
| 802 |
msgstr "Configuración Avanzada"
|
| 803 |
|
| 804 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208,
|
| 805 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208
|
| 806 |
+
msgid "Payments via Mercado Pago account"
|
| 807 |
+
msgstr "Pagos a través de la cuenta de Mercado Pago"
|
| 808 |
|
| 809 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209,
|
| 810 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
|
| 811 |
msgid ""
|
| 812 |
+
"Your customers pay faster with saved cards, money balance or other available "
|
| 813 |
+
"methods in their Mercado Pago accounts."
|
| 814 |
msgstr ""
|
| 815 |
+
"Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o "
|
| 816 |
+
"con otros medios disponibles en sus cuentas de MP."
|
| 817 |
|
| 818 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213,
|
| 819 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213
|
| 820 |
+
msgid "Payments via Mercado Pago accounts are <b>active</b>."
|
| 821 |
+
msgstr "Los pagos a través de la cuenta de Mercado Pago están <b>activos</b>."
|
|
|
|
| 822 |
|
| 823 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214,
|
| 824 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214
|
| 825 |
+
msgid "Payments via Mercado Pago accounts are <b>inactive</b>."
|
| 826 |
msgstr ""
|
| 827 |
+
"Los pagos a través de la cuenta de Mercado Pago están <b>deshabilitados</b>."
|
|
|
|
| 828 |
|
| 829 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233,
|
| 830 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233
|
| 831 |
+
msgid "Check an example of how it will appear in your store:"
|
| 832 |
+
msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
|
| 833 |
|
| 834 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264,
|
| 835 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
|
| 1002 |
msgstr "Descripción"
|
| 1003 |
|
| 1004 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:762,
|
| 1005 |
+
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
|
| 1006 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
|
| 1007 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
|
| 1008 |
msgid "Important! To sell you must enter your credentials."
|
| 1023 |
msgid "Mercado Pago Plugin general settings"
|
| 1024 |
msgstr "Configuraciones generales del plugin de Mercado Pago"
|
| 1025 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1026 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775,
|
| 1027 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
|
| 1028 |
msgid ""
|
| 2033 |
|
| 2034 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130,
|
| 2035 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130
|
| 2036 |
+
msgid "Enable payments via Mercado Pago account"
|
| 2037 |
+
msgstr "Pagos a través de la cuenta de Mercado Pago"
|
| 2038 |
|
| 2039 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133,
|
| 2040 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133
|
| 2041 |
msgid ""
|
| 2042 |
+
"When you enable this function, your customers pay faster using their Mercado "
|
| 2043 |
+
"Pago accounts.</br>The approval rate of these payments in your store can be "
|
| 2044 |
+
"25% higher compared to other payment methods."
|
| 2045 |
msgstr ""
|
| 2046 |
+
"Con esta función activa, tus clientes pagan más rápido usando su cuenta de "
|
| 2047 |
+
"Mercado Pago.</br>La tasa de aprobación de estos pagos en tu tienda puede "
|
| 2048 |
+
"ser un 25% mayor en comparación con otros medios de pago."
|
|
|
|
| 2049 |
|
| 2050 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142,
|
| 2051 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142
|
| 2052 |
+
msgid "Activate"
|
| 2053 |
+
msgstr ""
|
| 2054 |
|
| 2055 |
#: ../../includes/admin/views/html-admin-alert-frame.php:34,
|
| 2056 |
#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30,
|
| 2176 |
msgstr "Ajustar plazos y tasas"
|
| 2177 |
|
| 2178 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215,
|
| 2179 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126,
|
| 2180 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126
|
| 2181 |
msgid "Questions? "
|
| 2182 |
msgstr "¿Dudas? "
|
| 2183 |
|
| 2785 |
"inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
|
| 2786 |
|
| 2787 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
|
| 2788 |
+
#: ../../templates/checkout/custom-checkout.php:44,
|
|
|
|
| 2789 |
#: ../../templates/receipt/custom-checkout.php:41,
|
| 2790 |
#: ../../templates/receipt/custom-checkout.php:41
|
| 2791 |
msgid "Pay with Mercado Pago"
|
| 2797 |
msgid "Cancel & Clear Cart"
|
| 2798 |
msgstr "Cancelar & Limpiar carrito"
|
| 2799 |
|
| 2800 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134,
|
| 2801 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
|
| 2802 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
|
| 2803 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
|
| 2804 |
msgid "Apply"
|
| 2805 |
msgstr "Aplicar"
|
| 2806 |
|
| 2807 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
|
| 2808 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
|
| 2809 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
|
| 2810 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
|
| 2811 |
msgid "Remove"
|
| 2812 |
msgstr "Retirar"
|
| 2813 |
|
| 2814 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
|
| 2815 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
|
| 2816 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
|
| 2817 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
|
| 2818 |
msgid "Please, inform your coupon code"
|
| 2819 |
msgstr "Por favor, informe su código de cupón"
|
| 2820 |
|
| 2821 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
|
| 2822 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
|
| 2823 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
|
| 2824 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
|
| 2825 |
msgid "To choose"
|
| 2826 |
msgstr "Elegir"
|
| 2827 |
|
| 2828 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
|
| 2829 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
|
| 2830 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
|
| 2831 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
|
| 2832 |
msgid "Other bank"
|
| 2833 |
msgstr "Otro banco"
|
| 2834 |
|
| 2835 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
|
| 2836 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
|
| 2837 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
|
| 2838 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
|
| 2839 |
msgid "You will save"
|
| 2840 |
msgstr "Salvarás"
|
| 2841 |
|
| 2842 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
|
| 2843 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
|
| 2844 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
|
| 2845 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
|
| 2846 |
msgid "with discount of"
|
| 2847 |
msgstr "con descuento de"
|
| 2848 |
|
| 2849 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
|
| 2850 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
|
| 2851 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
|
| 2852 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
|
| 2853 |
msgid "Total of your purchase:"
|
| 2854 |
msgstr "Total de su compra:"
|
| 2855 |
|
| 2856 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
|
| 2857 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
|
| 2858 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
|
| 2859 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
|
| 2860 |
msgid "Total of your purchase with discount:"
|
| 2861 |
msgstr "Total de su compra con descuento:"
|
| 2862 |
|
| 2863 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
|
| 2864 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
|
| 2865 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
|
| 2866 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
|
| 2867 |
msgid "*After payment approval"
|
| 2868 |
msgstr "*Tras la aprobación del pago"
|
| 2869 |
|
| 2870 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
|
| 2871 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
|
| 2872 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
|
| 2873 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
|
| 2874 |
msgid "Terms and conditions of use"
|
| 2875 |
msgstr "Términos y condiciones de uso"
|
| 2876 |
|
| 2877 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
|
| 2878 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163,
|
| 2879 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
|
| 2880 |
msgid "No fee"
|
| 2881 |
msgstr "Sin interés"
|
| 2882 |
|
| 2883 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
|
| 2884 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
|
| 2885 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
|
| 2886 |
msgid "More options"
|
| 2887 |
msgstr "Más opciones"
|
| 2888 |
|
| 2889 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
|
| 2890 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154
|
| 2891 |
msgid "mm/yy"
|
| 2892 |
msgstr "mm/aa"
|
| 2893 |
|
| 2894 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
|
| 2895 |
+
#: ../../templates/checkout/custom-checkout.php:125,
|
| 2896 |
+
#: ../../templates/checkout/custom-checkout.php:125
|
| 2897 |
msgid "Issuer"
|
| 2898 |
msgstr "Banco"
|
| 2899 |
|
| 2900 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
|
| 2901 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156
|
| 2902 |
msgid "Installments"
|
| 2903 |
msgstr "cuotas "
|
| 2904 |
|
| 2905 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159,
|
| 2906 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159
|
| 2907 |
msgid "on the back"
|
| 2908 |
msgstr "del dorso"
|
| 2909 |
|
| 2910 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
|
| 2911 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
|
| 2912 |
msgid "on the front"
|
| 2913 |
msgstr "del frente"
|
| 2914 |
|
| 2915 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162,
|
| 2916 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162
|
| 2917 |
msgid "digits"
|
| 2918 |
msgstr "dígitos"
|
| 2919 |
|
| 2920 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167,
|
| 2921 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167
|
| 2922 |
msgid "Card number is required"
|
| 2923 |
msgstr "Número de tarjeta obligatorio"
|
| 2924 |
|
| 2925 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
|
| 2926 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
|
| 2927 |
msgid "Card number invalid"
|
| 2928 |
msgstr "Número de tarjeta inválido"
|
| 2929 |
|
| 2930 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171,
|
| 2931 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
|
| 2932 |
msgid "Holder name is required"
|
| 2933 |
msgstr "Nombre del titular obligatorio"
|
| 2934 |
|
| 2935 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
|
| 2936 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
|
| 2937 |
msgid "Holder name invalid"
|
| 2938 |
msgstr "Nombre del titular inválido"
|
| 2939 |
|
|
|
|
| 2940 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
|
| 2941 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
|
| 2942 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
|
| 2943 |
msgid "Expiration date invalid"
|
| 2944 |
msgstr "Fecha de vencimiento inválido"
|
| 2945 |
|
| 2946 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
|
| 2947 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176
|
| 2948 |
msgid "Expiration date incomplete"
|
| 2949 |
msgstr "Fecha de vencimiento obligatorio"
|
| 2950 |
|
| 2951 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180,
|
| 2952 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180
|
| 2953 |
msgid "Security code is required"
|
| 2954 |
msgstr "Código de seguridad obligatorio"
|
| 2955 |
|
| 2956 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
|
| 2957 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
|
| 2958 |
msgid "Security code incomplete"
|
| 2959 |
msgstr "Código de seguridad incompleto"
|
| 2960 |
|
| 2961 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188,
|
| 2962 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188
|
| 2963 |
+
msgid "Error loading form."
|
| 2964 |
+
msgstr "Error al cargar el formulario."
|
| 2965 |
+
|
| 2966 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189,
|
| 2967 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189
|
| 2968 |
+
msgid "Please refresh the page to try again."
|
| 2969 |
+
msgstr "Actualice la página para volver a intentarlo."
|
| 2970 |
+
|
| 2971 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190,
|
| 2972 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190
|
| 2973 |
+
msgid "Refresh page"
|
| 2974 |
+
msgstr "Actualizar página"
|
| 2975 |
+
|
| 2976 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
|
| 2977 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
|
| 2978 |
msgid "Now you just need to pay with Pix to finalize your purchase"
|
| 3023 |
msgid "Copy code"
|
| 3024 |
msgstr "Copiar código"
|
| 3025 |
|
| 3026 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:112,
|
| 3027 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:112
|
| 3028 |
+
msgid "Pay in"
|
| 3029 |
+
msgstr "Pagá"
|
| 3030 |
+
|
| 3031 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:113,
|
| 3032 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:113
|
| 3033 |
+
msgid "installments"
|
| 3034 |
+
msgstr "en cuotas"
|
| 3035 |
+
|
| 3036 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:114,
|
| 3037 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:114
|
| 3038 |
+
msgid "with Mercado Pago"
|
| 3039 |
+
msgstr "con Mercado Pago"
|
| 3040 |
+
|
| 3041 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:115,
|
| 3042 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:115
|
| 3043 |
+
msgid "Read more"
|
| 3044 |
+
msgstr "Leer más"
|
| 3045 |
+
|
| 3046 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:116,
|
| 3047 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:116
|
| 3048 |
+
msgid "Buy now and pay in installments with no card later!"
|
| 3049 |
+
msgstr "¡Compra ahora y paga después en meses sin tarjeta!"
|
| 3050 |
+
|
| 3051 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:117,
|
| 3052 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:117
|
| 3053 |
+
msgid "100% online, without paperwork or monthly fees"
|
| 3054 |
+
msgstr "100% online, sin bancos ni costo de mantenimiento"
|
| 3055 |
+
|
| 3056 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:118,
|
| 3057 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:118
|
| 3058 |
+
msgid "How does it work?"
|
| 3059 |
+
msgstr "¿Cómo funciona?"
|
| 3060 |
+
|
| 3061 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:119,
|
| 3062 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:119
|
| 3063 |
+
msgid "When paying, choose"
|
| 3064 |
+
msgstr "Al pagar elegí"
|
| 3065 |
+
|
| 3066 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:120,
|
| 3067 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:120
|
| 3068 |
+
msgid "Mercado Pago"
|
| 3069 |
+
msgstr "Mercado Pago"
|
| 3070 |
+
|
| 3071 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:121,
|
| 3072 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:121
|
| 3073 |
+
msgid ". Login to your account or create one in a few steps."
|
| 3074 |
+
msgstr ". Podrás ingresar con tu cuenta o crear una en pocos pasos."
|
| 3075 |
+
|
| 3076 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:122,
|
| 3077 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:122
|
| 3078 |
+
msgid "Search for"
|
| 3079 |
+
msgstr "Busca"
|
| 3080 |
+
|
| 3081 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:123,
|
| 3082 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:123
|
| 3083 |
+
msgid "Mercado Credito"
|
| 3084 |
+
msgstr "Mercado Crédito"
|
| 3085 |
+
|
| 3086 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:124,
|
| 3087 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:124
|
| 3088 |
+
msgid ""
|
| 3089 |
+
"among the options, select it and choose in how many installments you would "
|
| 3090 |
+
"like to pay."
|
| 3091 |
+
msgstr ""
|
| 3092 |
+
"entre las opciones, selecciónalo y elegí en cuántas cuotas quieres pagar."
|
| 3093 |
+
|
| 3094 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:125,
|
| 3095 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:125
|
| 3096 |
+
msgid "Pay your installments monthly as you wish, in the Mercado Pago app."
|
| 3097 |
+
msgstr ""
|
| 3098 |
+
"Pagá mes a mes tus cuotas como prefieras, desde la app de Mercado Pago."
|
| 3099 |
+
|
| 3100 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:128,
|
| 3101 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:128
|
| 3102 |
+
msgid "Check our FAQ"
|
| 3103 |
+
msgstr "Consulta nuestra FAQ"
|
| 3104 |
+
|
| 3105 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:129,
|
| 3106 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:129
|
| 3107 |
+
msgid ". Credit subject to approval."
|
| 3108 |
+
msgstr ". Crédito sujeto a aprobación."
|
| 3109 |
+
|
| 3110 |
#: ../../includes/module/sdk/lib/class-mp.php:182,
|
| 3111 |
#: ../../includes/module/sdk/lib/class-mp.php:634,
|
| 3112 |
#: ../../includes/module/sdk/lib/class-mp.php:682,
|
| 3113 |
+
#: ../../includes/module/sdk/lib/class-mp.php:727,
|
| 3114 |
+
#: ../../includes/module/sdk/lib/class-mp.php:986,
|
| 3115 |
+
#: ../../includes/module/sdk/lib/class-mp.php:986
|
| 3116 |
msgid "Response from cache"
|
| 3117 |
msgstr "Respuesta de la caché"
|
| 3118 |
|
| 3119 |
+
#: ../../includes/module/sdk/lib/class-mp.php:1000,
|
| 3120 |
+
#: ../../includes/module/sdk/lib/class-mp.php:1000
|
| 3121 |
+
msgid "Response from API"
|
| 3122 |
+
msgstr "Respuesta de la API"
|
| 3123 |
+
|
| 3124 |
#. translators: 1: total_time currency 2: url
|
| 3125 |
#. translators: 1: total_time currency 2: url
|
| 3126 |
#. translators: 1: total_time currency 2: url
|
| 3152 |
|
| 3153 |
#: ../../templates/checkout/basic-checkout.php:36,
|
| 3154 |
#: ../../templates/checkout/basic-checkout.php:36
|
| 3155 |
+
msgid ""
|
| 3156 |
+
"If you already have a Mercado Libre account, use the same email and password"
|
| 3157 |
+
msgstr ""
|
| 3158 |
+
"Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña "
|
| 3159 |
|
| 3160 |
#: ../../templates/checkout/basic-checkout.php:37,
|
| 3161 |
#: ../../templates/checkout/basic-checkout.php:37
|
| 3162 |
+
msgid "Buy with your balance or saved cards"
|
| 3163 |
+
msgstr "Compra con tu dinero disponible o tarjetas guardadas "
|
| 3164 |
|
| 3165 |
#: ../../templates/checkout/basic-checkout.php:38,
|
| 3166 |
#: ../../templates/checkout/basic-checkout.php:38
|
| 3167 |
+
msgid "Earn more points and have exclusive benefits in Mercado Puntos"
|
| 3168 |
+
msgstr "Gana más puntos y ventajas exclusivas en Mercado Puntos "
|
| 3169 |
|
| 3170 |
#: ../../templates/checkout/basic-checkout.php:41,
|
| 3171 |
#: ../../templates/checkout/basic-checkout.php:41
|
| 3175 |
#: ../../templates/checkout/basic-checkout.php:53,
|
| 3176 |
#: ../../templates/checkout/basic-checkout.php:53
|
| 3177 |
msgid ""
|
| 3178 |
+
"When you confirm your purchase, we will redirect you to your Mercado Pago "
|
| 3179 |
"account"
|
| 3180 |
+
msgstr ""
|
| 3181 |
+
"Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado Pago"
|
| 3182 |
|
| 3183 |
#: ../../templates/checkout/basic-checkout.php:54,
|
| 3184 |
#: ../../templates/checkout/basic-checkout.php:54
|
| 3186 |
msgstr ""
|
| 3187 |
|
| 3188 |
#: ../../templates/checkout/basic-checkout.php:63,
|
| 3189 |
+
#: ../../templates/checkout/custom-checkout.php:145,
|
| 3190 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3191 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3192 |
#: ../../templates/checkout/ticket-checkout.php:60
|
| 3194 |
msgstr "Al continuar, aceptas nuestros"
|
| 3195 |
|
| 3196 |
#: ../../templates/checkout/basic-checkout.php:64,
|
| 3197 |
+
#: ../../templates/checkout/custom-checkout.php:145,
|
| 3198 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3199 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3200 |
#: ../../templates/checkout/ticket-checkout.php:60
|
| 3201 |
msgid "Terms and conditions"
|
| 3202 |
msgstr "Términos y condiciones "
|
| 3203 |
|
| 3204 |
+
#: ../../templates/checkout/custom-checkout.php:23,
|
| 3205 |
+
#: ../../templates/checkout/custom-checkout.php:23
|
| 3206 |
msgid "Checkout Custom in Test Mode"
|
| 3207 |
msgstr "Tarjeta de crédito en Modo Test"
|
| 3208 |
|
| 3209 |
+
#: ../../templates/checkout/custom-checkout.php:24,
|
| 3210 |
+
#: ../../templates/checkout/custom-checkout.php:24
|
| 3211 |
msgid "Use Mercado Pago means without real charges."
|
| 3212 |
msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
|
| 3213 |
|
| 3214 |
+
#: ../../templates/checkout/custom-checkout.php:25,
|
| 3215 |
+
#: ../../templates/checkout/custom-checkout.php:25
|
| 3216 |
msgid "See test mode rules."
|
| 3217 |
msgstr "Ver las reglas del Modo Test. "
|
| 3218 |
|
| 3219 |
#: ../../templates/checkout/custom-checkout.php:35,
|
| 3220 |
#: ../../templates/checkout/custom-checkout.php:35
|
| 3221 |
+
msgid "Pay with saved cards"
|
| 3222 |
+
msgstr "Paga con tarjetas guardadas"
|
| 3223 |
|
| 3224 |
+
#: ../../templates/checkout/custom-checkout.php:39,
|
| 3225 |
+
#: ../../templates/checkout/custom-checkout.php:39
|
| 3226 |
+
msgid ""
|
| 3227 |
+
"Do you have a Mercado Libre account? Then use the same email and password to "
|
| 3228 |
+
"pay faster with Mercado Pago."
|
| 3229 |
+
msgstr ""
|
| 3230 |
+
"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
|
| 3231 |
+
"pagar más rápido \n"
|
| 3232 |
+
"con Mercado Pago."
|
| 3233 |
+
|
| 3234 |
+
#: ../../templates/checkout/custom-checkout.php:61,
|
| 3235 |
+
#: ../../templates/checkout/custom-checkout.php:61
|
| 3236 |
msgid "With which card can you pay?"
|
| 3237 |
msgstr "¿Con qué tarjeta puedes pagar?"
|
| 3238 |
|
| 3239 |
+
#: ../../templates/checkout/custom-checkout.php:73,
|
| 3240 |
+
#: ../../templates/checkout/custom-checkout.php:73
|
| 3241 |
msgid "See current promotions"
|
| 3242 |
msgstr "Ver promociones vigentes"
|
| 3243 |
|
| 3244 |
+
#: ../../templates/checkout/custom-checkout.php:81,
|
| 3245 |
+
#: ../../templates/checkout/custom-checkout.php:81
|
| 3246 |
msgid "Fill in your card details"
|
| 3247 |
msgstr "Completa los datos de tu tarjeta"
|
| 3248 |
|
| 3249 |
+
#: ../../templates/checkout/custom-checkout.php:83,
|
| 3250 |
+
#: ../../templates/checkout/custom-checkout.php:83
|
| 3251 |
msgid "Card number"
|
| 3252 |
msgstr "Número de Tarjeta"
|
| 3253 |
|
| 3254 |
+
#: ../../templates/checkout/custom-checkout.php:85,
|
| 3255 |
+
#: ../../templates/checkout/custom-checkout.php:92,
|
| 3256 |
+
#: ../../templates/checkout/custom-checkout.php:101,
|
| 3257 |
+
#: ../../templates/checkout/custom-checkout.php:109,
|
| 3258 |
+
#: ../../templates/checkout/custom-checkout.php:109
|
| 3259 |
msgid "Required data"
|
| 3260 |
msgstr "Datos obligatorios"
|
| 3261 |
|
| 3262 |
+
#: ../../templates/checkout/custom-checkout.php:90,
|
| 3263 |
+
#: ../../templates/checkout/custom-checkout.php:90
|
| 3264 |
msgid "Holder name as it appears on the card"
|
| 3265 |
msgstr "Nombre del titular como aparece en la tarjeta"
|
| 3266 |
|
| 3267 |
+
#: ../../templates/checkout/custom-checkout.php:98,
|
| 3268 |
+
#: ../../templates/checkout/custom-checkout.php:98
|
| 3269 |
msgid "Expiration"
|
| 3270 |
msgstr "Vencimiento"
|
| 3271 |
|
| 3272 |
+
#: ../../templates/checkout/custom-checkout.php:106,
|
| 3273 |
+
#: ../../templates/checkout/custom-checkout.php:106
|
| 3274 |
msgid "Security Code"
|
| 3275 |
msgstr "Código de seguridad"
|
| 3276 |
|
| 3277 |
+
#: ../../templates/checkout/custom-checkout.php:115,
|
| 3278 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3279 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3280 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3281 |
msgid "Holder document"
|
| 3282 |
msgstr "Documento del titular"
|
| 3283 |
|
| 3284 |
+
#: ../../templates/checkout/custom-checkout.php:115,
|
| 3285 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3286 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3287 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3288 |
msgid "Invalid document"
|
| 3289 |
msgstr "Número de documento no válido"
|
| 3290 |
|
| 3291 |
+
#: ../../templates/checkout/custom-checkout.php:121,
|
| 3292 |
+
#: ../../templates/checkout/custom-checkout.php:133,
|
| 3293 |
+
#: ../../templates/checkout/custom-checkout.php:133
|
| 3294 |
msgid "Select the number of installments"
|
| 3295 |
msgstr "Selecciona la cantidad de cuotas"
|
| 3296 |
|
| 3297 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3298 |
#: ../../templates/checkout/pix-checkout.php:22
|
|
|
|
|
|
|
| 3299 |
msgid "Pix in Test Mode"
|
| 3300 |
+
msgstr "Pix en Modo Test"
|
| 3301 |
|
| 3302 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3303 |
#: ../../templates/checkout/pix-checkout.php:22
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3304 |
msgid ""
|
| 3305 |
"You can test the flow to generate a code, but you cannot finalize the "
|
| 3306 |
"payment."
|
| 3307 |
msgstr ""
|
| 3308 |
+
"Es posible probar el flujo para generar una factura, pero no es posible "
|
| 3309 |
"finalizar el pago."
|
| 3310 |
|
| 3311 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3312 |
#: ../../templates/checkout/pix-checkout.php:27
|
|
|
|
|
|
|
| 3313 |
msgid "Pay instantly"
|
| 3314 |
+
msgstr "Pago instantáneo"
|
| 3315 |
|
| 3316 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3317 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3318 |
msgid ""
|
| 3319 |
"By confirming your purchase, we will show you a code to make the payment."
|
| 3320 |
msgstr ""
|
| 3321 |
+
"Al confirmar tu compra, te mostraremos un código para realizar el pago."
|
| 3322 |
|
| 3323 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3324 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3325 |
msgid "Pix logo"
|
| 3326 |
+
msgstr "Pix logo"
|
| 3327 |
|
| 3328 |
#: ../../templates/checkout/ticket-checkout.php:23,
|
| 3329 |
#: ../../templates/checkout/ticket-checkout.php:23
|
| 3377 |
msgid "Print ticket"
|
| 3378 |
msgstr "Imprimir ticket"
|
| 3379 |
|
| 3380 |
+
#~ msgid "Click here to see more details..."
|
| 3381 |
+
#~ msgstr "Haga clic aquí para ver más detalles…"
|
| 3382 |
+
|
| 3383 |
+
#~ msgid "Purchases with saved cards or money in Mercado Pago"
|
| 3384 |
+
#~ msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago"
|
| 3385 |
+
|
| 3386 |
+
#~ msgid ""
|
| 3387 |
+
#~ "Feature for those who have a saved card or money in Mercado Pago to buy "
|
| 3388 |
+
#~ "without having to fill in details."
|
| 3389 |
+
#~ msgstr ""
|
| 3390 |
+
#~ "Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en "
|
| 3391 |
+
#~ "Mercado Pago puedan comprar sin la necesidad de completar datos."
|
| 3392 |
+
|
| 3393 |
+
#~ msgid "The feature for payments with <b>saved cards</b> is <b>active</b>."
|
| 3394 |
+
#~ msgstr ""
|
| 3395 |
+
#~ "La funcionalidad para pagos con <b>tarjetas guardadas</b> está <b>activa</"
|
| 3396 |
+
#~ "b>."
|
| 3397 |
+
|
| 3398 |
+
#~ msgid "The feature for payments with <b>saved cards</b> is <b>inactive</b>."
|
| 3399 |
+
#~ msgstr ""
|
| 3400 |
+
#~ "La funcionalidad para pagos con <b>tarjetas guardadas</b> está "
|
| 3401 |
+
#~ "<b>inactiva</b>."
|
| 3402 |
+
|
| 3403 |
+
#~ msgid "You can see how the feature is in your store Checkout below:"
|
| 3404 |
+
#~ msgstr ""
|
| 3405 |
+
#~ "A continuación, cómo es la funcionalidad en el checkout de la tienda:"
|
| 3406 |
+
|
| 3407 |
+
#~ msgid "Mercado Pago customers can now pay with stored cards."
|
| 3408 |
+
#~ msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas."
|
| 3409 |
+
|
| 3410 |
+
#~ msgid ""
|
| 3411 |
+
#~ "The function Saved card payments is enabled. With this setting, "
|
| 3412 |
+
#~ "customers using Mercado Pago can purchase without having to fill in "
|
| 3413 |
+
#~ "payment details. You can control this option in the settings."
|
| 3414 |
+
#~ msgstr ""
|
| 3415 |
+
#~ "La función Pago con tarjetas guardadas de Mercado Pago está habilitada. "
|
| 3416 |
+
#~ "Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que "
|
| 3417 |
+
#~ "completar los datos de la tarjeta. Puedes controlar esta opción en "
|
| 3418 |
+
#~ "configuración."
|
| 3419 |
+
|
| 3420 |
+
#~ msgid "Go to settings"
|
| 3421 |
+
#~ msgstr "Ir a la configuración"
|
| 3422 |
+
|
| 3423 |
+
#~ msgid "Secure payment"
|
| 3424 |
+
#~ msgstr "Pago seguro"
|
| 3425 |
+
|
| 3426 |
+
#~ msgid "No need to fill out details"
|
| 3427 |
+
#~ msgstr "Sin cargar datos"
|
| 3428 |
+
|
| 3429 |
+
#~ msgid "Installments available"
|
| 3430 |
+
#~ msgstr "Cuotas disponibles"
|
| 3431 |
+
|
| 3432 |
+
#~ msgid "Pay faster with your saved cards and without completing data."
|
| 3433 |
+
#~ msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos."
|
| 3434 |
+
|
| 3435 |
#, fuzzy
|
| 3436 |
#~| msgid "Important! To sell you must enter your credentials."
|
| 3437 |
#~ msgid "Important! To sell, you must enter your credentials."
|
| 3474 |
#~ msgid "We take you to our site to complete the payment"
|
| 3475 |
#~ msgstr "Te llevamos a nuestro sitio para completar el pago"
|
| 3476 |
|
|
|
|
|
|
|
|
|
|
| 3477 |
#~ msgid "Enter your discount coupon"
|
| 3478 |
#~ msgstr "Ingresa tu cupón de descuento"
|
| 3479 |
|
| 3579 |
#~ msgid "Report Problem"
|
| 3580 |
#~ msgstr "Informar problema"
|
| 3581 |
|
|
|
|
|
|
|
|
|
|
| 3582 |
#~ msgid "Accept all method of payment and take your charges to another level"
|
| 3583 |
#~ msgstr "Acepta todos los medios de pago y lleva tus cobros a otro nivel"
|
| 3584 |
|
| 3819 |
#~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
|
| 3820 |
#~ "recibir pagos reales."
|
| 3821 |
|
|
|
|
|
|
|
|
|
|
| 3822 |
#~ msgid ""
|
| 3823 |
#~ "What category do your products belong to? Choose the one that best "
|
| 3824 |
#~ "characterizes them (choose \"other\" if your product is too specific)."
|
| 3937 |
#~ "esté bien. Si ya saliste a Producción,<br> trae a tus clientes y aumenta "
|
| 3938 |
#~ "tus ventas con la mejor experiencia de compra online."
|
| 3939 |
|
|
|
|
|
|
|
|
|
|
| 3940 |
#~ msgid "%s"
|
| 3941 |
#~ msgstr "%s"
|
| 3942 |
|
i18n/languages/woocommerce-mercadopago-es_MX.mo
CHANGED
|
Binary file
|
i18n/languages/woocommerce-mercadopago-es_MX.po
CHANGED
|
@@ -14,14 +14,14 @@ msgstr ""
|
|
| 14 |
"X-Generator: Poedit 3.1.1\n"
|
| 15 |
|
| 16 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145,
|
| 17 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 18 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 19 |
msgid "By continuing, you agree to our "
|
| 20 |
msgstr "Al continuar, aceptas nuestros "
|
| 21 |
|
| 22 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147,
|
| 23 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 24 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 25 |
msgid "Terms and Conditions"
|
| 26 |
msgstr "Términos y condiciones"
|
| 27 |
|
|
@@ -85,8 +85,8 @@ msgstr ""
|
|
| 85 |
msgid "Invalid credentials"
|
| 86 |
msgstr "Credenciales no válidas"
|
| 87 |
|
| 88 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 89 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 90 |
msgid ""
|
| 91 |
"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
|
| 92 |
"Please update your PHP version."
|
|
@@ -94,13 +94,13 @@ msgstr ""
|
|
| 94 |
"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
|
| 95 |
"favor actualice su versión de PHP."
|
| 96 |
|
| 97 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 98 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 99 |
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
|
| 100 |
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
|
| 101 |
|
| 102 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 103 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 104 |
msgid ""
|
| 105 |
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
|
| 106 |
"extension is required to send QR Code Pix by email."
|
|
@@ -112,29 +112,29 @@ msgstr ""
|
|
| 112 |
#. translators: %s link to WooCommerce
|
| 113 |
#. translators: %s link to WooCommerce
|
| 114 |
#. translators: %s link to WooCommerce
|
| 115 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 116 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 117 |
msgid "The Mercado Pago module needs an active version of %s in order to work!"
|
| 118 |
msgstr ""
|
| 119 |
"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
|
| 120 |
|
| 121 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 122 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 123 |
msgid "Cancel order"
|
| 124 |
msgstr "Cancelar orden"
|
| 125 |
|
| 126 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 127 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 128 |
msgid "The payment method is not valid or not available."
|
| 129 |
msgstr "El medio de pago no es válido o no está disponible."
|
| 130 |
|
| 131 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 132 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 133 |
msgid "The transaction amount cannot be processed by Mercado Pago."
|
| 134 |
msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
|
| 135 |
|
| 136 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 137 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 138 |
msgid ""
|
| 139 |
"Possible causes: Currency not supported; Amounts below the minimum or above "
|
| 140 |
"the maximum allowed."
|
|
@@ -142,13 +142,13 @@ msgstr ""
|
|
| 142 |
"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
|
| 143 |
"encima del máximo permitido."
|
| 144 |
|
| 145 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 146 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 147 |
msgid "The users are not valid."
|
| 148 |
msgstr "Los usuários no son válidos."
|
| 149 |
|
| 150 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 151 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 152 |
msgid ""
|
| 153 |
"Possible causes: Buyer and seller have the same account in Mercado Pago; The "
|
| 154 |
"transaction involving production and test users."
|
|
@@ -156,89 +156,89 @@ msgstr ""
|
|
| 156 |
"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
|
| 157 |
"Pago; La transacción involucrando usuários de producción y de prueba."
|
| 158 |
|
| 159 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 160 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 161 |
msgid "Unauthorized use of production credentials."
|
| 162 |
msgstr "Uso no autorizado de credenciales de producción."
|
| 163 |
|
| 164 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 165 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 166 |
msgid ""
|
| 167 |
"Possible causes: Use permission in use for the credential of the seller."
|
| 168 |
msgstr ""
|
| 169 |
"Posibles causas: Pendencia de permiso de uso en producción para la "
|
| 170 |
"credencial del vendedor."
|
| 171 |
|
| 172 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 173 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 174 |
msgid "Colombia"
|
| 175 |
msgstr "Colombia"
|
| 176 |
|
| 177 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 178 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 179 |
msgid "Argentina"
|
| 180 |
msgstr "Argentina"
|
| 181 |
|
| 182 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 183 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 184 |
msgid "Brazil"
|
| 185 |
msgstr "Brasil"
|
| 186 |
|
| 187 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 188 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 189 |
msgid "Chile"
|
| 190 |
msgstr "Chile"
|
| 191 |
|
| 192 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 193 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 194 |
msgid "Mexico"
|
| 195 |
msgstr "México"
|
| 196 |
|
| 197 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 198 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 199 |
msgid "Uruguay"
|
| 200 |
msgstr "Uruguay"
|
| 201 |
|
| 202 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 203 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 204 |
msgid "Venezuela"
|
| 205 |
msgstr "Venezuela"
|
| 206 |
|
| 207 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 208 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 209 |
msgid "Peru"
|
| 210 |
msgstr "Peru"
|
| 211 |
|
| 212 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 213 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 214 |
msgid "Update the WooCommerce order to "
|
| 215 |
msgstr "Actualizar la orden de WooCommerce para "
|
| 216 |
|
| 217 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 218 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550,
|
| 219 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550
|
| 220 |
msgid "Fill in your credentials to enable payment methods."
|
| 221 |
msgstr "Completa tus credenciales para habilitar los medios de pago."
|
| 222 |
|
| 223 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 224 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 225 |
msgid "Set plugin"
|
| 226 |
msgstr "Configurar plugin"
|
| 227 |
|
| 228 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 229 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
|
| 230 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
|
| 231 |
msgid "Payment methods"
|
| 232 |
msgstr "Medios de pagos"
|
| 233 |
|
| 234 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 235 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
|
| 236 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
|
| 237 |
msgid "Plugin manual"
|
| 238 |
msgstr "Manual del plugin"
|
| 239 |
|
| 240 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 241 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 242 |
msgid "By Mercado Pago"
|
| 243 |
msgstr "Por Mercado Pago"
|
| 244 |
|
|
@@ -353,93 +353,93 @@ msgstr ""
|
|
| 353 |
"Por favor, introduzca su email en la dirección de facturación para utilizar "
|
| 354 |
"este servicio"
|
| 355 |
|
| 356 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 357 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 358 |
msgid "Debit, Credit and invoice in Mercado Pago environment"
|
| 359 |
msgstr "Débito, crédito y efectivo, en Mercado Pago"
|
| 360 |
|
| 361 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 362 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 363 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 364 |
msgid "Checkout Pro"
|
| 365 |
msgstr "Checkout Pro"
|
| 366 |
|
| 367 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 368 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 369 |
msgid "Mercado Pago - Checkout Pro"
|
| 370 |
msgstr "Mercado Pago - Checkout Pro "
|
| 371 |
|
| 372 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 373 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 374 |
msgid "Your saved cards or money in Mercado Pago"
|
| 375 |
msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago "
|
| 376 |
|
| 377 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 378 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 379 |
msgid "Maximum number of installments"
|
| 380 |
msgstr "Máximo de cuotas"
|
| 381 |
|
| 382 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 383 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 384 |
msgid "What is the maximum quota with which a customer can buy?"
|
| 385 |
msgstr "¿Cuál es el máximo de cuotas con las que un cliente puede comprar?"
|
| 386 |
|
| 387 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 388 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 389 |
msgid "1 installment"
|
| 390 |
msgstr "1 cuota"
|
| 391 |
|
| 392 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 393 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 394 |
msgid "2 installments"
|
| 395 |
msgstr "2 cuotas"
|
| 396 |
|
| 397 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 398 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 399 |
msgid "3 installments"
|
| 400 |
msgstr "3 cuotas"
|
| 401 |
|
| 402 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 403 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 404 |
msgid "4 installments"
|
| 405 |
msgstr "4 cuotas"
|
| 406 |
|
| 407 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 408 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 409 |
msgid "5 installments"
|
| 410 |
msgstr "5 cuotas"
|
| 411 |
|
| 412 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 413 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 414 |
msgid "6 installments"
|
| 415 |
msgstr "6 cuotas"
|
| 416 |
|
| 417 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 418 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 419 |
msgid "10 installments"
|
| 420 |
msgstr "10 cuotas"
|
| 421 |
|
| 422 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 423 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 424 |
msgid "12 installments"
|
| 425 |
msgstr "12 cuotas"
|
| 426 |
|
| 427 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 428 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 429 |
msgid "15 installments"
|
| 430 |
msgstr "15 cuotas"
|
| 431 |
|
| 432 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 433 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 434 |
msgid "18 installments"
|
| 435 |
msgstr "18 cuotas"
|
| 436 |
|
| 437 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 438 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 439 |
msgid "24 installments"
|
| 440 |
msgstr "24 cuotas"
|
| 441 |
|
| 442 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 443 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
|
| 444 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849,
|
| 445 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
|
|
@@ -448,8 +448,8 @@ msgstr "24 cuotas"
|
|
| 448 |
msgid "Enable the checkout"
|
| 449 |
msgstr "Activar el checkout"
|
| 450 |
|
| 451 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 452 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 453 |
msgid ""
|
| 454 |
"By disabling it, you will disable all payments from Mercado Pago Checkout at "
|
| 455 |
"Mercado Pago website by redirect."
|
|
@@ -457,20 +457,20 @@ msgstr ""
|
|
| 457 |
"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
|
| 458 |
"sitio web de Mercado Pago."
|
| 459 |
|
| 460 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 461 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854,
|
| 462 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854
|
| 463 |
msgid "The checkout is <b>enabled</b>."
|
| 464 |
msgstr "El checkout está <b>activo</b>."
|
| 465 |
|
| 466 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 467 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855,
|
| 468 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855
|
| 469 |
msgid "The checkout is <b>disabled</b>."
|
| 470 |
msgstr "El checkout está <b>inactivo</b>."
|
| 471 |
|
| 472 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 473 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 474 |
msgid ""
|
| 475 |
"With Checkout Pro you sell with all the safety inside Mercado Pago "
|
| 476 |
"environment."
|
|
@@ -478,18 +478,18 @@ msgstr ""
|
|
| 478 |
"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
|
| 479 |
"Pago."
|
| 480 |
|
| 481 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 482 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 483 |
msgid "Advanced settings"
|
| 484 |
msgstr "Configuración Avanzada"
|
| 485 |
|
| 486 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 487 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 488 |
msgid "Payment experience"
|
| 489 |
msgstr "Experiencia de pago"
|
| 490 |
|
| 491 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 492 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 493 |
msgid ""
|
| 494 |
"Define what payment experience your customers will have, whether inside or "
|
| 495 |
"outside your store."
|
|
@@ -497,37 +497,37 @@ msgstr ""
|
|
| 497 |
"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
|
| 498 |
"tienda."
|
| 499 |
|
| 500 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 501 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 502 |
msgid "Redirect"
|
| 503 |
msgstr "Redirect"
|
| 504 |
|
| 505 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 506 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 507 |
msgid "Modal"
|
| 508 |
msgstr "Modal"
|
| 509 |
|
| 510 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 511 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 512 |
msgid ""
|
| 513 |
"Choose the URL that we will show your customers when they finish their "
|
| 514 |
"purchase."
|
| 515 |
msgstr "Elige la URL que mostraremos a tus clientes cuando terminen su compra."
|
| 516 |
|
| 517 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 518 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 519 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 520 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 521 |
msgid "This seems to be an invalid URL."
|
| 522 |
msgstr "Esto parece ser una URL no válida."
|
| 523 |
|
| 524 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 525 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 526 |
msgid "Success URL"
|
| 527 |
msgstr "URL de éxito"
|
| 528 |
|
| 529 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 530 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 531 |
msgid ""
|
| 532 |
"Choose the URL that we will show to your customers when we refuse their "
|
| 533 |
"purchase. Make sure it includes a message appropriate to the situation and "
|
|
@@ -537,13 +537,13 @@ msgstr ""
|
|
| 537 |
"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
|
| 538 |
"útil para que puedan solucionarlo."
|
| 539 |
|
| 540 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 541 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 542 |
msgid "Payment URL rejected"
|
| 543 |
msgstr "URL de pago rechazado"
|
| 544 |
|
| 545 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 546 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 547 |
msgid ""
|
| 548 |
"Choose the URL that we will show to your customers when they have a payment "
|
| 549 |
"pending approval."
|
|
@@ -551,101 +551,169 @@ msgstr ""
|
|
| 551 |
"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
|
| 552 |
"de aprobación."
|
| 553 |
|
| 554 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 555 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 556 |
msgid "Payment URL pending"
|
| 557 |
msgstr "URL de pago pendiente"
|
| 558 |
|
| 559 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 560 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 561 |
msgid "Enable the payment methods available to your clients."
|
| 562 |
msgstr "Habilita los medios de pago disponibles para tus clientes."
|
| 563 |
|
| 564 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 565 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 566 |
msgid "Choose the payment methods you accept in your store"
|
| 567 |
msgstr "Elige los medios de pago que se aceptan en la tienda"
|
| 568 |
|
| 569 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 570 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 571 |
msgid "Credit Cards"
|
| 572 |
msgstr "Tarjetas de crédito"
|
| 573 |
|
| 574 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 575 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 576 |
msgid "Debit Cards"
|
| 577 |
msgstr "Tarjetas de débito"
|
| 578 |
|
| 579 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 580 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 581 |
msgid "Other Payment Methods"
|
| 582 |
msgstr "Otros medios"
|
| 583 |
|
| 584 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 585 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 586 |
msgid "Return to the store"
|
| 587 |
msgstr "Volver a la tienda"
|
| 588 |
|
| 589 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 590 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 591 |
msgid ""
|
| 592 |
"Do you want your customer to automatically return to the store after payment?"
|
| 593 |
msgstr ""
|
| 594 |
"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
|
| 595 |
|
| 596 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 597 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 598 |
msgid "The buyer <b>will be automatically redirected to the store</b>."
|
| 599 |
msgstr "El comprador <b>será redirigido automáticamente a la tienda</b>."
|
| 600 |
|
| 601 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 602 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 603 |
msgid "The buyer <b>will not be automatically redirected to the store</b>."
|
| 604 |
msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
|
| 605 |
|
| 606 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 607 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 608 |
msgid "Installments without card"
|
| 609 |
msgstr "Cuotas sin tarjeta"
|
| 610 |
|
| 611 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 612 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 613 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 614 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 615 |
msgid "Up to "
|
| 616 |
msgstr "hasta "
|
| 617 |
|
| 618 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 619 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 620 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 621 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 622 |
msgid " installments"
|
| 623 |
msgstr " Cuotas"
|
| 624 |
|
| 625 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 626 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
|
| 627 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353
|
| 628 |
msgid "Credit cards"
|
| 629 |
msgstr "Tarjetas de crédito"
|
| 630 |
|
| 631 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 632 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361,
|
| 633 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361
|
| 634 |
msgid "Debit cards"
|
| 635 |
msgstr "Tarjetas de débito "
|
| 636 |
|
| 637 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 638 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 639 |
msgid "Bank Transfer"
|
| 640 |
msgstr "Transferencia bancaria"
|
| 641 |
|
| 642 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 643 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 644 |
msgid "Payment by cash"
|
| 645 |
msgstr "Pagos en efectivo "
|
| 646 |
|
| 647 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 648 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 649 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584,
|
| 650 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572,
|
| 651 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
|
|
@@ -658,8 +726,8 @@ msgstr "Pagos en efectivo "
|
|
| 658 |
msgid "discount of"
|
| 659 |
msgstr "descuento de"
|
| 660 |
|
| 661 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 662 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 663 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
|
| 664 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577,
|
| 665 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
|
|
@@ -728,40 +796,40 @@ msgstr ""
|
|
| 728 |
|
| 729 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
|
| 730 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
|
| 731 |
-
|
|
|
|
|
|
|
| 732 |
msgstr "Configuración Avanzada"
|
| 733 |
|
| 734 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208,
|
| 735 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208
|
| 736 |
-
msgid "
|
| 737 |
-
msgstr "
|
| 738 |
|
| 739 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209,
|
| 740 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
|
| 741 |
msgid ""
|
| 742 |
-
"
|
| 743 |
-
"
|
| 744 |
msgstr ""
|
| 745 |
-
"
|
| 746 |
-
"
|
| 747 |
|
| 748 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213,
|
| 749 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213
|
| 750 |
-
msgid "
|
| 751 |
-
msgstr ""
|
| 752 |
-
"La funcionalidad para pagos con <b>tarjetas guardadas</b> está <b>activa</b>."
|
| 753 |
|
| 754 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214,
|
| 755 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214
|
| 756 |
-
msgid "
|
| 757 |
msgstr ""
|
| 758 |
-
"
|
| 759 |
-
"b>."
|
| 760 |
|
| 761 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233,
|
| 762 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233
|
| 763 |
-
msgid "
|
| 764 |
-
msgstr "
|
| 765 |
|
| 766 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264,
|
| 767 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
|
|
@@ -934,6 +1002,7 @@ msgid "Description"
|
|
| 934 |
msgstr "Descripción"
|
| 935 |
|
| 936 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:762,
|
|
|
|
| 937 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
|
| 938 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
|
| 939 |
msgid "Important! To sell you must enter your credentials."
|
|
@@ -954,11 +1023,6 @@ msgstr "Introducir credenciales"
|
|
| 954 |
msgid "Mercado Pago Plugin general settings"
|
| 955 |
msgstr "Configuraciones generales del plugin de Mercado Pago"
|
| 956 |
|
| 957 |
-
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
|
| 958 |
-
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774
|
| 959 |
-
msgid "Important! To sell you must enter your credentials.?"
|
| 960 |
-
msgstr ""
|
| 961 |
-
|
| 962 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775,
|
| 963 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
|
| 964 |
msgid ""
|
|
@@ -1969,25 +2033,24 @@ msgstr "Valorar el plugin"
|
|
| 1969 |
|
| 1970 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130,
|
| 1971 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130
|
| 1972 |
-
msgid "
|
| 1973 |
-
msgstr "
|
| 1974 |
|
| 1975 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133,
|
| 1976 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133
|
| 1977 |
msgid ""
|
| 1978 |
-
"
|
| 1979 |
-
"
|
| 1980 |
-
"
|
| 1981 |
msgstr ""
|
| 1982 |
-
"
|
| 1983 |
-
"
|
| 1984 |
-
"
|
| 1985 |
-
"configuración."
|
| 1986 |
|
| 1987 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142,
|
| 1988 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142
|
| 1989 |
-
msgid "
|
| 1990 |
-
msgstr "
|
| 1991 |
|
| 1992 |
#: ../../includes/admin/views/html-admin-alert-frame.php:34,
|
| 1993 |
#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30,
|
|
@@ -2113,7 +2176,8 @@ msgid "Set deadlines and fees"
|
|
| 2113 |
msgstr "Ajustar plazos y tasas"
|
| 2114 |
|
| 2115 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215,
|
| 2116 |
-
#: ../../includes/
|
|
|
|
| 2117 |
msgid "Questions? "
|
| 2118 |
msgstr "¿Dudas? "
|
| 2119 |
|
|
@@ -2721,8 +2785,7 @@ msgstr ""
|
|
| 2721 |
"inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
|
| 2722 |
|
| 2723 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
|
| 2724 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 2725 |
-
#: ../../templates/checkout/custom-checkout.php:40,
|
| 2726 |
#: ../../templates/receipt/custom-checkout.php:41,
|
| 2727 |
#: ../../templates/receipt/custom-checkout.php:41
|
| 2728 |
msgid "Pay with Mercado Pago"
|
|
@@ -2734,167 +2797,182 @@ msgstr "Pagar con Mercado Pago"
|
|
| 2734 |
msgid "Cancel & Clear Cart"
|
| 2735 |
msgstr "Cancelar & Limpiar carrito"
|
| 2736 |
|
| 2737 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2738 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
|
| 2739 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
|
| 2740 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
|
| 2741 |
msgid "Apply"
|
| 2742 |
msgstr "Aplicar"
|
| 2743 |
|
| 2744 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2745 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
|
| 2746 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
|
| 2747 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
|
| 2748 |
msgid "Remove"
|
| 2749 |
msgstr "Retirar"
|
| 2750 |
|
| 2751 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2752 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
|
| 2753 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
|
| 2754 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
|
| 2755 |
msgid "Please, inform your coupon code"
|
| 2756 |
msgstr "Por favor, informe su código de cupón"
|
| 2757 |
|
| 2758 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2759 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
|
| 2760 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
|
| 2761 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
|
| 2762 |
msgid "To choose"
|
| 2763 |
msgstr "Elegir"
|
| 2764 |
|
| 2765 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2766 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
|
| 2767 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
|
| 2768 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
|
| 2769 |
msgid "Other bank"
|
| 2770 |
msgstr "Otro banco"
|
| 2771 |
|
| 2772 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2773 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
|
| 2774 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
|
| 2775 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
|
| 2776 |
msgid "You will save"
|
| 2777 |
msgstr "Salvarás"
|
| 2778 |
|
| 2779 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2780 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
|
| 2781 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
|
| 2782 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
|
| 2783 |
msgid "with discount of"
|
| 2784 |
msgstr "con descuento de"
|
| 2785 |
|
| 2786 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2787 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
|
| 2788 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
|
| 2789 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
|
| 2790 |
msgid "Total of your purchase:"
|
| 2791 |
msgstr "Total de su compra:"
|
| 2792 |
|
| 2793 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2794 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
|
| 2795 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
|
| 2796 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
|
| 2797 |
msgid "Total of your purchase with discount:"
|
| 2798 |
msgstr "Total de su compra con descuento:"
|
| 2799 |
|
| 2800 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2801 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
|
| 2802 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
|
| 2803 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
|
| 2804 |
msgid "*After payment approval"
|
| 2805 |
msgstr "*Tras la aprobación del pago"
|
| 2806 |
|
| 2807 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2808 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
|
| 2809 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
|
| 2810 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
|
| 2811 |
msgid "Terms and conditions of use"
|
| 2812 |
msgstr "Términos y condiciones de uso"
|
| 2813 |
|
| 2814 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2815 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2816 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2817 |
msgid "No fee"
|
| 2818 |
msgstr "Sin interés"
|
| 2819 |
|
| 2820 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2821 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2822 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2823 |
msgid "More options"
|
| 2824 |
msgstr "Más opciones"
|
| 2825 |
|
| 2826 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2827 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2828 |
msgid "mm/yy"
|
| 2829 |
msgstr "mm/aa"
|
| 2830 |
|
| 2831 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2832 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 2833 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 2834 |
msgid "Issuer"
|
| 2835 |
msgstr "Banco"
|
| 2836 |
|
| 2837 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2838 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2839 |
msgid "Installments"
|
| 2840 |
msgstr "cuotas "
|
| 2841 |
|
| 2842 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2843 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2844 |
msgid "on the back"
|
| 2845 |
msgstr "del dorso"
|
| 2846 |
|
| 2847 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2848 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2849 |
msgid "on the front"
|
| 2850 |
msgstr "del frente"
|
| 2851 |
|
| 2852 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2853 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2854 |
msgid "digits"
|
| 2855 |
msgstr "dígitos"
|
| 2856 |
|
| 2857 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2858 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2859 |
msgid "Card number is required"
|
| 2860 |
msgstr "Número de tarjeta obligatorio"
|
| 2861 |
|
| 2862 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2863 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2864 |
msgid "Card number invalid"
|
| 2865 |
msgstr "Número de tarjeta inválido"
|
| 2866 |
|
| 2867 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2868 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2869 |
msgid "Holder name is required"
|
| 2870 |
msgstr "Nombre del titular obligatorio"
|
| 2871 |
|
| 2872 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2873 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2874 |
msgid "Holder name invalid"
|
| 2875 |
msgstr "Nombre del titular inválido"
|
| 2876 |
|
| 2877 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173,
|
| 2878 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
|
| 2879 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
|
|
|
| 2880 |
msgid "Expiration date invalid"
|
| 2881 |
msgstr "Fecha de vencimiento inválido"
|
| 2882 |
|
| 2883 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2884 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2885 |
msgid "Expiration date incomplete"
|
| 2886 |
msgstr "Fecha de vencimiento obligatorio"
|
| 2887 |
|
| 2888 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2889 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2890 |
msgid "Security code is required"
|
| 2891 |
msgstr "Código de seguridad obligatorio"
|
| 2892 |
|
| 2893 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2894 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2895 |
msgid "Security code incomplete"
|
| 2896 |
msgstr "Código de seguridad incompleto"
|
| 2897 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2898 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
|
| 2899 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
|
| 2900 |
msgid "Now you just need to pay with Pix to finalize your purchase"
|
|
@@ -2945,14 +3023,104 @@ msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código"
|
|
| 2945 |
msgid "Copy code"
|
| 2946 |
msgstr "Copiar código"
|
| 2947 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2948 |
#: ../../includes/module/sdk/lib/class-mp.php:182,
|
| 2949 |
#: ../../includes/module/sdk/lib/class-mp.php:634,
|
| 2950 |
#: ../../includes/module/sdk/lib/class-mp.php:682,
|
| 2951 |
-
#: ../../includes/module/sdk/lib/class-mp.php:
|
| 2952 |
-
#: ../../includes/module/sdk/lib/class-mp.php:
|
|
|
|
| 2953 |
msgid "Response from cache"
|
| 2954 |
msgstr "Respuesta de la caché"
|
| 2955 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2956 |
#. translators: 1: total_time currency 2: url
|
| 2957 |
#. translators: 1: total_time currency 2: url
|
| 2958 |
#. translators: 1: total_time currency 2: url
|
|
@@ -2984,18 +3152,20 @@ msgstr "Paga más rápido con Mercado Pago"
|
|
| 2984 |
|
| 2985 |
#: ../../templates/checkout/basic-checkout.php:36,
|
| 2986 |
#: ../../templates/checkout/basic-checkout.php:36
|
| 2987 |
-
msgid "
|
| 2988 |
-
|
|
|
|
|
|
|
| 2989 |
|
| 2990 |
#: ../../templates/checkout/basic-checkout.php:37,
|
| 2991 |
#: ../../templates/checkout/basic-checkout.php:37
|
| 2992 |
-
msgid "
|
| 2993 |
-
msgstr "
|
| 2994 |
|
| 2995 |
#: ../../templates/checkout/basic-checkout.php:38,
|
| 2996 |
#: ../../templates/checkout/basic-checkout.php:38
|
| 2997 |
-
msgid "
|
| 2998 |
-
msgstr "
|
| 2999 |
|
| 3000 |
#: ../../templates/checkout/basic-checkout.php:41,
|
| 3001 |
#: ../../templates/checkout/basic-checkout.php:41
|
|
@@ -3005,9 +3175,10 @@ msgstr ""
|
|
| 3005 |
#: ../../templates/checkout/basic-checkout.php:53,
|
| 3006 |
#: ../../templates/checkout/basic-checkout.php:53
|
| 3007 |
msgid ""
|
| 3008 |
-
"
|
| 3009 |
"account"
|
| 3010 |
-
msgstr "
|
|
|
|
| 3011 |
|
| 3012 |
#: ../../templates/checkout/basic-checkout.php:54,
|
| 3013 |
#: ../../templates/checkout/basic-checkout.php:54
|
|
@@ -3015,7 +3186,7 @@ msgid "Checkout Pro redirect info image"
|
|
| 3015 |
msgstr ""
|
| 3016 |
|
| 3017 |
#: ../../templates/checkout/basic-checkout.php:63,
|
| 3018 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3019 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3020 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3021 |
#: ../../templates/checkout/ticket-checkout.php:60
|
|
@@ -3023,133 +3194,136 @@ msgid "By continuing, you agree with our"
|
|
| 3023 |
msgstr "Al continuar, aceptas nuestros"
|
| 3024 |
|
| 3025 |
#: ../../templates/checkout/basic-checkout.php:64,
|
| 3026 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3027 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3028 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3029 |
#: ../../templates/checkout/ticket-checkout.php:60
|
| 3030 |
msgid "Terms and conditions"
|
| 3031 |
msgstr "Términos y condiciones "
|
| 3032 |
|
| 3033 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3034 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3035 |
msgid "Checkout Custom in Test Mode"
|
| 3036 |
msgstr "Tarjeta de crédito en Modo Test"
|
| 3037 |
|
| 3038 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3039 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3040 |
msgid "Use Mercado Pago means without real charges."
|
| 3041 |
msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
|
| 3042 |
|
| 3043 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3044 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3045 |
msgid "See test mode rules."
|
| 3046 |
msgstr "Ver las reglas del Modo Test. "
|
| 3047 |
|
| 3048 |
#: ../../templates/checkout/custom-checkout.php:35,
|
| 3049 |
#: ../../templates/checkout/custom-checkout.php:35
|
| 3050 |
-
msgid "Pay
|
| 3051 |
-
msgstr "Paga
|
| 3052 |
|
| 3053 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3054 |
-
#: ../../templates/checkout/custom-checkout.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3055 |
msgid "With which card can you pay?"
|
| 3056 |
msgstr "¿Con qué tarjeta puedes pagar?"
|
| 3057 |
|
| 3058 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3059 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3060 |
msgid "See current promotions"
|
| 3061 |
msgstr "Ver promociones vigentes"
|
| 3062 |
|
| 3063 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3064 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3065 |
msgid "Fill in your card details"
|
| 3066 |
msgstr "Completa los datos de tu tarjeta"
|
| 3067 |
|
| 3068 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3069 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3070 |
msgid "Card number"
|
| 3071 |
msgstr "Número de Tarjeta"
|
| 3072 |
|
| 3073 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3074 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3075 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3076 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3077 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3078 |
msgid "Required data"
|
| 3079 |
msgstr "Datos obligatorios"
|
| 3080 |
|
| 3081 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3082 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3083 |
msgid "Holder name as it appears on the card"
|
| 3084 |
msgstr "Nombre del titular como aparece en la tarjeta"
|
| 3085 |
|
| 3086 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3087 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3088 |
msgid "Expiration"
|
| 3089 |
msgstr "Vencimiento"
|
| 3090 |
|
| 3091 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3092 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3093 |
msgid "Security Code"
|
| 3094 |
msgstr "Código de seguridad"
|
| 3095 |
|
| 3096 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3097 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3098 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3099 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3100 |
msgid "Holder document"
|
| 3101 |
msgstr "Documento del titular"
|
| 3102 |
|
| 3103 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3104 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3105 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3106 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3107 |
msgid "Invalid document"
|
| 3108 |
msgstr "Número de documento no válido"
|
| 3109 |
|
| 3110 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3111 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3112 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3113 |
msgid "Select the number of installments"
|
| 3114 |
msgstr "Selecciona la cantidad de cuotas"
|
| 3115 |
|
| 3116 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3117 |
#: ../../templates/checkout/pix-checkout.php:22
|
| 3118 |
-
#, fuzzy
|
| 3119 |
-
#| msgid "Cards in Test Mode"
|
| 3120 |
msgid "Pix in Test Mode"
|
| 3121 |
-
msgstr "
|
| 3122 |
|
| 3123 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3124 |
#: ../../templates/checkout/pix-checkout.php:22
|
| 3125 |
-
#, fuzzy
|
| 3126 |
-
#| msgid ""
|
| 3127 |
-
#| "You can test the flow to generate an invoice, but you cannot finalize the "
|
| 3128 |
-
#| "payment."
|
| 3129 |
msgid ""
|
| 3130 |
"You can test the flow to generate a code, but you cannot finalize the "
|
| 3131 |
"payment."
|
| 3132 |
msgstr ""
|
| 3133 |
-
"Es posible
|
| 3134 |
"finalizar el pago."
|
| 3135 |
|
| 3136 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3137 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3138 |
-
#, fuzzy
|
| 3139 |
-
#| msgid "Pay securely and instantly!"
|
| 3140 |
msgid "Pay instantly"
|
| 3141 |
-
msgstr "Pago
|
| 3142 |
|
| 3143 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3144 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3145 |
msgid ""
|
| 3146 |
"By confirming your purchase, we will show you a code to make the payment."
|
| 3147 |
msgstr ""
|
|
|
|
| 3148 |
|
| 3149 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3150 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3151 |
msgid "Pix logo"
|
| 3152 |
-
msgstr ""
|
| 3153 |
|
| 3154 |
#: ../../templates/checkout/ticket-checkout.php:23,
|
| 3155 |
#: ../../templates/checkout/ticket-checkout.php:23
|
|
@@ -3203,6 +3377,61 @@ msgstr ""
|
|
| 3203 |
msgid "Print ticket"
|
| 3204 |
msgstr "Imprimir ticket"
|
| 3205 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3206 |
#, fuzzy
|
| 3207 |
#~| msgid "Important! To sell you must enter your credentials."
|
| 3208 |
#~ msgid "Important! To sell, you must enter your credentials."
|
|
@@ -3245,9 +3474,6 @@ msgstr "Imprimir ticket"
|
|
| 3245 |
#~ msgid "We take you to our site to complete the payment"
|
| 3246 |
#~ msgstr "Te llevamos a nuestro sitio para completar el pago"
|
| 3247 |
|
| 3248 |
-
#~ msgid "Pay with a saved card"
|
| 3249 |
-
#~ msgstr "Pagar con tarjeta guardada"
|
| 3250 |
-
|
| 3251 |
#~ msgid "Enter your discount coupon"
|
| 3252 |
#~ msgstr "Ingresa tu cupón de descuento"
|
| 3253 |
|
|
@@ -3353,9 +3579,6 @@ msgstr "Imprimir ticket"
|
|
| 3353 |
#~ msgid "Report Problem"
|
| 3354 |
#~ msgstr "Informar problema"
|
| 3355 |
|
| 3356 |
-
#~ msgid "Checkout Pro %s"
|
| 3357 |
-
#~ msgstr "Checkout Pro %s"
|
| 3358 |
-
|
| 3359 |
#~ msgid "Accept all method of payment and take your charges to another level"
|
| 3360 |
#~ msgstr "Acepta todos los medios de pago y lleva tus cobros a otro nivel"
|
| 3361 |
|
|
@@ -3596,9 +3819,6 @@ msgstr "Imprimir ticket"
|
|
| 3596 |
#~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
|
| 3597 |
#~ "recibir pagos reales."
|
| 3598 |
|
| 3599 |
-
#~ msgid "This name will appear on your customers invoice."
|
| 3600 |
-
#~ msgstr "Este nombre aparecerá en la factura de tus clientes."
|
| 3601 |
-
|
| 3602 |
#~ msgid ""
|
| 3603 |
#~ "What category do your products belong to? Choose the one that best "
|
| 3604 |
#~ "characterizes them (choose \"other\" if your product is too specific)."
|
|
@@ -3717,9 +3937,6 @@ msgstr "Imprimir ticket"
|
|
| 3717 |
#~ "esté bien. Si ya saliste a Producción,<br> trae a tus clientes y aumenta "
|
| 3718 |
#~ "tus ventas con la mejor experiencia de compra online."
|
| 3719 |
|
| 3720 |
-
#~ msgid "Test payment via Mercado Pago"
|
| 3721 |
-
#~ msgstr "Testear pago vía Mercado Pago"
|
| 3722 |
-
|
| 3723 |
#~ msgid "%s"
|
| 3724 |
#~ msgstr "%s"
|
| 3725 |
|
| 14 |
"X-Generator: Poedit 3.1.1\n"
|
| 15 |
|
| 16 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145,
|
| 17 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:354,
|
| 18 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:354
|
| 19 |
msgid "By continuing, you agree to our "
|
| 20 |
msgstr "Al continuar, aceptas nuestros "
|
| 21 |
|
| 22 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147,
|
| 23 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:356,
|
| 24 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:356
|
| 25 |
msgid "Terms and Conditions"
|
| 26 |
msgstr "Términos y condiciones"
|
| 27 |
|
| 85 |
msgid "Invalid credentials"
|
| 86 |
msgstr "Credenciales no válidas"
|
| 87 |
|
| 88 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:52,
|
| 89 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:52
|
| 90 |
msgid ""
|
| 91 |
"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
|
| 92 |
"Please update your PHP version."
|
| 94 |
"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
|
| 95 |
"favor actualice su versión de PHP."
|
| 96 |
|
| 97 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:63,
|
| 98 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:63
|
| 99 |
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
|
| 100 |
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
|
| 101 |
|
| 102 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:74,
|
| 103 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:74
|
| 104 |
msgid ""
|
| 105 |
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
|
| 106 |
"extension is required to send QR Code Pix by email."
|
| 112 |
#. translators: %s link to WooCommerce
|
| 113 |
#. translators: %s link to WooCommerce
|
| 114 |
#. translators: %s link to WooCommerce
|
| 115 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:88,
|
| 116 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:88
|
| 117 |
msgid "The Mercado Pago module needs an active version of %s in order to work!"
|
| 118 |
msgstr ""
|
| 119 |
"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
|
| 120 |
|
| 121 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:101,
|
| 122 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:101
|
| 123 |
msgid "Cancel order"
|
| 124 |
msgstr "Cancelar orden"
|
| 125 |
|
| 126 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:370,
|
| 127 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:370
|
| 128 |
msgid "The payment method is not valid or not available."
|
| 129 |
msgstr "El medio de pago no es válido o no está disponible."
|
| 130 |
|
| 131 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373,
|
| 132 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373
|
| 133 |
msgid "The transaction amount cannot be processed by Mercado Pago."
|
| 134 |
msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
|
| 135 |
|
| 136 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373,
|
| 137 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373
|
| 138 |
msgid ""
|
| 139 |
"Possible causes: Currency not supported; Amounts below the minimum or above "
|
| 140 |
"the maximum allowed."
|
| 142 |
"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
|
| 143 |
"encima del máximo permitido."
|
| 144 |
|
| 145 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376,
|
| 146 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376
|
| 147 |
msgid "The users are not valid."
|
| 148 |
msgstr "Los usuários no son válidos."
|
| 149 |
|
| 150 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376,
|
| 151 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376
|
| 152 |
msgid ""
|
| 153 |
"Possible causes: Buyer and seller have the same account in Mercado Pago; The "
|
| 154 |
"transaction involving production and test users."
|
| 156 |
"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
|
| 157 |
"Pago; La transacción involucrando usuários de producción y de prueba."
|
| 158 |
|
| 159 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379,
|
| 160 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379
|
| 161 |
msgid "Unauthorized use of production credentials."
|
| 162 |
msgstr "Uso no autorizado de credenciales de producción."
|
| 163 |
|
| 164 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379,
|
| 165 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379
|
| 166 |
msgid ""
|
| 167 |
"Possible causes: Use permission in use for the credential of the seller."
|
| 168 |
msgstr ""
|
| 169 |
"Posibles causas: Pendencia de permiso de uso en producción para la "
|
| 170 |
"credencial del vendedor."
|
| 171 |
|
| 172 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:505,
|
| 173 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:505
|
| 174 |
msgid "Colombia"
|
| 175 |
msgstr "Colombia"
|
| 176 |
|
| 177 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:507,
|
| 178 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:507
|
| 179 |
msgid "Argentina"
|
| 180 |
msgstr "Argentina"
|
| 181 |
|
| 182 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:509,
|
| 183 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:509
|
| 184 |
msgid "Brazil"
|
| 185 |
msgstr "Brasil"
|
| 186 |
|
| 187 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:511,
|
| 188 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:511
|
| 189 |
msgid "Chile"
|
| 190 |
msgstr "Chile"
|
| 191 |
|
| 192 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:513,
|
| 193 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:513
|
| 194 |
msgid "Mexico"
|
| 195 |
msgstr "México"
|
| 196 |
|
| 197 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:515,
|
| 198 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:515
|
| 199 |
msgid "Uruguay"
|
| 200 |
msgstr "Uruguay"
|
| 201 |
|
| 202 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:517,
|
| 203 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:517
|
| 204 |
msgid "Venezuela"
|
| 205 |
msgstr "Venezuela"
|
| 206 |
|
| 207 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:519,
|
| 208 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:519
|
| 209 |
msgid "Peru"
|
| 210 |
msgstr "Peru"
|
| 211 |
|
| 212 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:553,
|
| 213 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:553
|
| 214 |
msgid "Update the WooCommerce order to "
|
| 215 |
msgstr "Actualizar la orden de WooCommerce para "
|
| 216 |
|
| 217 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:772,
|
| 218 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550,
|
| 219 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550
|
| 220 |
msgid "Fill in your credentials to enable payment methods."
|
| 221 |
msgstr "Completa tus credenciales para habilitar los medios de pago."
|
| 222 |
|
| 223 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:788,
|
| 224 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:788
|
| 225 |
msgid "Set plugin"
|
| 226 |
msgstr "Configurar plugin"
|
| 227 |
|
| 228 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:789,
|
| 229 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
|
| 230 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
|
| 231 |
msgid "Payment methods"
|
| 232 |
msgstr "Medios de pagos"
|
| 233 |
|
| 234 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:790,
|
| 235 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
|
| 236 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
|
| 237 |
msgid "Plugin manual"
|
| 238 |
msgstr "Manual del plugin"
|
| 239 |
|
| 240 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:889,
|
| 241 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:889
|
| 242 |
msgid "By Mercado Pago"
|
| 243 |
msgstr "Por Mercado Pago"
|
| 244 |
|
| 353 |
"Por favor, introduzca su email en la dirección de facturación para utilizar "
|
| 354 |
"este servicio"
|
| 355 |
|
| 356 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40,
|
| 357 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40
|
| 358 |
msgid "Debit, Credit and invoice in Mercado Pago environment"
|
| 359 |
msgstr "Débito, crédito y efectivo, en Mercado Pago"
|
| 360 |
|
| 361 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41,
|
| 362 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:289,
|
| 363 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:289
|
| 364 |
msgid "Checkout Pro"
|
| 365 |
msgstr "Checkout Pro"
|
| 366 |
|
| 367 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:49,
|
| 368 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:49
|
| 369 |
msgid "Mercado Pago - Checkout Pro"
|
| 370 |
msgstr "Mercado Pago - Checkout Pro "
|
| 371 |
|
| 372 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51,
|
| 373 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51
|
| 374 |
msgid "Your saved cards or money in Mercado Pago"
|
| 375 |
msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago "
|
| 376 |
|
| 377 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176,
|
| 378 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176
|
| 379 |
msgid "Maximum number of installments"
|
| 380 |
msgstr "Máximo de cuotas"
|
| 381 |
|
| 382 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178,
|
| 383 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178
|
| 384 |
msgid "What is the maximum quota with which a customer can buy?"
|
| 385 |
msgstr "¿Cuál es el máximo de cuotas con las que un cliente puede comprar?"
|
| 386 |
|
| 387 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:181,
|
| 388 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:181
|
| 389 |
msgid "1 installment"
|
| 390 |
msgstr "1 cuota"
|
| 391 |
|
| 392 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:182,
|
| 393 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:182
|
| 394 |
msgid "2 installments"
|
| 395 |
msgstr "2 cuotas"
|
| 396 |
|
| 397 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:183,
|
| 398 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:183
|
| 399 |
msgid "3 installments"
|
| 400 |
msgstr "3 cuotas"
|
| 401 |
|
| 402 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:184,
|
| 403 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:184
|
| 404 |
msgid "4 installments"
|
| 405 |
msgstr "4 cuotas"
|
| 406 |
|
| 407 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:185,
|
| 408 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:185
|
| 409 |
msgid "5 installments"
|
| 410 |
msgstr "5 cuotas"
|
| 411 |
|
| 412 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:186,
|
| 413 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:186
|
| 414 |
msgid "6 installments"
|
| 415 |
msgstr "6 cuotas"
|
| 416 |
|
| 417 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:187,
|
| 418 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:187
|
| 419 |
msgid "10 installments"
|
| 420 |
msgstr "10 cuotas"
|
| 421 |
|
| 422 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:188,
|
| 423 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:188
|
| 424 |
msgid "12 installments"
|
| 425 |
msgstr "12 cuotas"
|
| 426 |
|
| 427 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:189,
|
| 428 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:189
|
| 429 |
msgid "15 installments"
|
| 430 |
msgstr "15 cuotas"
|
| 431 |
|
| 432 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:190,
|
| 433 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:190
|
| 434 |
msgid "18 installments"
|
| 435 |
msgstr "18 cuotas"
|
| 436 |
|
| 437 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:191,
|
| 438 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:191
|
| 439 |
msgid "24 installments"
|
| 440 |
msgstr "24 cuotas"
|
| 441 |
|
| 442 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:268,
|
| 443 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
|
| 444 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849,
|
| 445 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
|
| 448 |
msgid "Enable the checkout"
|
| 449 |
msgstr "Activar el checkout"
|
| 450 |
|
| 451 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269,
|
| 452 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269
|
| 453 |
msgid ""
|
| 454 |
"By disabling it, you will disable all payments from Mercado Pago Checkout at "
|
| 455 |
"Mercado Pago website by redirect."
|
| 457 |
"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
|
| 458 |
"sitio web de Mercado Pago."
|
| 459 |
|
| 460 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:273,
|
| 461 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854,
|
| 462 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854
|
| 463 |
msgid "The checkout is <b>enabled</b>."
|
| 464 |
msgstr "El checkout está <b>activo</b>."
|
| 465 |
|
| 466 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:274,
|
| 467 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855,
|
| 468 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855
|
| 469 |
msgid "The checkout is <b>disabled</b>."
|
| 470 |
msgstr "El checkout está <b>inactivo</b>."
|
| 471 |
|
| 472 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:293,
|
| 473 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:293
|
| 474 |
msgid ""
|
| 475 |
"With Checkout Pro you sell with all the safety inside Mercado Pago "
|
| 476 |
"environment."
|
| 478 |
"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
|
| 479 |
"Pago."
|
| 480 |
|
| 481 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310,
|
| 482 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310
|
| 483 |
msgid "Advanced settings"
|
| 484 |
msgstr "Configuración Avanzada"
|
| 485 |
|
| 486 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:323,
|
| 487 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:323
|
| 488 |
msgid "Payment experience"
|
| 489 |
msgstr "Experiencia de pago"
|
| 490 |
|
| 491 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:325,
|
| 492 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:325
|
| 493 |
msgid ""
|
| 494 |
"Define what payment experience your customers will have, whether inside or "
|
| 495 |
"outside your store."
|
| 497 |
"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
|
| 498 |
"tienda."
|
| 499 |
|
| 500 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:328,
|
| 501 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:328
|
| 502 |
msgid "Redirect"
|
| 503 |
msgstr "Redirect"
|
| 504 |
|
| 505 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:329,
|
| 506 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:329
|
| 507 |
msgid "Modal"
|
| 508 |
msgstr "Modal"
|
| 509 |
|
| 510 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345,
|
| 511 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345
|
| 512 |
msgid ""
|
| 513 |
"Choose the URL that we will show your customers when they finish their "
|
| 514 |
"purchase."
|
| 515 |
msgstr "Elige la URL que mostraremos a tus clientes cuando terminen su compra."
|
| 516 |
|
| 517 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:343,
|
| 518 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:363,
|
| 519 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384,
|
| 520 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384
|
| 521 |
msgid "This seems to be an invalid URL."
|
| 522 |
msgstr "Esto parece ser una URL no válida."
|
| 523 |
|
| 524 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:348,
|
| 525 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:348
|
| 526 |
msgid "Success URL"
|
| 527 |
msgstr "URL de éxito"
|
| 528 |
|
| 529 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365,
|
| 530 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365
|
| 531 |
msgid ""
|
| 532 |
"Choose the URL that we will show to your customers when we refuse their "
|
| 533 |
"purchase. Make sure it includes a message appropriate to the situation and "
|
| 537 |
"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
|
| 538 |
"útil para que puedan solucionarlo."
|
| 539 |
|
| 540 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:368,
|
| 541 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:368
|
| 542 |
msgid "Payment URL rejected"
|
| 543 |
msgstr "URL de pago rechazado"
|
| 544 |
|
| 545 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:386,
|
| 546 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:386
|
| 547 |
msgid ""
|
| 548 |
"Choose the URL that we will show to your customers when they have a payment "
|
| 549 |
"pending approval."
|
| 551 |
"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
|
| 552 |
"de aprobación."
|
| 553 |
|
| 554 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:389,
|
| 555 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:389
|
| 556 |
msgid "Payment URL pending"
|
| 557 |
msgstr "URL de pago pendiente"
|
| 558 |
|
| 559 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403,
|
| 560 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403
|
| 561 |
msgid "Enable the payment methods available to your clients."
|
| 562 |
msgstr "Habilita los medios de pago disponibles para tus clientes."
|
| 563 |
|
| 564 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404,
|
| 565 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404
|
| 566 |
msgid "Choose the payment methods you accept in your store"
|
| 567 |
msgstr "Elige los medios de pago que se aceptan en la tienda"
|
| 568 |
|
| 569 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:408,
|
| 570 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:408
|
| 571 |
msgid "Credit Cards"
|
| 572 |
msgstr "Tarjetas de crédito"
|
| 573 |
|
| 574 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:412,
|
| 575 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:412
|
| 576 |
msgid "Debit Cards"
|
| 577 |
msgstr "Tarjetas de débito"
|
| 578 |
|
| 579 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:416,
|
| 580 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:416
|
| 581 |
msgid "Other Payment Methods"
|
| 582 |
msgstr "Otros medios"
|
| 583 |
|
| 584 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:466,
|
| 585 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:466
|
| 586 |
msgid "Return to the store"
|
| 587 |
msgstr "Volver a la tienda"
|
| 588 |
|
| 589 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:467,
|
| 590 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:467
|
| 591 |
msgid ""
|
| 592 |
"Do you want your customer to automatically return to the store after payment?"
|
| 593 |
msgstr ""
|
| 594 |
"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
|
| 595 |
|
| 596 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:471,
|
| 597 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:471
|
| 598 |
msgid "The buyer <b>will be automatically redirected to the store</b>."
|
| 599 |
msgstr "El comprador <b>será redirigido automáticamente a la tienda</b>."
|
| 600 |
|
| 601 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:472,
|
| 602 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:472
|
| 603 |
msgid "The buyer <b>will not be automatically redirected to the store</b>."
|
| 604 |
msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
|
| 605 |
|
| 606 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537,
|
| 607 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537
|
| 608 |
msgid "Installments without card"
|
| 609 |
msgstr "Cuotas sin tarjeta"
|
| 610 |
|
| 611 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538,
|
| 612 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546,
|
| 613 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 614 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 615 |
msgid "Up to "
|
| 616 |
msgstr "hasta "
|
| 617 |
|
| 618 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538,
|
| 619 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546,
|
| 620 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 621 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 622 |
msgid " installments"
|
| 623 |
msgstr " Cuotas"
|
| 624 |
|
| 625 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545,
|
| 626 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
|
| 627 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353
|
| 628 |
msgid "Credit cards"
|
| 629 |
msgstr "Tarjetas de crédito"
|
| 630 |
|
| 631 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:552,
|
| 632 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361,
|
| 633 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361
|
| 634 |
msgid "Debit cards"
|
| 635 |
msgstr "Tarjetas de débito "
|
| 636 |
|
| 637 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:558,
|
| 638 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:558
|
| 639 |
msgid "Bank Transfer"
|
| 640 |
msgstr "Transferencia bancaria"
|
| 641 |
|
| 642 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:564,
|
| 643 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:564
|
| 644 |
msgid "Payment by cash"
|
| 645 |
msgstr "Pagos en efectivo "
|
| 646 |
|
| 647 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:593,
|
| 648 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:593
|
| 649 |
+
msgid "Payment with Mercado Credito"
|
| 650 |
+
msgstr "Pagos con Mercado Crédito"
|
| 651 |
+
|
| 652 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:594,
|
| 653 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:594
|
| 654 |
+
msgid "New!"
|
| 655 |
+
msgstr "¡Nuevo!"
|
| 656 |
+
|
| 657 |
+
#. translators: %s link to Mercado Credits blog
|
| 658 |
+
#. translators: %s link to Mercado Credits blog
|
| 659 |
+
#. translators: %s link to Mercado Credits blog
|
| 660 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:599,
|
| 661 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:599
|
| 662 |
+
msgid ""
|
| 663 |
+
"With <a href=\"%s\" target=\"blank\">Mercado Credito</a>, clients can pay "
|
| 664 |
+
"<b>in installments with no card, by transfers, invoice or money available in "
|
| 665 |
+
"their Mercado Pago account.</b><br/><b>By activating the no-card "
|
| 666 |
+
"installments banner</b>, you will increase your chances of selling."
|
| 667 |
+
msgstr ""
|
| 668 |
+
"Con <a href=\"%s\" target=\"blank\">Mercado Crédito</a>, los clientes pagan "
|
| 669 |
+
"<b>en cuotas sin tarjeta, por transferencia, tarjeta de débito, efectivo o "
|
| 670 |
+
"dinero disponible en la cuenta de Mercado Pago. </b><br/><b>Al activar el "
|
| 671 |
+
"componente de cuotas sin tarjeta</b>, aumentarás tus chances de vender. Para "
|
| 672 |
+
"saber más, ingresá a documentación."
|
| 673 |
+
|
| 674 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:603,
|
| 675 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:603
|
| 676 |
+
msgid "The no-card installments banner is <b>active</b>."
|
| 677 |
+
msgstr "El componente de cuotas sin tarjeta está <b>activado</b>."
|
| 678 |
+
|
| 679 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:604,
|
| 680 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:604
|
| 681 |
+
msgid "The no-card installments banner is <b>disabled</b>."
|
| 682 |
+
msgstr "El componente de cuotas sin tarjeta está <b>desactivado</b> ."
|
| 683 |
+
|
| 684 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:642,
|
| 685 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:652,
|
| 686 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:652
|
| 687 |
+
msgid "Banner on the product page | Computer version"
|
| 688 |
+
msgstr "Componente en la página del producto | Versión para computadora"
|
| 689 |
+
|
| 690 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:643,
|
| 691 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:643
|
| 692 |
+
msgid "Banner on the product page | Cellphone version"
|
| 693 |
+
msgstr "Componente en la página del producto | Versión para celular"
|
| 694 |
+
|
| 695 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:650,
|
| 696 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:650
|
| 697 |
+
msgid "Computer"
|
| 698 |
+
msgstr "Computadora"
|
| 699 |
+
|
| 700 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:651,
|
| 701 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:651
|
| 702 |
+
msgid "Mobile"
|
| 703 |
+
msgstr "Celular"
|
| 704 |
+
|
| 705 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653,
|
| 706 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653
|
| 707 |
+
msgid "Banner visualization"
|
| 708 |
+
msgstr "Visualización del componente"
|
| 709 |
+
|
| 710 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654,
|
| 711 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654
|
| 712 |
+
msgid "Check the example of how it will appear in the store:"
|
| 713 |
+
msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:"
|
| 714 |
+
|
| 715 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710,
|
| 716 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697,
|
| 717 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584,
|
| 718 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572,
|
| 719 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
|
| 726 |
msgid "discount of"
|
| 727 |
msgstr "descuento de"
|
| 728 |
|
| 729 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715,
|
| 730 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702,
|
| 731 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
|
| 732 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577,
|
| 733 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
|
| 796 |
|
| 797 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
|
| 798 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
|
| 799 |
+
#, fuzzy
|
| 800 |
+
#| msgid "Advanced configuration of the personalized payment experience\""
|
| 801 |
+
msgid "Advanced configuration of the personalized payment experience"
|
| 802 |
msgstr "Configuración Avanzada"
|
| 803 |
|
| 804 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208,
|
| 805 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208
|
| 806 |
+
msgid "Payments via Mercado Pago account"
|
| 807 |
+
msgstr "Pagos a través de la cuenta de Mercado Pago"
|
| 808 |
|
| 809 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209,
|
| 810 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
|
| 811 |
msgid ""
|
| 812 |
+
"Your customers pay faster with saved cards, money balance or other available "
|
| 813 |
+
"methods in their Mercado Pago accounts."
|
| 814 |
msgstr ""
|
| 815 |
+
"Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o "
|
| 816 |
+
"con otros medios disponibles en sus cuentas de MP."
|
| 817 |
|
| 818 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213,
|
| 819 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213
|
| 820 |
+
msgid "Payments via Mercado Pago accounts are <b>active</b>."
|
| 821 |
+
msgstr "Los pagos a través de la cuenta de Mercado Pago están <b>activos</b>."
|
|
|
|
| 822 |
|
| 823 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214,
|
| 824 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214
|
| 825 |
+
msgid "Payments via Mercado Pago accounts are <b>inactive</b>."
|
| 826 |
msgstr ""
|
| 827 |
+
"Los pagos a través de la cuenta de Mercado Pago están <b>deshabilitados</b>."
|
|
|
|
| 828 |
|
| 829 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233,
|
| 830 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233
|
| 831 |
+
msgid "Check an example of how it will appear in your store:"
|
| 832 |
+
msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
|
| 833 |
|
| 834 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264,
|
| 835 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
|
| 1002 |
msgstr "Descripción"
|
| 1003 |
|
| 1004 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:762,
|
| 1005 |
+
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
|
| 1006 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
|
| 1007 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
|
| 1008 |
msgid "Important! To sell you must enter your credentials."
|
| 1023 |
msgid "Mercado Pago Plugin general settings"
|
| 1024 |
msgstr "Configuraciones generales del plugin de Mercado Pago"
|
| 1025 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1026 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775,
|
| 1027 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
|
| 1028 |
msgid ""
|
| 2033 |
|
| 2034 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130,
|
| 2035 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130
|
| 2036 |
+
msgid "Enable payments via Mercado Pago account"
|
| 2037 |
+
msgstr "Pagos a través de la cuenta de Mercado Pago"
|
| 2038 |
|
| 2039 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133,
|
| 2040 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133
|
| 2041 |
msgid ""
|
| 2042 |
+
"When you enable this function, your customers pay faster using their Mercado "
|
| 2043 |
+
"Pago accounts.</br>The approval rate of these payments in your store can be "
|
| 2044 |
+
"25% higher compared to other payment methods."
|
| 2045 |
msgstr ""
|
| 2046 |
+
"Con esta función activa, tus clientes pagan más rápido usando su cuenta de "
|
| 2047 |
+
"Mercado Pago.</br>La tasa de aprobación de estos pagos en tu tienda puede "
|
| 2048 |
+
"ser un 25% mayor en comparación con otros medios de pago."
|
|
|
|
| 2049 |
|
| 2050 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142,
|
| 2051 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142
|
| 2052 |
+
msgid "Activate"
|
| 2053 |
+
msgstr ""
|
| 2054 |
|
| 2055 |
#: ../../includes/admin/views/html-admin-alert-frame.php:34,
|
| 2056 |
#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30,
|
| 2176 |
msgstr "Ajustar plazos y tasas"
|
| 2177 |
|
| 2178 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215,
|
| 2179 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126,
|
| 2180 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126
|
| 2181 |
msgid "Questions? "
|
| 2182 |
msgstr "¿Dudas? "
|
| 2183 |
|
| 2785 |
"inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
|
| 2786 |
|
| 2787 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
|
| 2788 |
+
#: ../../templates/checkout/custom-checkout.php:44,
|
|
|
|
| 2789 |
#: ../../templates/receipt/custom-checkout.php:41,
|
| 2790 |
#: ../../templates/receipt/custom-checkout.php:41
|
| 2791 |
msgid "Pay with Mercado Pago"
|
| 2797 |
msgid "Cancel & Clear Cart"
|
| 2798 |
msgstr "Cancelar & Limpiar carrito"
|
| 2799 |
|
| 2800 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134,
|
| 2801 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
|
| 2802 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
|
| 2803 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
|
| 2804 |
msgid "Apply"
|
| 2805 |
msgstr "Aplicar"
|
| 2806 |
|
| 2807 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
|
| 2808 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
|
| 2809 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
|
| 2810 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
|
| 2811 |
msgid "Remove"
|
| 2812 |
msgstr "Retirar"
|
| 2813 |
|
| 2814 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
|
| 2815 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
|
| 2816 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
|
| 2817 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
|
| 2818 |
msgid "Please, inform your coupon code"
|
| 2819 |
msgstr "Por favor, informe su código de cupón"
|
| 2820 |
|
| 2821 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
|
| 2822 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
|
| 2823 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
|
| 2824 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
|
| 2825 |
msgid "To choose"
|
| 2826 |
msgstr "Elegir"
|
| 2827 |
|
| 2828 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
|
| 2829 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
|
| 2830 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
|
| 2831 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
|
| 2832 |
msgid "Other bank"
|
| 2833 |
msgstr "Otro banco"
|
| 2834 |
|
| 2835 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
|
| 2836 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
|
| 2837 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
|
| 2838 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
|
| 2839 |
msgid "You will save"
|
| 2840 |
msgstr "Salvarás"
|
| 2841 |
|
| 2842 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
|
| 2843 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
|
| 2844 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
|
| 2845 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
|
| 2846 |
msgid "with discount of"
|
| 2847 |
msgstr "con descuento de"
|
| 2848 |
|
| 2849 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
|
| 2850 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
|
| 2851 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
|
| 2852 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
|
| 2853 |
msgid "Total of your purchase:"
|
| 2854 |
msgstr "Total de su compra:"
|
| 2855 |
|
| 2856 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
|
| 2857 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
|
| 2858 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
|
| 2859 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
|
| 2860 |
msgid "Total of your purchase with discount:"
|
| 2861 |
msgstr "Total de su compra con descuento:"
|
| 2862 |
|
| 2863 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
|
| 2864 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
|
| 2865 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
|
| 2866 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
|
| 2867 |
msgid "*After payment approval"
|
| 2868 |
msgstr "*Tras la aprobación del pago"
|
| 2869 |
|
| 2870 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
|
| 2871 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
|
| 2872 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
|
| 2873 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
|
| 2874 |
msgid "Terms and conditions of use"
|
| 2875 |
msgstr "Términos y condiciones de uso"
|
| 2876 |
|
| 2877 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
|
| 2878 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163,
|
| 2879 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
|
| 2880 |
msgid "No fee"
|
| 2881 |
msgstr "Sin interés"
|
| 2882 |
|
| 2883 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
|
| 2884 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
|
| 2885 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
|
| 2886 |
msgid "More options"
|
| 2887 |
msgstr "Más opciones"
|
| 2888 |
|
| 2889 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
|
| 2890 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154
|
| 2891 |
msgid "mm/yy"
|
| 2892 |
msgstr "mm/aa"
|
| 2893 |
|
| 2894 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
|
| 2895 |
+
#: ../../templates/checkout/custom-checkout.php:125,
|
| 2896 |
+
#: ../../templates/checkout/custom-checkout.php:125
|
| 2897 |
msgid "Issuer"
|
| 2898 |
msgstr "Banco"
|
| 2899 |
|
| 2900 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
|
| 2901 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156
|
| 2902 |
msgid "Installments"
|
| 2903 |
msgstr "cuotas "
|
| 2904 |
|
| 2905 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159,
|
| 2906 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159
|
| 2907 |
msgid "on the back"
|
| 2908 |
msgstr "del dorso"
|
| 2909 |
|
| 2910 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
|
| 2911 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
|
| 2912 |
msgid "on the front"
|
| 2913 |
msgstr "del frente"
|
| 2914 |
|
| 2915 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162,
|
| 2916 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162
|
| 2917 |
msgid "digits"
|
| 2918 |
msgstr "dígitos"
|
| 2919 |
|
| 2920 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167,
|
| 2921 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167
|
| 2922 |
msgid "Card number is required"
|
| 2923 |
msgstr "Número de tarjeta obligatorio"
|
| 2924 |
|
| 2925 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
|
| 2926 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
|
| 2927 |
msgid "Card number invalid"
|
| 2928 |
msgstr "Número de tarjeta inválido"
|
| 2929 |
|
| 2930 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171,
|
| 2931 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
|
| 2932 |
msgid "Holder name is required"
|
| 2933 |
msgstr "Nombre del titular obligatorio"
|
| 2934 |
|
| 2935 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
|
| 2936 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
|
| 2937 |
msgid "Holder name invalid"
|
| 2938 |
msgstr "Nombre del titular inválido"
|
| 2939 |
|
|
|
|
| 2940 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
|
| 2941 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
|
| 2942 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
|
| 2943 |
msgid "Expiration date invalid"
|
| 2944 |
msgstr "Fecha de vencimiento inválido"
|
| 2945 |
|
| 2946 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
|
| 2947 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176
|
| 2948 |
msgid "Expiration date incomplete"
|
| 2949 |
msgstr "Fecha de vencimiento obligatorio"
|
| 2950 |
|
| 2951 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180,
|
| 2952 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180
|
| 2953 |
msgid "Security code is required"
|
| 2954 |
msgstr "Código de seguridad obligatorio"
|
| 2955 |
|
| 2956 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
|
| 2957 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
|
| 2958 |
msgid "Security code incomplete"
|
| 2959 |
msgstr "Código de seguridad incompleto"
|
| 2960 |
|
| 2961 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188,
|
| 2962 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188
|
| 2963 |
+
msgid "Error loading form."
|
| 2964 |
+
msgstr "Error al cargar el formulario."
|
| 2965 |
+
|
| 2966 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189,
|
| 2967 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189
|
| 2968 |
+
msgid "Please refresh the page to try again."
|
| 2969 |
+
msgstr "Actualice la página para volver a intentarlo."
|
| 2970 |
+
|
| 2971 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190,
|
| 2972 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190
|
| 2973 |
+
msgid "Refresh page"
|
| 2974 |
+
msgstr "Actualizar página"
|
| 2975 |
+
|
| 2976 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
|
| 2977 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
|
| 2978 |
msgid "Now you just need to pay with Pix to finalize your purchase"
|
| 3023 |
msgid "Copy code"
|
| 3024 |
msgstr "Copiar código"
|
| 3025 |
|
| 3026 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:112,
|
| 3027 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:112
|
| 3028 |
+
msgid "Pay in"
|
| 3029 |
+
msgstr "Pagá"
|
| 3030 |
+
|
| 3031 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:113,
|
| 3032 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:113
|
| 3033 |
+
msgid "installments"
|
| 3034 |
+
msgstr "en cuotas"
|
| 3035 |
+
|
| 3036 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:114,
|
| 3037 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:114
|
| 3038 |
+
msgid "with Mercado Pago"
|
| 3039 |
+
msgstr "con Mercado Pago"
|
| 3040 |
+
|
| 3041 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:115,
|
| 3042 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:115
|
| 3043 |
+
msgid "Read more"
|
| 3044 |
+
msgstr "Leer más"
|
| 3045 |
+
|
| 3046 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:116,
|
| 3047 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:116
|
| 3048 |
+
msgid "Buy now and pay in installments with no card later!"
|
| 3049 |
+
msgstr "¡Compra ahora y paga después en meses sin tarjeta!"
|
| 3050 |
+
|
| 3051 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:117,
|
| 3052 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:117
|
| 3053 |
+
msgid "100% online, without paperwork or monthly fees"
|
| 3054 |
+
msgstr "100% online, sin bancos ni costo de mantenimiento"
|
| 3055 |
+
|
| 3056 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:118,
|
| 3057 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:118
|
| 3058 |
+
msgid "How does it work?"
|
| 3059 |
+
msgstr "¿Cómo funciona?"
|
| 3060 |
+
|
| 3061 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:119,
|
| 3062 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:119
|
| 3063 |
+
msgid "When paying, choose"
|
| 3064 |
+
msgstr "Al pagar elegí"
|
| 3065 |
+
|
| 3066 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:120,
|
| 3067 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:120
|
| 3068 |
+
msgid "Mercado Pago"
|
| 3069 |
+
msgstr "Mercado Pago"
|
| 3070 |
+
|
| 3071 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:121,
|
| 3072 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:121
|
| 3073 |
+
msgid ". Login to your account or create one in a few steps."
|
| 3074 |
+
msgstr ". Podrás ingresar con tu cuenta o crear una en pocos pasos."
|
| 3075 |
+
|
| 3076 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:122,
|
| 3077 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:122
|
| 3078 |
+
msgid "Search for"
|
| 3079 |
+
msgstr "Busca"
|
| 3080 |
+
|
| 3081 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:123,
|
| 3082 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:123
|
| 3083 |
+
msgid "Mercado Credito"
|
| 3084 |
+
msgstr "Mercado Crédito"
|
| 3085 |
+
|
| 3086 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:124,
|
| 3087 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:124
|
| 3088 |
+
msgid ""
|
| 3089 |
+
"among the options, select it and choose in how many installments you would "
|
| 3090 |
+
"like to pay."
|
| 3091 |
+
msgstr ""
|
| 3092 |
+
"entre las opciones, selecciónalo y elegí en cuántas cuotas quieres pagar."
|
| 3093 |
+
|
| 3094 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:125,
|
| 3095 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:125
|
| 3096 |
+
msgid "Pay your installments monthly as you wish, in the Mercado Pago app."
|
| 3097 |
+
msgstr ""
|
| 3098 |
+
"Pagá mes a mes tus cuotas como prefieras, desde la app de Mercado Pago."
|
| 3099 |
+
|
| 3100 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:128,
|
| 3101 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:128
|
| 3102 |
+
msgid "Check our FAQ"
|
| 3103 |
+
msgstr "Consulta nuestra FAQ"
|
| 3104 |
+
|
| 3105 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:129,
|
| 3106 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:129
|
| 3107 |
+
msgid ". Credit subject to approval."
|
| 3108 |
+
msgstr ". Crédito sujeto a aprobación."
|
| 3109 |
+
|
| 3110 |
#: ../../includes/module/sdk/lib/class-mp.php:182,
|
| 3111 |
#: ../../includes/module/sdk/lib/class-mp.php:634,
|
| 3112 |
#: ../../includes/module/sdk/lib/class-mp.php:682,
|
| 3113 |
+
#: ../../includes/module/sdk/lib/class-mp.php:727,
|
| 3114 |
+
#: ../../includes/module/sdk/lib/class-mp.php:986,
|
| 3115 |
+
#: ../../includes/module/sdk/lib/class-mp.php:986
|
| 3116 |
msgid "Response from cache"
|
| 3117 |
msgstr "Respuesta de la caché"
|
| 3118 |
|
| 3119 |
+
#: ../../includes/module/sdk/lib/class-mp.php:1000,
|
| 3120 |
+
#: ../../includes/module/sdk/lib/class-mp.php:1000
|
| 3121 |
+
msgid "Response from API"
|
| 3122 |
+
msgstr "Respuesta de la API"
|
| 3123 |
+
|
| 3124 |
#. translators: 1: total_time currency 2: url
|
| 3125 |
#. translators: 1: total_time currency 2: url
|
| 3126 |
#. translators: 1: total_time currency 2: url
|
| 3152 |
|
| 3153 |
#: ../../templates/checkout/basic-checkout.php:36,
|
| 3154 |
#: ../../templates/checkout/basic-checkout.php:36
|
| 3155 |
+
msgid ""
|
| 3156 |
+
"If you already have a Mercado Libre account, use the same email and password"
|
| 3157 |
+
msgstr ""
|
| 3158 |
+
"Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña "
|
| 3159 |
|
| 3160 |
#: ../../templates/checkout/basic-checkout.php:37,
|
| 3161 |
#: ../../templates/checkout/basic-checkout.php:37
|
| 3162 |
+
msgid "Buy with your balance or saved cards"
|
| 3163 |
+
msgstr "Compra con tu dinero disponible o tarjetas guardadas "
|
| 3164 |
|
| 3165 |
#: ../../templates/checkout/basic-checkout.php:38,
|
| 3166 |
#: ../../templates/checkout/basic-checkout.php:38
|
| 3167 |
+
msgid "Earn more points and have exclusive benefits in Mercado Puntos"
|
| 3168 |
+
msgstr "Gana más puntos y ventajas exclusivas en Mercado Puntos "
|
| 3169 |
|
| 3170 |
#: ../../templates/checkout/basic-checkout.php:41,
|
| 3171 |
#: ../../templates/checkout/basic-checkout.php:41
|
| 3175 |
#: ../../templates/checkout/basic-checkout.php:53,
|
| 3176 |
#: ../../templates/checkout/basic-checkout.php:53
|
| 3177 |
msgid ""
|
| 3178 |
+
"When you confirm your purchase, we will redirect you to your Mercado Pago "
|
| 3179 |
"account"
|
| 3180 |
+
msgstr ""
|
| 3181 |
+
"Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado Pago"
|
| 3182 |
|
| 3183 |
#: ../../templates/checkout/basic-checkout.php:54,
|
| 3184 |
#: ../../templates/checkout/basic-checkout.php:54
|
| 3186 |
msgstr ""
|
| 3187 |
|
| 3188 |
#: ../../templates/checkout/basic-checkout.php:63,
|
| 3189 |
+
#: ../../templates/checkout/custom-checkout.php:145,
|
| 3190 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3191 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3192 |
#: ../../templates/checkout/ticket-checkout.php:60
|
| 3194 |
msgstr "Al continuar, aceptas nuestros"
|
| 3195 |
|
| 3196 |
#: ../../templates/checkout/basic-checkout.php:64,
|
| 3197 |
+
#: ../../templates/checkout/custom-checkout.php:145,
|
| 3198 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3199 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3200 |
#: ../../templates/checkout/ticket-checkout.php:60
|
| 3201 |
msgid "Terms and conditions"
|
| 3202 |
msgstr "Términos y condiciones "
|
| 3203 |
|
| 3204 |
+
#: ../../templates/checkout/custom-checkout.php:23,
|
| 3205 |
+
#: ../../templates/checkout/custom-checkout.php:23
|
| 3206 |
msgid "Checkout Custom in Test Mode"
|
| 3207 |
msgstr "Tarjeta de crédito en Modo Test"
|
| 3208 |
|
| 3209 |
+
#: ../../templates/checkout/custom-checkout.php:24,
|
| 3210 |
+
#: ../../templates/checkout/custom-checkout.php:24
|
| 3211 |
msgid "Use Mercado Pago means without real charges."
|
| 3212 |
msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
|
| 3213 |
|
| 3214 |
+
#: ../../templates/checkout/custom-checkout.php:25,
|
| 3215 |
+
#: ../../templates/checkout/custom-checkout.php:25
|
| 3216 |
msgid "See test mode rules."
|
| 3217 |
msgstr "Ver las reglas del Modo Test. "
|
| 3218 |
|
| 3219 |
#: ../../templates/checkout/custom-checkout.php:35,
|
| 3220 |
#: ../../templates/checkout/custom-checkout.php:35
|
| 3221 |
+
msgid "Pay with saved cards"
|
| 3222 |
+
msgstr "Paga con tarjetas guardadas"
|
| 3223 |
|
| 3224 |
+
#: ../../templates/checkout/custom-checkout.php:39,
|
| 3225 |
+
#: ../../templates/checkout/custom-checkout.php:39
|
| 3226 |
+
msgid ""
|
| 3227 |
+
"Do you have a Mercado Libre account? Then use the same email and password to "
|
| 3228 |
+
"pay faster with Mercado Pago."
|
| 3229 |
+
msgstr ""
|
| 3230 |
+
"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
|
| 3231 |
+
"pagar más rápido \n"
|
| 3232 |
+
"con Mercado Pago."
|
| 3233 |
+
|
| 3234 |
+
#: ../../templates/checkout/custom-checkout.php:61,
|
| 3235 |
+
#: ../../templates/checkout/custom-checkout.php:61
|
| 3236 |
msgid "With which card can you pay?"
|
| 3237 |
msgstr "¿Con qué tarjeta puedes pagar?"
|
| 3238 |
|
| 3239 |
+
#: ../../templates/checkout/custom-checkout.php:73,
|
| 3240 |
+
#: ../../templates/checkout/custom-checkout.php:73
|
| 3241 |
msgid "See current promotions"
|
| 3242 |
msgstr "Ver promociones vigentes"
|
| 3243 |
|
| 3244 |
+
#: ../../templates/checkout/custom-checkout.php:81,
|
| 3245 |
+
#: ../../templates/checkout/custom-checkout.php:81
|
| 3246 |
msgid "Fill in your card details"
|
| 3247 |
msgstr "Completa los datos de tu tarjeta"
|
| 3248 |
|
| 3249 |
+
#: ../../templates/checkout/custom-checkout.php:83,
|
| 3250 |
+
#: ../../templates/checkout/custom-checkout.php:83
|
| 3251 |
msgid "Card number"
|
| 3252 |
msgstr "Número de Tarjeta"
|
| 3253 |
|
| 3254 |
+
#: ../../templates/checkout/custom-checkout.php:85,
|
| 3255 |
+
#: ../../templates/checkout/custom-checkout.php:92,
|
| 3256 |
+
#: ../../templates/checkout/custom-checkout.php:101,
|
| 3257 |
+
#: ../../templates/checkout/custom-checkout.php:109,
|
| 3258 |
+
#: ../../templates/checkout/custom-checkout.php:109
|
| 3259 |
msgid "Required data"
|
| 3260 |
msgstr "Datos obligatorios"
|
| 3261 |
|
| 3262 |
+
#: ../../templates/checkout/custom-checkout.php:90,
|
| 3263 |
+
#: ../../templates/checkout/custom-checkout.php:90
|
| 3264 |
msgid "Holder name as it appears on the card"
|
| 3265 |
msgstr "Nombre del titular como aparece en la tarjeta"
|
| 3266 |
|
| 3267 |
+
#: ../../templates/checkout/custom-checkout.php:98,
|
| 3268 |
+
#: ../../templates/checkout/custom-checkout.php:98
|
| 3269 |
msgid "Expiration"
|
| 3270 |
msgstr "Vencimiento"
|
| 3271 |
|
| 3272 |
+
#: ../../templates/checkout/custom-checkout.php:106,
|
| 3273 |
+
#: ../../templates/checkout/custom-checkout.php:106
|
| 3274 |
msgid "Security Code"
|
| 3275 |
msgstr "Código de seguridad"
|
| 3276 |
|
| 3277 |
+
#: ../../templates/checkout/custom-checkout.php:115,
|
| 3278 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3279 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3280 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3281 |
msgid "Holder document"
|
| 3282 |
msgstr "Documento del titular"
|
| 3283 |
|
| 3284 |
+
#: ../../templates/checkout/custom-checkout.php:115,
|
| 3285 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3286 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3287 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3288 |
msgid "Invalid document"
|
| 3289 |
msgstr "Número de documento no válido"
|
| 3290 |
|
| 3291 |
+
#: ../../templates/checkout/custom-checkout.php:121,
|
| 3292 |
+
#: ../../templates/checkout/custom-checkout.php:133,
|
| 3293 |
+
#: ../../templates/checkout/custom-checkout.php:133
|
| 3294 |
msgid "Select the number of installments"
|
| 3295 |
msgstr "Selecciona la cantidad de cuotas"
|
| 3296 |
|
| 3297 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3298 |
#: ../../templates/checkout/pix-checkout.php:22
|
|
|
|
|
|
|
| 3299 |
msgid "Pix in Test Mode"
|
| 3300 |
+
msgstr "Pix en Modo Test"
|
| 3301 |
|
| 3302 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3303 |
#: ../../templates/checkout/pix-checkout.php:22
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3304 |
msgid ""
|
| 3305 |
"You can test the flow to generate a code, but you cannot finalize the "
|
| 3306 |
"payment."
|
| 3307 |
msgstr ""
|
| 3308 |
+
"Es posible probar el flujo para generar una factura, pero no es posible "
|
| 3309 |
"finalizar el pago."
|
| 3310 |
|
| 3311 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3312 |
#: ../../templates/checkout/pix-checkout.php:27
|
|
|
|
|
|
|
| 3313 |
msgid "Pay instantly"
|
| 3314 |
+
msgstr "Pago instantáneo"
|
| 3315 |
|
| 3316 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3317 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3318 |
msgid ""
|
| 3319 |
"By confirming your purchase, we will show you a code to make the payment."
|
| 3320 |
msgstr ""
|
| 3321 |
+
"Al confirmar tu compra, te mostraremos un código para realizar el pago."
|
| 3322 |
|
| 3323 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3324 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3325 |
msgid "Pix logo"
|
| 3326 |
+
msgstr "Pix logo"
|
| 3327 |
|
| 3328 |
#: ../../templates/checkout/ticket-checkout.php:23,
|
| 3329 |
#: ../../templates/checkout/ticket-checkout.php:23
|
| 3377 |
msgid "Print ticket"
|
| 3378 |
msgstr "Imprimir ticket"
|
| 3379 |
|
| 3380 |
+
#~ msgid "Click here to see more details..."
|
| 3381 |
+
#~ msgstr "Haga clic aquí para ver más detalles…"
|
| 3382 |
+
|
| 3383 |
+
#~ msgid "Purchases with saved cards or money in Mercado Pago"
|
| 3384 |
+
#~ msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago"
|
| 3385 |
+
|
| 3386 |
+
#~ msgid ""
|
| 3387 |
+
#~ "Feature for those who have a saved card or money in Mercado Pago to buy "
|
| 3388 |
+
#~ "without having to fill in details."
|
| 3389 |
+
#~ msgstr ""
|
| 3390 |
+
#~ "Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en "
|
| 3391 |
+
#~ "Mercado Pago puedan comprar sin la necesidad de completar datos."
|
| 3392 |
+
|
| 3393 |
+
#~ msgid "The feature for payments with <b>saved cards</b> is <b>active</b>."
|
| 3394 |
+
#~ msgstr ""
|
| 3395 |
+
#~ "La funcionalidad para pagos con <b>tarjetas guardadas</b> está <b>activa</"
|
| 3396 |
+
#~ "b>."
|
| 3397 |
+
|
| 3398 |
+
#~ msgid "The feature for payments with <b>saved cards</b> is <b>inactive</b>."
|
| 3399 |
+
#~ msgstr ""
|
| 3400 |
+
#~ "La funcionalidad para pagos con <b>tarjetas guardadas</b> está "
|
| 3401 |
+
#~ "<b>inactiva</b>."
|
| 3402 |
+
|
| 3403 |
+
#~ msgid "You can see how the feature is in your store Checkout below:"
|
| 3404 |
+
#~ msgstr ""
|
| 3405 |
+
#~ "A continuación, cómo es la funcionalidad en el checkout de la tienda:"
|
| 3406 |
+
|
| 3407 |
+
#~ msgid "Mercado Pago customers can now pay with stored cards."
|
| 3408 |
+
#~ msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas."
|
| 3409 |
+
|
| 3410 |
+
#~ msgid ""
|
| 3411 |
+
#~ "The function Saved card payments is enabled. With this setting, "
|
| 3412 |
+
#~ "customers using Mercado Pago can purchase without having to fill in "
|
| 3413 |
+
#~ "payment details. You can control this option in the settings."
|
| 3414 |
+
#~ msgstr ""
|
| 3415 |
+
#~ "La función Pago con tarjetas guardadas de Mercado Pago está habilitada. "
|
| 3416 |
+
#~ "Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que "
|
| 3417 |
+
#~ "completar los datos de la tarjeta. Puedes controlar esta opción en "
|
| 3418 |
+
#~ "configuración."
|
| 3419 |
+
|
| 3420 |
+
#~ msgid "Go to settings"
|
| 3421 |
+
#~ msgstr "Ir a la configuración"
|
| 3422 |
+
|
| 3423 |
+
#~ msgid "Secure payment"
|
| 3424 |
+
#~ msgstr "Pago seguro"
|
| 3425 |
+
|
| 3426 |
+
#~ msgid "No need to fill out details"
|
| 3427 |
+
#~ msgstr "Sin cargar datos"
|
| 3428 |
+
|
| 3429 |
+
#~ msgid "Installments available"
|
| 3430 |
+
#~ msgstr "Cuotas disponibles"
|
| 3431 |
+
|
| 3432 |
+
#~ msgid "Pay faster with your saved cards and without completing data."
|
| 3433 |
+
#~ msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos."
|
| 3434 |
+
|
| 3435 |
#, fuzzy
|
| 3436 |
#~| msgid "Important! To sell you must enter your credentials."
|
| 3437 |
#~ msgid "Important! To sell, you must enter your credentials."
|
| 3474 |
#~ msgid "We take you to our site to complete the payment"
|
| 3475 |
#~ msgstr "Te llevamos a nuestro sitio para completar el pago"
|
| 3476 |
|
|
|
|
|
|
|
|
|
|
| 3477 |
#~ msgid "Enter your discount coupon"
|
| 3478 |
#~ msgstr "Ingresa tu cupón de descuento"
|
| 3479 |
|
| 3579 |
#~ msgid "Report Problem"
|
| 3580 |
#~ msgstr "Informar problema"
|
| 3581 |
|
|
|
|
|
|
|
|
|
|
| 3582 |
#~ msgid "Accept all method of payment and take your charges to another level"
|
| 3583 |
#~ msgstr "Acepta todos los medios de pago y lleva tus cobros a otro nivel"
|
| 3584 |
|
| 3819 |
#~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
|
| 3820 |
#~ "recibir pagos reales."
|
| 3821 |
|
|
|
|
|
|
|
|
|
|
| 3822 |
#~ msgid ""
|
| 3823 |
#~ "What category do your products belong to? Choose the one that best "
|
| 3824 |
#~ "characterizes them (choose \"other\" if your product is too specific)."
|
| 3937 |
#~ "esté bien. Si ya saliste a Producción,<br> trae a tus clientes y aumenta "
|
| 3938 |
#~ "tus ventas con la mejor experiencia de compra online."
|
| 3939 |
|
|
|
|
|
|
|
|
|
|
| 3940 |
#~ msgid "%s"
|
| 3941 |
#~ msgstr "%s"
|
| 3942 |
|
i18n/languages/woocommerce-mercadopago-es_PE.mo
CHANGED
|
Binary file
|
i18n/languages/woocommerce-mercadopago-es_PE.po
CHANGED
|
@@ -14,14 +14,14 @@ msgstr ""
|
|
| 14 |
"X-Generator: Poedit 3.1.1\n"
|
| 15 |
|
| 16 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145,
|
| 17 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 18 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 19 |
msgid "By continuing, you agree to our "
|
| 20 |
msgstr "Al continuar, aceptas nuestros "
|
| 21 |
|
| 22 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147,
|
| 23 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 24 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 25 |
msgid "Terms and Conditions"
|
| 26 |
msgstr "Términos y condiciones"
|
| 27 |
|
|
@@ -85,8 +85,8 @@ msgstr ""
|
|
| 85 |
msgid "Invalid credentials"
|
| 86 |
msgstr "Credenciales no válidas"
|
| 87 |
|
| 88 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 89 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 90 |
msgid ""
|
| 91 |
"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
|
| 92 |
"Please update your PHP version."
|
|
@@ -94,13 +94,13 @@ msgstr ""
|
|
| 94 |
"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
|
| 95 |
"favor actualice su versión de PHP."
|
| 96 |
|
| 97 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 98 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 99 |
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
|
| 100 |
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
|
| 101 |
|
| 102 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 103 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 104 |
msgid ""
|
| 105 |
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
|
| 106 |
"extension is required to send QR Code Pix by email."
|
|
@@ -112,29 +112,29 @@ msgstr ""
|
|
| 112 |
#. translators: %s link to WooCommerce
|
| 113 |
#. translators: %s link to WooCommerce
|
| 114 |
#. translators: %s link to WooCommerce
|
| 115 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 116 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 117 |
msgid "The Mercado Pago module needs an active version of %s in order to work!"
|
| 118 |
msgstr ""
|
| 119 |
"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
|
| 120 |
|
| 121 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 122 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 123 |
msgid "Cancel order"
|
| 124 |
msgstr "Cancelar orden"
|
| 125 |
|
| 126 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 127 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 128 |
msgid "The payment method is not valid or not available."
|
| 129 |
msgstr "El medio de pago no es válido o no está disponible."
|
| 130 |
|
| 131 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 132 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 133 |
msgid "The transaction amount cannot be processed by Mercado Pago."
|
| 134 |
msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
|
| 135 |
|
| 136 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 137 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 138 |
msgid ""
|
| 139 |
"Possible causes: Currency not supported; Amounts below the minimum or above "
|
| 140 |
"the maximum allowed."
|
|
@@ -142,13 +142,13 @@ msgstr ""
|
|
| 142 |
"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
|
| 143 |
"encima del máximo permitido."
|
| 144 |
|
| 145 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 146 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 147 |
msgid "The users are not valid."
|
| 148 |
msgstr "Los usuários no son válidos."
|
| 149 |
|
| 150 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 151 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 152 |
msgid ""
|
| 153 |
"Possible causes: Buyer and seller have the same account in Mercado Pago; The "
|
| 154 |
"transaction involving production and test users."
|
|
@@ -156,89 +156,89 @@ msgstr ""
|
|
| 156 |
"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
|
| 157 |
"Pago; La transacción involucrando usuários de producción y de prueba."
|
| 158 |
|
| 159 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 160 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 161 |
msgid "Unauthorized use of production credentials."
|
| 162 |
msgstr "Uso no autorizado de credenciales de producción."
|
| 163 |
|
| 164 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 165 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 166 |
msgid ""
|
| 167 |
"Possible causes: Use permission in use for the credential of the seller."
|
| 168 |
msgstr ""
|
| 169 |
"Posibles causas: Pendencia de permiso de uso en producción para la "
|
| 170 |
"credencial del vendedor."
|
| 171 |
|
| 172 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 173 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 174 |
msgid "Colombia"
|
| 175 |
msgstr "Colombia"
|
| 176 |
|
| 177 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 178 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 179 |
msgid "Argentina"
|
| 180 |
msgstr "Argentina"
|
| 181 |
|
| 182 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 183 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 184 |
msgid "Brazil"
|
| 185 |
msgstr "Brasil"
|
| 186 |
|
| 187 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 188 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 189 |
msgid "Chile"
|
| 190 |
msgstr "Chile"
|
| 191 |
|
| 192 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 193 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 194 |
msgid "Mexico"
|
| 195 |
msgstr "México"
|
| 196 |
|
| 197 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 198 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 199 |
msgid "Uruguay"
|
| 200 |
msgstr "Uruguay"
|
| 201 |
|
| 202 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 203 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 204 |
msgid "Venezuela"
|
| 205 |
msgstr "Venezuela"
|
| 206 |
|
| 207 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 208 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 209 |
msgid "Peru"
|
| 210 |
msgstr "Peru"
|
| 211 |
|
| 212 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 213 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 214 |
msgid "Update the WooCommerce order to "
|
| 215 |
msgstr "Actualizar la orden de WooCommerce para "
|
| 216 |
|
| 217 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 218 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550,
|
| 219 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550
|
| 220 |
msgid "Fill in your credentials to enable payment methods."
|
| 221 |
msgstr "Completa tus credenciales para habilitar los medios de pago."
|
| 222 |
|
| 223 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 224 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 225 |
msgid "Set plugin"
|
| 226 |
msgstr "Configurar plugin"
|
| 227 |
|
| 228 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 229 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
|
| 230 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
|
| 231 |
msgid "Payment methods"
|
| 232 |
msgstr "Medios de pagos"
|
| 233 |
|
| 234 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 235 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
|
| 236 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
|
| 237 |
msgid "Plugin manual"
|
| 238 |
msgstr "Manual del plugin"
|
| 239 |
|
| 240 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 241 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 242 |
msgid "By Mercado Pago"
|
| 243 |
msgstr "Por Mercado Pago"
|
| 244 |
|
|
@@ -353,93 +353,93 @@ msgstr ""
|
|
| 353 |
"Por favor, introduzca su email en la dirección de facturación para utilizar "
|
| 354 |
"este servicio"
|
| 355 |
|
| 356 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 357 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 358 |
msgid "Debit, Credit and invoice in Mercado Pago environment"
|
| 359 |
msgstr "Débito, crédito y efectivo, en Mercado Pago"
|
| 360 |
|
| 361 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 362 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 363 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 364 |
msgid "Checkout Pro"
|
| 365 |
msgstr "Checkout Pro"
|
| 366 |
|
| 367 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 368 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 369 |
msgid "Mercado Pago - Checkout Pro"
|
| 370 |
msgstr "Mercado Pago - Checkout Pro "
|
| 371 |
|
| 372 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 373 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 374 |
msgid "Your saved cards or money in Mercado Pago"
|
| 375 |
msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago "
|
| 376 |
|
| 377 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 378 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 379 |
msgid "Maximum number of installments"
|
| 380 |
msgstr "Máximo de cuotas"
|
| 381 |
|
| 382 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 383 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 384 |
msgid "What is the maximum quota with which a customer can buy?"
|
| 385 |
msgstr "¿Cuál es el máximo de cuotas con las que un cliente puede comprar?"
|
| 386 |
|
| 387 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 388 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 389 |
msgid "1 installment"
|
| 390 |
msgstr "1 cuota"
|
| 391 |
|
| 392 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 393 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 394 |
msgid "2 installments"
|
| 395 |
msgstr "2 cuotas"
|
| 396 |
|
| 397 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 398 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 399 |
msgid "3 installments"
|
| 400 |
msgstr "3 cuotas"
|
| 401 |
|
| 402 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 403 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 404 |
msgid "4 installments"
|
| 405 |
msgstr "4 cuotas"
|
| 406 |
|
| 407 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 408 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 409 |
msgid "5 installments"
|
| 410 |
msgstr "5 cuotas"
|
| 411 |
|
| 412 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 413 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 414 |
msgid "6 installments"
|
| 415 |
msgstr "6 cuotas"
|
| 416 |
|
| 417 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 418 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 419 |
msgid "10 installments"
|
| 420 |
msgstr "10 cuotas"
|
| 421 |
|
| 422 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 423 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 424 |
msgid "12 installments"
|
| 425 |
msgstr "12 cuotas"
|
| 426 |
|
| 427 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 428 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 429 |
msgid "15 installments"
|
| 430 |
msgstr "15 cuotas"
|
| 431 |
|
| 432 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 433 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 434 |
msgid "18 installments"
|
| 435 |
msgstr "18 cuotas"
|
| 436 |
|
| 437 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 438 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 439 |
msgid "24 installments"
|
| 440 |
msgstr "24 cuotas"
|
| 441 |
|
| 442 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 443 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
|
| 444 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849,
|
| 445 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
|
|
@@ -448,8 +448,8 @@ msgstr "24 cuotas"
|
|
| 448 |
msgid "Enable the checkout"
|
| 449 |
msgstr "Activar el checkout"
|
| 450 |
|
| 451 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 452 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 453 |
msgid ""
|
| 454 |
"By disabling it, you will disable all payments from Mercado Pago Checkout at "
|
| 455 |
"Mercado Pago website by redirect."
|
|
@@ -457,20 +457,20 @@ msgstr ""
|
|
| 457 |
"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
|
| 458 |
"sitio web de Mercado Pago."
|
| 459 |
|
| 460 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 461 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854,
|
| 462 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854
|
| 463 |
msgid "The checkout is <b>enabled</b>."
|
| 464 |
msgstr "El checkout está <b>activo</b>."
|
| 465 |
|
| 466 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 467 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855,
|
| 468 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855
|
| 469 |
msgid "The checkout is <b>disabled</b>."
|
| 470 |
msgstr "El checkout está <b>inactivo</b>."
|
| 471 |
|
| 472 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 473 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 474 |
msgid ""
|
| 475 |
"With Checkout Pro you sell with all the safety inside Mercado Pago "
|
| 476 |
"environment."
|
|
@@ -478,18 +478,18 @@ msgstr ""
|
|
| 478 |
"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
|
| 479 |
"Pago."
|
| 480 |
|
| 481 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 482 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 483 |
msgid "Advanced settings"
|
| 484 |
msgstr "Configuración Avanzada"
|
| 485 |
|
| 486 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 487 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 488 |
msgid "Payment experience"
|
| 489 |
msgstr "Experiencia de pago"
|
| 490 |
|
| 491 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 492 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 493 |
msgid ""
|
| 494 |
"Define what payment experience your customers will have, whether inside or "
|
| 495 |
"outside your store."
|
|
@@ -497,37 +497,37 @@ msgstr ""
|
|
| 497 |
"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
|
| 498 |
"tienda."
|
| 499 |
|
| 500 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 501 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 502 |
msgid "Redirect"
|
| 503 |
msgstr "Redirect"
|
| 504 |
|
| 505 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 506 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 507 |
msgid "Modal"
|
| 508 |
msgstr "Modal"
|
| 509 |
|
| 510 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 511 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 512 |
msgid ""
|
| 513 |
"Choose the URL that we will show your customers when they finish their "
|
| 514 |
"purchase."
|
| 515 |
msgstr "Elige la URL que mostraremos a tus clientes cuando terminen su compra."
|
| 516 |
|
| 517 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 518 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 519 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 520 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 521 |
msgid "This seems to be an invalid URL."
|
| 522 |
msgstr "Esto parece ser una URL no válida."
|
| 523 |
|
| 524 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 525 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 526 |
msgid "Success URL"
|
| 527 |
msgstr "URL de éxito"
|
| 528 |
|
| 529 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 530 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 531 |
msgid ""
|
| 532 |
"Choose the URL that we will show to your customers when we refuse their "
|
| 533 |
"purchase. Make sure it includes a message appropriate to the situation and "
|
|
@@ -537,13 +537,13 @@ msgstr ""
|
|
| 537 |
"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
|
| 538 |
"útil para que puedan solucionarlo."
|
| 539 |
|
| 540 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 541 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 542 |
msgid "Payment URL rejected"
|
| 543 |
msgstr "URL de pago rechazado"
|
| 544 |
|
| 545 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 546 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 547 |
msgid ""
|
| 548 |
"Choose the URL that we will show to your customers when they have a payment "
|
| 549 |
"pending approval."
|
|
@@ -551,101 +551,169 @@ msgstr ""
|
|
| 551 |
"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
|
| 552 |
"de aprobación."
|
| 553 |
|
| 554 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 555 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 556 |
msgid "Payment URL pending"
|
| 557 |
msgstr "URL de pago pendiente"
|
| 558 |
|
| 559 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 560 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 561 |
msgid "Enable the payment methods available to your clients."
|
| 562 |
msgstr "Habilita los medios de pago disponibles para tus clientes."
|
| 563 |
|
| 564 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 565 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 566 |
msgid "Choose the payment methods you accept in your store"
|
| 567 |
msgstr "Elige los medios de pago que se aceptan en la tienda"
|
| 568 |
|
| 569 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 570 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 571 |
msgid "Credit Cards"
|
| 572 |
msgstr "Tarjetas de crédito"
|
| 573 |
|
| 574 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 575 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 576 |
msgid "Debit Cards"
|
| 577 |
msgstr "Tarjetas de débito"
|
| 578 |
|
| 579 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 580 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 581 |
msgid "Other Payment Methods"
|
| 582 |
msgstr "Otros medios"
|
| 583 |
|
| 584 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 585 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 586 |
msgid "Return to the store"
|
| 587 |
msgstr "Volver a la tienda"
|
| 588 |
|
| 589 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 590 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 591 |
msgid ""
|
| 592 |
"Do you want your customer to automatically return to the store after payment?"
|
| 593 |
msgstr ""
|
| 594 |
"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
|
| 595 |
|
| 596 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 597 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 598 |
msgid "The buyer <b>will be automatically redirected to the store</b>."
|
| 599 |
msgstr "El comprador <b>será redirigido automáticamente a la tienda</b>."
|
| 600 |
|
| 601 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 602 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 603 |
msgid "The buyer <b>will not be automatically redirected to the store</b>."
|
| 604 |
msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
|
| 605 |
|
| 606 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 607 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 608 |
msgid "Installments without card"
|
| 609 |
msgstr "Cuotas sin tarjeta"
|
| 610 |
|
| 611 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 612 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 613 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 614 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 615 |
msgid "Up to "
|
| 616 |
msgstr "hasta "
|
| 617 |
|
| 618 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 619 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 620 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 621 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 622 |
msgid " installments"
|
| 623 |
msgstr " Cuotas"
|
| 624 |
|
| 625 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 626 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
|
| 627 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353
|
| 628 |
msgid "Credit cards"
|
| 629 |
msgstr "Tarjetas de crédito"
|
| 630 |
|
| 631 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 632 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361,
|
| 633 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361
|
| 634 |
msgid "Debit cards"
|
| 635 |
msgstr "Tarjetas de débito "
|
| 636 |
|
| 637 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 638 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 639 |
msgid "Bank Transfer"
|
| 640 |
msgstr "Transferencia bancaria"
|
| 641 |
|
| 642 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 643 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 644 |
msgid "Payment by cash"
|
| 645 |
msgstr "Pagos en efectivo "
|
| 646 |
|
| 647 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 648 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 649 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584,
|
| 650 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572,
|
| 651 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
|
|
@@ -658,8 +726,8 @@ msgstr "Pagos en efectivo "
|
|
| 658 |
msgid "discount of"
|
| 659 |
msgstr "descuento de"
|
| 660 |
|
| 661 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 662 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 663 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
|
| 664 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577,
|
| 665 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
|
|
@@ -728,40 +796,40 @@ msgstr ""
|
|
| 728 |
|
| 729 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
|
| 730 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
|
| 731 |
-
|
|
|
|
|
|
|
| 732 |
msgstr "Configuración Avanzada"
|
| 733 |
|
| 734 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208,
|
| 735 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208
|
| 736 |
-
msgid "
|
| 737 |
-
msgstr "
|
| 738 |
|
| 739 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209,
|
| 740 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
|
| 741 |
msgid ""
|
| 742 |
-
"
|
| 743 |
-
"
|
| 744 |
msgstr ""
|
| 745 |
-
"
|
| 746 |
-
"
|
| 747 |
|
| 748 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213,
|
| 749 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213
|
| 750 |
-
msgid "
|
| 751 |
-
msgstr ""
|
| 752 |
-
"La funcionalidad para pagos con <b>tarjetas guardadas</b> está <b>activa</b>."
|
| 753 |
|
| 754 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214,
|
| 755 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214
|
| 756 |
-
msgid "
|
| 757 |
msgstr ""
|
| 758 |
-
"
|
| 759 |
-
"b>."
|
| 760 |
|
| 761 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233,
|
| 762 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233
|
| 763 |
-
msgid "
|
| 764 |
-
msgstr "
|
| 765 |
|
| 766 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264,
|
| 767 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
|
|
@@ -934,6 +1002,7 @@ msgid "Description"
|
|
| 934 |
msgstr "Descripción"
|
| 935 |
|
| 936 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:762,
|
|
|
|
| 937 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
|
| 938 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
|
| 939 |
msgid "Important! To sell you must enter your credentials."
|
|
@@ -954,11 +1023,6 @@ msgstr "Introducir credenciales"
|
|
| 954 |
msgid "Mercado Pago Plugin general settings"
|
| 955 |
msgstr "Configuraciones generales del plugin de Mercado Pago"
|
| 956 |
|
| 957 |
-
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
|
| 958 |
-
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774
|
| 959 |
-
msgid "Important! To sell you must enter your credentials.?"
|
| 960 |
-
msgstr ""
|
| 961 |
-
|
| 962 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775,
|
| 963 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
|
| 964 |
msgid ""
|
|
@@ -1969,25 +2033,24 @@ msgstr "Valorar el plugin"
|
|
| 1969 |
|
| 1970 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130,
|
| 1971 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130
|
| 1972 |
-
msgid "
|
| 1973 |
-
msgstr "
|
| 1974 |
|
| 1975 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133,
|
| 1976 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133
|
| 1977 |
msgid ""
|
| 1978 |
-
"
|
| 1979 |
-
"
|
| 1980 |
-
"
|
| 1981 |
msgstr ""
|
| 1982 |
-
"
|
| 1983 |
-
"
|
| 1984 |
-
"
|
| 1985 |
-
"configuración."
|
| 1986 |
|
| 1987 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142,
|
| 1988 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142
|
| 1989 |
-
msgid "
|
| 1990 |
-
msgstr "
|
| 1991 |
|
| 1992 |
#: ../../includes/admin/views/html-admin-alert-frame.php:34,
|
| 1993 |
#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30,
|
|
@@ -2113,7 +2176,8 @@ msgid "Set deadlines and fees"
|
|
| 2113 |
msgstr "Ajustar plazos y tasas"
|
| 2114 |
|
| 2115 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215,
|
| 2116 |
-
#: ../../includes/
|
|
|
|
| 2117 |
msgid "Questions? "
|
| 2118 |
msgstr "¿Dudas? "
|
| 2119 |
|
|
@@ -2721,8 +2785,7 @@ msgstr ""
|
|
| 2721 |
"inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
|
| 2722 |
|
| 2723 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
|
| 2724 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 2725 |
-
#: ../../templates/checkout/custom-checkout.php:40,
|
| 2726 |
#: ../../templates/receipt/custom-checkout.php:41,
|
| 2727 |
#: ../../templates/receipt/custom-checkout.php:41
|
| 2728 |
msgid "Pay with Mercado Pago"
|
|
@@ -2734,167 +2797,182 @@ msgstr "Pagar con Mercado Pago"
|
|
| 2734 |
msgid "Cancel & Clear Cart"
|
| 2735 |
msgstr "Cancelar & Limpiar carrito"
|
| 2736 |
|
| 2737 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2738 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
|
| 2739 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
|
| 2740 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
|
| 2741 |
msgid "Apply"
|
| 2742 |
msgstr "Aplicar"
|
| 2743 |
|
| 2744 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2745 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
|
| 2746 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
|
| 2747 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
|
| 2748 |
msgid "Remove"
|
| 2749 |
msgstr "Retirar"
|
| 2750 |
|
| 2751 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2752 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
|
| 2753 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
|
| 2754 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
|
| 2755 |
msgid "Please, inform your coupon code"
|
| 2756 |
msgstr "Por favor, informe su código de cupón"
|
| 2757 |
|
| 2758 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2759 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
|
| 2760 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
|
| 2761 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
|
| 2762 |
msgid "To choose"
|
| 2763 |
msgstr "Elegir"
|
| 2764 |
|
| 2765 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2766 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
|
| 2767 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
|
| 2768 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
|
| 2769 |
msgid "Other bank"
|
| 2770 |
msgstr "Otro banco"
|
| 2771 |
|
| 2772 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2773 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
|
| 2774 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
|
| 2775 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
|
| 2776 |
msgid "You will save"
|
| 2777 |
msgstr "Salvarás"
|
| 2778 |
|
| 2779 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2780 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
|
| 2781 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
|
| 2782 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
|
| 2783 |
msgid "with discount of"
|
| 2784 |
msgstr "con descuento de"
|
| 2785 |
|
| 2786 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2787 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
|
| 2788 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
|
| 2789 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
|
| 2790 |
msgid "Total of your purchase:"
|
| 2791 |
msgstr "Total de su compra:"
|
| 2792 |
|
| 2793 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2794 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
|
| 2795 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
|
| 2796 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
|
| 2797 |
msgid "Total of your purchase with discount:"
|
| 2798 |
msgstr "Total de su compra con descuento:"
|
| 2799 |
|
| 2800 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2801 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
|
| 2802 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
|
| 2803 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
|
| 2804 |
msgid "*After payment approval"
|
| 2805 |
msgstr "*Tras la aprobación del pago"
|
| 2806 |
|
| 2807 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2808 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
|
| 2809 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
|
| 2810 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
|
| 2811 |
msgid "Terms and conditions of use"
|
| 2812 |
msgstr "Términos y condiciones de uso"
|
| 2813 |
|
| 2814 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2815 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2816 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2817 |
msgid "No fee"
|
| 2818 |
msgstr "Sin interés"
|
| 2819 |
|
| 2820 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2821 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2822 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2823 |
msgid "More options"
|
| 2824 |
msgstr "Más opciones"
|
| 2825 |
|
| 2826 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2827 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2828 |
msgid "mm/yy"
|
| 2829 |
msgstr "mm/aa"
|
| 2830 |
|
| 2831 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2832 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 2833 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 2834 |
msgid "Issuer"
|
| 2835 |
msgstr "Banco"
|
| 2836 |
|
| 2837 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2838 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2839 |
msgid "Installments"
|
| 2840 |
msgstr "cuotas "
|
| 2841 |
|
| 2842 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2843 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2844 |
msgid "on the back"
|
| 2845 |
msgstr "del dorso"
|
| 2846 |
|
| 2847 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2848 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2849 |
msgid "on the front"
|
| 2850 |
msgstr "del frente"
|
| 2851 |
|
| 2852 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2853 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2854 |
msgid "digits"
|
| 2855 |
msgstr "dígitos"
|
| 2856 |
|
| 2857 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2858 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2859 |
msgid "Card number is required"
|
| 2860 |
msgstr "Número de tarjeta obligatorio"
|
| 2861 |
|
| 2862 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2863 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2864 |
msgid "Card number invalid"
|
| 2865 |
msgstr "Número de tarjeta inválido"
|
| 2866 |
|
| 2867 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2868 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2869 |
msgid "Holder name is required"
|
| 2870 |
msgstr "Nombre del titular obligatorio"
|
| 2871 |
|
| 2872 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2873 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2874 |
msgid "Holder name invalid"
|
| 2875 |
msgstr "Nombre del titular inválido"
|
| 2876 |
|
| 2877 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173,
|
| 2878 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
|
| 2879 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
|
|
|
| 2880 |
msgid "Expiration date invalid"
|
| 2881 |
msgstr "Fecha de vencimiento inválido"
|
| 2882 |
|
| 2883 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2884 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2885 |
msgid "Expiration date incomplete"
|
| 2886 |
msgstr "Fecha de vencimiento obligatorio"
|
| 2887 |
|
| 2888 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2889 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2890 |
msgid "Security code is required"
|
| 2891 |
msgstr "Código de seguridad obligatorio"
|
| 2892 |
|
| 2893 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2894 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2895 |
msgid "Security code incomplete"
|
| 2896 |
msgstr "Código de seguridad incompleto"
|
| 2897 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2898 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
|
| 2899 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
|
| 2900 |
msgid "Now you just need to pay with Pix to finalize your purchase"
|
|
@@ -2945,14 +3023,104 @@ msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código"
|
|
| 2945 |
msgid "Copy code"
|
| 2946 |
msgstr "Copiar código"
|
| 2947 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2948 |
#: ../../includes/module/sdk/lib/class-mp.php:182,
|
| 2949 |
#: ../../includes/module/sdk/lib/class-mp.php:634,
|
| 2950 |
#: ../../includes/module/sdk/lib/class-mp.php:682,
|
| 2951 |
-
#: ../../includes/module/sdk/lib/class-mp.php:
|
| 2952 |
-
#: ../../includes/module/sdk/lib/class-mp.php:
|
|
|
|
| 2953 |
msgid "Response from cache"
|
| 2954 |
msgstr "Respuesta de la caché"
|
| 2955 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2956 |
#. translators: 1: total_time currency 2: url
|
| 2957 |
#. translators: 1: total_time currency 2: url
|
| 2958 |
#. translators: 1: total_time currency 2: url
|
|
@@ -2984,18 +3152,20 @@ msgstr "Paga más rápido con Mercado Pago"
|
|
| 2984 |
|
| 2985 |
#: ../../templates/checkout/basic-checkout.php:36,
|
| 2986 |
#: ../../templates/checkout/basic-checkout.php:36
|
| 2987 |
-
msgid "
|
| 2988 |
-
|
|
|
|
|
|
|
| 2989 |
|
| 2990 |
#: ../../templates/checkout/basic-checkout.php:37,
|
| 2991 |
#: ../../templates/checkout/basic-checkout.php:37
|
| 2992 |
-
msgid "
|
| 2993 |
-
msgstr "
|
| 2994 |
|
| 2995 |
#: ../../templates/checkout/basic-checkout.php:38,
|
| 2996 |
#: ../../templates/checkout/basic-checkout.php:38
|
| 2997 |
-
msgid "
|
| 2998 |
-
msgstr "
|
| 2999 |
|
| 3000 |
#: ../../templates/checkout/basic-checkout.php:41,
|
| 3001 |
#: ../../templates/checkout/basic-checkout.php:41
|
|
@@ -3005,9 +3175,10 @@ msgstr ""
|
|
| 3005 |
#: ../../templates/checkout/basic-checkout.php:53,
|
| 3006 |
#: ../../templates/checkout/basic-checkout.php:53
|
| 3007 |
msgid ""
|
| 3008 |
-
"
|
| 3009 |
"account"
|
| 3010 |
-
msgstr "
|
|
|
|
| 3011 |
|
| 3012 |
#: ../../templates/checkout/basic-checkout.php:54,
|
| 3013 |
#: ../../templates/checkout/basic-checkout.php:54
|
|
@@ -3015,7 +3186,7 @@ msgid "Checkout Pro redirect info image"
|
|
| 3015 |
msgstr ""
|
| 3016 |
|
| 3017 |
#: ../../templates/checkout/basic-checkout.php:63,
|
| 3018 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3019 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3020 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3021 |
#: ../../templates/checkout/ticket-checkout.php:60
|
|
@@ -3023,133 +3194,136 @@ msgid "By continuing, you agree with our"
|
|
| 3023 |
msgstr "Al continuar, aceptas nuestros"
|
| 3024 |
|
| 3025 |
#: ../../templates/checkout/basic-checkout.php:64,
|
| 3026 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3027 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3028 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3029 |
#: ../../templates/checkout/ticket-checkout.php:60
|
| 3030 |
msgid "Terms and conditions"
|
| 3031 |
msgstr "Términos y condiciones "
|
| 3032 |
|
| 3033 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3034 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3035 |
msgid "Checkout Custom in Test Mode"
|
| 3036 |
msgstr "Tarjeta de crédito en Modo Test"
|
| 3037 |
|
| 3038 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3039 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3040 |
msgid "Use Mercado Pago means without real charges."
|
| 3041 |
msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
|
| 3042 |
|
| 3043 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3044 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3045 |
msgid "See test mode rules."
|
| 3046 |
msgstr "Ver las reglas del Modo Test. "
|
| 3047 |
|
| 3048 |
#: ../../templates/checkout/custom-checkout.php:35,
|
| 3049 |
#: ../../templates/checkout/custom-checkout.php:35
|
| 3050 |
-
msgid "Pay
|
| 3051 |
-
msgstr "Paga
|
| 3052 |
|
| 3053 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3054 |
-
#: ../../templates/checkout/custom-checkout.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3055 |
msgid "With which card can you pay?"
|
| 3056 |
msgstr "¿Con qué tarjeta puedes pagar?"
|
| 3057 |
|
| 3058 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3059 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3060 |
msgid "See current promotions"
|
| 3061 |
msgstr "Ver promociones vigentes"
|
| 3062 |
|
| 3063 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3064 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3065 |
msgid "Fill in your card details"
|
| 3066 |
msgstr "Completa los datos de tu tarjeta"
|
| 3067 |
|
| 3068 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3069 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3070 |
msgid "Card number"
|
| 3071 |
msgstr "Número de Tarjeta"
|
| 3072 |
|
| 3073 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3074 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3075 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3076 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3077 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3078 |
msgid "Required data"
|
| 3079 |
msgstr "Datos obligatorios"
|
| 3080 |
|
| 3081 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3082 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3083 |
msgid "Holder name as it appears on the card"
|
| 3084 |
msgstr "Nombre del titular como aparece en la tarjeta"
|
| 3085 |
|
| 3086 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3087 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3088 |
msgid "Expiration"
|
| 3089 |
msgstr "Vencimiento"
|
| 3090 |
|
| 3091 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3092 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3093 |
msgid "Security Code"
|
| 3094 |
msgstr "Código de seguridad"
|
| 3095 |
|
| 3096 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3097 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3098 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3099 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3100 |
msgid "Holder document"
|
| 3101 |
msgstr "Documento del titular"
|
| 3102 |
|
| 3103 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3104 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3105 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3106 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3107 |
msgid "Invalid document"
|
| 3108 |
msgstr "Número de documento no válido"
|
| 3109 |
|
| 3110 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3111 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3112 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3113 |
msgid "Select the number of installments"
|
| 3114 |
msgstr "Selecciona la cantidad de cuotas"
|
| 3115 |
|
| 3116 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3117 |
#: ../../templates/checkout/pix-checkout.php:22
|
| 3118 |
-
#, fuzzy
|
| 3119 |
-
#| msgid "Cards in Test Mode"
|
| 3120 |
msgid "Pix in Test Mode"
|
| 3121 |
-
msgstr "
|
| 3122 |
|
| 3123 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3124 |
#: ../../templates/checkout/pix-checkout.php:22
|
| 3125 |
-
#, fuzzy
|
| 3126 |
-
#| msgid ""
|
| 3127 |
-
#| "You can test the flow to generate an invoice, but you cannot finalize the "
|
| 3128 |
-
#| "payment."
|
| 3129 |
msgid ""
|
| 3130 |
"You can test the flow to generate a code, but you cannot finalize the "
|
| 3131 |
"payment."
|
| 3132 |
msgstr ""
|
| 3133 |
-
"Es posible
|
| 3134 |
"finalizar el pago."
|
| 3135 |
|
| 3136 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3137 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3138 |
-
#, fuzzy
|
| 3139 |
-
#| msgid "Pay securely and instantly!"
|
| 3140 |
msgid "Pay instantly"
|
| 3141 |
-
msgstr "Pago
|
| 3142 |
|
| 3143 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3144 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3145 |
msgid ""
|
| 3146 |
"By confirming your purchase, we will show you a code to make the payment."
|
| 3147 |
msgstr ""
|
|
|
|
| 3148 |
|
| 3149 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3150 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3151 |
msgid "Pix logo"
|
| 3152 |
-
msgstr ""
|
| 3153 |
|
| 3154 |
#: ../../templates/checkout/ticket-checkout.php:23,
|
| 3155 |
#: ../../templates/checkout/ticket-checkout.php:23
|
|
@@ -3203,6 +3377,61 @@ msgstr ""
|
|
| 3203 |
msgid "Print ticket"
|
| 3204 |
msgstr "Imprimir ticket"
|
| 3205 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3206 |
#, fuzzy
|
| 3207 |
#~| msgid "Important! To sell you must enter your credentials."
|
| 3208 |
#~ msgid "Important! To sell, you must enter your credentials."
|
|
@@ -3245,9 +3474,6 @@ msgstr "Imprimir ticket"
|
|
| 3245 |
#~ msgid "We take you to our site to complete the payment"
|
| 3246 |
#~ msgstr "Te llevamos a nuestro sitio para completar el pago"
|
| 3247 |
|
| 3248 |
-
#~ msgid "Pay with a saved card"
|
| 3249 |
-
#~ msgstr "Pagar con tarjeta guardada"
|
| 3250 |
-
|
| 3251 |
#~ msgid "Enter your discount coupon"
|
| 3252 |
#~ msgstr "Ingresa tu cupón de descuento"
|
| 3253 |
|
|
@@ -3353,9 +3579,6 @@ msgstr "Imprimir ticket"
|
|
| 3353 |
#~ msgid "Report Problem"
|
| 3354 |
#~ msgstr "Informar problema"
|
| 3355 |
|
| 3356 |
-
#~ msgid "Checkout Pro %s"
|
| 3357 |
-
#~ msgstr "Checkout Pro %s"
|
| 3358 |
-
|
| 3359 |
#~ msgid "Accept all method of payment and take your charges to another level"
|
| 3360 |
#~ msgstr "Acepta todos los medios de pago y lleva tus cobros a otro nivel"
|
| 3361 |
|
|
@@ -3596,9 +3819,6 @@ msgstr "Imprimir ticket"
|
|
| 3596 |
#~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
|
| 3597 |
#~ "recibir pagos reales."
|
| 3598 |
|
| 3599 |
-
#~ msgid "This name will appear on your customers invoice."
|
| 3600 |
-
#~ msgstr "Este nombre aparecerá en la factura de tus clientes."
|
| 3601 |
-
|
| 3602 |
#~ msgid ""
|
| 3603 |
#~ "What category do your products belong to? Choose the one that best "
|
| 3604 |
#~ "characterizes them (choose \"other\" if your product is too specific)."
|
|
@@ -3717,9 +3937,6 @@ msgstr "Imprimir ticket"
|
|
| 3717 |
#~ "esté bien. Si ya saliste a Producción,<br> trae a tus clientes y aumenta "
|
| 3718 |
#~ "tus ventas con la mejor experiencia de compra online."
|
| 3719 |
|
| 3720 |
-
#~ msgid "Test payment via Mercado Pago"
|
| 3721 |
-
#~ msgstr "Testear pago vía Mercado Pago"
|
| 3722 |
-
|
| 3723 |
#~ msgid "%s"
|
| 3724 |
#~ msgstr "%s"
|
| 3725 |
|
| 14 |
"X-Generator: Poedit 3.1.1\n"
|
| 15 |
|
| 16 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145,
|
| 17 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:354,
|
| 18 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:354
|
| 19 |
msgid "By continuing, you agree to our "
|
| 20 |
msgstr "Al continuar, aceptas nuestros "
|
| 21 |
|
| 22 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147,
|
| 23 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:356,
|
| 24 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:356
|
| 25 |
msgid "Terms and Conditions"
|
| 26 |
msgstr "Términos y condiciones"
|
| 27 |
|
| 85 |
msgid "Invalid credentials"
|
| 86 |
msgstr "Credenciales no válidas"
|
| 87 |
|
| 88 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:52,
|
| 89 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:52
|
| 90 |
msgid ""
|
| 91 |
"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
|
| 92 |
"Please update your PHP version."
|
| 94 |
"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
|
| 95 |
"favor actualice su versión de PHP."
|
| 96 |
|
| 97 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:63,
|
| 98 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:63
|
| 99 |
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
|
| 100 |
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
|
| 101 |
|
| 102 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:74,
|
| 103 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:74
|
| 104 |
msgid ""
|
| 105 |
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
|
| 106 |
"extension is required to send QR Code Pix by email."
|
| 112 |
#. translators: %s link to WooCommerce
|
| 113 |
#. translators: %s link to WooCommerce
|
| 114 |
#. translators: %s link to WooCommerce
|
| 115 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:88,
|
| 116 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:88
|
| 117 |
msgid "The Mercado Pago module needs an active version of %s in order to work!"
|
| 118 |
msgstr ""
|
| 119 |
"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
|
| 120 |
|
| 121 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:101,
|
| 122 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:101
|
| 123 |
msgid "Cancel order"
|
| 124 |
msgstr "Cancelar orden"
|
| 125 |
|
| 126 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:370,
|
| 127 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:370
|
| 128 |
msgid "The payment method is not valid or not available."
|
| 129 |
msgstr "El medio de pago no es válido o no está disponible."
|
| 130 |
|
| 131 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373,
|
| 132 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373
|
| 133 |
msgid "The transaction amount cannot be processed by Mercado Pago."
|
| 134 |
msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
|
| 135 |
|
| 136 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373,
|
| 137 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373
|
| 138 |
msgid ""
|
| 139 |
"Possible causes: Currency not supported; Amounts below the minimum or above "
|
| 140 |
"the maximum allowed."
|
| 142 |
"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
|
| 143 |
"encima del máximo permitido."
|
| 144 |
|
| 145 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376,
|
| 146 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376
|
| 147 |
msgid "The users are not valid."
|
| 148 |
msgstr "Los usuários no son válidos."
|
| 149 |
|
| 150 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376,
|
| 151 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376
|
| 152 |
msgid ""
|
| 153 |
"Possible causes: Buyer and seller have the same account in Mercado Pago; The "
|
| 154 |
"transaction involving production and test users."
|
| 156 |
"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
|
| 157 |
"Pago; La transacción involucrando usuários de producción y de prueba."
|
| 158 |
|
| 159 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379,
|
| 160 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379
|
| 161 |
msgid "Unauthorized use of production credentials."
|
| 162 |
msgstr "Uso no autorizado de credenciales de producción."
|
| 163 |
|
| 164 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379,
|
| 165 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379
|
| 166 |
msgid ""
|
| 167 |
"Possible causes: Use permission in use for the credential of the seller."
|
| 168 |
msgstr ""
|
| 169 |
"Posibles causas: Pendencia de permiso de uso en producción para la "
|
| 170 |
"credencial del vendedor."
|
| 171 |
|
| 172 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:505,
|
| 173 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:505
|
| 174 |
msgid "Colombia"
|
| 175 |
msgstr "Colombia"
|
| 176 |
|
| 177 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:507,
|
| 178 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:507
|
| 179 |
msgid "Argentina"
|
| 180 |
msgstr "Argentina"
|
| 181 |
|
| 182 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:509,
|
| 183 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:509
|
| 184 |
msgid "Brazil"
|
| 185 |
msgstr "Brasil"
|
| 186 |
|
| 187 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:511,
|
| 188 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:511
|
| 189 |
msgid "Chile"
|
| 190 |
msgstr "Chile"
|
| 191 |
|
| 192 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:513,
|
| 193 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:513
|
| 194 |
msgid "Mexico"
|
| 195 |
msgstr "México"
|
| 196 |
|
| 197 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:515,
|
| 198 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:515
|
| 199 |
msgid "Uruguay"
|
| 200 |
msgstr "Uruguay"
|
| 201 |
|
| 202 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:517,
|
| 203 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:517
|
| 204 |
msgid "Venezuela"
|
| 205 |
msgstr "Venezuela"
|
| 206 |
|
| 207 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:519,
|
| 208 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:519
|
| 209 |
msgid "Peru"
|
| 210 |
msgstr "Peru"
|
| 211 |
|
| 212 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:553,
|
| 213 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:553
|
| 214 |
msgid "Update the WooCommerce order to "
|
| 215 |
msgstr "Actualizar la orden de WooCommerce para "
|
| 216 |
|
| 217 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:772,
|
| 218 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550,
|
| 219 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550
|
| 220 |
msgid "Fill in your credentials to enable payment methods."
|
| 221 |
msgstr "Completa tus credenciales para habilitar los medios de pago."
|
| 222 |
|
| 223 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:788,
|
| 224 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:788
|
| 225 |
msgid "Set plugin"
|
| 226 |
msgstr "Configurar plugin"
|
| 227 |
|
| 228 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:789,
|
| 229 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
|
| 230 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
|
| 231 |
msgid "Payment methods"
|
| 232 |
msgstr "Medios de pagos"
|
| 233 |
|
| 234 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:790,
|
| 235 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
|
| 236 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
|
| 237 |
msgid "Plugin manual"
|
| 238 |
msgstr "Manual del plugin"
|
| 239 |
|
| 240 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:889,
|
| 241 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:889
|
| 242 |
msgid "By Mercado Pago"
|
| 243 |
msgstr "Por Mercado Pago"
|
| 244 |
|
| 353 |
"Por favor, introduzca su email en la dirección de facturación para utilizar "
|
| 354 |
"este servicio"
|
| 355 |
|
| 356 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40,
|
| 357 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40
|
| 358 |
msgid "Debit, Credit and invoice in Mercado Pago environment"
|
| 359 |
msgstr "Débito, crédito y efectivo, en Mercado Pago"
|
| 360 |
|
| 361 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41,
|
| 362 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:289,
|
| 363 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:289
|
| 364 |
msgid "Checkout Pro"
|
| 365 |
msgstr "Checkout Pro"
|
| 366 |
|
| 367 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:49,
|
| 368 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:49
|
| 369 |
msgid "Mercado Pago - Checkout Pro"
|
| 370 |
msgstr "Mercado Pago - Checkout Pro "
|
| 371 |
|
| 372 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51,
|
| 373 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51
|
| 374 |
msgid "Your saved cards or money in Mercado Pago"
|
| 375 |
msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago "
|
| 376 |
|
| 377 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176,
|
| 378 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176
|
| 379 |
msgid "Maximum number of installments"
|
| 380 |
msgstr "Máximo de cuotas"
|
| 381 |
|
| 382 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178,
|
| 383 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178
|
| 384 |
msgid "What is the maximum quota with which a customer can buy?"
|
| 385 |
msgstr "¿Cuál es el máximo de cuotas con las que un cliente puede comprar?"
|
| 386 |
|
| 387 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:181,
|
| 388 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:181
|
| 389 |
msgid "1 installment"
|
| 390 |
msgstr "1 cuota"
|
| 391 |
|
| 392 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:182,
|
| 393 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:182
|
| 394 |
msgid "2 installments"
|
| 395 |
msgstr "2 cuotas"
|
| 396 |
|
| 397 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:183,
|
| 398 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:183
|
| 399 |
msgid "3 installments"
|
| 400 |
msgstr "3 cuotas"
|
| 401 |
|
| 402 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:184,
|
| 403 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:184
|
| 404 |
msgid "4 installments"
|
| 405 |
msgstr "4 cuotas"
|
| 406 |
|
| 407 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:185,
|
| 408 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:185
|
| 409 |
msgid "5 installments"
|
| 410 |
msgstr "5 cuotas"
|
| 411 |
|
| 412 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:186,
|
| 413 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:186
|
| 414 |
msgid "6 installments"
|
| 415 |
msgstr "6 cuotas"
|
| 416 |
|
| 417 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:187,
|
| 418 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:187
|
| 419 |
msgid "10 installments"
|
| 420 |
msgstr "10 cuotas"
|
| 421 |
|
| 422 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:188,
|
| 423 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:188
|
| 424 |
msgid "12 installments"
|
| 425 |
msgstr "12 cuotas"
|
| 426 |
|
| 427 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:189,
|
| 428 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:189
|
| 429 |
msgid "15 installments"
|
| 430 |
msgstr "15 cuotas"
|
| 431 |
|
| 432 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:190,
|
| 433 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:190
|
| 434 |
msgid "18 installments"
|
| 435 |
msgstr "18 cuotas"
|
| 436 |
|
| 437 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:191,
|
| 438 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:191
|
| 439 |
msgid "24 installments"
|
| 440 |
msgstr "24 cuotas"
|
| 441 |
|
| 442 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:268,
|
| 443 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
|
| 444 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849,
|
| 445 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
|
| 448 |
msgid "Enable the checkout"
|
| 449 |
msgstr "Activar el checkout"
|
| 450 |
|
| 451 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269,
|
| 452 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269
|
| 453 |
msgid ""
|
| 454 |
"By disabling it, you will disable all payments from Mercado Pago Checkout at "
|
| 455 |
"Mercado Pago website by redirect."
|
| 457 |
"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
|
| 458 |
"sitio web de Mercado Pago."
|
| 459 |
|
| 460 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:273,
|
| 461 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854,
|
| 462 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854
|
| 463 |
msgid "The checkout is <b>enabled</b>."
|
| 464 |
msgstr "El checkout está <b>activo</b>."
|
| 465 |
|
| 466 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:274,
|
| 467 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855,
|
| 468 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855
|
| 469 |
msgid "The checkout is <b>disabled</b>."
|
| 470 |
msgstr "El checkout está <b>inactivo</b>."
|
| 471 |
|
| 472 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:293,
|
| 473 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:293
|
| 474 |
msgid ""
|
| 475 |
"With Checkout Pro you sell with all the safety inside Mercado Pago "
|
| 476 |
"environment."
|
| 478 |
"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
|
| 479 |
"Pago."
|
| 480 |
|
| 481 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310,
|
| 482 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310
|
| 483 |
msgid "Advanced settings"
|
| 484 |
msgstr "Configuración Avanzada"
|
| 485 |
|
| 486 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:323,
|
| 487 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:323
|
| 488 |
msgid "Payment experience"
|
| 489 |
msgstr "Experiencia de pago"
|
| 490 |
|
| 491 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:325,
|
| 492 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:325
|
| 493 |
msgid ""
|
| 494 |
"Define what payment experience your customers will have, whether inside or "
|
| 495 |
"outside your store."
|
| 497 |
"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
|
| 498 |
"tienda."
|
| 499 |
|
| 500 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:328,
|
| 501 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:328
|
| 502 |
msgid "Redirect"
|
| 503 |
msgstr "Redirect"
|
| 504 |
|
| 505 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:329,
|
| 506 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:329
|
| 507 |
msgid "Modal"
|
| 508 |
msgstr "Modal"
|
| 509 |
|
| 510 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345,
|
| 511 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345
|
| 512 |
msgid ""
|
| 513 |
"Choose the URL that we will show your customers when they finish their "
|
| 514 |
"purchase."
|
| 515 |
msgstr "Elige la URL que mostraremos a tus clientes cuando terminen su compra."
|
| 516 |
|
| 517 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:343,
|
| 518 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:363,
|
| 519 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384,
|
| 520 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384
|
| 521 |
msgid "This seems to be an invalid URL."
|
| 522 |
msgstr "Esto parece ser una URL no válida."
|
| 523 |
|
| 524 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:348,
|
| 525 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:348
|
| 526 |
msgid "Success URL"
|
| 527 |
msgstr "URL de éxito"
|
| 528 |
|
| 529 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365,
|
| 530 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365
|
| 531 |
msgid ""
|
| 532 |
"Choose the URL that we will show to your customers when we refuse their "
|
| 533 |
"purchase. Make sure it includes a message appropriate to the situation and "
|
| 537 |
"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
|
| 538 |
"útil para que puedan solucionarlo."
|
| 539 |
|
| 540 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:368,
|
| 541 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:368
|
| 542 |
msgid "Payment URL rejected"
|
| 543 |
msgstr "URL de pago rechazado"
|
| 544 |
|
| 545 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:386,
|
| 546 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:386
|
| 547 |
msgid ""
|
| 548 |
"Choose the URL that we will show to your customers when they have a payment "
|
| 549 |
"pending approval."
|
| 551 |
"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
|
| 552 |
"de aprobación."
|
| 553 |
|
| 554 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:389,
|
| 555 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:389
|
| 556 |
msgid "Payment URL pending"
|
| 557 |
msgstr "URL de pago pendiente"
|
| 558 |
|
| 559 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403,
|
| 560 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403
|
| 561 |
msgid "Enable the payment methods available to your clients."
|
| 562 |
msgstr "Habilita los medios de pago disponibles para tus clientes."
|
| 563 |
|
| 564 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404,
|
| 565 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404
|
| 566 |
msgid "Choose the payment methods you accept in your store"
|
| 567 |
msgstr "Elige los medios de pago que se aceptan en la tienda"
|
| 568 |
|
| 569 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:408,
|
| 570 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:408
|
| 571 |
msgid "Credit Cards"
|
| 572 |
msgstr "Tarjetas de crédito"
|
| 573 |
|
| 574 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:412,
|
| 575 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:412
|
| 576 |
msgid "Debit Cards"
|
| 577 |
msgstr "Tarjetas de débito"
|
| 578 |
|
| 579 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:416,
|
| 580 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:416
|
| 581 |
msgid "Other Payment Methods"
|
| 582 |
msgstr "Otros medios"
|
| 583 |
|
| 584 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:466,
|
| 585 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:466
|
| 586 |
msgid "Return to the store"
|
| 587 |
msgstr "Volver a la tienda"
|
| 588 |
|
| 589 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:467,
|
| 590 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:467
|
| 591 |
msgid ""
|
| 592 |
"Do you want your customer to automatically return to the store after payment?"
|
| 593 |
msgstr ""
|
| 594 |
"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
|
| 595 |
|
| 596 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:471,
|
| 597 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:471
|
| 598 |
msgid "The buyer <b>will be automatically redirected to the store</b>."
|
| 599 |
msgstr "El comprador <b>será redirigido automáticamente a la tienda</b>."
|
| 600 |
|
| 601 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:472,
|
| 602 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:472
|
| 603 |
msgid "The buyer <b>will not be automatically redirected to the store</b>."
|
| 604 |
msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
|
| 605 |
|
| 606 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537,
|
| 607 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537
|
| 608 |
msgid "Installments without card"
|
| 609 |
msgstr "Cuotas sin tarjeta"
|
| 610 |
|
| 611 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538,
|
| 612 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546,
|
| 613 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 614 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 615 |
msgid "Up to "
|
| 616 |
msgstr "hasta "
|
| 617 |
|
| 618 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538,
|
| 619 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546,
|
| 620 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 621 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 622 |
msgid " installments"
|
| 623 |
msgstr " Cuotas"
|
| 624 |
|
| 625 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545,
|
| 626 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
|
| 627 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353
|
| 628 |
msgid "Credit cards"
|
| 629 |
msgstr "Tarjetas de crédito"
|
| 630 |
|
| 631 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:552,
|
| 632 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361,
|
| 633 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361
|
| 634 |
msgid "Debit cards"
|
| 635 |
msgstr "Tarjetas de débito "
|
| 636 |
|
| 637 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:558,
|
| 638 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:558
|
| 639 |
msgid "Bank Transfer"
|
| 640 |
msgstr "Transferencia bancaria"
|
| 641 |
|
| 642 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:564,
|
| 643 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:564
|
| 644 |
msgid "Payment by cash"
|
| 645 |
msgstr "Pagos en efectivo "
|
| 646 |
|
| 647 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:593,
|
| 648 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:593
|
| 649 |
+
msgid "Payment with Mercado Credito"
|
| 650 |
+
msgstr "Pagos con Mercado Crédito"
|
| 651 |
+
|
| 652 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:594,
|
| 653 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:594
|
| 654 |
+
msgid "New!"
|
| 655 |
+
msgstr "¡Nuevo!"
|
| 656 |
+
|
| 657 |
+
#. translators: %s link to Mercado Credits blog
|
| 658 |
+
#. translators: %s link to Mercado Credits blog
|
| 659 |
+
#. translators: %s link to Mercado Credits blog
|
| 660 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:599,
|
| 661 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:599
|
| 662 |
+
msgid ""
|
| 663 |
+
"With <a href=\"%s\" target=\"blank\">Mercado Credito</a>, clients can pay "
|
| 664 |
+
"<b>in installments with no card, by transfers, invoice or money available in "
|
| 665 |
+
"their Mercado Pago account.</b><br/><b>By activating the no-card "
|
| 666 |
+
"installments banner</b>, you will increase your chances of selling."
|
| 667 |
+
msgstr ""
|
| 668 |
+
"Con <a href=\"%s\" target=\"blank\">Mercado Crédito</a>, los clientes pagan "
|
| 669 |
+
"<b>en cuotas sin tarjeta, por transferencia, tarjeta de débito, efectivo o "
|
| 670 |
+
"dinero disponible en la cuenta de Mercado Pago. </b><br/><b>Al activar el "
|
| 671 |
+
"componente de cuotas sin tarjeta</b>, aumentarás tus chances de vender. Para "
|
| 672 |
+
"saber más, ingresá a documentación."
|
| 673 |
+
|
| 674 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:603,
|
| 675 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:603
|
| 676 |
+
msgid "The no-card installments banner is <b>active</b>."
|
| 677 |
+
msgstr "El componente de cuotas sin tarjeta está <b>activado</b>."
|
| 678 |
+
|
| 679 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:604,
|
| 680 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:604
|
| 681 |
+
msgid "The no-card installments banner is <b>disabled</b>."
|
| 682 |
+
msgstr "El componente de cuotas sin tarjeta está <b>desactivado</b> ."
|
| 683 |
+
|
| 684 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:642,
|
| 685 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:652,
|
| 686 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:652
|
| 687 |
+
msgid "Banner on the product page | Computer version"
|
| 688 |
+
msgstr "Componente en la página del producto | Versión para computadora"
|
| 689 |
+
|
| 690 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:643,
|
| 691 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:643
|
| 692 |
+
msgid "Banner on the product page | Cellphone version"
|
| 693 |
+
msgstr "Componente en la página del producto | Versión para celular"
|
| 694 |
+
|
| 695 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:650,
|
| 696 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:650
|
| 697 |
+
msgid "Computer"
|
| 698 |
+
msgstr "Computadora"
|
| 699 |
+
|
| 700 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:651,
|
| 701 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:651
|
| 702 |
+
msgid "Mobile"
|
| 703 |
+
msgstr "Celular"
|
| 704 |
+
|
| 705 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653,
|
| 706 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653
|
| 707 |
+
msgid "Banner visualization"
|
| 708 |
+
msgstr "Visualización del componente"
|
| 709 |
+
|
| 710 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654,
|
| 711 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654
|
| 712 |
+
msgid "Check the example of how it will appear in the store:"
|
| 713 |
+
msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:"
|
| 714 |
+
|
| 715 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710,
|
| 716 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697,
|
| 717 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584,
|
| 718 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572,
|
| 719 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
|
| 726 |
msgid "discount of"
|
| 727 |
msgstr "descuento de"
|
| 728 |
|
| 729 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715,
|
| 730 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702,
|
| 731 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
|
| 732 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577,
|
| 733 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
|
| 796 |
|
| 797 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
|
| 798 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
|
| 799 |
+
#, fuzzy
|
| 800 |
+
#| msgid "Advanced configuration of the personalized payment experience\""
|
| 801 |
+
msgid "Advanced configuration of the personalized payment experience"
|
| 802 |
msgstr "Configuración Avanzada"
|
| 803 |
|
| 804 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208,
|
| 805 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208
|
| 806 |
+
msgid "Payments via Mercado Pago account"
|
| 807 |
+
msgstr "Pagos a través de la cuenta de Mercado Pago"
|
| 808 |
|
| 809 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209,
|
| 810 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
|
| 811 |
msgid ""
|
| 812 |
+
"Your customers pay faster with saved cards, money balance or other available "
|
| 813 |
+
"methods in their Mercado Pago accounts."
|
| 814 |
msgstr ""
|
| 815 |
+
"Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o "
|
| 816 |
+
"con otros medios disponibles en sus cuentas de MP."
|
| 817 |
|
| 818 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213,
|
| 819 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213
|
| 820 |
+
msgid "Payments via Mercado Pago accounts are <b>active</b>."
|
| 821 |
+
msgstr "Los pagos a través de la cuenta de Mercado Pago están <b>activos</b>."
|
|
|
|
| 822 |
|
| 823 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214,
|
| 824 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214
|
| 825 |
+
msgid "Payments via Mercado Pago accounts are <b>inactive</b>."
|
| 826 |
msgstr ""
|
| 827 |
+
"Los pagos a través de la cuenta de Mercado Pago están <b>deshabilitados</b>."
|
|
|
|
| 828 |
|
| 829 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233,
|
| 830 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233
|
| 831 |
+
msgid "Check an example of how it will appear in your store:"
|
| 832 |
+
msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
|
| 833 |
|
| 834 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264,
|
| 835 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
|
| 1002 |
msgstr "Descripción"
|
| 1003 |
|
| 1004 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:762,
|
| 1005 |
+
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
|
| 1006 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
|
| 1007 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
|
| 1008 |
msgid "Important! To sell you must enter your credentials."
|
| 1023 |
msgid "Mercado Pago Plugin general settings"
|
| 1024 |
msgstr "Configuraciones generales del plugin de Mercado Pago"
|
| 1025 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1026 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775,
|
| 1027 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
|
| 1028 |
msgid ""
|
| 2033 |
|
| 2034 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130,
|
| 2035 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130
|
| 2036 |
+
msgid "Enable payments via Mercado Pago account"
|
| 2037 |
+
msgstr "Pagos a través de la cuenta de Mercado Pago"
|
| 2038 |
|
| 2039 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133,
|
| 2040 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133
|
| 2041 |
msgid ""
|
| 2042 |
+
"When you enable this function, your customers pay faster using their Mercado "
|
| 2043 |
+
"Pago accounts.</br>The approval rate of these payments in your store can be "
|
| 2044 |
+
"25% higher compared to other payment methods."
|
| 2045 |
msgstr ""
|
| 2046 |
+
"Con esta función activa, tus clientes pagan más rápido usando su cuenta de "
|
| 2047 |
+
"Mercado Pago.</br>La tasa de aprobación de estos pagos en tu tienda puede "
|
| 2048 |
+
"ser un 25% mayor en comparación con otros medios de pago."
|
|
|
|
| 2049 |
|
| 2050 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142,
|
| 2051 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142
|
| 2052 |
+
msgid "Activate"
|
| 2053 |
+
msgstr ""
|
| 2054 |
|
| 2055 |
#: ../../includes/admin/views/html-admin-alert-frame.php:34,
|
| 2056 |
#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30,
|
| 2176 |
msgstr "Ajustar plazos y tasas"
|
| 2177 |
|
| 2178 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215,
|
| 2179 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126,
|
| 2180 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126
|
| 2181 |
msgid "Questions? "
|
| 2182 |
msgstr "¿Dudas? "
|
| 2183 |
|
| 2785 |
"inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
|
| 2786 |
|
| 2787 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
|
| 2788 |
+
#: ../../templates/checkout/custom-checkout.php:44,
|
|
|
|
| 2789 |
#: ../../templates/receipt/custom-checkout.php:41,
|
| 2790 |
#: ../../templates/receipt/custom-checkout.php:41
|
| 2791 |
msgid "Pay with Mercado Pago"
|
| 2797 |
msgid "Cancel & Clear Cart"
|
| 2798 |
msgstr "Cancelar & Limpiar carrito"
|
| 2799 |
|
| 2800 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134,
|
| 2801 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
|
| 2802 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
|
| 2803 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
|
| 2804 |
msgid "Apply"
|
| 2805 |
msgstr "Aplicar"
|
| 2806 |
|
| 2807 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
|
| 2808 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
|
| 2809 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
|
| 2810 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
|
| 2811 |
msgid "Remove"
|
| 2812 |
msgstr "Retirar"
|
| 2813 |
|
| 2814 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
|
| 2815 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
|
| 2816 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
|
| 2817 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
|
| 2818 |
msgid "Please, inform your coupon code"
|
| 2819 |
msgstr "Por favor, informe su código de cupón"
|
| 2820 |
|
| 2821 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
|
| 2822 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
|
| 2823 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
|
| 2824 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
|
| 2825 |
msgid "To choose"
|
| 2826 |
msgstr "Elegir"
|
| 2827 |
|
| 2828 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
|
| 2829 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
|
| 2830 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
|
| 2831 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
|
| 2832 |
msgid "Other bank"
|
| 2833 |
msgstr "Otro banco"
|
| 2834 |
|
| 2835 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
|
| 2836 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
|
| 2837 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
|
| 2838 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
|
| 2839 |
msgid "You will save"
|
| 2840 |
msgstr "Salvarás"
|
| 2841 |
|
| 2842 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
|
| 2843 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
|
| 2844 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
|
| 2845 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
|
| 2846 |
msgid "with discount of"
|
| 2847 |
msgstr "con descuento de"
|
| 2848 |
|
| 2849 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
|
| 2850 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
|
| 2851 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
|
| 2852 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
|
| 2853 |
msgid "Total of your purchase:"
|
| 2854 |
msgstr "Total de su compra:"
|
| 2855 |
|
| 2856 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
|
| 2857 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
|
| 2858 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
|
| 2859 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
|
| 2860 |
msgid "Total of your purchase with discount:"
|
| 2861 |
msgstr "Total de su compra con descuento:"
|
| 2862 |
|
| 2863 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
|
| 2864 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
|
| 2865 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
|
| 2866 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
|
| 2867 |
msgid "*After payment approval"
|
| 2868 |
msgstr "*Tras la aprobación del pago"
|
| 2869 |
|
| 2870 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
|
| 2871 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
|
| 2872 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
|
| 2873 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
|
| 2874 |
msgid "Terms and conditions of use"
|
| 2875 |
msgstr "Términos y condiciones de uso"
|
| 2876 |
|
| 2877 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
|
| 2878 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163,
|
| 2879 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
|
| 2880 |
msgid "No fee"
|
| 2881 |
msgstr "Sin interés"
|
| 2882 |
|
| 2883 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
|
| 2884 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
|
| 2885 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
|
| 2886 |
msgid "More options"
|
| 2887 |
msgstr "Más opciones"
|
| 2888 |
|
| 2889 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
|
| 2890 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154
|
| 2891 |
msgid "mm/yy"
|
| 2892 |
msgstr "mm/aa"
|
| 2893 |
|
| 2894 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
|
| 2895 |
+
#: ../../templates/checkout/custom-checkout.php:125,
|
| 2896 |
+
#: ../../templates/checkout/custom-checkout.php:125
|
| 2897 |
msgid "Issuer"
|
| 2898 |
msgstr "Banco"
|
| 2899 |
|
| 2900 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
|
| 2901 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156
|
| 2902 |
msgid "Installments"
|
| 2903 |
msgstr "cuotas "
|
| 2904 |
|
| 2905 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159,
|
| 2906 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159
|
| 2907 |
msgid "on the back"
|
| 2908 |
msgstr "del dorso"
|
| 2909 |
|
| 2910 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
|
| 2911 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
|
| 2912 |
msgid "on the front"
|
| 2913 |
msgstr "del frente"
|
| 2914 |
|
| 2915 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162,
|
| 2916 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162
|
| 2917 |
msgid "digits"
|
| 2918 |
msgstr "dígitos"
|
| 2919 |
|
| 2920 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167,
|
| 2921 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167
|
| 2922 |
msgid "Card number is required"
|
| 2923 |
msgstr "Número de tarjeta obligatorio"
|
| 2924 |
|
| 2925 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
|
| 2926 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
|
| 2927 |
msgid "Card number invalid"
|
| 2928 |
msgstr "Número de tarjeta inválido"
|
| 2929 |
|
| 2930 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171,
|
| 2931 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
|
| 2932 |
msgid "Holder name is required"
|
| 2933 |
msgstr "Nombre del titular obligatorio"
|
| 2934 |
|
| 2935 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
|
| 2936 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
|
| 2937 |
msgid "Holder name invalid"
|
| 2938 |
msgstr "Nombre del titular inválido"
|
| 2939 |
|
|
|
|
| 2940 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
|
| 2941 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
|
| 2942 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
|
| 2943 |
msgid "Expiration date invalid"
|
| 2944 |
msgstr "Fecha de vencimiento inválido"
|
| 2945 |
|
| 2946 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
|
| 2947 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176
|
| 2948 |
msgid "Expiration date incomplete"
|
| 2949 |
msgstr "Fecha de vencimiento obligatorio"
|
| 2950 |
|
| 2951 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180,
|
| 2952 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180
|
| 2953 |
msgid "Security code is required"
|
| 2954 |
msgstr "Código de seguridad obligatorio"
|
| 2955 |
|
| 2956 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
|
| 2957 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
|
| 2958 |
msgid "Security code incomplete"
|
| 2959 |
msgstr "Código de seguridad incompleto"
|
| 2960 |
|
| 2961 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188,
|
| 2962 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188
|
| 2963 |
+
msgid "Error loading form."
|
| 2964 |
+
msgstr "Error al cargar el formulario."
|
| 2965 |
+
|
| 2966 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189,
|
| 2967 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189
|
| 2968 |
+
msgid "Please refresh the page to try again."
|
| 2969 |
+
msgstr "Actualice la página para volver a intentarlo."
|
| 2970 |
+
|
| 2971 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190,
|
| 2972 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190
|
| 2973 |
+
msgid "Refresh page"
|
| 2974 |
+
msgstr "Actualizar página"
|
| 2975 |
+
|
| 2976 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
|
| 2977 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
|
| 2978 |
msgid "Now you just need to pay with Pix to finalize your purchase"
|
| 3023 |
msgid "Copy code"
|
| 3024 |
msgstr "Copiar código"
|
| 3025 |
|
| 3026 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:112,
|
| 3027 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:112
|
| 3028 |
+
msgid "Pay in"
|
| 3029 |
+
msgstr "Pagá"
|
| 3030 |
+
|
| 3031 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:113,
|
| 3032 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:113
|
| 3033 |
+
msgid "installments"
|
| 3034 |
+
msgstr "en cuotas"
|
| 3035 |
+
|
| 3036 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:114,
|
| 3037 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:114
|
| 3038 |
+
msgid "with Mercado Pago"
|
| 3039 |
+
msgstr "con Mercado Pago"
|
| 3040 |
+
|
| 3041 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:115,
|
| 3042 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:115
|
| 3043 |
+
msgid "Read more"
|
| 3044 |
+
msgstr "Leer más"
|
| 3045 |
+
|
| 3046 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:116,
|
| 3047 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:116
|
| 3048 |
+
msgid "Buy now and pay in installments with no card later!"
|
| 3049 |
+
msgstr "¡Compra ahora y paga después en meses sin tarjeta!"
|
| 3050 |
+
|
| 3051 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:117,
|
| 3052 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:117
|
| 3053 |
+
msgid "100% online, without paperwork or monthly fees"
|
| 3054 |
+
msgstr "100% online, sin bancos ni costo de mantenimiento"
|
| 3055 |
+
|
| 3056 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:118,
|
| 3057 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:118
|
| 3058 |
+
msgid "How does it work?"
|
| 3059 |
+
msgstr "¿Cómo funciona?"
|
| 3060 |
+
|
| 3061 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:119,
|
| 3062 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:119
|
| 3063 |
+
msgid "When paying, choose"
|
| 3064 |
+
msgstr "Al pagar elegí"
|
| 3065 |
+
|
| 3066 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:120,
|
| 3067 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:120
|
| 3068 |
+
msgid "Mercado Pago"
|
| 3069 |
+
msgstr "Mercado Pago"
|
| 3070 |
+
|
| 3071 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:121,
|
| 3072 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:121
|
| 3073 |
+
msgid ". Login to your account or create one in a few steps."
|
| 3074 |
+
msgstr ". Podrás ingresar con tu cuenta o crear una en pocos pasos."
|
| 3075 |
+
|
| 3076 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:122,
|
| 3077 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:122
|
| 3078 |
+
msgid "Search for"
|
| 3079 |
+
msgstr "Busca"
|
| 3080 |
+
|
| 3081 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:123,
|
| 3082 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:123
|
| 3083 |
+
msgid "Mercado Credito"
|
| 3084 |
+
msgstr "Mercado Crédito"
|
| 3085 |
+
|
| 3086 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:124,
|
| 3087 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:124
|
| 3088 |
+
msgid ""
|
| 3089 |
+
"among the options, select it and choose in how many installments you would "
|
| 3090 |
+
"like to pay."
|
| 3091 |
+
msgstr ""
|
| 3092 |
+
"entre las opciones, selecciónalo y elegí en cuántas cuotas quieres pagar."
|
| 3093 |
+
|
| 3094 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:125,
|
| 3095 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:125
|
| 3096 |
+
msgid "Pay your installments monthly as you wish, in the Mercado Pago app."
|
| 3097 |
+
msgstr ""
|
| 3098 |
+
"Pagá mes a mes tus cuotas como prefieras, desde la app de Mercado Pago."
|
| 3099 |
+
|
| 3100 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:128,
|
| 3101 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:128
|
| 3102 |
+
msgid "Check our FAQ"
|
| 3103 |
+
msgstr "Consulta nuestra FAQ"
|
| 3104 |
+
|
| 3105 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:129,
|
| 3106 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:129
|
| 3107 |
+
msgid ". Credit subject to approval."
|
| 3108 |
+
msgstr ". Crédito sujeto a aprobación."
|
| 3109 |
+
|
| 3110 |
#: ../../includes/module/sdk/lib/class-mp.php:182,
|
| 3111 |
#: ../../includes/module/sdk/lib/class-mp.php:634,
|
| 3112 |
#: ../../includes/module/sdk/lib/class-mp.php:682,
|
| 3113 |
+
#: ../../includes/module/sdk/lib/class-mp.php:727,
|
| 3114 |
+
#: ../../includes/module/sdk/lib/class-mp.php:986,
|
| 3115 |
+
#: ../../includes/module/sdk/lib/class-mp.php:986
|
| 3116 |
msgid "Response from cache"
|
| 3117 |
msgstr "Respuesta de la caché"
|
| 3118 |
|
| 3119 |
+
#: ../../includes/module/sdk/lib/class-mp.php:1000,
|
| 3120 |
+
#: ../../includes/module/sdk/lib/class-mp.php:1000
|
| 3121 |
+
msgid "Response from API"
|
| 3122 |
+
msgstr "Respuesta de la API"
|
| 3123 |
+
|
| 3124 |
#. translators: 1: total_time currency 2: url
|
| 3125 |
#. translators: 1: total_time currency 2: url
|
| 3126 |
#. translators: 1: total_time currency 2: url
|
| 3152 |
|
| 3153 |
#: ../../templates/checkout/basic-checkout.php:36,
|
| 3154 |
#: ../../templates/checkout/basic-checkout.php:36
|
| 3155 |
+
msgid ""
|
| 3156 |
+
"If you already have a Mercado Libre account, use the same email and password"
|
| 3157 |
+
msgstr ""
|
| 3158 |
+
"Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña "
|
| 3159 |
|
| 3160 |
#: ../../templates/checkout/basic-checkout.php:37,
|
| 3161 |
#: ../../templates/checkout/basic-checkout.php:37
|
| 3162 |
+
msgid "Buy with your balance or saved cards"
|
| 3163 |
+
msgstr "Compra con tu dinero disponible o tarjetas guardadas "
|
| 3164 |
|
| 3165 |
#: ../../templates/checkout/basic-checkout.php:38,
|
| 3166 |
#: ../../templates/checkout/basic-checkout.php:38
|
| 3167 |
+
msgid "Earn more points and have exclusive benefits in Mercado Puntos"
|
| 3168 |
+
msgstr "Gana más puntos y ventajas exclusivas en Mercado Puntos "
|
| 3169 |
|
| 3170 |
#: ../../templates/checkout/basic-checkout.php:41,
|
| 3171 |
#: ../../templates/checkout/basic-checkout.php:41
|
| 3175 |
#: ../../templates/checkout/basic-checkout.php:53,
|
| 3176 |
#: ../../templates/checkout/basic-checkout.php:53
|
| 3177 |
msgid ""
|
| 3178 |
+
"When you confirm your purchase, we will redirect you to your Mercado Pago "
|
| 3179 |
"account"
|
| 3180 |
+
msgstr ""
|
| 3181 |
+
"Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado Pago"
|
| 3182 |
|
| 3183 |
#: ../../templates/checkout/basic-checkout.php:54,
|
| 3184 |
#: ../../templates/checkout/basic-checkout.php:54
|
| 3186 |
msgstr ""
|
| 3187 |
|
| 3188 |
#: ../../templates/checkout/basic-checkout.php:63,
|
| 3189 |
+
#: ../../templates/checkout/custom-checkout.php:145,
|
| 3190 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3191 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3192 |
#: ../../templates/checkout/ticket-checkout.php:60
|
| 3194 |
msgstr "Al continuar, aceptas nuestros"
|
| 3195 |
|
| 3196 |
#: ../../templates/checkout/basic-checkout.php:64,
|
| 3197 |
+
#: ../../templates/checkout/custom-checkout.php:145,
|
| 3198 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3199 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3200 |
#: ../../templates/checkout/ticket-checkout.php:60
|
| 3201 |
msgid "Terms and conditions"
|
| 3202 |
msgstr "Términos y condiciones "
|
| 3203 |
|
| 3204 |
+
#: ../../templates/checkout/custom-checkout.php:23,
|
| 3205 |
+
#: ../../templates/checkout/custom-checkout.php:23
|
| 3206 |
msgid "Checkout Custom in Test Mode"
|
| 3207 |
msgstr "Tarjeta de crédito en Modo Test"
|
| 3208 |
|
| 3209 |
+
#: ../../templates/checkout/custom-checkout.php:24,
|
| 3210 |
+
#: ../../templates/checkout/custom-checkout.php:24
|
| 3211 |
msgid "Use Mercado Pago means without real charges."
|
| 3212 |
msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
|
| 3213 |
|
| 3214 |
+
#: ../../templates/checkout/custom-checkout.php:25,
|
| 3215 |
+
#: ../../templates/checkout/custom-checkout.php:25
|
| 3216 |
msgid "See test mode rules."
|
| 3217 |
msgstr "Ver las reglas del Modo Test. "
|
| 3218 |
|
| 3219 |
#: ../../templates/checkout/custom-checkout.php:35,
|
| 3220 |
#: ../../templates/checkout/custom-checkout.php:35
|
| 3221 |
+
msgid "Pay with saved cards"
|
| 3222 |
+
msgstr "Paga con tarjetas guardadas"
|
| 3223 |
|
| 3224 |
+
#: ../../templates/checkout/custom-checkout.php:39,
|
| 3225 |
+
#: ../../templates/checkout/custom-checkout.php:39
|
| 3226 |
+
msgid ""
|
| 3227 |
+
"Do you have a Mercado Libre account? Then use the same email and password to "
|
| 3228 |
+
"pay faster with Mercado Pago."
|
| 3229 |
+
msgstr ""
|
| 3230 |
+
"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
|
| 3231 |
+
"pagar más rápido \n"
|
| 3232 |
+
"con Mercado Pago."
|
| 3233 |
+
|
| 3234 |
+
#: ../../templates/checkout/custom-checkout.php:61,
|
| 3235 |
+
#: ../../templates/checkout/custom-checkout.php:61
|
| 3236 |
msgid "With which card can you pay?"
|
| 3237 |
msgstr "¿Con qué tarjeta puedes pagar?"
|
| 3238 |
|
| 3239 |
+
#: ../../templates/checkout/custom-checkout.php:73,
|
| 3240 |
+
#: ../../templates/checkout/custom-checkout.php:73
|
| 3241 |
msgid "See current promotions"
|
| 3242 |
msgstr "Ver promociones vigentes"
|
| 3243 |
|
| 3244 |
+
#: ../../templates/checkout/custom-checkout.php:81,
|
| 3245 |
+
#: ../../templates/checkout/custom-checkout.php:81
|
| 3246 |
msgid "Fill in your card details"
|
| 3247 |
msgstr "Completa los datos de tu tarjeta"
|
| 3248 |
|
| 3249 |
+
#: ../../templates/checkout/custom-checkout.php:83,
|
| 3250 |
+
#: ../../templates/checkout/custom-checkout.php:83
|
| 3251 |
msgid "Card number"
|
| 3252 |
msgstr "Número de Tarjeta"
|
| 3253 |
|
| 3254 |
+
#: ../../templates/checkout/custom-checkout.php:85,
|
| 3255 |
+
#: ../../templates/checkout/custom-checkout.php:92,
|
| 3256 |
+
#: ../../templates/checkout/custom-checkout.php:101,
|
| 3257 |
+
#: ../../templates/checkout/custom-checkout.php:109,
|
| 3258 |
+
#: ../../templates/checkout/custom-checkout.php:109
|
| 3259 |
msgid "Required data"
|
| 3260 |
msgstr "Datos obligatorios"
|
| 3261 |
|
| 3262 |
+
#: ../../templates/checkout/custom-checkout.php:90,
|
| 3263 |
+
#: ../../templates/checkout/custom-checkout.php:90
|
| 3264 |
msgid "Holder name as it appears on the card"
|
| 3265 |
msgstr "Nombre del titular como aparece en la tarjeta"
|
| 3266 |
|
| 3267 |
+
#: ../../templates/checkout/custom-checkout.php:98,
|
| 3268 |
+
#: ../../templates/checkout/custom-checkout.php:98
|
| 3269 |
msgid "Expiration"
|
| 3270 |
msgstr "Vencimiento"
|
| 3271 |
|
| 3272 |
+
#: ../../templates/checkout/custom-checkout.php:106,
|
| 3273 |
+
#: ../../templates/checkout/custom-checkout.php:106
|
| 3274 |
msgid "Security Code"
|
| 3275 |
msgstr "Código de seguridad"
|
| 3276 |
|
| 3277 |
+
#: ../../templates/checkout/custom-checkout.php:115,
|
| 3278 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3279 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3280 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3281 |
msgid "Holder document"
|
| 3282 |
msgstr "Documento del titular"
|
| 3283 |
|
| 3284 |
+
#: ../../templates/checkout/custom-checkout.php:115,
|
| 3285 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3286 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3287 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3288 |
msgid "Invalid document"
|
| 3289 |
msgstr "Número de documento no válido"
|
| 3290 |
|
| 3291 |
+
#: ../../templates/checkout/custom-checkout.php:121,
|
| 3292 |
+
#: ../../templates/checkout/custom-checkout.php:133,
|
| 3293 |
+
#: ../../templates/checkout/custom-checkout.php:133
|
| 3294 |
msgid "Select the number of installments"
|
| 3295 |
msgstr "Selecciona la cantidad de cuotas"
|
| 3296 |
|
| 3297 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3298 |
#: ../../templates/checkout/pix-checkout.php:22
|
|
|
|
|
|
|
| 3299 |
msgid "Pix in Test Mode"
|
| 3300 |
+
msgstr "Pix en Modo Test"
|
| 3301 |
|
| 3302 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3303 |
#: ../../templates/checkout/pix-checkout.php:22
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3304 |
msgid ""
|
| 3305 |
"You can test the flow to generate a code, but you cannot finalize the "
|
| 3306 |
"payment."
|
| 3307 |
msgstr ""
|
| 3308 |
+
"Es posible probar el flujo para generar una factura, pero no es posible "
|
| 3309 |
"finalizar el pago."
|
| 3310 |
|
| 3311 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3312 |
#: ../../templates/checkout/pix-checkout.php:27
|
|
|
|
|
|
|
| 3313 |
msgid "Pay instantly"
|
| 3314 |
+
msgstr "Pago instantáneo"
|
| 3315 |
|
| 3316 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3317 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3318 |
msgid ""
|
| 3319 |
"By confirming your purchase, we will show you a code to make the payment."
|
| 3320 |
msgstr ""
|
| 3321 |
+
"Al confirmar tu compra, te mostraremos un código para realizar el pago."
|
| 3322 |
|
| 3323 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3324 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3325 |
msgid "Pix logo"
|
| 3326 |
+
msgstr "Pix logo"
|
| 3327 |
|
| 3328 |
#: ../../templates/checkout/ticket-checkout.php:23,
|
| 3329 |
#: ../../templates/checkout/ticket-checkout.php:23
|
| 3377 |
msgid "Print ticket"
|
| 3378 |
msgstr "Imprimir ticket"
|
| 3379 |
|
| 3380 |
+
#~ msgid "Click here to see more details..."
|
| 3381 |
+
#~ msgstr "Haga clic aquí para ver más detalles…"
|
| 3382 |
+
|
| 3383 |
+
#~ msgid "Purchases with saved cards or money in Mercado Pago"
|
| 3384 |
+
#~ msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago"
|
| 3385 |
+
|
| 3386 |
+
#~ msgid ""
|
| 3387 |
+
#~ "Feature for those who have a saved card or money in Mercado Pago to buy "
|
| 3388 |
+
#~ "without having to fill in details."
|
| 3389 |
+
#~ msgstr ""
|
| 3390 |
+
#~ "Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en "
|
| 3391 |
+
#~ "Mercado Pago puedan comprar sin la necesidad de completar datos."
|
| 3392 |
+
|
| 3393 |
+
#~ msgid "The feature for payments with <b>saved cards</b> is <b>active</b>."
|
| 3394 |
+
#~ msgstr ""
|
| 3395 |
+
#~ "La funcionalidad para pagos con <b>tarjetas guardadas</b> está <b>activa</"
|
| 3396 |
+
#~ "b>."
|
| 3397 |
+
|
| 3398 |
+
#~ msgid "The feature for payments with <b>saved cards</b> is <b>inactive</b>."
|
| 3399 |
+
#~ msgstr ""
|
| 3400 |
+
#~ "La funcionalidad para pagos con <b>tarjetas guardadas</b> está "
|
| 3401 |
+
#~ "<b>inactiva</b>."
|
| 3402 |
+
|
| 3403 |
+
#~ msgid "You can see how the feature is in your store Checkout below:"
|
| 3404 |
+
#~ msgstr ""
|
| 3405 |
+
#~ "A continuación, cómo es la funcionalidad en el checkout de la tienda:"
|
| 3406 |
+
|
| 3407 |
+
#~ msgid "Mercado Pago customers can now pay with stored cards."
|
| 3408 |
+
#~ msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas."
|
| 3409 |
+
|
| 3410 |
+
#~ msgid ""
|
| 3411 |
+
#~ "The function Saved card payments is enabled. With this setting, "
|
| 3412 |
+
#~ "customers using Mercado Pago can purchase without having to fill in "
|
| 3413 |
+
#~ "payment details. You can control this option in the settings."
|
| 3414 |
+
#~ msgstr ""
|
| 3415 |
+
#~ "La función Pago con tarjetas guardadas de Mercado Pago está habilitada. "
|
| 3416 |
+
#~ "Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que "
|
| 3417 |
+
#~ "completar los datos de la tarjeta. Puedes controlar esta opción en "
|
| 3418 |
+
#~ "configuración."
|
| 3419 |
+
|
| 3420 |
+
#~ msgid "Go to settings"
|
| 3421 |
+
#~ msgstr "Ir a la configuración"
|
| 3422 |
+
|
| 3423 |
+
#~ msgid "Secure payment"
|
| 3424 |
+
#~ msgstr "Pago seguro"
|
| 3425 |
+
|
| 3426 |
+
#~ msgid "No need to fill out details"
|
| 3427 |
+
#~ msgstr "Sin cargar datos"
|
| 3428 |
+
|
| 3429 |
+
#~ msgid "Installments available"
|
| 3430 |
+
#~ msgstr "Cuotas disponibles"
|
| 3431 |
+
|
| 3432 |
+
#~ msgid "Pay faster with your saved cards and without completing data."
|
| 3433 |
+
#~ msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos."
|
| 3434 |
+
|
| 3435 |
#, fuzzy
|
| 3436 |
#~| msgid "Important! To sell you must enter your credentials."
|
| 3437 |
#~ msgid "Important! To sell, you must enter your credentials."
|
| 3474 |
#~ msgid "We take you to our site to complete the payment"
|
| 3475 |
#~ msgstr "Te llevamos a nuestro sitio para completar el pago"
|
| 3476 |
|
|
|
|
|
|
|
|
|
|
| 3477 |
#~ msgid "Enter your discount coupon"
|
| 3478 |
#~ msgstr "Ingresa tu cupón de descuento"
|
| 3479 |
|
| 3579 |
#~ msgid "Report Problem"
|
| 3580 |
#~ msgstr "Informar problema"
|
| 3581 |
|
|
|
|
|
|
|
|
|
|
| 3582 |
#~ msgid "Accept all method of payment and take your charges to another level"
|
| 3583 |
#~ msgstr "Acepta todos los medios de pago y lleva tus cobros a otro nivel"
|
| 3584 |
|
| 3819 |
#~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
|
| 3820 |
#~ "recibir pagos reales."
|
| 3821 |
|
|
|
|
|
|
|
|
|
|
| 3822 |
#~ msgid ""
|
| 3823 |
#~ "What category do your products belong to? Choose the one that best "
|
| 3824 |
#~ "characterizes them (choose \"other\" if your product is too specific)."
|
| 3937 |
#~ "esté bien. Si ya saliste a Producción,<br> trae a tus clientes y aumenta "
|
| 3938 |
#~ "tus ventas con la mejor experiencia de compra online."
|
| 3939 |
|
|
|
|
|
|
|
|
|
|
| 3940 |
#~ msgid "%s"
|
| 3941 |
#~ msgstr "%s"
|
| 3942 |
|
i18n/languages/woocommerce-mercadopago-es_UY.mo
CHANGED
|
Binary file
|
i18n/languages/woocommerce-mercadopago-es_UY.po
CHANGED
|
@@ -14,14 +14,14 @@ msgstr ""
|
|
| 14 |
"X-Generator: Poedit 3.1.1\n"
|
| 15 |
|
| 16 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145,
|
| 17 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 18 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 19 |
msgid "By continuing, you agree to our "
|
| 20 |
msgstr "Al continuar, aceptas nuestros "
|
| 21 |
|
| 22 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147,
|
| 23 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 24 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 25 |
msgid "Terms and Conditions"
|
| 26 |
msgstr "Términos y condiciones"
|
| 27 |
|
|
@@ -85,8 +85,8 @@ msgstr ""
|
|
| 85 |
msgid "Invalid credentials"
|
| 86 |
msgstr "Credenciales no válidas"
|
| 87 |
|
| 88 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 89 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 90 |
msgid ""
|
| 91 |
"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
|
| 92 |
"Please update your PHP version."
|
|
@@ -94,13 +94,13 @@ msgstr ""
|
|
| 94 |
"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
|
| 95 |
"favor actualice su versión de PHP."
|
| 96 |
|
| 97 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 98 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 99 |
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
|
| 100 |
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
|
| 101 |
|
| 102 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 103 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 104 |
msgid ""
|
| 105 |
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
|
| 106 |
"extension is required to send QR Code Pix by email."
|
|
@@ -112,29 +112,29 @@ msgstr ""
|
|
| 112 |
#. translators: %s link to WooCommerce
|
| 113 |
#. translators: %s link to WooCommerce
|
| 114 |
#. translators: %s link to WooCommerce
|
| 115 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 116 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 117 |
msgid "The Mercado Pago module needs an active version of %s in order to work!"
|
| 118 |
msgstr ""
|
| 119 |
"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
|
| 120 |
|
| 121 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 122 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 123 |
msgid "Cancel order"
|
| 124 |
msgstr "Cancelar orden"
|
| 125 |
|
| 126 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 127 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 128 |
msgid "The payment method is not valid or not available."
|
| 129 |
msgstr "El medio de pago no es válido o no está disponible."
|
| 130 |
|
| 131 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 132 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 133 |
msgid "The transaction amount cannot be processed by Mercado Pago."
|
| 134 |
msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
|
| 135 |
|
| 136 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 137 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 138 |
msgid ""
|
| 139 |
"Possible causes: Currency not supported; Amounts below the minimum or above "
|
| 140 |
"the maximum allowed."
|
|
@@ -142,13 +142,13 @@ msgstr ""
|
|
| 142 |
"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
|
| 143 |
"encima del máximo permitido."
|
| 144 |
|
| 145 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 146 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 147 |
msgid "The users are not valid."
|
| 148 |
msgstr "Los usuários no son válidos."
|
| 149 |
|
| 150 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 151 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 152 |
msgid ""
|
| 153 |
"Possible causes: Buyer and seller have the same account in Mercado Pago; The "
|
| 154 |
"transaction involving production and test users."
|
|
@@ -156,89 +156,89 @@ msgstr ""
|
|
| 156 |
"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
|
| 157 |
"Pago; La transacción involucrando usuários de producción y de prueba."
|
| 158 |
|
| 159 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 160 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 161 |
msgid "Unauthorized use of production credentials."
|
| 162 |
msgstr "Uso no autorizado de credenciales de producción."
|
| 163 |
|
| 164 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 165 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 166 |
msgid ""
|
| 167 |
"Possible causes: Use permission in use for the credential of the seller."
|
| 168 |
msgstr ""
|
| 169 |
"Posibles causas: Pendencia de permiso de uso en producción para la "
|
| 170 |
"credencial del vendedor."
|
| 171 |
|
| 172 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 173 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 174 |
msgid "Colombia"
|
| 175 |
msgstr "Colombia"
|
| 176 |
|
| 177 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 178 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 179 |
msgid "Argentina"
|
| 180 |
msgstr "Argentina"
|
| 181 |
|
| 182 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 183 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 184 |
msgid "Brazil"
|
| 185 |
msgstr "Brasil"
|
| 186 |
|
| 187 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 188 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 189 |
msgid "Chile"
|
| 190 |
msgstr "Chile"
|
| 191 |
|
| 192 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 193 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 194 |
msgid "Mexico"
|
| 195 |
msgstr "México"
|
| 196 |
|
| 197 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 198 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 199 |
msgid "Uruguay"
|
| 200 |
msgstr "Uruguay"
|
| 201 |
|
| 202 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 203 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 204 |
msgid "Venezuela"
|
| 205 |
msgstr "Venezuela"
|
| 206 |
|
| 207 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 208 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 209 |
msgid "Peru"
|
| 210 |
msgstr "Peru"
|
| 211 |
|
| 212 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 213 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 214 |
msgid "Update the WooCommerce order to "
|
| 215 |
msgstr "Actualizar la orden de WooCommerce para "
|
| 216 |
|
| 217 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 218 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550,
|
| 219 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550
|
| 220 |
msgid "Fill in your credentials to enable payment methods."
|
| 221 |
msgstr "Completa tus credenciales para habilitar los medios de pago."
|
| 222 |
|
| 223 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 224 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 225 |
msgid "Set plugin"
|
| 226 |
msgstr "Configurar plugin"
|
| 227 |
|
| 228 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 229 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
|
| 230 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
|
| 231 |
msgid "Payment methods"
|
| 232 |
msgstr "Medios de pagos"
|
| 233 |
|
| 234 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 235 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
|
| 236 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
|
| 237 |
msgid "Plugin manual"
|
| 238 |
msgstr "Manual del plugin"
|
| 239 |
|
| 240 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 241 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 242 |
msgid "By Mercado Pago"
|
| 243 |
msgstr "Por Mercado Pago"
|
| 244 |
|
|
@@ -353,93 +353,93 @@ msgstr ""
|
|
| 353 |
"Por favor, introduzca su email en la dirección de facturación para utilizar "
|
| 354 |
"este servicio"
|
| 355 |
|
| 356 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 357 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 358 |
msgid "Debit, Credit and invoice in Mercado Pago environment"
|
| 359 |
msgstr "Débito, crédito y efectivo, en Mercado Pago"
|
| 360 |
|
| 361 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 362 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 363 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 364 |
msgid "Checkout Pro"
|
| 365 |
msgstr "Checkout Pro"
|
| 366 |
|
| 367 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 368 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 369 |
msgid "Mercado Pago - Checkout Pro"
|
| 370 |
msgstr "Mercado Pago - Checkout Pro "
|
| 371 |
|
| 372 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 373 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 374 |
msgid "Your saved cards or money in Mercado Pago"
|
| 375 |
msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago "
|
| 376 |
|
| 377 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 378 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 379 |
msgid "Maximum number of installments"
|
| 380 |
msgstr "Máximo de cuotas"
|
| 381 |
|
| 382 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 383 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 384 |
msgid "What is the maximum quota with which a customer can buy?"
|
| 385 |
msgstr "¿Cuál es el máximo de cuotas con las que un cliente puede comprar?"
|
| 386 |
|
| 387 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 388 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 389 |
msgid "1 installment"
|
| 390 |
msgstr "1 cuota"
|
| 391 |
|
| 392 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 393 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 394 |
msgid "2 installments"
|
| 395 |
msgstr "2 cuotas"
|
| 396 |
|
| 397 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 398 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 399 |
msgid "3 installments"
|
| 400 |
msgstr "3 cuotas"
|
| 401 |
|
| 402 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 403 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 404 |
msgid "4 installments"
|
| 405 |
msgstr "4 cuotas"
|
| 406 |
|
| 407 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 408 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 409 |
msgid "5 installments"
|
| 410 |
msgstr "5 cuotas"
|
| 411 |
|
| 412 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 413 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 414 |
msgid "6 installments"
|
| 415 |
msgstr "6 cuotas"
|
| 416 |
|
| 417 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 418 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 419 |
msgid "10 installments"
|
| 420 |
msgstr "10 cuotas"
|
| 421 |
|
| 422 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 423 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 424 |
msgid "12 installments"
|
| 425 |
msgstr "12 cuotas"
|
| 426 |
|
| 427 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 428 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 429 |
msgid "15 installments"
|
| 430 |
msgstr "15 cuotas"
|
| 431 |
|
| 432 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 433 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 434 |
msgid "18 installments"
|
| 435 |
msgstr "18 cuotas"
|
| 436 |
|
| 437 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 438 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 439 |
msgid "24 installments"
|
| 440 |
msgstr "24 cuotas"
|
| 441 |
|
| 442 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 443 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
|
| 444 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849,
|
| 445 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
|
|
@@ -448,8 +448,8 @@ msgstr "24 cuotas"
|
|
| 448 |
msgid "Enable the checkout"
|
| 449 |
msgstr "Activar el checkout"
|
| 450 |
|
| 451 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 452 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 453 |
msgid ""
|
| 454 |
"By disabling it, you will disable all payments from Mercado Pago Checkout at "
|
| 455 |
"Mercado Pago website by redirect."
|
|
@@ -457,20 +457,20 @@ msgstr ""
|
|
| 457 |
"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
|
| 458 |
"sitio web de Mercado Pago."
|
| 459 |
|
| 460 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 461 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854,
|
| 462 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854
|
| 463 |
msgid "The checkout is <b>enabled</b>."
|
| 464 |
msgstr "El checkout está <b>activo</b>."
|
| 465 |
|
| 466 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 467 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855,
|
| 468 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855
|
| 469 |
msgid "The checkout is <b>disabled</b>."
|
| 470 |
msgstr "El checkout está <b>inactivo</b>."
|
| 471 |
|
| 472 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 473 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 474 |
msgid ""
|
| 475 |
"With Checkout Pro you sell with all the safety inside Mercado Pago "
|
| 476 |
"environment."
|
|
@@ -478,18 +478,18 @@ msgstr ""
|
|
| 478 |
"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
|
| 479 |
"Pago."
|
| 480 |
|
| 481 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 482 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 483 |
msgid "Advanced settings"
|
| 484 |
msgstr "Configuración Avanzada"
|
| 485 |
|
| 486 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 487 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 488 |
msgid "Payment experience"
|
| 489 |
msgstr "Experiencia de pago"
|
| 490 |
|
| 491 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 492 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 493 |
msgid ""
|
| 494 |
"Define what payment experience your customers will have, whether inside or "
|
| 495 |
"outside your store."
|
|
@@ -497,37 +497,37 @@ msgstr ""
|
|
| 497 |
"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
|
| 498 |
"tienda."
|
| 499 |
|
| 500 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 501 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 502 |
msgid "Redirect"
|
| 503 |
msgstr "Redirect"
|
| 504 |
|
| 505 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 506 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 507 |
msgid "Modal"
|
| 508 |
msgstr "Modal"
|
| 509 |
|
| 510 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 511 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 512 |
msgid ""
|
| 513 |
"Choose the URL that we will show your customers when they finish their "
|
| 514 |
"purchase."
|
| 515 |
msgstr "Elige la URL que mostraremos a tus clientes cuando terminen su compra."
|
| 516 |
|
| 517 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 518 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 519 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 520 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 521 |
msgid "This seems to be an invalid URL."
|
| 522 |
msgstr "Esto parece ser una URL no válida."
|
| 523 |
|
| 524 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 525 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 526 |
msgid "Success URL"
|
| 527 |
msgstr "URL de éxito"
|
| 528 |
|
| 529 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 530 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 531 |
msgid ""
|
| 532 |
"Choose the URL that we will show to your customers when we refuse their "
|
| 533 |
"purchase. Make sure it includes a message appropriate to the situation and "
|
|
@@ -537,13 +537,13 @@ msgstr ""
|
|
| 537 |
"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
|
| 538 |
"útil para que puedan solucionarlo."
|
| 539 |
|
| 540 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 541 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 542 |
msgid "Payment URL rejected"
|
| 543 |
msgstr "URL de pago rechazado"
|
| 544 |
|
| 545 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 546 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 547 |
msgid ""
|
| 548 |
"Choose the URL that we will show to your customers when they have a payment "
|
| 549 |
"pending approval."
|
|
@@ -551,101 +551,169 @@ msgstr ""
|
|
| 551 |
"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
|
| 552 |
"de aprobación."
|
| 553 |
|
| 554 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 555 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 556 |
msgid "Payment URL pending"
|
| 557 |
msgstr "URL de pago pendiente"
|
| 558 |
|
| 559 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 560 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 561 |
msgid "Enable the payment methods available to your clients."
|
| 562 |
msgstr "Habilita los medios de pago disponibles para tus clientes."
|
| 563 |
|
| 564 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 565 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 566 |
msgid "Choose the payment methods you accept in your store"
|
| 567 |
msgstr "Elige los medios de pago que se aceptan en la tienda"
|
| 568 |
|
| 569 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 570 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 571 |
msgid "Credit Cards"
|
| 572 |
msgstr "Tarjetas de crédito"
|
| 573 |
|
| 574 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 575 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 576 |
msgid "Debit Cards"
|
| 577 |
msgstr "Tarjetas de débito"
|
| 578 |
|
| 579 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 580 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 581 |
msgid "Other Payment Methods"
|
| 582 |
msgstr "Otros medios"
|
| 583 |
|
| 584 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 585 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 586 |
msgid "Return to the store"
|
| 587 |
msgstr "Volver a la tienda"
|
| 588 |
|
| 589 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 590 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 591 |
msgid ""
|
| 592 |
"Do you want your customer to automatically return to the store after payment?"
|
| 593 |
msgstr ""
|
| 594 |
"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
|
| 595 |
|
| 596 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 597 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 598 |
msgid "The buyer <b>will be automatically redirected to the store</b>."
|
| 599 |
msgstr "El comprador <b>será redirigido automáticamente a la tienda</b>."
|
| 600 |
|
| 601 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 602 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 603 |
msgid "The buyer <b>will not be automatically redirected to the store</b>."
|
| 604 |
msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
|
| 605 |
|
| 606 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 607 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 608 |
msgid "Installments without card"
|
| 609 |
msgstr "Cuotas sin tarjeta"
|
| 610 |
|
| 611 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 612 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 613 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 614 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 615 |
msgid "Up to "
|
| 616 |
msgstr "hasta "
|
| 617 |
|
| 618 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 619 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 620 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 621 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 622 |
msgid " installments"
|
| 623 |
msgstr " Cuotas"
|
| 624 |
|
| 625 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 626 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
|
| 627 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353
|
| 628 |
msgid "Credit cards"
|
| 629 |
msgstr "Tarjetas de crédito"
|
| 630 |
|
| 631 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 632 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361,
|
| 633 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361
|
| 634 |
msgid "Debit cards"
|
| 635 |
msgstr "Tarjetas de débito "
|
| 636 |
|
| 637 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 638 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 639 |
msgid "Bank Transfer"
|
| 640 |
msgstr "Transferencia bancaria"
|
| 641 |
|
| 642 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 643 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 644 |
msgid "Payment by cash"
|
| 645 |
msgstr "Pagos en efectivo "
|
| 646 |
|
| 647 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 648 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 649 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584,
|
| 650 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572,
|
| 651 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
|
|
@@ -658,8 +726,8 @@ msgstr "Pagos en efectivo "
|
|
| 658 |
msgid "discount of"
|
| 659 |
msgstr "descuento de"
|
| 660 |
|
| 661 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 662 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 663 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
|
| 664 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577,
|
| 665 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
|
|
@@ -728,40 +796,40 @@ msgstr ""
|
|
| 728 |
|
| 729 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
|
| 730 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
|
| 731 |
-
|
|
|
|
|
|
|
| 732 |
msgstr "Configuración Avanzada"
|
| 733 |
|
| 734 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208,
|
| 735 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208
|
| 736 |
-
msgid "
|
| 737 |
-
msgstr "
|
| 738 |
|
| 739 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209,
|
| 740 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
|
| 741 |
msgid ""
|
| 742 |
-
"
|
| 743 |
-
"
|
| 744 |
msgstr ""
|
| 745 |
-
"
|
| 746 |
-
"
|
| 747 |
|
| 748 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213,
|
| 749 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213
|
| 750 |
-
msgid "
|
| 751 |
-
msgstr ""
|
| 752 |
-
"La funcionalidad para pagos con <b>tarjetas guardadas</b> está <b>activa</b>."
|
| 753 |
|
| 754 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214,
|
| 755 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214
|
| 756 |
-
msgid "
|
| 757 |
msgstr ""
|
| 758 |
-
"
|
| 759 |
-
"b>."
|
| 760 |
|
| 761 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233,
|
| 762 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233
|
| 763 |
-
msgid "
|
| 764 |
-
msgstr "
|
| 765 |
|
| 766 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264,
|
| 767 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
|
|
@@ -934,6 +1002,7 @@ msgid "Description"
|
|
| 934 |
msgstr "Descripción"
|
| 935 |
|
| 936 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:762,
|
|
|
|
| 937 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
|
| 938 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
|
| 939 |
msgid "Important! To sell you must enter your credentials."
|
|
@@ -954,11 +1023,6 @@ msgstr "Introducir credenciales"
|
|
| 954 |
msgid "Mercado Pago Plugin general settings"
|
| 955 |
msgstr "Configuraciones generales del plugin de Mercado Pago"
|
| 956 |
|
| 957 |
-
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
|
| 958 |
-
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774
|
| 959 |
-
msgid "Important! To sell you must enter your credentials.?"
|
| 960 |
-
msgstr ""
|
| 961 |
-
|
| 962 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775,
|
| 963 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
|
| 964 |
msgid ""
|
|
@@ -1969,25 +2033,24 @@ msgstr "Valorar el plugin"
|
|
| 1969 |
|
| 1970 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130,
|
| 1971 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130
|
| 1972 |
-
msgid "
|
| 1973 |
-
msgstr "
|
| 1974 |
|
| 1975 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133,
|
| 1976 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133
|
| 1977 |
msgid ""
|
| 1978 |
-
"
|
| 1979 |
-
"
|
| 1980 |
-
"
|
| 1981 |
msgstr ""
|
| 1982 |
-
"
|
| 1983 |
-
"
|
| 1984 |
-
"
|
| 1985 |
-
"configuración."
|
| 1986 |
|
| 1987 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142,
|
| 1988 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142
|
| 1989 |
-
msgid "
|
| 1990 |
-
msgstr "
|
| 1991 |
|
| 1992 |
#: ../../includes/admin/views/html-admin-alert-frame.php:34,
|
| 1993 |
#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30,
|
|
@@ -2113,7 +2176,8 @@ msgid "Set deadlines and fees"
|
|
| 2113 |
msgstr "Ajustar plazos y tasas"
|
| 2114 |
|
| 2115 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215,
|
| 2116 |
-
#: ../../includes/
|
|
|
|
| 2117 |
msgid "Questions? "
|
| 2118 |
msgstr "¿Dudas? "
|
| 2119 |
|
|
@@ -2721,8 +2785,7 @@ msgstr ""
|
|
| 2721 |
"inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
|
| 2722 |
|
| 2723 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
|
| 2724 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 2725 |
-
#: ../../templates/checkout/custom-checkout.php:40,
|
| 2726 |
#: ../../templates/receipt/custom-checkout.php:41,
|
| 2727 |
#: ../../templates/receipt/custom-checkout.php:41
|
| 2728 |
msgid "Pay with Mercado Pago"
|
|
@@ -2734,167 +2797,182 @@ msgstr "Pagar con Mercado Pago"
|
|
| 2734 |
msgid "Cancel & Clear Cart"
|
| 2735 |
msgstr "Cancelar & Limpiar carrito"
|
| 2736 |
|
| 2737 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2738 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
|
| 2739 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
|
| 2740 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
|
| 2741 |
msgid "Apply"
|
| 2742 |
msgstr "Aplicar"
|
| 2743 |
|
| 2744 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2745 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
|
| 2746 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
|
| 2747 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
|
| 2748 |
msgid "Remove"
|
| 2749 |
msgstr "Retirar"
|
| 2750 |
|
| 2751 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2752 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
|
| 2753 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
|
| 2754 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
|
| 2755 |
msgid "Please, inform your coupon code"
|
| 2756 |
msgstr "Por favor, informe su código de cupón"
|
| 2757 |
|
| 2758 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2759 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
|
| 2760 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
|
| 2761 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
|
| 2762 |
msgid "To choose"
|
| 2763 |
msgstr "Elegir"
|
| 2764 |
|
| 2765 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2766 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
|
| 2767 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
|
| 2768 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
|
| 2769 |
msgid "Other bank"
|
| 2770 |
msgstr "Otro banco"
|
| 2771 |
|
| 2772 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2773 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
|
| 2774 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
|
| 2775 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
|
| 2776 |
msgid "You will save"
|
| 2777 |
msgstr "Salvarás"
|
| 2778 |
|
| 2779 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2780 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
|
| 2781 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
|
| 2782 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
|
| 2783 |
msgid "with discount of"
|
| 2784 |
msgstr "con descuento de"
|
| 2785 |
|
| 2786 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2787 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
|
| 2788 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
|
| 2789 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
|
| 2790 |
msgid "Total of your purchase:"
|
| 2791 |
msgstr "Total de su compra:"
|
| 2792 |
|
| 2793 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2794 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
|
| 2795 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
|
| 2796 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
|
| 2797 |
msgid "Total of your purchase with discount:"
|
| 2798 |
msgstr "Total de su compra con descuento:"
|
| 2799 |
|
| 2800 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2801 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
|
| 2802 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
|
| 2803 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
|
| 2804 |
msgid "*After payment approval"
|
| 2805 |
msgstr "*Tras la aprobación del pago"
|
| 2806 |
|
| 2807 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2808 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
|
| 2809 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
|
| 2810 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
|
| 2811 |
msgid "Terms and conditions of use"
|
| 2812 |
msgstr "Términos y condiciones de uso"
|
| 2813 |
|
| 2814 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2815 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2816 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2817 |
msgid "No fee"
|
| 2818 |
msgstr "Sin interés"
|
| 2819 |
|
| 2820 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2821 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2822 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2823 |
msgid "More options"
|
| 2824 |
msgstr "Más opciones"
|
| 2825 |
|
| 2826 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2827 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2828 |
msgid "mm/yy"
|
| 2829 |
msgstr "mm/aa"
|
| 2830 |
|
| 2831 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2832 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 2833 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 2834 |
msgid "Issuer"
|
| 2835 |
msgstr "Banco"
|
| 2836 |
|
| 2837 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2838 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2839 |
msgid "Installments"
|
| 2840 |
msgstr "cuotas "
|
| 2841 |
|
| 2842 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2843 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2844 |
msgid "on the back"
|
| 2845 |
msgstr "del dorso"
|
| 2846 |
|
| 2847 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2848 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2849 |
msgid "on the front"
|
| 2850 |
msgstr "del frente"
|
| 2851 |
|
| 2852 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2853 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2854 |
msgid "digits"
|
| 2855 |
msgstr "dígitos"
|
| 2856 |
|
| 2857 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2858 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2859 |
msgid "Card number is required"
|
| 2860 |
msgstr "Número de tarjeta obligatorio"
|
| 2861 |
|
| 2862 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2863 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2864 |
msgid "Card number invalid"
|
| 2865 |
msgstr "Número de tarjeta inválido"
|
| 2866 |
|
| 2867 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2868 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2869 |
msgid "Holder name is required"
|
| 2870 |
msgstr "Nombre del titular obligatorio"
|
| 2871 |
|
| 2872 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2873 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2874 |
msgid "Holder name invalid"
|
| 2875 |
msgstr "Nombre del titular inválido"
|
| 2876 |
|
| 2877 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173,
|
| 2878 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
|
| 2879 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
|
|
|
| 2880 |
msgid "Expiration date invalid"
|
| 2881 |
msgstr "Fecha de vencimiento inválido"
|
| 2882 |
|
| 2883 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2884 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2885 |
msgid "Expiration date incomplete"
|
| 2886 |
msgstr "Fecha de vencimiento obligatorio"
|
| 2887 |
|
| 2888 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2889 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2890 |
msgid "Security code is required"
|
| 2891 |
msgstr "Código de seguridad obligatorio"
|
| 2892 |
|
| 2893 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2894 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2895 |
msgid "Security code incomplete"
|
| 2896 |
msgstr "Código de seguridad incompleto"
|
| 2897 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2898 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
|
| 2899 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
|
| 2900 |
msgid "Now you just need to pay with Pix to finalize your purchase"
|
|
@@ -2945,14 +3023,104 @@ msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código"
|
|
| 2945 |
msgid "Copy code"
|
| 2946 |
msgstr "Copiar código"
|
| 2947 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2948 |
#: ../../includes/module/sdk/lib/class-mp.php:182,
|
| 2949 |
#: ../../includes/module/sdk/lib/class-mp.php:634,
|
| 2950 |
#: ../../includes/module/sdk/lib/class-mp.php:682,
|
| 2951 |
-
#: ../../includes/module/sdk/lib/class-mp.php:
|
| 2952 |
-
#: ../../includes/module/sdk/lib/class-mp.php:
|
|
|
|
| 2953 |
msgid "Response from cache"
|
| 2954 |
msgstr "Respuesta de la caché"
|
| 2955 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2956 |
#. translators: 1: total_time currency 2: url
|
| 2957 |
#. translators: 1: total_time currency 2: url
|
| 2958 |
#. translators: 1: total_time currency 2: url
|
|
@@ -2984,18 +3152,20 @@ msgstr "Paga más rápido con Mercado Pago"
|
|
| 2984 |
|
| 2985 |
#: ../../templates/checkout/basic-checkout.php:36,
|
| 2986 |
#: ../../templates/checkout/basic-checkout.php:36
|
| 2987 |
-
msgid "
|
| 2988 |
-
|
|
|
|
|
|
|
| 2989 |
|
| 2990 |
#: ../../templates/checkout/basic-checkout.php:37,
|
| 2991 |
#: ../../templates/checkout/basic-checkout.php:37
|
| 2992 |
-
msgid "
|
| 2993 |
-
msgstr "
|
| 2994 |
|
| 2995 |
#: ../../templates/checkout/basic-checkout.php:38,
|
| 2996 |
#: ../../templates/checkout/basic-checkout.php:38
|
| 2997 |
-
msgid "
|
| 2998 |
-
msgstr "
|
| 2999 |
|
| 3000 |
#: ../../templates/checkout/basic-checkout.php:41,
|
| 3001 |
#: ../../templates/checkout/basic-checkout.php:41
|
|
@@ -3005,9 +3175,10 @@ msgstr ""
|
|
| 3005 |
#: ../../templates/checkout/basic-checkout.php:53,
|
| 3006 |
#: ../../templates/checkout/basic-checkout.php:53
|
| 3007 |
msgid ""
|
| 3008 |
-
"
|
| 3009 |
"account"
|
| 3010 |
-
msgstr "
|
|
|
|
| 3011 |
|
| 3012 |
#: ../../templates/checkout/basic-checkout.php:54,
|
| 3013 |
#: ../../templates/checkout/basic-checkout.php:54
|
|
@@ -3015,7 +3186,7 @@ msgid "Checkout Pro redirect info image"
|
|
| 3015 |
msgstr ""
|
| 3016 |
|
| 3017 |
#: ../../templates/checkout/basic-checkout.php:63,
|
| 3018 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3019 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3020 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3021 |
#: ../../templates/checkout/ticket-checkout.php:60
|
|
@@ -3023,133 +3194,136 @@ msgid "By continuing, you agree with our"
|
|
| 3023 |
msgstr "Al continuar, aceptas nuestros"
|
| 3024 |
|
| 3025 |
#: ../../templates/checkout/basic-checkout.php:64,
|
| 3026 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3027 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3028 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3029 |
#: ../../templates/checkout/ticket-checkout.php:60
|
| 3030 |
msgid "Terms and conditions"
|
| 3031 |
msgstr "Términos y condiciones "
|
| 3032 |
|
| 3033 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3034 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3035 |
msgid "Checkout Custom in Test Mode"
|
| 3036 |
msgstr "Tarjeta de crédito en Modo Test"
|
| 3037 |
|
| 3038 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3039 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3040 |
msgid "Use Mercado Pago means without real charges."
|
| 3041 |
msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
|
| 3042 |
|
| 3043 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3044 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3045 |
msgid "See test mode rules."
|
| 3046 |
msgstr "Ver las reglas del Modo Test. "
|
| 3047 |
|
| 3048 |
#: ../../templates/checkout/custom-checkout.php:35,
|
| 3049 |
#: ../../templates/checkout/custom-checkout.php:35
|
| 3050 |
-
msgid "Pay
|
| 3051 |
-
msgstr "Paga
|
| 3052 |
|
| 3053 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3054 |
-
#: ../../templates/checkout/custom-checkout.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3055 |
msgid "With which card can you pay?"
|
| 3056 |
msgstr "¿Con qué tarjeta puedes pagar?"
|
| 3057 |
|
| 3058 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3059 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3060 |
msgid "See current promotions"
|
| 3061 |
msgstr "Ver promociones vigentes"
|
| 3062 |
|
| 3063 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3064 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3065 |
msgid "Fill in your card details"
|
| 3066 |
msgstr "Completa los datos de tu tarjeta"
|
| 3067 |
|
| 3068 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3069 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3070 |
msgid "Card number"
|
| 3071 |
msgstr "Número de Tarjeta"
|
| 3072 |
|
| 3073 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3074 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3075 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3076 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3077 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3078 |
msgid "Required data"
|
| 3079 |
msgstr "Datos obligatorios"
|
| 3080 |
|
| 3081 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3082 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3083 |
msgid "Holder name as it appears on the card"
|
| 3084 |
msgstr "Nombre del titular como aparece en la tarjeta"
|
| 3085 |
|
| 3086 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3087 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3088 |
msgid "Expiration"
|
| 3089 |
msgstr "Vencimiento"
|
| 3090 |
|
| 3091 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3092 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3093 |
msgid "Security Code"
|
| 3094 |
msgstr "Código de seguridad"
|
| 3095 |
|
| 3096 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3097 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3098 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3099 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3100 |
msgid "Holder document"
|
| 3101 |
msgstr "Documento del titular"
|
| 3102 |
|
| 3103 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3104 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3105 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3106 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3107 |
msgid "Invalid document"
|
| 3108 |
msgstr "Número de documento no válido"
|
| 3109 |
|
| 3110 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3111 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3112 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3113 |
msgid "Select the number of installments"
|
| 3114 |
msgstr "Selecciona la cantidad de cuotas"
|
| 3115 |
|
| 3116 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3117 |
#: ../../templates/checkout/pix-checkout.php:22
|
| 3118 |
-
#, fuzzy
|
| 3119 |
-
#| msgid "Cards in Test Mode"
|
| 3120 |
msgid "Pix in Test Mode"
|
| 3121 |
-
msgstr "
|
| 3122 |
|
| 3123 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3124 |
#: ../../templates/checkout/pix-checkout.php:22
|
| 3125 |
-
#, fuzzy
|
| 3126 |
-
#| msgid ""
|
| 3127 |
-
#| "You can test the flow to generate an invoice, but you cannot finalize the "
|
| 3128 |
-
#| "payment."
|
| 3129 |
msgid ""
|
| 3130 |
"You can test the flow to generate a code, but you cannot finalize the "
|
| 3131 |
"payment."
|
| 3132 |
msgstr ""
|
| 3133 |
-
"Es posible
|
| 3134 |
"finalizar el pago."
|
| 3135 |
|
| 3136 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3137 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3138 |
-
#, fuzzy
|
| 3139 |
-
#| msgid "Pay securely and instantly!"
|
| 3140 |
msgid "Pay instantly"
|
| 3141 |
-
msgstr "Pago
|
| 3142 |
|
| 3143 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3144 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3145 |
msgid ""
|
| 3146 |
"By confirming your purchase, we will show you a code to make the payment."
|
| 3147 |
msgstr ""
|
|
|
|
| 3148 |
|
| 3149 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3150 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3151 |
msgid "Pix logo"
|
| 3152 |
-
msgstr ""
|
| 3153 |
|
| 3154 |
#: ../../templates/checkout/ticket-checkout.php:23,
|
| 3155 |
#: ../../templates/checkout/ticket-checkout.php:23
|
|
@@ -3203,6 +3377,61 @@ msgstr ""
|
|
| 3203 |
msgid "Print ticket"
|
| 3204 |
msgstr "Imprimir ticket"
|
| 3205 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3206 |
#, fuzzy
|
| 3207 |
#~| msgid "Important! To sell you must enter your credentials."
|
| 3208 |
#~ msgid "Important! To sell, you must enter your credentials."
|
|
@@ -3245,9 +3474,6 @@ msgstr "Imprimir ticket"
|
|
| 3245 |
#~ msgid "We take you to our site to complete the payment"
|
| 3246 |
#~ msgstr "Te llevamos a nuestro sitio para completar el pago"
|
| 3247 |
|
| 3248 |
-
#~ msgid "Pay with a saved card"
|
| 3249 |
-
#~ msgstr "Pagar con tarjeta guardada"
|
| 3250 |
-
|
| 3251 |
#~ msgid "Enter your discount coupon"
|
| 3252 |
#~ msgstr "Ingresa tu cupón de descuento"
|
| 3253 |
|
|
@@ -3353,9 +3579,6 @@ msgstr "Imprimir ticket"
|
|
| 3353 |
#~ msgid "Report Problem"
|
| 3354 |
#~ msgstr "Informar problema"
|
| 3355 |
|
| 3356 |
-
#~ msgid "Checkout Pro %s"
|
| 3357 |
-
#~ msgstr "Checkout Pro %s"
|
| 3358 |
-
|
| 3359 |
#~ msgid "Accept all method of payment and take your charges to another level"
|
| 3360 |
#~ msgstr "Acepta todos los medios de pago y lleva tus cobros a otro nivel"
|
| 3361 |
|
|
@@ -3596,9 +3819,6 @@ msgstr "Imprimir ticket"
|
|
| 3596 |
#~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
|
| 3597 |
#~ "recibir pagos reales."
|
| 3598 |
|
| 3599 |
-
#~ msgid "This name will appear on your customers invoice."
|
| 3600 |
-
#~ msgstr "Este nombre aparecerá en la factura de tus clientes."
|
| 3601 |
-
|
| 3602 |
#~ msgid ""
|
| 3603 |
#~ "What category do your products belong to? Choose the one that best "
|
| 3604 |
#~ "characterizes them (choose \"other\" if your product is too specific)."
|
|
@@ -3717,9 +3937,6 @@ msgstr "Imprimir ticket"
|
|
| 3717 |
#~ "esté bien. Si ya saliste a Producción,<br> trae a tus clientes y aumenta "
|
| 3718 |
#~ "tus ventas con la mejor experiencia de compra online."
|
| 3719 |
|
| 3720 |
-
#~ msgid "Test payment via Mercado Pago"
|
| 3721 |
-
#~ msgstr "Testear pago vía Mercado Pago"
|
| 3722 |
-
|
| 3723 |
#~ msgid "%s"
|
| 3724 |
#~ msgstr "%s"
|
| 3725 |
|
| 14 |
"X-Generator: Poedit 3.1.1\n"
|
| 15 |
|
| 16 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145,
|
| 17 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:354,
|
| 18 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:354
|
| 19 |
msgid "By continuing, you agree to our "
|
| 20 |
msgstr "Al continuar, aceptas nuestros "
|
| 21 |
|
| 22 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147,
|
| 23 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:356,
|
| 24 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:356
|
| 25 |
msgid "Terms and Conditions"
|
| 26 |
msgstr "Términos y condiciones"
|
| 27 |
|
| 85 |
msgid "Invalid credentials"
|
| 86 |
msgstr "Credenciales no válidas"
|
| 87 |
|
| 88 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:52,
|
| 89 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:52
|
| 90 |
msgid ""
|
| 91 |
"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
|
| 92 |
"Please update your PHP version."
|
| 94 |
"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
|
| 95 |
"favor actualice su versión de PHP."
|
| 96 |
|
| 97 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:63,
|
| 98 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:63
|
| 99 |
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
|
| 100 |
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
|
| 101 |
|
| 102 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:74,
|
| 103 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:74
|
| 104 |
msgid ""
|
| 105 |
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
|
| 106 |
"extension is required to send QR Code Pix by email."
|
| 112 |
#. translators: %s link to WooCommerce
|
| 113 |
#. translators: %s link to WooCommerce
|
| 114 |
#. translators: %s link to WooCommerce
|
| 115 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:88,
|
| 116 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:88
|
| 117 |
msgid "The Mercado Pago module needs an active version of %s in order to work!"
|
| 118 |
msgstr ""
|
| 119 |
"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
|
| 120 |
|
| 121 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:101,
|
| 122 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:101
|
| 123 |
msgid "Cancel order"
|
| 124 |
msgstr "Cancelar orden"
|
| 125 |
|
| 126 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:370,
|
| 127 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:370
|
| 128 |
msgid "The payment method is not valid or not available."
|
| 129 |
msgstr "El medio de pago no es válido o no está disponible."
|
| 130 |
|
| 131 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373,
|
| 132 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373
|
| 133 |
msgid "The transaction amount cannot be processed by Mercado Pago."
|
| 134 |
msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
|
| 135 |
|
| 136 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373,
|
| 137 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373
|
| 138 |
msgid ""
|
| 139 |
"Possible causes: Currency not supported; Amounts below the minimum or above "
|
| 140 |
"the maximum allowed."
|
| 142 |
"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
|
| 143 |
"encima del máximo permitido."
|
| 144 |
|
| 145 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376,
|
| 146 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376
|
| 147 |
msgid "The users are not valid."
|
| 148 |
msgstr "Los usuários no son válidos."
|
| 149 |
|
| 150 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376,
|
| 151 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376
|
| 152 |
msgid ""
|
| 153 |
"Possible causes: Buyer and seller have the same account in Mercado Pago; The "
|
| 154 |
"transaction involving production and test users."
|
| 156 |
"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
|
| 157 |
"Pago; La transacción involucrando usuários de producción y de prueba."
|
| 158 |
|
| 159 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379,
|
| 160 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379
|
| 161 |
msgid "Unauthorized use of production credentials."
|
| 162 |
msgstr "Uso no autorizado de credenciales de producción."
|
| 163 |
|
| 164 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379,
|
| 165 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379
|
| 166 |
msgid ""
|
| 167 |
"Possible causes: Use permission in use for the credential of the seller."
|
| 168 |
msgstr ""
|
| 169 |
"Posibles causas: Pendencia de permiso de uso en producción para la "
|
| 170 |
"credencial del vendedor."
|
| 171 |
|
| 172 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:505,
|
| 173 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:505
|
| 174 |
msgid "Colombia"
|
| 175 |
msgstr "Colombia"
|
| 176 |
|
| 177 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:507,
|
| 178 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:507
|
| 179 |
msgid "Argentina"
|
| 180 |
msgstr "Argentina"
|
| 181 |
|
| 182 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:509,
|
| 183 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:509
|
| 184 |
msgid "Brazil"
|
| 185 |
msgstr "Brasil"
|
| 186 |
|
| 187 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:511,
|
| 188 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:511
|
| 189 |
msgid "Chile"
|
| 190 |
msgstr "Chile"
|
| 191 |
|
| 192 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:513,
|
| 193 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:513
|
| 194 |
msgid "Mexico"
|
| 195 |
msgstr "México"
|
| 196 |
|
| 197 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:515,
|
| 198 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:515
|
| 199 |
msgid "Uruguay"
|
| 200 |
msgstr "Uruguay"
|
| 201 |
|
| 202 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:517,
|
| 203 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:517
|
| 204 |
msgid "Venezuela"
|
| 205 |
msgstr "Venezuela"
|
| 206 |
|
| 207 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:519,
|
| 208 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:519
|
| 209 |
msgid "Peru"
|
| 210 |
msgstr "Peru"
|
| 211 |
|
| 212 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:553,
|
| 213 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:553
|
| 214 |
msgid "Update the WooCommerce order to "
|
| 215 |
msgstr "Actualizar la orden de WooCommerce para "
|
| 216 |
|
| 217 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:772,
|
| 218 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550,
|
| 219 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550
|
| 220 |
msgid "Fill in your credentials to enable payment methods."
|
| 221 |
msgstr "Completa tus credenciales para habilitar los medios de pago."
|
| 222 |
|
| 223 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:788,
|
| 224 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:788
|
| 225 |
msgid "Set plugin"
|
| 226 |
msgstr "Configurar plugin"
|
| 227 |
|
| 228 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:789,
|
| 229 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
|
| 230 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
|
| 231 |
msgid "Payment methods"
|
| 232 |
msgstr "Medios de pagos"
|
| 233 |
|
| 234 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:790,
|
| 235 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
|
| 236 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
|
| 237 |
msgid "Plugin manual"
|
| 238 |
msgstr "Manual del plugin"
|
| 239 |
|
| 240 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:889,
|
| 241 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:889
|
| 242 |
msgid "By Mercado Pago"
|
| 243 |
msgstr "Por Mercado Pago"
|
| 244 |
|
| 353 |
"Por favor, introduzca su email en la dirección de facturación para utilizar "
|
| 354 |
"este servicio"
|
| 355 |
|
| 356 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40,
|
| 357 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40
|
| 358 |
msgid "Debit, Credit and invoice in Mercado Pago environment"
|
| 359 |
msgstr "Débito, crédito y efectivo, en Mercado Pago"
|
| 360 |
|
| 361 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41,
|
| 362 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:289,
|
| 363 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:289
|
| 364 |
msgid "Checkout Pro"
|
| 365 |
msgstr "Checkout Pro"
|
| 366 |
|
| 367 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:49,
|
| 368 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:49
|
| 369 |
msgid "Mercado Pago - Checkout Pro"
|
| 370 |
msgstr "Mercado Pago - Checkout Pro "
|
| 371 |
|
| 372 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51,
|
| 373 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51
|
| 374 |
msgid "Your saved cards or money in Mercado Pago"
|
| 375 |
msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago "
|
| 376 |
|
| 377 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176,
|
| 378 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176
|
| 379 |
msgid "Maximum number of installments"
|
| 380 |
msgstr "Máximo de cuotas"
|
| 381 |
|
| 382 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178,
|
| 383 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178
|
| 384 |
msgid "What is the maximum quota with which a customer can buy?"
|
| 385 |
msgstr "¿Cuál es el máximo de cuotas con las que un cliente puede comprar?"
|
| 386 |
|
| 387 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:181,
|
| 388 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:181
|
| 389 |
msgid "1 installment"
|
| 390 |
msgstr "1 cuota"
|
| 391 |
|
| 392 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:182,
|
| 393 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:182
|
| 394 |
msgid "2 installments"
|
| 395 |
msgstr "2 cuotas"
|
| 396 |
|
| 397 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:183,
|
| 398 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:183
|
| 399 |
msgid "3 installments"
|
| 400 |
msgstr "3 cuotas"
|
| 401 |
|
| 402 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:184,
|
| 403 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:184
|
| 404 |
msgid "4 installments"
|
| 405 |
msgstr "4 cuotas"
|
| 406 |
|
| 407 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:185,
|
| 408 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:185
|
| 409 |
msgid "5 installments"
|
| 410 |
msgstr "5 cuotas"
|
| 411 |
|
| 412 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:186,
|
| 413 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:186
|
| 414 |
msgid "6 installments"
|
| 415 |
msgstr "6 cuotas"
|
| 416 |
|
| 417 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:187,
|
| 418 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:187
|
| 419 |
msgid "10 installments"
|
| 420 |
msgstr "10 cuotas"
|
| 421 |
|
| 422 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:188,
|
| 423 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:188
|
| 424 |
msgid "12 installments"
|
| 425 |
msgstr "12 cuotas"
|
| 426 |
|
| 427 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:189,
|
| 428 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:189
|
| 429 |
msgid "15 installments"
|
| 430 |
msgstr "15 cuotas"
|
| 431 |
|
| 432 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:190,
|
| 433 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:190
|
| 434 |
msgid "18 installments"
|
| 435 |
msgstr "18 cuotas"
|
| 436 |
|
| 437 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:191,
|
| 438 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:191
|
| 439 |
msgid "24 installments"
|
| 440 |
msgstr "24 cuotas"
|
| 441 |
|
| 442 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:268,
|
| 443 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
|
| 444 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849,
|
| 445 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
|
| 448 |
msgid "Enable the checkout"
|
| 449 |
msgstr "Activar el checkout"
|
| 450 |
|
| 451 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269,
|
| 452 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269
|
| 453 |
msgid ""
|
| 454 |
"By disabling it, you will disable all payments from Mercado Pago Checkout at "
|
| 455 |
"Mercado Pago website by redirect."
|
| 457 |
"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
|
| 458 |
"sitio web de Mercado Pago."
|
| 459 |
|
| 460 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:273,
|
| 461 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854,
|
| 462 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854
|
| 463 |
msgid "The checkout is <b>enabled</b>."
|
| 464 |
msgstr "El checkout está <b>activo</b>."
|
| 465 |
|
| 466 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:274,
|
| 467 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855,
|
| 468 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855
|
| 469 |
msgid "The checkout is <b>disabled</b>."
|
| 470 |
msgstr "El checkout está <b>inactivo</b>."
|
| 471 |
|
| 472 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:293,
|
| 473 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:293
|
| 474 |
msgid ""
|
| 475 |
"With Checkout Pro you sell with all the safety inside Mercado Pago "
|
| 476 |
"environment."
|
| 478 |
"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
|
| 479 |
"Pago."
|
| 480 |
|
| 481 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310,
|
| 482 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310
|
| 483 |
msgid "Advanced settings"
|
| 484 |
msgstr "Configuración Avanzada"
|
| 485 |
|
| 486 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:323,
|
| 487 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:323
|
| 488 |
msgid "Payment experience"
|
| 489 |
msgstr "Experiencia de pago"
|
| 490 |
|
| 491 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:325,
|
| 492 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:325
|
| 493 |
msgid ""
|
| 494 |
"Define what payment experience your customers will have, whether inside or "
|
| 495 |
"outside your store."
|
| 497 |
"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
|
| 498 |
"tienda."
|
| 499 |
|
| 500 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:328,
|
| 501 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:328
|
| 502 |
msgid "Redirect"
|
| 503 |
msgstr "Redirect"
|
| 504 |
|
| 505 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:329,
|
| 506 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:329
|
| 507 |
msgid "Modal"
|
| 508 |
msgstr "Modal"
|
| 509 |
|
| 510 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345,
|
| 511 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345
|
| 512 |
msgid ""
|
| 513 |
"Choose the URL that we will show your customers when they finish their "
|
| 514 |
"purchase."
|
| 515 |
msgstr "Elige la URL que mostraremos a tus clientes cuando terminen su compra."
|
| 516 |
|
| 517 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:343,
|
| 518 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:363,
|
| 519 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384,
|
| 520 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384
|
| 521 |
msgid "This seems to be an invalid URL."
|
| 522 |
msgstr "Esto parece ser una URL no válida."
|
| 523 |
|
| 524 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:348,
|
| 525 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:348
|
| 526 |
msgid "Success URL"
|
| 527 |
msgstr "URL de éxito"
|
| 528 |
|
| 529 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365,
|
| 530 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365
|
| 531 |
msgid ""
|
| 532 |
"Choose the URL that we will show to your customers when we refuse their "
|
| 533 |
"purchase. Make sure it includes a message appropriate to the situation and "
|
| 537 |
"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
|
| 538 |
"útil para que puedan solucionarlo."
|
| 539 |
|
| 540 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:368,
|
| 541 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:368
|
| 542 |
msgid "Payment URL rejected"
|
| 543 |
msgstr "URL de pago rechazado"
|
| 544 |
|
| 545 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:386,
|
| 546 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:386
|
| 547 |
msgid ""
|
| 548 |
"Choose the URL that we will show to your customers when they have a payment "
|
| 549 |
"pending approval."
|
| 551 |
"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
|
| 552 |
"de aprobación."
|
| 553 |
|
| 554 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:389,
|
| 555 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:389
|
| 556 |
msgid "Payment URL pending"
|
| 557 |
msgstr "URL de pago pendiente"
|
| 558 |
|
| 559 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403,
|
| 560 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403
|
| 561 |
msgid "Enable the payment methods available to your clients."
|
| 562 |
msgstr "Habilita los medios de pago disponibles para tus clientes."
|
| 563 |
|
| 564 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404,
|
| 565 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404
|
| 566 |
msgid "Choose the payment methods you accept in your store"
|
| 567 |
msgstr "Elige los medios de pago que se aceptan en la tienda"
|
| 568 |
|
| 569 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:408,
|
| 570 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:408
|
| 571 |
msgid "Credit Cards"
|
| 572 |
msgstr "Tarjetas de crédito"
|
| 573 |
|
| 574 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:412,
|
| 575 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:412
|
| 576 |
msgid "Debit Cards"
|
| 577 |
msgstr "Tarjetas de débito"
|
| 578 |
|
| 579 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:416,
|
| 580 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:416
|
| 581 |
msgid "Other Payment Methods"
|
| 582 |
msgstr "Otros medios"
|
| 583 |
|
| 584 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:466,
|
| 585 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:466
|
| 586 |
msgid "Return to the store"
|
| 587 |
msgstr "Volver a la tienda"
|
| 588 |
|
| 589 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:467,
|
| 590 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:467
|
| 591 |
msgid ""
|
| 592 |
"Do you want your customer to automatically return to the store after payment?"
|
| 593 |
msgstr ""
|
| 594 |
"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
|
| 595 |
|
| 596 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:471,
|
| 597 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:471
|
| 598 |
msgid "The buyer <b>will be automatically redirected to the store</b>."
|
| 599 |
msgstr "El comprador <b>será redirigido automáticamente a la tienda</b>."
|
| 600 |
|
| 601 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:472,
|
| 602 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:472
|
| 603 |
msgid "The buyer <b>will not be automatically redirected to the store</b>."
|
| 604 |
msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
|
| 605 |
|
| 606 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537,
|
| 607 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537
|
| 608 |
msgid "Installments without card"
|
| 609 |
msgstr "Cuotas sin tarjeta"
|
| 610 |
|
| 611 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538,
|
| 612 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546,
|
| 613 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 614 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 615 |
msgid "Up to "
|
| 616 |
msgstr "hasta "
|
| 617 |
|
| 618 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538,
|
| 619 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546,
|
| 620 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 621 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 622 |
msgid " installments"
|
| 623 |
msgstr " Cuotas"
|
| 624 |
|
| 625 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545,
|
| 626 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
|
| 627 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353
|
| 628 |
msgid "Credit cards"
|
| 629 |
msgstr "Tarjetas de crédito"
|
| 630 |
|
| 631 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:552,
|
| 632 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361,
|
| 633 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361
|
| 634 |
msgid "Debit cards"
|
| 635 |
msgstr "Tarjetas de débito "
|
| 636 |
|
| 637 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:558,
|
| 638 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:558
|
| 639 |
msgid "Bank Transfer"
|
| 640 |
msgstr "Transferencia bancaria"
|
| 641 |
|
| 642 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:564,
|
| 643 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:564
|
| 644 |
msgid "Payment by cash"
|
| 645 |
msgstr "Pagos en efectivo "
|
| 646 |
|
| 647 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:593,
|
| 648 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:593
|
| 649 |
+
msgid "Payment with Mercado Credito"
|
| 650 |
+
msgstr "Pagos con Mercado Crédito"
|
| 651 |
+
|
| 652 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:594,
|
| 653 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:594
|
| 654 |
+
msgid "New!"
|
| 655 |
+
msgstr "¡Nuevo!"
|
| 656 |
+
|
| 657 |
+
#. translators: %s link to Mercado Credits blog
|
| 658 |
+
#. translators: %s link to Mercado Credits blog
|
| 659 |
+
#. translators: %s link to Mercado Credits blog
|
| 660 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:599,
|
| 661 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:599
|
| 662 |
+
msgid ""
|
| 663 |
+
"With <a href=\"%s\" target=\"blank\">Mercado Credito</a>, clients can pay "
|
| 664 |
+
"<b>in installments with no card, by transfers, invoice or money available in "
|
| 665 |
+
"their Mercado Pago account.</b><br/><b>By activating the no-card "
|
| 666 |
+
"installments banner</b>, you will increase your chances of selling."
|
| 667 |
+
msgstr ""
|
| 668 |
+
"Con <a href=\"%s\" target=\"blank\">Mercado Crédito</a>, los clientes pagan "
|
| 669 |
+
"<b>en cuotas sin tarjeta, por transferencia, tarjeta de débito, efectivo o "
|
| 670 |
+
"dinero disponible en la cuenta de Mercado Pago. </b><br/><b>Al activar el "
|
| 671 |
+
"componente de cuotas sin tarjeta</b>, aumentarás tus chances de vender. Para "
|
| 672 |
+
"saber más, ingresá a documentación."
|
| 673 |
+
|
| 674 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:603,
|
| 675 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:603
|
| 676 |
+
msgid "The no-card installments banner is <b>active</b>."
|
| 677 |
+
msgstr "El componente de cuotas sin tarjeta está <b>activado</b>."
|
| 678 |
+
|
| 679 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:604,
|
| 680 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:604
|
| 681 |
+
msgid "The no-card installments banner is <b>disabled</b>."
|
| 682 |
+
msgstr "El componente de cuotas sin tarjeta está <b>desactivado</b> ."
|
| 683 |
+
|
| 684 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:642,
|
| 685 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:652,
|
| 686 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:652
|
| 687 |
+
msgid "Banner on the product page | Computer version"
|
| 688 |
+
msgstr "Componente en la página del producto | Versión para computadora"
|
| 689 |
+
|
| 690 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:643,
|
| 691 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:643
|
| 692 |
+
msgid "Banner on the product page | Cellphone version"
|
| 693 |
+
msgstr "Componente en la página del producto | Versión para celular"
|
| 694 |
+
|
| 695 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:650,
|
| 696 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:650
|
| 697 |
+
msgid "Computer"
|
| 698 |
+
msgstr "Computadora"
|
| 699 |
+
|
| 700 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:651,
|
| 701 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:651
|
| 702 |
+
msgid "Mobile"
|
| 703 |
+
msgstr "Celular"
|
| 704 |
+
|
| 705 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653,
|
| 706 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653
|
| 707 |
+
msgid "Banner visualization"
|
| 708 |
+
msgstr "Visualización del componente"
|
| 709 |
+
|
| 710 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654,
|
| 711 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654
|
| 712 |
+
msgid "Check the example of how it will appear in the store:"
|
| 713 |
+
msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:"
|
| 714 |
+
|
| 715 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710,
|
| 716 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697,
|
| 717 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584,
|
| 718 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572,
|
| 719 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
|
| 726 |
msgid "discount of"
|
| 727 |
msgstr "descuento de"
|
| 728 |
|
| 729 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715,
|
| 730 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702,
|
| 731 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
|
| 732 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577,
|
| 733 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
|
| 796 |
|
| 797 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
|
| 798 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
|
| 799 |
+
#, fuzzy
|
| 800 |
+
#| msgid "Advanced configuration of the personalized payment experience\""
|
| 801 |
+
msgid "Advanced configuration of the personalized payment experience"
|
| 802 |
msgstr "Configuración Avanzada"
|
| 803 |
|
| 804 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208,
|
| 805 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208
|
| 806 |
+
msgid "Payments via Mercado Pago account"
|
| 807 |
+
msgstr "Pagos a través de la cuenta de Mercado Pago"
|
| 808 |
|
| 809 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209,
|
| 810 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
|
| 811 |
msgid ""
|
| 812 |
+
"Your customers pay faster with saved cards, money balance or other available "
|
| 813 |
+
"methods in their Mercado Pago accounts."
|
| 814 |
msgstr ""
|
| 815 |
+
"Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o "
|
| 816 |
+
"con otros medios disponibles en sus cuentas de MP."
|
| 817 |
|
| 818 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213,
|
| 819 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213
|
| 820 |
+
msgid "Payments via Mercado Pago accounts are <b>active</b>."
|
| 821 |
+
msgstr "Los pagos a través de la cuenta de Mercado Pago están <b>activos</b>."
|
|
|
|
| 822 |
|
| 823 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214,
|
| 824 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214
|
| 825 |
+
msgid "Payments via Mercado Pago accounts are <b>inactive</b>."
|
| 826 |
msgstr ""
|
| 827 |
+
"Los pagos a través de la cuenta de Mercado Pago están <b>deshabilitados</b>."
|
|
|
|
| 828 |
|
| 829 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233,
|
| 830 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233
|
| 831 |
+
msgid "Check an example of how it will appear in your store:"
|
| 832 |
+
msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
|
| 833 |
|
| 834 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264,
|
| 835 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
|
| 1002 |
msgstr "Descripción"
|
| 1003 |
|
| 1004 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:762,
|
| 1005 |
+
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
|
| 1006 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
|
| 1007 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
|
| 1008 |
msgid "Important! To sell you must enter your credentials."
|
| 1023 |
msgid "Mercado Pago Plugin general settings"
|
| 1024 |
msgstr "Configuraciones generales del plugin de Mercado Pago"
|
| 1025 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1026 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775,
|
| 1027 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
|
| 1028 |
msgid ""
|
| 2033 |
|
| 2034 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130,
|
| 2035 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130
|
| 2036 |
+
msgid "Enable payments via Mercado Pago account"
|
| 2037 |
+
msgstr "Pagos a través de la cuenta de Mercado Pago"
|
| 2038 |
|
| 2039 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133,
|
| 2040 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133
|
| 2041 |
msgid ""
|
| 2042 |
+
"When you enable this function, your customers pay faster using their Mercado "
|
| 2043 |
+
"Pago accounts.</br>The approval rate of these payments in your store can be "
|
| 2044 |
+
"25% higher compared to other payment methods."
|
| 2045 |
msgstr ""
|
| 2046 |
+
"Con esta función activa, tus clientes pagan más rápido usando su cuenta de "
|
| 2047 |
+
"Mercado Pago.</br>La tasa de aprobación de estos pagos en tu tienda puede "
|
| 2048 |
+
"ser un 25% mayor en comparación con otros medios de pago."
|
|
|
|
| 2049 |
|
| 2050 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142,
|
| 2051 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142
|
| 2052 |
+
msgid "Activate"
|
| 2053 |
+
msgstr ""
|
| 2054 |
|
| 2055 |
#: ../../includes/admin/views/html-admin-alert-frame.php:34,
|
| 2056 |
#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30,
|
| 2176 |
msgstr "Ajustar plazos y tasas"
|
| 2177 |
|
| 2178 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215,
|
| 2179 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126,
|
| 2180 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126
|
| 2181 |
msgid "Questions? "
|
| 2182 |
msgstr "¿Dudas? "
|
| 2183 |
|
| 2785 |
"inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
|
| 2786 |
|
| 2787 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
|
| 2788 |
+
#: ../../templates/checkout/custom-checkout.php:44,
|
|
|
|
| 2789 |
#: ../../templates/receipt/custom-checkout.php:41,
|
| 2790 |
#: ../../templates/receipt/custom-checkout.php:41
|
| 2791 |
msgid "Pay with Mercado Pago"
|
| 2797 |
msgid "Cancel & Clear Cart"
|
| 2798 |
msgstr "Cancelar & Limpiar carrito"
|
| 2799 |
|
| 2800 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134,
|
| 2801 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
|
| 2802 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
|
| 2803 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
|
| 2804 |
msgid "Apply"
|
| 2805 |
msgstr "Aplicar"
|
| 2806 |
|
| 2807 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
|
| 2808 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
|
| 2809 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
|
| 2810 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
|
| 2811 |
msgid "Remove"
|
| 2812 |
msgstr "Retirar"
|
| 2813 |
|
| 2814 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
|
| 2815 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
|
| 2816 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
|
| 2817 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
|
| 2818 |
msgid "Please, inform your coupon code"
|
| 2819 |
msgstr "Por favor, informe su código de cupón"
|
| 2820 |
|
| 2821 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
|
| 2822 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
|
| 2823 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
|
| 2824 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
|
| 2825 |
msgid "To choose"
|
| 2826 |
msgstr "Elegir"
|
| 2827 |
|
| 2828 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
|
| 2829 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
|
| 2830 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
|
| 2831 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
|
| 2832 |
msgid "Other bank"
|
| 2833 |
msgstr "Otro banco"
|
| 2834 |
|
| 2835 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
|
| 2836 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
|
| 2837 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
|
| 2838 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
|
| 2839 |
msgid "You will save"
|
| 2840 |
msgstr "Salvarás"
|
| 2841 |
|
| 2842 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
|
| 2843 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
|
| 2844 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
|
| 2845 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
|
| 2846 |
msgid "with discount of"
|
| 2847 |
msgstr "con descuento de"
|
| 2848 |
|
| 2849 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
|
| 2850 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
|
| 2851 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
|
| 2852 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
|
| 2853 |
msgid "Total of your purchase:"
|
| 2854 |
msgstr "Total de su compra:"
|
| 2855 |
|
| 2856 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
|
| 2857 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
|
| 2858 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
|
| 2859 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
|
| 2860 |
msgid "Total of your purchase with discount:"
|
| 2861 |
msgstr "Total de su compra con descuento:"
|
| 2862 |
|
| 2863 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
|
| 2864 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
|
| 2865 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
|
| 2866 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
|
| 2867 |
msgid "*After payment approval"
|
| 2868 |
msgstr "*Tras la aprobación del pago"
|
| 2869 |
|
| 2870 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
|
| 2871 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
|
| 2872 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
|
| 2873 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
|
| 2874 |
msgid "Terms and conditions of use"
|
| 2875 |
msgstr "Términos y condiciones de uso"
|
| 2876 |
|
| 2877 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
|
| 2878 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163,
|
| 2879 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
|
| 2880 |
msgid "No fee"
|
| 2881 |
msgstr "Sin interés"
|
| 2882 |
|
| 2883 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
|
| 2884 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
|
| 2885 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
|
| 2886 |
msgid "More options"
|
| 2887 |
msgstr "Más opciones"
|
| 2888 |
|
| 2889 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
|
| 2890 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154
|
| 2891 |
msgid "mm/yy"
|
| 2892 |
msgstr "mm/aa"
|
| 2893 |
|
| 2894 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
|
| 2895 |
+
#: ../../templates/checkout/custom-checkout.php:125,
|
| 2896 |
+
#: ../../templates/checkout/custom-checkout.php:125
|
| 2897 |
msgid "Issuer"
|
| 2898 |
msgstr "Banco"
|
| 2899 |
|
| 2900 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
|
| 2901 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156
|
| 2902 |
msgid "Installments"
|
| 2903 |
msgstr "cuotas "
|
| 2904 |
|
| 2905 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159,
|
| 2906 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159
|
| 2907 |
msgid "on the back"
|
| 2908 |
msgstr "del dorso"
|
| 2909 |
|
| 2910 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
|
| 2911 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
|
| 2912 |
msgid "on the front"
|
| 2913 |
msgstr "del frente"
|
| 2914 |
|
| 2915 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162,
|
| 2916 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162
|
| 2917 |
msgid "digits"
|
| 2918 |
msgstr "dígitos"
|
| 2919 |
|
| 2920 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167,
|
| 2921 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167
|
| 2922 |
msgid "Card number is required"
|
| 2923 |
msgstr "Número de tarjeta obligatorio"
|
| 2924 |
|
| 2925 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
|
| 2926 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
|
| 2927 |
msgid "Card number invalid"
|
| 2928 |
msgstr "Número de tarjeta inválido"
|
| 2929 |
|
| 2930 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171,
|
| 2931 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
|
| 2932 |
msgid "Holder name is required"
|
| 2933 |
msgstr "Nombre del titular obligatorio"
|
| 2934 |
|
| 2935 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
|
| 2936 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
|
| 2937 |
msgid "Holder name invalid"
|
| 2938 |
msgstr "Nombre del titular inválido"
|
| 2939 |
|
|
|
|
| 2940 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
|
| 2941 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
|
| 2942 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
|
| 2943 |
msgid "Expiration date invalid"
|
| 2944 |
msgstr "Fecha de vencimiento inválido"
|
| 2945 |
|
| 2946 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
|
| 2947 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176
|
| 2948 |
msgid "Expiration date incomplete"
|
| 2949 |
msgstr "Fecha de vencimiento obligatorio"
|
| 2950 |
|
| 2951 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180,
|
| 2952 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180
|
| 2953 |
msgid "Security code is required"
|
| 2954 |
msgstr "Código de seguridad obligatorio"
|
| 2955 |
|
| 2956 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
|
| 2957 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
|
| 2958 |
msgid "Security code incomplete"
|
| 2959 |
msgstr "Código de seguridad incompleto"
|
| 2960 |
|
| 2961 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188,
|
| 2962 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188
|
| 2963 |
+
msgid "Error loading form."
|
| 2964 |
+
msgstr "Error al cargar el formulario."
|
| 2965 |
+
|
| 2966 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189,
|
| 2967 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189
|
| 2968 |
+
msgid "Please refresh the page to try again."
|
| 2969 |
+
msgstr "Actualice la página para volver a intentarlo."
|
| 2970 |
+
|
| 2971 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190,
|
| 2972 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190
|
| 2973 |
+
msgid "Refresh page"
|
| 2974 |
+
msgstr "Actualizar página"
|
| 2975 |
+
|
| 2976 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
|
| 2977 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
|
| 2978 |
msgid "Now you just need to pay with Pix to finalize your purchase"
|
| 3023 |
msgid "Copy code"
|
| 3024 |
msgstr "Copiar código"
|
| 3025 |
|
| 3026 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:112,
|
| 3027 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:112
|
| 3028 |
+
msgid "Pay in"
|
| 3029 |
+
msgstr "Pagá"
|
| 3030 |
+
|
| 3031 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:113,
|
| 3032 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:113
|
| 3033 |
+
msgid "installments"
|
| 3034 |
+
msgstr "en cuotas"
|
| 3035 |
+
|
| 3036 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:114,
|
| 3037 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:114
|
| 3038 |
+
msgid "with Mercado Pago"
|
| 3039 |
+
msgstr "con Mercado Pago"
|
| 3040 |
+
|
| 3041 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:115,
|
| 3042 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:115
|
| 3043 |
+
msgid "Read more"
|
| 3044 |
+
msgstr "Leer más"
|
| 3045 |
+
|
| 3046 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:116,
|
| 3047 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:116
|
| 3048 |
+
msgid "Buy now and pay in installments with no card later!"
|
| 3049 |
+
msgstr "¡Compra ahora y paga después en meses sin tarjeta!"
|
| 3050 |
+
|
| 3051 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:117,
|
| 3052 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:117
|
| 3053 |
+
msgid "100% online, without paperwork or monthly fees"
|
| 3054 |
+
msgstr "100% online, sin bancos ni costo de mantenimiento"
|
| 3055 |
+
|
| 3056 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:118,
|
| 3057 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:118
|
| 3058 |
+
msgid "How does it work?"
|
| 3059 |
+
msgstr "¿Cómo funciona?"
|
| 3060 |
+
|
| 3061 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:119,
|
| 3062 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:119
|
| 3063 |
+
msgid "When paying, choose"
|
| 3064 |
+
msgstr "Al pagar elegí"
|
| 3065 |
+
|
| 3066 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:120,
|
| 3067 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:120
|
| 3068 |
+
msgid "Mercado Pago"
|
| 3069 |
+
msgstr "Mercado Pago"
|
| 3070 |
+
|
| 3071 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:121,
|
| 3072 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:121
|
| 3073 |
+
msgid ". Login to your account or create one in a few steps."
|
| 3074 |
+
msgstr ". Podrás ingresar con tu cuenta o crear una en pocos pasos."
|
| 3075 |
+
|
| 3076 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:122,
|
| 3077 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:122
|
| 3078 |
+
msgid "Search for"
|
| 3079 |
+
msgstr "Busca"
|
| 3080 |
+
|
| 3081 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:123,
|
| 3082 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:123
|
| 3083 |
+
msgid "Mercado Credito"
|
| 3084 |
+
msgstr "Mercado Crédito"
|
| 3085 |
+
|
| 3086 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:124,
|
| 3087 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:124
|
| 3088 |
+
msgid ""
|
| 3089 |
+
"among the options, select it and choose in how many installments you would "
|
| 3090 |
+
"like to pay."
|
| 3091 |
+
msgstr ""
|
| 3092 |
+
"entre las opciones, selecciónalo y elegí en cuántas cuotas quieres pagar."
|
| 3093 |
+
|
| 3094 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:125,
|
| 3095 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:125
|
| 3096 |
+
msgid "Pay your installments monthly as you wish, in the Mercado Pago app."
|
| 3097 |
+
msgstr ""
|
| 3098 |
+
"Pagá mes a mes tus cuotas como prefieras, desde la app de Mercado Pago."
|
| 3099 |
+
|
| 3100 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:128,
|
| 3101 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:128
|
| 3102 |
+
msgid "Check our FAQ"
|
| 3103 |
+
msgstr "Consulta nuestra FAQ"
|
| 3104 |
+
|
| 3105 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:129,
|
| 3106 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:129
|
| 3107 |
+
msgid ". Credit subject to approval."
|
| 3108 |
+
msgstr ". Crédito sujeto a aprobación."
|
| 3109 |
+
|
| 3110 |
#: ../../includes/module/sdk/lib/class-mp.php:182,
|
| 3111 |
#: ../../includes/module/sdk/lib/class-mp.php:634,
|
| 3112 |
#: ../../includes/module/sdk/lib/class-mp.php:682,
|
| 3113 |
+
#: ../../includes/module/sdk/lib/class-mp.php:727,
|
| 3114 |
+
#: ../../includes/module/sdk/lib/class-mp.php:986,
|
| 3115 |
+
#: ../../includes/module/sdk/lib/class-mp.php:986
|
| 3116 |
msgid "Response from cache"
|
| 3117 |
msgstr "Respuesta de la caché"
|
| 3118 |
|
| 3119 |
+
#: ../../includes/module/sdk/lib/class-mp.php:1000,
|
| 3120 |
+
#: ../../includes/module/sdk/lib/class-mp.php:1000
|
| 3121 |
+
msgid "Response from API"
|
| 3122 |
+
msgstr "Respuesta de la API"
|
| 3123 |
+
|
| 3124 |
#. translators: 1: total_time currency 2: url
|
| 3125 |
#. translators: 1: total_time currency 2: url
|
| 3126 |
#. translators: 1: total_time currency 2: url
|
| 3152 |
|
| 3153 |
#: ../../templates/checkout/basic-checkout.php:36,
|
| 3154 |
#: ../../templates/checkout/basic-checkout.php:36
|
| 3155 |
+
msgid ""
|
| 3156 |
+
"If you already have a Mercado Libre account, use the same email and password"
|
| 3157 |
+
msgstr ""
|
| 3158 |
+
"Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña "
|
| 3159 |
|
| 3160 |
#: ../../templates/checkout/basic-checkout.php:37,
|
| 3161 |
#: ../../templates/checkout/basic-checkout.php:37
|
| 3162 |
+
msgid "Buy with your balance or saved cards"
|
| 3163 |
+
msgstr "Compra con tu dinero disponible o tarjetas guardadas "
|
| 3164 |
|
| 3165 |
#: ../../templates/checkout/basic-checkout.php:38,
|
| 3166 |
#: ../../templates/checkout/basic-checkout.php:38
|
| 3167 |
+
msgid "Earn more points and have exclusive benefits in Mercado Puntos"
|
| 3168 |
+
msgstr "Gana más puntos y ventajas exclusivas en Mercado Puntos "
|
| 3169 |
|
| 3170 |
#: ../../templates/checkout/basic-checkout.php:41,
|
| 3171 |
#: ../../templates/checkout/basic-checkout.php:41
|
| 3175 |
#: ../../templates/checkout/basic-checkout.php:53,
|
| 3176 |
#: ../../templates/checkout/basic-checkout.php:53
|
| 3177 |
msgid ""
|
| 3178 |
+
"When you confirm your purchase, we will redirect you to your Mercado Pago "
|
| 3179 |
"account"
|
| 3180 |
+
msgstr ""
|
| 3181 |
+
"Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado Pago"
|
| 3182 |
|
| 3183 |
#: ../../templates/checkout/basic-checkout.php:54,
|
| 3184 |
#: ../../templates/checkout/basic-checkout.php:54
|
| 3186 |
msgstr ""
|
| 3187 |
|
| 3188 |
#: ../../templates/checkout/basic-checkout.php:63,
|
| 3189 |
+
#: ../../templates/checkout/custom-checkout.php:145,
|
| 3190 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3191 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3192 |
#: ../../templates/checkout/ticket-checkout.php:60
|
| 3194 |
msgstr "Al continuar, aceptas nuestros"
|
| 3195 |
|
| 3196 |
#: ../../templates/checkout/basic-checkout.php:64,
|
| 3197 |
+
#: ../../templates/checkout/custom-checkout.php:145,
|
| 3198 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3199 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3200 |
#: ../../templates/checkout/ticket-checkout.php:60
|
| 3201 |
msgid "Terms and conditions"
|
| 3202 |
msgstr "Términos y condiciones "
|
| 3203 |
|
| 3204 |
+
#: ../../templates/checkout/custom-checkout.php:23,
|
| 3205 |
+
#: ../../templates/checkout/custom-checkout.php:23
|
| 3206 |
msgid "Checkout Custom in Test Mode"
|
| 3207 |
msgstr "Tarjeta de crédito en Modo Test"
|
| 3208 |
|
| 3209 |
+
#: ../../templates/checkout/custom-checkout.php:24,
|
| 3210 |
+
#: ../../templates/checkout/custom-checkout.php:24
|
| 3211 |
msgid "Use Mercado Pago means without real charges."
|
| 3212 |
msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
|
| 3213 |
|
| 3214 |
+
#: ../../templates/checkout/custom-checkout.php:25,
|
| 3215 |
+
#: ../../templates/checkout/custom-checkout.php:25
|
| 3216 |
msgid "See test mode rules."
|
| 3217 |
msgstr "Ver las reglas del Modo Test. "
|
| 3218 |
|
| 3219 |
#: ../../templates/checkout/custom-checkout.php:35,
|
| 3220 |
#: ../../templates/checkout/custom-checkout.php:35
|
| 3221 |
+
msgid "Pay with saved cards"
|
| 3222 |
+
msgstr "Paga con tarjetas guardadas"
|
| 3223 |
|
| 3224 |
+
#: ../../templates/checkout/custom-checkout.php:39,
|
| 3225 |
+
#: ../../templates/checkout/custom-checkout.php:39
|
| 3226 |
+
msgid ""
|
| 3227 |
+
"Do you have a Mercado Libre account? Then use the same email and password to "
|
| 3228 |
+
"pay faster with Mercado Pago."
|
| 3229 |
+
msgstr ""
|
| 3230 |
+
"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
|
| 3231 |
+
"pagar más rápido \n"
|
| 3232 |
+
"con Mercado Pago."
|
| 3233 |
+
|
| 3234 |
+
#: ../../templates/checkout/custom-checkout.php:61,
|
| 3235 |
+
#: ../../templates/checkout/custom-checkout.php:61
|
| 3236 |
msgid "With which card can you pay?"
|
| 3237 |
msgstr "¿Con qué tarjeta puedes pagar?"
|
| 3238 |
|
| 3239 |
+
#: ../../templates/checkout/custom-checkout.php:73,
|
| 3240 |
+
#: ../../templates/checkout/custom-checkout.php:73
|
| 3241 |
msgid "See current promotions"
|
| 3242 |
msgstr "Ver promociones vigentes"
|
| 3243 |
|
| 3244 |
+
#: ../../templates/checkout/custom-checkout.php:81,
|
| 3245 |
+
#: ../../templates/checkout/custom-checkout.php:81
|
| 3246 |
msgid "Fill in your card details"
|
| 3247 |
msgstr "Completa los datos de tu tarjeta"
|
| 3248 |
|
| 3249 |
+
#: ../../templates/checkout/custom-checkout.php:83,
|
| 3250 |
+
#: ../../templates/checkout/custom-checkout.php:83
|
| 3251 |
msgid "Card number"
|
| 3252 |
msgstr "Número de Tarjeta"
|
| 3253 |
|
| 3254 |
+
#: ../../templates/checkout/custom-checkout.php:85,
|
| 3255 |
+
#: ../../templates/checkout/custom-checkout.php:92,
|
| 3256 |
+
#: ../../templates/checkout/custom-checkout.php:101,
|
| 3257 |
+
#: ../../templates/checkout/custom-checkout.php:109,
|
| 3258 |
+
#: ../../templates/checkout/custom-checkout.php:109
|
| 3259 |
msgid "Required data"
|
| 3260 |
msgstr "Datos obligatorios"
|
| 3261 |
|
| 3262 |
+
#: ../../templates/checkout/custom-checkout.php:90,
|
| 3263 |
+
#: ../../templates/checkout/custom-checkout.php:90
|
| 3264 |
msgid "Holder name as it appears on the card"
|
| 3265 |
msgstr "Nombre del titular como aparece en la tarjeta"
|
| 3266 |
|
| 3267 |
+
#: ../../templates/checkout/custom-checkout.php:98,
|
| 3268 |
+
#: ../../templates/checkout/custom-checkout.php:98
|
| 3269 |
msgid "Expiration"
|
| 3270 |
msgstr "Vencimiento"
|
| 3271 |
|
| 3272 |
+
#: ../../templates/checkout/custom-checkout.php:106,
|
| 3273 |
+
#: ../../templates/checkout/custom-checkout.php:106
|
| 3274 |
msgid "Security Code"
|
| 3275 |
msgstr "Código de seguridad"
|
| 3276 |
|
| 3277 |
+
#: ../../templates/checkout/custom-checkout.php:115,
|
| 3278 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3279 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3280 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3281 |
msgid "Holder document"
|
| 3282 |
msgstr "Documento del titular"
|
| 3283 |
|
| 3284 |
+
#: ../../templates/checkout/custom-checkout.php:115,
|
| 3285 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3286 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3287 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3288 |
msgid "Invalid document"
|
| 3289 |
msgstr "Número de documento no válido"
|
| 3290 |
|
| 3291 |
+
#: ../../templates/checkout/custom-checkout.php:121,
|
| 3292 |
+
#: ../../templates/checkout/custom-checkout.php:133,
|
| 3293 |
+
#: ../../templates/checkout/custom-checkout.php:133
|
| 3294 |
msgid "Select the number of installments"
|
| 3295 |
msgstr "Selecciona la cantidad de cuotas"
|
| 3296 |
|
| 3297 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3298 |
#: ../../templates/checkout/pix-checkout.php:22
|
|
|
|
|
|
|
| 3299 |
msgid "Pix in Test Mode"
|
| 3300 |
+
msgstr "Pix en Modo Test"
|
| 3301 |
|
| 3302 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3303 |
#: ../../templates/checkout/pix-checkout.php:22
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3304 |
msgid ""
|
| 3305 |
"You can test the flow to generate a code, but you cannot finalize the "
|
| 3306 |
"payment."
|
| 3307 |
msgstr ""
|
| 3308 |
+
"Es posible probar el flujo para generar una factura, pero no es posible "
|
| 3309 |
"finalizar el pago."
|
| 3310 |
|
| 3311 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3312 |
#: ../../templates/checkout/pix-checkout.php:27
|
|
|
|
|
|
|
| 3313 |
msgid "Pay instantly"
|
| 3314 |
+
msgstr "Pago instantáneo"
|
| 3315 |
|
| 3316 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3317 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3318 |
msgid ""
|
| 3319 |
"By confirming your purchase, we will show you a code to make the payment."
|
| 3320 |
msgstr ""
|
| 3321 |
+
"Al confirmar tu compra, te mostraremos un código para realizar el pago."
|
| 3322 |
|
| 3323 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3324 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3325 |
msgid "Pix logo"
|
| 3326 |
+
msgstr "Pix logo"
|
| 3327 |
|
| 3328 |
#: ../../templates/checkout/ticket-checkout.php:23,
|
| 3329 |
#: ../../templates/checkout/ticket-checkout.php:23
|
| 3377 |
msgid "Print ticket"
|
| 3378 |
msgstr "Imprimir ticket"
|
| 3379 |
|
| 3380 |
+
#~ msgid "Click here to see more details..."
|
| 3381 |
+
#~ msgstr "Haga clic aquí para ver más detalles…"
|
| 3382 |
+
|
| 3383 |
+
#~ msgid "Purchases with saved cards or money in Mercado Pago"
|
| 3384 |
+
#~ msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago"
|
| 3385 |
+
|
| 3386 |
+
#~ msgid ""
|
| 3387 |
+
#~ "Feature for those who have a saved card or money in Mercado Pago to buy "
|
| 3388 |
+
#~ "without having to fill in details."
|
| 3389 |
+
#~ msgstr ""
|
| 3390 |
+
#~ "Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en "
|
| 3391 |
+
#~ "Mercado Pago puedan comprar sin la necesidad de completar datos."
|
| 3392 |
+
|
| 3393 |
+
#~ msgid "The feature for payments with <b>saved cards</b> is <b>active</b>."
|
| 3394 |
+
#~ msgstr ""
|
| 3395 |
+
#~ "La funcionalidad para pagos con <b>tarjetas guardadas</b> está <b>activa</"
|
| 3396 |
+
#~ "b>."
|
| 3397 |
+
|
| 3398 |
+
#~ msgid "The feature for payments with <b>saved cards</b> is <b>inactive</b>."
|
| 3399 |
+
#~ msgstr ""
|
| 3400 |
+
#~ "La funcionalidad para pagos con <b>tarjetas guardadas</b> está "
|
| 3401 |
+
#~ "<b>inactiva</b>."
|
| 3402 |
+
|
| 3403 |
+
#~ msgid "You can see how the feature is in your store Checkout below:"
|
| 3404 |
+
#~ msgstr ""
|
| 3405 |
+
#~ "A continuación, cómo es la funcionalidad en el checkout de la tienda:"
|
| 3406 |
+
|
| 3407 |
+
#~ msgid "Mercado Pago customers can now pay with stored cards."
|
| 3408 |
+
#~ msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas."
|
| 3409 |
+
|
| 3410 |
+
#~ msgid ""
|
| 3411 |
+
#~ "The function Saved card payments is enabled. With this setting, "
|
| 3412 |
+
#~ "customers using Mercado Pago can purchase without having to fill in "
|
| 3413 |
+
#~ "payment details. You can control this option in the settings."
|
| 3414 |
+
#~ msgstr ""
|
| 3415 |
+
#~ "La función Pago con tarjetas guardadas de Mercado Pago está habilitada. "
|
| 3416 |
+
#~ "Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que "
|
| 3417 |
+
#~ "completar los datos de la tarjeta. Puedes controlar esta opción en "
|
| 3418 |
+
#~ "configuración."
|
| 3419 |
+
|
| 3420 |
+
#~ msgid "Go to settings"
|
| 3421 |
+
#~ msgstr "Ir a la configuración"
|
| 3422 |
+
|
| 3423 |
+
#~ msgid "Secure payment"
|
| 3424 |
+
#~ msgstr "Pago seguro"
|
| 3425 |
+
|
| 3426 |
+
#~ msgid "No need to fill out details"
|
| 3427 |
+
#~ msgstr "Sin cargar datos"
|
| 3428 |
+
|
| 3429 |
+
#~ msgid "Installments available"
|
| 3430 |
+
#~ msgstr "Cuotas disponibles"
|
| 3431 |
+
|
| 3432 |
+
#~ msgid "Pay faster with your saved cards and without completing data."
|
| 3433 |
+
#~ msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos."
|
| 3434 |
+
|
| 3435 |
#, fuzzy
|
| 3436 |
#~| msgid "Important! To sell you must enter your credentials."
|
| 3437 |
#~ msgid "Important! To sell, you must enter your credentials."
|
| 3474 |
#~ msgid "We take you to our site to complete the payment"
|
| 3475 |
#~ msgstr "Te llevamos a nuestro sitio para completar el pago"
|
| 3476 |
|
|
|
|
|
|
|
|
|
|
| 3477 |
#~ msgid "Enter your discount coupon"
|
| 3478 |
#~ msgstr "Ingresa tu cupón de descuento"
|
| 3479 |
|
| 3579 |
#~ msgid "Report Problem"
|
| 3580 |
#~ msgstr "Informar problema"
|
| 3581 |
|
|
|
|
|
|
|
|
|
|
| 3582 |
#~ msgid "Accept all method of payment and take your charges to another level"
|
| 3583 |
#~ msgstr "Acepta todos los medios de pago y lleva tus cobros a otro nivel"
|
| 3584 |
|
| 3819 |
#~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
|
| 3820 |
#~ "recibir pagos reales."
|
| 3821 |
|
|
|
|
|
|
|
|
|
|
| 3822 |
#~ msgid ""
|
| 3823 |
#~ "What category do your products belong to? Choose the one that best "
|
| 3824 |
#~ "characterizes them (choose \"other\" if your product is too specific)."
|
| 3937 |
#~ "esté bien. Si ya saliste a Producción,<br> trae a tus clientes y aumenta "
|
| 3938 |
#~ "tus ventas con la mejor experiencia de compra online."
|
| 3939 |
|
|
|
|
|
|
|
|
|
|
| 3940 |
#~ msgid "%s"
|
| 3941 |
#~ msgstr "%s"
|
| 3942 |
|
i18n/languages/woocommerce-mercadopago-es_VE.mo
CHANGED
|
Binary file
|
i18n/languages/woocommerce-mercadopago-es_VE.po
CHANGED
|
@@ -14,14 +14,14 @@ msgstr ""
|
|
| 14 |
"X-Generator: Poedit 3.1.1\n"
|
| 15 |
|
| 16 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145,
|
| 17 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 18 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 19 |
msgid "By continuing, you agree to our "
|
| 20 |
msgstr "Al continuar, aceptas nuestros "
|
| 21 |
|
| 22 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147,
|
| 23 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 24 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 25 |
msgid "Terms and Conditions"
|
| 26 |
msgstr "Términos y condiciones"
|
| 27 |
|
|
@@ -85,8 +85,8 @@ msgstr ""
|
|
| 85 |
msgid "Invalid credentials"
|
| 86 |
msgstr "Credenciales no válidas"
|
| 87 |
|
| 88 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 89 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 90 |
msgid ""
|
| 91 |
"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
|
| 92 |
"Please update your PHP version."
|
|
@@ -94,13 +94,13 @@ msgstr ""
|
|
| 94 |
"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
|
| 95 |
"favor actualice su versión de PHP."
|
| 96 |
|
| 97 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 98 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 99 |
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
|
| 100 |
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
|
| 101 |
|
| 102 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 103 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 104 |
msgid ""
|
| 105 |
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
|
| 106 |
"extension is required to send QR Code Pix by email."
|
|
@@ -112,29 +112,29 @@ msgstr ""
|
|
| 112 |
#. translators: %s link to WooCommerce
|
| 113 |
#. translators: %s link to WooCommerce
|
| 114 |
#. translators: %s link to WooCommerce
|
| 115 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 116 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 117 |
msgid "The Mercado Pago module needs an active version of %s in order to work!"
|
| 118 |
msgstr ""
|
| 119 |
"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
|
| 120 |
|
| 121 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 122 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 123 |
msgid "Cancel order"
|
| 124 |
msgstr "Cancelar orden"
|
| 125 |
|
| 126 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 127 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 128 |
msgid "The payment method is not valid or not available."
|
| 129 |
msgstr "El medio de pago no es válido o no está disponible."
|
| 130 |
|
| 131 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 132 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 133 |
msgid "The transaction amount cannot be processed by Mercado Pago."
|
| 134 |
msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
|
| 135 |
|
| 136 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 137 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 138 |
msgid ""
|
| 139 |
"Possible causes: Currency not supported; Amounts below the minimum or above "
|
| 140 |
"the maximum allowed."
|
|
@@ -142,13 +142,13 @@ msgstr ""
|
|
| 142 |
"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
|
| 143 |
"encima del máximo permitido."
|
| 144 |
|
| 145 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 146 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 147 |
msgid "The users are not valid."
|
| 148 |
msgstr "Los usuários no son válidos."
|
| 149 |
|
| 150 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 151 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 152 |
msgid ""
|
| 153 |
"Possible causes: Buyer and seller have the same account in Mercado Pago; The "
|
| 154 |
"transaction involving production and test users."
|
|
@@ -156,89 +156,89 @@ msgstr ""
|
|
| 156 |
"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
|
| 157 |
"Pago; La transacción involucrando usuários de producción y de prueba."
|
| 158 |
|
| 159 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 160 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 161 |
msgid "Unauthorized use of production credentials."
|
| 162 |
msgstr "Uso no autorizado de credenciales de producción."
|
| 163 |
|
| 164 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 165 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 166 |
msgid ""
|
| 167 |
"Possible causes: Use permission in use for the credential of the seller."
|
| 168 |
msgstr ""
|
| 169 |
"Posibles causas: Pendencia de permiso de uso en producción para la "
|
| 170 |
"credencial del vendedor."
|
| 171 |
|
| 172 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 173 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 174 |
msgid "Colombia"
|
| 175 |
msgstr "Colombia"
|
| 176 |
|
| 177 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 178 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 179 |
msgid "Argentina"
|
| 180 |
msgstr "Argentina"
|
| 181 |
|
| 182 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 183 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 184 |
msgid "Brazil"
|
| 185 |
msgstr "Brasil"
|
| 186 |
|
| 187 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 188 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 189 |
msgid "Chile"
|
| 190 |
msgstr "Chile"
|
| 191 |
|
| 192 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 193 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 194 |
msgid "Mexico"
|
| 195 |
msgstr "México"
|
| 196 |
|
| 197 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 198 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 199 |
msgid "Uruguay"
|
| 200 |
msgstr "Uruguay"
|
| 201 |
|
| 202 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 203 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 204 |
msgid "Venezuela"
|
| 205 |
msgstr "Venezuela"
|
| 206 |
|
| 207 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 208 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 209 |
msgid "Peru"
|
| 210 |
msgstr "Peru"
|
| 211 |
|
| 212 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 213 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 214 |
msgid "Update the WooCommerce order to "
|
| 215 |
msgstr "Actualizar la orden de WooCommerce para "
|
| 216 |
|
| 217 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 218 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550,
|
| 219 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550
|
| 220 |
msgid "Fill in your credentials to enable payment methods."
|
| 221 |
msgstr "Completa tus credenciales para habilitar los medios de pago."
|
| 222 |
|
| 223 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 224 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 225 |
msgid "Set plugin"
|
| 226 |
msgstr "Configurar plugin"
|
| 227 |
|
| 228 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 229 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
|
| 230 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
|
| 231 |
msgid "Payment methods"
|
| 232 |
msgstr "Medios de pagos"
|
| 233 |
|
| 234 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 235 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
|
| 236 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
|
| 237 |
msgid "Plugin manual"
|
| 238 |
msgstr "Manual del plugin"
|
| 239 |
|
| 240 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 241 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 242 |
msgid "By Mercado Pago"
|
| 243 |
msgstr "Por Mercado Pago"
|
| 244 |
|
|
@@ -353,93 +353,93 @@ msgstr ""
|
|
| 353 |
"Por favor, introduzca su email en la dirección de facturación para utilizar "
|
| 354 |
"este servicio"
|
| 355 |
|
| 356 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 357 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 358 |
msgid "Debit, Credit and invoice in Mercado Pago environment"
|
| 359 |
msgstr "Débito, crédito y efectivo, en Mercado Pago"
|
| 360 |
|
| 361 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 362 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 363 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 364 |
msgid "Checkout Pro"
|
| 365 |
msgstr "Checkout Pro"
|
| 366 |
|
| 367 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 368 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 369 |
msgid "Mercado Pago - Checkout Pro"
|
| 370 |
msgstr "Mercado Pago - Checkout Pro "
|
| 371 |
|
| 372 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 373 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 374 |
msgid "Your saved cards or money in Mercado Pago"
|
| 375 |
msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago "
|
| 376 |
|
| 377 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 378 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 379 |
msgid "Maximum number of installments"
|
| 380 |
msgstr "Máximo de cuotas"
|
| 381 |
|
| 382 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 383 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 384 |
msgid "What is the maximum quota with which a customer can buy?"
|
| 385 |
msgstr "¿Cuál es el máximo de cuotas con las que un cliente puede comprar?"
|
| 386 |
|
| 387 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 388 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 389 |
msgid "1 installment"
|
| 390 |
msgstr "1 cuota"
|
| 391 |
|
| 392 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 393 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 394 |
msgid "2 installments"
|
| 395 |
msgstr "2 cuotas"
|
| 396 |
|
| 397 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 398 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 399 |
msgid "3 installments"
|
| 400 |
msgstr "3 cuotas"
|
| 401 |
|
| 402 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 403 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 404 |
msgid "4 installments"
|
| 405 |
msgstr "4 cuotas"
|
| 406 |
|
| 407 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 408 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 409 |
msgid "5 installments"
|
| 410 |
msgstr "5 cuotas"
|
| 411 |
|
| 412 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 413 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 414 |
msgid "6 installments"
|
| 415 |
msgstr "6 cuotas"
|
| 416 |
|
| 417 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 418 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 419 |
msgid "10 installments"
|
| 420 |
msgstr "10 cuotas"
|
| 421 |
|
| 422 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 423 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 424 |
msgid "12 installments"
|
| 425 |
msgstr "12 cuotas"
|
| 426 |
|
| 427 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 428 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 429 |
msgid "15 installments"
|
| 430 |
msgstr "15 cuotas"
|
| 431 |
|
| 432 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 433 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 434 |
msgid "18 installments"
|
| 435 |
msgstr "18 cuotas"
|
| 436 |
|
| 437 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 438 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 439 |
msgid "24 installments"
|
| 440 |
msgstr "24 cuotas"
|
| 441 |
|
| 442 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 443 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
|
| 444 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849,
|
| 445 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
|
|
@@ -448,8 +448,8 @@ msgstr "24 cuotas"
|
|
| 448 |
msgid "Enable the checkout"
|
| 449 |
msgstr "Activar el checkout"
|
| 450 |
|
| 451 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 452 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 453 |
msgid ""
|
| 454 |
"By disabling it, you will disable all payments from Mercado Pago Checkout at "
|
| 455 |
"Mercado Pago website by redirect."
|
|
@@ -457,20 +457,20 @@ msgstr ""
|
|
| 457 |
"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
|
| 458 |
"sitio web de Mercado Pago."
|
| 459 |
|
| 460 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 461 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854,
|
| 462 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854
|
| 463 |
msgid "The checkout is <b>enabled</b>."
|
| 464 |
msgstr "El checkout está <b>activo</b>."
|
| 465 |
|
| 466 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 467 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855,
|
| 468 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855
|
| 469 |
msgid "The checkout is <b>disabled</b>."
|
| 470 |
msgstr "El checkout está <b>inactivo</b>."
|
| 471 |
|
| 472 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 473 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 474 |
msgid ""
|
| 475 |
"With Checkout Pro you sell with all the safety inside Mercado Pago "
|
| 476 |
"environment."
|
|
@@ -478,18 +478,18 @@ msgstr ""
|
|
| 478 |
"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
|
| 479 |
"Pago."
|
| 480 |
|
| 481 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 482 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 483 |
msgid "Advanced settings"
|
| 484 |
msgstr "Configuración Avanzada"
|
| 485 |
|
| 486 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 487 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 488 |
msgid "Payment experience"
|
| 489 |
msgstr "Experiencia de pago"
|
| 490 |
|
| 491 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 492 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 493 |
msgid ""
|
| 494 |
"Define what payment experience your customers will have, whether inside or "
|
| 495 |
"outside your store."
|
|
@@ -497,37 +497,37 @@ msgstr ""
|
|
| 497 |
"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
|
| 498 |
"tienda."
|
| 499 |
|
| 500 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 501 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 502 |
msgid "Redirect"
|
| 503 |
msgstr "Redirect"
|
| 504 |
|
| 505 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 506 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 507 |
msgid "Modal"
|
| 508 |
msgstr "Modal"
|
| 509 |
|
| 510 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 511 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 512 |
msgid ""
|
| 513 |
"Choose the URL that we will show your customers when they finish their "
|
| 514 |
"purchase."
|
| 515 |
msgstr "Elige la URL que mostraremos a tus clientes cuando terminen su compra."
|
| 516 |
|
| 517 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 518 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 519 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 520 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 521 |
msgid "This seems to be an invalid URL."
|
| 522 |
msgstr "Esto parece ser una URL no válida."
|
| 523 |
|
| 524 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 525 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 526 |
msgid "Success URL"
|
| 527 |
msgstr "URL de éxito"
|
| 528 |
|
| 529 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 530 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 531 |
msgid ""
|
| 532 |
"Choose the URL that we will show to your customers when we refuse their "
|
| 533 |
"purchase. Make sure it includes a message appropriate to the situation and "
|
|
@@ -537,13 +537,13 @@ msgstr ""
|
|
| 537 |
"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
|
| 538 |
"útil para que puedan solucionarlo."
|
| 539 |
|
| 540 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 541 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 542 |
msgid "Payment URL rejected"
|
| 543 |
msgstr "URL de pago rechazado"
|
| 544 |
|
| 545 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 546 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 547 |
msgid ""
|
| 548 |
"Choose the URL that we will show to your customers when they have a payment "
|
| 549 |
"pending approval."
|
|
@@ -551,101 +551,169 @@ msgstr ""
|
|
| 551 |
"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
|
| 552 |
"de aprobación."
|
| 553 |
|
| 554 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 555 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 556 |
msgid "Payment URL pending"
|
| 557 |
msgstr "URL de pago pendiente"
|
| 558 |
|
| 559 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 560 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 561 |
msgid "Enable the payment methods available to your clients."
|
| 562 |
msgstr "Habilita los medios de pago disponibles para tus clientes."
|
| 563 |
|
| 564 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 565 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 566 |
msgid "Choose the payment methods you accept in your store"
|
| 567 |
msgstr "Elige los medios de pago que se aceptan en la tienda"
|
| 568 |
|
| 569 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 570 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 571 |
msgid "Credit Cards"
|
| 572 |
msgstr "Tarjetas de crédito"
|
| 573 |
|
| 574 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 575 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 576 |
msgid "Debit Cards"
|
| 577 |
msgstr "Tarjetas de débito"
|
| 578 |
|
| 579 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 580 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 581 |
msgid "Other Payment Methods"
|
| 582 |
msgstr "Otros medios"
|
| 583 |
|
| 584 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 585 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 586 |
msgid "Return to the store"
|
| 587 |
msgstr "Volver a la tienda"
|
| 588 |
|
| 589 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 590 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 591 |
msgid ""
|
| 592 |
"Do you want your customer to automatically return to the store after payment?"
|
| 593 |
msgstr ""
|
| 594 |
"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
|
| 595 |
|
| 596 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 597 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 598 |
msgid "The buyer <b>will be automatically redirected to the store</b>."
|
| 599 |
msgstr "El comprador <b>será redirigido automáticamente a la tienda</b>."
|
| 600 |
|
| 601 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 602 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 603 |
msgid "The buyer <b>will not be automatically redirected to the store</b>."
|
| 604 |
msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
|
| 605 |
|
| 606 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 607 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 608 |
msgid "Installments without card"
|
| 609 |
msgstr "Cuotas sin tarjeta"
|
| 610 |
|
| 611 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 612 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 613 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 614 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 615 |
msgid "Up to "
|
| 616 |
msgstr "hasta "
|
| 617 |
|
| 618 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 619 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 620 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 621 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 622 |
msgid " installments"
|
| 623 |
msgstr " Cuotas"
|
| 624 |
|
| 625 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 626 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
|
| 627 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353
|
| 628 |
msgid "Credit cards"
|
| 629 |
msgstr "Tarjetas de crédito"
|
| 630 |
|
| 631 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 632 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361,
|
| 633 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361
|
| 634 |
msgid "Debit cards"
|
| 635 |
msgstr "Tarjetas de débito "
|
| 636 |
|
| 637 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 638 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 639 |
msgid "Bank Transfer"
|
| 640 |
msgstr "Transferencia bancaria"
|
| 641 |
|
| 642 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 643 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 644 |
msgid "Payment by cash"
|
| 645 |
msgstr "Pagos en efectivo "
|
| 646 |
|
| 647 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 648 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 649 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584,
|
| 650 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572,
|
| 651 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
|
|
@@ -658,8 +726,8 @@ msgstr "Pagos en efectivo "
|
|
| 658 |
msgid "discount of"
|
| 659 |
msgstr "descuento de"
|
| 660 |
|
| 661 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 662 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 663 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
|
| 664 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577,
|
| 665 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
|
|
@@ -728,40 +796,40 @@ msgstr ""
|
|
| 728 |
|
| 729 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
|
| 730 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
|
| 731 |
-
|
|
|
|
|
|
|
| 732 |
msgstr "Configuración Avanzada"
|
| 733 |
|
| 734 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208,
|
| 735 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208
|
| 736 |
-
msgid "
|
| 737 |
-
msgstr "
|
| 738 |
|
| 739 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209,
|
| 740 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
|
| 741 |
msgid ""
|
| 742 |
-
"
|
| 743 |
-
"
|
| 744 |
msgstr ""
|
| 745 |
-
"
|
| 746 |
-
"
|
| 747 |
|
| 748 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213,
|
| 749 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213
|
| 750 |
-
msgid "
|
| 751 |
-
msgstr ""
|
| 752 |
-
"La funcionalidad para pagos con <b>tarjetas guardadas</b> está <b>activa</b>."
|
| 753 |
|
| 754 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214,
|
| 755 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214
|
| 756 |
-
msgid "
|
| 757 |
msgstr ""
|
| 758 |
-
"
|
| 759 |
-
"b>."
|
| 760 |
|
| 761 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233,
|
| 762 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233
|
| 763 |
-
msgid "
|
| 764 |
-
msgstr "
|
| 765 |
|
| 766 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264,
|
| 767 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
|
|
@@ -934,6 +1002,7 @@ msgid "Description"
|
|
| 934 |
msgstr "Descripción"
|
| 935 |
|
| 936 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:762,
|
|
|
|
| 937 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
|
| 938 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
|
| 939 |
msgid "Important! To sell you must enter your credentials."
|
|
@@ -954,11 +1023,6 @@ msgstr "Introducir credenciales"
|
|
| 954 |
msgid "Mercado Pago Plugin general settings"
|
| 955 |
msgstr "Configuraciones generales del plugin de Mercado Pago"
|
| 956 |
|
| 957 |
-
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
|
| 958 |
-
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774
|
| 959 |
-
msgid "Important! To sell you must enter your credentials.?"
|
| 960 |
-
msgstr ""
|
| 961 |
-
|
| 962 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775,
|
| 963 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
|
| 964 |
msgid ""
|
|
@@ -1969,25 +2033,24 @@ msgstr "Valorar el plugin"
|
|
| 1969 |
|
| 1970 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130,
|
| 1971 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130
|
| 1972 |
-
msgid "
|
| 1973 |
-
msgstr "
|
| 1974 |
|
| 1975 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133,
|
| 1976 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133
|
| 1977 |
msgid ""
|
| 1978 |
-
"
|
| 1979 |
-
"
|
| 1980 |
-
"
|
| 1981 |
msgstr ""
|
| 1982 |
-
"
|
| 1983 |
-
"
|
| 1984 |
-
"
|
| 1985 |
-
"configuración."
|
| 1986 |
|
| 1987 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142,
|
| 1988 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142
|
| 1989 |
-
msgid "
|
| 1990 |
-
msgstr "
|
| 1991 |
|
| 1992 |
#: ../../includes/admin/views/html-admin-alert-frame.php:34,
|
| 1993 |
#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30,
|
|
@@ -2113,7 +2176,8 @@ msgid "Set deadlines and fees"
|
|
| 2113 |
msgstr "Ajustar plazos y tasas"
|
| 2114 |
|
| 2115 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215,
|
| 2116 |
-
#: ../../includes/
|
|
|
|
| 2117 |
msgid "Questions? "
|
| 2118 |
msgstr "¿Dudas? "
|
| 2119 |
|
|
@@ -2721,8 +2785,7 @@ msgstr ""
|
|
| 2721 |
"inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
|
| 2722 |
|
| 2723 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
|
| 2724 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 2725 |
-
#: ../../templates/checkout/custom-checkout.php:40,
|
| 2726 |
#: ../../templates/receipt/custom-checkout.php:41,
|
| 2727 |
#: ../../templates/receipt/custom-checkout.php:41
|
| 2728 |
msgid "Pay with Mercado Pago"
|
|
@@ -2734,167 +2797,182 @@ msgstr "Pagar con Mercado Pago"
|
|
| 2734 |
msgid "Cancel & Clear Cart"
|
| 2735 |
msgstr "Cancelar & Limpiar carrito"
|
| 2736 |
|
| 2737 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2738 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
|
| 2739 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
|
| 2740 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
|
| 2741 |
msgid "Apply"
|
| 2742 |
msgstr "Aplicar"
|
| 2743 |
|
| 2744 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2745 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
|
| 2746 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
|
| 2747 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
|
| 2748 |
msgid "Remove"
|
| 2749 |
msgstr "Retirar"
|
| 2750 |
|
| 2751 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2752 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
|
| 2753 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
|
| 2754 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
|
| 2755 |
msgid "Please, inform your coupon code"
|
| 2756 |
msgstr "Por favor, informe su código de cupón"
|
| 2757 |
|
| 2758 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2759 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
|
| 2760 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
|
| 2761 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
|
| 2762 |
msgid "To choose"
|
| 2763 |
msgstr "Elegir"
|
| 2764 |
|
| 2765 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2766 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
|
| 2767 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
|
| 2768 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
|
| 2769 |
msgid "Other bank"
|
| 2770 |
msgstr "Otro banco"
|
| 2771 |
|
| 2772 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2773 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
|
| 2774 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
|
| 2775 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
|
| 2776 |
msgid "You will save"
|
| 2777 |
msgstr "Salvarás"
|
| 2778 |
|
| 2779 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2780 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
|
| 2781 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
|
| 2782 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
|
| 2783 |
msgid "with discount of"
|
| 2784 |
msgstr "con descuento de"
|
| 2785 |
|
| 2786 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2787 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
|
| 2788 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
|
| 2789 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
|
| 2790 |
msgid "Total of your purchase:"
|
| 2791 |
msgstr "Total de su compra:"
|
| 2792 |
|
| 2793 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2794 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
|
| 2795 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
|
| 2796 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
|
| 2797 |
msgid "Total of your purchase with discount:"
|
| 2798 |
msgstr "Total de su compra con descuento:"
|
| 2799 |
|
| 2800 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2801 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
|
| 2802 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
|
| 2803 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
|
| 2804 |
msgid "*After payment approval"
|
| 2805 |
msgstr "*Tras la aprobación del pago"
|
| 2806 |
|
| 2807 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2808 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
|
| 2809 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
|
| 2810 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
|
| 2811 |
msgid "Terms and conditions of use"
|
| 2812 |
msgstr "Términos y condiciones de uso"
|
| 2813 |
|
| 2814 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2815 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2816 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2817 |
msgid "No fee"
|
| 2818 |
msgstr "Sin interés"
|
| 2819 |
|
| 2820 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2821 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2822 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2823 |
msgid "More options"
|
| 2824 |
msgstr "Más opciones"
|
| 2825 |
|
| 2826 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2827 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2828 |
msgid "mm/yy"
|
| 2829 |
msgstr "mm/aa"
|
| 2830 |
|
| 2831 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2832 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 2833 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 2834 |
msgid "Issuer"
|
| 2835 |
msgstr "Banco"
|
| 2836 |
|
| 2837 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2838 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2839 |
msgid "Installments"
|
| 2840 |
msgstr "cuotas "
|
| 2841 |
|
| 2842 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2843 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2844 |
msgid "on the back"
|
| 2845 |
msgstr "del dorso"
|
| 2846 |
|
| 2847 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2848 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2849 |
msgid "on the front"
|
| 2850 |
msgstr "del frente"
|
| 2851 |
|
| 2852 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2853 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2854 |
msgid "digits"
|
| 2855 |
msgstr "dígitos"
|
| 2856 |
|
| 2857 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2858 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2859 |
msgid "Card number is required"
|
| 2860 |
msgstr "Número de tarjeta obligatorio"
|
| 2861 |
|
| 2862 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2863 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2864 |
msgid "Card number invalid"
|
| 2865 |
msgstr "Número de tarjeta inválido"
|
| 2866 |
|
| 2867 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2868 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2869 |
msgid "Holder name is required"
|
| 2870 |
msgstr "Nombre del titular obligatorio"
|
| 2871 |
|
| 2872 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2873 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2874 |
msgid "Holder name invalid"
|
| 2875 |
msgstr "Nombre del titular inválido"
|
| 2876 |
|
| 2877 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173,
|
| 2878 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
|
| 2879 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
|
|
|
| 2880 |
msgid "Expiration date invalid"
|
| 2881 |
msgstr "Fecha de vencimiento inválido"
|
| 2882 |
|
| 2883 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2884 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2885 |
msgid "Expiration date incomplete"
|
| 2886 |
msgstr "Fecha de vencimiento obligatorio"
|
| 2887 |
|
| 2888 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2889 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2890 |
msgid "Security code is required"
|
| 2891 |
msgstr "Código de seguridad obligatorio"
|
| 2892 |
|
| 2893 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2894 |
-
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:
|
| 2895 |
msgid "Security code incomplete"
|
| 2896 |
msgstr "Código de seguridad incompleto"
|
| 2897 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2898 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
|
| 2899 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
|
| 2900 |
msgid "Now you just need to pay with Pix to finalize your purchase"
|
|
@@ -2945,14 +3023,104 @@ msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código"
|
|
| 2945 |
msgid "Copy code"
|
| 2946 |
msgstr "Copiar código"
|
| 2947 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2948 |
#: ../../includes/module/sdk/lib/class-mp.php:182,
|
| 2949 |
#: ../../includes/module/sdk/lib/class-mp.php:634,
|
| 2950 |
#: ../../includes/module/sdk/lib/class-mp.php:682,
|
| 2951 |
-
#: ../../includes/module/sdk/lib/class-mp.php:
|
| 2952 |
-
#: ../../includes/module/sdk/lib/class-mp.php:
|
|
|
|
| 2953 |
msgid "Response from cache"
|
| 2954 |
msgstr "Respuesta de la caché"
|
| 2955 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2956 |
#. translators: 1: total_time currency 2: url
|
| 2957 |
#. translators: 1: total_time currency 2: url
|
| 2958 |
#. translators: 1: total_time currency 2: url
|
|
@@ -2984,18 +3152,20 @@ msgstr "Paga más rápido con Mercado Pago"
|
|
| 2984 |
|
| 2985 |
#: ../../templates/checkout/basic-checkout.php:36,
|
| 2986 |
#: ../../templates/checkout/basic-checkout.php:36
|
| 2987 |
-
msgid "
|
| 2988 |
-
|
|
|
|
|
|
|
| 2989 |
|
| 2990 |
#: ../../templates/checkout/basic-checkout.php:37,
|
| 2991 |
#: ../../templates/checkout/basic-checkout.php:37
|
| 2992 |
-
msgid "
|
| 2993 |
-
msgstr "
|
| 2994 |
|
| 2995 |
#: ../../templates/checkout/basic-checkout.php:38,
|
| 2996 |
#: ../../templates/checkout/basic-checkout.php:38
|
| 2997 |
-
msgid "
|
| 2998 |
-
msgstr "
|
| 2999 |
|
| 3000 |
#: ../../templates/checkout/basic-checkout.php:41,
|
| 3001 |
#: ../../templates/checkout/basic-checkout.php:41
|
|
@@ -3005,9 +3175,10 @@ msgstr ""
|
|
| 3005 |
#: ../../templates/checkout/basic-checkout.php:53,
|
| 3006 |
#: ../../templates/checkout/basic-checkout.php:53
|
| 3007 |
msgid ""
|
| 3008 |
-
"
|
| 3009 |
"account"
|
| 3010 |
-
msgstr "
|
|
|
|
| 3011 |
|
| 3012 |
#: ../../templates/checkout/basic-checkout.php:54,
|
| 3013 |
#: ../../templates/checkout/basic-checkout.php:54
|
|
@@ -3015,7 +3186,7 @@ msgid "Checkout Pro redirect info image"
|
|
| 3015 |
msgstr ""
|
| 3016 |
|
| 3017 |
#: ../../templates/checkout/basic-checkout.php:63,
|
| 3018 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3019 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3020 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3021 |
#: ../../templates/checkout/ticket-checkout.php:60
|
|
@@ -3023,133 +3194,136 @@ msgid "By continuing, you agree with our"
|
|
| 3023 |
msgstr "Al continuar, aceptas nuestros"
|
| 3024 |
|
| 3025 |
#: ../../templates/checkout/basic-checkout.php:64,
|
| 3026 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3027 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3028 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3029 |
#: ../../templates/checkout/ticket-checkout.php:60
|
| 3030 |
msgid "Terms and conditions"
|
| 3031 |
msgstr "Términos y condiciones "
|
| 3032 |
|
| 3033 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3034 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3035 |
msgid "Checkout Custom in Test Mode"
|
| 3036 |
msgstr "Tarjeta de crédito en Modo Test"
|
| 3037 |
|
| 3038 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3039 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3040 |
msgid "Use Mercado Pago means without real charges."
|
| 3041 |
msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
|
| 3042 |
|
| 3043 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3044 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3045 |
msgid "See test mode rules."
|
| 3046 |
msgstr "Ver las reglas del Modo Test. "
|
| 3047 |
|
| 3048 |
#: ../../templates/checkout/custom-checkout.php:35,
|
| 3049 |
#: ../../templates/checkout/custom-checkout.php:35
|
| 3050 |
-
msgid "Pay
|
| 3051 |
-
msgstr "Paga
|
| 3052 |
|
| 3053 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3054 |
-
#: ../../templates/checkout/custom-checkout.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3055 |
msgid "With which card can you pay?"
|
| 3056 |
msgstr "¿Con qué tarjeta puedes pagar?"
|
| 3057 |
|
| 3058 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3059 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3060 |
msgid "See current promotions"
|
| 3061 |
msgstr "Ver promociones vigentes"
|
| 3062 |
|
| 3063 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3064 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3065 |
msgid "Fill in your card details"
|
| 3066 |
msgstr "Completa los datos de tu tarjeta"
|
| 3067 |
|
| 3068 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3069 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3070 |
msgid "Card number"
|
| 3071 |
msgstr "Número de Tarjeta"
|
| 3072 |
|
| 3073 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3074 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3075 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3076 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3077 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3078 |
msgid "Required data"
|
| 3079 |
msgstr "Datos obligatorios"
|
| 3080 |
|
| 3081 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3082 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3083 |
msgid "Holder name as it appears on the card"
|
| 3084 |
msgstr "Nombre del titular como aparece en la tarjeta"
|
| 3085 |
|
| 3086 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3087 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3088 |
msgid "Expiration"
|
| 3089 |
msgstr "Vencimiento"
|
| 3090 |
|
| 3091 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3092 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3093 |
msgid "Security Code"
|
| 3094 |
msgstr "Código de seguridad"
|
| 3095 |
|
| 3096 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3097 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3098 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3099 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3100 |
msgid "Holder document"
|
| 3101 |
msgstr "Documento del titular"
|
| 3102 |
|
| 3103 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3104 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3105 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3106 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3107 |
msgid "Invalid document"
|
| 3108 |
msgstr "Número de documento no válido"
|
| 3109 |
|
| 3110 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3111 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3112 |
-
#: ../../templates/checkout/custom-checkout.php:
|
| 3113 |
msgid "Select the number of installments"
|
| 3114 |
msgstr "Selecciona la cantidad de cuotas"
|
| 3115 |
|
| 3116 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3117 |
#: ../../templates/checkout/pix-checkout.php:22
|
| 3118 |
-
#, fuzzy
|
| 3119 |
-
#| msgid "Cards in Test Mode"
|
| 3120 |
msgid "Pix in Test Mode"
|
| 3121 |
-
msgstr "
|
| 3122 |
|
| 3123 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3124 |
#: ../../templates/checkout/pix-checkout.php:22
|
| 3125 |
-
#, fuzzy
|
| 3126 |
-
#| msgid ""
|
| 3127 |
-
#| "You can test the flow to generate an invoice, but you cannot finalize the "
|
| 3128 |
-
#| "payment."
|
| 3129 |
msgid ""
|
| 3130 |
"You can test the flow to generate a code, but you cannot finalize the "
|
| 3131 |
"payment."
|
| 3132 |
msgstr ""
|
| 3133 |
-
"Es posible
|
| 3134 |
"finalizar el pago."
|
| 3135 |
|
| 3136 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3137 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3138 |
-
#, fuzzy
|
| 3139 |
-
#| msgid "Pay securely and instantly!"
|
| 3140 |
msgid "Pay instantly"
|
| 3141 |
-
msgstr "Pago
|
| 3142 |
|
| 3143 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3144 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3145 |
msgid ""
|
| 3146 |
"By confirming your purchase, we will show you a code to make the payment."
|
| 3147 |
msgstr ""
|
|
|
|
| 3148 |
|
| 3149 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3150 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3151 |
msgid "Pix logo"
|
| 3152 |
-
msgstr ""
|
| 3153 |
|
| 3154 |
#: ../../templates/checkout/ticket-checkout.php:23,
|
| 3155 |
#: ../../templates/checkout/ticket-checkout.php:23
|
|
@@ -3203,6 +3377,61 @@ msgstr ""
|
|
| 3203 |
msgid "Print ticket"
|
| 3204 |
msgstr "Imprimir ticket"
|
| 3205 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3206 |
#, fuzzy
|
| 3207 |
#~| msgid "Important! To sell you must enter your credentials."
|
| 3208 |
#~ msgid "Important! To sell, you must enter your credentials."
|
|
@@ -3245,9 +3474,6 @@ msgstr "Imprimir ticket"
|
|
| 3245 |
#~ msgid "We take you to our site to complete the payment"
|
| 3246 |
#~ msgstr "Te llevamos a nuestro sitio para completar el pago"
|
| 3247 |
|
| 3248 |
-
#~ msgid "Pay with a saved card"
|
| 3249 |
-
#~ msgstr "Pagar con tarjeta guardada"
|
| 3250 |
-
|
| 3251 |
#~ msgid "Enter your discount coupon"
|
| 3252 |
#~ msgstr "Ingresa tu cupón de descuento"
|
| 3253 |
|
|
@@ -3353,9 +3579,6 @@ msgstr "Imprimir ticket"
|
|
| 3353 |
#~ msgid "Report Problem"
|
| 3354 |
#~ msgstr "Informar problema"
|
| 3355 |
|
| 3356 |
-
#~ msgid "Checkout Pro %s"
|
| 3357 |
-
#~ msgstr "Checkout Pro %s"
|
| 3358 |
-
|
| 3359 |
#~ msgid "Accept all method of payment and take your charges to another level"
|
| 3360 |
#~ msgstr "Acepta todos los medios de pago y lleva tus cobros a otro nivel"
|
| 3361 |
|
|
@@ -3596,9 +3819,6 @@ msgstr "Imprimir ticket"
|
|
| 3596 |
#~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
|
| 3597 |
#~ "recibir pagos reales."
|
| 3598 |
|
| 3599 |
-
#~ msgid "This name will appear on your customers invoice."
|
| 3600 |
-
#~ msgstr "Este nombre aparecerá en la factura de tus clientes."
|
| 3601 |
-
|
| 3602 |
#~ msgid ""
|
| 3603 |
#~ "What category do your products belong to? Choose the one that best "
|
| 3604 |
#~ "characterizes them (choose \"other\" if your product is too specific)."
|
|
@@ -3717,9 +3937,6 @@ msgstr "Imprimir ticket"
|
|
| 3717 |
#~ "esté bien. Si ya saliste a Producción,<br> trae a tus clientes y aumenta "
|
| 3718 |
#~ "tus ventas con la mejor experiencia de compra online."
|
| 3719 |
|
| 3720 |
-
#~ msgid "Test payment via Mercado Pago"
|
| 3721 |
-
#~ msgstr "Testear pago vía Mercado Pago"
|
| 3722 |
-
|
| 3723 |
#~ msgid "%s"
|
| 3724 |
#~ msgstr "%s"
|
| 3725 |
|
| 14 |
"X-Generator: Poedit 3.1.1\n"
|
| 15 |
|
| 16 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145,
|
| 17 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:354,
|
| 18 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:354
|
| 19 |
msgid "By continuing, you agree to our "
|
| 20 |
msgstr "Al continuar, aceptas nuestros "
|
| 21 |
|
| 22 |
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147,
|
| 23 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:356,
|
| 24 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:356
|
| 25 |
msgid "Terms and Conditions"
|
| 26 |
msgstr "Términos y condiciones"
|
| 27 |
|
| 85 |
msgid "Invalid credentials"
|
| 86 |
msgstr "Credenciales no válidas"
|
| 87 |
|
| 88 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:52,
|
| 89 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:52
|
| 90 |
msgid ""
|
| 91 |
"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
|
| 92 |
"Please update your PHP version."
|
| 94 |
"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
|
| 95 |
"favor actualice su versión de PHP."
|
| 96 |
|
| 97 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:63,
|
| 98 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:63
|
| 99 |
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
|
| 100 |
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
|
| 101 |
|
| 102 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:74,
|
| 103 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:74
|
| 104 |
msgid ""
|
| 105 |
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
|
| 106 |
"extension is required to send QR Code Pix by email."
|
| 112 |
#. translators: %s link to WooCommerce
|
| 113 |
#. translators: %s link to WooCommerce
|
| 114 |
#. translators: %s link to WooCommerce
|
| 115 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:88,
|
| 116 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:88
|
| 117 |
msgid "The Mercado Pago module needs an active version of %s in order to work!"
|
| 118 |
msgstr ""
|
| 119 |
"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
|
| 120 |
|
| 121 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:101,
|
| 122 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:101
|
| 123 |
msgid "Cancel order"
|
| 124 |
msgstr "Cancelar orden"
|
| 125 |
|
| 126 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:370,
|
| 127 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:370
|
| 128 |
msgid "The payment method is not valid or not available."
|
| 129 |
msgstr "El medio de pago no es válido o no está disponible."
|
| 130 |
|
| 131 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373,
|
| 132 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373
|
| 133 |
msgid "The transaction amount cannot be processed by Mercado Pago."
|
| 134 |
msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
|
| 135 |
|
| 136 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373,
|
| 137 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373
|
| 138 |
msgid ""
|
| 139 |
"Possible causes: Currency not supported; Amounts below the minimum or above "
|
| 140 |
"the maximum allowed."
|
| 142 |
"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
|
| 143 |
"encima del máximo permitido."
|
| 144 |
|
| 145 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376,
|
| 146 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376
|
| 147 |
msgid "The users are not valid."
|
| 148 |
msgstr "Los usuários no son válidos."
|
| 149 |
|
| 150 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376,
|
| 151 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376
|
| 152 |
msgid ""
|
| 153 |
"Possible causes: Buyer and seller have the same account in Mercado Pago; The "
|
| 154 |
"transaction involving production and test users."
|
| 156 |
"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
|
| 157 |
"Pago; La transacción involucrando usuários de producción y de prueba."
|
| 158 |
|
| 159 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379,
|
| 160 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379
|
| 161 |
msgid "Unauthorized use of production credentials."
|
| 162 |
msgstr "Uso no autorizado de credenciales de producción."
|
| 163 |
|
| 164 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379,
|
| 165 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379
|
| 166 |
msgid ""
|
| 167 |
"Possible causes: Use permission in use for the credential of the seller."
|
| 168 |
msgstr ""
|
| 169 |
"Posibles causas: Pendencia de permiso de uso en producción para la "
|
| 170 |
"credencial del vendedor."
|
| 171 |
|
| 172 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:505,
|
| 173 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:505
|
| 174 |
msgid "Colombia"
|
| 175 |
msgstr "Colombia"
|
| 176 |
|
| 177 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:507,
|
| 178 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:507
|
| 179 |
msgid "Argentina"
|
| 180 |
msgstr "Argentina"
|
| 181 |
|
| 182 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:509,
|
| 183 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:509
|
| 184 |
msgid "Brazil"
|
| 185 |
msgstr "Brasil"
|
| 186 |
|
| 187 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:511,
|
| 188 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:511
|
| 189 |
msgid "Chile"
|
| 190 |
msgstr "Chile"
|
| 191 |
|
| 192 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:513,
|
| 193 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:513
|
| 194 |
msgid "Mexico"
|
| 195 |
msgstr "México"
|
| 196 |
|
| 197 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:515,
|
| 198 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:515
|
| 199 |
msgid "Uruguay"
|
| 200 |
msgstr "Uruguay"
|
| 201 |
|
| 202 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:517,
|
| 203 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:517
|
| 204 |
msgid "Venezuela"
|
| 205 |
msgstr "Venezuela"
|
| 206 |
|
| 207 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:519,
|
| 208 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:519
|
| 209 |
msgid "Peru"
|
| 210 |
msgstr "Peru"
|
| 211 |
|
| 212 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:553,
|
| 213 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:553
|
| 214 |
msgid "Update the WooCommerce order to "
|
| 215 |
msgstr "Actualizar la orden de WooCommerce para "
|
| 216 |
|
| 217 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:772,
|
| 218 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550,
|
| 219 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550
|
| 220 |
msgid "Fill in your credentials to enable payment methods."
|
| 221 |
msgstr "Completa tus credenciales para habilitar los medios de pago."
|
| 222 |
|
| 223 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:788,
|
| 224 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:788
|
| 225 |
msgid "Set plugin"
|
| 226 |
msgstr "Configurar plugin"
|
| 227 |
|
| 228 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:789,
|
| 229 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
|
| 230 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
|
| 231 |
msgid "Payment methods"
|
| 232 |
msgstr "Medios de pagos"
|
| 233 |
|
| 234 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:790,
|
| 235 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
|
| 236 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
|
| 237 |
msgid "Plugin manual"
|
| 238 |
msgstr "Manual del plugin"
|
| 239 |
|
| 240 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:889,
|
| 241 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:889
|
| 242 |
msgid "By Mercado Pago"
|
| 243 |
msgstr "Por Mercado Pago"
|
| 244 |
|
| 353 |
"Por favor, introduzca su email en la dirección de facturación para utilizar "
|
| 354 |
"este servicio"
|
| 355 |
|
| 356 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40,
|
| 357 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40
|
| 358 |
msgid "Debit, Credit and invoice in Mercado Pago environment"
|
| 359 |
msgstr "Débito, crédito y efectivo, en Mercado Pago"
|
| 360 |
|
| 361 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41,
|
| 362 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:289,
|
| 363 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:289
|
| 364 |
msgid "Checkout Pro"
|
| 365 |
msgstr "Checkout Pro"
|
| 366 |
|
| 367 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:49,
|
| 368 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:49
|
| 369 |
msgid "Mercado Pago - Checkout Pro"
|
| 370 |
msgstr "Mercado Pago - Checkout Pro "
|
| 371 |
|
| 372 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51,
|
| 373 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51
|
| 374 |
msgid "Your saved cards or money in Mercado Pago"
|
| 375 |
msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago "
|
| 376 |
|
| 377 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176,
|
| 378 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176
|
| 379 |
msgid "Maximum number of installments"
|
| 380 |
msgstr "Máximo de cuotas"
|
| 381 |
|
| 382 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178,
|
| 383 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178
|
| 384 |
msgid "What is the maximum quota with which a customer can buy?"
|
| 385 |
msgstr "¿Cuál es el máximo de cuotas con las que un cliente puede comprar?"
|
| 386 |
|
| 387 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:181,
|
| 388 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:181
|
| 389 |
msgid "1 installment"
|
| 390 |
msgstr "1 cuota"
|
| 391 |
|
| 392 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:182,
|
| 393 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:182
|
| 394 |
msgid "2 installments"
|
| 395 |
msgstr "2 cuotas"
|
| 396 |
|
| 397 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:183,
|
| 398 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:183
|
| 399 |
msgid "3 installments"
|
| 400 |
msgstr "3 cuotas"
|
| 401 |
|
| 402 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:184,
|
| 403 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:184
|
| 404 |
msgid "4 installments"
|
| 405 |
msgstr "4 cuotas"
|
| 406 |
|
| 407 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:185,
|
| 408 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:185
|
| 409 |
msgid "5 installments"
|
| 410 |
msgstr "5 cuotas"
|
| 411 |
|
| 412 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:186,
|
| 413 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:186
|
| 414 |
msgid "6 installments"
|
| 415 |
msgstr "6 cuotas"
|
| 416 |
|
| 417 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:187,
|
| 418 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:187
|
| 419 |
msgid "10 installments"
|
| 420 |
msgstr "10 cuotas"
|
| 421 |
|
| 422 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:188,
|
| 423 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:188
|
| 424 |
msgid "12 installments"
|
| 425 |
msgstr "12 cuotas"
|
| 426 |
|
| 427 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:189,
|
| 428 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:189
|
| 429 |
msgid "15 installments"
|
| 430 |
msgstr "15 cuotas"
|
| 431 |
|
| 432 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:190,
|
| 433 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:190
|
| 434 |
msgid "18 installments"
|
| 435 |
msgstr "18 cuotas"
|
| 436 |
|
| 437 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:191,
|
| 438 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:191
|
| 439 |
msgid "24 installments"
|
| 440 |
msgstr "24 cuotas"
|
| 441 |
|
| 442 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:268,
|
| 443 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
|
| 444 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849,
|
| 445 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
|
| 448 |
msgid "Enable the checkout"
|
| 449 |
msgstr "Activar el checkout"
|
| 450 |
|
| 451 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269,
|
| 452 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269
|
| 453 |
msgid ""
|
| 454 |
"By disabling it, you will disable all payments from Mercado Pago Checkout at "
|
| 455 |
"Mercado Pago website by redirect."
|
| 457 |
"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
|
| 458 |
"sitio web de Mercado Pago."
|
| 459 |
|
| 460 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:273,
|
| 461 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854,
|
| 462 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854
|
| 463 |
msgid "The checkout is <b>enabled</b>."
|
| 464 |
msgstr "El checkout está <b>activo</b>."
|
| 465 |
|
| 466 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:274,
|
| 467 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855,
|
| 468 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855
|
| 469 |
msgid "The checkout is <b>disabled</b>."
|
| 470 |
msgstr "El checkout está <b>inactivo</b>."
|
| 471 |
|
| 472 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:293,
|
| 473 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:293
|
| 474 |
msgid ""
|
| 475 |
"With Checkout Pro you sell with all the safety inside Mercado Pago "
|
| 476 |
"environment."
|
| 478 |
"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
|
| 479 |
"Pago."
|
| 480 |
|
| 481 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310,
|
| 482 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310
|
| 483 |
msgid "Advanced settings"
|
| 484 |
msgstr "Configuración Avanzada"
|
| 485 |
|
| 486 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:323,
|
| 487 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:323
|
| 488 |
msgid "Payment experience"
|
| 489 |
msgstr "Experiencia de pago"
|
| 490 |
|
| 491 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:325,
|
| 492 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:325
|
| 493 |
msgid ""
|
| 494 |
"Define what payment experience your customers will have, whether inside or "
|
| 495 |
"outside your store."
|
| 497 |
"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
|
| 498 |
"tienda."
|
| 499 |
|
| 500 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:328,
|
| 501 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:328
|
| 502 |
msgid "Redirect"
|
| 503 |
msgstr "Redirect"
|
| 504 |
|
| 505 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:329,
|
| 506 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:329
|
| 507 |
msgid "Modal"
|
| 508 |
msgstr "Modal"
|
| 509 |
|
| 510 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345,
|
| 511 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345
|
| 512 |
msgid ""
|
| 513 |
"Choose the URL that we will show your customers when they finish their "
|
| 514 |
"purchase."
|
| 515 |
msgstr "Elige la URL que mostraremos a tus clientes cuando terminen su compra."
|
| 516 |
|
| 517 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:343,
|
| 518 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:363,
|
| 519 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384,
|
| 520 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384
|
| 521 |
msgid "This seems to be an invalid URL."
|
| 522 |
msgstr "Esto parece ser una URL no válida."
|
| 523 |
|
| 524 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:348,
|
| 525 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:348
|
| 526 |
msgid "Success URL"
|
| 527 |
msgstr "URL de éxito"
|
| 528 |
|
| 529 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365,
|
| 530 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365
|
| 531 |
msgid ""
|
| 532 |
"Choose the URL that we will show to your customers when we refuse their "
|
| 533 |
"purchase. Make sure it includes a message appropriate to the situation and "
|
| 537 |
"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
|
| 538 |
"útil para que puedan solucionarlo."
|
| 539 |
|
| 540 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:368,
|
| 541 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:368
|
| 542 |
msgid "Payment URL rejected"
|
| 543 |
msgstr "URL de pago rechazado"
|
| 544 |
|
| 545 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:386,
|
| 546 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:386
|
| 547 |
msgid ""
|
| 548 |
"Choose the URL that we will show to your customers when they have a payment "
|
| 549 |
"pending approval."
|
| 551 |
"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
|
| 552 |
"de aprobación."
|
| 553 |
|
| 554 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:389,
|
| 555 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:389
|
| 556 |
msgid "Payment URL pending"
|
| 557 |
msgstr "URL de pago pendiente"
|
| 558 |
|
| 559 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403,
|
| 560 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403
|
| 561 |
msgid "Enable the payment methods available to your clients."
|
| 562 |
msgstr "Habilita los medios de pago disponibles para tus clientes."
|
| 563 |
|
| 564 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404,
|
| 565 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404
|
| 566 |
msgid "Choose the payment methods you accept in your store"
|
| 567 |
msgstr "Elige los medios de pago que se aceptan en la tienda"
|
| 568 |
|
| 569 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:408,
|
| 570 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:408
|
| 571 |
msgid "Credit Cards"
|
| 572 |
msgstr "Tarjetas de crédito"
|
| 573 |
|
| 574 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:412,
|
| 575 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:412
|
| 576 |
msgid "Debit Cards"
|
| 577 |
msgstr "Tarjetas de débito"
|
| 578 |
|
| 579 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:416,
|
| 580 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:416
|
| 581 |
msgid "Other Payment Methods"
|
| 582 |
msgstr "Otros medios"
|
| 583 |
|
| 584 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:466,
|
| 585 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:466
|
| 586 |
msgid "Return to the store"
|
| 587 |
msgstr "Volver a la tienda"
|
| 588 |
|
| 589 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:467,
|
| 590 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:467
|
| 591 |
msgid ""
|
| 592 |
"Do you want your customer to automatically return to the store after payment?"
|
| 593 |
msgstr ""
|
| 594 |
"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?"
|
| 595 |
|
| 596 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:471,
|
| 597 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:471
|
| 598 |
msgid "The buyer <b>will be automatically redirected to the store</b>."
|
| 599 |
msgstr "El comprador <b>será redirigido automáticamente a la tienda</b>."
|
| 600 |
|
| 601 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:472,
|
| 602 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:472
|
| 603 |
msgid "The buyer <b>will not be automatically redirected to the store</b>."
|
| 604 |
msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
|
| 605 |
|
| 606 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537,
|
| 607 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537
|
| 608 |
msgid "Installments without card"
|
| 609 |
msgstr "Cuotas sin tarjeta"
|
| 610 |
|
| 611 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538,
|
| 612 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546,
|
| 613 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 614 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 615 |
msgid "Up to "
|
| 616 |
msgstr "hasta "
|
| 617 |
|
| 618 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538,
|
| 619 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546,
|
| 620 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 621 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 622 |
msgid " installments"
|
| 623 |
msgstr " Cuotas"
|
| 624 |
|
| 625 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545,
|
| 626 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
|
| 627 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353
|
| 628 |
msgid "Credit cards"
|
| 629 |
msgstr "Tarjetas de crédito"
|
| 630 |
|
| 631 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:552,
|
| 632 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361,
|
| 633 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361
|
| 634 |
msgid "Debit cards"
|
| 635 |
msgstr "Tarjetas de débito "
|
| 636 |
|
| 637 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:558,
|
| 638 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:558
|
| 639 |
msgid "Bank Transfer"
|
| 640 |
msgstr "Transferencia bancaria"
|
| 641 |
|
| 642 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:564,
|
| 643 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:564
|
| 644 |
msgid "Payment by cash"
|
| 645 |
msgstr "Pagos en efectivo "
|
| 646 |
|
| 647 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:593,
|
| 648 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:593
|
| 649 |
+
msgid "Payment with Mercado Credito"
|
| 650 |
+
msgstr "Pagos con Mercado Crédito"
|
| 651 |
+
|
| 652 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:594,
|
| 653 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:594
|
| 654 |
+
msgid "New!"
|
| 655 |
+
msgstr "¡Nuevo!"
|
| 656 |
+
|
| 657 |
+
#. translators: %s link to Mercado Credits blog
|
| 658 |
+
#. translators: %s link to Mercado Credits blog
|
| 659 |
+
#. translators: %s link to Mercado Credits blog
|
| 660 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:599,
|
| 661 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:599
|
| 662 |
+
msgid ""
|
| 663 |
+
"With <a href=\"%s\" target=\"blank\">Mercado Credito</a>, clients can pay "
|
| 664 |
+
"<b>in installments with no card, by transfers, invoice or money available in "
|
| 665 |
+
"their Mercado Pago account.</b><br/><b>By activating the no-card "
|
| 666 |
+
"installments banner</b>, you will increase your chances of selling."
|
| 667 |
+
msgstr ""
|
| 668 |
+
"Con <a href=\"%s\" target=\"blank\">Mercado Crédito</a>, los clientes pagan "
|
| 669 |
+
"<b>en cuotas sin tarjeta, por transferencia, tarjeta de débito, efectivo o "
|
| 670 |
+
"dinero disponible en la cuenta de Mercado Pago. </b><br/><b>Al activar el "
|
| 671 |
+
"componente de cuotas sin tarjeta</b>, aumentarás tus chances de vender. Para "
|
| 672 |
+
"saber más, ingresá a documentación."
|
| 673 |
+
|
| 674 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:603,
|
| 675 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:603
|
| 676 |
+
msgid "The no-card installments banner is <b>active</b>."
|
| 677 |
+
msgstr "El componente de cuotas sin tarjeta está <b>activado</b>."
|
| 678 |
+
|
| 679 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:604,
|
| 680 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:604
|
| 681 |
+
msgid "The no-card installments banner is <b>disabled</b>."
|
| 682 |
+
msgstr "El componente de cuotas sin tarjeta está <b>desactivado</b> ."
|
| 683 |
+
|
| 684 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:642,
|
| 685 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:652,
|
| 686 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:652
|
| 687 |
+
msgid "Banner on the product page | Computer version"
|
| 688 |
+
msgstr "Componente en la página del producto | Versión para computadora"
|
| 689 |
+
|
| 690 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:643,
|
| 691 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:643
|
| 692 |
+
msgid "Banner on the product page | Cellphone version"
|
| 693 |
+
msgstr "Componente en la página del producto | Versión para celular"
|
| 694 |
+
|
| 695 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:650,
|
| 696 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:650
|
| 697 |
+
msgid "Computer"
|
| 698 |
+
msgstr "Computadora"
|
| 699 |
+
|
| 700 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:651,
|
| 701 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:651
|
| 702 |
+
msgid "Mobile"
|
| 703 |
+
msgstr "Celular"
|
| 704 |
+
|
| 705 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653,
|
| 706 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653
|
| 707 |
+
msgid "Banner visualization"
|
| 708 |
+
msgstr "Visualización del componente"
|
| 709 |
+
|
| 710 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654,
|
| 711 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654
|
| 712 |
+
msgid "Check the example of how it will appear in the store:"
|
| 713 |
+
msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:"
|
| 714 |
+
|
| 715 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710,
|
| 716 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697,
|
| 717 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584,
|
| 718 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572,
|
| 719 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
|
| 726 |
msgid "discount of"
|
| 727 |
msgstr "descuento de"
|
| 728 |
|
| 729 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715,
|
| 730 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702,
|
| 731 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
|
| 732 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577,
|
| 733 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
|
| 796 |
|
| 797 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
|
| 798 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
|
| 799 |
+
#, fuzzy
|
| 800 |
+
#| msgid "Advanced configuration of the personalized payment experience\""
|
| 801 |
+
msgid "Advanced configuration of the personalized payment experience"
|
| 802 |
msgstr "Configuración Avanzada"
|
| 803 |
|
| 804 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208,
|
| 805 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208
|
| 806 |
+
msgid "Payments via Mercado Pago account"
|
| 807 |
+
msgstr "Pagos a través de la cuenta de Mercado Pago"
|
| 808 |
|
| 809 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209,
|
| 810 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
|
| 811 |
msgid ""
|
| 812 |
+
"Your customers pay faster with saved cards, money balance or other available "
|
| 813 |
+
"methods in their Mercado Pago accounts."
|
| 814 |
msgstr ""
|
| 815 |
+
"Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o "
|
| 816 |
+
"con otros medios disponibles en sus cuentas de MP."
|
| 817 |
|
| 818 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213,
|
| 819 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213
|
| 820 |
+
msgid "Payments via Mercado Pago accounts are <b>active</b>."
|
| 821 |
+
msgstr "Los pagos a través de la cuenta de Mercado Pago están <b>activos</b>."
|
|
|
|
| 822 |
|
| 823 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214,
|
| 824 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214
|
| 825 |
+
msgid "Payments via Mercado Pago accounts are <b>inactive</b>."
|
| 826 |
msgstr ""
|
| 827 |
+
"Los pagos a través de la cuenta de Mercado Pago están <b>deshabilitados</b>."
|
|
|
|
| 828 |
|
| 829 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233,
|
| 830 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233
|
| 831 |
+
msgid "Check an example of how it will appear in your store:"
|
| 832 |
+
msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
|
| 833 |
|
| 834 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264,
|
| 835 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
|
| 1002 |
msgstr "Descripción"
|
| 1003 |
|
| 1004 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:762,
|
| 1005 |
+
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
|
| 1006 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
|
| 1007 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
|
| 1008 |
msgid "Important! To sell you must enter your credentials."
|
| 1023 |
msgid "Mercado Pago Plugin general settings"
|
| 1024 |
msgstr "Configuraciones generales del plugin de Mercado Pago"
|
| 1025 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1026 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775,
|
| 1027 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
|
| 1028 |
msgid ""
|
| 2033 |
|
| 2034 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130,
|
| 2035 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130
|
| 2036 |
+
msgid "Enable payments via Mercado Pago account"
|
| 2037 |
+
msgstr "Pagos a través de la cuenta de Mercado Pago"
|
| 2038 |
|
| 2039 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133,
|
| 2040 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133
|
| 2041 |
msgid ""
|
| 2042 |
+
"When you enable this function, your customers pay faster using their Mercado "
|
| 2043 |
+
"Pago accounts.</br>The approval rate of these payments in your store can be "
|
| 2044 |
+
"25% higher compared to other payment methods."
|
| 2045 |
msgstr ""
|
| 2046 |
+
"Con esta función activa, tus clientes pagan más rápido usando su cuenta de "
|
| 2047 |
+
"Mercado Pago.</br>La tasa de aprobación de estos pagos en tu tienda puede "
|
| 2048 |
+
"ser un 25% mayor en comparación con otros medios de pago."
|
|
|
|
| 2049 |
|
| 2050 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142,
|
| 2051 |
#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142
|
| 2052 |
+
msgid "Activate"
|
| 2053 |
+
msgstr ""
|
| 2054 |
|
| 2055 |
#: ../../includes/admin/views/html-admin-alert-frame.php:34,
|
| 2056 |
#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30,
|
| 2176 |
msgstr "Ajustar plazos y tasas"
|
| 2177 |
|
| 2178 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215,
|
| 2179 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126,
|
| 2180 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126
|
| 2181 |
msgid "Questions? "
|
| 2182 |
msgstr "¿Dudas? "
|
| 2183 |
|
| 2785 |
"inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
|
| 2786 |
|
| 2787 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
|
| 2788 |
+
#: ../../templates/checkout/custom-checkout.php:44,
|
|
|
|
| 2789 |
#: ../../templates/receipt/custom-checkout.php:41,
|
| 2790 |
#: ../../templates/receipt/custom-checkout.php:41
|
| 2791 |
msgid "Pay with Mercado Pago"
|
| 2797 |
msgid "Cancel & Clear Cart"
|
| 2798 |
msgstr "Cancelar & Limpiar carrito"
|
| 2799 |
|
| 2800 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134,
|
| 2801 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
|
| 2802 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
|
| 2803 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
|
| 2804 |
msgid "Apply"
|
| 2805 |
msgstr "Aplicar"
|
| 2806 |
|
| 2807 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
|
| 2808 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
|
| 2809 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
|
| 2810 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
|
| 2811 |
msgid "Remove"
|
| 2812 |
msgstr "Retirar"
|
| 2813 |
|
| 2814 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
|
| 2815 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
|
| 2816 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
|
| 2817 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
|
| 2818 |
msgid "Please, inform your coupon code"
|
| 2819 |
msgstr "Por favor, informe su código de cupón"
|
| 2820 |
|
| 2821 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
|
| 2822 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
|
| 2823 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
|
| 2824 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
|
| 2825 |
msgid "To choose"
|
| 2826 |
msgstr "Elegir"
|
| 2827 |
|
| 2828 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
|
| 2829 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
|
| 2830 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
|
| 2831 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
|
| 2832 |
msgid "Other bank"
|
| 2833 |
msgstr "Otro banco"
|
| 2834 |
|
| 2835 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
|
| 2836 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
|
| 2837 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
|
| 2838 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
|
| 2839 |
msgid "You will save"
|
| 2840 |
msgstr "Salvarás"
|
| 2841 |
|
| 2842 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
|
| 2843 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
|
| 2844 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
|
| 2845 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
|
| 2846 |
msgid "with discount of"
|
| 2847 |
msgstr "con descuento de"
|
| 2848 |
|
| 2849 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
|
| 2850 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
|
| 2851 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
|
| 2852 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
|
| 2853 |
msgid "Total of your purchase:"
|
| 2854 |
msgstr "Total de su compra:"
|
| 2855 |
|
| 2856 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
|
| 2857 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
|
| 2858 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
|
| 2859 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
|
| 2860 |
msgid "Total of your purchase with discount:"
|
| 2861 |
msgstr "Total de su compra con descuento:"
|
| 2862 |
|
| 2863 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
|
| 2864 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
|
| 2865 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
|
| 2866 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
|
| 2867 |
msgid "*After payment approval"
|
| 2868 |
msgstr "*Tras la aprobación del pago"
|
| 2869 |
|
| 2870 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
|
| 2871 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
|
| 2872 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
|
| 2873 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
|
| 2874 |
msgid "Terms and conditions of use"
|
| 2875 |
msgstr "Términos y condiciones de uso"
|
| 2876 |
|
| 2877 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:145,
|
| 2878 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163,
|
| 2879 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:163
|
| 2880 |
msgid "No fee"
|
| 2881 |
msgstr "Sin interés"
|
| 2882 |
|
| 2883 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:146,
|
| 2884 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164,
|
| 2885 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:164
|
| 2886 |
msgid "More options"
|
| 2887 |
msgstr "Más opciones"
|
| 2888 |
|
| 2889 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
|
| 2890 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154
|
| 2891 |
msgid "mm/yy"
|
| 2892 |
msgstr "mm/aa"
|
| 2893 |
|
| 2894 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
|
| 2895 |
+
#: ../../templates/checkout/custom-checkout.php:125,
|
| 2896 |
+
#: ../../templates/checkout/custom-checkout.php:125
|
| 2897 |
msgid "Issuer"
|
| 2898 |
msgstr "Banco"
|
| 2899 |
|
| 2900 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
|
| 2901 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156
|
| 2902 |
msgid "Installments"
|
| 2903 |
msgstr "cuotas "
|
| 2904 |
|
| 2905 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159,
|
| 2906 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159
|
| 2907 |
msgid "on the back"
|
| 2908 |
msgstr "del dorso"
|
| 2909 |
|
| 2910 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
|
| 2911 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
|
| 2912 |
msgid "on the front"
|
| 2913 |
msgstr "del frente"
|
| 2914 |
|
| 2915 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162,
|
| 2916 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162
|
| 2917 |
msgid "digits"
|
| 2918 |
msgstr "dígitos"
|
| 2919 |
|
| 2920 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167,
|
| 2921 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167
|
| 2922 |
msgid "Card number is required"
|
| 2923 |
msgstr "Número de tarjeta obligatorio"
|
| 2924 |
|
| 2925 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
|
| 2926 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168
|
| 2927 |
msgid "Card number invalid"
|
| 2928 |
msgstr "Número de tarjeta inválido"
|
| 2929 |
|
| 2930 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171,
|
| 2931 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:171
|
| 2932 |
msgid "Holder name is required"
|
| 2933 |
msgstr "Nombre del titular obligatorio"
|
| 2934 |
|
| 2935 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
|
| 2936 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
|
| 2937 |
msgid "Holder name invalid"
|
| 2938 |
msgstr "Nombre del titular inválido"
|
| 2939 |
|
|
|
|
| 2940 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
|
| 2941 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
|
| 2942 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
|
| 2943 |
msgid "Expiration date invalid"
|
| 2944 |
msgstr "Fecha de vencimiento inválido"
|
| 2945 |
|
| 2946 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
|
| 2947 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176
|
| 2948 |
msgid "Expiration date incomplete"
|
| 2949 |
msgstr "Fecha de vencimiento obligatorio"
|
| 2950 |
|
| 2951 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180,
|
| 2952 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180
|
| 2953 |
msgid "Security code is required"
|
| 2954 |
msgstr "Código de seguridad obligatorio"
|
| 2955 |
|
| 2956 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
|
| 2957 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
|
| 2958 |
msgid "Security code incomplete"
|
| 2959 |
msgstr "Código de seguridad incompleto"
|
| 2960 |
|
| 2961 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188,
|
| 2962 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188
|
| 2963 |
+
msgid "Error loading form."
|
| 2964 |
+
msgstr "Error al cargar el formulario."
|
| 2965 |
+
|
| 2966 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189,
|
| 2967 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189
|
| 2968 |
+
msgid "Please refresh the page to try again."
|
| 2969 |
+
msgstr "Actualice la página para volver a intentarlo."
|
| 2970 |
+
|
| 2971 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190,
|
| 2972 |
+
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190
|
| 2973 |
+
msgid "Refresh page"
|
| 2974 |
+
msgstr "Actualizar página"
|
| 2975 |
+
|
| 2976 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141,
|
| 2977 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141
|
| 2978 |
msgid "Now you just need to pay with Pix to finalize your purchase"
|
| 3023 |
msgid "Copy code"
|
| 3024 |
msgstr "Copiar código"
|
| 3025 |
|
| 3026 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:112,
|
| 3027 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:112
|
| 3028 |
+
msgid "Pay in"
|
| 3029 |
+
msgstr "Pagá"
|
| 3030 |
+
|
| 3031 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:113,
|
| 3032 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:113
|
| 3033 |
+
msgid "installments"
|
| 3034 |
+
msgstr "en cuotas"
|
| 3035 |
+
|
| 3036 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:114,
|
| 3037 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:114
|
| 3038 |
+
msgid "with Mercado Pago"
|
| 3039 |
+
msgstr "con Mercado Pago"
|
| 3040 |
+
|
| 3041 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:115,
|
| 3042 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:115
|
| 3043 |
+
msgid "Read more"
|
| 3044 |
+
msgstr "Leer más"
|
| 3045 |
+
|
| 3046 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:116,
|
| 3047 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:116
|
| 3048 |
+
msgid "Buy now and pay in installments with no card later!"
|
| 3049 |
+
msgstr "¡Compra ahora y paga después en meses sin tarjeta!"
|
| 3050 |
+
|
| 3051 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:117,
|
| 3052 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:117
|
| 3053 |
+
msgid "100% online, without paperwork or monthly fees"
|
| 3054 |
+
msgstr "100% online, sin bancos ni costo de mantenimiento"
|
| 3055 |
+
|
| 3056 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:118,
|
| 3057 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:118
|
| 3058 |
+
msgid "How does it work?"
|
| 3059 |
+
msgstr "¿Cómo funciona?"
|
| 3060 |
+
|
| 3061 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:119,
|
| 3062 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:119
|
| 3063 |
+
msgid "When paying, choose"
|
| 3064 |
+
msgstr "Al pagar elegí"
|
| 3065 |
+
|
| 3066 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:120,
|
| 3067 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:120
|
| 3068 |
+
msgid "Mercado Pago"
|
| 3069 |
+
msgstr "Mercado Pago"
|
| 3070 |
+
|
| 3071 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:121,
|
| 3072 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:121
|
| 3073 |
+
msgid ". Login to your account or create one in a few steps."
|
| 3074 |
+
msgstr ". Podrás ingresar con tu cuenta o crear una en pocos pasos."
|
| 3075 |
+
|
| 3076 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:122,
|
| 3077 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:122
|
| 3078 |
+
msgid "Search for"
|
| 3079 |
+
msgstr "Busca"
|
| 3080 |
+
|
| 3081 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:123,
|
| 3082 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:123
|
| 3083 |
+
msgid "Mercado Credito"
|
| 3084 |
+
msgstr "Mercado Crédito"
|
| 3085 |
+
|
| 3086 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:124,
|
| 3087 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:124
|
| 3088 |
+
msgid ""
|
| 3089 |
+
"among the options, select it and choose in how many installments you would "
|
| 3090 |
+
"like to pay."
|
| 3091 |
+
msgstr ""
|
| 3092 |
+
"entre las opciones, selecciónalo y elegí en cuántas cuotas quieres pagar."
|
| 3093 |
+
|
| 3094 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:125,
|
| 3095 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:125
|
| 3096 |
+
msgid "Pay your installments monthly as you wish, in the Mercado Pago app."
|
| 3097 |
+
msgstr ""
|
| 3098 |
+
"Pagá mes a mes tus cuotas como prefieras, desde la app de Mercado Pago."
|
| 3099 |
+
|
| 3100 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:128,
|
| 3101 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:128
|
| 3102 |
+
msgid "Check our FAQ"
|
| 3103 |
+
msgstr "Consulta nuestra FAQ"
|
| 3104 |
+
|
| 3105 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:129,
|
| 3106 |
+
#: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:129
|
| 3107 |
+
msgid ". Credit subject to approval."
|
| 3108 |
+
msgstr ". Crédito sujeto a aprobación."
|
| 3109 |
+
|
| 3110 |
#: ../../includes/module/sdk/lib/class-mp.php:182,
|
| 3111 |
#: ../../includes/module/sdk/lib/class-mp.php:634,
|
| 3112 |
#: ../../includes/module/sdk/lib/class-mp.php:682,
|
| 3113 |
+
#: ../../includes/module/sdk/lib/class-mp.php:727,
|
| 3114 |
+
#: ../../includes/module/sdk/lib/class-mp.php:986,
|
| 3115 |
+
#: ../../includes/module/sdk/lib/class-mp.php:986
|
| 3116 |
msgid "Response from cache"
|
| 3117 |
msgstr "Respuesta de la caché"
|
| 3118 |
|
| 3119 |
+
#: ../../includes/module/sdk/lib/class-mp.php:1000,
|
| 3120 |
+
#: ../../includes/module/sdk/lib/class-mp.php:1000
|
| 3121 |
+
msgid "Response from API"
|
| 3122 |
+
msgstr "Respuesta de la API"
|
| 3123 |
+
|
| 3124 |
#. translators: 1: total_time currency 2: url
|
| 3125 |
#. translators: 1: total_time currency 2: url
|
| 3126 |
#. translators: 1: total_time currency 2: url
|
| 3152 |
|
| 3153 |
#: ../../templates/checkout/basic-checkout.php:36,
|
| 3154 |
#: ../../templates/checkout/basic-checkout.php:36
|
| 3155 |
+
msgid ""
|
| 3156 |
+
"If you already have a Mercado Libre account, use the same email and password"
|
| 3157 |
+
msgstr ""
|
| 3158 |
+
"Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña "
|
| 3159 |
|
| 3160 |
#: ../../templates/checkout/basic-checkout.php:37,
|
| 3161 |
#: ../../templates/checkout/basic-checkout.php:37
|
| 3162 |
+
msgid "Buy with your balance or saved cards"
|
| 3163 |
+
msgstr "Compra con tu dinero disponible o tarjetas guardadas "
|
| 3164 |
|
| 3165 |
#: ../../templates/checkout/basic-checkout.php:38,
|
| 3166 |
#: ../../templates/checkout/basic-checkout.php:38
|
| 3167 |
+
msgid "Earn more points and have exclusive benefits in Mercado Puntos"
|
| 3168 |
+
msgstr "Gana más puntos y ventajas exclusivas en Mercado Puntos "
|
| 3169 |
|
| 3170 |
#: ../../templates/checkout/basic-checkout.php:41,
|
| 3171 |
#: ../../templates/checkout/basic-checkout.php:41
|
| 3175 |
#: ../../templates/checkout/basic-checkout.php:53,
|
| 3176 |
#: ../../templates/checkout/basic-checkout.php:53
|
| 3177 |
msgid ""
|
| 3178 |
+
"When you confirm your purchase, we will redirect you to your Mercado Pago "
|
| 3179 |
"account"
|
| 3180 |
+
msgstr ""
|
| 3181 |
+
"Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado Pago"
|
| 3182 |
|
| 3183 |
#: ../../templates/checkout/basic-checkout.php:54,
|
| 3184 |
#: ../../templates/checkout/basic-checkout.php:54
|
| 3186 |
msgstr ""
|
| 3187 |
|
| 3188 |
#: ../../templates/checkout/basic-checkout.php:63,
|
| 3189 |
+
#: ../../templates/checkout/custom-checkout.php:145,
|
| 3190 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3191 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3192 |
#: ../../templates/checkout/ticket-checkout.php:60
|
| 3194 |
msgstr "Al continuar, aceptas nuestros"
|
| 3195 |
|
| 3196 |
#: ../../templates/checkout/basic-checkout.php:64,
|
| 3197 |
+
#: ../../templates/checkout/custom-checkout.php:145,
|
| 3198 |
#: ../../templates/checkout/pix-checkout.php:31,
|
| 3199 |
#: ../../templates/checkout/ticket-checkout.php:60,
|
| 3200 |
#: ../../templates/checkout/ticket-checkout.php:60
|
| 3201 |
msgid "Terms and conditions"
|
| 3202 |
msgstr "Términos y condiciones "
|
| 3203 |
|
| 3204 |
+
#: ../../templates/checkout/custom-checkout.php:23,
|
| 3205 |
+
#: ../../templates/checkout/custom-checkout.php:23
|
| 3206 |
msgid "Checkout Custom in Test Mode"
|
| 3207 |
msgstr "Tarjeta de crédito en Modo Test"
|
| 3208 |
|
| 3209 |
+
#: ../../templates/checkout/custom-checkout.php:24,
|
| 3210 |
+
#: ../../templates/checkout/custom-checkout.php:24
|
| 3211 |
msgid "Use Mercado Pago means without real charges."
|
| 3212 |
msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
|
| 3213 |
|
| 3214 |
+
#: ../../templates/checkout/custom-checkout.php:25,
|
| 3215 |
+
#: ../../templates/checkout/custom-checkout.php:25
|
| 3216 |
msgid "See test mode rules."
|
| 3217 |
msgstr "Ver las reglas del Modo Test. "
|
| 3218 |
|
| 3219 |
#: ../../templates/checkout/custom-checkout.php:35,
|
| 3220 |
#: ../../templates/checkout/custom-checkout.php:35
|
| 3221 |
+
msgid "Pay with saved cards"
|
| 3222 |
+
msgstr "Paga con tarjetas guardadas"
|
| 3223 |
|
| 3224 |
+
#: ../../templates/checkout/custom-checkout.php:39,
|
| 3225 |
+
#: ../../templates/checkout/custom-checkout.php:39
|
| 3226 |
+
msgid ""
|
| 3227 |
+
"Do you have a Mercado Libre account? Then use the same email and password to "
|
| 3228 |
+
"pay faster with Mercado Pago."
|
| 3229 |
+
msgstr ""
|
| 3230 |
+
"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
|
| 3231 |
+
"pagar más rápido \n"
|
| 3232 |
+
"con Mercado Pago."
|
| 3233 |
+
|
| 3234 |
+
#: ../../templates/checkout/custom-checkout.php:61,
|
| 3235 |
+
#: ../../templates/checkout/custom-checkout.php:61
|
| 3236 |
msgid "With which card can you pay?"
|
| 3237 |
msgstr "¿Con qué tarjeta puedes pagar?"
|
| 3238 |
|
| 3239 |
+
#: ../../templates/checkout/custom-checkout.php:73,
|
| 3240 |
+
#: ../../templates/checkout/custom-checkout.php:73
|
| 3241 |
msgid "See current promotions"
|
| 3242 |
msgstr "Ver promociones vigentes"
|
| 3243 |
|
| 3244 |
+
#: ../../templates/checkout/custom-checkout.php:81,
|
| 3245 |
+
#: ../../templates/checkout/custom-checkout.php:81
|
| 3246 |
msgid "Fill in your card details"
|
| 3247 |
msgstr "Completa los datos de tu tarjeta"
|
| 3248 |
|
| 3249 |
+
#: ../../templates/checkout/custom-checkout.php:83,
|
| 3250 |
+
#: ../../templates/checkout/custom-checkout.php:83
|
| 3251 |
msgid "Card number"
|
| 3252 |
msgstr "Número de Tarjeta"
|
| 3253 |
|
| 3254 |
+
#: ../../templates/checkout/custom-checkout.php:85,
|
| 3255 |
+
#: ../../templates/checkout/custom-checkout.php:92,
|
| 3256 |
+
#: ../../templates/checkout/custom-checkout.php:101,
|
| 3257 |
+
#: ../../templates/checkout/custom-checkout.php:109,
|
| 3258 |
+
#: ../../templates/checkout/custom-checkout.php:109
|
| 3259 |
msgid "Required data"
|
| 3260 |
msgstr "Datos obligatorios"
|
| 3261 |
|
| 3262 |
+
#: ../../templates/checkout/custom-checkout.php:90,
|
| 3263 |
+
#: ../../templates/checkout/custom-checkout.php:90
|
| 3264 |
msgid "Holder name as it appears on the card"
|
| 3265 |
msgstr "Nombre del titular como aparece en la tarjeta"
|
| 3266 |
|
| 3267 |
+
#: ../../templates/checkout/custom-checkout.php:98,
|
| 3268 |
+
#: ../../templates/checkout/custom-checkout.php:98
|
| 3269 |
msgid "Expiration"
|
| 3270 |
msgstr "Vencimiento"
|
| 3271 |
|
| 3272 |
+
#: ../../templates/checkout/custom-checkout.php:106,
|
| 3273 |
+
#: ../../templates/checkout/custom-checkout.php:106
|
| 3274 |
msgid "Security Code"
|
| 3275 |
msgstr "Código de seguridad"
|
| 3276 |
|
| 3277 |
+
#: ../../templates/checkout/custom-checkout.php:115,
|
| 3278 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3279 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3280 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3281 |
msgid "Holder document"
|
| 3282 |
msgstr "Documento del titular"
|
| 3283 |
|
| 3284 |
+
#: ../../templates/checkout/custom-checkout.php:115,
|
| 3285 |
#: ../../templates/checkout/ticket-checkout.php:29,
|
| 3286 |
#: ../../templates/checkout/ticket-checkout.php:35,
|
| 3287 |
#: ../../templates/checkout/ticket-checkout.php:35
|
| 3288 |
msgid "Invalid document"
|
| 3289 |
msgstr "Número de documento no válido"
|
| 3290 |
|
| 3291 |
+
#: ../../templates/checkout/custom-checkout.php:121,
|
| 3292 |
+
#: ../../templates/checkout/custom-checkout.php:133,
|
| 3293 |
+
#: ../../templates/checkout/custom-checkout.php:133
|
| 3294 |
msgid "Select the number of installments"
|
| 3295 |
msgstr "Selecciona la cantidad de cuotas"
|
| 3296 |
|
| 3297 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3298 |
#: ../../templates/checkout/pix-checkout.php:22
|
|
|
|
|
|
|
| 3299 |
msgid "Pix in Test Mode"
|
| 3300 |
+
msgstr "Pix en Modo Test"
|
| 3301 |
|
| 3302 |
#: ../../templates/checkout/pix-checkout.php:22,
|
| 3303 |
#: ../../templates/checkout/pix-checkout.php:22
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3304 |
msgid ""
|
| 3305 |
"You can test the flow to generate a code, but you cannot finalize the "
|
| 3306 |
"payment."
|
| 3307 |
msgstr ""
|
| 3308 |
+
"Es posible probar el flujo para generar una factura, pero no es posible "
|
| 3309 |
"finalizar el pago."
|
| 3310 |
|
| 3311 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3312 |
#: ../../templates/checkout/pix-checkout.php:27
|
|
|
|
|
|
|
| 3313 |
msgid "Pay instantly"
|
| 3314 |
+
msgstr "Pago instantáneo"
|
| 3315 |
|
| 3316 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3317 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3318 |
msgid ""
|
| 3319 |
"By confirming your purchase, we will show you a code to make the payment."
|
| 3320 |
msgstr ""
|
| 3321 |
+
"Al confirmar tu compra, te mostraremos un código para realizar el pago."
|
| 3322 |
|
| 3323 |
#: ../../templates/checkout/pix-checkout.php:27,
|
| 3324 |
#: ../../templates/checkout/pix-checkout.php:27
|
| 3325 |
msgid "Pix logo"
|
| 3326 |
+
msgstr "Pix logo"
|
| 3327 |
|
| 3328 |
#: ../../templates/checkout/ticket-checkout.php:23,
|
| 3329 |
#: ../../templates/checkout/ticket-checkout.php:23
|
| 3377 |
msgid "Print ticket"
|
| 3378 |
msgstr "Imprimir ticket"
|
| 3379 |
|
| 3380 |
+
#~ msgid "Click here to see more details..."
|
| 3381 |
+
#~ msgstr "Haga clic aquí para ver más detalles…"
|
| 3382 |
+
|
| 3383 |
+
#~ msgid "Purchases with saved cards or money in Mercado Pago"
|
| 3384 |
+
#~ msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago"
|
| 3385 |
+
|
| 3386 |
+
#~ msgid ""
|
| 3387 |
+
#~ "Feature for those who have a saved card or money in Mercado Pago to buy "
|
| 3388 |
+
#~ "without having to fill in details."
|
| 3389 |
+
#~ msgstr ""
|
| 3390 |
+
#~ "Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en "
|
| 3391 |
+
#~ "Mercado Pago puedan comprar sin la necesidad de completar datos."
|
| 3392 |
+
|
| 3393 |
+
#~ msgid "The feature for payments with <b>saved cards</b> is <b>active</b>."
|
| 3394 |
+
#~ msgstr ""
|
| 3395 |
+
#~ "La funcionalidad para pagos con <b>tarjetas guardadas</b> está <b>activa</"
|
| 3396 |
+
#~ "b>."
|
| 3397 |
+
|
| 3398 |
+
#~ msgid "The feature for payments with <b>saved cards</b> is <b>inactive</b>."
|
| 3399 |
+
#~ msgstr ""
|
| 3400 |
+
#~ "La funcionalidad para pagos con <b>tarjetas guardadas</b> está "
|
| 3401 |
+
#~ "<b>inactiva</b>."
|
| 3402 |
+
|
| 3403 |
+
#~ msgid "You can see how the feature is in your store Checkout below:"
|
| 3404 |
+
#~ msgstr ""
|
| 3405 |
+
#~ "A continuación, cómo es la funcionalidad en el checkout de la tienda:"
|
| 3406 |
+
|
| 3407 |
+
#~ msgid "Mercado Pago customers can now pay with stored cards."
|
| 3408 |
+
#~ msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas."
|
| 3409 |
+
|
| 3410 |
+
#~ msgid ""
|
| 3411 |
+
#~ "The function Saved card payments is enabled. With this setting, "
|
| 3412 |
+
#~ "customers using Mercado Pago can purchase without having to fill in "
|
| 3413 |
+
#~ "payment details. You can control this option in the settings."
|
| 3414 |
+
#~ msgstr ""
|
| 3415 |
+
#~ "La función Pago con tarjetas guardadas de Mercado Pago está habilitada. "
|
| 3416 |
+
#~ "Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que "
|
| 3417 |
+
#~ "completar los datos de la tarjeta. Puedes controlar esta opción en "
|
| 3418 |
+
#~ "configuración."
|
| 3419 |
+
|
| 3420 |
+
#~ msgid "Go to settings"
|
| 3421 |
+
#~ msgstr "Ir a la configuración"
|
| 3422 |
+
|
| 3423 |
+
#~ msgid "Secure payment"
|
| 3424 |
+
#~ msgstr "Pago seguro"
|
| 3425 |
+
|
| 3426 |
+
#~ msgid "No need to fill out details"
|
| 3427 |
+
#~ msgstr "Sin cargar datos"
|
| 3428 |
+
|
| 3429 |
+
#~ msgid "Installments available"
|
| 3430 |
+
#~ msgstr "Cuotas disponibles"
|
| 3431 |
+
|
| 3432 |
+
#~ msgid "Pay faster with your saved cards and without completing data."
|
| 3433 |
+
#~ msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos."
|
| 3434 |
+
|
| 3435 |
#, fuzzy
|
| 3436 |
#~| msgid "Important! To sell you must enter your credentials."
|
| 3437 |
#~ msgid "Important! To sell, you must enter your credentials."
|
| 3474 |
#~ msgid "We take you to our site to complete the payment"
|
| 3475 |
#~ msgstr "Te llevamos a nuestro sitio para completar el pago"
|
| 3476 |
|
|
|
|
|
|
|
|
|
|
| 3477 |
#~ msgid "Enter your discount coupon"
|
| 3478 |
#~ msgstr "Ingresa tu cupón de descuento"
|
| 3479 |
|
| 3579 |
#~ msgid "Report Problem"
|
| 3580 |
#~ msgstr "Informar problema"
|
| 3581 |
|
|
|
|
|
|
|
|
|
|
| 3582 |
#~ msgid "Accept all method of payment and take your charges to another level"
|
| 3583 |
#~ msgstr "Acepta todos los medios de pago y lleva tus cobros a otro nivel"
|
| 3584 |
|
| 3819 |
#~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
|
| 3820 |
#~ "recibir pagos reales."
|
| 3821 |
|
|
|
|
|
|
|
|
|
|
| 3822 |
#~ msgid ""
|
| 3823 |
#~ "What category do your products belong to? Choose the one that best "
|
| 3824 |
#~ "characterizes them (choose \"other\" if your product is too specific)."
|
| 3937 |
#~ "esté bien. Si ya saliste a Producción,<br> trae a tus clientes y aumenta "
|
| 3938 |
#~ "tus ventas con la mejor experiencia de compra online."
|
| 3939 |
|
|
|
|
|
|
|
|
|
|
| 3940 |
#~ msgid "%s"
|
| 3941 |
#~ msgstr "%s"
|
| 3942 |
|
i18n/languages/woocommerce-mercadopago-pt_BR.mo
CHANGED
|
Binary file
|
i18n/languages/woocommerce-mercadopago-pt_BR.po
CHANGED
|
@@ -13,15 +13,15 @@ msgstr ""
|
|
| 13 |
"Content-Transfer-Encoding: 8bit\n"
|
| 14 |
"X-Generator: Poedit 3.1.1\n"
|
| 15 |
|
| 16 |
-
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:
|
| 17 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 18 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 19 |
msgid "By continuing, you agree to our "
|
| 20 |
msgstr "Ao continuar, você concorda com nossos "
|
| 21 |
|
| 22 |
-
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:
|
| 23 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 24 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 25 |
msgid "Terms and Conditions"
|
| 26 |
msgstr "Termos e condições"
|
| 27 |
|
|
@@ -85,8 +85,8 @@ msgstr ""
|
|
| 85 |
msgid "Invalid credentials"
|
| 86 |
msgstr "Credenciais inválidas"
|
| 87 |
|
| 88 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 89 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 90 |
msgid ""
|
| 91 |
"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
|
| 92 |
"Please update your PHP version."
|
|
@@ -94,13 +94,13 @@ msgstr ""
|
|
| 94 |
"O plugin do Mercado Pago para o WooCommerce requer o PHP versão 5.6 ou "
|
| 95 |
"posterior. Por favor, atualize sua versão do PHP."
|
| 96 |
|
| 97 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 98 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 99 |
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
|
| 100 |
msgstr "Erro no Mercado Pago: a extensão PHP CURL não está instalada."
|
| 101 |
|
| 102 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 103 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 104 |
msgid ""
|
| 105 |
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
|
| 106 |
"extension is required to send QR Code Pix by email."
|
|
@@ -111,29 +111,29 @@ msgstr ""
|
|
| 111 |
#. translators: %s link to WooCommerce
|
| 112 |
#. translators: %s link to WooCommerce
|
| 113 |
#. translators: %s link to WooCommerce
|
| 114 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 115 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 116 |
msgid "The Mercado Pago module needs an active version of %s in order to work!"
|
| 117 |
msgstr ""
|
| 118 |
"O módulo do Mercado Pago necessita de uma versão ativa de %s para funcionar!"
|
| 119 |
|
| 120 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 121 |
-
#: ../../includes/module/class-wc-woomercadopago-init.php:
|
| 122 |
msgid "Cancel order"
|
| 123 |
msgstr "Cancelar ordem"
|
| 124 |
|
| 125 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 126 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 127 |
msgid "The payment method is not valid or not available."
|
| 128 |
msgstr "O meio de pagamento não é válido ou não está disponível."
|
| 129 |
|
| 130 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 131 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 132 |
msgid "The transaction amount cannot be processed by Mercado Pago."
|
| 133 |
msgstr "O valor da transação não pode ser processado pelo Mercado Pago."
|
| 134 |
|
| 135 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 136 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 137 |
msgid ""
|
| 138 |
"Possible causes: Currency not supported; Amounts below the minimum or above "
|
| 139 |
"the maximum allowed."
|
|
@@ -141,13 +141,13 @@ msgstr ""
|
|
| 141 |
"Possíveis causas: Moeda não suportada; Valores abaixo do mínimo ou acima do "
|
| 142 |
"máximo permitido."
|
| 143 |
|
| 144 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 145 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 146 |
msgid "The users are not valid."
|
| 147 |
msgstr "Os usuários não são válidos."
|
| 148 |
|
| 149 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 150 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 151 |
msgid ""
|
| 152 |
"Possible causes: Buyer and seller have the same account in Mercado Pago; The "
|
| 153 |
"transaction involving production and test users."
|
|
@@ -155,89 +155,89 @@ msgstr ""
|
|
| 155 |
"Possíveis causas: o comprador e o vendedor têm a mesma conta no Mercado "
|
| 156 |
"Pago; A transação está envolvendo usuários de produção e teste."
|
| 157 |
|
| 158 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 159 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 160 |
msgid "Unauthorized use of production credentials."
|
| 161 |
msgstr "Uso não autorizado de credenciais de produção."
|
| 162 |
|
| 163 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 164 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 165 |
msgid ""
|
| 166 |
"Possible causes: Use permission in use for the credential of the seller."
|
| 167 |
msgstr ""
|
| 168 |
"Possíveis causas: Pendência de permissão de uso na produção para a "
|
| 169 |
"credencial do vendedor."
|
| 170 |
|
| 171 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 172 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 173 |
msgid "Colombia"
|
| 174 |
msgstr "Colombia"
|
| 175 |
|
| 176 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 177 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 178 |
msgid "Argentina"
|
| 179 |
msgstr "Argentina"
|
| 180 |
|
| 181 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 182 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 183 |
msgid "Brazil"
|
| 184 |
msgstr "Brasil"
|
| 185 |
|
| 186 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 187 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 188 |
msgid "Chile"
|
| 189 |
msgstr "Chile"
|
| 190 |
|
| 191 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 192 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 193 |
msgid "Mexico"
|
| 194 |
msgstr "México"
|
| 195 |
|
| 196 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 197 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 198 |
msgid "Uruguay"
|
| 199 |
msgstr "Uruguai"
|
| 200 |
|
| 201 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 202 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 203 |
msgid "Venezuela"
|
| 204 |
msgstr "Venezuela"
|
| 205 |
|
| 206 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 207 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 208 |
msgid "Peru"
|
| 209 |
msgstr "Perú"
|
| 210 |
|
| 211 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 212 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 213 |
msgid "Update the WooCommerce order to "
|
| 214 |
msgstr "Atualizar a ordem do WooCommerce para "
|
| 215 |
|
| 216 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 217 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550,
|
| 218 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550
|
| 219 |
msgid "Fill in your credentials to enable payment methods."
|
| 220 |
msgstr "Complete suas credenciais para habilitar os meios de pagamento."
|
| 221 |
|
| 222 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 223 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 224 |
msgid "Set plugin"
|
| 225 |
msgstr "Configurar plugin"
|
| 226 |
|
| 227 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 228 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
|
| 229 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
|
| 230 |
msgid "Payment methods"
|
| 231 |
msgstr "Meios de pagamento"
|
| 232 |
|
| 233 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 234 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
|
| 235 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
|
| 236 |
msgid "Plugin manual"
|
| 237 |
msgstr "Manual do plugin"
|
| 238 |
|
| 239 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 240 |
-
#: ../../includes/module/class-wc-woomercadopago-module.php:
|
| 241 |
msgid "By Mercado Pago"
|
| 242 |
msgstr "Por Mercado Pago"
|
| 243 |
|
|
@@ -354,94 +354,94 @@ msgstr ""
|
|
| 354 |
"Por favor, digite seu e-mail no endereço de faturamento para usar este "
|
| 355 |
"serviço"
|
| 356 |
|
| 357 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 358 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 359 |
msgid "Debit, Credit and invoice in Mercado Pago environment"
|
| 360 |
msgstr "Pix, débito, crédito e boleto, no ambiente do Mercado Pago"
|
| 361 |
|
| 362 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 363 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 364 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 365 |
msgid "Checkout Pro"
|
| 366 |
msgstr "Checkout Pro"
|
| 367 |
|
| 368 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 369 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 370 |
msgid "Mercado Pago - Checkout Pro"
|
| 371 |
msgstr "Mercado Pago - Checkout Pro"
|
| 372 |
|
| 373 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 374 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 375 |
msgid "Your saved cards or money in Mercado Pago"
|
| 376 |
msgstr "Compras com cartões salvos ou saldo no Mercado Pago"
|
| 377 |
|
| 378 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 379 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 380 |
msgid "Maximum number of installments"
|
| 381 |
msgstr "Máximo de parcelas"
|
| 382 |
|
| 383 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 384 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 385 |
msgid "What is the maximum quota with which a customer can buy?"
|
| 386 |
msgstr ""
|
| 387 |
"Qual é o número máximo de vezes que um cliente pode parcelar sua compra?"
|
| 388 |
|
| 389 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 390 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 391 |
msgid "1 installment"
|
| 392 |
msgstr "1 parcela"
|
| 393 |
|
| 394 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 395 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 396 |
msgid "2 installments"
|
| 397 |
msgstr "2 parcelas"
|
| 398 |
|
| 399 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 400 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 401 |
msgid "3 installments"
|
| 402 |
msgstr "3 parcelas"
|
| 403 |
|
| 404 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 405 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 406 |
msgid "4 installments"
|
| 407 |
msgstr "4 parcelas"
|
| 408 |
|
| 409 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 410 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 411 |
msgid "5 installments"
|
| 412 |
msgstr "5 parcelas"
|
| 413 |
|
| 414 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 415 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 416 |
msgid "6 installments"
|
| 417 |
msgstr "6 parcelas"
|
| 418 |
|
| 419 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 420 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 421 |
msgid "10 installments"
|
| 422 |
msgstr "10 parcelas"
|
| 423 |
|
| 424 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 425 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 426 |
msgid "12 installments"
|
| 427 |
msgstr "12 parcelas"
|
| 428 |
|
| 429 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 430 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 431 |
msgid "15 installments"
|
| 432 |
msgstr "15 parcelas"
|
| 433 |
|
| 434 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 435 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 436 |
msgid "18 installments"
|
| 437 |
msgstr "18 parcelas"
|
| 438 |
|
| 439 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 440 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 441 |
msgid "24 installments"
|
| 442 |
msgstr "24 parcelas"
|
| 443 |
|
| 444 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 445 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
|
| 446 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849,
|
| 447 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
|
|
@@ -450,8 +450,8 @@ msgstr "24 parcelas"
|
|
| 450 |
msgid "Enable the checkout"
|
| 451 |
msgstr "Ativar o checkout"
|
| 452 |
|
| 453 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 454 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 455 |
msgid ""
|
| 456 |
"By disabling it, you will disable all payments from Mercado Pago Checkout at "
|
| 457 |
"Mercado Pago website by redirect."
|
|
@@ -459,20 +459,20 @@ msgstr ""
|
|
| 459 |
"Ao desativar, você desabilita todos os meios de pagamentos para o checkout "
|
| 460 |
"com redirecionamento no site do Mercado Pago."
|
| 461 |
|
| 462 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 463 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854,
|
| 464 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854
|
| 465 |
msgid "The checkout is <b>enabled</b>."
|
| 466 |
msgstr "O checkout está <b>ativo</b>."
|
| 467 |
|
| 468 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 469 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855,
|
| 470 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855
|
| 471 |
msgid "The checkout is <b>disabled</b>."
|
| 472 |
msgstr "O checkout está <b>inativo</b>."
|
| 473 |
|
| 474 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 475 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 476 |
msgid ""
|
| 477 |
"With Checkout Pro you sell with all the safety inside Mercado Pago "
|
| 478 |
"environment."
|
|
@@ -480,18 +480,18 @@ msgstr ""
|
|
| 480 |
"Com o Checkout Pro, você vende com toda a segurança, no ambiente do Mercado "
|
| 481 |
"Pago."
|
| 482 |
|
| 483 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 484 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 485 |
msgid "Advanced settings"
|
| 486 |
msgstr "Configuração Avançada"
|
| 487 |
|
| 488 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 489 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 490 |
msgid "Payment experience"
|
| 491 |
msgstr "Experiência de pagamento"
|
| 492 |
|
| 493 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 494 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 495 |
msgid ""
|
| 496 |
"Define what payment experience your customers will have, whether inside or "
|
| 497 |
"outside your store."
|
|
@@ -499,38 +499,38 @@ msgstr ""
|
|
| 499 |
"Defina qual experiência de pagamento seus clientes terão se dentro ou fora "
|
| 500 |
"da sua loja."
|
| 501 |
|
| 502 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 503 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 504 |
msgid "Redirect"
|
| 505 |
msgstr "Redireciona"
|
| 506 |
|
| 507 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 508 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 509 |
msgid "Modal"
|
| 510 |
msgstr "Modal"
|
| 511 |
|
| 512 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 513 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 514 |
msgid ""
|
| 515 |
"Choose the URL that we will show your customers when they finish their "
|
| 516 |
"purchase."
|
| 517 |
msgstr ""
|
| 518 |
"Selecione a URL que mostraremos aos seus clientes quando concluirem a compra."
|
| 519 |
|
| 520 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 521 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 522 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 523 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 524 |
msgid "This seems to be an invalid URL."
|
| 525 |
msgstr "Esta parece ser uma URL inválida."
|
| 526 |
|
| 527 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 528 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 529 |
msgid "Success URL"
|
| 530 |
msgstr "URL de sucesso"
|
| 531 |
|
| 532 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 533 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 534 |
msgid ""
|
| 535 |
"Choose the URL that we will show to your customers when we refuse their "
|
| 536 |
"purchase. Make sure it includes a message appropriate to the situation and "
|
|
@@ -540,13 +540,13 @@ msgstr ""
|
|
| 540 |
"compra. Certifique-se de incluir uma mensagem adequada à situação e dê "
|
| 541 |
"informações úteis para que eles possam solucionar a questão."
|
| 542 |
|
| 543 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 544 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 545 |
msgid "Payment URL rejected"
|
| 546 |
msgstr "URL de pagamento recusado"
|
| 547 |
|
| 548 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 549 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 550 |
msgid ""
|
| 551 |
"Choose the URL that we will show to your customers when they have a payment "
|
| 552 |
"pending approval."
|
|
@@ -554,101 +554,169 @@ msgstr ""
|
|
| 554 |
"Selecione a URL que mostraremos aos seus clientes quando tiverem um "
|
| 555 |
"pagamento pendente de aprovação."
|
| 556 |
|
| 557 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 558 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 559 |
msgid "Payment URL pending"
|
| 560 |
msgstr "URL de pagamento pendente"
|
| 561 |
|
| 562 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 563 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 564 |
msgid "Enable the payment methods available to your clients."
|
| 565 |
msgstr "Habilite os meios de pagamento disponíveis para os seus clientes."
|
| 566 |
|
| 567 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 568 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 569 |
msgid "Choose the payment methods you accept in your store"
|
| 570 |
msgstr "Escolha os meios de pagamento aceitos na loja"
|
| 571 |
|
| 572 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 573 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 574 |
msgid "Credit Cards"
|
| 575 |
msgstr "Cartões de crédito"
|
| 576 |
|
| 577 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 578 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 579 |
msgid "Debit Cards"
|
| 580 |
msgstr "Cartões de débito"
|
| 581 |
|
| 582 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 583 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 584 |
msgid "Other Payment Methods"
|
| 585 |
msgstr "Outros meios"
|
| 586 |
|
| 587 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 588 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 589 |
msgid "Return to the store"
|
| 590 |
msgstr "Voltar à loja"
|
| 591 |
|
| 592 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 593 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 594 |
msgid ""
|
| 595 |
"Do you want your customer to automatically return to the store after payment?"
|
| 596 |
msgstr ""
|
| 597 |
"Deseja que seu cliente retorne automaticamente à loja após o pagamento?"
|
| 598 |
|
| 599 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 600 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 601 |
msgid "The buyer <b>will be automatically redirected to the store</b>."
|
| 602 |
msgstr "O comprador <b>será redirecionado automaticamente à loja</b>."
|
| 603 |
|
| 604 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 605 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 606 |
msgid "The buyer <b>will not be automatically redirected to the store</b>."
|
| 607 |
msgstr "O comprador <b>não será redirecionado automaticamente à loja</b>."
|
| 608 |
|
| 609 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 610 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 611 |
msgid "Installments without card"
|
| 612 |
msgstr "Parcelas sem cartão"
|
| 613 |
|
| 614 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 615 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 616 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 617 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 618 |
msgid "Up to "
|
| 619 |
msgstr "ATÉ "
|
| 620 |
|
| 621 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 622 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 623 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 624 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 625 |
msgid " installments"
|
| 626 |
msgstr "X"
|
| 627 |
|
| 628 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 629 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
|
| 630 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353
|
| 631 |
msgid "Credit cards"
|
| 632 |
msgstr "Cartões de crédito"
|
| 633 |
|
| 634 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 635 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361,
|
| 636 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361
|
| 637 |
msgid "Debit cards"
|
| 638 |
msgstr "Cartões de débito"
|
| 639 |
|
| 640 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 641 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 642 |
msgid "Bank Transfer"
|
| 643 |
msgstr "Transferência bancária"
|
| 644 |
|
| 645 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 646 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 647 |
msgid "Payment by cash"
|
| 648 |
msgstr "Pagamento via boleto"
|
| 649 |
|
| 650 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 651 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 652 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584,
|
| 653 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572,
|
| 654 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
|
|
@@ -661,8 +729,8 @@ msgstr "Pagamento via boleto"
|
|
| 661 |
msgid "discount of"
|
| 662 |
msgstr "desconto de"
|
| 663 |
|
| 664 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 665 |
-
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:
|
| 666 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
|
| 667 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577,
|
| 668 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
|
|
@@ -730,40 +798,39 @@ msgstr ""
|
|
| 730 |
|
| 731 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
|
| 732 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
|
| 733 |
-
|
|
|
|
|
|
|
| 734 |
msgstr "Configuração Avançada"
|
| 735 |
|
| 736 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208,
|
| 737 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208
|
| 738 |
-
msgid "
|
| 739 |
-
msgstr "
|
| 740 |
|
| 741 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209,
|
| 742 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
|
| 743 |
msgid ""
|
| 744 |
-
"
|
| 745 |
-
"
|
| 746 |
msgstr ""
|
| 747 |
-
"
|
| 748 |
-
"
|
| 749 |
|
| 750 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213,
|
| 751 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213
|
| 752 |
-
msgid "
|
| 753 |
-
msgstr ""
|
| 754 |
-
"A funcionalidade para pagamentos com <b>cartões salvos</b> está <b>ativa</b>."
|
| 755 |
|
| 756 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214,
|
| 757 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214
|
| 758 |
-
msgid "
|
| 759 |
-
msgstr ""
|
| 760 |
-
"A funcionalidade para pagamentos com <b>cartões salvos</b> está <b>inativa</"
|
| 761 |
-
"b>."
|
| 762 |
|
| 763 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233,
|
| 764 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233
|
| 765 |
-
msgid "
|
| 766 |
-
msgstr "
|
| 767 |
|
| 768 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264,
|
| 769 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
|
|
@@ -936,6 +1003,7 @@ msgid "Description"
|
|
| 936 |
msgstr "Descrição"
|
| 937 |
|
| 938 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:762,
|
|
|
|
| 939 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
|
| 940 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
|
| 941 |
msgid "Important! To sell you must enter your credentials."
|
|
@@ -956,11 +1024,6 @@ msgstr "Inserir credenciais"
|
|
| 956 |
msgid "Mercado Pago Plugin general settings"
|
| 957 |
msgstr "Configurações gerais do plugin do Mercado Pago"
|
| 958 |
|
| 959 |
-
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
|
| 960 |
-
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774
|
| 961 |
-
msgid "Important! To sell you must enter your credentials.?"
|
| 962 |
-
msgstr ""
|
| 963 |
-
|
| 964 |
#: ../../includes/payments/clas
|
| 13 |
"Content-Transfer-Encoding: 8bit\n"
|
| 14 |
"X-Generator: Poedit 3.1.1\n"
|
| 15 |
|
| 16 |
+
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145,
|
| 17 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:354,
|
| 18 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:354
|
| 19 |
msgid "By continuing, you agree to our "
|
| 20 |
msgstr "Ao continuar, você concorda com nossos "
|
| 21 |
|
| 22 |
+
#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147,
|
| 23 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:356,
|
| 24 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:356
|
| 25 |
msgid "Terms and Conditions"
|
| 26 |
msgstr "Termos e condições"
|
| 27 |
|
| 85 |
msgid "Invalid credentials"
|
| 86 |
msgstr "Credenciais inválidas"
|
| 87 |
|
| 88 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:52,
|
| 89 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:52
|
| 90 |
msgid ""
|
| 91 |
"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
|
| 92 |
"Please update your PHP version."
|
| 94 |
"O plugin do Mercado Pago para o WooCommerce requer o PHP versão 5.6 ou "
|
| 95 |
"posterior. Por favor, atualize sua versão do PHP."
|
| 96 |
|
| 97 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:63,
|
| 98 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:63
|
| 99 |
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
|
| 100 |
msgstr "Erro no Mercado Pago: a extensão PHP CURL não está instalada."
|
| 101 |
|
| 102 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:74,
|
| 103 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:74
|
| 104 |
msgid ""
|
| 105 |
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
|
| 106 |
"extension is required to send QR Code Pix by email."
|
| 111 |
#. translators: %s link to WooCommerce
|
| 112 |
#. translators: %s link to WooCommerce
|
| 113 |
#. translators: %s link to WooCommerce
|
| 114 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:88,
|
| 115 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:88
|
| 116 |
msgid "The Mercado Pago module needs an active version of %s in order to work!"
|
| 117 |
msgstr ""
|
| 118 |
"O módulo do Mercado Pago necessita de uma versão ativa de %s para funcionar!"
|
| 119 |
|
| 120 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:101,
|
| 121 |
+
#: ../../includes/module/class-wc-woomercadopago-init.php:101
|
| 122 |
msgid "Cancel order"
|
| 123 |
msgstr "Cancelar ordem"
|
| 124 |
|
| 125 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:370,
|
| 126 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:370
|
| 127 |
msgid "The payment method is not valid or not available."
|
| 128 |
msgstr "O meio de pagamento não é válido ou não está disponível."
|
| 129 |
|
| 130 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373,
|
| 131 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373
|
| 132 |
msgid "The transaction amount cannot be processed by Mercado Pago."
|
| 133 |
msgstr "O valor da transação não pode ser processado pelo Mercado Pago."
|
| 134 |
|
| 135 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373,
|
| 136 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:373
|
| 137 |
msgid ""
|
| 138 |
"Possible causes: Currency not supported; Amounts below the minimum or above "
|
| 139 |
"the maximum allowed."
|
| 141 |
"Possíveis causas: Moeda não suportada; Valores abaixo do mínimo ou acima do "
|
| 142 |
"máximo permitido."
|
| 143 |
|
| 144 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376,
|
| 145 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376
|
| 146 |
msgid "The users are not valid."
|
| 147 |
msgstr "Os usuários não são válidos."
|
| 148 |
|
| 149 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376,
|
| 150 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:376
|
| 151 |
msgid ""
|
| 152 |
"Possible causes: Buyer and seller have the same account in Mercado Pago; The "
|
| 153 |
"transaction involving production and test users."
|
| 155 |
"Possíveis causas: o comprador e o vendedor têm a mesma conta no Mercado "
|
| 156 |
"Pago; A transação está envolvendo usuários de produção e teste."
|
| 157 |
|
| 158 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379,
|
| 159 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379
|
| 160 |
msgid "Unauthorized use of production credentials."
|
| 161 |
msgstr "Uso não autorizado de credenciais de produção."
|
| 162 |
|
| 163 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379,
|
| 164 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:379
|
| 165 |
msgid ""
|
| 166 |
"Possible causes: Use permission in use for the credential of the seller."
|
| 167 |
msgstr ""
|
| 168 |
"Possíveis causas: Pendência de permissão de uso na produção para a "
|
| 169 |
"credencial do vendedor."
|
| 170 |
|
| 171 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:505,
|
| 172 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:505
|
| 173 |
msgid "Colombia"
|
| 174 |
msgstr "Colombia"
|
| 175 |
|
| 176 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:507,
|
| 177 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:507
|
| 178 |
msgid "Argentina"
|
| 179 |
msgstr "Argentina"
|
| 180 |
|
| 181 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:509,
|
| 182 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:509
|
| 183 |
msgid "Brazil"
|
| 184 |
msgstr "Brasil"
|
| 185 |
|
| 186 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:511,
|
| 187 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:511
|
| 188 |
msgid "Chile"
|
| 189 |
msgstr "Chile"
|
| 190 |
|
| 191 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:513,
|
| 192 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:513
|
| 193 |
msgid "Mexico"
|
| 194 |
msgstr "México"
|
| 195 |
|
| 196 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:515,
|
| 197 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:515
|
| 198 |
msgid "Uruguay"
|
| 199 |
msgstr "Uruguai"
|
| 200 |
|
| 201 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:517,
|
| 202 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:517
|
| 203 |
msgid "Venezuela"
|
| 204 |
msgstr "Venezuela"
|
| 205 |
|
| 206 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:519,
|
| 207 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:519
|
| 208 |
msgid "Peru"
|
| 209 |
msgstr "Perú"
|
| 210 |
|
| 211 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:553,
|
| 212 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:553
|
| 213 |
msgid "Update the WooCommerce order to "
|
| 214 |
msgstr "Atualizar a ordem do WooCommerce para "
|
| 215 |
|
| 216 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:772,
|
| 217 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550,
|
| 218 |
#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550
|
| 219 |
msgid "Fill in your credentials to enable payment methods."
|
| 220 |
msgstr "Complete suas credenciais para habilitar os meios de pagamento."
|
| 221 |
|
| 222 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:788,
|
| 223 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:788
|
| 224 |
msgid "Set plugin"
|
| 225 |
msgstr "Configurar plugin"
|
| 226 |
|
| 227 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:789,
|
| 228 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
|
| 229 |
#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
|
| 230 |
msgid "Payment methods"
|
| 231 |
msgstr "Meios de pagamento"
|
| 232 |
|
| 233 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:790,
|
| 234 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
|
| 235 |
#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
|
| 236 |
msgid "Plugin manual"
|
| 237 |
msgstr "Manual do plugin"
|
| 238 |
|
| 239 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:889,
|
| 240 |
+
#: ../../includes/module/class-wc-woomercadopago-module.php:889
|
| 241 |
msgid "By Mercado Pago"
|
| 242 |
msgstr "Por Mercado Pago"
|
| 243 |
|
| 354 |
"Por favor, digite seu e-mail no endereço de faturamento para usar este "
|
| 355 |
"serviço"
|
| 356 |
|
| 357 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40,
|
| 358 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40
|
| 359 |
msgid "Debit, Credit and invoice in Mercado Pago environment"
|
| 360 |
msgstr "Pix, débito, crédito e boleto, no ambiente do Mercado Pago"
|
| 361 |
|
| 362 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41,
|
| 363 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:289,
|
| 364 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:289
|
| 365 |
msgid "Checkout Pro"
|
| 366 |
msgstr "Checkout Pro"
|
| 367 |
|
| 368 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:49,
|
| 369 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:49
|
| 370 |
msgid "Mercado Pago - Checkout Pro"
|
| 371 |
msgstr "Mercado Pago - Checkout Pro"
|
| 372 |
|
| 373 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51,
|
| 374 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:51
|
| 375 |
msgid "Your saved cards or money in Mercado Pago"
|
| 376 |
msgstr "Compras com cartões salvos ou saldo no Mercado Pago"
|
| 377 |
|
| 378 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176,
|
| 379 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176
|
| 380 |
msgid "Maximum number of installments"
|
| 381 |
msgstr "Máximo de parcelas"
|
| 382 |
|
| 383 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178,
|
| 384 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178
|
| 385 |
msgid "What is the maximum quota with which a customer can buy?"
|
| 386 |
msgstr ""
|
| 387 |
"Qual é o número máximo de vezes que um cliente pode parcelar sua compra?"
|
| 388 |
|
| 389 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:181,
|
| 390 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:181
|
| 391 |
msgid "1 installment"
|
| 392 |
msgstr "1 parcela"
|
| 393 |
|
| 394 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:182,
|
| 395 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:182
|
| 396 |
msgid "2 installments"
|
| 397 |
msgstr "2 parcelas"
|
| 398 |
|
| 399 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:183,
|
| 400 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:183
|
| 401 |
msgid "3 installments"
|
| 402 |
msgstr "3 parcelas"
|
| 403 |
|
| 404 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:184,
|
| 405 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:184
|
| 406 |
msgid "4 installments"
|
| 407 |
msgstr "4 parcelas"
|
| 408 |
|
| 409 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:185,
|
| 410 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:185
|
| 411 |
msgid "5 installments"
|
| 412 |
msgstr "5 parcelas"
|
| 413 |
|
| 414 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:186,
|
| 415 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:186
|
| 416 |
msgid "6 installments"
|
| 417 |
msgstr "6 parcelas"
|
| 418 |
|
| 419 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:187,
|
| 420 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:187
|
| 421 |
msgid "10 installments"
|
| 422 |
msgstr "10 parcelas"
|
| 423 |
|
| 424 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:188,
|
| 425 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:188
|
| 426 |
msgid "12 installments"
|
| 427 |
msgstr "12 parcelas"
|
| 428 |
|
| 429 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:189,
|
| 430 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:189
|
| 431 |
msgid "15 installments"
|
| 432 |
msgstr "15 parcelas"
|
| 433 |
|
| 434 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:190,
|
| 435 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:190
|
| 436 |
msgid "18 installments"
|
| 437 |
msgstr "18 parcelas"
|
| 438 |
|
| 439 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:191,
|
| 440 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:191
|
| 441 |
msgid "24 installments"
|
| 442 |
msgstr "24 parcelas"
|
| 443 |
|
| 444 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:268,
|
| 445 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
|
| 446 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849,
|
| 447 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
|
| 450 |
msgid "Enable the checkout"
|
| 451 |
msgstr "Ativar o checkout"
|
| 452 |
|
| 453 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269,
|
| 454 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269
|
| 455 |
msgid ""
|
| 456 |
"By disabling it, you will disable all payments from Mercado Pago Checkout at "
|
| 457 |
"Mercado Pago website by redirect."
|
| 459 |
"Ao desativar, você desabilita todos os meios de pagamentos para o checkout "
|
| 460 |
"com redirecionamento no site do Mercado Pago."
|
| 461 |
|
| 462 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:273,
|
| 463 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854,
|
| 464 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854
|
| 465 |
msgid "The checkout is <b>enabled</b>."
|
| 466 |
msgstr "O checkout está <b>ativo</b>."
|
| 467 |
|
| 468 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:274,
|
| 469 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855,
|
| 470 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855
|
| 471 |
msgid "The checkout is <b>disabled</b>."
|
| 472 |
msgstr "O checkout está <b>inativo</b>."
|
| 473 |
|
| 474 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:293,
|
| 475 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:293
|
| 476 |
msgid ""
|
| 477 |
"With Checkout Pro you sell with all the safety inside Mercado Pago "
|
| 478 |
"environment."
|
| 480 |
"Com o Checkout Pro, você vende com toda a segurança, no ambiente do Mercado "
|
| 481 |
"Pago."
|
| 482 |
|
| 483 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310,
|
| 484 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310
|
| 485 |
msgid "Advanced settings"
|
| 486 |
msgstr "Configuração Avançada"
|
| 487 |
|
| 488 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:323,
|
| 489 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:323
|
| 490 |
msgid "Payment experience"
|
| 491 |
msgstr "Experiência de pagamento"
|
| 492 |
|
| 493 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:325,
|
| 494 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:325
|
| 495 |
msgid ""
|
| 496 |
"Define what payment experience your customers will have, whether inside or "
|
| 497 |
"outside your store."
|
| 499 |
"Defina qual experiência de pagamento seus clientes terão se dentro ou fora "
|
| 500 |
"da sua loja."
|
| 501 |
|
| 502 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:328,
|
| 503 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:328
|
| 504 |
msgid "Redirect"
|
| 505 |
msgstr "Redireciona"
|
| 506 |
|
| 507 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:329,
|
| 508 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:329
|
| 509 |
msgid "Modal"
|
| 510 |
msgstr "Modal"
|
| 511 |
|
| 512 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345,
|
| 513 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345
|
| 514 |
msgid ""
|
| 515 |
"Choose the URL that we will show your customers when they finish their "
|
| 516 |
"purchase."
|
| 517 |
msgstr ""
|
| 518 |
"Selecione a URL que mostraremos aos seus clientes quando concluirem a compra."
|
| 519 |
|
| 520 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:343,
|
| 521 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:363,
|
| 522 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384,
|
| 523 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384
|
| 524 |
msgid "This seems to be an invalid URL."
|
| 525 |
msgstr "Esta parece ser uma URL inválida."
|
| 526 |
|
| 527 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:348,
|
| 528 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:348
|
| 529 |
msgid "Success URL"
|
| 530 |
msgstr "URL de sucesso"
|
| 531 |
|
| 532 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365,
|
| 533 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365
|
| 534 |
msgid ""
|
| 535 |
"Choose the URL that we will show to your customers when we refuse their "
|
| 536 |
"purchase. Make sure it includes a message appropriate to the situation and "
|
| 540 |
"compra. Certifique-se de incluir uma mensagem adequada à situação e dê "
|
| 541 |
"informações úteis para que eles possam solucionar a questão."
|
| 542 |
|
| 543 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:368,
|
| 544 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:368
|
| 545 |
msgid "Payment URL rejected"
|
| 546 |
msgstr "URL de pagamento recusado"
|
| 547 |
|
| 548 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:386,
|
| 549 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:386
|
| 550 |
msgid ""
|
| 551 |
"Choose the URL that we will show to your customers when they have a payment "
|
| 552 |
"pending approval."
|
| 554 |
"Selecione a URL que mostraremos aos seus clientes quando tiverem um "
|
| 555 |
"pagamento pendente de aprovação."
|
| 556 |
|
| 557 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:389,
|
| 558 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:389
|
| 559 |
msgid "Payment URL pending"
|
| 560 |
msgstr "URL de pagamento pendente"
|
| 561 |
|
| 562 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403,
|
| 563 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403
|
| 564 |
msgid "Enable the payment methods available to your clients."
|
| 565 |
msgstr "Habilite os meios de pagamento disponíveis para os seus clientes."
|
| 566 |
|
| 567 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404,
|
| 568 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:404
|
| 569 |
msgid "Choose the payment methods you accept in your store"
|
| 570 |
msgstr "Escolha os meios de pagamento aceitos na loja"
|
| 571 |
|
| 572 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:408,
|
| 573 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:408
|
| 574 |
msgid "Credit Cards"
|
| 575 |
msgstr "Cartões de crédito"
|
| 576 |
|
| 577 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:412,
|
| 578 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:412
|
| 579 |
msgid "Debit Cards"
|
| 580 |
msgstr "Cartões de débito"
|
| 581 |
|
| 582 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:416,
|
| 583 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:416
|
| 584 |
msgid "Other Payment Methods"
|
| 585 |
msgstr "Outros meios"
|
| 586 |
|
| 587 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:466,
|
| 588 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:466
|
| 589 |
msgid "Return to the store"
|
| 590 |
msgstr "Voltar à loja"
|
| 591 |
|
| 592 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:467,
|
| 593 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:467
|
| 594 |
msgid ""
|
| 595 |
"Do you want your customer to automatically return to the store after payment?"
|
| 596 |
msgstr ""
|
| 597 |
"Deseja que seu cliente retorne automaticamente à loja após o pagamento?"
|
| 598 |
|
| 599 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:471,
|
| 600 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:471
|
| 601 |
msgid "The buyer <b>will be automatically redirected to the store</b>."
|
| 602 |
msgstr "O comprador <b>será redirecionado automaticamente à loja</b>."
|
| 603 |
|
| 604 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:472,
|
| 605 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:472
|
| 606 |
msgid "The buyer <b>will not be automatically redirected to the store</b>."
|
| 607 |
msgstr "O comprador <b>não será redirecionado automaticamente à loja</b>."
|
| 608 |
|
| 609 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537,
|
| 610 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537
|
| 611 |
msgid "Installments without card"
|
| 612 |
msgstr "Parcelas sem cartão"
|
| 613 |
|
| 614 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538,
|
| 615 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546,
|
| 616 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 617 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 618 |
msgid "Up to "
|
| 619 |
msgstr "ATÉ "
|
| 620 |
|
| 621 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538,
|
| 622 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:546,
|
| 623 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
|
| 624 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
|
| 625 |
msgid " installments"
|
| 626 |
msgstr "X"
|
| 627 |
|
| 628 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:545,
|
| 629 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
|
| 630 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353
|
| 631 |
msgid "Credit cards"
|
| 632 |
msgstr "Cartões de crédito"
|
| 633 |
|
| 634 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:552,
|
| 635 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361,
|
| 636 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361
|
| 637 |
msgid "Debit cards"
|
| 638 |
msgstr "Cartões de débito"
|
| 639 |
|
| 640 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:558,
|
| 641 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:558
|
| 642 |
msgid "Bank Transfer"
|
| 643 |
msgstr "Transferência bancária"
|
| 644 |
|
| 645 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:564,
|
| 646 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:564
|
| 647 |
msgid "Payment by cash"
|
| 648 |
msgstr "Pagamento via boleto"
|
| 649 |
|
| 650 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:593,
|
| 651 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:593
|
| 652 |
+
msgid "Payment with Mercado Credito"
|
| 653 |
+
msgstr "Pagamentos com Mercado Crédito"
|
| 654 |
+
|
| 655 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:594,
|
| 656 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:594
|
| 657 |
+
msgid "New!"
|
| 658 |
+
msgstr "Novo!"
|
| 659 |
+
|
| 660 |
+
#. translators: %s link to Mercado Credits blog
|
| 661 |
+
#. translators: %s link to Mercado Credits blog
|
| 662 |
+
#. translators: %s link to Mercado Credits blog
|
| 663 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:599,
|
| 664 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:599
|
| 665 |
+
msgid ""
|
| 666 |
+
"With <a href=\"%s\" target=\"blank\">Mercado Credito</a>, clients can pay "
|
| 667 |
+
"<b>in installments with no card, by transfers, invoice or money available in "
|
| 668 |
+
"their Mercado Pago account.</b><br/><b>By activating the no-card "
|
| 669 |
+
"installments banner</b>, you will increase your chances of selling."
|
| 670 |
+
msgstr ""
|
| 671 |
+
"Com <a href=\"%s\" target=\"blank\">Mercado Crédito</a>, os clientes pagam "
|
| 672 |
+
"<b>parcelado sem cartão, via Pix, boleto ou saldo em conta, no app do "
|
| 673 |
+
"Mercado Pago.</b><br/><b>Ao ativar o informativo de parcelamento sem cartão</"
|
| 674 |
+
"b>, você aumentará suas chances de vender. Para saber mais, acesse a "
|
| 675 |
+
"documentação."
|
| 676 |
+
|
| 677 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:603,
|
| 678 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:603
|
| 679 |
+
msgid "The no-card installments banner is <b>active</b>."
|
| 680 |
+
msgstr "O informativo de parcelamento sem cartão está <b>ativado</b>."
|
| 681 |
+
|
| 682 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:604,
|
| 683 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:604
|
| 684 |
+
msgid "The no-card installments banner is <b>disabled</b>."
|
| 685 |
+
msgstr "O informativo de parcelamento sem cartão está <b>desativado</b>."
|
| 686 |
+
|
| 687 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:642,
|
| 688 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:652,
|
| 689 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:652
|
| 690 |
+
msgid "Banner on the product page | Computer version"
|
| 691 |
+
msgstr "Informativo na página do produto | Versão para computador"
|
| 692 |
+
|
| 693 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:643,
|
| 694 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:643
|
| 695 |
+
msgid "Banner on the product page | Cellphone version"
|
| 696 |
+
msgstr "Informativo na página do produto | Versão para celular"
|
| 697 |
+
|
| 698 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:650,
|
| 699 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:650
|
| 700 |
+
msgid "Computer"
|
| 701 |
+
msgstr "Computador"
|
| 702 |
+
|
| 703 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:651,
|
| 704 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:651
|
| 705 |
+
msgid "Mobile"
|
| 706 |
+
msgstr "Celular"
|
| 707 |
+
|
| 708 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653,
|
| 709 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653
|
| 710 |
+
msgid "Banner visualization"
|
| 711 |
+
msgstr "Visualização do informativo"
|
| 712 |
+
|
| 713 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654,
|
| 714 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654
|
| 715 |
+
msgid "Check the example of how it will appear in the store:"
|
| 716 |
+
msgstr "Confira o exemplo de como vai aparecer na loja:"
|
| 717 |
+
|
| 718 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:710,
|
| 719 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697,
|
| 720 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584,
|
| 721 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572,
|
| 722 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
|
| 729 |
msgid "discount of"
|
| 730 |
msgstr "desconto de"
|
| 731 |
|
| 732 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715,
|
| 733 |
+
#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:702,
|
| 734 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
|
| 735 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577,
|
| 736 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
|
| 798 |
|
| 799 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194,
|
| 800 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194
|
| 801 |
+
#, fuzzy
|
| 802 |
+
#| msgid "Advanced configuration of the personalized payment experience\""
|
| 803 |
+
msgid "Advanced configuration of the personalized payment experience"
|
| 804 |
msgstr "Configuração Avançada"
|
| 805 |
|
| 806 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208,
|
| 807 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208
|
| 808 |
+
msgid "Payments via Mercado Pago account"
|
| 809 |
+
msgstr "Pagamentos via conta Mercado Pago"
|
| 810 |
|
| 811 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209,
|
| 812 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209
|
| 813 |
msgid ""
|
| 814 |
+
"Your customers pay faster with saved cards, money balance or other available "
|
| 815 |
+
"methods in their Mercado Pago accounts."
|
| 816 |
msgstr ""
|
| 817 |
+
"Seus clientes pagam mais rapidamente com cartões salvos, saldo ou outros "
|
| 818 |
+
"meios disponíveis nas contas MP deles."
|
| 819 |
|
| 820 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213,
|
| 821 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213
|
| 822 |
+
msgid "Payments via Mercado Pago accounts are <b>active</b>."
|
| 823 |
+
msgstr "Pagamentos via conta Mercado Pago estão <b>ativos</b>."
|
|
|
|
| 824 |
|
| 825 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214,
|
| 826 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214
|
| 827 |
+
msgid "Payments via Mercado Pago accounts are <b>inactive</b>."
|
| 828 |
+
msgstr "Pagamentos via conta Mercado Pago estão <b>desativados</b>."
|
|
|
|
|
|
|
| 829 |
|
| 830 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233,
|
| 831 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233
|
| 832 |
+
msgid "Check an example of how it will appear in your store:"
|
| 833 |
+
msgstr "Confira um exemplo de como vai aparecer na loja:"
|
| 834 |
|
| 835 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264,
|
| 836 |
#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264
|
| 1003 |
msgstr "Descrição"
|
| 1004 |
|
| 1005 |
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:762,
|
| 1006 |
+
#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
|
| 1007 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
|
| 1008 |
#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
|
| 1009 |
msgid "Important! To sell you must enter your credentials."
|
| 1024 |
msgid "Mercado Pago Plugin general settings"
|
| 1025 |
msgstr "Configurações gerais do plugin do Mercado Pago"
|
| 1026 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1027 |
#: ../../includes/payments/clas
|
