Changeset 2959171
- Timestamp:
- 08/28/2023 08:33:55 AM (3 years ago)
- Location:
- cryptapi-payment-gateway-for-woocommerce
- Files:
-
- 23 edited
- 8 copied
-
tags/4.7.10 (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk)
-
tags/4.7.10/CryptAPI.php (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/CryptAPI.php) (1 diff)
-
tags/4.7.10/README.md (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/README.md) (1 diff)
-
tags/4.7.10/controllers/CryptAPI.php (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/controllers/CryptAPI.php) (1 diff)
-
tags/4.7.10/define.php (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/define.php) (1 diff)
-
tags/4.7.10/languages/cryptapi-payment-gateway-for-woocommerce-es_ES.mo (modified) (previous)
-
tags/4.7.10/languages/cryptapi-payment-gateway-for-woocommerce-es_ES.po (modified) (6 diffs)
-
tags/4.7.10/languages/cryptapi-payment-gateway-for-woocommerce-it_IT.mo (modified) (previous)
-
tags/4.7.10/languages/cryptapi-payment-gateway-for-woocommerce-it_IT.po (modified) (24 diffs)
-
tags/4.7.10/languages/cryptapi-payment-gateway-for-woocommerce-pt_BR.mo (modified) (previous)
-
tags/4.7.10/languages/cryptapi-payment-gateway-for-woocommerce-pt_BR.po (modified) (23 diffs)
-
tags/4.7.10/languages/cryptapi-payment-gateway-for-woocommerce-pt_PT.mo (modified) (previous)
-
tags/4.7.10/languages/cryptapi-payment-gateway-for-woocommerce-pt_PT.po (modified) (24 diffs)
-
tags/4.7.10/languages/cryptapi-payment-gateway-for-woocommerce.pot (modified) (3 diffs)
-
tags/4.7.10/readme.txt (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/readme.txt) (2 diffs)
-
tags/4.7.10/static/payment.js (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/static/payment.js)
-
tags/4.7.10/utils/helper.php (copied) (copied from cryptapi-payment-gateway-for-woocommerce/trunk/utils/helper.php)
-
trunk/CryptAPI.php (modified) (1 diff)
-
trunk/README.md (modified) (1 diff)
-
trunk/controllers/CryptAPI.php (modified) (1 diff)
-
trunk/define.php (modified) (1 diff)
-
trunk/languages/cryptapi-payment-gateway-for-woocommerce-es_ES.mo (modified) (previous)
-
trunk/languages/cryptapi-payment-gateway-for-woocommerce-es_ES.po (modified) (6 diffs)
-
trunk/languages/cryptapi-payment-gateway-for-woocommerce-it_IT.mo (modified) (previous)
-
trunk/languages/cryptapi-payment-gateway-for-woocommerce-it_IT.po (modified) (24 diffs)
-
trunk/languages/cryptapi-payment-gateway-for-woocommerce-pt_BR.mo (modified) (previous)
-
trunk/languages/cryptapi-payment-gateway-for-woocommerce-pt_BR.po (modified) (23 diffs)
-
trunk/languages/cryptapi-payment-gateway-for-woocommerce-pt_PT.mo (modified) (previous)
-
trunk/languages/cryptapi-payment-gateway-for-woocommerce-pt_PT.po (modified) (24 diffs)
-
trunk/languages/cryptapi-payment-gateway-for-woocommerce.pot (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cryptapi-payment-gateway-for-woocommerce/tags/4.7.10/CryptAPI.php
r2957840 r2959171 4 4 Plugin URI: https://github.com/cryptapi/woocommerce-cryptapi 5 5 Description: Accept cryptocurrency payments on your WooCommerce website 6 Version: 4.7. 96 Version: 4.7.10 7 7 Requires at least: 5 8 8 Tested up to: 6.3 -
cryptapi-payment-gateway-for-woocommerce/tags/4.7.10/README.md
r2957840 r2959171 356 356 * Minor fixes 357 357 358 #### 4.7.10 359 * Add new choices for order cancellation. 360 358 361 ### Upgrade Notice 359 362 #### 4.3 -
cryptapi-payment-gateway-for-woocommerce/tags/4.7.10/controllers/CryptAPI.php
r2957840 r2959171 342 342 'options' => array( 343 343 '0' => esc_attr(__('Never', 'cryptapi')), 344 '900' => esc_attr(__('15 Minutes', 'cryptapi')), 345 '1800' => esc_attr(__('30 Minutes', 'cryptapi')), 346 '2700' => esc_attr(__('45 Minutes', 'cryptapi')), 344 347 '3600' => esc_attr(__('1 Hour', 'cryptapi')), 345 348 '21600' => esc_attr(__('6 Hours', 'cryptapi')), -
cryptapi-payment-gateway-for-woocommerce/tags/4.7.10/define.php
r2957840 r2959171 1 1 <?php 2 2 3 define('CRYPTAPI_PLUGIN_VERSION', '4.7. 9');3 define('CRYPTAPI_PLUGIN_VERSION', '4.7.10'); 4 4 define('CRYPTAPI_PLUGIN_PATH', plugin_dir_path(__FILE__)); 5 5 define('CRYPTAPI_PLUGIN_URL', plugin_dir_url(__FILE__)); -
cryptapi-payment-gateway-for-woocommerce/tags/4.7.10/languages/cryptapi-payment-gateway-for-woocommerce-es_ES.po
r2797338 r2959171 11 11 "Content-Transfer-Encoding: 8bit\n" 12 12 "POT-Creation-Date: 2022-09-23T12:20:13+02:00\n" 13 "PO-Revision-Date: 202 2-09-23 10:44+0000\n"13 "PO-Revision-Date: 2023-08-25 18:01+0000\n" 14 14 "X-Generator: Loco https://localise.biz/\n" 15 15 "X-Domain: cryptapi\n" … … 18 18 "X-Loco-Version: 2.6.2; wp-6.0.2" 19 19 20 #: controllers/CryptAPI.php:364 21 msgid "" 22 "%2$s Attention: This option will disable the price conversion for ALL " 23 "cryptocurrencies! %3$s %1$s If you check this, pricing will not be converted " 24 "from the currency of your shop to the cryptocurrency selected by the user, " 25 "and users will be requested to pay the same value as shown on your shop, " 26 "regardless of the cryptocurrency selected" 27 msgstr "" 28 "%2$s Atención: ¡Esta opción deshabilitará la conversión de precios para " 29 "TODAS las criptomonedas! %3$s %1$s Si marca esto, el precio no se convertirá " 30 "de la moneda de su tienda a la criptomoneda seleccionada por el usuario, y " 31 "se les pedirá a los usuarios que paguen el mismo valor que se muestra en su " 32 "tienda, independientemente de la criptomoneda seleccionada\n" 33 34 #: controllers/CryptAPI.php:371 35 #| msgid "Insert here your BlockBee API Key. You can get one here: %1$s" 36 msgid "" 37 "(Optional) Insert here your BlockBee API Key. You can get one here: %1$s" 38 msgstr "" 39 "(Opcional) Inserte aquí su clave API de BlockBee. Puedes conseguir uno aquí: " 40 "%1$s\n" 41 42 #: controllers/CryptAPI.php:347 43 msgid "1 Hour" 44 msgstr "" 45 "1 hora\n" 46 47 #: controllers/CryptAPI.php:349 48 msgid "12 Hours" 49 msgstr "" 50 "12 Horas\n" 51 52 #: controllers/CryptAPI.php:344 53 msgid "15 Minutes" 54 msgstr "15 Minutos" 55 56 #: controllers/CryptAPI.php:350 57 msgid "18 Hours" 58 msgstr "" 59 "18 Horas\n" 60 61 #: controllers/CryptAPI.php:351 62 msgid "24 Hours" 63 msgstr "24 Horas" 64 65 #: controllers/CryptAPI.php:345 66 msgid "30 Minutes" 67 msgstr "30 Minutos" 68 69 #: controllers/CryptAPI.php:346 70 msgid "45 Minutes" 71 msgstr "45 Minutos" 72 73 #: controllers/CryptAPI.php:348 74 msgid "6 Hours" 75 msgstr "6 Horas" 76 77 #: controllers/CryptAPI.php:1046 78 msgid "a moment" 79 msgstr "" 80 "un momento\n" 81 82 #. Description of the plugin 83 msgid "Accept cryptocurrency payments on your WooCommerce website" 84 msgstr "" 85 "Acepte pagos en criptomonedas en su sitio web de WooCommerce\n" 86 87 #: controllers/CryptAPI.php:245 88 msgid "Add the blockchain fee to the order" 89 msgstr "" 90 "Agregue la tarifa de blockchain al pedido\n" 91 92 #: controllers/CryptAPI.php:971 controllers/CryptAPI.php:1003 93 msgid "ADDRESS" 94 msgstr "" 95 "DIRECCIÓN\n" 96 97 #: controllers/CryptAPI.php:1325 98 msgid "Addresses" 99 msgstr "" 100 "Direcciones\n" 101 102 #: controllers/CryptAPI.php:368 103 msgid "API Key" 104 msgstr "" 105 "Clave API\n" 106 107 #: controllers/CryptAPI.php:320 108 msgid "Auto" 109 msgstr "Auto" 110 111 #: controllers/CryptAPI.php:581 112 msgid "Awaiting payment" 113 msgstr "" 114 "En espera de pago\n" 115 116 #: controllers/CryptAPI.php:1502 117 msgid "Check for Callbacks" 118 msgstr "Compruebe las Devoluciones de Llamada" 119 120 #: controllers/CryptAPI.php:1439 121 msgid "Check your payment status" 122 msgstr "" 123 "Consulta el estado de tu pago\n" 124 125 #: controllers/CryptAPI.php:1511 126 msgid "Checking" 127 msgstr "Verificación" 128 129 #: controllers/CryptAPI.php:1084 130 msgid "Close QR CODE" 131 msgstr "" 132 "Cerrar CÓDIGO QR\n" 133 134 #: controllers/CryptAPI.php:313 135 msgid "Color Scheme" 136 msgstr "" 137 "Esquema de Colores\n" 138 139 #: controllers/CryptAPI.php:356 140 msgid "Completed status for virtual products" 141 msgstr "" 142 "Estado completado para productos virtuales\n" 143 144 #: controllers/CryptAPI.php:1021 controllers/CryptAPI.php:1057 145 msgid "COPIED!" 146 msgstr "¡COPIADO!" 147 148 #: controllers/CryptAPI.php:1019 controllers/CryptAPI.php:1055 149 msgid "COPY" 150 msgstr "COPIAR" 151 152 #. Author of the plugin 153 msgid "cryptapi" 154 msgstr "cryptapi" 155 156 #: controllers/CryptAPI.php:17 157 msgid "CryptAPI allows customers to pay in cryptocurrency" 158 msgstr "CryptAPI allows customers to pay in cryptocurrency" 159 20 160 #. Plugin Name of the plugin 21 161 msgid "CryptAPI Payment Gateway for WooCommerce" 22 162 msgstr "CryptAPI Payment Gateway for WooCommerce" 23 163 164 #: CryptAPI.php:26 165 msgid "" 166 "CryptAPI requires PHP's BCMath extension. You can know more about it %s." 167 msgstr "" 168 "CryptAPI requiere la extensión BCMath de PHP. Puedes saber más al respecto " 169 "%s.\n" 170 171 #: CryptAPI.php:21 172 msgid "" 173 "CryptAPI requires WooCommerce to be installed and active. You can download " 174 "%s here." 175 msgstr "" 176 "CryptAPI requiere que WooCommerce esté instalado y activo. Puede descargar " 177 "%s aquí.\n" 178 179 #: controllers/CryptAPI.php:223 180 msgid "Cryptocurrency" 181 msgstr "" 182 "Criptomoneda\n" 183 184 #: controllers/CryptAPI.php:319 185 msgid "Dark" 186 msgstr "Oscuro" 187 188 #: controllers/CryptAPI.php:306 189 msgid "Default Amount" 190 msgstr "" 191 "Predeterminado Con Valor\n" 192 193 #: controllers/CryptAPI.php:305 194 msgid "Default Without Amount" 195 msgstr "" 196 "Predeterminado Sin Valor\n" 197 198 #: controllers/CryptAPI.php:227 199 msgid "Description" 200 msgstr "" 201 "Descripción\n" 202 203 #: controllers/CryptAPI.php:362 204 msgid "Disable price conversion" 205 msgstr "" 206 "Deshabilitar la conversión de precios\n" 207 208 #: controllers/CryptAPI.php:216 209 msgid "Enable CryptAPI Payments" 210 msgstr "" 211 "Habilitar pagos de CryptAPI\n" 212 213 #: controllers/CryptAPI.php:241 214 msgid "" 215 "Enable this to show the cryptocurrencies logos in the checkout %1$s %2$s " 216 "Notice: %3$s It may break in some templates. Use at your own risk." 217 msgstr "" 218 "Habilite esto para mostrar los logotipos de criptomonedas en el pago %1$s " 219 "%2$s Aviso: %3$s Puede fallar en algunas plantillas. Úselo bajo su propio " 220 "riesgo.\n" 221 222 #: controllers/CryptAPI.php:214 223 msgid "Enabled" 224 msgstr "Activado" 225 226 #: controllers/CryptAPI.php:330 227 msgid "Every 10 Minutes" 228 msgstr "" 229 "Cada 10 minutos\n" 230 231 #: controllers/CryptAPI.php:331 232 msgid "Every 15 Minutes" 233 msgstr "" 234 "Cada 15 minutos\n" 235 236 #: controllers/CryptAPI.php:332 237 msgid "Every 30 Minutes" 238 msgstr "" 239 "Cada 30 minutos\n" 240 241 #: controllers/CryptAPI.php:333 242 msgid "Every 45 Minutes" 243 msgstr "" 244 "Cada 45 minutos\n" 245 246 #: controllers/CryptAPI.php:329 247 msgid "Every 5 Minutes" 248 msgstr "" 249 "Cada 5 minutos\n" 250 251 #: controllers/CryptAPI.php:334 252 msgid "Every 60 Minutes" 253 msgstr "" 254 "Cada 60 minutos\n" 255 256 #: controllers/CryptAPI.php:1147 257 msgid "FIAT Value" 258 msgstr "" 259 "Valor FIAT\n" 260 261 #: controllers/CryptAPI.php:1033 262 msgid "" 263 "For technical reasons, the minimum amount for each transaction is %1s, so we " 264 "adjusted the value by adding the remaining to it." 265 msgstr "" 266 "Por razones técnicas, el monto mínimo para cada transacción es %1s, por lo " 267 "que ajustamos el valor al agregarle el resto.\n" 268 269 #: controllers/CryptAPI.php:307 270 msgid "Hide Amount" 271 msgstr "" 272 "Ocultar Valor\n" 273 274 #: controllers/CryptAPI.php:308 275 msgid "Hide Without Amount" 276 msgstr "" 277 "Ocultar Sin Valor\n" 278 279 #. Author URI of the plugin 280 msgid "https://cryptapi.io/" 281 msgstr "https://cryptapi.io/" 282 24 283 #. Plugin URI of the plugin 25 284 msgid "https://github.com/cryptapi/woocommerce-cryptapi" 26 285 msgstr "https://github.com/cryptapi/woocommerce-cryptapi" 27 286 28 #. Description of the plugin 29 msgid "Accept cryptocurrency payments on your WooCommerce website" 30 msgstr "" 31 "Acepte pagos en criptomonedas en su sitio web de WooCommerce\n" 32 33 #. Author of the plugin 34 msgid "cryptapi" 35 msgstr "cryptapi" 36 37 #. Author URI of the plugin 38 msgid "https://cryptapi.io/" 39 msgstr "https://cryptapi.io/" 40 41 #: controllers/CryptAPI.php:16 42 msgid "CryptAPI allows customers to pay in cryptocurrency" 43 msgstr "CryptAPI allows customers to pay in cryptocurrency" 44 45 #: controllers/CryptAPI.php:84 287 #: controllers/CryptAPI.php:1498 288 msgid "" 289 "If the order is not being updated, your ISP is probably blocking our IPs " 290 "(%1$s and %2$s): please try to get them whitelisted and feel free to contact " 291 "us anytime to get support (link to our contact page). In the meantime you " 292 "can refresh the status of any payment by clicking this button below:" 293 msgstr "" 294 "Si el pedido no se está actualizando, es probable que su ISP esté bloqueando " 295 "nuestros IPs (%1$s y %2$s): intente incluirlos en la lista blanca y no dude " 296 "en contactarnos en cualquier momento para obtener soporte (enlace a nuestra " 297 "página de contacto). Mientras tanto, puede actualizar el estado de cualquier " 298 "pago haciendo clic en el botón a continuación:" 299 300 #: controllers/CryptAPI.php:1327 301 msgid "" 302 "If you are using BlockBee you can choose if setting the receiving addresses " 303 "here bellow or in your BlockBee settings page. %1$s - In order to set the " 304 "addresses on plugin settings, you need to select “Address Override” while " 305 "creating the API key. %1$s - In order to set the addresses on BlockBee " 306 "settings, you need to NOT select “Address Override” while creating the API " 307 "key." 308 msgstr "" 309 "Si está utilizando BlockBee, puede elegir si configurar las direcciones de " 310 "recepción aquí abajo o en su página de configuración de BlockBee. %1$s: para " 311 "establecer las direcciones en la configuración del complemento, debe " 312 "seleccionar \"Anular dirección\" al crear la clave API. %1$s: para " 313 "establecer las direcciones en la configuración de BlockBee, NO debe " 314 "seleccionar \"Anular dirección\" al crear la clave API.\n" 315 316 #: controllers/CryptAPI.php:92 317 msgid "" 318 "If you enjoy this plugin please <b><a href='https://wordpress." 319 "org/support/plugin/cryptapi-payment-gateway-for-woocommerce/reviews/#new-" 320 "post' target='_blank'>rate and review it</a></b>!" 321 msgstr "" 322 "Si disfruta de este complemento, <b><a href='https://wordpress." 323 "org/support/plugin/cryptapi-payment-gateway-for-woocommerce/reviews/#new-" 324 "post' target='_blank'>califique y revísalo</a></b>!\n" 325 326 #: controllers/CryptAPI.php:89 46 327 msgid "" 47 328 "If you need any help or have any suggestion, contact us via the <b>live " … … 55 336 "gg/cryptapi' target='_blank'>servidor de Discord</a></b>\n" 56 337 57 #: controllers/CryptAPI.php:87 58 msgid "" 59 "If you enjoy this plugin please <b><a href='https://wordpress." 60 "org/support/plugin/cryptapi-payment-gateway-for-woocommerce/reviews/#new-" 61 "post' target='_blank'>rate and review it</a></b>!" 62 msgstr "" 63 "Si disfruta de este complemento, <b><a href='https://wordpress." 64 "org/support/plugin/cryptapi-payment-gateway-for-woocommerce/reviews/#new-" 65 "post' target='_blank'>califique y revísalo</a></b>!\n" 66 67 #: controllers/CryptAPI.php:204 68 msgid "Enabled" 69 msgstr "Activado" 70 71 #: controllers/CryptAPI.php:206 72 msgid "Enable CryptAPI Payments" 73 msgstr "" 74 "Habilitar pagos de CryptAPI\n" 75 76 #: controllers/CryptAPI.php:210 77 msgid "Title" 78 msgstr "Título" 79 80 #: controllers/CryptAPI.php:212 81 msgid "This controls the title which the user sees during checkout." 82 msgstr "" 83 "Esto controla el título que el usuario ve durante el pago.\n" 84 85 #: controllers/CryptAPI.php:213 86 msgid "Cryptocurrency" 87 msgstr "" 88 "Criptomoneda\n" 89 90 #: controllers/CryptAPI.php:217 91 msgid "Description" 92 msgstr "" 93 "Descripción\n" 94 95 #: controllers/CryptAPI.php:220 338 #: controllers/CryptAPI.php:375 339 msgid "" 340 "Insert your %s address here. Leave the checkbox unselected if you want to " 341 "skip this cryptocurrency" 342 msgstr "" 343 "Introduzca aquí su dirección de %s. Deje la casilla de verificación sin " 344 "seleccionar si desea omitir esta criptomoneda\n" 345 346 #: controllers/CryptAPI.php:318 347 msgid "Light" 348 msgstr "Claro" 349 350 #: controllers/CryptAPI.php:328 controllers/CryptAPI.php:343 351 msgid "Never" 352 msgstr "Nunca" 353 354 #: controllers/CryptAPI.php:1033 355 msgid "Notice" 356 msgstr "" 357 "Aviso\n" 358 359 #: controllers/CryptAPI.php:1079 360 msgid "Open QR CODE" 361 msgstr "" 362 "Abrir CÓDIGO QR\n" 363 364 #: controllers/CryptAPI.php:339 365 msgid "Order cancelation timeout" 366 msgstr "" 367 "Tiempo de espera de cancelación de pedido\n" 368 369 #: controllers/CryptAPI.php:1210 370 msgid "Order cancelled due to lack of payment." 371 msgstr "" 372 "Pedido cancelado por falta de pago.\n" 373 374 #: controllers/CryptAPI.php:1140 375 msgid "" 376 "Order has been cancelled due to lack of payment. Please don't send any " 377 "payment to the address." 378 msgstr "" 379 "El pedido ha sido cancelado por falta de pago. Por favor, no envíe ningún " 380 "pago a la dirección.\n" 381 382 #: controllers/CryptAPI.php:1066 383 msgid "Order will be cancelled in less than a minute." 384 msgstr "" 385 "El pedido se cancelará en menos de un minuto.\n" 386 387 #: controllers/CryptAPI.php:1450 388 msgid "Pay" 389 msgstr "Pagar" 390 391 #: controllers/CryptAPI.php:441 392 msgid "Pay with" 393 msgstr "Pagar con " 394 395 #: controllers/CryptAPI.php:1177 396 msgid "Payment confirmed" 397 msgstr "" 398 "Pago confirmado\n" 399 400 #: controllers/CryptAPI.php:596 401 msgid "Payment could not be processed, please try again" 402 msgstr "" 403 "No se pudo procesar el pago, intente nuevamente\n" 404 405 #: controllers/CryptAPI.php:809 controllers/CryptAPI.php:811 406 msgid "Payment detected and confirmed. Customer still need to send" 407 msgstr "" 408 "Pago detectado y confirmado. El cliente todavía necesita enviar\n" 409 410 #: controllers/CryptAPI.php:590 411 msgid "Payment error:" 412 msgstr "" 413 "Error en el pago:\n" 414 415 #: controllers/CryptAPI.php:230 96 416 msgid "Payment method description that the customer will see on your checkout" 97 417 msgstr "" 98 418 "Descripción del método de pago que el cliente verá en su pago\n" 99 419 100 #: controllers/CryptAPI.php:223 101 msgid "Show CryptAPI branding" 102 msgstr "" 103 "Mostrar la marca CryptAPI\n" 104 105 #: controllers/CryptAPI.php:225 106 msgid "Show CryptAPI logo and credits below the QR code" 107 msgstr "" 108 "Muestre el logotipo y los créditos de CryptAPI debajo del código QR\n" 109 110 #: controllers/CryptAPI.php:229 111 msgid "Show crypto logos in checkout" 112 msgstr "" 113 "Mostrar logotipos criptográficos al finalizar la compra\n" 114 115 #: controllers/CryptAPI.php:231 116 msgid "" 117 "Enable this to show the cryptocurrencies logos in the checkout %1$s %2$s " 118 "Notice: %3$s It may break in some templates. Use at your own risk." 119 msgstr "" 120 "Habilite esto para mostrar los logotipos de criptomonedas en el pago %1$s " 121 "%2$s Aviso: %3$s Puede fallar en algunas plantillas. Úselo bajo su propio " 122 "riesgo.\n" 123 124 #: controllers/CryptAPI.php:235 125 msgid "Add the blockchain fee to the order" 126 msgstr "" 127 "Agregue la tarifa de blockchain al pedido\n" 128 129 #: controllers/CryptAPI.php:237 130 msgid "This will add an estimation of the blockchain fee to the order value" 131 msgstr "" 132 "Esto agregará una estimación de la tarifa de blockchain al valor del pedido." 133 "\n" 134 135 #: controllers/CryptAPI.php:241 420 #: controllers/CryptAPI.php:491 421 msgid "Please choose a cryptocurrency" 422 msgstr "" 423 "Por favor elige una criptomoneda\n" 424 425 #: controllers/CryptAPI.php:1263 426 msgid "Please renew your subscription" 427 msgstr "" 428 "Por favor renueve su suscripción\n" 429 430 #. translators: %1$s Site title, %2$s Order pay link 431 #: emails/renewal-email.php:11 432 msgid "" 433 "Please renew your subscription on %1$s. You can pay the renewal when you’re " 434 "ready: %2$s" 435 msgstr "" 436 "Renueve su suscripción el %1$s. Puedes pagar la renovación cuando estés " 437 "listo: %2$s\n" 438 439 #: controllers/CryptAPI.php:429 440 msgid "Please select a Cryptocurrency" 441 msgstr "" 442 "Seleccione una Criptomoneda\n" 443 444 #: controllers/CryptAPI.php:1014 445 msgid "PLEASE SEND" 446 msgstr "" 447 "ENVÍE\n" 448 449 #: controllers/CryptAPI.php:1120 450 msgid "Processing can take some time depending on the blockchain." 451 msgstr "" 452 "El procesamiento puede llevar algún tiempo dependiendo de la cadena de " 453 "bloques.\n" 454 455 #: controllers/CryptAPI.php:289 456 msgid "QR Code by default" 457 msgstr "" 458 "Código QR por defecto\n" 459 460 #: controllers/CryptAPI.php:298 461 msgid "QR code image size" 462 msgstr "" 463 "Tamaño de la imagen del Código QR\n" 464 465 #: controllers/CryptAPI.php:295 466 msgid "QR Code size" 467 msgstr "" 468 "Tamaño del código QR\n" 469 470 #: controllers/CryptAPI.php:301 471 msgid "QR Code to show" 472 msgstr "" 473 "Código QR para mostrar\n" 474 475 #: controllers/CryptAPI.php:953 476 msgid "QR Code with value" 477 msgstr "" 478 "Código QR con valor\n" 479 480 #: controllers/CryptAPI.php:943 controllers/CryptAPI.php:998 481 msgid "QR Code without value" 482 msgstr "" 483 "Código QR sin valor\n" 484 485 #: controllers/CryptAPI.php:324 486 msgid "Refresh converted value" 487 msgstr "" 488 "Actualizar valor convertido\n" 489 490 #: controllers/CryptAPI.php:310 491 msgid "" 492 "Select how you want to show the QR Code to the user. Either select a default " 493 "to show first, or hide one of them." 494 msgstr "" 495 "Seleccione cómo desea mostrar el Código QR al usuario. Seleccione un valor " 496 "predeterminado para mostrar primero u oculte uno de ellos.\n" 497 498 #: controllers/CryptAPI.php:353 499 msgid "" 500 "Selects the amount of time the user has to pay for the order. %1$s When " 501 "this time is over, order will be marked as \"Cancelled\" and every paid " 502 "value will be ignored. %1$s %2$s Notice: %3$s If the user still sends money " 503 "to the generated address, value will still be redirected to you. %1$s %4$s " 504 "Warning: %3$s We do not advice more than 1 Hour." 505 msgstr "" 506 "Selecciona la cantidad de tiempo que el usuario tiene para pagar el pedido. " 507 "%1$s Cuando termine este tiempo, el pedido se marcará como \"Cancelado\" y " 508 "se ignorarán todos los valores pagados. %1$s %2$s Aviso: %3$s Si el usuario " 509 "aún envía dinero a la dirección generada, el valor aún será redirigido a " 510 "usted. %1$s %4$s Advertencia: %3$s No aconsejamos más de 1 hora.\n" 511 512 #: controllers/CryptAPI.php:316 513 msgid "" 514 "Selects the color scheme of the plugin to match your website (Light, Dark " 515 "and Auto to automatically detect it)" 516 msgstr "" 517 "Selecciona el esquema de color del complemento para que coincida con su " 518 "sitio web (claro, oscuro y automático para detectarlo automáticamente)\n" 519 520 #: controllers/CryptAPI.php:1399 521 msgid "Service Fee" 522 msgstr "" 523 "Tarifa de Servicio\n" 524 525 #: controllers/CryptAPI.php:251 136 526 msgid "Service fee manager" 137 527 msgstr "" 138 528 "Administrador de tarifas de servicio\n" 139 529 140 #: controllers/CryptAPI.php:2 76530 #: controllers/CryptAPI.php:286 141 531 msgid "" 142 532 "Set the CryptAPI service fee you want to charge the costumer. %1$s %2$s Note:" … … 148 538 "tarifas de CryptAPI total o parcialmente).\n" 149 539 150 #: controllers/CryptAPI.php:279 151 msgid "QR Code by default" 152 msgstr "" 153 "Código QR por defecto\n" 154 155 #: controllers/CryptAPI.php:281 540 #: controllers/CryptAPI.php:233 541 msgid "Show CryptAPI branding" 542 msgstr "" 543 "Mostrar la marca CryptAPI\n" 544 545 #: controllers/CryptAPI.php:235 546 msgid "Show CryptAPI logo and credits below the QR code" 547 msgstr "" 548 "Muestre el logotipo y los créditos de CryptAPI debajo del código QR\n" 549 550 #: controllers/CryptAPI.php:239 551 msgid "Show crypto logos in checkout" 552 msgstr "" 553 "Mostrar logotipos criptográficos al finalizar la compra\n" 554 555 #: controllers/CryptAPI.php:982 556 msgid "Show QR Code with value" 557 msgstr "" 558 "Mostrar Código QR con valor\n" 559 560 #: controllers/CryptAPI.php:970 controllers/CryptAPI.php:1002 561 msgid "Show QR Code without value" 562 msgstr "" 563 "Mostrar código QR sin valor\n" 564 565 #: controllers/CryptAPI.php:1074 566 msgid "Show the QR code" 567 msgstr "" 568 "Mostrar el Código QR\n" 569 570 #: controllers/CryptAPI.php:291 156 571 msgid "Show the QR Code by default" 157 572 msgstr "" 158 573 "Mostrar el Código QR por defecto\n" 159 574 160 #: controllers/CryptAPI.php:285 161 msgid "QR Code size" 162 msgstr "" 163 "Tamaño del código QR\n" 164 165 #: controllers/CryptAPI.php:288 166 msgid "QR code image size" 167 msgstr "" 168 "Tamaño de la imagen del Código QR\n" 169 170 #: controllers/CryptAPI.php:291 171 msgid "QR Code to show" 172 msgstr "" 173 "Código QR para mostrar\n" 174 175 #: controllers/CryptAPI.php:295 176 msgid "Default Without Amount" 177 msgstr "" 178 "Predeterminado Sin Valor\n" 179 180 #: controllers/CryptAPI.php:296 181 msgid "Default Amount" 182 msgstr "" 183 "Predeterminado Con Valor\n" 184 185 #: controllers/CryptAPI.php:297 186 msgid "Hide Amount" 187 msgstr "" 188 "Ocultar Valor\n" 189 190 #: controllers/CryptAPI.php:298 191 msgid "Hide Without Amount" 192 msgstr "" 193 "Ocultar Sin Valor\n" 194 195 #: controllers/CryptAPI.php:300 196 msgid "" 197 "Select how you want to show the QR Code to the user. Either select a default " 198 "to show first, or hide one of them." 199 msgstr "" 200 "Seleccione cómo desea mostrar el Código QR al usuario. Seleccione un valor " 201 "predeterminado para mostrar primero u oculte uno de ellos.\n" 202 203 #: controllers/CryptAPI.php:303 204 msgid "Color Scheme" 205 msgstr "" 206 "Esquema de Colores\n" 207 208 #: controllers/CryptAPI.php:306 209 msgid "" 210 "Selects the color scheme of the plugin to match your website (Light, Dark " 211 "and Auto to automatically detect it)" 212 msgstr "" 213 "Selecciona el esquema de color del complemento para que coincida con su " 214 "sitio web (claro, oscuro y automático para detectarlo automáticamente)\n" 215 216 #: controllers/CryptAPI.php:308 217 msgid "Light" 218 msgstr "Claro" 219 220 #: controllers/CryptAPI.php:309 221 msgid "Dark" 222 msgstr "Oscuro" 223 224 #: controllers/CryptAPI.php:310 225 msgid "Auto" 226 msgstr "Auto" 227 228 #: controllers/CryptAPI.php:314 229 msgid "Refresh converted value" 230 msgstr "" 231 "Actualizar valor convertido\n" 232 233 #: controllers/CryptAPI.php:318 controllers/CryptAPI.php:333 234 msgid "Never" 235 msgstr "Nunca" 236 237 #: controllers/CryptAPI.php:319 238 msgid "Every 5 Minutes" 239 msgstr "" 240 "Cada 5 minutos\n" 241 242 #: controllers/CryptAPI.php:320 243 msgid "Every 10 Minutes" 244 msgstr "" 245 "Cada 10 minutos\n" 246 247 #: controllers/CryptAPI.php:321 248 msgid "Every 15 Minutes" 249 msgstr "" 250 "Cada 15 minutos\n" 251 252 #: controllers/CryptAPI.php:322 253 msgid "Every 30 Minutes" 254 msgstr "" 255 "Cada 30 minutos\n" 256 257 #: controllers/CryptAPI.php:323 258 msgid "Every 45 Minutes" 259 msgstr "" 260 "Cada 45 minutos\n" 261 262 #: controllers/CryptAPI.php:324 263 msgid "Every 60 Minutes" 264 msgstr "" 265 "Cada 60 minutos\n" 266 267 #: controllers/CryptAPI.php:326 575 #: controllers/CryptAPI.php:1028 576 msgid "" 577 "So far you sent %1s. Please send a new payment to complete the order, as " 578 "requested above" 579 msgstr "" 580 "Hasta ahora enviaste %1s. Envíe un nuevo pago para completar el pedido, como " 581 "se solicitó anteriormente\n" 582 583 #: controllers/CryptAPI.php:1042 584 msgid "The %1s conversion rate will be adjusted in" 585 msgstr "" 586 "La tasa de conversión %1s se ajustará en\n" 587 588 #: controllers/CryptAPI.php:336 268 589 msgid "" 269 590 "The system will automatically update the conversion value of the invoices " … … 282 603 "en 5 minutos. %3$s\n" 283 604 284 #: controllers/CryptAPI.php:329 285 msgid "Order cancelation timeout" 286 msgstr "" 287 "Tiempo de espera de cancelación de pedido\n" 288 289 #: controllers/CryptAPI.php:334 290 msgid "1 Hour" 291 msgstr "" 292 "1 hora\n" 293 294 #: controllers/CryptAPI.php:335 295 msgid "6 Hours" 296 msgstr "6 Horas" 297 298 #: controllers/CryptAPI.php:336 299 msgid "12 Hours" 300 msgstr "" 301 "12 Horas\n" 302 303 #: controllers/CryptAPI.php:337 304 msgid "18 Hours" 305 msgstr "" 306 "18 Horas\n" 307 308 #: controllers/CryptAPI.php:338 309 msgid "24 Hours" 310 msgstr "24 Horas" 311 312 #: controllers/CryptAPI.php:340 313 msgid "" 314 "Selects the amount of time the user has to pay for the order. %1$s When " 315 "this time is over, order will be marked as \"Cancelled\" and every paid " 316 "value will be ignored. %1$s %2$s Notice: %3$s If the user still sends money " 317 "to the generated address, value will still be redirected to you. %1$s %4$s " 318 "Warning: %3$s We do not advice more than 1 Hour." 319 msgstr "" 320 "Selecciona la cantidad de tiempo que el usuario tiene para pagar el pedido. " 321 "%1$s Cuando termine este tiempo, el pedido se marcará como \"Cancelado\" y " 322 "se ignorarán todos los valores pagados. %1$s %2$s Aviso: %3$s Si el usuario " 323 "aún envía dinero a la dirección generada, el valor aún será redirigido a " 324 "usted. %1$s %4$s Advertencia: %3$s No aconsejamos más de 1 hora.\n" 325 326 #: controllers/CryptAPI.php:343 327 msgid "Completed status for virtual products" 328 msgstr "" 329 "Estado completado para productos virtuales\n" 330 331 #: controllers/CryptAPI.php:345 605 #: controllers/CryptAPI.php:556 606 msgid "There was an error with the payment. Please try again." 607 msgstr "" 608 "Hubo un error con el pago. Inténtalo de nuevo.\n" 609 610 #: controllers/CryptAPI.php:222 611 msgid "This controls the title which the user sees during checkout." 612 msgstr "" 613 "Esto controla el título que el usuario ve durante el pago.\n" 614 615 #: controllers/CryptAPI.php:1067 616 msgid "This order will be valid for %s" 617 msgstr "" 618 "Este pedido será válido para %s\n" 619 620 #: controllers/CryptAPI.php:247 621 msgid "This will add an estimation of the blockchain fee to the order value" 622 msgstr "" 623 "Esto agregará una estimación de la tarifa de blockchain al valor del pedido." 624 "\n" 625 626 #: controllers/CryptAPI.php:1145 627 msgid "Time" 628 msgstr "" 629 "Tiempo\n" 630 631 #: controllers/CryptAPI.php:220 632 msgid "Title" 633 msgstr "Título" 634 635 #: controllers/CryptAPI.php:794 controllers/CryptAPI.php:802 636 msgid "User sent a payment of" 637 msgstr "El usuario envió un pago de" 638 639 #: controllers/CryptAPI.php:1146 640 msgid "Value Paid" 641 msgstr "" 642 "Valor Pagado\n" 643 644 #: controllers/CryptAPI.php:546 645 msgid "Value too low, minimum is" 646 msgstr "" 647 "Valor demasiado bajo, el mínimo es\n" 648 649 #: controllers/CryptAPI.php:1169 650 msgid "Waiting for network confirmation" 651 msgstr "" 652 "Esperando confirmación de la red\n" 653 654 #: controllers/CryptAPI.php:1161 655 msgid "Waiting for payment" 656 msgstr "" 657 "A la espera del pago\n" 658 659 #: controllers/CryptAPI.php:358 332 660 msgid "" 333 661 "When this setting is enabled, the plugin will mark the order as " … … 338 666 "virtuales %2$s.\n" 339 667 340 #: controllers/CryptAPI.php:349 341 msgid "Disable price conversion" 342 msgstr "" 343 "Deshabilitar la conversión de precios\n" 344 345 #: controllers/CryptAPI.php:351 346 msgid "" 347 "%2$s Attention: This option will disable the price conversion for ALL " 348 "cryptocurrencies! %3$s %1$s If you check this, pricing will not be converted " 349 "from the currency of your shop to the cryptocurrency selected by the user, " 350 "and users will be requested to pay the same value as shown on your shop, " 351 "regardless of the cryptocurrency selected" 352 msgstr "" 353 "%2$s Atención: ¡Esta opción deshabilitará la conversión de precios para " 354 "TODAS las criptomonedas! %3$s %1$s Si marca esto, el precio no se convertirá " 355 "de la moneda de su tienda a la criptomoneda seleccionada por el usuario, y " 356 "se les pedirá a los usuarios que paguen el mismo valor que se muestra en su " 357 "tienda, independientemente de la criptomoneda seleccionada\n" 358 359 #: controllers/CryptAPI.php:355 360 msgid "API Key" 361 msgstr "" 362 "Clave API\n" 363 364 #: controllers/CryptAPI.php:358 365 msgid "Insert here your BlockBee API Key. You can get one here: %1$s" 366 msgstr "" 367 "Inserte aquí su clave API de BlockBee. Puedes conseguir uno aquí: %1$s\n" 368 369 #: controllers/CryptAPI.php:362 370 msgid "" 371 "Insert your %s address here. Leave the checkbox unselected if you want to " 372 "skip this cryptocurrency" 373 msgstr "" 374 "Introduzca aquí su dirección de %s. Deje la casilla de verificación sin " 375 "seleccionar si desea omitir esta criptomoneda\n" 376 377 #: controllers/CryptAPI.php:415 378 msgid "Please select a Cryptocurrency" 379 msgstr "" 380 "Seleccione una Criptomoneda\n" 381 382 #: controllers/CryptAPI.php:426 383 msgid "Pay with" 384 msgstr "Pagar con " 385 386 #: controllers/CryptAPI.php:476 387 msgid "Please choose a cryptocurrency" 388 msgstr "" 389 "Por favor elige una criptomoneda\n" 390 391 #: controllers/CryptAPI.php:531 392 msgid "Value too low, minimum is" 393 msgstr "" 394 "Valor demasiado bajo, el mínimo es\n" 395 396 #: controllers/CryptAPI.php:541 397 msgid "There was an error with the payment. Please try again." 398 msgstr "" 399 "Hubo un error con el pago. Inténtalo de nuevo.\n" 400 401 #: controllers/CryptAPI.php:564 402 msgid "Awaiting payment" 403 msgstr "" 404 "En espera de pago\n" 405 406 #: controllers/CryptAPI.php:573 407 msgid "Payment error:" 408 msgstr "" 409 "Error en el pago:\n" 410 411 #: controllers/CryptAPI.php:579 412 msgid "Payment could not be processed, please try again" 413 msgstr "" 414 "No se pudo procesar el pago, intente nuevamente\n" 415 416 #: controllers/CryptAPI.php:716 417 msgid "User sent a payment of" 418 msgstr "El usuario envió un pago de" 419 420 #: controllers/CryptAPI.php:755 controllers/CryptAPI.php:757 421 msgid "Payment detected and confirmed. Customer still need to send" 422 msgstr "" 423 "Pago detectado y confirmado. El cliente todavía necesita enviar\n" 424 425 #: controllers/CryptAPI.php:852 controllers/CryptAPI.php:904 426 msgid "QR Code without value" 427 msgstr "" 428 "Código QR sin valor\n" 429 430 #: controllers/CryptAPI.php:862 431 msgid "QR Code with value" 432 msgstr "" 433 "Código QR con valor\n" 434 435 #: controllers/CryptAPI.php:878 controllers/CryptAPI.php:907 436 msgid "Show QR Code without value" 437 msgstr "" 438 "Mostrar código QR sin valor\n" 439 440 #: controllers/CryptAPI.php:879 controllers/CryptAPI.php:908 441 msgid "ADDRESS" 442 msgstr "" 443 "DIRECCIÓN\n" 444 445 #: controllers/CryptAPI.php:889 446 msgid "Show QR Code with value" 447 msgstr "" 448 "Mostrar Código QR con valor\n" 449 450 #: controllers/CryptAPI.php:890 668 #: controllers/CryptAPI.php:983 451 669 msgid "WITH AMOUNT" 452 670 msgstr "" 453 671 "CON CANTIDAD\n" 454 672 455 #: controllers/CryptAPI.php:919 456 msgid "PLEASE SEND" 457 msgstr "" 458 "ENVÍE\n" 459 460 #: controllers/CryptAPI.php:923 controllers/CryptAPI.php:955 461 msgid "COPY" 462 msgstr "COPIAR" 463 464 #: controllers/CryptAPI.php:924 controllers/CryptAPI.php:956 465 msgid "COPIED!" 466 msgstr "¡COPIADO!" 467 468 #: controllers/CryptAPI.php:929 469 msgid "" 470 "So far you sent %1s. Please send a new payment to complete the order, as " 471 "requested above" 472 msgstr "" 473 "Hasta ahora enviaste %1s. Envíe un nuevo pago para completar el pedido, como " 474 "se solicitó anteriormente\n" 475 476 #: controllers/CryptAPI.php:934 477 msgid "Notice" 478 msgstr "" 479 "Aviso\n" 480 481 #: controllers/CryptAPI.php:934 482 msgid "" 483 "For technical reasons, the minimum amount for each transaction is %1s, so we " 484 "adjusted the value by adding the remaining to it." 485 msgstr "" 486 "Por razones técnicas, el monto mínimo para cada transacción es %1s, por lo " 487 "que ajustamos el valor al agregarle el resto.\n" 488 489 #: controllers/CryptAPI.php:943 490 msgid "The %1s conversion rate will be adjusted in" 491 msgstr "" 492 "La tasa de conversión %1s se ajustará en\n" 493 494 #: controllers/CryptAPI.php:946 495 msgid "a moment" 496 msgstr "" 497 "un momento\n" 498 499 #: controllers/CryptAPI.php:964 500 msgid "Order will be cancelled in less than a minute." 501 msgstr "" 502 "El pedido se cancelará en menos de un minuto.\n" 503 504 #: controllers/CryptAPI.php:965 505 msgid "This order will be valid for %s" 506 msgstr "" 507 "Este pedido será válido para %s\n" 508 509 #: controllers/CryptAPI.php:971 510 msgid "Show the QR code" 511 msgstr "" 512 "Mostrar el Código QR\n" 513 514 #: controllers/CryptAPI.php:976 515 msgid "Open QR CODE" 516 msgstr "" 517 "Abrir CÓDIGO QR\n" 518 519 #: controllers/CryptAPI.php:981 520 msgid "Close QR CODE" 521 msgstr "" 522 "Cerrar CÓDIGO QR\n" 523 524 #: controllers/CryptAPI.php:1014 673 #: controllers/CryptAPI.php:1130 674 msgid "Your payment has been confirmed!" 675 msgstr "" 676 "¡Tu pago ha sido confirmado!\n" 677 678 #: controllers/CryptAPI.php:1119 525 679 msgid "Your payment is being processed!" 526 680 msgstr "" 527 681 "¡Tu pago está siendo procesado!\n" 528 529 #: controllers/CryptAPI.php:1015530 msgid "Processing can take some time depending on the blockchain."531 msgstr ""532 "El procesamiento puede llevar algún tiempo dependiendo de la cadena de "533 "bloques.\n"534 535 #: controllers/CryptAPI.php:1025536 msgid "Your payment has been confirmed!"537 msgstr ""538 "¡Tu pago ha sido confirmado!\n"539 540 #: controllers/CryptAPI.php:1035541 msgid ""542 "Order has been cancelled due to lack of payment. Please don't send any "543 "payment to the address."544 msgstr ""545 "El pedido ha sido cancelado por falta de pago. Por favor, no envíe ningún "546 "pago a la dirección.\n"547 548 #: controllers/CryptAPI.php:1040549 msgid "Time"550 msgstr ""551 "Tiempo\n"552 553 #: controllers/CryptAPI.php:1041554 msgid "Value Paid"555 msgstr ""556 "Valor Pagado\n"557 558 #: controllers/CryptAPI.php:1042559 msgid "FIAT Value"560 msgstr ""561 "Valor FIAT\n"562 563 #: controllers/CryptAPI.php:1055564 msgid "Waiting for payment"565 msgstr ""566 "A la espera del pago\n"567 568 #: controllers/CryptAPI.php:1062569 msgid "Waiting for network confirmation"570 msgstr ""571 "Esperando confirmación de la red\n"572 573 #: controllers/CryptAPI.php:1069574 msgid "Payment confirmed"575 msgstr ""576 "Pago confirmado\n"577 578 #: controllers/CryptAPI.php:1146579 msgid "Order cancelled due to lack of payment."580 msgstr ""581 "Pedido cancelado por falta de pago.\n"582 583 #: controllers/CryptAPI.php:1200584 msgid "Please renew your subscription"585 msgstr ""586 "Por favor renueve su suscripción\n"587 588 #: controllers/CryptAPI.php:1262589 msgid "Addresses"590 msgstr ""591 "Direcciones\n"592 593 #: controllers/CryptAPI.php:1264594 msgid ""595 "If you are using BlockBee you can choose if setting the receiving addresses "596 "here bellow or in your BlockBee settings page. %1$s - In order to set the "597 "addresses on plugin settings, you need to select “Address Override” while "598 "creating the API key. %1$s - In order to set the addresses on BlockBee "599 "settings, you need to NOT select “Address Override” while creating the API "600 "key."601 msgstr ""602 "Si está utilizando BlockBee, puede elegir si configurar las direcciones de "603 "recepción aquí abajo o en su página de configuración de BlockBee. %1$s: para "604 "establecer las direcciones en la configuración del complemento, debe "605 "seleccionar \"Anular dirección\" al crear la clave API. %1$s: para "606 "establecer las direcciones en la configuración de BlockBee, NO debe "607 "seleccionar \"Anular dirección\" al crear la clave API.\n"608 609 #: controllers/CryptAPI.php:1332610 msgid "Service Fee"611 msgstr ""612 "Tarifa de Servicio\n"613 614 #: controllers/CryptAPI.php:1372615 msgid "Check your payment status"616 msgstr ""617 "Consulta el estado de tu pago\n"618 619 #: controllers/CryptAPI.php:1383620 msgid "Pay"621 msgstr "Pagar"622 623 #: CryptAPI.php:21624 msgid ""625 "CryptAPI requires WooCommerce to be installed and active. You can download "626 "%s here."627 msgstr ""628 "CryptAPI requiere que WooCommerce esté instalado y activo. Puede descargar "629 "%s aquí.\n"630 631 #: CryptAPI.php:26632 msgid ""633 "CryptAPI requires PHP's BCMath extension. You can know more about it %s."634 msgstr ""635 "CryptAPI requiere la extensión BCMath de PHP. Puedes saber más al respecto "636 "%s.\n"637 638 #. translators: %1$s Site title, %2$s Order pay link639 #: emails/renewal-email.php:11640 msgid ""641 "Please renew your subscription on %1$s. You can pay the renewal when you’re "642 "ready: %2$s"643 msgstr ""644 "Renueve su suscripción el %1$s. Puedes pagar la renovación cuando estés "645 "listo: %2$s\n" -
cryptapi-payment-gateway-for-woocommerce/tags/4.7.10/languages/cryptapi-payment-gateway-for-woocommerce-it_IT.po
r2797338 r2959171 11 11 "Content-Transfer-Encoding: 8bit\n" 12 12 "POT-Creation-Date: 2022-02-11T17:52:12+01:00\n" 13 "PO-Revision-Date: 202 2-09-23 10:26+0000\n"13 "PO-Revision-Date: 2023-08-25 18:02+0000\n" 14 14 "X-Generator: Loco https://localise.biz/\n" 15 15 "X-Domain: cryptapi\n" … … 18 18 "X-Loco-Version: 2.6.1; wp-5.9.3" 19 19 20 #: controllers/CryptAPI.php:3 5120 #: controllers/CryptAPI.php:364 21 21 #| msgid "" 22 22 #| "<b>Attention: This option will disable the price conversion for ALL " … … 38 38 "medesimo ammontare FIAT a prescindere dalla criptovaluta selezionata" 39 39 40 #: controllers/CryptAPI.php:334 40 #: controllers/CryptAPI.php:371 41 #| msgid "Insert here your BlockBee API Key. You can get one here: %1$s" 42 msgid "" 43 "(Optional) Insert here your BlockBee API Key. You can get one here: %1$s" 44 msgstr "" 45 "(Opzionale) Inserisci qui la tua chiave API BlockBee. Puoi ottenerne uno qui:" 46 " %1$s\n" 47 48 #: controllers/CryptAPI.php:347 41 49 msgid "1 Hour" 42 50 msgstr "1 Ora" 43 51 44 #: controllers/CryptAPI.php:3 3652 #: controllers/CryptAPI.php:349 45 53 msgid "12 Hours" 46 54 msgstr "12 Ore" 47 55 48 #: controllers/CryptAPI.php:337 56 #: controllers/CryptAPI.php:344 57 msgid "15 Minutes" 58 msgstr "15 Minuti" 59 60 #: controllers/CryptAPI.php:350 49 61 msgid "18 Hours" 50 62 msgstr "18 Ore" 51 63 52 #: controllers/CryptAPI.php:3 3864 #: controllers/CryptAPI.php:351 53 65 msgid "24 Hours" 54 66 msgstr "24 Ore" 55 67 56 #: controllers/CryptAPI.php:335 68 #: controllers/CryptAPI.php:345 69 msgid "30 Minutes" 70 msgstr "30 Minuti" 71 72 #: controllers/CryptAPI.php:346 73 msgid "45 Minutes" 74 msgstr "45 Minuti" 75 76 #: controllers/CryptAPI.php:348 57 77 msgid "6 Hours" 58 78 msgstr "6 Ore" 59 79 60 #: controllers/CryptAPI.php: 94680 #: controllers/CryptAPI.php:1046 61 81 msgid "a moment" 62 82 msgstr "un momento" … … 66 86 msgstr "Accetta pagamenti in criptovaluta nel tuo sito WooCommerce" 67 87 68 #: controllers/CryptAPI.php:2 3588 #: controllers/CryptAPI.php:245 69 89 msgid "Add the blockchain fee to the order" 70 90 msgstr "Aggiungi la “blockchain fee” all’ordine" 71 91 72 #: controllers/CryptAPI.php: 879 controllers/CryptAPI.php:90892 #: controllers/CryptAPI.php:971 controllers/CryptAPI.php:1003 73 93 msgid "ADDRESS" 74 94 msgstr "INDIRIZZO" 75 95 76 #: controllers/CryptAPI.php:1 26296 #: controllers/CryptAPI.php:1325 77 97 msgid "Addresses" 78 98 msgstr "Indirizzi" 79 99 80 #: controllers/CryptAPI.php:3 55100 #: controllers/CryptAPI.php:368 81 101 msgid "API Key" 82 102 msgstr "" 83 103 "API Key\n" 84 104 85 #: controllers/CryptAPI.php:3 10105 #: controllers/CryptAPI.php:320 86 106 msgid "Auto" 87 107 msgstr "Auto" 88 108 89 #: controllers/CryptAPI.php:5 64109 #: controllers/CryptAPI.php:581 90 110 msgid "Awaiting payment" 91 111 msgstr "In attesa del pagamento" 92 112 93 #: controllers/CryptAPI.php:1372 113 #: controllers/CryptAPI.php:1502 114 msgid "Check for Callbacks" 115 msgstr "Controlla le Callback" 116 117 #: controllers/CryptAPI.php:1439 94 118 msgid "Check your payment status" 95 119 msgstr "Controlla lo stato del pagamento" 96 120 97 #: controllers/CryptAPI.php:981 121 #: controllers/CryptAPI.php:1511 122 msgid "Checking" 123 msgstr "Verifica" 124 125 #: controllers/CryptAPI.php:1084 98 126 msgid "Close QR CODE" 99 127 msgstr "" 100 128 "Chiudi QR CODE\n" 101 129 102 #: controllers/CryptAPI.php:3 03130 #: controllers/CryptAPI.php:313 103 131 msgid "Color Scheme" 104 132 msgstr "Colorazione del Plugin" 105 133 106 #: controllers/CryptAPI.php:3 43134 #: controllers/CryptAPI.php:356 107 135 msgid "Completed status for virtual products" 108 136 msgstr "Stato completato per i prodotti virtuali" 109 137 110 #: controllers/CryptAPI.php: 924 controllers/CryptAPI.php:956138 #: controllers/CryptAPI.php:1021 controllers/CryptAPI.php:1057 111 139 msgid "COPIED!" 112 140 msgstr "COPIATO!" 113 141 114 #: controllers/CryptAPI.php: 923 controllers/CryptAPI.php:955142 #: controllers/CryptAPI.php:1019 controllers/CryptAPI.php:1055 115 143 msgid "COPY" 116 144 msgstr "COPIA" … … 120 148 msgstr "cryptapi" 121 149 122 #: controllers/CryptAPI.php:1 6150 #: controllers/CryptAPI.php:17 123 151 msgid "CryptAPI allows customers to pay in cryptocurrency" 124 152 msgstr "CryptAPI permette ai tuoi clienti di pagare in criptovaluta" … … 143 171 "%s qui." 144 172 145 #: controllers/CryptAPI.php:2 13173 #: controllers/CryptAPI.php:223 146 174 msgid "Cryptocurrency" 147 175 msgstr "Criptovaluta" 148 176 149 #: controllers/CryptAPI.php:3 09177 #: controllers/CryptAPI.php:319 150 178 msgid "Dark" 151 179 msgstr "Scuro" 152 180 153 #: controllers/CryptAPI.php: 296181 #: controllers/CryptAPI.php:306 154 182 #| msgid "Default Ammount" 155 183 msgid "Default Amount" 156 184 msgstr "Ammontare Predefinito" 157 185 158 #: controllers/CryptAPI.php: 295186 #: controllers/CryptAPI.php:305 159 187 #| msgid "Default Without Ammount" 160 188 msgid "Default Without Amount" 161 189 msgstr "Predefinito Senza Ammontare" 162 190 163 #: controllers/CryptAPI.php:2 17191 #: controllers/CryptAPI.php:227 164 192 msgid "Description" 165 193 msgstr "Descrizione" 166 194 167 #: controllers/CryptAPI.php:3 49195 #: controllers/CryptAPI.php:362 168 196 msgid "Disable price conversion" 169 197 msgstr "Disabilita la conversione dei prezzi" 170 198 171 #: controllers/CryptAPI.php:2 06199 #: controllers/CryptAPI.php:216 172 200 msgid "Enable CryptAPI Payments" 173 201 msgstr "Attiva Pagamenti CryptAPI" 174 202 175 #: controllers/CryptAPI.php:2 31203 #: controllers/CryptAPI.php:241 176 204 msgid "" 177 205 "Enable this to show the cryptocurrencies logos in the checkout %1$s %2$s " … … 182 210 "a proprio rischio.\n" 183 211 184 #: controllers/CryptAPI.php:2 04212 #: controllers/CryptAPI.php:214 185 213 msgid "Enabled" 186 214 msgstr "Attivo" 187 215 188 #: controllers/CryptAPI.php:3 20216 #: controllers/CryptAPI.php:330 189 217 msgid "Every 10 Minutes" 190 218 msgstr "Ogni 10 minuti" 191 219 192 #: controllers/CryptAPI.php:3 21220 #: controllers/CryptAPI.php:331 193 221 msgid "Every 15 Minutes" 194 222 msgstr "Ogni 15 minuti" 195 223 196 #: controllers/CryptAPI.php:3 22224 #: controllers/CryptAPI.php:332 197 225 msgid "Every 30 Minutes" 198 226 msgstr "Ogni 20 minuti" 199 227 200 #: controllers/CryptAPI.php:3 23228 #: controllers/CryptAPI.php:333 201 229 msgid "Every 45 Minutes" 202 230 msgstr "Ogni 45 minuti" 203 231 204 #: controllers/CryptAPI.php:3 19232 #: controllers/CryptAPI.php:329 205 233 msgid "Every 5 Minutes" 206 234 msgstr "Ogni 5 minuti" 207 235 208 #: controllers/CryptAPI.php:3 24236 #: controllers/CryptAPI.php:334 209 237 msgid "Every 60 Minutes" 210 238 msgstr "Ogni 60 minuti" 211 239 212 #: controllers/CryptAPI.php:1 042240 #: controllers/CryptAPI.php:1147 213 241 msgid "FIAT Value" 214 242 msgstr "Valore FIAT" 215 243 216 #: controllers/CryptAPI.php: 934244 #: controllers/CryptAPI.php:1033 217 245 msgid "" 218 246 "For technical reasons, the minimum amount for each transaction is %1s, so we " … … 222 250 "pertanto il valore é stato incrementato al valore minimo." 223 251 224 #: controllers/CryptAPI.php: 297252 #: controllers/CryptAPI.php:307 225 253 #| msgid "Hide Ammount" 226 254 msgid "Hide Amount" 227 255 msgstr "Nascondi Ammontare" 228 256 229 #: controllers/CryptAPI.php: 298257 #: controllers/CryptAPI.php:308 230 258 #| msgid "Hide Without Ammount" 231 259 msgid "Hide Without Amount" … … 240 268 msgstr "https://github.com/cryptapi/woocommerce-cryptapi" 241 269 242 #: controllers/CryptAPI.php:1264 270 #: controllers/CryptAPI.php:1498 271 msgid "" 272 "If the order is not being updated, your ISP is probably blocking our IPs " 273 "(%1$s and %2$s): please try to get them whitelisted and feel free to contact " 274 "us anytime to get support (link to our contact page). In the meantime you " 275 "can refresh the status of any payment by clicking this button below:" 276 msgstr "" 277 "Se l'ordine non viene aggiornato, il tuo ISP sta probabilmente bloccando i " 278 "nostri IP (%1$s e %2$s): prova a farli inserire in whitelist e non esitare a " 279 "contattarci in qualsiasi momento per ricevere assistenza (link alla nostra " 280 "pagina di contatto). Nel frattempo, puoi aggiornare lo stato di qualsiasi " 281 "pagamento facendo clic sul pulsante qui sotto:" 282 283 #: controllers/CryptAPI.php:1327 243 284 msgid "" 244 285 "If you are using BlockBee you can choose if setting the receiving addresses " … … 259 300 "API key." 260 301 261 #: controllers/CryptAPI.php: 87302 #: controllers/CryptAPI.php:92 262 303 msgid "" 263 304 "If you enjoy this plugin please <b><a href='https://wordpress." … … 269 310 "post' target='_blank'>lascia la tua recensione</a></b>!" 270 311 271 #: controllers/CryptAPI.php:8 4312 #: controllers/CryptAPI.php:89 272 313 msgid "" 273 314 "If you need any help or have any suggestion, contact us via the <b>live " … … 281 322 "gg/cryptapi' target='_blank'>Discord server</a></b>" 282 323 283 #: controllers/CryptAPI.php:358 284 msgid "Insert here your BlockBee API Key. You can get one here: %1$s" 285 msgstr "" 286 "Inserisci qui la tua chiave API BlockBee. Puoi ottenerne uno qui: %1$s\n" 287 288 #: controllers/CryptAPI.php:362 324 #: controllers/CryptAPI.php:375 289 325 msgid "" 290 326 "Insert your %s address here. Leave the checkbox unselected if you want to " … … 294 330 "desideri utilizzare questa criptovaluta." 295 331 296 #: controllers/CryptAPI.php:3 08332 #: controllers/CryptAPI.php:318 297 333 msgid "Light" 298 334 msgstr "Chiaro" 299 335 300 #: controllers/CryptAPI.php:3 18 controllers/CryptAPI.php:333336 #: controllers/CryptAPI.php:328 controllers/CryptAPI.php:343 301 337 msgid "Never" 302 338 msgstr "Mai" 303 339 304 #: controllers/CryptAPI.php: 934340 #: controllers/CryptAPI.php:1033 305 341 msgid "Notice" 306 342 msgstr "Nota" 307 343 308 #: controllers/CryptAPI.php: 976344 #: controllers/CryptAPI.php:1079 309 345 msgid "Open QR CODE" 310 346 msgstr "Apri QR CODE" 311 347 312 #: controllers/CryptAPI.php:3 29348 #: controllers/CryptAPI.php:339 313 349 msgid "Order cancelation timeout" 314 350 msgstr "Cancellazione ordine per timeout" 315 351 316 #: controllers/CryptAPI.php:1 146352 #: controllers/CryptAPI.php:1210 317 353 msgid "Order cancelled due to lack of payment." 318 354 msgstr "L’ordine é stato cancellato per mancanza di pagamento." 319 355 320 #: controllers/CryptAPI.php:1 035356 #: controllers/CryptAPI.php:1140 321 357 msgid "" 322 358 "Order has been cancelled due to lack of payment. Please don't send any " … … 326 362 "pagamento a questo indirizzo." 327 363 328 #: controllers/CryptAPI.php: 964364 #: controllers/CryptAPI.php:1066 329 365 msgid "Order will be cancelled in less than a minute." 330 366 msgstr "" 331 367 "L'ordine verrà annullato in meno di un minuto.\n" 332 368 333 #: controllers/CryptAPI.php:1 383369 #: controllers/CryptAPI.php:1450 334 370 msgid "Pay" 335 371 msgstr "Paga" 336 372 337 #: controllers/CryptAPI.php:4 26373 #: controllers/CryptAPI.php:441 338 374 msgid "Pay with" 339 375 msgstr "Paga con" 340 376 341 #: controllers/CryptAPI.php:1 069377 #: controllers/CryptAPI.php:1177 342 378 msgid "Payment confirmed" 343 379 msgstr "Pagamento confermato" 344 380 345 #: controllers/CryptAPI.php:5 79381 #: controllers/CryptAPI.php:596 346 382 msgid "Payment could not be processed, please try again" 347 383 msgstr "Il pagamento non puó essere processato, per favore riprova" 348 384 349 #: controllers/CryptAPI.php: 755 controllers/CryptAPI.php:757385 #: controllers/CryptAPI.php:809 controllers/CryptAPI.php:811 350 386 msgid "Payment detected and confirmed. Customer still need to send" 351 387 msgstr "" 352 388 "Pagamento rilevato e confermato. Il cliente deve ancora inviare\n" 353 389 354 #: controllers/CryptAPI.php:5 73390 #: controllers/CryptAPI.php:590 355 391 msgid "Payment error:" 356 392 msgstr "Errore di pagamento:" 357 393 358 #: controllers/CryptAPI.php:2 20394 #: controllers/CryptAPI.php:230 359 395 msgid "Payment method description that the customer will see on your checkout" 360 396 msgstr "" … … 362 398 "di checkout" 363 399 364 #: controllers/CryptAPI.php:4 76400 #: controllers/CryptAPI.php:491 365 401 msgid "Please choose a cryptocurrency" 366 402 msgstr "Per favore, scegli una criptomoneta" 367 403 368 #: controllers/CryptAPI.php:12 00404 #: controllers/CryptAPI.php:1263 369 405 msgid "Please renew your subscription" 370 406 msgstr "Per favore, rinnova l’abbonamento" … … 379 415 "pronto: %2$s " 380 416 381 #: controllers/CryptAPI.php:4 15417 #: controllers/CryptAPI.php:429 382 418 msgid "Please select a Cryptocurrency" 383 419 msgstr "Per favore, seleziona una Criptomoneta" 384 420 385 #: controllers/CryptAPI.php: 919421 #: controllers/CryptAPI.php:1014 386 422 msgid "PLEASE SEND" 387 423 msgstr "PER FAVORE, INVIA" 388 424 389 #: controllers/CryptAPI.php:1 015425 #: controllers/CryptAPI.php:1120 390 426 msgid "Processing can take some time depending on the blockchain." 391 427 msgstr "L'elaborazione può richiedere del tempo a seconda della blockchain." 392 428 393 #: controllers/CryptAPI.php:2 79429 #: controllers/CryptAPI.php:289 394 430 msgid "QR Code by default" 395 431 msgstr "QR Code predefinito" 396 432 397 #: controllers/CryptAPI.php:2 88433 #: controllers/CryptAPI.php:298 398 434 msgid "QR code image size" 399 435 msgstr "Dimensione dell’immagine del QR Code" 400 436 401 #: controllers/CryptAPI.php:2 85437 #: controllers/CryptAPI.php:295 402 438 msgid "QR Code size" 403 439 msgstr "Dimensione del QR Code" 404 440 405 #: controllers/CryptAPI.php: 291441 #: controllers/CryptAPI.php:301 406 442 msgid "QR Code to show" 407 443 msgstr "QR Code da mostrare " 408 444 409 #: controllers/CryptAPI.php: 862445 #: controllers/CryptAPI.php:953 410 446 msgid "QR Code with value" 411 447 msgstr "QR Code con importo" 412 448 413 #: controllers/CryptAPI.php: 852 controllers/CryptAPI.php:904449 #: controllers/CryptAPI.php:943 controllers/CryptAPI.php:998 414 450 msgid "QR Code without value" 415 451 msgstr "QR Code senza importo" 416 452 417 #: controllers/CryptAPI.php:3 14453 #: controllers/CryptAPI.php:324 418 454 msgid "Refresh converted value" 419 455 msgstr "Aggiorna la conversione di valuta" 420 456 421 #: controllers/CryptAPI.php:3 00457 #: controllers/CryptAPI.php:310 422 458 msgid "" 423 459 "Select how you want to show the QR Code to the user. Either select a default " … … 428 464 "desideri" 429 465 430 #: controllers/CryptAPI.php:3 40466 #: controllers/CryptAPI.php:353 431 467 msgid "" 432 468 "Selects the amount of time the user has to pay for the order. %1$s When " … … 442 478 "a te. %1$s %4$s Avviso: %3$s Non consigliamo più di 1 ora.\n" 443 479 444 #: controllers/CryptAPI.php:3 06480 #: controllers/CryptAPI.php:316 445 481 msgid "" 446 482 "Selects the color scheme of the plugin to match your website (Light, Dark " … … 450 486 "(Chiaro, Scuro ed Auto per la selezione automatica)" 451 487 452 #: controllers/CryptAPI.php:13 32488 #: controllers/CryptAPI.php:1399 453 489 msgid "Service Fee" 454 490 msgstr "Costo di Servizio" 455 491 456 #: controllers/CryptAPI.php:2 41492 #: controllers/CryptAPI.php:251 457 493 msgid "Service fee manager" 458 494 msgstr "Gestore costi di servizio" 459 495 460 #: controllers/CryptAPI.php:2 76496 #: controllers/CryptAPI.php:286 461 497 #| msgid "" 462 498 #| "Set the CryptAPI service fee you want to charge the costumer.<br><strong>" … … 472 508 "transazione applicati da CryptAPI) %3$s" 473 509 474 #: controllers/CryptAPI.php:2 23510 #: controllers/CryptAPI.php:233 475 511 msgid "Show CryptAPI branding" 476 512 msgstr "Mostra il marchio CryptAPI" 477 513 478 #: controllers/CryptAPI.php:2 25514 #: controllers/CryptAPI.php:235 479 515 msgid "Show CryptAPI logo and credits below the QR code" 480 516 msgstr "Mostra il logo ed i riferimenti di CryptAPI sotto al QR code" 481 517 482 #: controllers/CryptAPI.php:2 29518 #: controllers/CryptAPI.php:239 483 519 msgid "Show crypto logos in checkout" 484 520 msgstr "" 485 521 "Mostra loghi crittografici al momento del pagamento\n" 486 522 487 #: controllers/CryptAPI.php: 889523 #: controllers/CryptAPI.php:982 488 524 msgid "Show QR Code with value" 489 525 msgstr "Mostra QR Code con importo" 490 526 491 #: controllers/CryptAPI.php: 878 controllers/CryptAPI.php:907527 #: controllers/CryptAPI.php:970 controllers/CryptAPI.php:1002 492 528 msgid "Show QR Code without value" 493 529 msgstr "Mostra QR Code senza importo" 494 530 495 #: controllers/CryptAPI.php: 971531 #: controllers/CryptAPI.php:1074 496 532 msgid "Show the QR code" 497 533 msgstr "Mostra il QR Code" 498 534 499 #: controllers/CryptAPI.php:2 81535 #: controllers/CryptAPI.php:291 500 536 msgid "Show the QR Code by default" 501 537 msgstr "Mostra il QR code come opzione predefinita" 502 538 503 #: controllers/CryptAPI.php: 929539 #: controllers/CryptAPI.php:1028 504 540 msgid "" 505 541 "So far you sent %1s. Please send a new payment to complete the order, as " … … 509 545 "validare l’ordine, come richiesto sopra" 510 546 511 #: controllers/CryptAPI.php: 943547 #: controllers/CryptAPI.php:1042 512 548 #| msgid "The %1s conversion rate will be adjusted in %2s" 513 549 msgid "The %1s conversion rate will be adjusted in" 514 550 msgstr "Il tasso di conversione di %1s sará aggiornato in" 515 551 516 #: controllers/CryptAPI.php:3 26552 #: controllers/CryptAPI.php:336 517 553 msgid "" 518 554 "The system will automatically update the conversion value of the invoices " … … 531 567 "vivamente di lasciare la selezione a “5 minuti”. %3$s" 532 568 533 #: controllers/CryptAPI.php:5 41569 #: controllers/CryptAPI.php:556 534 570 msgid "There was an error with the payment. Please try again." 535 571 msgstr "" 536 572 "Si é verificato un errore con il pagamento. Per favore, riprova/\n" 537 573 538 #: controllers/CryptAPI.php:2 12574 #: controllers/CryptAPI.php:222 539 575 msgid "This controls the title which the user sees during checkout." 540 576 msgstr "Questo controlla il titolo che l’utente vede durante il checkout" 541 577 542 #: controllers/CryptAPI.php: 965578 #: controllers/CryptAPI.php:1067 543 579 #| msgid "This order will be valid until %s" 544 580 msgid "This order will be valid for %s" 545 581 msgstr "Questo ordine sarà valido per %s" 546 582 547 #: controllers/CryptAPI.php:2 37583 #: controllers/CryptAPI.php:247 548 584 msgid "This will add an estimation of the blockchain fee to the order value" 549 585 msgstr "" … … 551 587 "all’importo totale dell’ordine" 552 588 553 #: controllers/CryptAPI.php:1 040589 #: controllers/CryptAPI.php:1145 554 590 msgid "Time" 555 591 msgstr "Tempo" 556 592 557 #: controllers/CryptAPI.php:2 10593 #: controllers/CryptAPI.php:220 558 594 msgid "Title" 559 595 msgstr "Titolo" 560 596 561 #: controllers/CryptAPI.php:7 16597 #: controllers/CryptAPI.php:794 controllers/CryptAPI.php:802 562 598 msgid "User sent a payment of" 563 599 msgstr "L’utente ha inviato un pagamento di" 564 600 565 #: controllers/CryptAPI.php:1 041601 #: controllers/CryptAPI.php:1146 566 602 msgid "Value Paid" 567 603 msgstr "Importo Pagato" 568 604 569 #: controllers/CryptAPI.php:5 31605 #: controllers/CryptAPI.php:546 570 606 msgid "Value too low, minimum is" 571 607 msgstr "Valore troppo basso, il mínimo accettato é" 572 608 573 #: controllers/CryptAPI.php:1 062609 #: controllers/CryptAPI.php:1169 574 610 msgid "Waiting for network confirmation" 575 611 msgstr "In attesa di ‘conferme’ dalla blockchain" 576 612 577 #: controllers/CryptAPI.php:1 055613 #: controllers/CryptAPI.php:1161 578 614 msgid "Waiting for payment" 579 615 msgstr "In attesa del pagamento" 580 616 581 #: controllers/CryptAPI.php:3 45617 #: controllers/CryptAPI.php:358 582 618 #| msgid "" 583 619 #| "When this setting is enabled, the plugin will mark the order as " … … 592 628 "prodotti virtuali %2$s" 593 629 594 #: controllers/CryptAPI.php: 890630 #: controllers/CryptAPI.php:983 595 631 #| msgid "WITH AMMOUNT" 596 632 msgid "WITH AMOUNT" 597 633 msgstr "CON IMPORTO" 598 634 599 #: controllers/CryptAPI.php:1 025635 #: controllers/CryptAPI.php:1130 600 636 msgid "Your payment has been confirmed!" 601 637 msgstr "Il tuo pagamento é stato confermato!" 602 638 603 #: controllers/CryptAPI.php:1 014639 #: controllers/CryptAPI.php:1119 604 640 msgid "Your payment is being processed!" 605 641 msgstr "Il sistema sta processando il tuo pagamento!" -
cryptapi-payment-gateway-for-woocommerce/tags/4.7.10/languages/cryptapi-payment-gateway-for-woocommerce-pt_BR.po
r2797338 r2959171 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cryptapi\n" 7 7 "Last-Translator: \n" 8 "Language-Team: Portuguese ( Portugal)\n"8 "Language-Team: Portuguese (Brazil)\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 12 "POT-Creation-Date: 2022-02-11T16:36:51+01:00\n" 13 "PO-Revision-Date: 202 2-09-23 10:30+0000\n"13 "PO-Revision-Date: 2023-08-25 18:04+0000\n" 14 14 "X-Generator: Loco https://localise.biz/\n" 15 15 "X-Domain: cryptapi\n" 16 "Language: pt_ PT\n"16 "Language: pt_BR\n" 17 17 "Plural-Forms: nplurals=2; plural=n != 1;\n" 18 18 "X-Loco-Version: 2.6.1; wp-6.0" 19 19 20 #: controllers/CryptAPI.php:3 5120 #: controllers/CryptAPI.php:364 21 21 #| msgid "" 22 22 #| "<b>Attention: This option will disable the price conversion for ALL " … … 39 39 "selecionada." 40 40 41 #: controllers/CryptAPI.php:334 41 #: controllers/CryptAPI.php:371 42 #| msgid "Insert here your BlockBee API Key. You can get one here: %1$s" 43 msgid "" 44 "(Optional) Insert here your BlockBee API Key. You can get one here: %1$s" 45 msgstr "" 46 "(Opcional) Insira aqui sua chave de API BlockBee. Você pode obter um aqui: " 47 "%1$s\n" 48 49 #: controllers/CryptAPI.php:347 42 50 msgid "1 Hour" 43 51 msgstr "1 Hora" 44 52 45 #: controllers/CryptAPI.php:3 3653 #: controllers/CryptAPI.php:349 46 54 msgid "12 Hours" 47 55 msgstr "12 Horas" 48 56 49 #: controllers/CryptAPI.php:337 57 #: controllers/CryptAPI.php:344 58 msgid "15 Minutes" 59 msgstr "15 Minutos" 60 61 #: controllers/CryptAPI.php:350 50 62 msgid "18 Hours" 51 63 msgstr "18 Horas" 52 64 53 #: controllers/CryptAPI.php:3 3865 #: controllers/CryptAPI.php:351 54 66 msgid "24 Hours" 55 67 msgstr "24 Horas" 56 68 57 #: controllers/CryptAPI.php:335 69 #: controllers/CryptAPI.php:345 70 msgid "30 Minutes" 71 msgstr "30 Minutos" 72 73 #: controllers/CryptAPI.php:346 74 msgid "45 Minutes" 75 msgstr "45 Minutos" 76 77 #: controllers/CryptAPI.php:348 58 78 msgid "6 Hours" 59 79 msgstr "6 Horas" 60 80 61 #: controllers/CryptAPI.php: 94681 #: controllers/CryptAPI.php:1046 62 82 msgid "a moment" 63 83 msgstr "um momento" … … 68 88 "Aceite pagamentos através de criptomoedas na sua loja online WooCommerce" 69 89 70 #: controllers/CryptAPI.php:2 3590 #: controllers/CryptAPI.php:245 71 91 msgid "Add the blockchain fee to the order" 72 92 msgstr "Adicionar a taxa da blockchain à encomenda" 73 93 74 #: controllers/CryptAPI.php: 879 controllers/CryptAPI.php:90894 #: controllers/CryptAPI.php:971 controllers/CryptAPI.php:1003 75 95 msgid "ADDRESS" 76 96 msgstr "ENDEREÇO" 77 97 78 #: controllers/CryptAPI.php:1 26298 #: controllers/CryptAPI.php:1325 79 99 msgid "Addresses" 80 100 msgstr "Endereços" 81 101 82 #: controllers/CryptAPI.php:3 55102 #: controllers/CryptAPI.php:368 83 103 msgid "API Key" 84 104 msgstr "Chave API " 85 105 86 #: controllers/CryptAPI.php:3 10106 #: controllers/CryptAPI.php:320 87 107 msgid "Auto" 88 108 msgstr "Auto" 89 109 90 #: controllers/CryptAPI.php:5 64110 #: controllers/CryptAPI.php:581 91 111 msgid "Awaiting payment" 92 112 msgstr "A aguardar pagamento" 93 113 94 #: controllers/CryptAPI.php:1372 114 #: controllers/CryptAPI.php:1502 115 msgid "Check for Callbacks" 116 msgstr "Verificar se há Notificações" 117 118 #: controllers/CryptAPI.php:1439 95 119 msgid "Check your payment status" 96 120 msgstr "Verifique o estado do seu pagamento" 97 121 98 #: controllers/CryptAPI.php:981 122 #: controllers/CryptAPI.php:1511 123 msgid "Checking" 124 msgstr "Verificando" 125 126 #: controllers/CryptAPI.php:1084 99 127 msgid "Close QR CODE" 100 128 msgstr "Fechar Código QR" 101 129 102 #: controllers/CryptAPI.php:3 03130 #: controllers/CryptAPI.php:313 103 131 msgid "Color Scheme" 104 132 msgstr "Esquema de Cores" 105 133 106 #: controllers/CryptAPI.php:3 43134 #: controllers/CryptAPI.php:356 107 135 msgid "Completed status for virtual products" 108 136 msgstr "Status concluído para produtos virtuais" 109 137 110 #: controllers/CryptAPI.php: 924 controllers/CryptAPI.php:956138 #: controllers/CryptAPI.php:1021 controllers/CryptAPI.php:1057 111 139 msgid "COPIED!" 112 140 msgstr "COPIADO!" 113 141 114 #: controllers/CryptAPI.php: 923 controllers/CryptAPI.php:955142 #: controllers/CryptAPI.php:1019 controllers/CryptAPI.php:1055 115 143 msgid "COPY" 116 144 msgstr "COPIAR" … … 120 148 msgstr "cryptapi" 121 149 122 #: controllers/CryptAPI.php:1 6150 #: controllers/CryptAPI.php:17 123 151 msgid "CryptAPI allows customers to pay in cryptocurrency" 124 152 msgstr "CryptAPI permite que os seus clientes paguem em criptomoeda" … … 141 169 "download %s aqui." 142 170 143 #: controllers/CryptAPI.php:2 13171 #: controllers/CryptAPI.php:223 144 172 msgid "Cryptocurrency" 145 173 msgstr "Criptomoeda" 146 174 147 #: controllers/CryptAPI.php:3 09175 #: controllers/CryptAPI.php:319 148 176 msgid "Dark" 149 177 msgstr "Escuro" 150 178 151 #: controllers/CryptAPI.php: 296179 #: controllers/CryptAPI.php:306 152 180 #| msgid "Default Ammount" 153 181 msgid "Default Amount" 154 182 msgstr "Com Valor por Defeito" 155 183 156 #: controllers/CryptAPI.php: 295184 #: controllers/CryptAPI.php:305 157 185 #| msgid "Default Without Ammount" 158 186 msgid "Default Without Amount" 159 187 msgstr "Sem Valor por Defeito" 160 188 161 #: controllers/CryptAPI.php:2 17189 #: controllers/CryptAPI.php:227 162 190 msgid "Description" 163 191 msgstr "Descrição" 164 192 165 #: controllers/CryptAPI.php:3 49193 #: controllers/CryptAPI.php:362 166 194 msgid "Disable price conversion" 167 195 msgstr "Desativar conversão de preços" 168 196 169 #: controllers/CryptAPI.php:2 06197 #: controllers/CryptAPI.php:216 170 198 msgid "Enable CryptAPI Payments" 171 199 msgstr "Ativar pagamentos através da CryptAPI" 172 200 173 #: controllers/CryptAPI.php:2 31201 #: controllers/CryptAPI.php:241 174 202 msgid "" 175 203 "Enable this to show the cryptocurrencies logos in the checkout %1$s %2$s " … … 179 207 "Aviso: %3$s Pode quebrar em alguns modelos. Use por sua conta e risco.\n" 180 208 181 #: controllers/CryptAPI.php:2 04209 #: controllers/CryptAPI.php:214 182 210 msgid "Enabled" 183 211 msgstr "Ativado" 184 212 185 #: controllers/CryptAPI.php:3 20213 #: controllers/CryptAPI.php:330 186 214 msgid "Every 10 Minutes" 187 215 msgstr "Cada 10 Minutos" 188 216 189 #: controllers/CryptAPI.php:3 21217 #: controllers/CryptAPI.php:331 190 218 msgid "Every 15 Minutes" 191 219 msgstr "Cada 15 Minutos" 192 220 193 #: controllers/CryptAPI.php:3 22221 #: controllers/CryptAPI.php:332 194 222 msgid "Every 30 Minutes" 195 223 msgstr "Cada 30 Minutos" 196 224 197 #: controllers/CryptAPI.php:3 23225 #: controllers/CryptAPI.php:333 198 226 msgid "Every 45 Minutes" 199 227 msgstr "Cada 45 Minutos" 200 228 201 #: controllers/CryptAPI.php:3 19229 #: controllers/CryptAPI.php:329 202 230 msgid "Every 5 Minutes" 203 231 msgstr "Cada 5 Minutos" 204 232 205 #: controllers/CryptAPI.php:3 24233 #: controllers/CryptAPI.php:334 206 234 msgid "Every 60 Minutes" 207 235 msgstr "Cada 60 Minutos" 208 236 209 #: controllers/CryptAPI.php:1 042237 #: controllers/CryptAPI.php:1147 210 238 msgid "FIAT Value" 211 239 msgstr "Valor FIAT" 212 240 213 #: controllers/CryptAPI.php: 934241 #: controllers/CryptAPI.php:1033 214 242 msgid "" 215 243 "For technical reasons, the minimum amount for each transaction is %1s, so we " … … 219 247 "ajustamos o valor somando o restante." 220 248 221 #: controllers/CryptAPI.php: 297249 #: controllers/CryptAPI.php:307 222 250 #| msgid "Hide Ammount" 223 251 msgid "Hide Amount" 224 252 msgstr "Esconder Valor" 225 253 226 #: controllers/CryptAPI.php: 298254 #: controllers/CryptAPI.php:308 227 255 #| msgid "Hide Without Ammount" 228 256 msgid "Hide Without Amount" … … 237 265 msgstr "https://github.com/cryptapi/woocommerce-cryptapi" 238 266 239 #: controllers/CryptAPI.php:1264 267 #: controllers/CryptAPI.php:1498 268 msgid "" 269 "If the order is not being updated, your ISP is probably blocking our IPs " 270 "(%1$s and %2$s): please try to get them whitelisted and feel free to contact " 271 "us anytime to get support (link to our contact page). In the meantime you " 272 "can refresh the status of any payment by clicking this button below:" 273 msgstr "" 274 "Se o pedido não estiver sendo atualizado, provavelmente o seu ISP está " 275 "bloqueando nossos IPs (%1$s e %2$s): tente adicioná-los à lista branca e " 276 "sinta-se à vontade para nos contatar a qualquer momento para obter suporte " 277 "(link para nossa página de contato). Enquanto isso, você pode atualizar o " 278 "status de qualquer pagamento clicando neste botão abaixo:" 279 280 #: controllers/CryptAPI.php:1327 240 281 msgid "" 241 282 "If you are using BlockBee you can choose if setting the receiving addresses " … … 253 294 "\"Address Override\" ao criar a API Key." 254 295 255 #: controllers/CryptAPI.php: 87296 #: controllers/CryptAPI.php:92 256 297 msgid "" 257 298 "If you enjoy this plugin please <b><a href='https://wordpress." … … 263 304 "post' target='_blank'>classifique e faça review</a></b>!" 264 305 265 #: controllers/CryptAPI.php:8 4306 #: controllers/CryptAPI.php:89 266 307 msgid "" 267 308 "If you need any help or have any suggestion, contact us via the <b>live " … … 275 316 "//discord.gg/cryptapi' target='_blank'>servidor Discord</a></b>" 276 317 277 #: controllers/CryptAPI.php:358 278 msgid "Insert here your BlockBee API Key. You can get one here: %1$s" 279 msgstr "" 280 "Insira aqui sua chave de API BlockBee. Você pode obter um aqui: %1$s\n" 281 282 #: controllers/CryptAPI.php:362 318 #: controllers/CryptAPI.php:375 283 319 msgid "" 284 320 "Insert your %s address here. Leave the checkbox unselected if you want to " … … 288 324 "não queira selecionar esta criptomoeda" 289 325 290 #: controllers/CryptAPI.php:3 08326 #: controllers/CryptAPI.php:318 291 327 msgid "Light" 292 328 msgstr "Claro" 293 329 294 #: controllers/CryptAPI.php:3 18 controllers/CryptAPI.php:333330 #: controllers/CryptAPI.php:328 controllers/CryptAPI.php:343 295 331 msgid "Never" 296 332 msgstr "Nunca" 297 333 298 #: controllers/CryptAPI.php: 934334 #: controllers/CryptAPI.php:1033 299 335 msgid "Notice" 300 336 msgstr "Aviso" 301 337 302 #: controllers/CryptAPI.php: 976338 #: controllers/CryptAPI.php:1079 303 339 msgid "Open QR CODE" 304 340 msgstr "Abrir Código QR" 305 341 306 #: controllers/CryptAPI.php:3 29342 #: controllers/CryptAPI.php:339 307 343 msgid "Order cancelation timeout" 308 344 msgstr "Tempo até que a encomenda seja cancelada" 309 345 310 #: controllers/CryptAPI.php:1 146346 #: controllers/CryptAPI.php:1210 311 347 msgid "Order cancelled due to lack of payment." 312 348 msgstr "Encomenda cancelada devido à falta de pagamento." 313 349 314 #: controllers/CryptAPI.php:1 035350 #: controllers/CryptAPI.php:1140 315 351 msgid "" 316 352 "Order has been cancelled due to lack of payment. Please don't send any " … … 320 356 "nenhum pagamento para o endereço." 321 357 322 #: controllers/CryptAPI.php: 964358 #: controllers/CryptAPI.php:1066 323 359 msgid "Order will be cancelled in less than a minute." 324 360 msgstr "A encomenda será cancelada em menos de um minuto." 325 361 326 #: controllers/CryptAPI.php:1 383362 #: controllers/CryptAPI.php:1450 327 363 msgid "Pay" 328 364 msgstr "Pagar" 329 365 330 #: controllers/CryptAPI.php:4 26366 #: controllers/CryptAPI.php:441 331 367 msgid "Pay with" 332 368 msgstr "Pagar com" 333 369 334 #: controllers/CryptAPI.php:1 069370 #: controllers/CryptAPI.php:1177 335 371 msgid "Payment confirmed" 336 372 msgstr "O pagamento foi confirmado" 337 373 338 #: controllers/CryptAPI.php:5 79374 #: controllers/CryptAPI.php:596 339 375 msgid "Payment could not be processed, please try again" 340 376 msgstr "Não foi possível processar o pagamento, por favor tente novamente." 341 377 342 #: controllers/CryptAPI.php: 755 controllers/CryptAPI.php:757378 #: controllers/CryptAPI.php:809 controllers/CryptAPI.php:811 343 379 msgid "Payment detected and confirmed. Customer still need to send" 344 380 msgstr "Pagamento detectado e confirmado. O cliente deverá ainda enviar" 345 381 346 #: controllers/CryptAPI.php:5 73382 #: controllers/CryptAPI.php:590 347 383 msgid "Payment error:" 348 384 msgstr "Erro no pagamento: " 349 385 350 #: controllers/CryptAPI.php:2 20386 #: controllers/CryptAPI.php:230 351 387 msgid "Payment method description that the customer will see on your checkout" 352 388 msgstr "Descrição do pagamento que o seu cliente verá no pagamento" 353 389 354 #: controllers/CryptAPI.php:4 76390 #: controllers/CryptAPI.php:491 355 391 msgid "Please choose a cryptocurrency" 356 392 msgstr "Por favor selecione uma criptomoeda" 357 393 358 #: controllers/CryptAPI.php:12 00394 #: controllers/CryptAPI.php:1263 359 395 msgid "Please renew your subscription" 360 396 msgstr "Por favor, renove a sua subscrição" … … 369 405 "estiver pronto/a: %2$s" 370 406 371 #: controllers/CryptAPI.php:4 15407 #: controllers/CryptAPI.php:429 372 408 msgid "Please select a Cryptocurrency" 373 409 msgstr "Por favor selecione uma Criptomoeda" 374 410 375 #: controllers/CryptAPI.php: 919411 #: controllers/CryptAPI.php:1014 376 412 msgid "PLEASE SEND" 377 413 msgstr "ENVIE" 378 414 379 #: controllers/CryptAPI.php:1 015415 #: controllers/CryptAPI.php:1120 380 416 msgid "Processing can take some time depending on the blockchain." 381 417 msgstr "O processamento poderá demorar algum tempo, dependendo da blockchain." 382 418 383 #: controllers/CryptAPI.php:2 79419 #: controllers/CryptAPI.php:289 384 420 msgid "QR Code by default" 385 421 msgstr "Código QR por defeito" 386 422 387 #: controllers/CryptAPI.php:2 88423 #: controllers/CryptAPI.php:298 388 424 msgid "QR code image size" 389 425 msgstr "Tamanho do Código QR" 390 426 391 #: controllers/CryptAPI.php:2 85427 #: controllers/CryptAPI.php:295 392 428 msgid "QR Code size" 393 429 msgstr "Tamanho do Código QR" 394 430 395 #: controllers/CryptAPI.php: 291431 #: controllers/CryptAPI.php:301 396 432 msgid "QR Code to show" 397 433 msgstr "" 398 434 "Código QR para mostrar\n" 399 435 400 #: controllers/CryptAPI.php: 862436 #: controllers/CryptAPI.php:953 401 437 msgid "QR Code with value" 402 438 msgstr "Código QR com o valor" 403 439 404 #: controllers/CryptAPI.php: 852 controllers/CryptAPI.php:904440 #: controllers/CryptAPI.php:943 controllers/CryptAPI.php:998 405 441 msgid "QR Code without value" 406 442 msgstr "Código QR sem o valor" 407 443 408 #: controllers/CryptAPI.php:3 14444 #: controllers/CryptAPI.php:324 409 445 msgid "Refresh converted value" 410 446 msgstr "Atualizar o valor convertido" 411 447 412 #: controllers/CryptAPI.php:3 00448 #: controllers/CryptAPI.php:310 413 449 msgid "" 414 450 "Select how you want to show the QR Code to the user. Either select a default " … … 418 454 "mostrar primeiro ou oculte um deles.\n" 419 455 420 #: controllers/CryptAPI.php:3 40456 #: controllers/CryptAPI.php:353 421 457 msgid "" 422 458 "Selects the amount of time the user has to pay for the order. %1$s When " … … 432 468 "Aviso: %3$s Não aconselhamos mais de 1 Hora.\n" 433 469 434 #: controllers/CryptAPI.php:3 06470 #: controllers/CryptAPI.php:316 435 471 msgid "" 436 472 "Selects the color scheme of the plugin to match your website (Light, Dark " … … 440 476 " Escuro e Auto para detectar automaticamente)" 441 477 442 #: controllers/CryptAPI.php:13 32478 #: controllers/CryptAPI.php:1399 443 479 msgid "Service Fee" 444 480 msgstr "Taxas do Serviço" 445 481 446 #: controllers/CryptAPI.php:2 41482 #: controllers/CryptAPI.php:251 447 483 msgid "Service fee manager" 448 484 msgstr "Gestão das taxas do serviço" 449 485 450 #: controllers/CryptAPI.php:2 76486 #: controllers/CryptAPI.php:286 451 487 #| msgid "" 452 488 #| "Set the CryptAPI service fee you want to charge the costumer.<br><strong>" … … 462 498 "as taxas da CryptAPI total ou parcialmente)" 463 499 464 #: controllers/CryptAPI.php:2 23500 #: controllers/CryptAPI.php:233 465 501 msgid "Show CryptAPI branding" 466 502 msgstr "Mostrar marca da CryptAPI" 467 503 468 #: controllers/CryptAPI.php:2 25504 #: controllers/CryptAPI.php:235 469 505 msgid "Show CryptAPI logo and credits below the QR code" 470 506 msgstr "Mostrar logo da CryptAPI e créditos por baixo do Código QR" 471 507 472 #: controllers/CryptAPI.php:2 29508 #: controllers/CryptAPI.php:239 473 509 msgid "Show crypto logos in checkout" 474 510 msgstr "" 475 511 "Mostrar logotipos das cryptomoedas no checkout\n" 476 512 477 #: controllers/CryptAPI.php: 889513 #: controllers/CryptAPI.php:982 478 514 msgid "Show QR Code with value" 479 515 msgstr "Mostrar Código QR com o valor" 480 516 481 #: controllers/CryptAPI.php: 878 controllers/CryptAPI.php:907517 #: controllers/CryptAPI.php:970 controllers/CryptAPI.php:1002 482 518 msgid "Show QR Code without value" 483 519 msgstr "Mostrar Código QR com o valor" 484 520 485 #: controllers/CryptAPI.php: 971521 #: controllers/CryptAPI.php:1074 486 522 msgid "Show the QR code" 487 523 msgstr "Mostrar Código QR" 488 524 489 #: controllers/CryptAPI.php:2 81525 #: controllers/CryptAPI.php:291 490 526 msgid "Show the QR Code by default" 491 527 msgstr "Mostrar código QR por defeito" 492 528 493 #: controllers/CryptAPI.php: 929529 #: controllers/CryptAPI.php:1028 494 530 msgid "" 495 531 "So far you sent %1s. Please send a new payment to complete the order, as " … … 499 535 "conforme solicitado acima\n" 500 536 501 #: controllers/CryptAPI.php: 943537 #: controllers/CryptAPI.php:1042 502 538 #| msgid "The %1s conversion rate will be adjusted in %2s" 503 539 msgid "The %1s conversion rate will be adjusted in" … … 505 541 "A taxa de conversão %1s será ajustada em\n" 506 542 507 #: controllers/CryptAPI.php:3 26543 #: controllers/CryptAPI.php:336 508 544 msgid "" 509 545 "The system will automatically update the conversion value of the invoices " … … 521 557 "sendo que recomendamos que a mantenha em 5 minutos. %3$s\n" 522 558 523 #: controllers/CryptAPI.php:5 41559 #: controllers/CryptAPI.php:556 524 560 msgid "There was an error with the payment. Please try again." 525 561 msgstr "Ocorreu um erro com o pagamento. Por favor, tente novamente." 526 562 527 #: controllers/CryptAPI.php:2 12563 #: controllers/CryptAPI.php:222 528 564 msgid "This controls the title which the user sees during checkout." 529 565 msgstr "Controla o título que o seu cliente vê durante a encomenda." 530 566 531 #: controllers/CryptAPI.php: 965567 #: controllers/CryptAPI.php:1067 532 568 #| msgid "This order will be valid until %s" 533 569 msgid "This order will be valid for %s" … … 535 571 "Esta encomenda será válida por %s\n" 536 572 537 #: controllers/CryptAPI.php:2 37573 #: controllers/CryptAPI.php:247 538 574 msgid "This will add an estimation of the blockchain fee to the order value" 539 575 msgstr "" 540 576 "Isso adicionará uma estimativa da taxa de blockchain ao valor da encomenda" 541 577 542 #: controllers/CryptAPI.php:1 040578 #: controllers/CryptAPI.php:1145 543 579 msgid "Time" 544 580 msgstr "Tempo" 545 581 546 #: controllers/CryptAPI.php:2 10582 #: controllers/CryptAPI.php:220 547 583 msgid "Title" 548 584 msgstr "TÍtulo" 549 585 550 #: controllers/CryptAPI.php:7 16586 #: controllers/CryptAPI.php:794 controllers/CryptAPI.php:802 551 587 msgid "User sent a payment of" 552 588 msgstr "O cliente enviou pagamento de" 553 589 554 #: controllers/CryptAPI.php:1 041590 #: controllers/CryptAPI.php:1146 555 591 msgid "Value Paid" 556 592 msgstr "Valor Pago" 557 593 558 #: controllers/CryptAPI.php:5 31594 #: controllers/CryptAPI.php:546 559 595 msgid "Value too low, minimum is" 560 596 msgstr "O valor é demasiado pequeno, o mínimo é" 561 597 562 #: controllers/CryptAPI.php:1 062598 #: controllers/CryptAPI.php:1169 563 599 msgid "Waiting for network confirmation" 564 600 msgstr "Aguardando confirmação da rede" 565 601 566 #: controllers/CryptAPI.php:1 055602 #: controllers/CryptAPI.php:1161 567 603 msgid "Waiting for payment" 568 604 msgstr "Aguardando pagamento" 569 605 570 #: controllers/CryptAPI.php:3 45606 #: controllers/CryptAPI.php:358 571 607 #| msgid "" 572 608 #| "When this setting is enabled, the plugin will mark the order as " … … 581 617 "%2$s" 582 618 583 #: controllers/CryptAPI.php: 890619 #: controllers/CryptAPI.php:983 584 620 #| msgid "WITH AMMOUNT" 585 621 msgid "WITH AMOUNT" 586 622 msgstr "COM VALOR" 587 623 588 #: controllers/CryptAPI.php:1 025624 #: controllers/CryptAPI.php:1130 589 625 msgid "Your payment has been confirmed!" 590 626 msgstr "O seu pagamento foi confirmado!" 591 627 592 #: controllers/CryptAPI.php:1 014628 #: controllers/CryptAPI.php:1119 593 629 msgid "Your payment is being processed!" 594 630 msgstr "O seu pagamento está a ser processado!" -
cryptapi-payment-gateway-for-woocommerce/tags/4.7.10/languages/cryptapi-payment-gateway-for-woocommerce-pt_PT.po
r2797338 r2959171 11 11 "Content-Transfer-Encoding: 8bit\n" 12 12 "POT-Creation-Date: 2022-02-11T16:36:51+01:00\n" 13 "PO-Revision-Date: 202 2-09-23 10:30+0000\n"13 "PO-Revision-Date: 2023-08-25 18:00+0000\n" 14 14 "X-Generator: Loco https://localise.biz/\n" 15 15 "X-Domain: cryptapi\n" … … 18 18 "X-Loco-Version: 2.6.1; wp-6.0" 19 19 20 #: controllers/CryptAPI.php:3 5120 #: controllers/CryptAPI.php:364 21 21 #| msgid "" 22 22 #| "<b>Attention: This option will disable the price conversion for ALL " … … 39 39 "selecionada." 40 40 41 #: controllers/CryptAPI.php:334 41 #: controllers/CryptAPI.php:371 42 #| msgid "Insert here your BlockBee API Key. You can get one here: %1$s" 43 msgid "" 44 "(Optional) Insert here your BlockBee API Key. You can get one here: %1$s" 45 msgstr "" 46 "(Opcional) Insira aqui sua chave de API BlockBee. Você pode obter um aqui: " 47 "%1$s\n" 48 49 #: controllers/CryptAPI.php:347 42 50 msgid "1 Hour" 43 51 msgstr "1 Hora" 44 52 45 #: controllers/CryptAPI.php:3 3653 #: controllers/CryptAPI.php:349 46 54 msgid "12 Hours" 47 55 msgstr "12 Horas" 48 56 49 #: controllers/CryptAPI.php:337 57 #: controllers/CryptAPI.php:344 58 msgid "15 Minutes" 59 msgstr "15 Minutos" 60 61 #: controllers/CryptAPI.php:350 50 62 msgid "18 Hours" 51 63 msgstr "18 Horas" 52 64 53 #: controllers/CryptAPI.php:3 3865 #: controllers/CryptAPI.php:351 54 66 msgid "24 Hours" 55 67 msgstr "24 Horas" 56 68 57 #: controllers/CryptAPI.php:335 69 #: controllers/CryptAPI.php:345 70 msgid "30 Minutes" 71 msgstr "30 Minutos" 72 73 #: controllers/CryptAPI.php:346 74 msgid "45 Minutes" 75 msgstr "45 Minutos" 76 77 #: controllers/CryptAPI.php:348 58 78 msgid "6 Hours" 59 79 msgstr "6 Horas" 60 80 61 #: controllers/CryptAPI.php: 94681 #: controllers/CryptAPI.php:1046 62 82 msgid "a moment" 63 83 msgstr "um momento" … … 68 88 "Aceite pagamentos através de criptomoedas na sua loja online WooCommerce" 69 89 70 #: controllers/CryptAPI.php:2 3590 #: controllers/CryptAPI.php:245 71 91 msgid "Add the blockchain fee to the order" 72 92 msgstr "Adicionar a taxa da blockchain à encomenda" 73 93 74 #: controllers/CryptAPI.php: 879 controllers/CryptAPI.php:90894 #: controllers/CryptAPI.php:971 controllers/CryptAPI.php:1003 75 95 msgid "ADDRESS" 76 96 msgstr "ENDEREÇO" 77 97 78 #: controllers/CryptAPI.php:1 26298 #: controllers/CryptAPI.php:1325 79 99 msgid "Addresses" 80 100 msgstr "Endereços" 81 101 82 #: controllers/CryptAPI.php:3 55102 #: controllers/CryptAPI.php:368 83 103 msgid "API Key" 84 104 msgstr "Chave API " 85 105 86 #: controllers/CryptAPI.php:3 10106 #: controllers/CryptAPI.php:320 87 107 msgid "Auto" 88 108 msgstr "Auto" 89 109 90 #: controllers/CryptAPI.php:5 64110 #: controllers/CryptAPI.php:581 91 111 msgid "Awaiting payment" 92 112 msgstr "A aguardar pagamento" 93 113 94 #: controllers/CryptAPI.php:1372 114 #: controllers/CryptAPI.php:1502 115 msgid "Check for Callbacks" 116 msgstr "Verificar Callbacks" 117 118 #: controllers/CryptAPI.php:1439 95 119 msgid "Check your payment status" 96 120 msgstr "Verifique o estado do seu pagamento" 97 121 98 #: controllers/CryptAPI.php:981 122 #: controllers/CryptAPI.php:1511 123 msgid "Checking" 124 msgstr "Verificando" 125 126 #: controllers/CryptAPI.php:1084 99 127 msgid "Close QR CODE" 100 128 msgstr "Fechar Código QR" 101 129 102 #: controllers/CryptAPI.php:3 03130 #: controllers/CryptAPI.php:313 103 131 msgid "Color Scheme" 104 132 msgstr "Esquema de Cores" 105 133 106 #: controllers/CryptAPI.php:3 43134 #: controllers/CryptAPI.php:356 107 135 msgid "Completed status for virtual products" 108 136 msgstr "Status concluído para produtos virtuais" 109 137 110 #: controllers/CryptAPI.php: 924 controllers/CryptAPI.php:956138 #: controllers/CryptAPI.php:1021 controllers/CryptAPI.php:1057 111 139 msgid "COPIED!" 112 140 msgstr "COPIADO!" 113 141 114 #: controllers/CryptAPI.php: 923 controllers/CryptAPI.php:955142 #: controllers/CryptAPI.php:1019 controllers/CryptAPI.php:1055 115 143 msgid "COPY" 116 144 msgstr "COPIAR" … … 120 148 msgstr "cryptapi" 121 149 122 #: controllers/CryptAPI.php:1 6150 #: controllers/CryptAPI.php:17 123 151 msgid "CryptAPI allows customers to pay in cryptocurrency" 124 152 msgstr "CryptAPI permite que os seus clientes paguem em criptomoeda" … … 141 169 "download %s aqui." 142 170 143 #: controllers/CryptAPI.php:2 13171 #: controllers/CryptAPI.php:223 144 172 msgid "Cryptocurrency" 145 173 msgstr "Criptomoeda" 146 174 147 #: controllers/CryptAPI.php:3 09175 #: controllers/CryptAPI.php:319 148 176 msgid "Dark" 149 177 msgstr "Escuro" 150 178 151 #: controllers/CryptAPI.php: 296179 #: controllers/CryptAPI.php:306 152 180 #| msgid "Default Ammount" 153 181 msgid "Default Amount" 154 182 msgstr "Com Valor por Defeito" 155 183 156 #: controllers/CryptAPI.php: 295184 #: controllers/CryptAPI.php:305 157 185 #| msgid "Default Without Ammount" 158 186 msgid "Default Without Amount" 159 187 msgstr "Sem Valor por Defeito" 160 188 161 #: controllers/CryptAPI.php:2 17189 #: controllers/CryptAPI.php:227 162 190 msgid "Description" 163 191 msgstr "Descrição" 164 192 165 #: controllers/CryptAPI.php:3 49193 #: controllers/CryptAPI.php:362 166 194 msgid "Disable price conversion" 167 195 msgstr "Desativar conversão de preços" 168 196 169 #: controllers/CryptAPI.php:2 06197 #: controllers/CryptAPI.php:216 170 198 msgid "Enable CryptAPI Payments" 171 199 msgstr "Ativar pagamentos através da CryptAPI" 172 200 173 #: controllers/CryptAPI.php:2 31201 #: controllers/CryptAPI.php:241 174 202 msgid "" 175 203 "Enable this to show the cryptocurrencies logos in the checkout %1$s %2$s " … … 179 207 "Aviso: %3$s Pode quebrar em alguns modelos. Use por sua conta e risco.\n" 180 208 181 #: controllers/CryptAPI.php:2 04209 #: controllers/CryptAPI.php:214 182 210 msgid "Enabled" 183 211 msgstr "Ativado" 184 212 185 #: controllers/CryptAPI.php:3 20213 #: controllers/CryptAPI.php:330 186 214 msgid "Every 10 Minutes" 187 215 msgstr "Cada 10 Minutos" 188 216 189 #: controllers/CryptAPI.php:3 21217 #: controllers/CryptAPI.php:331 190 218 msgid "Every 15 Minutes" 191 219 msgstr "Cada 15 Minutos" 192 220 193 #: controllers/CryptAPI.php:3 22221 #: controllers/CryptAPI.php:332 194 222 msgid "Every 30 Minutes" 195 223 msgstr "Cada 30 Minutos" 196 224 197 #: controllers/CryptAPI.php:3 23225 #: controllers/CryptAPI.php:333 198 226 msgid "Every 45 Minutes" 199 227 msgstr "Cada 45 Minutos" 200 228 201 #: controllers/CryptAPI.php:3 19229 #: controllers/CryptAPI.php:329 202 230 msgid "Every 5 Minutes" 203 231 msgstr "Cada 5 Minutos" 204 232 205 #: controllers/CryptAPI.php:3 24233 #: controllers/CryptAPI.php:334 206 234 msgid "Every 60 Minutes" 207 235 msgstr "Cada 60 Minutos" 208 236 209 #: controllers/CryptAPI.php:1 042237 #: controllers/CryptAPI.php:1147 210 238 msgid "FIAT Value" 211 239 msgstr "Valor FIAT" 212 240 213 #: controllers/CryptAPI.php: 934241 #: controllers/CryptAPI.php:1033 214 242 msgid "" 215 243 "For technical reasons, the minimum amount for each transaction is %1s, so we " … … 219 247 "ajustamos o valor somando o restante." 220 248 221 #: controllers/CryptAPI.php: 297249 #: controllers/CryptAPI.php:307 222 250 #| msgid "Hide Ammount" 223 251 msgid "Hide Amount" 224 252 msgstr "Esconder Valor" 225 253 226 #: controllers/CryptAPI.php: 298254 #: controllers/CryptAPI.php:308 227 255 #| msgid "Hide Without Ammount" 228 256 msgid "Hide Without Amount" … … 237 265 msgstr "https://github.com/cryptapi/woocommerce-cryptapi" 238 266 239 #: controllers/CryptAPI.php:1264 267 #: controllers/CryptAPI.php:1498 268 msgid "" 269 "If the order is not being updated, your ISP is probably blocking our IPs " 270 "(%1$s and %2$s): please try to get them whitelisted and feel free to contact " 271 "us anytime to get support (link to our contact page). In the meantime you " 272 "can refresh the status of any payment by clicking this button below:" 273 msgstr "" 274 "Se o pedido não estiver sendo atualizado, o seu ISP provavelmente está " 275 "bloqueando nossos IPs (%1$s e %2$s): por favor, tente adicioná-los à lista " 276 "de permissões e sinta-se à vontade para entrar em contato conosco a qualquer " 277 "momento para obter suporte (link para a nossa página de contato). Enquanto " 278 "isso, você pode atualizar o status de qualquer pagamento clicando no botão " 279 "abaixo:" 280 281 #: controllers/CryptAPI.php:1327 240 282 msgid "" 241 283 "If you are using BlockBee you can choose if setting the receiving addresses " … … 253 295 "\"Address Override\" ao criar a API Key." 254 296 255 #: controllers/CryptAPI.php: 87297 #: controllers/CryptAPI.php:92 256 298 msgid "" 257 299 "If you enjoy this plugin please <b><a href='https://wordpress." … … 263 305 "post' target='_blank'>classifique e faça review</a></b>!" 264 306 265 #: controllers/CryptAPI.php:8 4307 #: controllers/CryptAPI.php:89 266 308 msgid "" 267 309 "If you need any help or have any suggestion, contact us via the <b>live " … … 275 317 "//discord.gg/cryptapi' target='_blank'>servidor Discord</a></b>" 276 318 277 #: controllers/CryptAPI.php:358 278 msgid "Insert here your BlockBee API Key. You can get one here: %1$s" 279 msgstr "" 280 "Insira aqui sua chave de API BlockBee. Você pode obter um aqui: %1$s\n" 281 282 #: controllers/CryptAPI.php:362 319 #: controllers/CryptAPI.php:375 283 320 msgid "" 284 321 "Insert your %s address here. Leave the checkbox unselected if you want to " … … 288 325 "não queira selecionar esta criptomoeda" 289 326 290 #: controllers/CryptAPI.php:3 08327 #: controllers/CryptAPI.php:318 291 328 msgid "Light" 292 329 msgstr "Claro" 293 330 294 #: controllers/CryptAPI.php:3 18 controllers/CryptAPI.php:333331 #: controllers/CryptAPI.php:328 controllers/CryptAPI.php:343 295 332 msgid "Never" 296 333 msgstr "Nunca" 297 334 298 #: controllers/CryptAPI.php: 934335 #: controllers/CryptAPI.php:1033 299 336 msgid "Notice" 300 337 msgstr "Aviso" 301 338 302 #: controllers/CryptAPI.php: 976339 #: controllers/CryptAPI.php:1079 303 340 msgid "Open QR CODE" 304 341 msgstr "Abrir Código QR" 305 342 306 #: controllers/CryptAPI.php:3 29343 #: controllers/CryptAPI.php:339 307 344 msgid "Order cancelation timeout" 308 345 msgstr "Tempo até que a encomenda seja cancelada" 309 346 310 #: controllers/CryptAPI.php:1 146347 #: controllers/CryptAPI.php:1210 311 348 msgid "Order cancelled due to lack of payment." 312 349 msgstr "Encomenda cancelada devido à falta de pagamento." 313 350 314 #: controllers/CryptAPI.php:1 035351 #: controllers/CryptAPI.php:1140 315 352 msgid "" 316 353 "Order has been cancelled due to lack of payment. Please don't send any " … … 320 357 "nenhum pagamento para o endereço." 321 358 322 #: controllers/CryptAPI.php: 964359 #: controllers/CryptAPI.php:1066 323 360 msgid "Order will be cancelled in less than a minute." 324 361 msgstr "A encomenda será cancelada em menos de um minuto." 325 362 326 #: controllers/CryptAPI.php:1 383363 #: controllers/CryptAPI.php:1450 327 364 msgid "Pay" 328 365 msgstr "Pagar" 329 366 330 #: controllers/CryptAPI.php:4 26367 #: controllers/CryptAPI.php:441 331 368 msgid "Pay with" 332 369 msgstr "Pagar com" 333 370 334 #: controllers/CryptAPI.php:1 069371 #: controllers/CryptAPI.php:1177 335 372 msgid "Payment confirmed" 336 373 msgstr "O pagamento foi confirmado" 337 374 338 #: controllers/CryptAPI.php:5 79375 #: controllers/CryptAPI.php:596 339 376 msgid "Payment could not be processed, please try again" 340 377 msgstr "Não foi possível processar o pagamento, por favor tente novamente." 341 378 342 #: controllers/CryptAPI.php: 755 controllers/CryptAPI.php:757379 #: controllers/CryptAPI.php:809 controllers/CryptAPI.php:811 343 380 msgid "Payment detected and confirmed. Customer still need to send" 344 381 msgstr "Pagamento detectado e confirmado. O cliente deverá ainda enviar" 345 382 346 #: controllers/CryptAPI.php:5 73383 #: controllers/CryptAPI.php:590 347 384 msgid "Payment error:" 348 385 msgstr "Erro no pagamento: " 349 386 350 #: controllers/CryptAPI.php:2 20387 #: controllers/CryptAPI.php:230 351 388 msgid "Payment method description that the customer will see on your checkout" 352 389 msgstr "Descrição do pagamento que o seu cliente verá no pagamento" 353 390 354 #: controllers/CryptAPI.php:4 76391 #: controllers/CryptAPI.php:491 355 392 msgid "Please choose a cryptocurrency" 356 393 msgstr "Por favor selecione uma criptomoeda" 357 394 358 #: controllers/CryptAPI.php:12 00395 #: controllers/CryptAPI.php:1263 359 396 msgid "Please renew your subscription" 360 397 msgstr "Por favor, renove a sua subscrição" … … 369 406 "estiver pronto/a: %2$s" 370 407 371 #: controllers/CryptAPI.php:4 15408 #: controllers/CryptAPI.php:429 372 409 msgid "Please select a Cryptocurrency" 373 410 msgstr "Por favor selecione uma Criptomoeda" 374 411 375 #: controllers/CryptAPI.php: 919412 #: controllers/CryptAPI.php:1014 376 413 msgid "PLEASE SEND" 377 414 msgstr "ENVIE" 378 415 379 #: controllers/CryptAPI.php:1 015416 #: controllers/CryptAPI.php:1120 380 417 msgid "Processing can take some time depending on the blockchain." 381 418 msgstr "O processamento poderá demorar algum tempo, dependendo da blockchain." 382 419 383 #: controllers/CryptAPI.php:2 79420 #: controllers/CryptAPI.php:289 384 421 msgid "QR Code by default" 385 422 msgstr "Código QR por defeito" 386 423 387 #: controllers/CryptAPI.php:2 88424 #: controllers/CryptAPI.php:298 388 425 msgid "QR code image size" 389 426 msgstr "Tamanho do Código QR" 390 427 391 #: controllers/CryptAPI.php:2 85428 #: controllers/CryptAPI.php:295 392 429 msgid "QR Code size" 393 430 msgstr "Tamanho do Código QR" 394 431 395 #: controllers/CryptAPI.php: 291432 #: controllers/CryptAPI.php:301 396 433 msgid "QR Code to show" 397 434 msgstr "" 398 435 "Código QR para mostrar\n" 399 436 400 #: controllers/CryptAPI.php: 862437 #: controllers/CryptAPI.php:953 401 438 msgid "QR Code with value" 402 439 msgstr "Código QR com o valor" 403 440 404 #: controllers/CryptAPI.php: 852 controllers/CryptAPI.php:904441 #: controllers/CryptAPI.php:943 controllers/CryptAPI.php:998 405 442 msgid "QR Code without value" 406 443 msgstr "Código QR sem o valor" 407 444 408 #: controllers/CryptAPI.php:3 14445 #: controllers/CryptAPI.php:324 409 446 msgid "Refresh converted value" 410 447 msgstr "Atualizar o valor convertido" 411 448 412 #: controllers/CryptAPI.php:3 00449 #: controllers/CryptAPI.php:310 413 450 msgid "" 414 451 "Select how you want to show the QR Code to the user. Either select a default " … … 418 455 "mostrar primeiro ou oculte um deles.\n" 419 456 420 #: controllers/CryptAPI.php:3 40457 #: controllers/CryptAPI.php:353 421 458 msgid "" 422 459 "Selects the amount of time the user has to pay for the order. %1$s When " … … 432 469 "Aviso: %3$s Não aconselhamos mais de 1 Hora.\n" 433 470 434 #: controllers/CryptAPI.php:3 06471 #: controllers/CryptAPI.php:316 435 472 msgid "" 436 473 "Selects the color scheme of the plugin to match your website (Light, Dark " … … 440 477 " Escuro e Auto para detectar automaticamente)" 441 478 442 #: controllers/CryptAPI.php:13 32479 #: controllers/CryptAPI.php:1399 443 480 msgid "Service Fee" 444 481 msgstr "Taxas do Serviço" 445 482 446 #: controllers/CryptAPI.php:2 41483 #: controllers/CryptAPI.php:251 447 484 msgid "Service fee manager" 448 485 msgstr "Gestão das taxas do serviço" 449 486 450 #: controllers/CryptAPI.php:2 76487 #: controllers/CryptAPI.php:286 451 488 #| msgid "" 452 489 #| "Set the CryptAPI service fee you want to charge the costumer.<br><strong>" … … 462 499 "as taxas da CryptAPI total ou parcialmente)" 463 500 464 #: controllers/CryptAPI.php:2 23501 #: controllers/CryptAPI.php:233 465 502 msgid "Show CryptAPI branding" 466 503 msgstr "Mostrar marca da CryptAPI" 467 504 468 #: controllers/CryptAPI.php:2 25505 #: controllers/CryptAPI.php:235 469 506 msgid "Show CryptAPI logo and credits below the QR code" 470 507 msgstr "Mostrar logo da CryptAPI e créditos por baixo do Código QR" 471 508 472 #: controllers/CryptAPI.php:2 29509 #: controllers/CryptAPI.php:239 473 510 msgid "Show crypto logos in checkout" 474 511 msgstr "" 475 512 "Mostrar logotipos das cryptomoedas no checkout\n" 476 513 477 #: controllers/CryptAPI.php: 889514 #: controllers/CryptAPI.php:982 478 515 msgid "Show QR Code with value" 479 516 msgstr "Mostrar Código QR com o valor" 480 517 481 #: controllers/CryptAPI.php: 878 controllers/CryptAPI.php:907518 #: controllers/CryptAPI.php:970 controllers/CryptAPI.php:1002 482 519 msgid "Show QR Code without value" 483 520 msgstr "Mostrar Código QR com o valor" 484 521 485 #: controllers/CryptAPI.php: 971522 #: controllers/CryptAPI.php:1074 486 523 msgid "Show the QR code" 487 524 msgstr "Mostrar Código QR" 488 525 489 #: controllers/CryptAPI.php:2 81526 #: controllers/CryptAPI.php:291 490 527 msgid "Show the QR Code by default" 491 528 msgstr "Mostrar código QR por defeito" 492 529 493 #: controllers/CryptAPI.php: 929530 #: controllers/CryptAPI.php:1028 494 531 msgid "" 495 532 "So far you sent %1s. Please send a new payment to complete the order, as " … … 499 536 "conforme solicitado acima\n" 500 537 501 #: controllers/CryptAPI.php: 943538 #: controllers/CryptAPI.php:1042 502 539 #| msgid "The %1s conversion rate will be adjusted in %2s" 503 540 msgid "The %1s conversion rate will be adjusted in" … … 505 542 "A taxa de conversão %1s será ajustada em\n" 506 543 507 #: controllers/CryptAPI.php:3 26544 #: controllers/CryptAPI.php:336 508 545 msgid "" 509 546 "The system will automatically update the conversion value of the invoices " … … 521 558 "sendo que recomendamos que a mantenha em 5 minutos. %3$s\n" 522 559 523 #: controllers/CryptAPI.php:5 41560 #: controllers/CryptAPI.php:556 524 561 msgid "There was an error with the payment. Please try again." 525 562 msgstr "Ocorreu um erro com o pagamento. Por favor, tente novamente." 526 563 527 #: controllers/CryptAPI.php:2 12564 #: controllers/CryptAPI.php:222 528 565 msgid "This controls the title which the user sees during checkout." 529 566 msgstr "Controla o título que o seu cliente vê durante a encomenda." 530 567 531 #: controllers/CryptAPI.php: 965568 #: controllers/CryptAPI.php:1067 532 569 #| msgid "This order will be valid until %s" 533 570 msgid "This order will be valid for %s" … … 535 572 "Esta encomenda será válida por %s\n" 536 573 537 #: controllers/CryptAPI.php:2 37574 #: controllers/CryptAPI.php:247 538 575 msgid "This will add an estimation of the blockchain fee to the order value" 539 576 msgstr "" 540 577 "Isso adicionará uma estimativa da taxa de blockchain ao valor da encomenda" 541 578 542 #: controllers/CryptAPI.php:1 040579 #: controllers/CryptAPI.php:1145 543 580 msgid "Time" 544 581 msgstr "Tempo" 545 582 546 #: controllers/CryptAPI.php:2 10583 #: controllers/CryptAPI.php:220 547 584 msgid "Title" 548 585 msgstr "TÍtulo" 549 586 550 #: controllers/CryptAPI.php:7 16587 #: controllers/CryptAPI.php:794 controllers/CryptAPI.php:802 551 588 msgid "User sent a payment of" 552 589 msgstr "O cliente enviou pagamento de" 553 590 554 #: controllers/CryptAPI.php:1 041591 #: controllers/CryptAPI.php:1146 555 592 msgid "Value Paid" 556 593 msgstr "Valor Pago" 557 594 558 #: controllers/CryptAPI.php:5 31595 #: controllers/CryptAPI.php:546 559 596 msgid "Value too low, minimum is" 560 597 msgstr "O valor é demasiado pequeno, o mínimo é" 561 598 562 #: controllers/CryptAPI.php:1 062599 #: controllers/CryptAPI.php:1169 563 600 msgid "Waiting for network confirmation" 564 601 msgstr "Aguardando confirmação da rede" 565 602 566 #: controllers/CryptAPI.php:1 055603 #: controllers/CryptAPI.php:1161 567 604 msgid "Waiting for payment" 568 605 msgstr "Aguardando pagamento" 569 606 570 #: controllers/CryptAPI.php:3 45607 #: controllers/CryptAPI.php:358 571 608 #| msgid "" 572 609 #| "When this setting is enabled, the plugin will mark the order as " … … 581 618 "%2$s" 582 619 583 #: controllers/CryptAPI.php: 890620 #: controllers/CryptAPI.php:983 584 621 #| msgid "WITH AMMOUNT" 585 622 msgid "WITH AMOUNT" 586 623 msgstr "COM VALOR" 587 624 588 #: controllers/CryptAPI.php:1 025625 #: controllers/CryptAPI.php:1130 589 626 msgid "Your payment has been confirmed!" 590 627 msgstr "O seu pagamento foi confirmado!" 591 628 592 #: controllers/CryptAPI.php:1 014629 #: controllers/CryptAPI.php:1119 593 630 msgid "Your payment is being processed!" 594 631 msgstr "O seu pagamento está a ser processado!" -
cryptapi-payment-gateway-for-woocommerce/tags/4.7.10/languages/cryptapi-payment-gateway-for-woocommerce.pot
r2797338 r2959171 1 # Copyright (C) 202 2cryptapi1 # Copyright (C) 2023 cryptapi 2 2 # This file is distributed under the MIT. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: CryptAPI Payment Gateway for WooCommerce 4. 6.2\n"6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cryptapi \n"5 "Project-Id-Version: CryptAPI Payment Gateway for WooCommerce 4.7.9\n" 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cryptapi-payment-gateway-for-woocommerce\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 8 8 "Language-Team: LANGUAGE <LL@li.org>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 202 2-09-23T12:20:13+02:00\n"12 "POT-Creation-Date: 2023-08-25T17:58:31+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2. 6.0\n"14 "X-Generator: WP-CLI 2.8.1\n" 15 15 "X-Domain: cryptapi\n" 16 16 … … 35 35 msgstr "" 36 36 37 #: controllers/CryptAPI.php:1 637 #: controllers/CryptAPI.php:17 38 38 msgid "CryptAPI allows customers to pay in cryptocurrency" 39 39 msgstr "" 40 40 41 #: controllers/CryptAPI.php:8 441 #: controllers/CryptAPI.php:89 42 42 msgid "If you need any help or have any suggestion, contact us via the <b>live chat</b> on our <b><a href='https://cryptapi.io' target='_blank'>website</a></b> or join our <b><a href='https://discord.gg/cryptapi' target='_blank'>Discord server</a></b>" 43 43 msgstr "" 44 44 45 #: controllers/CryptAPI.php: 8745 #: controllers/CryptAPI.php:92 46 46 msgid "If you enjoy this plugin please <b><a href='https://wordpress.org/support/plugin/cryptapi-payment-gateway-for-woocommerce/reviews/#new-post' target='_blank'>rate and review it</a></b>!" 47 47 msgstr "" 48 48 49 #: controllers/CryptAPI.php:2 0449 #: controllers/CryptAPI.php:214 50 50 msgid "Enabled" 51 51 msgstr "" 52 52 53 #: controllers/CryptAPI.php:2 0653 #: controllers/CryptAPI.php:216 54 54 msgid "Enable CryptAPI Payments" 55 55 msgstr "" 56 56 57 #: controllers/CryptAPI.php:2 1057 #: controllers/CryptAPI.php:220 58 58 msgid "Title" 59 59 msgstr "" 60 60 61 #: controllers/CryptAPI.php:2 1261 #: controllers/CryptAPI.php:222 62 62 msgid "This controls the title which the user sees during checkout." 63 63 msgstr "" 64 64 65 #: controllers/CryptAPI.php:2 1365 #: controllers/CryptAPI.php:223 66 66 msgid "Cryptocurrency" 67 67 msgstr "" 68 68 69 #: controllers/CryptAPI.php:2 1769 #: controllers/CryptAPI.php:227 70 70 msgid "Description" 71 71 msgstr "" 72 72 73 #: controllers/CryptAPI.php:2 2073 #: controllers/CryptAPI.php:230 74 74 msgid "Payment method description that the customer will see on your checkout" 75 75 msgstr "" 76 76 77 #: controllers/CryptAPI.php:2 2377 #: controllers/CryptAPI.php:233 78 78 msgid "Show CryptAPI branding" 79 79 msgstr "" 80 80 81 #: controllers/CryptAPI.php:2 2581 #: controllers/CryptAPI.php:235 82 82 msgid "Show CryptAPI logo and credits below the QR code" 83 83 msgstr "" 84 84 85 #: controllers/CryptAPI.php:2 2985 #: controllers/CryptAPI.php:239 86 86 msgid "Show crypto logos in checkout" 87 87 msgstr "" 88 88 89 #: controllers/CryptAPI.php:2 3189 #: controllers/CryptAPI.php:241 90 90 msgid "Enable this to show the cryptocurrencies logos in the checkout %1$s %2$s Notice: %3$s It may break in some templates. Use at your own risk." 91 91 msgstr "" 92 92 93 #: controllers/CryptAPI.php:2 3593 #: controllers/CryptAPI.php:245 94 94 msgid "Add the blockchain fee to the order" 95 95 msgstr "" 96 96 97 #: controllers/CryptAPI.php:2 3797 #: controllers/CryptAPI.php:247 98 98 msgid "This will add an estimation of the blockchain fee to the order value" 99 99 msgstr "" 100 100 101 #: controllers/CryptAPI.php:2 41101 #: controllers/CryptAPI.php:251 102 102 msgid "Service fee manager" 103 103 msgstr "" 104 104 105 #: controllers/CryptAPI.php:2 76105 #: controllers/CryptAPI.php:286 106 106 msgid "Set the CryptAPI service fee you want to charge the costumer. %1$s %2$s Note: %3$s Fee you want to charge your costumers (to cover CryptAPI's fees fully or partially)." 107 107 msgstr "" 108 108 109 #: controllers/CryptAPI.php:2 79109 #: controllers/CryptAPI.php:289 110 110 msgid "QR Code by default" 111 111 msgstr "" 112 112 113 #: controllers/CryptAPI.php:2 81113 #: controllers/CryptAPI.php:291 114 114 msgid "Show the QR Code by default" 115 115 msgstr "" 116 116 117 #: controllers/CryptAPI.php:2 85117 #: controllers/CryptAPI.php:295 118 118 msgid "QR Code size" 119 119 msgstr "" 120 120 121 #: controllers/CryptAPI.php:2 88121 #: controllers/CryptAPI.php:298 122 122 msgid "QR code image size" 123 123 msgstr "" 124 124 125 #: controllers/CryptAPI.php: 291125 #: controllers/CryptAPI.php:301 126 126 msgid "QR Code to show" 127 127 msgstr "" 128 128 129 #: controllers/CryptAPI.php: 295129 #: controllers/CryptAPI.php:305 130 130 msgid "Default Without Amount" 131 131 msgstr "" 132 132 133 #: controllers/CryptAPI.php: 296133 #: controllers/CryptAPI.php:306 134 134 msgid "Default Amount" 135 135 msgstr "" 136 136 137 #: controllers/CryptAPI.php: 297137 #: controllers/CryptAPI.php:307 138 138 msgid "Hide Amount" 139 139 msgstr "" 140 140 141 #: controllers/CryptAPI.php: 298141 #: controllers/CryptAPI.php:308 142 142 msgid "Hide Without Amount" 143 143 msgstr "" 144 144 145 #: controllers/CryptAPI.php:3 00145 #: controllers/CryptAPI.php:310 146 146 msgid "Select how you want to show the QR Code to the user. Either select a default to show first, or hide one of them." 147 147 msgstr "" 148 148 149 #: controllers/CryptAPI.php:3 03149 #: controllers/CryptAPI.php:313 150 150 msgid "Color Scheme" 151 151 msgstr "" 152 152 153 #: controllers/CryptAPI.php:3 06153 #: controllers/CryptAPI.php:316 154 154 msgid "Selects the color scheme of the plugin to match your website (Light, Dark and Auto to automatically detect it)" 155 155 msgstr "" 156 156 157 #: controllers/CryptAPI.php:3 08157 #: controllers/CryptAPI.php:318 158 158 msgid "Light" 159 159 msgstr "" 160 160 161 #: controllers/CryptAPI.php:3 09161 #: controllers/CryptAPI.php:319 162 162 msgid "Dark" 163 163 msgstr "" 164 164 165 #: controllers/CryptAPI.php:3 10165 #: controllers/CryptAPI.php:320 166 166 msgid "Auto" 167 167 msgstr "" 168 168 169 #: controllers/CryptAPI.php:3 14169 #: controllers/CryptAPI.php:324 170 170 msgid "Refresh converted value" 171 171 msgstr "" 172 172 173 #: controllers/CryptAPI.php:318 173 #: controllers/CryptAPI.php:328 174 #: controllers/CryptAPI.php:343 175 msgid "Never" 176 msgstr "" 177 178 #: controllers/CryptAPI.php:329 179 msgid "Every 5 Minutes" 180 msgstr "" 181 182 #: controllers/CryptAPI.php:330 183 msgid "Every 10 Minutes" 184 msgstr "" 185 186 #: controllers/CryptAPI.php:331 187 msgid "Every 15 Minutes" 188 msgstr "" 189 190 #: controllers/CryptAPI.php:332 191 msgid "Every 30 Minutes" 192 msgstr "" 193 174 194 #: controllers/CryptAPI.php:333 175 msgid "Never"176 msgstr ""177 178 #: controllers/CryptAPI.php:319179 msgid "Every 5 Minutes"180 msgstr ""181 182 #: controllers/CryptAPI.php:320183 msgid "Every 10 Minutes"184 msgstr ""185 186 #: controllers/CryptAPI.php:321187 msgid "Every 15 Minutes"188 msgstr ""189 190 #: controllers/CryptAPI.php:322191 msgid "Every 30 Minutes"192 msgstr ""193 194 #: controllers/CryptAPI.php:323195 195 msgid "Every 45 Minutes" 196 196 msgstr "" 197 197 198 #: controllers/CryptAPI.php:3 24198 #: controllers/CryptAPI.php:334 199 199 msgid "Every 60 Minutes" 200 200 msgstr "" 201 201 202 #: controllers/CryptAPI.php:3 26202 #: controllers/CryptAPI.php:336 203 203 msgid "The system will automatically update the conversion value of the invoices (with real-time data), every X minutes. %1$s This feature is helpful whenever a customer takes long time to pay a generated invoice and the selected crypto a volatile coin/token (not stable coin). %1$s %4$s Warning: %3$s Setting this setting to none might create conversion issues, as we advise you to keep it at 5 minutes. %3$s" 204 204 msgstr "" 205 205 206 #: controllers/CryptAPI.php:3 29206 #: controllers/CryptAPI.php:339 207 207 msgid "Order cancelation timeout" 208 208 msgstr "" 209 209 210 #: controllers/CryptAPI.php:334 210 #: controllers/CryptAPI.php:344 211 msgid "15 Minutes" 212 msgstr "" 213 214 #: controllers/CryptAPI.php:345 215 msgid "30 Minutes" 216 msgstr "" 217 218 #: controllers/CryptAPI.php:346 219 msgid "45 Minutes" 220 msgstr "" 221 222 #: controllers/CryptAPI.php:347 211 223 msgid "1 Hour" 212 224 msgstr "" 213 225 214 #: controllers/CryptAPI.php:3 35226 #: controllers/CryptAPI.php:348 215 227 msgid "6 Hours" 216 228 msgstr "" 217 229 218 #: controllers/CryptAPI.php:3 36230 #: controllers/CryptAPI.php:349 219 231 msgid "12 Hours" 220 232 msgstr "" 221 233 222 #: controllers/CryptAPI.php:3 37234 #: controllers/CryptAPI.php:350 223 235 msgid "18 Hours" 224 236 msgstr "" 225 237 226 #: controllers/CryptAPI.php:3 38238 #: controllers/CryptAPI.php:351 227 239 msgid "24 Hours" 228 240 msgstr "" 229 241 230 #: controllers/CryptAPI.php:3 40242 #: controllers/CryptAPI.php:353 231 243 msgid "Selects the amount of time the user has to pay for the order. %1$s When this time is over, order will be marked as \"Cancelled\" and every paid value will be ignored. %1$s %2$s Notice: %3$s If the user still sends money to the generated address, value will still be redirected to you. %1$s %4$s Warning: %3$s We do not advice more than 1 Hour." 232 244 msgstr "" 233 245 234 #: controllers/CryptAPI.php:3 43246 #: controllers/CryptAPI.php:356 235 247 msgid "Completed status for virtual products" 236 248 msgstr "" 237 249 238 #: controllers/CryptAPI.php:3 45250 #: controllers/CryptAPI.php:358 239 251 msgid "When this setting is enabled, the plugin will mark the order as \"completed\" then payment is received. %1$s Only for virtual products %2$s." 240 252 msgstr "" 241 253 242 #: controllers/CryptAPI.php:3 49254 #: controllers/CryptAPI.php:362 243 255 msgid "Disable price conversion" 244 256 msgstr "" 245 257 246 #: controllers/CryptAPI.php:3 51258 #: controllers/CryptAPI.php:364 247 259 msgid "%2$s Attention: This option will disable the price conversion for ALL cryptocurrencies! %3$s %1$s If you check this, pricing will not be converted from the currency of your shop to the cryptocurrency selected by the user, and users will be requested to pay the same value as shown on your shop, regardless of the cryptocurrency selected" 248 260 msgstr "" 249 261 250 #: controllers/CryptAPI.php:3 55262 #: controllers/CryptAPI.php:368 251 263 msgid "API Key" 252 264 msgstr "" 253 265 254 #: controllers/CryptAPI.php:3 58255 msgid " Insert here your BlockBee API Key. You can get one here: %1$s"256 msgstr "" 257 258 #: controllers/CryptAPI.php:3 62266 #: controllers/CryptAPI.php:371 267 msgid "(Optional) Insert here your BlockBee API Key. You can get one here: %1$s" 268 msgstr "" 269 270 #: controllers/CryptAPI.php:375 259 271 msgid "Insert your %s address here. Leave the checkbox unselected if you want to skip this cryptocurrency" 260 272 msgstr "" 261 273 262 #: controllers/CryptAPI.php:4 15274 #: controllers/CryptAPI.php:429 263 275 msgid "Please select a Cryptocurrency" 264 276 msgstr "" 265 277 266 #: controllers/CryptAPI.php:4 26278 #: controllers/CryptAPI.php:441 267 279 msgid "Pay with" 268 280 msgstr "" 269 281 270 #: controllers/CryptAPI.php:4 76282 #: controllers/CryptAPI.php:491 271 283 msgid "Please choose a cryptocurrency" 272 284 msgstr "" 273 285 274 #: controllers/CryptAPI.php:5 31286 #: controllers/CryptAPI.php:546 275 287 msgid "Value too low, minimum is" 276 288 msgstr "" 277 289 278 #: controllers/CryptAPI.php:5 41290 #: controllers/CryptAPI.php:556 279 291 msgid "There was an error with the payment. Please try again." 280 292 msgstr "" 281 293 282 #: controllers/CryptAPI.php:5 64294 #: controllers/CryptAPI.php:581 283 295 msgid "Awaiting payment" 284 296 msgstr "" 285 297 286 #: controllers/CryptAPI.php:5 73298 #: controllers/CryptAPI.php:590 287 299 msgid "Payment error:" 288 300 msgstr "" 289 301 290 #: controllers/CryptAPI.php:5 79302 #: controllers/CryptAPI.php:596 291 303 msgid "Payment could not be processed, please try again" 292 304 msgstr "" 293 305 294 #: controllers/CryptAPI.php:716 306 #: controllers/CryptAPI.php:794 307 #: controllers/CryptAPI.php:802 295 308 msgid "User sent a payment of" 296 309 msgstr "" 297 310 298 #: controllers/CryptAPI.php: 755299 #: controllers/CryptAPI.php: 757311 #: controllers/CryptAPI.php:809 312 #: controllers/CryptAPI.php:811 300 313 msgid "Payment detected and confirmed. Customer still need to send" 301 314 msgstr "" 302 315 303 #: controllers/CryptAPI.php: 852304 #: controllers/CryptAPI.php:9 04316 #: controllers/CryptAPI.php:943 317 #: controllers/CryptAPI.php:998 305 318 msgid "QR Code without value" 306 319 msgstr "" 307 320 308 #: controllers/CryptAPI.php: 862321 #: controllers/CryptAPI.php:953 309 322 msgid "QR Code with value" 310 323 msgstr "" 311 324 312 #: controllers/CryptAPI.php: 878313 #: controllers/CryptAPI.php: 907325 #: controllers/CryptAPI.php:970 326 #: controllers/CryptAPI.php:1002 314 327 msgid "Show QR Code without value" 315 328 msgstr "" 316 329 317 #: controllers/CryptAPI.php: 879318 #: controllers/CryptAPI.php: 908330 #: controllers/CryptAPI.php:971 331 #: controllers/CryptAPI.php:1003 319 332 msgid "ADDRESS" 320 333 msgstr "" 321 334 322 #: controllers/CryptAPI.php: 889335 #: controllers/CryptAPI.php:982 323 336 msgid "Show QR Code with value" 324 337 msgstr "" 325 338 326 #: controllers/CryptAPI.php: 890339 #: controllers/CryptAPI.php:983 327 340 msgid "WITH AMOUNT" 328 341 msgstr "" 329 342 330 #: controllers/CryptAPI.php: 919343 #: controllers/CryptAPI.php:1014 331 344 msgid "PLEASE SEND" 332 345 msgstr "" 333 346 334 #: controllers/CryptAPI.php: 923335 #: controllers/CryptAPI.php: 955347 #: controllers/CryptAPI.php:1019 348 #: controllers/CryptAPI.php:1055 336 349 msgid "COPY" 337 350 msgstr "" 338 351 339 #: controllers/CryptAPI.php: 924340 #: controllers/CryptAPI.php: 956352 #: controllers/CryptAPI.php:1021 353 #: controllers/CryptAPI.php:1057 341 354 msgid "COPIED!" 342 355 msgstr "" 343 356 344 #: controllers/CryptAPI.php: 929357 #: controllers/CryptAPI.php:1028 345 358 msgid "So far you sent %1s. Please send a new payment to complete the order, as requested above" 346 359 msgstr "" 347 360 348 #: controllers/CryptAPI.php: 934361 #: controllers/CryptAPI.php:1033 349 362 msgid "Notice" 350 363 msgstr "" 351 364 352 #: controllers/CryptAPI.php: 934365 #: controllers/CryptAPI.php:1033 353 366 msgid "For technical reasons, the minimum amount for each transaction is %1s, so we adjusted the value by adding the remaining to it." 354 367 msgstr "" 355 368 356 #: controllers/CryptAPI.php: 943369 #: controllers/CryptAPI.php:1042 357 370 msgid "The %1s conversion rate will be adjusted in" 358 371 msgstr "" 359 372 360 #: controllers/CryptAPI.php: 946373 #: controllers/CryptAPI.php:1046 361 374 msgid "a moment" 362 375 msgstr "" 363 376 364 #: controllers/CryptAPI.php: 964377 #: controllers/CryptAPI.php:1066 365 378 msgid "Order will be cancelled in less than a minute." 366 379 msgstr "" 367 380 368 #: controllers/CryptAPI.php: 965381 #: controllers/CryptAPI.php:1067 369 382 msgid "This order will be valid for %s" 370 383 msgstr "" 371 384 372 #: controllers/CryptAPI.php: 971385 #: controllers/CryptAPI.php:1074 373 386 msgid "Show the QR code" 374 387 msgstr "" 375 388 376 #: controllers/CryptAPI.php: 976389 #: controllers/CryptAPI.php:1079 377 390 msgid "Open QR CODE" 378 391 msgstr "" 379 392 380 #: controllers/CryptAPI.php: 981393 #: controllers/CryptAPI.php:1084 381 394 msgid "Close QR CODE" 382 395 msgstr "" 383 396 384 #: controllers/CryptAPI.php:1 014397 #: controllers/CryptAPI.php:1119 385 398 msgid "Your payment is being processed!" 386 399 msgstr "" 387 400 388 #: controllers/CryptAPI.php:1 015401 #: controllers/CryptAPI.php:1120 389 402 msgid "Processing can take some time depending on the blockchain." 390 403 msgstr "" 391 404 392 #: controllers/CryptAPI.php:1 025405 #: controllers/CryptAPI.php:1130 393 406 msgid "Your payment has been confirmed!" 394 407 msgstr "" 395 408 396 #: controllers/CryptAPI.php:1 035409 #: controllers/CryptAPI.php:1140 397 410 msgid "Order has been cancelled due to lack of payment. Please don't send any payment to the address." 398 411 msgstr "" 399 412 400 #: controllers/CryptAPI.php:1 040413 #: controllers/CryptAPI.php:1145 401 414 msgid "Time" 402 415 msgstr "" 403 416 404 #: controllers/CryptAPI.php:1 041417 #: controllers/CryptAPI.php:1146 405 418 msgid "Value Paid" 406 419 msgstr "" 407 420 408 #: controllers/CryptAPI.php:1 042421 #: controllers/CryptAPI.php:1147 409 422 msgid "FIAT Value" 410 423 msgstr "" 411 424 412 #: controllers/CryptAPI.php:1 055425 #: controllers/CryptAPI.php:1161 413 426 msgid "Waiting for payment" 414 427 msgstr "" 415 428 416 #: controllers/CryptAPI.php:1 062429 #: controllers/CryptAPI.php:1169 417 430 msgid "Waiting for network confirmation" 418 431 msgstr "" 419 432 420 #: controllers/CryptAPI.php:1 069433 #: controllers/CryptAPI.php:1177 421 434 msgid "Payment confirmed" 422 435 msgstr "" 423 436 424 #: controllers/CryptAPI.php:1 146437 #: controllers/CryptAPI.php:1210 425 438 msgid "Order cancelled due to lack of payment." 426 439 msgstr "" 427 440 428 #: controllers/CryptAPI.php:12 00441 #: controllers/CryptAPI.php:1263 429 442 msgid "Please renew your subscription" 430 443 msgstr "" 431 444 432 #: controllers/CryptAPI.php:1 262445 #: controllers/CryptAPI.php:1325 433 446 msgid "Addresses" 434 447 msgstr "" 435 448 436 #: controllers/CryptAPI.php:1 264449 #: controllers/CryptAPI.php:1327 437 450 msgid "If you are using BlockBee you can choose if setting the receiving addresses here bellow or in your BlockBee settings page. %1$s - In order to set the addresses on plugin settings, you need to select “Address Override” while creating the API key. %1$s - In order to set the addresses on BlockBee settings, you need to NOT select “Address Override” while creating the API key." 438 451 msgstr "" 439 452 440 #: controllers/CryptAPI.php:13 32453 #: controllers/CryptAPI.php:1399 441 454 msgid "Service Fee" 442 455 msgstr "" 443 456 444 #: controllers/CryptAPI.php:1 372457 #: controllers/CryptAPI.php:1439 445 458 msgid "Check your payment status" 446 459 msgstr "" 447 460 448 #: controllers/CryptAPI.php:1 383461 #: controllers/CryptAPI.php:1450 449 462 msgid "Pay" 463 msgstr "" 464 465 #: controllers/CryptAPI.php:1498 466 msgid "If the order is not being updated, your ISP is probably blocking our IPs (%1$s and %2$s): please try to get them whitelisted and feel free to contact us anytime to get support (link to our contact page). In the meantime you can refresh the status of any payment by clicking this button below:" 467 msgstr "" 468 469 #: controllers/CryptAPI.php:1502 470 msgid "Check for Callbacks" 471 msgstr "" 472 473 #: controllers/CryptAPI.php:1511 474 msgid "Checking" 450 475 msgstr "" 451 476 -
cryptapi-payment-gateway-for-woocommerce/tags/4.7.10/readme.txt
r2957840 r2959171 4 4 Requires at least: 5 5 5 Tested up to: 6.3 6 Stable tag: 4.7. 96 Stable tag: 4.7.10 7 7 Requires PHP: 7.2 8 8 WC requires at least: 5.8 … … 354 354 * Minor fixes 355 355 356 = 4.7.10 = 357 * Add new choices for order cancellation. 358 359 356 360 == Upgrade Notice == 357 361 -
cryptapi-payment-gateway-for-woocommerce/trunk/CryptAPI.php
r2957840 r2959171 4 4 Plugin URI: https://github.com/cryptapi/woocommerce-cryptapi 5 5 Description: Accept cryptocurrency payments on your WooCommerce website 6 Version: 4.7. 96 Version: 4.7.10 7 7 Requires at least: 5 8 8 Tested up to: 6.3 -
cryptapi-payment-gateway-for-woocommerce/trunk/README.md
r2957840 r2959171 356 356 * Minor fixes 357 357 358 #### 4.7.10 359 * Add new choices for order cancellation. 360 358 361 ### Upgrade Notice 359 362 #### 4.3 -
cryptapi-payment-gateway-for-woocommerce/trunk/controllers/CryptAPI.php
r2957840 r2959171 342 342 'options' => array( 343 343 '0' => esc_attr(__('Never', 'cryptapi')), 344 '900' => esc_attr(__('15 Minutes', 'cryptapi')), 345 '1800' => esc_attr(__('30 Minutes', 'cryptapi')), 346 '2700' => esc_attr(__('45 Minutes', 'cryptapi')), 344 347 '3600' => esc_attr(__('1 Hour', 'cryptapi')), 345 348 '21600' => esc_attr(__('6 Hours', 'cryptapi')), -
cryptapi-payment-gateway-for-woocommerce/trunk/define.php
r2957840 r2959171 1 1 <?php 2 2 3 define('CRYPTAPI_PLUGIN_VERSION', '4.7. 9');3 define('CRYPTAPI_PLUGIN_VERSION', '4.7.10'); 4 4 define('CRYPTAPI_PLUGIN_PATH', plugin_dir_path(__FILE__)); 5 5 define('CRYPTAPI_PLUGIN_URL', plugin_dir_url(__FILE__)); -
cryptapi-payment-gateway-for-woocommerce/trunk/languages/cryptapi-payment-gateway-for-woocommerce-es_ES.po
r2797338 r2959171 11 11 "Content-Transfer-Encoding: 8bit\n" 12 12 "POT-Creation-Date: 2022-09-23T12:20:13+02:00\n" 13 "PO-Revision-Date: 202 2-09-23 10:44+0000\n"13 "PO-Revision-Date: 2023-08-25 18:01+0000\n" 14 14 "X-Generator: Loco https://localise.biz/\n" 15 15 "X-Domain: cryptapi\n" … … 18 18 "X-Loco-Version: 2.6.2; wp-6.0.2" 19 19 20 #: controllers/CryptAPI.php:364 21 msgid "" 22 "%2$s Attention: This option will disable the price conversion for ALL " 23 "cryptocurrencies! %3$s %1$s If you check this, pricing will not be converted " 24 "from the currency of your shop to the cryptocurrency selected by the user, " 25 "and users will be requested to pay the same value as shown on your shop, " 26 "regardless of the cryptocurrency selected" 27 msgstr "" 28 "%2$s Atención: ¡Esta opción deshabilitará la conversión de precios para " 29 "TODAS las criptomonedas! %3$s %1$s Si marca esto, el precio no se convertirá " 30 "de la moneda de su tienda a la criptomoneda seleccionada por el usuario, y " 31 "se les pedirá a los usuarios que paguen el mismo valor que se muestra en su " 32 "tienda, independientemente de la criptomoneda seleccionada\n" 33 34 #: controllers/CryptAPI.php:371 35 #| msgid "Insert here your BlockBee API Key. You can get one here: %1$s" 36 msgid "" 37 "(Optional) Insert here your BlockBee API Key. You can get one here: %1$s" 38 msgstr "" 39 "(Opcional) Inserte aquí su clave API de BlockBee. Puedes conseguir uno aquí: " 40 "%1$s\n" 41 42 #: controllers/CryptAPI.php:347 43 msgid "1 Hour" 44 msgstr "" 45 "1 hora\n" 46 47 #: controllers/CryptAPI.php:349 48 msgid "12 Hours" 49 msgstr "" 50 "12 Horas\n" 51 52 #: controllers/CryptAPI.php:344 53 msgid "15 Minutes" 54 msgstr "15 Minutos" 55 56 #: controllers/CryptAPI.php:350 57 msgid "18 Hours" 58 msgstr "" 59 "18 Horas\n" 60 61 #: controllers/CryptAPI.php:351 62 msgid "24 Hours" 63 msgstr "24 Horas" 64 65 #: controllers/CryptAPI.php:345 66 msgid "30 Minutes" 67 msgstr "30 Minutos" 68 69 #: controllers/CryptAPI.php:346 70 msgid "45 Minutes" 71 msgstr "45 Minutos" 72 73 #: controllers/CryptAPI.php:348 74 msgid "6 Hours" 75 msgstr "6 Horas" 76 77 #: controllers/CryptAPI.php:1046 78 msgid "a moment" 79 msgstr "" 80 "un momento\n" 81 82 #. Description of the plugin 83 msgid "Accept cryptocurrency payments on your WooCommerce website" 84 msgstr "" 85 "Acepte pagos en criptomonedas en su sitio web de WooCommerce\n" 86 87 #: controllers/CryptAPI.php:245 88 msgid "Add the blockchain fee to the order" 89 msgstr "" 90 "Agregue la tarifa de blockchain al pedido\n" 91 92 #: controllers/CryptAPI.php:971 controllers/CryptAPI.php:1003 93 msgid "ADDRESS" 94 msgstr "" 95 "DIRECCIÓN\n" 96 97 #: controllers/CryptAPI.php:1325 98 msgid "Addresses" 99 msgstr "" 100 "Direcciones\n" 101 102 #: controllers/CryptAPI.php:368 103 msgid "API Key" 104 msgstr "" 105 "Clave API\n" 106 107 #: controllers/CryptAPI.php:320 108 msgid "Auto" 109 msgstr "Auto" 110 111 #: controllers/CryptAPI.php:581 112 msgid "Awaiting payment" 113 msgstr "" 114 "En espera de pago\n" 115 116 #: controllers/CryptAPI.php:1502 117 msgid "Check for Callbacks" 118 msgstr "Compruebe las Devoluciones de Llamada" 119 120 #: controllers/CryptAPI.php:1439 121 msgid "Check your payment status" 122 msgstr "" 123 "Consulta el estado de tu pago\n" 124 125 #: controllers/CryptAPI.php:1511 126 msgid "Checking" 127 msgstr "Verificación" 128 129 #: controllers/CryptAPI.php:1084 130 msgid "Close QR CODE" 131 msgstr "" 132 "Cerrar CÓDIGO QR\n" 133 134 #: controllers/CryptAPI.php:313 135 msgid "Color Scheme" 136 msgstr "" 137 "Esquema de Colores\n" 138 139 #: controllers/CryptAPI.php:356 140 msgid "Completed status for virtual products" 141 msgstr "" 142 "Estado completado para productos virtuales\n" 143 144 #: controllers/CryptAPI.php:1021 controllers/CryptAPI.php:1057 145 msgid "COPIED!" 146 msgstr "¡COPIADO!" 147 148 #: controllers/CryptAPI.php:1019 controllers/CryptAPI.php:1055 149 msgid "COPY" 150 msgstr "COPIAR" 151 152 #. Author of the plugin 153 msgid "cryptapi" 154 msgstr "cryptapi" 155 156 #: controllers/CryptAPI.php:17 157 msgid "CryptAPI allows customers to pay in cryptocurrency" 158 msgstr "CryptAPI allows customers to pay in cryptocurrency" 159 20 160 #. Plugin Name of the plugin 21 161 msgid "CryptAPI Payment Gateway for WooCommerce" 22 162 msgstr "CryptAPI Payment Gateway for WooCommerce" 23 163 164 #: CryptAPI.php:26 165 msgid "" 166 "CryptAPI requires PHP's BCMath extension. You can know more about it %s." 167 msgstr "" 168 "CryptAPI requiere la extensión BCMath de PHP. Puedes saber más al respecto " 169 "%s.\n" 170 171 #: CryptAPI.php:21 172 msgid "" 173 "CryptAPI requires WooCommerce to be installed and active. You can download " 174 "%s here." 175 msgstr "" 176 "CryptAPI requiere que WooCommerce esté instalado y activo. Puede descargar " 177 "%s aquí.\n" 178 179 #: controllers/CryptAPI.php:223 180 msgid "Cryptocurrency" 181 msgstr "" 182 "Criptomoneda\n" 183 184 #: controllers/CryptAPI.php:319 185 msgid "Dark" 186 msgstr "Oscuro" 187 188 #: controllers/CryptAPI.php:306 189 msgid "Default Amount" 190 msgstr "" 191 "Predeterminado Con Valor\n" 192 193 #: controllers/CryptAPI.php:305 194 msgid "Default Without Amount" 195 msgstr "" 196 "Predeterminado Sin Valor\n" 197 198 #: controllers/CryptAPI.php:227 199 msgid "Description" 200 msgstr "" 201 "Descripción\n" 202 203 #: controllers/CryptAPI.php:362 204 msgid "Disable price conversion" 205 msgstr "" 206 "Deshabilitar la conversión de precios\n" 207 208 #: controllers/CryptAPI.php:216 209 msgid "Enable CryptAPI Payments" 210 msgstr "" 211 "Habilitar pagos de CryptAPI\n" 212 213 #: controllers/CryptAPI.php:241 214 msgid "" 215 "Enable this to show the cryptocurrencies logos in the checkout %1$s %2$s " 216 "Notice: %3$s It may break in some templates. Use at your own risk." 217 msgstr "" 218 "Habilite esto para mostrar los logotipos de criptomonedas en el pago %1$s " 219 "%2$s Aviso: %3$s Puede fallar en algunas plantillas. Úselo bajo su propio " 220 "riesgo.\n" 221 222 #: controllers/CryptAPI.php:214 223 msgid "Enabled" 224 msgstr "Activado" 225 226 #: controllers/CryptAPI.php:330 227 msgid "Every 10 Minutes" 228 msgstr "" 229 "Cada 10 minutos\n" 230 231 #: controllers/CryptAPI.php:331 232 msgid "Every 15 Minutes" 233 msgstr "" 234 "Cada 15 minutos\n" 235 236 #: controllers/CryptAPI.php:332 237 msgid "Every 30 Minutes" 238 msgstr "" 239 "Cada 30 minutos\n" 240 241 #: controllers/CryptAPI.php:333 242 msgid "Every 45 Minutes" 243 msgstr "" 244 "Cada 45 minutos\n" 245 246 #: controllers/CryptAPI.php:329 247 msgid "Every 5 Minutes" 248 msgstr "" 249 "Cada 5 minutos\n" 250 251 #: controllers/CryptAPI.php:334 252 msgid "Every 60 Minutes" 253 msgstr "" 254 "Cada 60 minutos\n" 255 256 #: controllers/CryptAPI.php:1147 257 msgid "FIAT Value" 258 msgstr "" 259 "Valor FIAT\n" 260 261 #: controllers/CryptAPI.php:1033 262 msgid "" 263 "For technical reasons, the minimum amount for each transaction is %1s, so we " 264 "adjusted the value by adding the remaining to it." 265 msgstr "" 266 "Por razones técnicas, el monto mínimo para cada transacción es %1s, por lo " 267 "que ajustamos el valor al agregarle el resto.\n" 268 269 #: controllers/CryptAPI.php:307 270 msgid "Hide Amount" 271 msgstr "" 272 "Ocultar Valor\n" 273 274 #: controllers/CryptAPI.php:308 275 msgid "Hide Without Amount" 276 msgstr "" 277 "Ocultar Sin Valor\n" 278 279 #. Author URI of the plugin 280 msgid "https://cryptapi.io/" 281 msgstr "https://cryptapi.io/" 282 24 283 #. Plugin URI of the plugin 25 284 msgid "https://github.com/cryptapi/woocommerce-cryptapi" 26 285 msgstr "https://github.com/cryptapi/woocommerce-cryptapi" 27 286 28 #. Description of the plugin 29 msgid "Accept cryptocurrency payments on your WooCommerce website" 30 msgstr "" 31 "Acepte pagos en criptomonedas en su sitio web de WooCommerce\n" 32 33 #. Author of the plugin 34 msgid "cryptapi" 35 msgstr "cryptapi" 36 37 #. Author URI of the plugin 38 msgid "https://cryptapi.io/" 39 msgstr "https://cryptapi.io/" 40 41 #: controllers/CryptAPI.php:16 42 msgid "CryptAPI allows customers to pay in cryptocurrency" 43 msgstr "CryptAPI allows customers to pay in cryptocurrency" 44 45 #: controllers/CryptAPI.php:84 287 #: controllers/CryptAPI.php:1498 288 msgid "" 289 "If the order is not being updated, your ISP is probably blocking our IPs " 290 "(%1$s and %2$s): please try to get them whitelisted and feel free to contact " 291 "us anytime to get support (link to our contact page). In the meantime you " 292 "can refresh the status of any payment by clicking this button below:" 293 msgstr "" 294 "Si el pedido no se está actualizando, es probable que su ISP esté bloqueando " 295 "nuestros IPs (%1$s y %2$s): intente incluirlos en la lista blanca y no dude " 296 "en contactarnos en cualquier momento para obtener soporte (enlace a nuestra " 297 "página de contacto). Mientras tanto, puede actualizar el estado de cualquier " 298 "pago haciendo clic en el botón a continuación:" 299 300 #: controllers/CryptAPI.php:1327 301 msgid "" 302 "If you are using BlockBee you can choose if setting the receiving addresses " 303 "here bellow or in your BlockBee settings page. %1$s - In order to set the " 304 "addresses on plugin settings, you need to select “Address Override” while " 305 "creating the API key. %1$s - In order to set the addresses on BlockBee " 306 "settings, you need to NOT select “Address Override” while creating the API " 307 "key." 308 msgstr "" 309 "Si está utilizando BlockBee, puede elegir si configurar las direcciones de " 310 "recepción aquí abajo o en su página de configuración de BlockBee. %1$s: para " 311 "establecer las direcciones en la configuración del complemento, debe " 312 "seleccionar \"Anular dirección\" al crear la clave API. %1$s: para " 313 "establecer las direcciones en la configuración de BlockBee, NO debe " 314 "seleccionar \"Anular dirección\" al crear la clave API.\n" 315 316 #: controllers/CryptAPI.php:92 317 msgid "" 318 "If you enjoy this plugin please <b><a href='https://wordpress." 319 "org/support/plugin/cryptapi-payment-gateway-for-woocommerce/reviews/#new-" 320 "post' target='_blank'>rate and review it</a></b>!" 321 msgstr "" 322 "Si disfruta de este complemento, <b><a href='https://wordpress." 323 "org/support/plugin/cryptapi-payment-gateway-for-woocommerce/reviews/#new-" 324 "post' target='_blank'>califique y revísalo</a></b>!\n" 325 326 #: controllers/CryptAPI.php:89 46 327 msgid "" 47 328 "If you need any help or have any suggestion, contact us via the <b>live " … … 55 336 "gg/cryptapi' target='_blank'>servidor de Discord</a></b>\n" 56 337 57 #: controllers/CryptAPI.php:87 58 msgid "" 59 "If you enjoy this plugin please <b><a href='https://wordpress." 60 "org/support/plugin/cryptapi-payment-gateway-for-woocommerce/reviews/#new-" 61 "post' target='_blank'>rate and review it</a></b>!" 62 msgstr "" 63 "Si disfruta de este complemento, <b><a href='https://wordpress." 64 "org/support/plugin/cryptapi-payment-gateway-for-woocommerce/reviews/#new-" 65 "post' target='_blank'>califique y revísalo</a></b>!\n" 66 67 #: controllers/CryptAPI.php:204 68 msgid "Enabled" 69 msgstr "Activado" 70 71 #: controllers/CryptAPI.php:206 72 msgid "Enable CryptAPI Payments" 73 msgstr "" 74 "Habilitar pagos de CryptAPI\n" 75 76 #: controllers/CryptAPI.php:210 77 msgid "Title" 78 msgstr "Título" 79 80 #: controllers/CryptAPI.php:212 81 msgid "This controls the title which the user sees during checkout." 82 msgstr "" 83 "Esto controla el título que el usuario ve durante el pago.\n" 84 85 #: controllers/CryptAPI.php:213 86 msgid "Cryptocurrency" 87 msgstr "" 88 "Criptomoneda\n" 89 90 #: controllers/CryptAPI.php:217 91 msgid "Description" 92 msgstr "" 93 "Descripción\n" 94 95 #: controllers/CryptAPI.php:220 338 #: controllers/CryptAPI.php:375 339 msgid "" 340 "Insert your %s address here. Leave the checkbox unselected if you want to " 341 "skip this cryptocurrency" 342 msgstr "" 343 "Introduzca aquí su dirección de %s. Deje la casilla de verificación sin " 344 "seleccionar si desea omitir esta criptomoneda\n" 345 346 #: controllers/CryptAPI.php:318 347 msgid "Light" 348 msgstr "Claro" 349 350 #: controllers/CryptAPI.php:328 controllers/CryptAPI.php:343 351 msgid "Never" 352 msgstr "Nunca" 353 354 #: controllers/CryptAPI.php:1033 355 msgid "Notice" 356 msgstr "" 357 "Aviso\n" 358 359 #: controllers/CryptAPI.php:1079 360 msgid "Open QR CODE" 361 msgstr "" 362 "Abrir CÓDIGO QR\n" 363 364 #: controllers/CryptAPI.php:339 365 msgid "Order cancelation timeout" 366 msgstr "" 367 "Tiempo de espera de cancelación de pedido\n" 368 369 #: controllers/CryptAPI.php:1210 370 msgid "Order cancelled due to lack of payment." 371 msgstr "" 372 "Pedido cancelado por falta de pago.\n" 373 374 #: controllers/CryptAPI.php:1140 375 msgid "" 376 "Order has been cancelled due to lack of payment. Please don't send any " 377 "payment to the address." 378 msgstr "" 379 "El pedido ha sido cancelado por falta de pago. Por favor, no envíe ningún " 380 "pago a la dirección.\n" 381 382 #: controllers/CryptAPI.php:1066 383 msgid "Order will be cancelled in less than a minute." 384 msgstr "" 385 "El pedido se cancelará en menos de un minuto.\n" 386 387 #: controllers/CryptAPI.php:1450 388 msgid "Pay" 389 msgstr "Pagar" 390 391 #: controllers/CryptAPI.php:441 392 msgid "Pay with" 393 msgstr "Pagar con " 394 395 #: controllers/CryptAPI.php:1177 396 msgid "Payment confirmed" 397 msgstr "" 398 "Pago confirmado\n" 399 400 #: controllers/CryptAPI.php:596 401 msgid "Payment could not be processed, please try again" 402 msgstr "" 403 "No se pudo procesar el pago, intente nuevamente\n" 404 405 #: controllers/CryptAPI.php:809 controllers/CryptAPI.php:811 406 msgid "Payment detected and confirmed. Customer still need to send" 407 msgstr "" 408 "Pago detectado y confirmado. El cliente todavía necesita enviar\n" 409 410 #: controllers/CryptAPI.php:590 411 msgid "Payment error:" 412 msgstr "" 413 "Error en el pago:\n" 414 415 #: controllers/CryptAPI.php:230 96 416 msgid "Payment method description that the customer will see on your checkout" 97 417 msgstr "" 98 418 "Descripción del método de pago que el cliente verá en su pago\n" 99 419 100 #: controllers/CryptAPI.php:223 101 msgid "Show CryptAPI branding" 102 msgstr "" 103 "Mostrar la marca CryptAPI\n" 104 105 #: controllers/CryptAPI.php:225 106 msgid "Show CryptAPI logo and credits below the QR code" 107 msgstr "" 108 "Muestre el logotipo y los créditos de CryptAPI debajo del código QR\n" 109 110 #: controllers/CryptAPI.php:229 111 msgid "Show crypto logos in checkout" 112 msgstr "" 113 "Mostrar logotipos criptográficos al finalizar la compra\n" 114 115 #: controllers/CryptAPI.php:231 116 msgid "" 117 "Enable this to show the cryptocurrencies logos in the checkout %1$s %2$s " 118 "Notice: %3$s It may break in some templates. Use at your own risk." 119 msgstr "" 120 "Habilite esto para mostrar los logotipos de criptomonedas en el pago %1$s " 121 "%2$s Aviso: %3$s Puede fallar en algunas plantillas. Úselo bajo su propio " 122 "riesgo.\n" 123 124 #: controllers/CryptAPI.php:235 125 msgid "Add the blockchain fee to the order" 126 msgstr "" 127 "Agregue la tarifa de blockchain al pedido\n" 128 129 #: controllers/CryptAPI.php:237 130 msgid "This will add an estimation of the blockchain fee to the order value" 131 msgstr "" 132 "Esto agregará una estimación de la tarifa de blockchain al valor del pedido." 133 "\n" 134 135 #: controllers/CryptAPI.php:241 420 #: controllers/CryptAPI.php:491 421 msgid "Please choose a cryptocurrency" 422 msgstr "" 423 "Por favor elige una criptomoneda\n" 424 425 #: controllers/CryptAPI.php:1263 426 msgid "Please renew your subscription" 427 msgstr "" 428 "Por favor renueve su suscripción\n" 429 430 #. translators: %1$s Site title, %2$s Order pay link 431 #: emails/renewal-email.php:11 432 msgid "" 433 "Please renew your subscription on %1$s. You can pay the renewal when you’re " 434 "ready: %2$s" 435 msgstr "" 436 "Renueve su suscripción el %1$s. Puedes pagar la renovación cuando estés " 437 "listo: %2$s\n" 438 439 #: controllers/CryptAPI.php:429 440 msgid "Please select a Cryptocurrency" 441 msgstr "" 442 "Seleccione una Criptomoneda\n" 443 444 #: controllers/CryptAPI.php:1014 445 msgid "PLEASE SEND" 446 msgstr "" 447 "ENVÍE\n" 448 449 #: controllers/CryptAPI.php:1120 450 msgid "Processing can take some time depending on the blockchain." 451 msgstr "" 452 "El procesamiento puede llevar algún tiempo dependiendo de la cadena de " 453 "bloques.\n" 454 455 #: controllers/CryptAPI.php:289 456 msgid "QR Code by default" 457 msgstr "" 458 "Código QR por defecto\n" 459 460 #: controllers/CryptAPI.php:298 461 msgid "QR code image size" 462 msgstr "" 463 "Tamaño de la imagen del Código QR\n" 464 465 #: controllers/CryptAPI.php:295 466 msgid "QR Code size" 467 msgstr "" 468 "Tamaño del código QR\n" 469 470 #: controllers/CryptAPI.php:301 471 msgid "QR Code to show" 472 msgstr "" 473 "Código QR para mostrar\n" 474 475 #: controllers/CryptAPI.php:953 476 msgid "QR Code with value" 477 msgstr "" 478 "Código QR con valor\n" 479 480 #: controllers/CryptAPI.php:943 controllers/CryptAPI.php:998 481 msgid "QR Code without value" 482 msgstr "" 483 "Código QR sin valor\n" 484 485 #: controllers/CryptAPI.php:324 486 msgid "Refresh converted value" 487 msgstr "" 488 "Actualizar valor convertido\n" 489 490 #: controllers/CryptAPI.php:310 491 msgid "" 492 "Select how you want to show the QR Code to the user. Either select a default " 493 "to show first, or hide one of them." 494 msgstr "" 495 "Seleccione cómo desea mostrar el Código QR al usuario. Seleccione un valor " 496 "predeterminado para mostrar primero u oculte uno de ellos.\n" 497 498 #: controllers/CryptAPI.php:353 499 msgid "" 500 "Selects the amount of time the user has to pay for the order. %1$s When " 501 "this time is over, order will be marked as \"Cancelled\" and every paid " 502 "value will be ignored. %1$s %2$s Notice: %3$s If the user still sends money " 503 "to the generated address, value will still be redirected to you. %1$s %4$s " 504 "Warning: %3$s We do not advice more than 1 Hour." 505 msgstr "" 506 "Selecciona la cantidad de tiempo que el usuario tiene para pagar el pedido. " 507 "%1$s Cuando termine este tiempo, el pedido se marcará como \"Cancelado\" y " 508 "se ignorarán todos los valores pagados. %1$s %2$s Aviso: %3$s Si el usuario " 509 "aún envía dinero a la dirección generada, el valor aún será redirigido a " 510 "usted. %1$s %4$s Advertencia: %3$s No aconsejamos más de 1 hora.\n" 511 512 #: controllers/CryptAPI.php:316 513 msgid "" 514 "Selects the color scheme of the plugin to match your website (Light, Dark " 515 "and Auto to automatically detect it)" 516 msgstr "" 517 "Selecciona el esquema de color del complemento para que coincida con su " 518 "sitio web (claro, oscuro y automático para detectarlo automáticamente)\n" 519 520 #: controllers/CryptAPI.php:1399 521 msgid "Service Fee" 522 msgstr "" 523 "Tarifa de Servicio\n" 524 525 #: controllers/CryptAPI.php:251 136 526 msgid "Service fee manager" 137 527 msgstr "" 138 528 "Administrador de tarifas de servicio\n" 139 529 140 #: controllers/CryptAPI.php:2 76530 #: controllers/CryptAPI.php:286 141 531 msgid "" 142 532 "Set the CryptAPI service fee you want to charge the costumer. %1$s %2$s Note:" … … 148 538 "tarifas de CryptAPI total o parcialmente).\n" 149 539 150 #: controllers/CryptAPI.php:279 151 msgid "QR Code by default" 152 msgstr "" 153 "Código QR por defecto\n" 154 155 #: controllers/CryptAPI.php:281 540 #: controllers/CryptAPI.php:233 541 msgid "Show CryptAPI branding" 542 msgstr "" 543 "Mostrar la marca CryptAPI\n" 544 545 #: controllers/CryptAPI.php:235 546 msgid "Show CryptAPI logo and credits below the QR code" 547 msgstr "" 548 "Muestre el logotipo y los créditos de CryptAPI debajo del código QR\n" 549 550 #: controllers/CryptAPI.php:239 551 msgid "Show crypto logos in checkout" 552 msgstr "" 553 "Mostrar logotipos criptográficos al finalizar la compra\n" 554 555 #: controllers/CryptAPI.php:982 556 msgid "Show QR Code with value" 557 msgstr "" 558 "Mostrar Código QR con valor\n" 559 560 #: controllers/CryptAPI.php:970 controllers/CryptAPI.php:1002 561 msgid "Show QR Code without value" 562 msgstr "" 563 "Mostrar código QR sin valor\n" 564 565 #: controllers/CryptAPI.php:1074 566 msgid "Show the QR code" 567 msgstr "" 568 "Mostrar el Código QR\n" 569 570 #: controllers/CryptAPI.php:291 156 571 msgid "Show the QR Code by default" 157 572 msgstr "" 158 573 "Mostrar el Código QR por defecto\n" 159 574 160 #: controllers/CryptAPI.php:285 161 msgid "QR Code size" 162 msgstr "" 163 "Tamaño del código QR\n" 164 165 #: controllers/CryptAPI.php:288 166 msgid "QR code image size" 167 msgstr "" 168 "Tamaño de la imagen del Código QR\n" 169 170 #: controllers/CryptAPI.php:291 171 msgid "QR Code to show" 172 msgstr "" 173 "Código QR para mostrar\n" 174 175 #: controllers/CryptAPI.php:295 176 msgid "Default Without Amount" 177 msgstr "" 178 "Predeterminado Sin Valor\n" 179 180 #: controllers/CryptAPI.php:296 181 msgid "Default Amount" 182 msgstr "" 183 "Predeterminado Con Valor\n" 184 185 #: controllers/CryptAPI.php:297 186 msgid "Hide Amount" 187 msgstr "" 188 "Ocultar Valor\n" 189 190 #: controllers/CryptAPI.php:298 191 msgid "Hide Without Amount" 192 msgstr "" 193 "Ocultar Sin Valor\n" 194 195 #: controllers/CryptAPI.php:300 196 msgid "" 197 "Select how you want to show the QR Code to the user. Either select a default " 198 "to show first, or hide one of them." 199 msgstr "" 200 "Seleccione cómo desea mostrar el Código QR al usuario. Seleccione un valor " 201 "predeterminado para mostrar primero u oculte uno de ellos.\n" 202 203 #: controllers/CryptAPI.php:303 204 msgid "Color Scheme" 205 msgstr "" 206 "Esquema de Colores\n" 207 208 #: controllers/CryptAPI.php:306 209 msgid "" 210 "Selects the color scheme of the plugin to match your website (Light, Dark " 211 "and Auto to automatically detect it)" 212 msgstr "" 213 "Selecciona el esquema de color del complemento para que coincida con su " 214 "sitio web (claro, oscuro y automático para detectarlo automáticamente)\n" 215 216 #: controllers/CryptAPI.php:308 217 msgid "Light" 218 msgstr "Claro" 219 220 #: controllers/CryptAPI.php:309 221 msgid "Dark" 222 msgstr "Oscuro" 223 224 #: controllers/CryptAPI.php:310 225 msgid "Auto" 226 msgstr "Auto" 227 228 #: controllers/CryptAPI.php:314 229 msgid "Refresh converted value" 230 msgstr "" 231 "Actualizar valor convertido\n" 232 233 #: controllers/CryptAPI.php:318 controllers/CryptAPI.php:333 234 msgid "Never" 235 msgstr "Nunca" 236 237 #: controllers/CryptAPI.php:319 238 msgid "Every 5 Minutes" 239 msgstr "" 240 "Cada 5 minutos\n" 241 242 #: controllers/CryptAPI.php:320 243 msgid "Every 10 Minutes" 244 msgstr "" 245 "Cada 10 minutos\n" 246 247 #: controllers/CryptAPI.php:321 248 msgid "Every 15 Minutes" 249 msgstr "" 250 "Cada 15 minutos\n" 251 252 #: controllers/CryptAPI.php:322 253 msgid "Every 30 Minutes" 254 msgstr "" 255 "Cada 30 minutos\n" 256 257 #: controllers/CryptAPI.php:323 258 msgid "Every 45 Minutes" 259 msgstr "" 260 "Cada 45 minutos\n" 261 262 #: controllers/CryptAPI.php:324 263 msgid "Every 60 Minutes" 264 msgstr "" 265 "Cada 60 minutos\n" 266 267 #: controllers/CryptAPI.php:326 575 #: controllers/CryptAPI.php:1028 576 msgid "" 577 "So far you sent %1s. Please send a new payment to complete the order, as " 578 "requested above" 579 msgstr "" 580 "Hasta ahora enviaste %1s. Envíe un nuevo pago para completar el pedido, como " 581 "se solicitó anteriormente\n" 582 583 #: controllers/CryptAPI.php:1042 584 msgid "The %1s conversion rate will be adjusted in" 585 msgstr "" 586 "La tasa de conversión %1s se ajustará en\n" 587 588 #: controllers/CryptAPI.php:336 268 589 msgid "" 269 590 "The system will automatically update the conversion value of the invoices " … … 282 603 "en 5 minutos. %3$s\n" 283 604 284 #: controllers/CryptAPI.php:329 285 msgid "Order cancelation timeout" 286 msgstr "" 287 "Tiempo de espera de cancelación de pedido\n" 288 289 #: controllers/CryptAPI.php:334 290 msgid "1 Hour" 291 msgstr "" 292 "1 hora\n" 293 294 #: controllers/CryptAPI.php:335 295 msgid "6 Hours" 296 msgstr "6 Horas" 297 298 #: controllers/CryptAPI.php:336 299 msgid "12 Hours" 300 msgstr "" 301 "12 Horas\n" 302 303 #: controllers/CryptAPI.php:337 304 msgid "18 Hours" 305 msgstr "" 306 "18 Horas\n" 307 308 #: controllers/CryptAPI.php:338 309 msgid "24 Hours" 310 msgstr "24 Horas" 311 312 #: controllers/CryptAPI.php:340 313 msgid "" 314 "Selects the amount of time the user has to pay for the order. %1$s When " 315 "this time is over, order will be marked as \"Cancelled\" and every paid " 316 "value will be ignored. %1$s %2$s Notice: %3$s If the user still sends money " 317 "to the generated address, value will still be redirected to you. %1$s %4$s " 318 "Warning: %3$s We do not advice more than 1 Hour." 319 msgstr "" 320 "Selecciona la cantidad de tiempo que el usuario tiene para pagar el pedido. " 321 "%1$s Cuando termine este tiempo, el pedido se marcará como \"Cancelado\" y " 322 "se ignorarán todos los valores pagados. %1$s %2$s Aviso: %3$s Si el usuario " 323 "aún envía dinero a la dirección generada, el valor aún será redirigido a " 324 "usted. %1$s %4$s Advertencia: %3$s No aconsejamos más de 1 hora.\n" 325 326 #: controllers/CryptAPI.php:343 327 msgid "Completed status for virtual products" 328 msgstr "" 329 "Estado completado para productos virtuales\n" 330 331 #: controllers/CryptAPI.php:345 605 #: controllers/CryptAPI.php:556 606 msgid "There was an error with the payment. Please try again." 607 msgstr "" 608 "Hubo un error con el pago. Inténtalo de nuevo.\n" 609 610 #: controllers/CryptAPI.php:222 611 msgid "This controls the title which the user sees during checkout." 612 msgstr "" 613 "Esto controla el título que el usuario ve durante el pago.\n" 614 615 #: controllers/CryptAPI.php:1067 616 msgid "This order will be valid for %s" 617 msgstr "" 618 "Este pedido será válido para %s\n" 619 620 #: controllers/CryptAPI.php:247 621 msgid "This will add an estimation of the blockchain fee to the order value" 622 msgstr "" 623 "Esto agregará una estimación de la tarifa de blockchain al valor del pedido." 624 "\n" 625 626 #: controllers/CryptAPI.php:1145 627 msgid "Time" 628 msgstr "" 629 "Tiempo\n" 630 631 #: controllers/CryptAPI.php:220 632 msgid "Title" 633 msgstr "Título" 634 635 #: controllers/CryptAPI.php:794 controllers/CryptAPI.php:802 636 msgid "User sent a payment of" 637 msgstr "El usuario envió un pago de" 638 639 #: controllers/CryptAPI.php:1146 640 msgid "Value Paid" 641 msgstr "" 642 "Valor Pagado\n" 643 644 #: controllers/CryptAPI.php:546 645 msgid "Value too low, minimum is" 646 msgstr "" 647 "Valor demasiado bajo, el mínimo es\n" 648 649 #: controllers/CryptAPI.php:1169 650 msgid "Waiting for network confirmation" 651 msgstr "" 652 "Esperando confirmación de la red\n" 653 654 #: controllers/CryptAPI.php:1161 655 msgid "Waiting for payment" 656 msgstr "" 657 "A la espera del pago\n" 658 659 #: controllers/CryptAPI.php:358 332 660 msgid "" 333 661 "When this setting is enabled, the plugin will mark the order as " … … 338 666 "virtuales %2$s.\n" 339 667 340 #: controllers/CryptAPI.php:349 341 msgid "Disable price conversion" 342 msgstr "" 343 "Deshabilitar la conversión de precios\n" 344 345 #: controllers/CryptAPI.php:351 346 msgid "" 347 "%2$s Attention: This option will disable the price conversion for ALL " 348 "cryptocurrencies! %3$s %1$s If you check this, pricing will not be converted " 349 "from the currency of your shop to the cryptocurrency selected by the user, " 350 "and users will be requested to pay the same value as shown on your shop, " 351 "regardless of the cryptocurrency selected" 352 msgstr "" 353 "%2$s Atención: ¡Esta opción deshabilitará la conversión de precios para " 354 "TODAS las criptomonedas! %3$s %1$s Si marca esto, el precio no se convertirá " 355 "de la moneda de su tienda a la criptomoneda seleccionada por el usuario, y " 356 "se les pedirá a los usuarios que paguen el mismo valor que se muestra en su " 357 "tienda, independientemente de la criptomoneda seleccionada\n" 358 359 #: controllers/CryptAPI.php:355 360 msgid "API Key" 361 msgstr "" 362 "Clave API\n" 363 364 #: controllers/CryptAPI.php:358 365 msgid "Insert here your BlockBee API Key. You can get one here: %1$s" 366 msgstr "" 367 "Inserte aquí su clave API de BlockBee. Puedes conseguir uno aquí: %1$s\n" 368 369 #: controllers/CryptAPI.php:362 370 msgid "" 371 "Insert your %s address here. Leave the checkbox unselected if you want to " 372 "skip this cryptocurrency" 373 msgstr "" 374 "Introduzca aquí su dirección de %s. Deje la casilla de verificación sin " 375 "seleccionar si desea omitir esta criptomoneda\n" 376 377 #: controllers/CryptAPI.php:415 378 msgid "Please select a Cryptocurrency" 379 msgstr "" 380 "Seleccione una Criptomoneda\n" 381 382 #: controllers/CryptAPI.php:426 383 msgid "Pay with" 384 msgstr "Pagar con " 385 386 #: controllers/CryptAPI.php:476 387 msgid "Please choose a cryptocurrency" 388 msgstr "" 389 "Por favor elige una criptomoneda\n" 390 391 #: controllers/CryptAPI.php:531 392 msgid "Value too low, minimum is" 393 msgstr "" 394 "Valor demasiado bajo, el mínimo es\n" 395 396 #: controllers/CryptAPI.php:541 397 msgid "There was an error with the payment. Please try again." 398 msgstr "" 399 "Hubo un error con el pago. Inténtalo de nuevo.\n" 400 401 #: controllers/CryptAPI.php:564 402 msgid "Awaiting payment" 403 msgstr "" 404 "En espera de pago\n" 405 406 #: controllers/CryptAPI.php:573 407 msgid "Payment error:" 408 msgstr "" 409 "Error en el pago:\n" 410 411 #: controllers/CryptAPI.php:579 412 msgid "Payment could not be processed, please try again" 413 msgstr "" 414 "No se pudo procesar el pago, intente nuevamente\n" 415 416 #: controllers/CryptAPI.php:716 417 msgid "User sent a payment of" 418 msgstr "El usuario envió un pago de" 419 420 #: controllers/CryptAPI.php:755 controllers/CryptAPI.php:757 421 msgid "Payment detected and confirmed. Customer still need to send" 422 msgstr "" 423 "Pago detectado y confirmado. El cliente todavía necesita enviar\n" 424 425 #: controllers/CryptAPI.php:852 controllers/CryptAPI.php:904 426 msgid "QR Code without value" 427 msgstr "" 428 "Código QR sin valor\n" 429 430 #: controllers/CryptAPI.php:862 431 msgid "QR Code with value" 432 msgstr "" 433 "Código QR con valor\n" 434 435 #: controllers/CryptAPI.php:878 controllers/CryptAPI.php:907 436 msgid "Show QR Code without value" 437 msgstr "" 438 "Mostrar código QR sin valor\n" 439 440 #: controllers/CryptAPI.php:879 controllers/CryptAPI.php:908 441 msgid "ADDRESS" 442 msgstr "" 443 "DIRECCIÓN\n" 444 445 #: controllers/CryptAPI.php:889 446 msgid "Show QR Code with value" 447 msgstr "" 448 "Mostrar Código QR con valor\n" 449 450 #: controllers/CryptAPI.php:890 668 #: controllers/CryptAPI.php:983 451 669 msgid "WITH AMOUNT" 452 670 msgstr "" 453 671 "CON CANTIDAD\n" 454 672 455 #: controllers/CryptAPI.php:919 456 msgid "PLEASE SEND" 457 msgstr "" 458 "ENVÍE\n" 459 460 #: controllers/CryptAPI.php:923 controllers/CryptAPI.php:955 461 msgid "COPY" 462 msgstr "COPIAR" 463 464 #: controllers/CryptAPI.php:924 controllers/CryptAPI.php:956 465 msgid "COPIED!" 466 msgstr "¡COPIADO!" 467 468 #: controllers/CryptAPI.php:929 469 msgid "" 470 "So far you sent %1s. Please send a new payment to complete the order, as " 471 "requested above" 472 msgstr "" 473 "Hasta ahora enviaste %1s. Envíe un nuevo pago para completar el pedido, como " 474 "se solicitó anteriormente\n" 475 476 #: controllers/CryptAPI.php:934 477 msgid "Notice" 478 msgstr "" 479 "Aviso\n" 480 481 #: controllers/CryptAPI.php:934 482 msgid "" 483 "For technical reasons, the minimum amount for each transaction is %1s, so we " 484 "adjusted the value by adding the remaining to it." 485 msgstr "" 486 "Por razones técnicas, el monto mínimo para cada transacción es %1s, por lo " 487 "que ajustamos el valor al agregarle el resto.\n" 488 489 #: controllers/CryptAPI.php:943 490 msgid "The %1s conversion rate will be adjusted in" 491 msgstr "" 492 "La tasa de conversión %1s se ajustará en\n" 493 494 #: controllers/CryptAPI.php:946 495 msgid "a moment" 496 msgstr "" 497 "un momento\n" 498 499 #: controllers/CryptAPI.php:964 500 msgid "Order will be cancelled in less than a minute." 501 msgstr "" 502 "El pedido se cancelará en menos de un minuto.\n" 503 504 #: controllers/CryptAPI.php:965 505 msgid "This order will be valid for %s" 506 msgstr "" 507 "Este pedido será válido para %s\n" 508 509 #: controllers/CryptAPI.php:971 510 msgid "Show the QR code" 511 msgstr "" 512 "Mostrar el Código QR\n" 513 514 #: controllers/CryptAPI.php:976 515 msgid "Open QR CODE" 516 msgstr "" 517 "Abrir CÓDIGO QR\n" 518 519 #: controllers/CryptAPI.php:981 520 msgid "Close QR CODE" 521 msgstr "" 522 "Cerrar CÓDIGO QR\n" 523 524 #: controllers/CryptAPI.php:1014 673 #: controllers/CryptAPI.php:1130 674 msgid "Your payment has been confirmed!" 675 msgstr "" 676 "¡Tu pago ha sido confirmado!\n" 677 678 #: controllers/CryptAPI.php:1119 525 679 msgid "Your payment is being processed!" 526 680 msgstr "" 527 681 "¡Tu pago está siendo procesado!\n" 528 529 #: controllers/CryptAPI.php:1015530 msgid "Processing can take some time depending on the blockchain."531 msgstr ""532 "El procesamiento puede llevar algún tiempo dependiendo de la cadena de "533 "bloques.\n"534 535 #: controllers/CryptAPI.php:1025536 msgid "Your payment has been confirmed!"537 msgstr ""538 "¡Tu pago ha sido confirmado!\n"539 540 #: controllers/CryptAPI.php:1035541 msgid ""542 "Order has been cancelled due to lack of payment. Please don't send any "543 "payment to the address."544 msgstr ""545 "El pedido ha sido cancelado por falta de pago. Por favor, no envíe ningún "546 "pago a la dirección.\n"547 548 #: controllers/CryptAPI.php:1040549 msgid "Time"550 msgstr ""551 "Tiempo\n"552 553 #: controllers/CryptAPI.php:1041554 msgid "Value Paid"555 msgstr ""556 "Valor Pagado\n"557 558 #: controllers/CryptAPI.php:1042559 msgid "FIAT Value"560 msgstr ""561 "Valor FIAT\n"562 563 #: controllers/CryptAPI.php:1055564 msgid "Waiting for payment"565 msgstr ""566 "A la espera del pago\n"567 568 #: controllers/CryptAPI.php:1062569 msgid "Waiting for network confirmation"570 msgstr ""571 "Esperando confirmación de la red\n"572 573 #: controllers/CryptAPI.php:1069574 msgid "Payment confirmed"575 msgstr ""576 "Pago confirmado\n"577 578 #: controllers/CryptAPI.php:1146579 msgid "Order cancelled due to lack of payment."580 msgstr ""581 "Pedido cancelado por falta de pago.\n"582 583 #: controllers/CryptAPI.php:1200584 msgid "Please renew your subscription"585 msgstr ""586 "Por favor renueve su suscripción\n"587 588 #: controllers/CryptAPI.php:1262589 msgid "Addresses"590 msgstr ""591 "Direcciones\n"592 593 #: controllers/CryptAPI.php:1264594 msgid ""595 "If you are using BlockBee you can choose if setting the receiving addresses "596 "here bellow or in your BlockBee settings page. %1$s - In order to set the "597 "addresses on plugin settings, you need to select “Address Override” while "598 "creating the API key. %1$s - In order to set the addresses on BlockBee "599 "settings, you need to NOT select “Address Override” while creating the API "600 "key."601 msgstr ""602 "Si está utilizando BlockBee, puede elegir si configurar las direcciones de "603 "recepción aquí abajo o en su página de configuración de BlockBee. %1$s: para "604 "establecer las direcciones en la configuración del complemento, debe "605 "seleccionar \"Anular dirección\" al crear la clave API. %1$s: para "606 "establecer las direcciones en la configuración de BlockBee, NO debe "607 "seleccionar \"Anular dirección\" al crear la clave API.\n"608 609 #: controllers/CryptAPI.php:1332610 msgid "Service Fee"611 msgstr ""612 "Tarifa de Servicio\n"613 614 #: controllers/CryptAPI.php:1372615 msgid "Check your payment status"616 msgstr ""617 "Consulta el estado de tu pago\n"618 619 #: controllers/CryptAPI.php:1383620 msgid "Pay"621 msgstr "Pagar"622 623 #: CryptAPI.php:21624 msgid ""625 "CryptAPI requires WooCommerce to be installed and active. You can download "626 "%s here."627 msgstr ""628 "CryptAPI requiere que WooCommerce esté instalado y activo. Puede descargar "629 "%s aquí.\n"630 631 #: CryptAPI.php:26632 msgid ""633 "CryptAPI requires PHP's BCMath extension. You can know more about it %s."634 msgstr ""635 "CryptAPI requiere la extensión BCMath de PHP. Puedes saber más al respecto "636 "%s.\n"637 638 #. translators: %1$s Site title, %2$s Order pay link639 #: emails/renewal-email.php:11640 msgid ""641 "Please renew your subscription on %1$s. You can pay the renewal when you’re "642 "ready: %2$s"643 msgstr ""644 "Renueve su suscripción el %1$s. Puedes pagar la renovación cuando estés "645 "listo: %2$s\n" -
cryptapi-payment-gateway-for-woocommerce/trunk/languages/cryptapi-payment-gateway-for-woocommerce-it_IT.po
r2797338 r2959171 11 11 "Content-Transfer-Encoding: 8bit\n" 12 12 "POT-Creation-Date: 2022-02-11T17:52:12+01:00\n" 13 "PO-Revision-Date: 202 2-09-23 10:26+0000\n"13 "PO-Revision-Date: 2023-08-25 18:02+0000\n" 14 14 "X-Generator: Loco https://localise.biz/\n" 15 15 "X-Domain: cryptapi\n" … … 18 18 "X-Loco-Version: 2.6.1; wp-5.9.3" 19 19 20 #: controllers/CryptAPI.php:3 5120 #: controllers/CryptAPI.php:364 21 21 #| msgid "" 22 22 #| "<b>Attention: This option will disable the price conversion for ALL " … … 38 38 "medesimo ammontare FIAT a prescindere dalla criptovaluta selezionata" 39 39 40 #: controllers/CryptAPI.php:334 40 #: controllers/CryptAPI.php:371 41 #| msgid "Insert here your BlockBee API Key. You can get one here: %1$s" 42 msgid "" 43 "(Optional) Insert here your BlockBee API Key. You can get one here: %1$s" 44 msgstr "" 45 "(Opzionale) Inserisci qui la tua chiave API BlockBee. Puoi ottenerne uno qui:" 46 " %1$s\n" 47 48 #: controllers/CryptAPI.php:347 41 49 msgid "1 Hour" 42 50 msgstr "1 Ora" 43 51 44 #: controllers/CryptAPI.php:3 3652 #: controllers/CryptAPI.php:349 45 53 msgid "12 Hours" 46 54 msgstr "12 Ore" 47 55 48 #: controllers/CryptAPI.php:337 56 #: controllers/CryptAPI.php:344 57 msgid "15 Minutes" 58 msgstr "15 Minuti" 59 60 #: controllers/CryptAPI.php:350 49 61 msgid "18 Hours" 50 62 msgstr "18 Ore" 51 63 52 #: controllers/CryptAPI.php:3 3864 #: controllers/CryptAPI.php:351 53 65 msgid "24 Hours" 54 66 msgstr "24 Ore" 55 67 56 #: controllers/CryptAPI.php:335 68 #: controllers/CryptAPI.php:345 69 msgid "30 Minutes" 70 msgstr "30 Minuti" 71 72 #: controllers/CryptAPI.php:346 73 msgid "45 Minutes" 74 msgstr "45 Minuti" 75 76 #: controllers/CryptAPI.php:348 57 77 msgid "6 Hours" 58 78 msgstr "6 Ore" 59 79 60 #: controllers/CryptAPI.php: 94680 #: controllers/CryptAPI.php:1046 61 81 msgid "a moment" 62 82 msgstr "un momento" … … 66 86 msgstr "Accetta pagamenti in criptovaluta nel tuo sito WooCommerce" 67 87 68 #: controllers/CryptAPI.php:2 3588 #: controllers/CryptAPI.php:245 69 89 msgid "Add the blockchain fee to the order" 70 90 msgstr "Aggiungi la “blockchain fee” all’ordine" 71 91 72 #: controllers/CryptAPI.php: 879 controllers/CryptAPI.php:90892 #: controllers/CryptAPI.php:971 controllers/CryptAPI.php:1003 73 93 msgid "ADDRESS" 74 94 msgstr "INDIRIZZO" 75 95 76 #: controllers/CryptAPI.php:1 26296 #: controllers/CryptAPI.php:1325 77 97 msgid "Addresses" 78 98 msgstr "Indirizzi" 79 99 80 #: controllers/CryptAPI.php:3 55100 #: controllers/CryptAPI.php:368 81 101 msgid "API Key" 82 102 msgstr "" 83 103 "API Key\n" 84 104 85 #: controllers/CryptAPI.php:3 10105 #: controllers/CryptAPI.php:320 86 106 msgid "Auto" 87 107 msgstr "Auto" 88 108 89 #: controllers/CryptAPI.php:5 64109 #: controllers/CryptAPI.php:581 90 110 msgid "Awaiting payment" 91 111 msgstr "In attesa del pagamento" 92 112 93 #: controllers/CryptAPI.php:1372 113 #: controllers/CryptAPI.php:1502 114 msgid "Check for Callbacks" 115 msgstr "Controlla le Callback" 116 117 #: controllers/CryptAPI.php:1439 94 118 msgid "Check your payment status" 95 119 msgstr "Controlla lo stato del pagamento" 96 120 97 #: controllers/CryptAPI.php:981 121 #: controllers/CryptAPI.php:1511 122 msgid "Checking" 123 msgstr "Verifica" 124 125 #: controllers/CryptAPI.php:1084 98 126 msgid "Close QR CODE" 99 127 msgstr "" 100 128 "Chiudi QR CODE\n" 101 129 102 #: controllers/CryptAPI.php:3 03130 #: controllers/CryptAPI.php:313 103 131 msgid "Color Scheme" 104 132 msgstr "Colorazione del Plugin" 105 133 106 #: controllers/CryptAPI.php:3 43134 #: controllers/CryptAPI.php:356 107 135 msgid "Completed status for virtual products" 108 136 msgstr "Stato completato per i prodotti virtuali" 109 137 110 #: controllers/CryptAPI.php: 924 controllers/CryptAPI.php:956138 #: controllers/CryptAPI.php:1021 controllers/CryptAPI.php:1057 111 139 msgid "COPIED!" 112 140 msgstr "COPIATO!" 113 141 114 #: controllers/CryptAPI.php: 923 controllers/CryptAPI.php:955142 #: controllers/CryptAPI.php:1019 controllers/CryptAPI.php:1055 115 143 msgid "COPY" 116 144 msgstr "COPIA" … … 120 148 msgstr "cryptapi" 121 149 122 #: controllers/CryptAPI.php:1 6150 #: controllers/CryptAPI.php:17 123 151 msgid "CryptAPI allows customers to pay in cryptocurrency" 124 152 msgstr "CryptAPI permette ai tuoi clienti di pagare in criptovaluta" … … 143 171 "%s qui." 144 172 145 #: controllers/CryptAPI.php:2 13173 #: controllers/CryptAPI.php:223 146 174 msgid "Cryptocurrency" 147 175 msgstr "Criptovaluta" 148 176 149 #: controllers/CryptAPI.php:3 09177 #: controllers/CryptAPI.php:319 150 178 msgid "Dark" 151 179 msgstr "Scuro" 152 180 153 #: controllers/CryptAPI.php: 296181 #: controllers/CryptAPI.php:306 154 182 #| msgid "Default Ammount" 155 183 msgid "Default Amount" 156 184 msgstr "Ammontare Predefinito" 157 185 158 #: controllers/CryptAPI.php: 295186 #: controllers/CryptAPI.php:305 159 187 #| msgid "Default Without Ammount" 160 188 msgid "Default Without Amount" 161 189 msgstr "Predefinito Senza Ammontare" 162 190 163 #: controllers/CryptAPI.php:2 17191 #: controllers/CryptAPI.php:227 164 192 msgid "Description" 165 193 msgstr "Descrizione" 166 194 167 #: controllers/CryptAPI.php:3 49195 #: controllers/CryptAPI.php:362 168 196 msgid "Disable price conversion" 169 197 msgstr "Disabilita la conversione dei prezzi" 170 198 171 #: controllers/CryptAPI.php:2 06199 #: controllers/CryptAPI.php:216 172 200 msgid "Enable CryptAPI Payments" 173 201 msgstr "Attiva Pagamenti CryptAPI" 174 202 175 #: controllers/CryptAPI.php:2 31203 #: controllers/CryptAPI.php:241 176 204 msgid "" 177 205 "Enable this to show the cryptocurrencies logos in the checkout %1$s %2$s " … … 182 210 "a proprio rischio.\n" 183 211 184 #: controllers/CryptAPI.php:2 04212 #: controllers/CryptAPI.php:214 185 213 msgid "Enabled" 186 214 msgstr "Attivo" 187 215 188 #: controllers/CryptAPI.php:3 20216 #: controllers/CryptAPI.php:330 189 217 msgid "Every 10 Minutes" 190 218 msgstr "Ogni 10 minuti" 191 219 192 #: controllers/CryptAPI.php:3 21220 #: controllers/CryptAPI.php:331 193 221 msgid "Every 15 Minutes" 194 222 msgstr "Ogni 15 minuti" 195 223 196 #: controllers/CryptAPI.php:3 22224 #: controllers/CryptAPI.php:332 197 225 msgid "Every 30 Minutes" 198 226 msgstr "Ogni 20 minuti" 199 227 200 #: controllers/CryptAPI.php:3 23228 #: controllers/CryptAPI.php:333 201 229 msgid "Every 45 Minutes" 202 230 msgstr "Ogni 45 minuti" 203 231 204 #: controllers/CryptAPI.php:3 19232 #: controllers/CryptAPI.php:329 205 233 msgid "Every 5 Minutes" 206 234 msgstr "Ogni 5 minuti" 207 235 208 #: controllers/CryptAPI.php:3 24236 #: controllers/CryptAPI.php:334 209 237 msgid "Every 60 Minutes" 210 238 msgstr "Ogni 60 minuti" 211 239 212 #: controllers/CryptAPI.php:1 042240 #: controllers/CryptAPI.php:1147 213 241 msgid "FIAT Value" 214 242 msgstr "Valore FIAT" 215 243 216 #: controllers/CryptAPI.php: 934244 #: controllers/CryptAPI.php:1033 217 245 msgid "" 218 246 "For technical reasons, the minimum amount for each transaction is %1s, so we " … … 222 250 "pertanto il valore é stato incrementato al valore minimo." 223 251 224 #: controllers/CryptAPI.php: 297252 #: controllers/CryptAPI.php:307 225 253 #| msgid "Hide Ammount" 226 254 msgid "Hide Amount" 227 255 msgstr "Nascondi Ammontare" 228 256 229 #: controllers/CryptAPI.php: 298257 #: controllers/CryptAPI.php:308 230 258 #| msgid "Hide Without Ammount" 231 259 msgid "Hide Without Amount" … … 240 268 msgstr "https://github.com/cryptapi/woocommerce-cryptapi" 241 269 242 #: controllers/CryptAPI.php:1264 270 #: controllers/CryptAPI.php:1498 271 msgid "" 272 "If the order is not being updated, your ISP is probably blocking our IPs " 273 "(%1$s and %2$s): please try to get them whitelisted and feel free to contact " 274 "us anytime to get support (link to our contact page). In the meantime you " 275 "can refresh the status of any payment by clicking this button below:" 276 msgstr "" 277 "Se l'ordine non viene aggiornato, il tuo ISP sta probabilmente bloccando i " 278 "nostri IP (%1$s e %2$s): prova a farli inserire in whitelist e non esitare a " 279 "contattarci in qualsiasi momento per ricevere assistenza (link alla nostra " 280 "pagina di contatto). Nel frattempo, puoi aggiornare lo stato di qualsiasi " 281 "pagamento facendo clic sul pulsante qui sotto:" 282 283 #: controllers/CryptAPI.php:1327 243 284 msgid "" 244 285 "If you are using BlockBee you can choose if setting the receiving addresses " … … 259 300 "API key." 260 301 261 #: controllers/CryptAPI.php: 87302 #: controllers/CryptAPI.php:92 262 303 msgid "" 263 304 "If you enjoy this plugin please <b><a href='https://wordpress." … … 269 310 "post' target='_blank'>lascia la tua recensione</a></b>!" 270 311 271 #: controllers/CryptAPI.php:8 4312 #: controllers/CryptAPI.php:89 272 313 msgid "" 273 314 "If you need any help or have any suggestion, contact us via the <b>live " … … 281 322 "gg/cryptapi' target='_blank'>Discord server</a></b>" 282 323 283 #: controllers/CryptAPI.php:358 284 msgid "Insert here your BlockBee API Key. You can get one here: %1$s" 285 msgstr "" 286 "Inserisci qui la tua chiave API BlockBee. Puoi ottenerne uno qui: %1$s\n" 287 288 #: controllers/CryptAPI.php:362 324 #: controllers/CryptAPI.php:375 289 325 msgid "" 290 326 "Insert your %s address here. Leave the checkbox unselected if you want to " … … 294 330 "desideri utilizzare questa criptovaluta." 295 331 296 #: controllers/CryptAPI.php:3 08332 #: controllers/CryptAPI.php:318 297 333 msgid "Light" 298 334 msgstr "Chiaro" 299 335 300 #: controllers/CryptAPI.php:3 18 controllers/CryptAPI.php:333336 #: controllers/CryptAPI.php:328 controllers/CryptAPI.php:343 301 337 msgid "Never" 302 338 msgstr "Mai" 303 339 304 #: controllers/CryptAPI.php: 934340 #: controllers/CryptAPI.php:1033 305 341 msgid "Notice" 306 342 msgstr "Nota" 307 343 308 #: controllers/CryptAPI.php: 976344 #: controllers/CryptAPI.php:1079 309 345 msgid "Open QR CODE" 310 346 msgstr "Apri QR CODE" 311 347 312 #: controllers/CryptAPI.php:3 29348 #: controllers/CryptAPI.php:339 313 349 msgid "Order cancelation timeout" 314 350 msgstr "Cancellazione ordine per timeout" 315 351 316 #: controllers/CryptAPI.php:1 146352 #: controllers/CryptAPI.php:1210 317 353 msgid "Order cancelled due to lack of payment." 318 354 msgstr "L’ordine é stato cancellato per mancanza di pagamento." 319 355 320 #: controllers/CryptAPI.php:1 035356 #: controllers/CryptAPI.php:1140 321 357 msgid "" 322 358 "Order has been cancelled due to lack of payment. Please don't send any " … … 326 362 "pagamento a questo indirizzo." 327 363 328 #: controllers/CryptAPI.php: 964364 #: controllers/CryptAPI.php:1066 329 365 msgid "Order will be cancelled in less than a minute." 330 366 msgstr "" 331 367 "L'ordine verrà annullato in meno di un minuto.\n" 332 368 333 #: controllers/CryptAPI.php:1 383369 #: controllers/CryptAPI.php:1450 334 370 msgid "Pay" 335 371 msgstr "Paga" 336 372 337 #: controllers/CryptAPI.php:4 26373 #: controllers/CryptAPI.php:441 338 374 msgid "Pay with" 339 375 msgstr "Paga con" 340 376 341 #: controllers/CryptAPI.php:1 069377 #: controllers/CryptAPI.php:1177 342 378 msgid "Payment confirmed" 343 379 msgstr "Pagamento confermato" 344 380 345 #: controllers/CryptAPI.php:5 79381 #: controllers/CryptAPI.php:596 346 382 msgid "Payment could not be processed, please try again" 347 383 msgstr "Il pagamento non puó essere processato, per favore riprova" 348 384 349 #: controllers/CryptAPI.php: 755 controllers/CryptAPI.php:757385 #: controllers/CryptAPI.php:809 controllers/CryptAPI.php:811 350 386 msgid "Payment detected and confirmed. Customer still need to send" 351 387 msgstr "" 352 388 "Pagamento rilevato e confermato. Il cliente deve ancora inviare\n" 353 389 354 #: controllers/CryptAPI.php:5 73390 #: controllers/CryptAPI.php:590 355 391 msgid "Payment error:" 356 392 msgstr "Errore di pagamento:" 357 393 358 #: controllers/CryptAPI.php:2 20394 #: controllers/CryptAPI.php:230 359 395 msgid "Payment method description that the customer will see on your checkout" 360 396 msgstr "" … … 362 398 "di checkout" 363 399 364 #: controllers/CryptAPI.php:4 76400 #: controllers/CryptAPI.php:491 365 401 msgid "Please choose a cryptocurrency" 366 402 msgstr "Per favore, scegli una criptomoneta" 367 403 368 #: controllers/CryptAPI.php:12 00404 #: controllers/CryptAPI.php:1263 369 405 msgid "Please renew your subscription" 370 406 msgstr "Per favore, rinnova l’abbonamento" … … 379 415 "pronto: %2$s " 380 416 381 #: controllers/CryptAPI.php:4 15417 #: controllers/CryptAPI.php:429 382 418 msgid "Please select a Cryptocurrency" 383 419 msgstr "Per favore, seleziona una Criptomoneta" 384 420 385 #: controllers/CryptAPI.php: 919421 #: controllers/CryptAPI.php:1014 386 422 msgid "PLEASE SEND" 387 423 msgstr "PER FAVORE, INVIA" 388 424 389 #: controllers/CryptAPI.php:1 015425 #: controllers/CryptAPI.php:1120 390 426 msgid "Processing can take some time depending on the blockchain." 391 427 msgstr "L'elaborazione può richiedere del tempo a seconda della blockchain." 392 428 393 #: controllers/CryptAPI.php:2 79429 #: controllers/CryptAPI.php:289 394 430 msgid "QR Code by default" 395 431 msgstr "QR Code predefinito" 396 432 397 #: controllers/CryptAPI.php:2 88433 #: controllers/CryptAPI.php:298 398 434 msgid "QR code image size" 399 435 msgstr "Dimensione dell’immagine del QR Code" 400 436 401 #: controllers/CryptAPI.php:2 85437 #: controllers/CryptAPI.php:295 402 438 msgid "QR Code size" 403 439 msgstr "Dimensione del QR Code" 404 440 405 #: controllers/CryptAPI.php: 291441 #: controllers/CryptAPI.php:301 406 442 msgid "QR Code to show" 407 443 msgstr "QR Code da mostrare " 408 444 409 #: controllers/CryptAPI.php: 862445 #: controllers/CryptAPI.php:953 410 446 msgid "QR Code with value" 411 447 msgstr "QR Code con importo" 412 448 413 #: controllers/CryptAPI.php: 852 controllers/CryptAPI.php:904449 #: controllers/CryptAPI.php:943 controllers/CryptAPI.php:998 414 450 msgid "QR Code without value" 415 451 msgstr "QR Code senza importo" 416 452 417 #: controllers/CryptAPI.php:3 14453 #: controllers/CryptAPI.php:324 418 454 msgid "Refresh converted value" 419 455 msgstr "Aggiorna la conversione di valuta" 420 456 421 #: controllers/CryptAPI.php:3 00457 #: controllers/CryptAPI.php:310 422 458 msgid "" 423 459 "Select how you want to show the QR Code to the user. Either select a default " … … 428 464 "desideri" 429 465 430 #: controllers/CryptAPI.php:3 40466 #: controllers/CryptAPI.php:353 431 467 msgid "" 432 468 "Selects the amount of time the user has to pay for the order. %1$s When " … … 442 478 "a te. %1$s %4$s Avviso: %3$s Non consigliamo più di 1 ora.\n" 443 479 444 #: controllers/CryptAPI.php:3 06480 #: controllers/CryptAPI.php:316 445 481 msgid "" 446 482 "Selects the color scheme of the plugin to match your website (Light, Dark " … … 450 486 "(Chiaro, Scuro ed Auto per la selezione automatica)" 451 487 452 #: controllers/CryptAPI.php:13 32488 #: controllers/CryptAPI.php:1399 453 489 msgid "Service Fee" 454 490 msgstr "Costo di Servizio" 455 491 456 #: controllers/CryptAPI.php:2 41492 #: controllers/CryptAPI.php:251 457 493 msgid "Service fee manager" 458 494 msgstr "Gestore costi di servizio" 459 495 460 #: controllers/CryptAPI.php:2 76496 #: controllers/CryptAPI.php:286 461 497 #| msgid "" 462 498 #| "Set the CryptAPI service fee you want to charge the costumer.<br><strong>" … … 472 508 "transazione applicati da CryptAPI) %3$s" 473 509 474 #: controllers/CryptAPI.php:2 23510 #: controllers/CryptAPI.php:233 475 511 msgid "Show CryptAPI branding" 476 512 msgstr "Mostra il marchio CryptAPI" 477 513 478 #: controllers/CryptAPI.php:2 25514 #: controllers/CryptAPI.php:235 479 515 msgid "Show CryptAPI logo and credits below the QR code" 480 516 msgstr "Mostra il logo ed i riferimenti di CryptAPI sotto al QR code" 481 517 482 #: controllers/CryptAPI.php:2 29518 #: controllers/CryptAPI.php:239 483 519 msgid "Show crypto logos in checkout" 484 520 msgstr "" 485 521 "Mostra loghi crittografici al momento del pagamento\n" 486 522 487 #: controllers/CryptAPI.php: 889523 #: controllers/CryptAPI.php:982 488 524 msgid "Show QR Code with value" 489 525 msgstr "Mostra QR Code con importo" 490 526 491 #: controllers/CryptAPI.php: 878 controllers/CryptAPI.php:907527 #: controllers/CryptAPI.php:970 controllers/CryptAPI.php:1002 492 528 msgid "Show QR Code without value" 493 529 msgstr "Mostra QR Code senza importo" 494 530 495 #: controllers/CryptAPI.php: 971531 #: controllers/CryptAPI.php:1074 496 532 msgid "Show the QR code" 497 533 msgstr "Mostra il QR Code" 498 534 499 #: controllers/CryptAPI.php:2 81535 #: controllers/CryptAPI.php:291 500 536 msgid "Show the QR Code by default" 501 537 msgstr "Mostra il QR code come opzione predefinita" 502 538 503 #: controllers/CryptAPI.php: 929539 #: controllers/CryptAPI.php:1028 504 540 msgid "" 505 541 "So far you sent %1s. Please send a new payment to complete the order, as " … … 509 545 "validare l’ordine, come richiesto sopra" 510 546 511 #: controllers/CryptAPI.php: 943547 #: controllers/CryptAPI.php:1042 512 548 #| msgid "The %1s conversion rate will be adjusted in %2s" 513 549 msgid "The %1s conversion rate will be adjusted in" 514 550 msgstr "Il tasso di conversione di %1s sará aggiornato in" 515 551 516 #: controllers/CryptAPI.php:3 26552 #: controllers/CryptAPI.php:336 517 553 msgid "" 518 554 "The system will automatically update the conversion value of the invoices " … … 531 567 "vivamente di lasciare la selezione a “5 minuti”. %3$s" 532 568 533 #: controllers/CryptAPI.php:5 41569 #: controllers/CryptAPI.php:556 534 570 msgid "There was an error with the payment. Please try again." 535 571 msgstr "" 536 572 "Si é verificato un errore con il pagamento. Per favore, riprova/\n" 537 573 538 #: controllers/CryptAPI.php:2 12574 #: controllers/CryptAPI.php:222 539 575 msgid "This controls the title which the user sees during checkout." 540 576 msgstr "Questo controlla il titolo che l’utente vede durante il checkout" 541 577 542 #: controllers/CryptAPI.php: 965578 #: controllers/CryptAPI.php:1067 543 579 #| msgid "This order will be valid until %s" 544 580 msgid "This order will be valid for %s" 545 581 msgstr "Questo ordine sarà valido per %s" 546 582 547 #: controllers/CryptAPI.php:2 37583 #: controllers/CryptAPI.php:247 548 584 msgid "This will add an estimation of the blockchain fee to the order value" 549 585 msgstr "" … … 551 587 "all’importo totale dell’ordine" 552 588 553 #: controllers/CryptAPI.php:1 040589 #: controllers/CryptAPI.php:1145 554 590 msgid "Time" 555 591 msgstr "Tempo" 556 592 557 #: controllers/CryptAPI.php:2 10593 #: controllers/CryptAPI.php:220 558 594 msgid "Title" 559 595 msgstr "Titolo" 560 596 561 #: controllers/CryptAPI.php:7 16597 #: controllers/CryptAPI.php:794 controllers/CryptAPI.php:802 562 598 msgid "User sent a payment of" 563 599 msgstr "L’utente ha inviato un pagamento di" 564 600 565 #: controllers/CryptAPI.php:1 041601 #: controllers/CryptAPI.php:1146 566 602 msgid "Value Paid" 567 603 msgstr "Importo Pagato" 568 604 569 #: controllers/CryptAPI.php:5 31605 #: controllers/CryptAPI.php:546 570 606 msgid "Value too low, minimum is" 571 607 msgstr "Valore troppo basso, il mínimo accettato é" 572 608 573 #: controllers/CryptAPI.php:1 062609 #: controllers/CryptAPI.php:1169 574 610 msgid "Waiting for network confirmation" 575 611 msgstr "In attesa di ‘conferme’ dalla blockchain" 576 612 577 #: controllers/CryptAPI.php:1 055613 #: controllers/CryptAPI.php:1161 578 614 msgid "Waiting for payment" 579 615 msgstr "In attesa del pagamento" 580 616 581 #: controllers/CryptAPI.php:3 45617 #: controllers/CryptAPI.php:358 582 618 #| msgid "" 583 619 #| "When this setting is enabled, the plugin will mark the order as " … … 592 628 "prodotti virtuali %2$s" 593 629 594 #: controllers/CryptAPI.php: 890630 #: controllers/CryptAPI.php:983 595 631 #| msgid "WITH AMMOUNT" 596 632 msgid "WITH AMOUNT" 597 633 msgstr "CON IMPORTO" 598 634 599 #: controllers/CryptAPI.php:1 025635 #: controllers/CryptAPI.php:1130 600 636 msgid "Your payment has been confirmed!" 601 637 msgstr "Il tuo pagamento é stato confermato!" 602 638 603 #: controllers/CryptAPI.php:1 014639 #: controllers/CryptAPI.php:1119 604 640 msgid "Your payment is being processed!" 605 641 msgstr "Il sistema sta processando il tuo pagamento!" -
cryptapi-payment-gateway-for-woocommerce/trunk/languages/cryptapi-payment-gateway-for-woocommerce-pt_BR.po
r2797338 r2959171 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cryptapi\n" 7 7 "Last-Translator: \n" 8 "Language-Team: Portuguese ( Portugal)\n"8 "Language-Team: Portuguese (Brazil)\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 12 "POT-Creation-Date: 2022-02-11T16:36:51+01:00\n" 13 "PO-Revision-Date: 202 2-09-23 10:30+0000\n"13 "PO-Revision-Date: 2023-08-25 18:04+0000\n" 14 14 "X-Generator: Loco https://localise.biz/\n" 15 15 "X-Domain: cryptapi\n" 16 "Language: pt_ PT\n"16 "Language: pt_BR\n" 17 17 "Plural-Forms: nplurals=2; plural=n != 1;\n" 18 18 "X-Loco-Version: 2.6.1; wp-6.0" 19 19 20 #: controllers/CryptAPI.php:3 5120 #: controllers/CryptAPI.php:364 21 21 #| msgid "" 22 22 #| "<b>Attention: This option will disable the price conversion for ALL " … … 39 39 "selecionada." 40 40 41 #: controllers/CryptAPI.php:334 41 #: controllers/CryptAPI.php:371 42 #| msgid "Insert here your BlockBee API Key. You can get one here: %1$s" 43 msgid "" 44 "(Optional) Insert here your BlockBee API Key. You can get one here: %1$s" 45 msgstr "" 46 "(Opcional) Insira aqui sua chave de API BlockBee. Você pode obter um aqui: " 47 "%1$s\n" 48 49 #: controllers/CryptAPI.php:347 42 50 msgid "1 Hour" 43 51 msgstr "1 Hora" 44 52 45 #: controllers/CryptAPI.php:3 3653 #: controllers/CryptAPI.php:349 46 54 msgid "12 Hours" 47 55 msgstr "12 Horas" 48 56 49 #: controllers/CryptAPI.php:337 57 #: controllers/CryptAPI.php:344 58 msgid "15 Minutes" 59 msgstr "15 Minutos" 60 61 #: controllers/CryptAPI.php:350 50 62 msgid "18 Hours" 51 63 msgstr "18 Horas" 52 64 53 #: controllers/CryptAPI.php:3 3865 #: controllers/CryptAPI.php:351 54 66 msgid "24 Hours" 55 67 msgstr "24 Horas" 56 68 57 #: controllers/CryptAPI.php:335 69 #: controllers/CryptAPI.php:345 70 msgid "30 Minutes" 71 msgstr "30 Minutos" 72 73 #: controllers/CryptAPI.php:346 74 msgid "45 Minutes" 75 msgstr "45 Minutos" 76 77 #: controllers/CryptAPI.php:348 58 78 msgid "6 Hours" 59 79 msgstr "6 Horas" 60 80 61 #: controllers/CryptAPI.php: 94681 #: controllers/CryptAPI.php:1046 62 82 msgid "a moment" 63 83 msgstr "um momento" … … 68 88 "Aceite pagamentos através de criptomoedas na sua loja online WooCommerce" 69 89 70 #: controllers/CryptAPI.php:2 3590 #: controllers/CryptAPI.php:245 71 91 msgid "Add the blockchain fee to the order" 72 92 msgstr "Adicionar a taxa da blockchain à encomenda" 73 93 74 #: controllers/CryptAPI.php: 879 controllers/CryptAPI.php:90894 #: controllers/CryptAPI.php:971 controllers/CryptAPI.php:1003 75 95 msgid "ADDRESS" 76 96 msgstr "ENDEREÇO" 77 97 78 #: controllers/CryptAPI.php:1 26298 #: controllers/CryptAPI.php:1325 79 99 msgid "Addresses" 80 100 msgstr "Endereços" 81 101 82 #: controllers/CryptAPI.php:3 55102 #: controllers/CryptAPI.php:368 83 103 msgid "API Key" 84 104 msgstr "Chave API " 85 105 86 #: controllers/CryptAPI.php:3 10106 #: controllers/CryptAPI.php:320 87 107 msgid "Auto" 88 108 msgstr "Auto" 89 109 90 #: controllers/CryptAPI.php:5 64110 #: controllers/CryptAPI.php:581 91 111 msgid "Awaiting payment" 92 112 msgstr "A aguardar pagamento" 93 113 94 #: controllers/CryptAPI.php:1372 114 #: controllers/CryptAPI.php:1502 115 msgid "Check for Callbacks" 116 msgstr "Verificar se há Notificações" 117 118 #: controllers/CryptAPI.php:1439 95 119 msgid "Check your payment status" 96 120 msgstr "Verifique o estado do seu pagamento" 97 121 98 #: controllers/CryptAPI.php:981 122 #: controllers/CryptAPI.php:1511 123 msgid "Checking" 124 msgstr "Verificando" 125 126 #: controllers/CryptAPI.php:1084 99 127 msgid "Close QR CODE" 100 128 msgstr "Fechar Código QR" 101 129 102 #: controllers/CryptAPI.php:3 03130 #: controllers/CryptAPI.php:313 103 131 msgid "Color Scheme" 104 132 msgstr "Esquema de Cores" 105 133 106 #: controllers/CryptAPI.php:3 43134 #: controllers/CryptAPI.php:356 107 135 msgid "Completed status for virtual products" 108 136 msgstr "Status concluído para produtos virtuais" 109 137 110 #: controllers/CryptAPI.php: 924 controllers/CryptAPI.php:956138 #: controllers/CryptAPI.php:1021 controllers/CryptAPI.php:1057 111 139 msgid "COPIED!" 112 140 msgstr "COPIADO!" 113 141 114 #: controllers/CryptAPI.php: 923 controllers/CryptAPI.php:955142 #: controllers/CryptAPI.php:1019 controllers/CryptAPI.php:1055 115 143 msgid "COPY" 116 144 msgstr "COPIAR" … … 120 148 msgstr "cryptapi" 121 149 122 #: controllers/CryptAPI.php:1 6150 #: controllers/CryptAPI.php:17 123 151 msgid "CryptAPI allows customers to pay in cryptocurrency" 124 152 msgstr "CryptAPI permite que os seus clientes paguem em criptomoeda" … … 141 169 "download %s aqui." 142 170 143 #: controllers/CryptAPI.php:2 13171 #: controllers/CryptAPI.php:223 144 172 msgid "Cryptocurrency" 145 173 msgstr "Criptomoeda" 146 174 147 #: controllers/CryptAPI.php:3 09175 #: controllers/CryptAPI.php:319 148 176 msgid "Dark" 149 177 msgstr "Escuro" 150 178 151 #: controllers/CryptAPI.php: 296179 #: controllers/CryptAPI.php:306 152 180 #| msgid "Default Ammount" 153 181 msgid "Default Amount" 154 182 msgstr "Com Valor por Defeito" 155 183 156 #: controllers/CryptAPI.php: 295184 #: controllers/CryptAPI.php:305 157 185 #| msgid "Default Without Ammount" 158 186 msgid "Default Without Amount" 159 187 msgstr "Sem Valor por Defeito" 160 188 161 #: controllers/CryptAPI.php:2 17189 #: controllers/CryptAPI.php:227 162 190 msgid "Description" 163 191 msgstr "Descrição" 164 192 165 #: controllers/CryptAPI.php:3 49193 #: controllers/CryptAPI.php:362 166 194 msgid "Disable price conversion" 167 195 msgstr "Desativar conversão de preços" 168 196 169 #: controllers/CryptAPI.php:2 06197 #: controllers/CryptAPI.php:216 170 198 msgid "Enable CryptAPI Payments" 171 199 msgstr "Ativar pagamentos através da CryptAPI" 172 200 173 #: controllers/CryptAPI.php:2 31201 #: controllers/CryptAPI.php:241 174 202 msgid "" 175 203 "Enable this to show the cryptocurrencies logos in the checkout %1$s %2$s " … … 179 207 "Aviso: %3$s Pode quebrar em alguns modelos. Use por sua conta e risco.\n" 180 208 181 #: controllers/CryptAPI.php:2 04209 #: controllers/CryptAPI.php:214 182 210 msgid "Enabled" 183 211 msgstr "Ativado" 184 212 185 #: controllers/CryptAPI.php:3 20213 #: controllers/CryptAPI.php:330 186 214 msgid "Every 10 Minutes" 187 215 msgstr "Cada 10 Minutos" 188 216 189 #: controllers/CryptAPI.php:3 21217 #: controllers/CryptAPI.php:331 190 218 msgid "Every 15 Minutes" 191 219 msgstr "Cada 15 Minutos" 192 220 193 #: controllers/CryptAPI.php:3 22221 #: controllers/CryptAPI.php:332 194 222 msgid "Every 30 Minutes" 195 223 msgstr "Cada 30 Minutos" 196 224 197 #: controllers/CryptAPI.php:3 23225 #: controllers/CryptAPI.php:333 198 226 msgid "Every 45 Minutes" 199 227 msgstr "Cada 45 Minutos" 200 228 201 #: controllers/CryptAPI.php:3 19229 #: controllers/CryptAPI.php:329 202 230 msgid "Every 5 Minutes" 203 231 msgstr "Cada 5 Minutos" 204 232 205 #: controllers/CryptAPI.php:3 24233 #: controllers/CryptAPI.php:334 206 234 msgid "Every 60 Minutes" 207 235 msgstr "Cada 60 Minutos" 208 236 209 #: controllers/CryptAPI.php:1 042237 #: controllers/CryptAPI.php:1147 210 238 msgid "FIAT Value" 211 239 msgstr "Valor FIAT" 212 240 213 #: controllers/CryptAPI.php: 934241 #: controllers/CryptAPI.php:1033 214 242 msgid "" 215 243 "For technical reasons, the minimum amount for each transaction is %1s, so we " … … 219 247 "ajustamos o valor somando o restante." 220 248 221 #: controllers/CryptAPI.php: 297249 #: controllers/CryptAPI.php:307 222 250 #| msgid "Hide Ammount" 223 251 msgid "Hide Amount" 224 252 msgstr "Esconder Valor" 225 253 226 #: controllers/CryptAPI.php: 298254 #: controllers/CryptAPI.php:308 227 255 #| msgid "Hide Without Ammount" 228 256 msgid "Hide Without Amount" … … 237 265 msgstr "https://github.com/cryptapi/woocommerce-cryptapi" 238 266 239 #: controllers/CryptAPI.php:1264 267 #: controllers/CryptAPI.php:1498 268 msgid "" 269 "If the order is not being updated, your ISP is probably blocking our IPs " 270 "(%1$s and %2$s): please try to get them whitelisted and feel free to contact " 271 "us anytime to get support (link to our contact page). In the meantime you " 272 "can refresh the status of any payment by clicking this button below:" 273 msgstr "" 274 "Se o pedido não estiver sendo atualizado, provavelmente o seu ISP está " 275 "bloqueando nossos IPs (%1$s e %2$s): tente adicioná-los à lista branca e " 276 "sinta-se à vontade para nos contatar a qualquer momento para obter suporte " 277 "(link para nossa página de contato). Enquanto isso, você pode atualizar o " 278 "status de qualquer pagamento clicando neste botão abaixo:" 279 280 #: controllers/CryptAPI.php:1327 240 281 msgid "" 241 282 "If you are using BlockBee you can choose if setting the receiving addresses " … … 253 294 "\"Address Override\" ao criar a API Key." 254 295 255 #: controllers/CryptAPI.php: 87296 #: controllers/CryptAPI.php:92 256 297 msgid "" 257 298 "If you enjoy this plugin please <b><a href='https://wordpress." … … 263 304 "post' target='_blank'>classifique e faça review</a></b>!" 264 305 265 #: controllers/CryptAPI.php:8 4306 #: controllers/CryptAPI.php:89 266 307 msgid "" 267 308 "If you need any help or have any suggestion, contact us via the <b>live " … … 275 316 "//discord.gg/cryptapi' target='_blank'>servidor Discord</a></b>" 276 317 277 #: controllers/CryptAPI.php:358 278 msgid "Insert here your BlockBee API Key. You can get one here: %1$s" 279 msgstr "" 280 "Insira aqui sua chave de API BlockBee. Você pode obter um aqui: %1$s\n" 281 282 #: controllers/CryptAPI.php:362 318 #: controllers/CryptAPI.php:375 283 319 msgid "" 284 320 "Insert your %s address here. Leave the checkbox unselected if you want to " … … 288 324 "não queira selecionar esta criptomoeda" 289 325 290 #: controllers/CryptAPI.php:3 08326 #: controllers/CryptAPI.php:318 291 327 msgid "Light" 292 328 msgstr "Claro" 293 329 294 #: controllers/CryptAPI.php:3 18 controllers/CryptAPI.php:333330 #: controllers/CryptAPI.php:328 controllers/CryptAPI.php:343 295 331 msgid "Never" 296 332 msgstr "Nunca" 297 333 298 #: controllers/CryptAPI.php: 934334 #: controllers/CryptAPI.php:1033 299 335 msgid "Notice" 300 336 msgstr "Aviso" 301 337 302 #: controllers/CryptAPI.php: 976338 #: controllers/CryptAPI.php:1079 303 339 msgid "Open QR CODE" 304 340 msgstr "Abrir Código QR" 305 341 306 #: controllers/CryptAPI.php:3 29342 #: controllers/CryptAPI.php:339 307 343 msgid "Order cancelation timeout" 308 344 msgstr "Tempo até que a encomenda seja cancelada" 309 345 310 #: controllers/CryptAPI.php:1 146346 #: controllers/CryptAPI.php:1210 311 347 msgid "Order cancelled due to lack of payment." 312 348 msgstr "Encomenda cancelada devido à falta de pagamento." 313 349 314 #: controllers/CryptAPI.php:1 035350 #: controllers/CryptAPI.php:1140 315 351 msgid "" 316 352 "Order has been cancelled due to lack of payment. Please don't send any " … … 320 356 "nenhum pagamento para o endereço." 321 357 322 #: controllers/CryptAPI.php: 964358 #: controllers/CryptAPI.php:1066 323 359 msgid "Order will be cancelled in less than a minute." 324 360 msgstr "A encomenda será cancelada em menos de um minuto." 325 361 326 #: controllers/CryptAPI.php:1 383362 #: controllers/CryptAPI.php:1450 327 363 msgid "Pay" 328 364 msgstr "Pagar" 329 365 330 #: controllers/CryptAPI.php:4 26366 #: controllers/CryptAPI.php:441 331 367 msgid "Pay with" 332 368 msgstr "Pagar com" 333 369 334 #: controllers/CryptAPI.php:1 069370 #: controllers/CryptAPI.php:1177 335 371 msgid "Payment confirmed" 336 372 msgstr "O pagamento foi confirmado" 337 373 338 #: controllers/CryptAPI.php:5 79374 #: controllers/CryptAPI.php:596 339 375 msgid "Payment could not be processed, please try again" 340 376 msgstr "Não foi possível processar o pagamento, por favor tente novamente." 341 377 342 #: controllers/CryptAPI.php: 755 controllers/CryptAPI.php:757378 #: controllers/CryptAPI.php:809 controllers/CryptAPI.php:811 343 379 msgid "Payment detected and confirmed. Customer still need to send" 344 380 msgstr "Pagamento detectado e confirmado. O cliente deverá ainda enviar" 345 381 346 #: controllers/CryptAPI.php:5 73382 #: controllers/CryptAPI.php:590 347 383 msgid "Payment error:" 348 384 msgstr "Erro no pagamento: " 349 385 350 #: controllers/CryptAPI.php:2 20386 #: controllers/CryptAPI.php:230 351 387 msgid "Payment method description that the customer will see on your checkout" 352 388 msgstr "Descrição do pagamento que o seu cliente verá no pagamento" 353 389 354 #: controllers/CryptAPI.php:4 76390 #: controllers/CryptAPI.php:491 355 391 msgid "Please choose a cryptocurrency" 356 392 msgstr "Por favor selecione uma criptomoeda" 357 393 358 #: controllers/CryptAPI.php:12 00394 #: controllers/CryptAPI.php:1263 359 395 msgid "Please renew your subscription" 360 396 msgstr "Por favor, renove a sua subscrição" … … 369 405 "estiver pronto/a: %2$s" 370 406 371 #: controllers/CryptAPI.php:4 15407 #: controllers/CryptAPI.php:429 372 408 msgid "Please select a Cryptocurrency" 373 409 msgstr "Por favor selecione uma Criptomoeda" 374 410 375 #: controllers/CryptAPI.php: 919411 #: controllers/CryptAPI.php:1014 376 412 msgid "PLEASE SEND" 377 413 msgstr "ENVIE" 378 414 379 #: controllers/CryptAPI.php:1 015415 #: controllers/CryptAPI.php:1120 380 416 msgid "Processing can take some time depending on the blockchain." 381 417 msgstr "O processamento poderá demorar algum tempo, dependendo da blockchain." 382 418 383 #: controllers/CryptAPI.php:2 79419 #: controllers/CryptAPI.php:289 384 420 msgid "QR Code by default" 385 421 msgstr "Código QR por defeito" 386 422 387 #: controllers/CryptAPI.php:2 88423 #: controllers/CryptAPI.php:298 388 424 msgid "QR code image size" 389 425 msgstr "Tamanho do Código QR" 390 426 391 #: controllers/CryptAPI.php:2 85427 #: controllers/CryptAPI.php:295 392 428 msgid "QR Code size" 393 429 msgstr "Tamanho do Código QR" 394 430 395 #: controllers/CryptAPI.php: 291431 #: controllers/CryptAPI.php:301 396 432 msgid "QR Code to show" 397 433 msgstr "" 398 434 "Código QR para mostrar\n" 399 435 400 #: controllers/CryptAPI.php: 862436 #: controllers/CryptAPI.php:953 401 437 msgid "QR Code with value" 402 438 msgstr "Código QR com o valor" 403 439 404 #: controllers/CryptAPI.php: 852 controllers/CryptAPI.php:904440 #: controllers/CryptAPI.php:943 controllers/CryptAPI.php:998 405 441 msgid "QR Code without value" 406 442 msgstr "Código QR sem o valor" 407 443 408 #: controllers/CryptAPI.php:3 14444 #: controllers/CryptAPI.php:324 409 445 msgid "Refresh converted value" 410 446 msgstr "Atualizar o valor convertido" 411 447 412 #: controllers/CryptAPI.php:3 00448 #: controllers/CryptAPI.php:310 413 449 msgid "" 414 450 "Select how you want to show the QR Code to the user. Either select a default " … … 418 454 "mostrar primeiro ou oculte um deles.\n" 419 455 420 #: controllers/CryptAPI.php:3 40456 #: controllers/CryptAPI.php:353 421 457 msgid "" 422 458 "Selects the amount of time the user has to pay for the order. %1$s When " … … 432 468 "Aviso: %3$s Não aconselhamos mais de 1 Hora.\n" 433 469 434 #: controllers/CryptAPI.php:3 06470 #: controllers/CryptAPI.php:316 435 471 msgid "" 436 472 "Selects the color scheme of the plugin to match your website (Light, Dark " … … 440 476 " Escuro e Auto para detectar automaticamente)" 441 477 442 #: controllers/CryptAPI.php:13 32478 #: controllers/CryptAPI.php:1399 443 479 msgid "Service Fee" 444 480 msgstr "Taxas do Serviço" 445 481 446 #: controllers/CryptAPI.php:2 41482 #: controllers/CryptAPI.php:251 447 483 msgid "Service fee manager" 448 484 msgstr "Gestão das taxas do serviço" 449 485 450 #: controllers/CryptAPI.php:2 76486 #: controllers/CryptAPI.php:286 451 487 #| msgid "" 452 488 #| "Set the CryptAPI service fee you want to charge the costumer.<br><strong>" … … 462 498 "as taxas da CryptAPI total ou parcialmente)" 463 499 464 #: controllers/CryptAPI.php:2 23500 #: controllers/CryptAPI.php:233 465 501 msgid "Show CryptAPI branding" 466 502 msgstr "Mostrar marca da CryptAPI" 467 503 468 #: controllers/CryptAPI.php:2 25504 #: controllers/CryptAPI.php:235 469 505 msgid "Show CryptAPI logo and credits below the QR code" 470 506 msgstr "Mostrar logo da CryptAPI e créditos por baixo do Código QR" 471 507 472 #: controllers/CryptAPI.php:2 29508 #: controllers/CryptAPI.php:239 473 509 msgid "Show crypto logos in checkout" 474 510 msgstr "" 475 511 "Mostrar logotipos das cryptomoedas no checkout\n" 476 512 477 #: controllers/CryptAPI.php: 889513 #: controllers/CryptAPI.php:982 478 514 msgid "Show QR Code with value" 479 515 msgstr "Mostrar Código QR com o valor" 480 516 481 #: controllers/CryptAPI.php: 878 controllers/CryptAPI.php:907517 #: controllers/CryptAPI.php:970 controllers/CryptAPI.php:1002 482 518 msgid "Show QR Code without value" 483 519 msgstr "Mostrar Código QR com o valor" 484 520 485 #: controllers/CryptAPI.php: 971521 #: controllers/CryptAPI.php:1074 486 522 msgid "Show the QR code" 487 523 msgstr "Mostrar Código QR" 488 524 489 #: controllers/CryptAPI.php:2 81525 #: controllers/CryptAPI.php:291 490 526 msgid "Show the QR Code by default" 491 527 msgstr "Mostrar código QR por defeito" 492 528 493 #: controllers/CryptAPI.php: 929529 #: controllers/CryptAPI.php:1028 494 530 msgid "" 495 531 "So far you sent %1s. Please send a new payment to complete the order, as " … … 499 535 "conforme solicitado acima\n" 500 536 501 #: controllers/CryptAPI.php: 943537 #: controllers/CryptAPI.php:1042 502 538 #| msgid "The %1s conversion rate will be adjusted in %2s" 503 539 msgid "The %1s conversion rate will be adjusted in" … … 505 541 "A taxa de conversão %1s será ajustada em\n" 506 542 507 #: controllers/CryptAPI.php:3 26543 #: controllers/CryptAPI.php:336 508 544 msgid "" 509 545 "The system will automatically update the conversion value of the invoices " … … 521 557 "sendo que recomendamos que a mantenha em 5 minutos. %3$s\n" 522 558 523 #: controllers/CryptAPI.php:5 41559 #: controllers/CryptAPI.php:556 524 560 msgid "There was an error with the payment. Please try again." 525 561 msgstr "Ocorreu um erro com o pagamento. Por favor, tente novamente." 526 562 527 #: controllers/CryptAPI.php:2 12563 #: controllers/CryptAPI.php:222 528 564 msgid "This controls the title which the user sees during checkout." 529 565 msgstr "Controla o título que o seu cliente vê durante a encomenda." 530 566 531 #: controllers/CryptAPI.php: 965567 #: controllers/CryptAPI.php:1067 532 568 #| msgid "This order will be valid until %s" 533 569 msgid "This order will be valid for %s" … … 535 571 "Esta encomenda será válida por %s\n" 536 572 537 #: controllers/CryptAPI.php:2 37573 #: controllers/CryptAPI.php:247 538 574 msgid "This will add an estimation of the blockchain fee to the order value" 539 575 msgstr "" 540 576 "Isso adicionará uma estimativa da taxa de blockchain ao valor da encomenda" 541 577 542 #: controllers/CryptAPI.php:1 040578 #: controllers/CryptAPI.php:1145 543 579 msgid "Time" 544 580 msgstr "Tempo" 545 581 546 #: controllers/CryptAPI.php:2 10582 #: controllers/CryptAPI.php:220 547 583 msgid "Title" 548 584 msgstr "TÍtulo" 549 585 550 #: controllers/CryptAPI.php:7 16586 #: controllers/CryptAPI.php:794 controllers/CryptAPI.php:802 551 587 msgid "User sent a payment of" 552 588 msgstr "O cliente enviou pagamento de" 553 589 554 #: controllers/CryptAPI.php:1 041590 #: controllers/CryptAPI.php:1146 555 591 msgid "Value Paid" 556 592 msgstr "Valor Pago" 557 593 558 #: controllers/CryptAPI.php:5 31594 #: controllers/CryptAPI.php:546 559 595 msgid "Value too low, minimum is" 560 596 msgstr "O valor é demasiado pequeno, o mínimo é" 561 597 562 #: controllers/CryptAPI.php:1 062598 #: controllers/CryptAPI.php:1169 563 599 msgid "Waiting for network confirmation" 564 600 msgstr "Aguardando confirmação da rede" 565 601 566 #: controllers/CryptAPI.php:1 055602 #: controllers/CryptAPI.php:1161 567 603 msgid "Waiting for payment" 568 604 msgstr "Aguardando pagamento" 569 605 570 #: controllers/CryptAPI.php:3 45606 #: controllers/CryptAPI.php:358 571 607 #| msgid "" 572 608 #| "When this setting is enabled, the plugin will mark the order as " … … 581 617 "%2$s" 582 618 583 #: controllers/CryptAPI.php: 890619 #: controllers/CryptAPI.php:983 584 620 #| msgid "WITH AMMOUNT" 585 621 msgid "WITH AMOUNT" 586 622 msgstr "COM VALOR" 587 623 588 #: controllers/CryptAPI.php:1 025624 #: controllers/CryptAPI.php:1130 589 625 msgid "Your payment has been confirmed!" 590 626 msgstr "O seu pagamento foi confirmado!" 591 627 592 #: controllers/CryptAPI.php:1 014628 #: controllers/CryptAPI.php:1119 593 629 msgid "Your payment is being processed!" 594 630 msgstr "O seu pagamento está a ser processado!" -
cryptapi-payment-gateway-for-woocommerce/trunk/languages/cryptapi-payment-gateway-for-woocommerce-pt_PT.po
r2797338 r2959171 11 11 "Content-Transfer-Encoding: 8bit\n" 12 12 "POT-Creation-Date: 2022-02-11T16:36:51+01:00\n" 13 "PO-Revision-Date: 202 2-09-23 10:30+0000\n"13 "PO-Revision-Date: 2023-08-25 18:00+0000\n" 14 14 "X-Generator: Loco https://localise.biz/\n" 15 15 "X-Domain: cryptapi\n" … … 18 18 "X-Loco-Version: 2.6.1; wp-6.0" 19 19 20 #: controllers/CryptAPI.php:3 5120 #: controllers/CryptAPI.php:364 21 21 #| msgid "" 22 22 #| "<b>Attention: This option will disable the price conversion for ALL " … … 39 39 "selecionada." 40 40 41 #: controllers/CryptAPI.php:334 41 #: controllers/CryptAPI.php:371 42 #| msgid "Insert here your BlockBee API Key. You can get one here: %1$s" 43 msgid "" 44 "(Optional) Insert here your BlockBee API Key. You can get one here: %1$s" 45 msgstr "" 46 "(Opcional) Insira aqui sua chave de API BlockBee. Você pode obter um aqui: " 47 "%1$s\n" 48 49 #: controllers/CryptAPI.php:347 42 50 msgid "1 Hour" 43 51 msgstr "1 Hora" 44 52 45 #: controllers/CryptAPI.php:3 3653 #: controllers/CryptAPI.php:349 46 54 msgid "12 Hours" 47 55 msgstr "12 Horas" 48 56 49 #: controllers/CryptAPI.php:337 57 #: controllers/CryptAPI.php:344 58 msgid "15 Minutes" 59 msgstr "15 Minutos" 60 61 #: controllers/CryptAPI.php:350 50 62 msgid "18 Hours" 51 63 msgstr "18 Horas" 52 64 53 #: controllers/CryptAPI.php:3 3865 #: controllers/CryptAPI.php:351 54 66 msgid "24 Hours" 55 67 msgstr "24 Horas" 56 68 57 #: controllers/CryptAPI.php:335 69 #: controllers/CryptAPI.php:345 70 msgid "30 Minutes" 71 msgstr "30 Minutos" 72 73 #: controllers/CryptAPI.php:346 74 msgid "45 Minutes" 75 msgstr "45 Minutos" 76 77 #: controllers/CryptAPI.php:348 58 78 msgid "6 Hours" 59 79 msgstr "6 Horas" 60 80 61 #: controllers/CryptAPI.php: 94681 #: controllers/CryptAPI.php:1046 62 82 msgid "a moment" 63 83 msgstr "um momento" … … 68 88 "Aceite pagamentos através de criptomoedas na sua loja online WooCommerce" 69 89 70 #: controllers/CryptAPI.php:2 3590 #: controllers/CryptAPI.php:245 71 91 msgid "Add the blockchain fee to the order" 72 92 msgstr "Adicionar a taxa da blockchain à encomenda" 73 93 74 #: controllers/CryptAPI.php: 879 controllers/CryptAPI.php:90894 #: controllers/CryptAPI.php:971 controllers/CryptAPI.php:1003 75 95 msgid "ADDRESS" 76 96 msgstr "ENDEREÇO" 77 97 78 #: controllers/CryptAPI.php:1 26298 #: controllers/CryptAPI.php:1325 79 99 msgid "Addresses" 80 100 msgstr "Endereços" 81 101 82 #: controllers/CryptAPI.php:3 55102 #: controllers/CryptAPI.php:368 83 103 msgid "API Key" 84 104 msgstr "Chave API " 85 105 86 #: controllers/CryptAPI.php:3 10106 #: controllers/CryptAPI.php:320 87 107 msgid "Auto" 88 108 msgstr "Auto" 89 109 90 #: controllers/CryptAPI.php:5 64110 #: controllers/CryptAPI.php:581 91 111 msgid "Awaiting payment" 92 112 msgstr "A aguardar pagamento" 93 113 94 #: controllers/CryptAPI.php:1372 114 #: controllers/CryptAPI.php:1502 115 msgid "Check for Callbacks" 116 msgstr "Verificar Callbacks" 117 118 #: controllers/CryptAPI.php:1439 95 119 msgid "Check your payment status" 96 120 msgstr "Verifique o estado do seu pagamento" 97 121 98 #: controllers/CryptAPI.php:981 122 #: controllers/CryptAPI.php:1511 123 msgid "Checking" 124 msgstr "Verificando" 125 126 #: controllers/CryptAPI.php:1084 99 127 msgid "Close QR CODE" 100 128 msgstr "Fechar Código QR" 101 129 102 #: controllers/CryptAPI.php:3 03130 #: controllers/CryptAPI.php:313 103 131 msgid "Color Scheme" 104 132 msgstr "Esquema de Cores" 105 133 106 #: controllers/CryptAPI.php:3 43134 #: controllers/CryptAPI.php:356 107 135 msgid "Completed status for virtual products" 108 136 msgstr "Status concluído para produtos virtuais" 109 137 110 #: controllers/CryptAPI.php: 924 controllers/CryptAPI.php:956138 #: controllers/CryptAPI.php:1021 controllers/CryptAPI.php:1057 111 139 msgid "COPIED!" 112 140 msgstr "COPIADO!" 113 141 114 #: controllers/CryptAPI.php: 923 controllers/CryptAPI.php:955142 #: controllers/CryptAPI.php:1019 controllers/CryptAPI.php:1055 115 143 msgid "COPY" 116 144 msgstr "COPIAR" … … 120 148 msgstr "cryptapi" 121 149 122 #: controllers/CryptAPI.php:1 6150 #: controllers/CryptAPI.php:17 123 151 msgid "CryptAPI allows customers to pay in cryptocurrency" 124 152 msgstr "CryptAPI permite que os seus clientes paguem em criptomoeda" … … 141 169 "download %s aqui." 142 170 143 #: controllers/CryptAPI.php:2 13171 #: controllers/CryptAPI.php:223 144 172 msgid "Cryptocurrency" 145 173 msgstr "Criptomoeda" 146 174 147 #: controllers/CryptAPI.php:3 09175 #: controllers/CryptAPI.php:319 148 176 msgid "Dark" 149 177 msgstr "Escuro" 150 178 151 #: controllers/CryptAPI.php: 296179 #: controllers/CryptAPI.php:306 152 180 #| msgid "Default Ammount" 153 181 msgid "Default Amount" 154 182 msgstr "Com Valor por Defeito" 155 183 156 #: controllers/CryptAPI.php: 295184 #: controllers/CryptAPI.php:305 157 185 #| msgid "Default Without Ammount" 158 186 msgid "Default Without Amount" 159 187 msgstr "Sem Valor por Defeito" 160 188 161 #: controllers/CryptAPI.php:2 17189 #: controllers/CryptAPI.php:227 162 190 msgid "Description" 163 191 msgstr "Descrição" 164 192 165 #: controllers/CryptAPI.php:3 49193 #: controllers/CryptAPI.php:362 166 194 msgid "Disable price conversion" 167 195 msgstr "Desativar conversão de preços" 168 196 169 #: controllers/CryptAPI.php:2 06197 #: controllers/CryptAPI.php:216 170 198 msgid "Enable CryptAPI Payments" 171 199 msgstr "Ativar pagamentos através da CryptAPI" 172 200 173 #: controllers/CryptAPI.php:2 31201 #: controllers/CryptAPI.php:241 174 202 msgid "" 175 203 "Enable this to show the cryptocurrencies logos in the checkout %1$s %2$s " … … 179 207 "Aviso: %3$s Pode quebrar em alguns modelos. Use por sua conta e risco.\n" 180 208 181 #: controllers/CryptAPI.php:2 04209 #: controllers/CryptAPI.php:214 182 210 msgid "Enabled" 183 211 msgstr "Ativado" 184 212 185 #: controllers/CryptAPI.php:3 20213 #: controllers/CryptAPI.php:330 186 214 msgid "Every 10 Minutes" 187 215 msgstr "Cada 10 Minutos" 188 216 189 #: controllers/CryptAPI.php:3 21217 #: controllers/CryptAPI.php:331 190 218 msgid "Every 15 Minutes" 191 219 msgstr "Cada 15 Minutos" 192 220 193 #: controllers/CryptAPI.php:3 22221 #: controllers/CryptAPI.php:332 194 222 msgid "Every 30 Minutes" 195 223 msgstr "Cada 30 Minutos" 196 224 197 #: controllers/CryptAPI.php:3 23225 #: controllers/CryptAPI.php:333 198 226 msgid "Every 45 Minutes" 199 227 msgstr "Cada 45 Minutos" 200 228 201 #: controllers/CryptAPI.php:3 19229 #: controllers/CryptAPI.php:329 202 230 msgid "Every 5 Minutes" 203 231 msgstr "Cada 5 Minutos" 204 232 205 #: controllers/CryptAPI.php:3 24233 #: controllers/CryptAPI.php:334 206 234 msgid "Every 60 Minutes" 207 235 msgstr "Cada 60 Minutos" 208 236 209 #: controllers/CryptAPI.php:1 042237 #: controllers/CryptAPI.php:1147 210 238 msgid "FIAT Value" 211 239 msgstr "Valor FIAT" 212 240 213 #: controllers/CryptAPI.php: 934241 #: controllers/CryptAPI.php:1033 214 242 msgid "" 215 243 "For technical reasons, the minimum amount for each transaction is %1s, so we " … … 219 247 "ajustamos o valor somando o restante." 220 248 221 #: controllers/CryptAPI.php: 297249 #: controllers/CryptAPI.php:307 222 250 #| msgid "Hide Ammount" 223 251 msgid "Hide Amount" 224 252 msgstr "Esconder Valor" 225 253 226 #: controllers/CryptAPI.php: 298254 #: controllers/CryptAPI.php:308 227 255 #| msgid "Hide Without Ammount" 228 256 msgid "Hide Without Amount" … … 237 265 msgstr "https://github.com/cryptapi/woocommerce-cryptapi" 238 266 239 #: controllers/CryptAPI.php:1264 267 #: controllers/CryptAPI.php:1498 268 msgid "" 269 "If the order is not being updated, your ISP is probably blocking our IPs " 270 "(%1$s and %2$s): please try to get them whitelisted and feel free to contact " 271 "us anytime to get support (link to our contact page). In the meantime you " 272 "can refresh the status of any payment by clicking this button below:" 273 msgstr "" 274 "Se o pedido não estiver sendo atualizado, o seu ISP provavelmente está " 275 "bloqueando nossos IPs (%1$s e %2$s): por favor, tente adicioná-los à lista " 276 "de permissões e sinta-se à vontade para entrar em contato conosco a qualquer " 277 "momento para obter suporte (link para a nossa página de contato). Enquanto " 278 "isso, você pode atualizar o status de qualquer pagamento clicando no botão " 279 "abaixo:" 280 281 #: controllers/CryptAPI.php:1327 240 282 msgid "" 241 283 "If you are using BlockBee you can choose if setting the receiving addresses " … … 253 295 "\"Address Override\" ao criar a API Key." 254 296 255 #: controllers/CryptAPI.php: 87297 #: controllers/CryptAPI.php:92 256 298 msgid "" 257 299 "If you enjoy this plugin please <b><a href='https://wordpress." … … 263 305 "post' target='_blank'>classifique e faça review</a></b>!" 264 306 265 #: controllers/CryptAPI.php:8 4307 #: controllers/CryptAPI.php:89 266 308 msgid "" 267 309 "If you need any help or have any suggestion, contact us via the <b>live " … … 275 317 "//discord.gg/cryptapi' target='_blank'>servidor Discord</a></b>" 276 318 277 #: controllers/CryptAPI.php:358 278 msgid "Insert here your BlockBee API Key. You can get one here: %1$s" 279 msgstr "" 280 "Insira aqui sua chave de API BlockBee. Você pode obter um aqui: %1$s\n" 281 282 #: controllers/CryptAPI.php:362 319 #: controllers/CryptAPI.php:375 283 320 msgid "" 284 321 "Insert your %s address here. Leave the checkbox unselected if you want to " … … 288 325 "não queira selecionar esta criptomoeda" 289 326 290 #: controllers/CryptAPI.php:3 08327 #: controllers/CryptAPI.php:318 291 328 msgid "Light" 292 329 msgstr "Claro" 293 330 294 #: controllers/CryptAPI.php:3 18 controllers/CryptAPI.php:333331 #: controllers/CryptAPI.php:328 controllers/CryptAPI.php:343 295 332 msgid "Never" 296 333 msgstr "Nunca" 297 334 298 #: controllers/CryptAPI.php: 934335 #: controllers/CryptAPI.php:1033 299 336 msgid "Notice" 300 337 msgstr "Aviso" 301 338 302 #: controllers/CryptAPI.php: 976339 #: controllers/CryptAPI.php:1079 303 340 msgid "Open QR CODE" 304 341 msgstr "Abrir Código QR" 305 342 306 #: controllers/CryptAPI.php:3 29343 #: controllers/CryptAPI.php:339 307 344 msgid "Order cancelation timeout" 308 345 msgstr "Tempo até que a encomenda seja cancelada" 309 346 310 #: controllers/CryptAPI.php:1 146347 #: controllers/CryptAPI.php:1210 311 348 msgid "Order cancelled due to lack of payment." 312 349 msgstr "Encomenda cancelada devido à falta de pagamento." 313 350 314 #: controllers/CryptAPI.php:1 035351 #: controllers/CryptAPI.php:1140 315 352 msgid "" 316 353 "Order has been cancelled due to lack of payment. Please don't send any " … … 320 357 "nenhum pagamento para o endereço." 321 358 322 #: controllers/CryptAPI.php: 964359 #: controllers/CryptAPI.php:1066 323 360 msgid "Order will be cancelled in less than a minute." 324 361 msgstr "A encomenda será cancelada em menos de um minuto." 325 362 326 #: controllers/CryptAPI.php:1 383363 #: controllers/CryptAPI.php:1450 327 364 msgid "Pay" 328 365 msgstr "Pagar" 329 366 330 #: controllers/CryptAPI.php:4 26367 #: controllers/CryptAPI.php:441 331 368 msgid "Pay with" 332 369 msgstr "Pagar com" 333 370 334 #: controllers/CryptAPI.php:1 069371 #: controllers/CryptAPI.php:1177 335 372 msgid "Payment confirmed" 336 373 msgstr "O pagamento foi confirmado" 337 374 338 #: controllers/CryptAPI.php:5 79375 #: controllers/CryptAPI.php:596 339 376 msgid "Payment could not be processed, please try again" 340 377 msgstr "Não foi possível processar o pagamento, por favor tente novamente." 341 378 342 #: controllers/CryptAPI.php: 755 controllers/CryptAPI.php:757379 #: controllers/CryptAPI.php:809 controllers/CryptAPI.php:811 343 380 msgid "Payment detected and confirmed. Customer still need to send" 344 381 msgstr "Pagamento detectado e confirmado. O cliente deverá ainda enviar" 345 382 346 #: controllers/CryptAPI.php:5 73383 #: controllers/CryptAPI.php:590 347 384 msgid "Payment error:" 348 385 msgstr "Erro no pagamento: " 349 386 350 #: controllers/CryptAPI.php:2 20387 #: controllers/CryptAPI.php:230 351 388 msgid "Payment method description that the customer will see on your checkout" 352 389 msgstr "Descrição do pagamento que o seu cliente verá no pagamento" 353 390 354 #: controllers/CryptAPI.php:4 76391 #: controllers/CryptAPI.php:491 355 392 msgid "Please choose a cryptocurrency" 356 393 msgstr "Por favor selecione uma criptomoeda" 357 394 358 #: controllers/CryptAPI.php:12 00395 #: controllers/CryptAPI.php:1263 359 396 msgid "Please renew your subscription" 360 397 msgstr "Por favor, renove a sua subscrição" … … 369 406 "estiver pronto/a: %2$s" 370 407 371 #: controllers/CryptAPI.php:4 15408 #: controllers/CryptAPI.php:429 372 409 msgid "Please select a Cryptocurrency" 373 410 msgstr "Por favor selecione uma Criptomoeda" 374 411 375 #: controllers/CryptAPI.php: 919412 #: controllers/CryptAPI.php:1014 376 413 msgid "PLEASE SEND" 377 414 msgstr "ENVIE" 378 415 379 #: controllers/CryptAPI.php:1 015416 #: controllers/CryptAPI.php:1120 380 417 msgid "Processing can take some time depending on the blockchain." 381 418 msgstr "O processamento poderá demorar algum tempo, dependendo da blockchain." 382 419 383 #: controllers/CryptAPI.php:2 79420 #: controllers/CryptAPI.php:289 384 421 msgid "QR Code by default" 385 422 msgstr "Código QR por defeito" 386 423 387 #: controllers/CryptAPI.php:2 88424 #: controllers/CryptAPI.php:298 388 425 msgid "QR code image size" 389 426 msgstr "Tamanho do Código QR" 390 427 391 #: controllers/CryptAPI.php:2 85428 #: controllers/CryptAPI.php:295 392 429 msgid "QR Code size" 393 430 msgstr "Tamanho do Código QR" 394 431 395 #: controllers/CryptAPI.php: 291432 #: controllers/CryptAPI.php:301 396 433 msgid "QR Code to show" 397 434 msgstr "" 398 435 "Código QR para mostrar\n" 399 436 400 #: controllers/CryptAPI.php: 862437 #: controllers/CryptAPI.php:953 401 438 msgid "QR Code with value" 402 439 msgstr "Código QR com o valor" 403 440 404 #: controllers/CryptAPI.php: 852 controllers/CryptAPI.php:904441 #: controllers/CryptAPI.php:943 controllers/CryptAPI.php:998 405 442 msgid "QR Code without value" 406 443 msgstr "Código QR sem o valor" 407 444 408 #: controllers/CryptAPI.php:3 14445 #: controllers/CryptAPI.php:324 409 446 msgid "Refresh converted value" 410 447 msgstr "Atualizar o valor convertido" 411 448 412 #: controllers/CryptAPI.php:3 00449 #: controllers/CryptAPI.php:310 413 450 msgid "" 414 451 "Select how you want to show the QR Code to the user. Either select a default " … … 418 455 "mostrar primeiro ou oculte um deles.\n" 419 456 420 #: controllers/CryptAPI.php:3 40457 #: controllers/CryptAPI.php:353 421 458 msgid "" 422 459 "Selects the amount of time the user has to pay for the order. %1$s When " … … 432 469 "Aviso: %3$s Não aconselhamos mais de 1 Hora.\n" 433 470 434 #: controllers/CryptAPI.php:3 06471 #: controllers/CryptAPI.php:316 435 472 msgid "" 436 473 "Selects the color scheme of the plugin to match your website (Light, Dark " … … 440 477 " Escuro e Auto para detectar automaticamente)" 441 478 442 #: controllers/CryptAPI.php:13 32479 #: controllers/CryptAPI.php:1399 443 480 msgid "Service Fee" 444 481 msgstr "Taxas do Serviço" 445 482 446 #: controllers/CryptAPI.php:2 41483 #: controllers/CryptAPI.php:251 447 484 msgid "Service fee manager" 448 485 msgstr "Gestão das taxas do serviço" 449 486 450 #: controllers/CryptAPI.php:2 76487 #: controllers/CryptAPI.php:286 451 488 #| msgid "" 452 489 #| "Set the CryptAPI service fee you want to charge the costumer.<br><strong>" … … 462 499 "as taxas da CryptAPI total ou parcialmente)" 463 500 464 #: controllers/CryptAPI.php:2 23501 #: controllers/CryptAPI.php:233 465 502 msgid "Show CryptAPI branding" 466 503 msgstr "Mostrar marca da CryptAPI" 467 504 468 #: controllers/CryptAPI.php:2 25505 #: controllers/CryptAPI.php:235 469 506 msgid "Show CryptAPI logo and credits below the QR code" 470 507 msgstr "Mostrar logo da CryptAPI e créditos por baixo do Código QR" 471 508 472 #: controllers/CryptAPI.php:2 29509 #: controllers/CryptAPI.php:239 473 510 msgid "Show crypto logos in checkout" 474 511 msgstr "" 475 512 "Mostrar logotipos das cryptomoedas no checkout\n" 476 513 477 #: controllers/CryptAPI.php: 889514 #: controllers/CryptAPI.php:982 478 515 msgid "Show QR Code with value" 479 516 msgstr "Mostrar Código QR com o valor" 480 517 481 #: controllers/CryptAPI.php: 878 controllers/CryptAPI.php:907518 #: controllers/CryptAPI.php:970 controllers/CryptAPI.php:1002 482 519 msgid "Show QR Code without value" 483 520 msgstr "Mostrar Código QR com o valor" 484 521 485 #: controllers/CryptAPI.php: 971522 #: controllers/CryptAPI.php:1074 486 523 msgid "Show the QR code" 487 524 msgstr "Mostrar Código QR" 488 525 489 #: controllers/CryptAPI.php:2 81526 #: controllers/CryptAPI.php:291 490 527 msgid "Show the QR Code by default" 491 528 msgstr "Mostrar código QR por defeito" 492 529 493 #: controllers/CryptAPI.php: 929530 #: controllers/CryptAPI.php:1028 494 531 msgid "" 495 532 "So far you sent %1s. Please send a new payment to complete the order, as " … … 499 536 "conforme solicitado acima\n" 500 537 501 #: controllers/CryptAPI.php: 943538 #: controllers/CryptAPI.php:1042 502 539 #| msgid "The %1s conversion rate will be adjusted in %2s" 503 540 msgid "The %1s conversion rate will be adjusted in" … … 505 542 "A taxa de conversão %1s será ajustada em\n" 506 543 507 #: controllers/CryptAPI.php:3 26544 #: controllers/CryptAPI.php:336 508 545 msgid "" 509 546 "The system will automatically update the conversion value of the invoices " … … 521 558 "sendo que recomendamos que a mantenha em 5 minutos. %3$s\n" 522 559 523 #: controllers/CryptAPI.php:5 41560 #: controllers/CryptAPI.php:556 524 561 msgid "There was an error with the payment. Please try again." 525 562 msgstr "Ocorreu um erro com o pagamento. Por favor, tente novamente." 526 563 527 #: controllers/CryptAPI.php:2 12564 #: controllers/CryptAPI.php:222 528 565 msgid "This controls the title which the user sees during checkout." 529 566 msgstr "Controla o título que o seu cliente vê durante a encomenda." 530 567 531 #: controllers/CryptAPI.php: 965568 #: controllers/CryptAPI.php:1067 532 569 #| msgid "This order will be valid until %s" 533 570 msgid "This order will be valid for %s" … … 535 572 "Esta encomenda será válida por %s\n" 536 573 537 #: controllers/CryptAPI.php:2 37574 #: controllers/CryptAPI.php:247 538 575 msgid "This will add an estimation of the blockchain fee to the order value" 539 576 msgstr "" 540 577 "Isso adicionará uma estimativa da taxa de blockchain ao valor da encomenda" 541 578 542 #: controllers/CryptAPI.php:1 040579 #: controllers/CryptAPI.php:1145 543 580 msgid "Time" 544 581 msgstr "Tempo" 545 582 546 #: controllers/CryptAPI.php:2 10583 #: controllers/CryptAPI.php:220 547 584 msgid "Title" 548 585 msgstr "TÍtulo" 549 586 550 #: controllers/CryptAPI.php:7 16587 #: controllers/CryptAPI.php:794 controllers/CryptAPI.php:802 551 588 msgid "User sent a payment of" 552 589 msgstr "O cliente enviou pagamento de" 553 590 554 #: controllers/CryptAPI.php:1 041591 #: controllers/CryptAPI.php:1146 555 592 msgid "Value Paid" 556 593 msgstr "Valor Pago" 557 594 558 #: controllers/CryptAPI.php:5 31595 #: controllers/CryptAPI.php:546 559 596 msgid "Value too low, minimum is" 560 597 msgstr "O valor é demasiado pequeno, o mínimo é" 561 598 562 #: controllers/CryptAPI.php:1 062599 #: controllers/CryptAPI.php:1169 563 600 msgid "Waiting for network confirmation" 564 601 msgstr "Aguardando confirmação da rede" 565 602 566 #: controllers/CryptAPI.php:1 055603 #: controllers/CryptAPI.php:1161 567 604 msgid "Waiting for payment" 568 605 msgstr "Aguardando pagamento" 569 606 570 #: controllers/CryptAPI.php:3 45607 #: controllers/CryptAPI.php:358 571 608 #| msgid "" 572 609 #| "When this setting is enabled, the plugin will mark the order as " … … 581 618 "%2$s" 582 619 583 #: controllers/CryptAPI.php: 890620 #: controllers/CryptAPI.php:983 584 621 #| msgid "WITH AMMOUNT" 585 622 msgid "WITH AMOUNT" 586 623 msgstr "COM VALOR" 587 624 588 #: controllers/CryptAPI.php:1 025625 #: controllers/CryptAPI.php:1130 589 626 msgid "Your payment has been confirmed!" 590 627 msgstr "O seu pagamento foi confirmado!" 591 628 592 #: controllers/CryptAPI.php:1 014629 #: controllers/CryptAPI.php:1119 593 630 msgid "Your payment is being processed!" 594 631 msgstr "O seu pagamento está a ser processado!" -
cryptapi-payment-gateway-for-woocommerce/trunk/languages/cryptapi-payment-gateway-for-woocommerce.pot
r2797338 r2959171 1 # Copyright (C) 202 2cryptapi1 # Copyright (C) 2023 cryptapi 2 2 # This file is distributed under the MIT. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: CryptAPI Payment Gateway for WooCommerce 4. 6.2\n"6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cryptapi \n"5 "Project-Id-Version: CryptAPI Payment Gateway for WooCommerce 4.7.9\n" 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cryptapi-payment-gateway-for-woocommerce\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 8 8 "Language-Team: LANGUAGE <LL@li.org>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 202 2-09-23T12:20:13+02:00\n"12 "POT-Creation-Date: 2023-08-25T17:58:31+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2. 6.0\n"14 "X-Generator: WP-CLI 2.8.1\n" 15 15 "X-Domain: cryptapi\n" 16 16 … … 35 35 msgstr "" 36 36 37 #: controllers/CryptAPI.php:1 637 #: controllers/CryptAPI.php:17 38 38 msgid "CryptAPI allows customers to pay in cryptocurrency" 39 39 msgstr "" 40 40 41 #: controllers/CryptAPI.php:8 441 #: controllers/CryptAPI.php:89 42 42 msgid "If you need any help or have any suggestion, contact us via the <b>live chat</b> on our <b><a href='https://cryptapi.io' target='_blank'>website</a></b> or join our <b><a href='https://discord.gg/cryptapi' target='_blank'>Discord server</a></b>" 43 43 msgstr "" 44 44 45 #: controllers/CryptAPI.php: 8745 #: controllers/CryptAPI.php:92 46 46 msgid "If you enjoy this plugin please <b><a href='https://wordpress.org/support/plugin/cryptapi-payment-gateway-for-woocommerce/reviews/#new-post' target='_blank'>rate and review it</a></b>!" 47 47 msgstr "" 48 48 49 #: controllers/CryptAPI.php:2 0449 #: controllers/CryptAPI.php:214 50 50 msgid "Enabled" 51 51 msgstr "" 52 52 53 #: controllers/CryptAPI.php:2 0653 #: controllers/CryptAPI.php:216 54 54 msgid "Enable CryptAPI Payments" 55 55 msgstr "" 56 56 57 #: controllers/CryptAPI.php:2 1057 #: controllers/CryptAPI.php:220 58 58 msgid "Title" 59 59 msgstr "" 60 60 61 #: controllers/CryptAPI.php:2 1261 #: controllers/CryptAPI.php:222 62 62 msgid "This controls the title which the user sees during checkout." 63 63 msgstr "" 64 64 65 #: controllers/CryptAPI.php:2 1365 #: controllers/CryptAPI.php:223 66 66 msgid "Cryptocurrency" 67 67 msgstr "" 68 68 69 #: controllers/CryptAPI.php:2 1769 #: controllers/CryptAPI.php:227 70 70 msgid "Description" 71 71 msgstr "" 72 72 73 #: controllers/CryptAPI.php:2 2073 #: controllers/CryptAPI.php:230 74 74 msgid "Payment method description that the customer will see on your checkout" 75 75 msgstr "" 76 76 77 #: controllers/CryptAPI.php:2 2377 #: controllers/CryptAPI.php:233 78 78 msgid "Show CryptAPI branding" 79 79 msgstr "" 80 80 81 #: controllers/CryptAPI.php:2 2581 #: controllers/CryptAPI.php:235 82 82 msgid "Show CryptAPI logo and credits below the QR code" 83 83 msgstr "" 84 84 85 #: controllers/CryptAPI.php:2 2985 #: controllers/CryptAPI.php:239 86 86 msgid "Show crypto logos in checkout" 87 87 msgstr "" 88 88 89 #: controllers/CryptAPI.php:2 3189 #: controllers/CryptAPI.php:241 90 90 msgid "Enable this to show the cryptocurrencies logos in the checkout %1$s %2$s Notice: %3$s It may break in some templates. Use at your own risk." 91 91 msgstr "" 92 92 93 #: controllers/CryptAPI.php:2 3593 #: controllers/CryptAPI.php:245 94 94 msgid "Add the blockchain fee to the order" 95 95 msgstr "" 96 96 97 #: controllers/CryptAPI.php:2 3797 #: controllers/CryptAPI.php:247 98 98 msgid "This will add an estimation of the blockchain fee to the order value" 99 99 msgstr "" 100 100 101 #: controllers/CryptAPI.php:2 41101 #: controllers/CryptAPI.php:251 102 102 msgid "Service fee manager" 103 103 msgstr "" 104 104 105 #: controllers/CryptAPI.php:2 76105 #: controllers/CryptAPI.php:286 106 106 msgid "Set the CryptAPI service fee you want to charge the costumer. %1$s %2$s Note: %3$s Fee you want to charge your costumers (to cover CryptAPI's fees fully or partially)." 107 107 msgstr "" 108 108 109 #: controllers/CryptAPI.php:2 79109 #: controllers/CryptAPI.php:289 110 110 msgid "QR Code by default" 111 111 msgstr "" 112 112 113 #: controllers/CryptAPI.php:2 81113 #: controllers/CryptAPI.php:291 114 114 msgid "Show the QR Code by default" 115 115 msgstr "" 116 116 117 #: controllers/CryptAPI.php:2 85117 #: controllers/CryptAPI.php:295 118 118 msgid "QR Code size" 119 119 msgstr "" 120 120 121 #: controllers/CryptAPI.php:2 88121 #: controllers/CryptAPI.php:298 122 122 msgid "QR code image size" 123 123 msgstr "" 124 124 125 #: controllers/CryptAPI.php: 291125 #: controllers/CryptAPI.php:301 126 126 msgid "QR Code to show" 127 127 msgstr "" 128 128 129 #: controllers/CryptAPI.php: 295129 #: controllers/CryptAPI.php:305 130 130 msgid "Default Without Amount" 131 131 msgstr "" 132 132 133 #: controllers/CryptAPI.php: 296133 #: controllers/CryptAPI.php:306 134 134 msgid "Default Amount" 135 135 msgstr "" 136 136 137 #: controllers/CryptAPI.php: 297137 #: controllers/CryptAPI.php:307 138 138 msgid "Hide Amount" 139 139 msgstr "" 140 140 141 #: controllers/CryptAPI.php: 298141 #: controllers/CryptAPI.php:308 142 142 msgid "Hide Without Amount" 143 143 msgstr "" 144 144 145 #: controllers/CryptAPI.php:3 00145 #: controllers/CryptAPI.php:310 146 146 msgid "Select how you want to show the QR Code to the user. Either select a default to show first, or hide one of them." 147 147 msgstr "" 148 148 149 #: controllers/CryptAPI.php:3 03149 #: controllers/CryptAPI.php:313 150 150 msgid "Color Scheme" 151 151 msgstr "" 152 152 153 #: controllers/CryptAPI.php:3 06153 #: controllers/CryptAPI.php:316 154 154 msgid "Selects the color scheme of the plugin to match your website (Light, Dark and Auto to automatically detect it)" 155 155 msgstr "" 156 156 157 #: controllers/CryptAPI.php:3 08157 #: controllers/CryptAPI.php:318 158 158 msgid "Light" 159 159 msgstr "" 160 160 161 #: controllers/CryptAPI.php:3 09161 #: controllers/CryptAPI.php:319 162 162 msgid "Dark" 163 163 msgstr "" 164 164 165 #: controllers/CryptAPI.php:3 10165 #: controllers/CryptAPI.php:320 166 166 msgid "Auto" 167 167 msgstr "" 168 168 169 #: controllers/CryptAPI.php:3 14169 #: controllers/CryptAPI.php:324 170 170 msgid "Refresh converted value" 171 171 msgstr "" 172 172 173 #: controllers/CryptAPI.php:318 173 #: controllers/CryptAPI.php:328 174 #: controllers/CryptAPI.php:343 175 msgid "Never" 176 msgstr "" 177 178 #: controllers/CryptAPI.php:329 179 msgid "Every 5 Minutes" 180 msgstr "" 181 182 #: controllers/CryptAPI.php:330 183 msgid "Every 10 Minutes" 184 msgstr "" 185 186 #: controllers/CryptAPI.php:331 187 msgid "Every 15 Minutes" 188 msgstr "" 189 190 #: controllers/CryptAPI.php:332 191 msgid "Every 30 Minutes" 192 msgstr "" 193 174 194 #: controllers/CryptAPI.php:333 175 msgid "Never"176 msgstr ""177 178 #: controllers/CryptAPI.php:319179 msgid "Every 5 Minutes"180 msgstr ""181 182 #: controllers/CryptAPI.php:320183 msgid "Every 10 Minutes"184 msgstr ""185 186 #: controllers/CryptAPI.php:321187 msgid "Every 15 Minutes"188 msgstr ""189 190 #: controllers/CryptAPI.php:322191 msgid "Every 30 Minutes"192 msgstr ""193 194 #: controllers/CryptAPI.php:323195 195 msgid "Every 45 Minutes" 196 196 msgstr "" 197 197 198 #: controllers/CryptAPI.php:3 24198 #: controllers/CryptAPI.php:334 199 199 msgid "Every 60 Minutes" 200 200 msgstr "" 201 201 202 #: controllers/CryptAPI.php:3 26202 #: controllers/CryptAPI.php:336 203 203 msgid "The system will automatically update the conversion value of the invoices (with real-time data), every X minutes. %1$s This feature is helpful whenever a customer takes long time to pay a generated invoice and the selected crypto a volatile coin/token (not stable coin). %1$s %4$s Warning: %3$s Setting this setting to none might create conversion issues, as we advise you to keep it at 5 minutes. %3$s" 204 204 msgstr "" 205 205 206 #: controllers/CryptAPI.php:3 29206 #: controllers/CryptAPI.php:339 207 207 msgid "Order cancelation timeout" 208 208 msgstr "" 209 209 210 #: controllers/CryptAPI.php:334 210 #: controllers/CryptAPI.php:344 211 msgid "15 Minutes" 212 msgstr "" 213 214 #: controllers/CryptAPI.php:345 215 msgid "30 Minutes" 216 msgstr "" 217 218 #: controllers/CryptAPI.php:346 219 msgid "45 Minutes" 220 msgstr "" 221 222 #: controllers/CryptAPI.php:347 211 223 msgid "1 Hour" 212 224 msgstr "" 213 225 214 #: controllers/CryptAPI.php:3 35226 #: controllers/CryptAPI.php:348 215 227 msgid "6 Hours" 216 228 msgstr "" 217 229 218 #: controllers/CryptAPI.php:3 36230 #: controllers/CryptAPI.php:349 219 231 msgid "12 Hours" 220 232 msgstr "" 221 233 222 #: controllers/CryptAPI.php:3 37234 #: controllers/CryptAPI.php:350 223 235 msgid "18 Hours" 224 236 msgstr "" 225 237 226 #: controllers/CryptAPI.php:3 38238 #: controllers/CryptAPI.php:351 227 239 msgid "24 Hours" 228 240 msgstr "" 229 241 230 #: controllers/CryptAPI.php:3 40242 #: controllers/CryptAPI.php:353 231 243 msgid "Selects the amount of time the user has to pay for the order. %1$s When this time is over, order will be marked as \"Cancelled\" and every paid value will be ignored. %1$s %2$s Notice: %3$s If the user still sends money to the generated address, value will still be redirected to you. %1$s %4$s Warning: %3$s We do not advice more than 1 Hour." 232 244 msgstr "" 233 245 234 #: controllers/CryptAPI.php:3 43246 #: controllers/CryptAPI.php:356 235 247 msgid "Completed status for virtual products" 236 248 msgstr "" 237 249 238 #: controllers/CryptAPI.php:3 45250 #: controllers/CryptAPI.php:358 239 251 msgid "When this setting is enabled, the plugin will mark the order as \"completed\" then payment is received. %1$s Only for virtual products %2$s." 240 252 msgstr "" 241 253 242 #: controllers/CryptAPI.php:3 49254 #: controllers/CryptAPI.php:362 243 255 msgid "Disable price conversion" 244 256 msgstr "" 245 257 246 #: controllers/CryptAPI.php:3 51258 #: controllers/CryptAPI.php:364 247 259 msgid "%2$s Attention: This option will disable the price conversion for ALL cryptocurrencies! %3$s %1$s If you check this, pricing will not be converted from the currency of your shop to the cryptocurrency selected by the user, and users will be requested to pay the same value as shown on your shop, regardless of the cryptocurrency selected" 248 260 msgstr "" 249 261 250 #: controllers/CryptAPI.php:3 55262 #: controllers/CryptAPI.php:368 251 263 msgid "API Key" 252 264 msgstr "" 253 265 254 #: controllers/CryptAPI.php:3 58255 msgid " Insert here your BlockBee API Key. You can get one here: %1$s"256 msgstr "" 257 258 #: controllers/CryptAPI.php:3 62266 #: controllers/CryptAPI.php:371 267 msgid "(Optional) Insert here your BlockBee API Key. You can get one here: %1$s" 268 msgstr "" 269 270 #: controllers/CryptAPI.php:375 259 271 msgid "Insert your %s address here. Leave the checkbox unselected if you want to skip this cryptocurrency" 260 272 msgstr "" 261 273 262 #: controllers/CryptAPI.php:4 15274 #: controllers/CryptAPI.php:429 263 275 msgid "Please select a Cryptocurrency" 264 276 msgstr "" 265 277 266 #: controllers/CryptAPI.php:4 26278 #: controllers/CryptAPI.php:441 267 279 msgid "Pay with" 268 280 msgstr "" 269 281 270 #: controllers/CryptAPI.php:4 76282 #: controllers/CryptAPI.php:491 271 283 msgid "Please choose a cryptocurrency" 272 284 msgstr "" 273 285 274 #: controllers/CryptAPI.php:5 31286 #: controllers/CryptAPI.php:546 275 287 msgid "Value too low, minimum is" 276 288 msgstr "" 277 289 278 #: controllers/CryptAPI.php:5 41290 #: controllers/CryptAPI.php:556 279 291 msgid "There was an error with the payment. Please try again." 280 292 msgstr "" 281 293 282 #: controllers/CryptAPI.php:5 64294 #: controllers/CryptAPI.php:581 283 295 msgid "Awaiting payment" 284 296 msgstr "" 285 297 286 #: controllers/CryptAPI.php:5 73298 #: controllers/CryptAPI.php:590 287 299 msgid "Payment error:" 288 300 msgstr "" 289 301 290 #: controllers/CryptAPI.php:5 79302 #: controllers/CryptAPI.php:596 291 303 msgid "Payment could not be processed, please try again" 292 304 msgstr "" 293 305 294 #: controllers/CryptAPI.php:716 306 #: controllers/CryptAPI.php:794 307 #: controllers/CryptAPI.php:802 295 308 msgid "User sent a payment of" 296 309 msgstr "" 297 310 298 #: controllers/CryptAPI.php: 755299 #: controllers/CryptAPI.php: 757311 #: controllers/CryptAPI.php:809 312 #: controllers/CryptAPI.php:811 300 313 msgid "Payment detected and confirmed. Customer still need to send" 301 314 msgstr "" 302 315 303 #: controllers/CryptAPI.php: 852304 #: controllers/CryptAPI.php:9 04316 #: controllers/CryptAPI.php:943 317 #: controllers/CryptAPI.php:998 305 318 msgid "QR Code without value" 306 319 msgstr "" 307 320 308 #: controllers/CryptAPI.php: 862321 #: controllers/CryptAPI.php:953 309 322 msgid "QR Code with value" 310 323 msgstr "" 311 324 312 #: controllers/CryptAPI.php: 878313 #: controllers/CryptAPI.php: 907325 #: controllers/CryptAPI.php:970 326 #: controllers/CryptAPI.php:1002 314 327 msgid "Show QR Code without value" 315 328 msgstr "" 316 329 317 #: controllers/CryptAPI.php: 879318 #: controllers/CryptAPI.php: 908330 #: controllers/CryptAPI.php:971 331 #: controllers/CryptAPI.php:1003 319 332 msgid "ADDRESS" 320 333 msgstr "" 321 334 322 #: controllers/CryptAPI.php: 889335 #: controllers/CryptAPI.php:982 323 336 msgid "Show QR Code with value" 324 337 msgstr "" 325 338 326 #: controllers/CryptAPI.php: 890339 #: controllers/CryptAPI.php:983 327 340 msgid "WITH AMOUNT" 328 341 msgstr "" 329 342 330 #: controllers/CryptAPI.php: 919343 #: controllers/CryptAPI.php:1014 331 344 msgid "PLEASE SEND" 332 345 msgstr "" 333 346 334 #: controllers/CryptAPI.php: 923335 #: controllers/CryptAPI.php: 955347 #: controllers/CryptAPI.php:1019 348 #: controllers/CryptAPI.php:1055 336 349 msgid "COPY" 337 350 msgstr "" 338 351 339 #: controllers/CryptAPI.php: 924340 #: controllers/CryptAPI.php: 956352 #: controllers/CryptAPI.php:1021 353 #: controllers/CryptAPI.php:1057 341 354 msgid "COPIED!" 342 355 msgstr "" 343 356 344 #: controllers/CryptAPI.php: 929357 #: controllers/CryptAPI.php:1028 345 358 msgid "So far you sent %1s. Please send a new payment to complete the order, as requested above" 346 359 msgstr "" 347 360 348 #: controllers/CryptAPI.php: 934361 #: controllers/CryptAPI.php:1033 349 362 msgid "Notice" 350 363 msgstr "" 351 364 352 #: controllers/CryptAPI.php: 934365 #: controllers/CryptAPI.php:1033 353 366 msgid "For technical reasons, the minimum amount for each transaction is %1s, so we adjusted the value by adding the remaining to it." 354 367 msgstr "" 355 368 356 #: controllers/CryptAPI.php: 943369 #: controllers/CryptAPI.php:1042 357 370 msgid "The %1s conversion rate will be adjusted in" 358 371 msgstr "" 359 372 360 #: controllers/CryptAPI.php: 946373 #: controllers/CryptAPI.php:1046 361 374 msgid "a moment" 362 375 msgstr "" 363 376 364 #: controllers/CryptAPI.php: 964377 #: controllers/CryptAPI.php:1066 365 378 msgid "Order will be cancelled in less than a minute." 366 379 msgstr "" 367 380 368 #: controllers/CryptAPI.php: 965381 #: controllers/CryptAPI.php:1067 369 382 msgid "This order will be valid for %s" 370 383 msgstr "" 371 384 372 #: controllers/CryptAPI.php: 971385 #: controllers/CryptAPI.php:1074 373 386 msgid "Show the QR code" 374 387 msgstr "" 375 388 376 #: controllers/CryptAPI.php: 976389 #: controllers/CryptAPI.php:1079 377 390 msgid "Open QR CODE" 378 391 msgstr "" 379 392 380 #: controllers/CryptAPI.php: 981393 #: controllers/CryptAPI.php:1084 381 394 msgid "Close QR CODE" 382 395 msgstr "" 383 396 384 #: controllers/CryptAPI.php:1 014397 #: controllers/CryptAPI.php:1119 385 398 msgid "Your payment is being processed!" 386 399 msgstr "" 387 400 388 #: controllers/CryptAPI.php:1 015401 #: controllers/CryptAPI.php:1120 389 402 msgid "Processing can take some time depending on the blockchain." 390 403 msgstr "" 391 404 392 #: controllers/CryptAPI.php:1 025405 #: controllers/CryptAPI.php:1130 393 406 msgid "Your payment has been confirmed!" 394 407 msgstr "" 395 408 396 #: controllers/CryptAPI.php:1 035409 #: controllers/CryptAPI.php:1140 397 410 msgid "Order has been cancelled due to lack of payment. Please don't send any payment to the address." 398 411 msgstr "" 399 412 400 #: controllers/CryptAPI.php:1 040413 #: controllers/CryptAPI.php:1145 401 414 msgid "Time" 402 415 msgstr "" 403 416 404 #: controllers/CryptAPI.php:1 041417 #: controllers/CryptAPI.php:1146 405 418 msgid "Value Paid" 406 419 msgstr "" 407 420 408 #: controllers/CryptAPI.php:1 042421 #: controllers/CryptAPI.php:1147 409 422 msgid "FIAT Value" 410 423 msgstr "" 411 424 412 #: controllers/CryptAPI.php:1 055425 #: controllers/CryptAPI.php:1161 413 426 msgid "Waiting for payment" 414 427 msgstr "" 415 428 416 #: controllers/CryptAPI.php:1 062429 #: controllers/CryptAPI.php:1169 417 430 msgid "Waiting for network confirmation" 418 431 msgstr "" 419 432 420 #: controllers/CryptAPI.php:1 069433 #: controllers/CryptAPI.php:1177 421 434 msgid "Payment confirmed" 422 435 msgstr "" 423 436 424 #: controllers/CryptAPI.php:1 146437 #: controllers/CryptAPI.php:1210 425 438 msgid "Order cancelled due to lack of payment." 426 439 msgstr "" 427 440 428 #: controllers/CryptAPI.php:12 00441 #: controllers/CryptAPI.php:1263 429 442 msgid "Please renew your subscription" 430 443 msgstr "" 431 444 432 #: controllers/CryptAPI.php:1 262445 #: controllers/CryptAPI.php:1325 433 446 msgid "Addresses" 434 447 msgstr "" 435 448 436 #: controllers/CryptAPI.php:1 264449 #: controllers/CryptAPI.php:1327 437 450 msgid "If you are using BlockBee you can choose if setting the receiving addresses here bellow or in your BlockBee settings page. %1$s - In order to set the addresses on plugin settings, you need to select “Address Override” while creating the API key. %1$s - In order to set the addresses on BlockBee settings, you need to NOT select “Address Override” while creating the API key." 438 451 msgstr "" 439 452 440 #: controllers/CryptAPI.php:13 32453 #: controllers/CryptAPI.php:1399 441 454 msgid "Service Fee" 442 455 msgstr "" 443 456 444 #: controllers/CryptAPI.php:1 372457 #: controllers/CryptAPI.php:1439 445 458 msgid "Check your payment status" 446 459 msgstr "" 447 460 448 #: controllers/CryptAPI.php:1 383461 #: controllers/CryptAPI.php:1450 449 462 msgid "Pay" 463 msgstr "" 464 465 #: controllers/CryptAPI.php:1498 466 msgid "If the order is not being updated, your ISP is probably blocking our IPs (%1$s and %2$s): please try to get them whitelisted and feel free to contact us anytime to get support (link to our contact page). In the meantime you can refresh the status of any payment by clicking this button below:" 467 msgstr "" 468 469 #: controllers/CryptAPI.php:1502 470 msgid "Check for Callbacks" 471 msgstr "" 472 473 #: controllers/CryptAPI.php:1511 474 msgid "Checking" 450 475 msgstr "" 451 476 -
cryptapi-payment-gateway-for-woocommerce/trunk/readme.txt
r2957840 r2959171 4 4 Requires at least: 5 5 5 Tested up to: 6.3 6 Stable tag: 4.7. 96 Stable tag: 4.7.10 7 7 Requires PHP: 7.2 8 8 WC requires at least: 5.8 … … 354 354 * Minor fixes 355 355 356 = 4.7.10 = 357 * Add new choices for order cancellation. 358 359 356 360 == Upgrade Notice == 357 361
Note: See TracChangeset
for help on using the changeset viewer.