Plugin Directory

Changeset 2959171


Ignore:
Timestamp:
08/28/2023 08:33:55 AM (3 years ago)
Author:
cryptapi
Message:

v4.7.10 - new features

Location:
cryptapi-payment-gateway-for-woocommerce
Files:
23 edited
8 copied

Legend:

Unmodified
Added
Removed
  • cryptapi-payment-gateway-for-woocommerce/tags/4.7.10/CryptAPI.php

    r2957840 r2959171  
    44Plugin URI: https://github.com/cryptapi/woocommerce-cryptapi
    55Description: Accept cryptocurrency payments on your WooCommerce website
    6 Version: 4.7.9
     6Version: 4.7.10
    77Requires at least: 5
    88Tested up to: 6.3
  • cryptapi-payment-gateway-for-woocommerce/tags/4.7.10/README.md

    r2957840 r2959171  
    356356* Minor fixes
    357357
     358#### 4.7.10
     359* Add new choices for order cancellation.
     360
    358361### Upgrade Notice
    359362#### 4.3
  • cryptapi-payment-gateway-for-woocommerce/tags/4.7.10/controllers/CryptAPI.php

    r2957840 r2959171  
    342342                    'options' => array(
    343343                        '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')),
    344347                        '3600' => esc_attr(__('1 Hour', 'cryptapi')),
    345348                        '21600' => esc_attr(__('6 Hours', 'cryptapi')),
  • cryptapi-payment-gateway-for-woocommerce/tags/4.7.10/define.php

    r2957840 r2959171  
    11<?php
    22
    3 define('CRYPTAPI_PLUGIN_VERSION', '4.7.9');
     3define('CRYPTAPI_PLUGIN_VERSION', '4.7.10');
    44define('CRYPTAPI_PLUGIN_PATH', plugin_dir_path(__FILE__));
    55define('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  
    1111"Content-Transfer-Encoding: 8bit\n"
    1212"POT-Creation-Date: 2022-09-23T12:20:13+02:00\n"
    13 "PO-Revision-Date: 2022-09-23 10:44+0000\n"
     13"PO-Revision-Date: 2023-08-25 18:01+0000\n"
    1414"X-Generator: Loco https://localise.biz/\n"
    1515"X-Domain: cryptapi\n"
     
    1818"X-Loco-Version: 2.6.2; wp-6.0.2"
    1919
     20#: controllers/CryptAPI.php:364
     21msgid ""
     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"
     27msgstr ""
     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"
     36msgid ""
     37"(Optional) Insert here your BlockBee API Key. You can get one here: %1$s"
     38msgstr ""
     39"(Opcional) Inserte aquí su clave API de BlockBee. Puedes conseguir uno aquí: "
     40"%1$s\n"
     41
     42#: controllers/CryptAPI.php:347
     43msgid "1 Hour"
     44msgstr ""
     45"1 hora\n"
     46
     47#: controllers/CryptAPI.php:349
     48msgid "12 Hours"
     49msgstr ""
     50"12 Horas\n"
     51
     52#: controllers/CryptAPI.php:344
     53msgid "15 Minutes"
     54msgstr "15 Minutos"
     55
     56#: controllers/CryptAPI.php:350
     57msgid "18 Hours"
     58msgstr ""
     59"18 Horas\n"
     60
     61#: controllers/CryptAPI.php:351
     62msgid "24 Hours"
     63msgstr "24 Horas"
     64
     65#: controllers/CryptAPI.php:345
     66msgid "30 Minutes"
     67msgstr "30 Minutos"
     68
     69#: controllers/CryptAPI.php:346
     70msgid "45 Minutes"
     71msgstr "45 Minutos"
     72
     73#: controllers/CryptAPI.php:348
     74msgid "6 Hours"
     75msgstr "6 Horas"
     76
     77#: controllers/CryptAPI.php:1046
     78msgid "a moment"
     79msgstr ""
     80"un momento\n"
     81
     82#. Description of the plugin
     83msgid "Accept cryptocurrency payments on your WooCommerce website"
     84msgstr ""
     85"Acepte pagos en criptomonedas en su sitio web de WooCommerce\n"
     86
     87#: controllers/CryptAPI.php:245
     88msgid "Add the blockchain fee to the order"
     89msgstr ""
     90"Agregue la tarifa de blockchain al pedido\n"
     91
     92#: controllers/CryptAPI.php:971 controllers/CryptAPI.php:1003
     93msgid "ADDRESS"
     94msgstr ""
     95"DIRECCIÓN\n"
     96
     97#: controllers/CryptAPI.php:1325
     98msgid "Addresses"
     99msgstr ""
     100"Direcciones\n"
     101
     102#: controllers/CryptAPI.php:368
     103msgid "API Key"
     104msgstr ""
     105"Clave API\n"
     106
     107#: controllers/CryptAPI.php:320
     108msgid "Auto"
     109msgstr "Auto"
     110
     111#: controllers/CryptAPI.php:581
     112msgid "Awaiting payment"
     113msgstr ""
     114"En espera de pago\n"
     115
     116#: controllers/CryptAPI.php:1502
     117msgid "Check for Callbacks"
     118msgstr "Compruebe las Devoluciones de Llamada"
     119
     120#: controllers/CryptAPI.php:1439
     121msgid "Check your payment status"
     122msgstr ""
     123"Consulta el estado de tu pago\n"
     124
     125#: controllers/CryptAPI.php:1511
     126msgid "Checking"
     127msgstr "Verificación"
     128
     129#: controllers/CryptAPI.php:1084
     130msgid "Close QR CODE"
     131msgstr ""
     132"Cerrar CÓDIGO QR\n"
     133
     134#: controllers/CryptAPI.php:313
     135msgid "Color Scheme"
     136msgstr ""
     137"Esquema de Colores\n"
     138
     139#: controllers/CryptAPI.php:356
     140msgid "Completed status for virtual products"
     141msgstr ""
     142"Estado completado para productos virtuales\n"
     143
     144#: controllers/CryptAPI.php:1021 controllers/CryptAPI.php:1057
     145msgid "COPIED!"
     146msgstr "¡COPIADO!"
     147
     148#: controllers/CryptAPI.php:1019 controllers/CryptAPI.php:1055
     149msgid "COPY"
     150msgstr "COPIAR"
     151
     152#. Author of the plugin
     153msgid "cryptapi"
     154msgstr "cryptapi"
     155
     156#: controllers/CryptAPI.php:17
     157msgid "CryptAPI allows customers to pay in cryptocurrency"
     158msgstr "CryptAPI allows customers to pay in cryptocurrency"
     159
    20160#. Plugin Name of the plugin
    21161msgid "CryptAPI Payment Gateway for WooCommerce"
    22162msgstr "CryptAPI Payment Gateway for WooCommerce"
    23163
     164#: CryptAPI.php:26
     165msgid ""
     166"CryptAPI requires PHP's BCMath extension. You can know more about it %s."
     167msgstr ""
     168"CryptAPI requiere la extensión BCMath de PHP. Puedes saber más al respecto "
     169"%s.\n"
     170
     171#: CryptAPI.php:21
     172msgid ""
     173"CryptAPI requires WooCommerce to be installed and active. You can download "
     174"%s here."
     175msgstr ""
     176"CryptAPI requiere que WooCommerce esté instalado y activo. Puede descargar "
     177"%s aquí.\n"
     178
     179#: controllers/CryptAPI.php:223
     180msgid "Cryptocurrency"
     181msgstr ""
     182"Criptomoneda\n"
     183
     184#: controllers/CryptAPI.php:319
     185msgid "Dark"
     186msgstr "Oscuro"
     187
     188#: controllers/CryptAPI.php:306
     189msgid "Default Amount"
     190msgstr ""
     191"Predeterminado Con Valor\n"
     192
     193#: controllers/CryptAPI.php:305
     194msgid "Default Without Amount"
     195msgstr ""
     196"Predeterminado Sin Valor\n"
     197
     198#: controllers/CryptAPI.php:227
     199msgid "Description"
     200msgstr ""
     201"Descripción\n"
     202
     203#: controllers/CryptAPI.php:362
     204msgid "Disable price conversion"
     205msgstr ""
     206"Deshabilitar la conversión de precios\n"
     207
     208#: controllers/CryptAPI.php:216
     209msgid "Enable CryptAPI Payments"
     210msgstr ""
     211"Habilitar pagos de CryptAPI\n"
     212
     213#: controllers/CryptAPI.php:241
     214msgid ""
     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."
     217msgstr ""
     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
     223msgid "Enabled"
     224msgstr "Activado"
     225
     226#: controllers/CryptAPI.php:330
     227msgid "Every 10 Minutes"
     228msgstr ""
     229"Cada 10 minutos\n"
     230
     231#: controllers/CryptAPI.php:331
     232msgid "Every 15 Minutes"
     233msgstr ""
     234"Cada 15 minutos\n"
     235
     236#: controllers/CryptAPI.php:332
     237msgid "Every 30 Minutes"
     238msgstr ""
     239"Cada 30 minutos\n"
     240
     241#: controllers/CryptAPI.php:333
     242msgid "Every 45 Minutes"
     243msgstr ""
     244"Cada 45 minutos\n"
     245
     246#: controllers/CryptAPI.php:329
     247msgid "Every 5 Minutes"
     248msgstr ""
     249"Cada 5 minutos\n"
     250
     251#: controllers/CryptAPI.php:334
     252msgid "Every 60 Minutes"
     253msgstr ""
     254"Cada 60 minutos\n"
     255
     256#: controllers/CryptAPI.php:1147
     257msgid "FIAT Value"
     258msgstr ""
     259"Valor FIAT\n"
     260
     261#: controllers/CryptAPI.php:1033
     262msgid ""
     263"For technical reasons, the minimum amount for each transaction is %1s, so we "
     264"adjusted the value by adding the remaining to it."
     265msgstr ""
     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
     270msgid "Hide Amount"
     271msgstr ""
     272"Ocultar Valor\n"
     273
     274#: controllers/CryptAPI.php:308
     275msgid "Hide Without Amount"
     276msgstr ""
     277"Ocultar Sin Valor\n"
     278
     279#. Author URI of the plugin
     280msgid "https://cryptapi.io/"
     281msgstr "https://cryptapi.io/"
     282
    24283#. Plugin URI of the plugin
    25284msgid "https://github.com/cryptapi/woocommerce-cryptapi"
    26285msgstr "https://github.com/cryptapi/woocommerce-cryptapi"
    27286
    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
     288msgid ""
     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:"
     293msgstr ""
     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
     301msgid ""
     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."
     308msgstr ""
     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
     317msgid ""
     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>!"
     321msgstr ""
     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
    46327msgid ""
    47328"If you need any help or have any suggestion, contact us via the <b>live "
     
    55336"gg/cryptapi' target='_blank'>servidor de Discord</a></b>\n"
    56337
    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
     339msgid ""
     340"Insert your %s address here. Leave the checkbox unselected if you want to "
     341"skip this cryptocurrency"
     342msgstr ""
     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
     347msgid "Light"
     348msgstr "Claro"
     349
     350#: controllers/CryptAPI.php:328 controllers/CryptAPI.php:343
     351msgid "Never"
     352msgstr "Nunca"
     353
     354#: controllers/CryptAPI.php:1033
     355msgid "Notice"
     356msgstr ""
     357"Aviso\n"
     358
     359#: controllers/CryptAPI.php:1079
     360msgid "Open QR CODE"
     361msgstr ""
     362"Abrir CÓDIGO QR\n"
     363
     364#: controllers/CryptAPI.php:339
     365msgid "Order cancelation timeout"
     366msgstr ""
     367"Tiempo de espera de cancelación de pedido\n"
     368
     369#: controllers/CryptAPI.php:1210
     370msgid "Order cancelled due to lack of payment."
     371msgstr ""
     372"Pedido cancelado por falta de pago.\n"
     373
     374#: controllers/CryptAPI.php:1140
     375msgid ""
     376"Order has been cancelled due to lack of payment. Please don't send any "
     377"payment to the address."
     378msgstr ""
     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
     383msgid "Order will be cancelled in less than a minute."
     384msgstr ""
     385"El pedido se cancelará en menos de un minuto.\n"
     386
     387#: controllers/CryptAPI.php:1450
     388msgid "Pay"
     389msgstr "Pagar"
     390
     391#: controllers/CryptAPI.php:441
     392msgid "Pay with"
     393msgstr "Pagar con "
     394
     395#: controllers/CryptAPI.php:1177
     396msgid "Payment confirmed"
     397msgstr ""
     398"Pago confirmado\n"
     399
     400#: controllers/CryptAPI.php:596
     401msgid "Payment could not be processed, please try again"
     402msgstr ""
     403"No se pudo procesar el pago, intente nuevamente\n"
     404
     405#: controllers/CryptAPI.php:809 controllers/CryptAPI.php:811
     406msgid "Payment detected and confirmed. Customer still need to send"
     407msgstr ""
     408"Pago detectado y confirmado. El cliente todavía necesita enviar\n"
     409
     410#: controllers/CryptAPI.php:590
     411msgid "Payment error:"
     412msgstr ""
     413"Error en el pago:\n"
     414
     415#: controllers/CryptAPI.php:230
    96416msgid "Payment method description that the customer will see on your checkout"
    97417msgstr ""
    98418"Descripción del método de pago que el cliente verá en su pago\n"
    99419
    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
     421msgid "Please choose a cryptocurrency"
     422msgstr ""
     423"Por favor elige una criptomoneda\n"
     424
     425#: controllers/CryptAPI.php:1263
     426msgid "Please renew your subscription"
     427msgstr ""
     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
     432msgid ""
     433"Please renew your subscription on %1$s. You can pay the renewal when you’re "
     434"ready: %2$s"
     435msgstr ""
     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
     440msgid "Please select a Cryptocurrency"
     441msgstr ""
     442"Seleccione una Criptomoneda\n"
     443
     444#: controllers/CryptAPI.php:1014
     445msgid "PLEASE SEND"
     446msgstr ""
     447"ENVÍE\n"
     448
     449#: controllers/CryptAPI.php:1120
     450msgid "Processing can take some time depending on the blockchain."
     451msgstr ""
     452"El procesamiento puede llevar algún tiempo dependiendo de la cadena de "
     453"bloques.\n"
     454
     455#: controllers/CryptAPI.php:289
     456msgid "QR Code by default"
     457msgstr ""
     458"Código QR por defecto\n"
     459
     460#: controllers/CryptAPI.php:298
     461msgid "QR code image size"
     462msgstr ""
     463"Tamaño de la imagen del Código QR\n"
     464
     465#: controllers/CryptAPI.php:295
     466msgid "QR Code size"
     467msgstr ""
     468"Tamaño del código QR\n"
     469
     470#: controllers/CryptAPI.php:301
     471msgid "QR Code to show"
     472msgstr ""
     473"Código QR para mostrar\n"
     474
     475#: controllers/CryptAPI.php:953
     476msgid "QR Code with value"
     477msgstr ""
     478"Código QR con valor\n"
     479
     480#: controllers/CryptAPI.php:943 controllers/CryptAPI.php:998
     481msgid "QR Code without value"
     482msgstr ""
     483"Código QR sin valor\n"
     484
     485#: controllers/CryptAPI.php:324
     486msgid "Refresh converted value"
     487msgstr ""
     488"Actualizar valor convertido\n"
     489
     490#: controllers/CryptAPI.php:310
     491msgid ""
     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."
     494msgstr ""
     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
     499msgid ""
     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."
     505msgstr ""
     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
     513msgid ""
     514"Selects the color scheme of the plugin to match your website (Light, Dark "
     515"and Auto to automatically detect it)"
     516msgstr ""
     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
     521msgid "Service Fee"
     522msgstr ""
     523"Tarifa de Servicio\n"
     524
     525#: controllers/CryptAPI.php:251
    136526msgid "Service fee manager"
    137527msgstr ""
    138528"Administrador de tarifas de servicio\n"
    139529
    140 #: controllers/CryptAPI.php:276
     530#: controllers/CryptAPI.php:286
    141531msgid ""
    142532"Set the CryptAPI service fee you want to charge the costumer. %1$s %2$s Note:"
     
    148538"tarifas de CryptAPI total o parcialmente).\n"
    149539
    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
     541msgid "Show CryptAPI branding"
     542msgstr ""
     543"Mostrar la marca CryptAPI\n"
     544
     545#: controllers/CryptAPI.php:235
     546msgid "Show CryptAPI logo and credits below the QR code"
     547msgstr ""
     548"Muestre el logotipo y los créditos de CryptAPI debajo del código QR\n"
     549
     550#: controllers/CryptAPI.php:239
     551msgid "Show crypto logos in checkout"
     552msgstr ""
     553"Mostrar logotipos criptográficos al finalizar la compra\n"
     554
     555#: controllers/CryptAPI.php:982
     556msgid "Show QR Code with value"
     557msgstr ""
     558"Mostrar Código QR con valor\n"
     559
     560#: controllers/CryptAPI.php:970 controllers/CryptAPI.php:1002
     561msgid "Show QR Code without value"
     562msgstr ""
     563"Mostrar código QR sin valor\n"
     564
     565#: controllers/CryptAPI.php:1074
     566msgid "Show the QR code"
     567msgstr ""
     568"Mostrar el Código QR\n"
     569
     570#: controllers/CryptAPI.php:291
    156571msgid "Show the QR Code by default"
    157572msgstr ""
    158573"Mostrar el Código QR por defecto\n"
    159574
    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
     576msgid ""
     577"So far you sent %1s. Please send a new payment to complete the order, as "
     578"requested above"
     579msgstr ""
     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
     584msgid "The %1s conversion rate will be adjusted in"
     585msgstr ""
     586"La tasa de conversión %1s se ajustará en\n"
     587
     588#: controllers/CryptAPI.php:336
    268589msgid ""
    269590"The system will automatically update the conversion value of the invoices "
     
    282603"en 5 minutos. %3$s\n"
    283604
    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
     606msgid "There was an error with the payment. Please try again."
     607msgstr ""
     608"Hubo un error con el pago. Inténtalo de nuevo.\n"
     609
     610#: controllers/CryptAPI.php:222
     611msgid "This controls the title which the user sees during checkout."
     612msgstr ""
     613"Esto controla el título que el usuario ve durante el pago.\n"
     614
     615#: controllers/CryptAPI.php:1067
     616msgid "This order will be valid for %s"
     617msgstr ""
     618"Este pedido será válido para %s\n"
     619
     620#: controllers/CryptAPI.php:247
     621msgid "This will add an estimation of the blockchain fee to the order value"
     622msgstr ""
     623"Esto agregará una estimación de la tarifa de blockchain al valor del pedido."
     624"\n"
     625
     626#: controllers/CryptAPI.php:1145
     627msgid "Time"
     628msgstr ""
     629"Tiempo\n"
     630
     631#: controllers/CryptAPI.php:220
     632msgid "Title"
     633msgstr "Título"
     634
     635#: controllers/CryptAPI.php:794 controllers/CryptAPI.php:802
     636msgid "User sent a payment of"
     637msgstr "El usuario envió un pago de"
     638
     639#: controllers/CryptAPI.php:1146
     640msgid "Value Paid"
     641msgstr ""
     642"Valor Pagado\n"
     643
     644#: controllers/CryptAPI.php:546
     645msgid "Value too low, minimum is"
     646msgstr ""
     647"Valor demasiado bajo, el mínimo es\n"
     648
     649#: controllers/CryptAPI.php:1169
     650msgid "Waiting for network confirmation"
     651msgstr ""
     652"Esperando confirmación de la red\n"
     653
     654#: controllers/CryptAPI.php:1161
     655msgid "Waiting for payment"
     656msgstr ""
     657"A la espera del pago\n"
     658
     659#: controllers/CryptAPI.php:358
    332660msgid ""
    333661"When this setting is enabled, the plugin will mark the order as "
     
    338666"virtuales %2$s.\n"
    339667
    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
    451669msgid "WITH AMOUNT"
    452670msgstr ""
    453671"CON CANTIDAD\n"
    454672
    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
     674msgid "Your payment has been confirmed!"
     675msgstr ""
     676"¡Tu pago ha sido confirmado!\n"
     677
     678#: controllers/CryptAPI.php:1119
    525679msgid "Your payment is being processed!"
    526680msgstr ""
    527681"¡Tu pago está siendo procesado!\n"
    528 
    529 #: controllers/CryptAPI.php:1015
    530 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:1025
    536 msgid "Your payment has been confirmed!"
    537 msgstr ""
    538 "¡Tu pago ha sido confirmado!\n"
    539 
    540 #: controllers/CryptAPI.php:1035
    541 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:1040
    549 msgid "Time"
    550 msgstr ""
    551 "Tiempo\n"
    552 
    553 #: controllers/CryptAPI.php:1041
    554 msgid "Value Paid"
    555 msgstr ""
    556 "Valor Pagado\n"
    557 
    558 #: controllers/CryptAPI.php:1042
    559 msgid "FIAT Value"
    560 msgstr ""
    561 "Valor FIAT\n"
    562 
    563 #: controllers/CryptAPI.php:1055
    564 msgid "Waiting for payment"
    565 msgstr ""
    566 "A la espera del pago\n"
    567 
    568 #: controllers/CryptAPI.php:1062
    569 msgid "Waiting for network confirmation"
    570 msgstr ""
    571 "Esperando confirmación de la red\n"
    572 
    573 #: controllers/CryptAPI.php:1069
    574 msgid "Payment confirmed"
    575 msgstr ""
    576 "Pago confirmado\n"
    577 
    578 #: controllers/CryptAPI.php:1146
    579 msgid "Order cancelled due to lack of payment."
    580 msgstr ""
    581 "Pedido cancelado por falta de pago.\n"
    582 
    583 #: controllers/CryptAPI.php:1200
    584 msgid "Please renew your subscription"
    585 msgstr ""
    586 "Por favor renueve su suscripción\n"
    587 
    588 #: controllers/CryptAPI.php:1262
    589 msgid "Addresses"
    590 msgstr ""
    591 "Direcciones\n"
    592 
    593 #: controllers/CryptAPI.php:1264
    594 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:1332
    610 msgid "Service Fee"
    611 msgstr ""
    612 "Tarifa de Servicio\n"
    613 
    614 #: controllers/CryptAPI.php:1372
    615 msgid "Check your payment status"
    616 msgstr ""
    617 "Consulta el estado de tu pago\n"
    618 
    619 #: controllers/CryptAPI.php:1383
    620 msgid "Pay"
    621 msgstr "Pagar"
    622 
    623 #: CryptAPI.php:21
    624 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:26
    632 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 link
    639 #: emails/renewal-email.php:11
    640 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  
    1111"Content-Transfer-Encoding: 8bit\n"
    1212"POT-Creation-Date: 2022-02-11T17:52:12+01:00\n"
    13 "PO-Revision-Date: 2022-09-23 10:26+0000\n"
     13"PO-Revision-Date: 2023-08-25 18:02+0000\n"
    1414"X-Generator: Loco https://localise.biz/\n"
    1515"X-Domain: cryptapi\n"
     
    1818"X-Loco-Version: 2.6.1; wp-5.9.3"
    1919
    20 #: controllers/CryptAPI.php:351
     20#: controllers/CryptAPI.php:364
    2121#| msgid ""
    2222#| "<b>Attention: This option will disable the price conversion for ALL "
     
    3838"medesimo ammontare FIAT a prescindere dalla criptovaluta selezionata"
    3939
    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"
     42msgid ""
     43"(Optional) Insert here your BlockBee API Key. You can get one here: %1$s"
     44msgstr ""
     45"(Opzionale) Inserisci qui la tua chiave API BlockBee. Puoi ottenerne uno qui:"
     46" %1$s\n"
     47
     48#: controllers/CryptAPI.php:347
    4149msgid "1 Hour"
    4250msgstr "1 Ora"
    4351
    44 #: controllers/CryptAPI.php:336
     52#: controllers/CryptAPI.php:349
    4553msgid "12 Hours"
    4654msgstr "12 Ore"
    4755
    48 #: controllers/CryptAPI.php:337
     56#: controllers/CryptAPI.php:344
     57msgid "15 Minutes"
     58msgstr "15 Minuti"
     59
     60#: controllers/CryptAPI.php:350
    4961msgid "18 Hours"
    5062msgstr "18 Ore"
    5163
    52 #: controllers/CryptAPI.php:338
     64#: controllers/CryptAPI.php:351
    5365msgid "24 Hours"
    5466msgstr "24 Ore"
    5567
    56 #: controllers/CryptAPI.php:335
     68#: controllers/CryptAPI.php:345
     69msgid "30 Minutes"
     70msgstr "30 Minuti"
     71
     72#: controllers/CryptAPI.php:346
     73msgid "45 Minutes"
     74msgstr "45 Minuti"
     75
     76#: controllers/CryptAPI.php:348
    5777msgid "6 Hours"
    5878msgstr "6 Ore"
    5979
    60 #: controllers/CryptAPI.php:946
     80#: controllers/CryptAPI.php:1046
    6181msgid "a moment"
    6282msgstr "un momento"
     
    6686msgstr "Accetta pagamenti in criptovaluta nel tuo sito WooCommerce"
    6787
    68 #: controllers/CryptAPI.php:235
     88#: controllers/CryptAPI.php:245
    6989msgid "Add the blockchain fee to the order"
    7090msgstr "Aggiungi la “blockchain fee” all’ordine"
    7191
    72 #: controllers/CryptAPI.php:879 controllers/CryptAPI.php:908
     92#: controllers/CryptAPI.php:971 controllers/CryptAPI.php:1003
    7393msgid "ADDRESS"
    7494msgstr "INDIRIZZO"
    7595
    76 #: controllers/CryptAPI.php:1262
     96#: controllers/CryptAPI.php:1325
    7797msgid "Addresses"
    7898msgstr "Indirizzi"
    7999
    80 #: controllers/CryptAPI.php:355
     100#: controllers/CryptAPI.php:368
    81101msgid "API Key"
    82102msgstr ""
    83103"API Key\n"
    84104
    85 #: controllers/CryptAPI.php:310
     105#: controllers/CryptAPI.php:320
    86106msgid "Auto"
    87107msgstr "Auto"
    88108
    89 #: controllers/CryptAPI.php:564
     109#: controllers/CryptAPI.php:581
    90110msgid "Awaiting payment"
    91111msgstr "In attesa del pagamento"
    92112
    93 #: controllers/CryptAPI.php:1372
     113#: controllers/CryptAPI.php:1502
     114msgid "Check for Callbacks"
     115msgstr "Controlla le Callback"
     116
     117#: controllers/CryptAPI.php:1439
    94118msgid "Check your payment status"
    95119msgstr "Controlla lo stato del pagamento"
    96120
    97 #: controllers/CryptAPI.php:981
     121#: controllers/CryptAPI.php:1511
     122msgid "Checking"
     123msgstr "Verifica"
     124
     125#: controllers/CryptAPI.php:1084
    98126msgid "Close QR CODE"
    99127msgstr ""
    100128"Chiudi QR CODE\n"
    101129
    102 #: controllers/CryptAPI.php:303
     130#: controllers/CryptAPI.php:313
    103131msgid "Color Scheme"
    104132msgstr "Colorazione del Plugin"
    105133
    106 #: controllers/CryptAPI.php:343
     134#: controllers/CryptAPI.php:356
    107135msgid "Completed status for virtual products"
    108136msgstr "Stato completato per i prodotti virtuali"
    109137
    110 #: controllers/CryptAPI.php:924 controllers/CryptAPI.php:956
     138#: controllers/CryptAPI.php:1021 controllers/CryptAPI.php:1057
    111139msgid "COPIED!"
    112140msgstr "COPIATO!"
    113141
    114 #: controllers/CryptAPI.php:923 controllers/CryptAPI.php:955
     142#: controllers/CryptAPI.php:1019 controllers/CryptAPI.php:1055
    115143msgid "COPY"
    116144msgstr "COPIA"
     
    120148msgstr "cryptapi"
    121149
    122 #: controllers/CryptAPI.php:16
     150#: controllers/CryptAPI.php:17
    123151msgid "CryptAPI allows customers to pay in cryptocurrency"
    124152msgstr "CryptAPI permette ai tuoi clienti di pagare in criptovaluta"
     
    143171"%s qui."
    144172
    145 #: controllers/CryptAPI.php:213
     173#: controllers/CryptAPI.php:223
    146174msgid "Cryptocurrency"
    147175msgstr "Criptovaluta"
    148176
    149 #: controllers/CryptAPI.php:309
     177#: controllers/CryptAPI.php:319
    150178msgid "Dark"
    151179msgstr "Scuro"
    152180
    153 #: controllers/CryptAPI.php:296
     181#: controllers/CryptAPI.php:306
    154182#| msgid "Default Ammount"
    155183msgid "Default Amount"
    156184msgstr "Ammontare Predefinito"
    157185
    158 #: controllers/CryptAPI.php:295
     186#: controllers/CryptAPI.php:305
    159187#| msgid "Default Without Ammount"
    160188msgid "Default Without Amount"
    161189msgstr "Predefinito Senza Ammontare"
    162190
    163 #: controllers/CryptAPI.php:217
     191#: controllers/CryptAPI.php:227
    164192msgid "Description"
    165193msgstr "Descrizione"
    166194
    167 #: controllers/CryptAPI.php:349
     195#: controllers/CryptAPI.php:362
    168196msgid "Disable price conversion"
    169197msgstr "Disabilita la conversione dei prezzi"
    170198
    171 #: controllers/CryptAPI.php:206
     199#: controllers/CryptAPI.php:216
    172200msgid "Enable CryptAPI Payments"
    173201msgstr "Attiva Pagamenti CryptAPI"
    174202
    175 #: controllers/CryptAPI.php:231
     203#: controllers/CryptAPI.php:241
    176204msgid ""
    177205"Enable this to show the cryptocurrencies logos in the checkout %1$s %2$s "
     
    182210"a proprio rischio.\n"
    183211
    184 #: controllers/CryptAPI.php:204
     212#: controllers/CryptAPI.php:214
    185213msgid "Enabled"
    186214msgstr "Attivo"
    187215
    188 #: controllers/CryptAPI.php:320
     216#: controllers/CryptAPI.php:330
    189217msgid "Every 10 Minutes"
    190218msgstr "Ogni 10 minuti"
    191219
    192 #: controllers/CryptAPI.php:321
     220#: controllers/CryptAPI.php:331
    193221msgid "Every 15 Minutes"
    194222msgstr "Ogni 15 minuti"
    195223
    196 #: controllers/CryptAPI.php:322
     224#: controllers/CryptAPI.php:332
    197225msgid "Every 30 Minutes"
    198226msgstr "Ogni 20 minuti"
    199227
    200 #: controllers/CryptAPI.php:323
     228#: controllers/CryptAPI.php:333
    201229msgid "Every 45 Minutes"
    202230msgstr "Ogni 45 minuti"
    203231
    204 #: controllers/CryptAPI.php:319
     232#: controllers/CryptAPI.php:329
    205233msgid "Every 5 Minutes"
    206234msgstr "Ogni 5 minuti"
    207235
    208 #: controllers/CryptAPI.php:324
     236#: controllers/CryptAPI.php:334
    209237msgid "Every 60 Minutes"
    210238msgstr "Ogni 60 minuti"
    211239
    212 #: controllers/CryptAPI.php:1042
     240#: controllers/CryptAPI.php:1147
    213241msgid "FIAT Value"
    214242msgstr "Valore FIAT"
    215243
    216 #: controllers/CryptAPI.php:934
     244#: controllers/CryptAPI.php:1033
    217245msgid ""
    218246"For technical reasons, the minimum amount for each transaction is %1s, so we "
     
    222250"pertanto il valore é stato incrementato al valore minimo."
    223251
    224 #: controllers/CryptAPI.php:297
     252#: controllers/CryptAPI.php:307
    225253#| msgid "Hide Ammount"
    226254msgid "Hide Amount"
    227255msgstr "Nascondi Ammontare"
    228256
    229 #: controllers/CryptAPI.php:298
     257#: controllers/CryptAPI.php:308
    230258#| msgid "Hide Without Ammount"
    231259msgid "Hide Without Amount"
     
    240268msgstr "https://github.com/cryptapi/woocommerce-cryptapi"
    241269
    242 #: controllers/CryptAPI.php:1264
     270#: controllers/CryptAPI.php:1498
     271msgid ""
     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:"
     276msgstr ""
     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
    243284msgid ""
    244285"If you are using BlockBee you can choose if setting the receiving addresses "
     
    259300"API key."
    260301
    261 #: controllers/CryptAPI.php:87
     302#: controllers/CryptAPI.php:92
    262303msgid ""
    263304"If you enjoy this plugin please <b><a href='https://wordpress."
     
    269310"post' target='_blank'>lascia la tua recensione</a></b>!"
    270311
    271 #: controllers/CryptAPI.php:84
     312#: controllers/CryptAPI.php:89
    272313msgid ""
    273314"If you need any help or have any suggestion, contact us via the <b>live "
     
    281322"gg/cryptapi' target='_blank'>Discord server</a></b>"
    282323
    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
    289325msgid ""
    290326"Insert your %s address here. Leave the checkbox unselected if you want to "
     
    294330"desideri utilizzare questa criptovaluta."
    295331
    296 #: controllers/CryptAPI.php:308
     332#: controllers/CryptAPI.php:318
    297333msgid "Light"
    298334msgstr "Chiaro"
    299335
    300 #: controllers/CryptAPI.php:318 controllers/CryptAPI.php:333
     336#: controllers/CryptAPI.php:328 controllers/CryptAPI.php:343
    301337msgid "Never"
    302338msgstr "Mai"
    303339
    304 #: controllers/CryptAPI.php:934
     340#: controllers/CryptAPI.php:1033
    305341msgid "Notice"
    306342msgstr "Nota"
    307343
    308 #: controllers/CryptAPI.php:976
     344#: controllers/CryptAPI.php:1079
    309345msgid "Open QR CODE"
    310346msgstr "Apri QR CODE"
    311347
    312 #: controllers/CryptAPI.php:329
     348#: controllers/CryptAPI.php:339
    313349msgid "Order cancelation timeout"
    314350msgstr "Cancellazione ordine per timeout"
    315351
    316 #: controllers/CryptAPI.php:1146
     352#: controllers/CryptAPI.php:1210
    317353msgid "Order cancelled due to lack of payment."
    318354msgstr "L’ordine é stato cancellato per mancanza di pagamento."
    319355
    320 #: controllers/CryptAPI.php:1035
     356#: controllers/CryptAPI.php:1140
    321357msgid ""
    322358"Order has been cancelled due to lack of payment. Please don't send any "
     
    326362"pagamento a questo indirizzo."
    327363
    328 #: controllers/CryptAPI.php:964
     364#: controllers/CryptAPI.php:1066
    329365msgid "Order will be cancelled in less than a minute."
    330366msgstr ""
    331367"L'ordine verrà annullato in meno di un minuto.\n"
    332368
    333 #: controllers/CryptAPI.php:1383
     369#: controllers/CryptAPI.php:1450
    334370msgid "Pay"
    335371msgstr "Paga"
    336372
    337 #: controllers/CryptAPI.php:426
     373#: controllers/CryptAPI.php:441
    338374msgid "Pay with"
    339375msgstr "Paga con"
    340376
    341 #: controllers/CryptAPI.php:1069
     377#: controllers/CryptAPI.php:1177
    342378msgid "Payment confirmed"
    343379msgstr "Pagamento confermato"
    344380
    345 #: controllers/CryptAPI.php:579
     381#: controllers/CryptAPI.php:596
    346382msgid "Payment could not be processed, please try again"
    347383msgstr "Il pagamento non puó essere processato, per favore riprova"
    348384
    349 #: controllers/CryptAPI.php:755 controllers/CryptAPI.php:757
     385#: controllers/CryptAPI.php:809 controllers/CryptAPI.php:811
    350386msgid "Payment detected and confirmed. Customer still need to send"
    351387msgstr ""
    352388"Pagamento rilevato e confermato. Il cliente deve ancora inviare\n"
    353389
    354 #: controllers/CryptAPI.php:573
     390#: controllers/CryptAPI.php:590
    355391msgid "Payment error:"
    356392msgstr "Errore di pagamento:"
    357393
    358 #: controllers/CryptAPI.php:220
     394#: controllers/CryptAPI.php:230
    359395msgid "Payment method description that the customer will see on your checkout"
    360396msgstr ""
     
    362398"di checkout"
    363399
    364 #: controllers/CryptAPI.php:476
     400#: controllers/CryptAPI.php:491
    365401msgid "Please choose a cryptocurrency"
    366402msgstr "Per favore, scegli una criptomoneta"
    367403
    368 #: controllers/CryptAPI.php:1200
     404#: controllers/CryptAPI.php:1263
    369405msgid "Please renew your subscription"
    370406msgstr "Per favore, rinnova l’abbonamento"
     
    379415"pronto: %2$s "
    380416
    381 #: controllers/CryptAPI.php:415
     417#: controllers/CryptAPI.php:429
    382418msgid "Please select a Cryptocurrency"
    383419msgstr "Per favore, seleziona una Criptomoneta"
    384420
    385 #: controllers/CryptAPI.php:919
     421#: controllers/CryptAPI.php:1014
    386422msgid "PLEASE SEND"
    387423msgstr "PER FAVORE, INVIA"
    388424
    389 #: controllers/CryptAPI.php:1015
     425#: controllers/CryptAPI.php:1120
    390426msgid "Processing can take some time depending on the blockchain."
    391427msgstr "L'elaborazione può richiedere del tempo a seconda della blockchain."
    392428
    393 #: controllers/CryptAPI.php:279
     429#: controllers/CryptAPI.php:289
    394430msgid "QR Code by default"
    395431msgstr "QR Code predefinito"
    396432
    397 #: controllers/CryptAPI.php:288
     433#: controllers/CryptAPI.php:298
    398434msgid "QR code image size"
    399435msgstr "Dimensione dell’immagine del QR Code"
    400436
    401 #: controllers/CryptAPI.php:285
     437#: controllers/CryptAPI.php:295
    402438msgid "QR Code size"
    403439msgstr "Dimensione del QR Code"
    404440
    405 #: controllers/CryptAPI.php:291
     441#: controllers/CryptAPI.php:301
    406442msgid "QR Code to show"
    407443msgstr "QR Code da mostrare "
    408444
    409 #: controllers/CryptAPI.php:862
     445#: controllers/CryptAPI.php:953
    410446msgid "QR Code with value"
    411447msgstr "QR Code con importo"
    412448
    413 #: controllers/CryptAPI.php:852 controllers/CryptAPI.php:904
     449#: controllers/CryptAPI.php:943 controllers/CryptAPI.php:998
    414450msgid "QR Code without value"
    415451msgstr "QR Code senza importo"
    416452
    417 #: controllers/CryptAPI.php:314
     453#: controllers/CryptAPI.php:324
    418454msgid "Refresh converted value"
    419455msgstr "Aggiorna la conversione di valuta"
    420456
    421 #: controllers/CryptAPI.php:300
     457#: controllers/CryptAPI.php:310
    422458msgid ""
    423459"Select how you want to show the QR Code to the user. Either select a default "
     
    428464"desideri"
    429465
    430 #: controllers/CryptAPI.php:340
     466#: controllers/CryptAPI.php:353
    431467msgid ""
    432468"Selects the amount of time the user has to  pay for the order. %1$s When "
     
    442478"a te. %1$s %4$s Avviso: %3$s Non consigliamo più di 1 ora.\n"
    443479
    444 #: controllers/CryptAPI.php:306
     480#: controllers/CryptAPI.php:316
    445481msgid ""
    446482"Selects the color scheme of the plugin to match your website (Light, Dark "
     
    450486"(Chiaro, Scuro ed Auto per la selezione automatica)"
    451487
    452 #: controllers/CryptAPI.php:1332
     488#: controllers/CryptAPI.php:1399
    453489msgid "Service Fee"
    454490msgstr "Costo di Servizio"
    455491
    456 #: controllers/CryptAPI.php:241
     492#: controllers/CryptAPI.php:251
    457493msgid "Service fee manager"
    458494msgstr "Gestore costi di servizio"
    459495
    460 #: controllers/CryptAPI.php:276
     496#: controllers/CryptAPI.php:286
    461497#| msgid ""
    462498#| "Set the CryptAPI service fee you want to charge the costumer.<br><strong>"
     
    472508"transazione applicati da CryptAPI) %3$s"
    473509
    474 #: controllers/CryptAPI.php:223
     510#: controllers/CryptAPI.php:233
    475511msgid "Show CryptAPI branding"
    476512msgstr "Mostra il marchio CryptAPI"
    477513
    478 #: controllers/CryptAPI.php:225
     514#: controllers/CryptAPI.php:235
    479515msgid "Show CryptAPI logo and credits below the QR code"
    480516msgstr "Mostra il logo ed i riferimenti di CryptAPI sotto al QR code"
    481517
    482 #: controllers/CryptAPI.php:229
     518#: controllers/CryptAPI.php:239
    483519msgid "Show crypto logos in checkout"
    484520msgstr ""
    485521"Mostra loghi crittografici al momento del pagamento\n"
    486522
    487 #: controllers/CryptAPI.php:889
     523#: controllers/CryptAPI.php:982
    488524msgid "Show QR Code with value"
    489525msgstr "Mostra QR Code con importo"
    490526
    491 #: controllers/CryptAPI.php:878 controllers/CryptAPI.php:907
     527#: controllers/CryptAPI.php:970 controllers/CryptAPI.php:1002
    492528msgid "Show QR Code without value"
    493529msgstr "Mostra QR Code senza importo"
    494530
    495 #: controllers/CryptAPI.php:971
     531#: controllers/CryptAPI.php:1074
    496532msgid "Show the QR code"
    497533msgstr "Mostra il QR Code"
    498534
    499 #: controllers/CryptAPI.php:281
     535#: controllers/CryptAPI.php:291
    500536msgid "Show the QR Code by default"
    501537msgstr "Mostra il QR code come opzione predefinita"
    502538
    503 #: controllers/CryptAPI.php:929
     539#: controllers/CryptAPI.php:1028
    504540msgid ""
    505541"So far you sent %1s. Please send a new payment to complete the order, as "
     
    509545"validare l’ordine, come richiesto sopra"
    510546
    511 #: controllers/CryptAPI.php:943
     547#: controllers/CryptAPI.php:1042
    512548#| msgid "The %1s conversion rate will be adjusted in %2s"
    513549msgid "The %1s conversion rate will be adjusted in"
    514550msgstr "Il tasso di conversione di %1s sará aggiornato in"
    515551
    516 #: controllers/CryptAPI.php:326
     552#: controllers/CryptAPI.php:336
    517553msgid ""
    518554"The system will automatically update the conversion value of the invoices "
     
    531567"vivamente di lasciare la selezione a “5 minuti”. %3$s"
    532568
    533 #: controllers/CryptAPI.php:541
     569#: controllers/CryptAPI.php:556
    534570msgid "There was an error with the payment. Please try again."
    535571msgstr ""
    536572"Si é verificato un errore con il pagamento. Per favore, riprova/\n"
    537573
    538 #: controllers/CryptAPI.php:212
     574#: controllers/CryptAPI.php:222
    539575msgid "This controls the title which the user sees during checkout."
    540576msgstr "Questo controlla il titolo che l’utente vede durante il checkout"
    541577
    542 #: controllers/CryptAPI.php:965
     578#: controllers/CryptAPI.php:1067
    543579#| msgid "This order will be valid until %s"
    544580msgid "This order will be valid for %s"
    545581msgstr "Questo ordine sarà valido per %s"
    546582
    547 #: controllers/CryptAPI.php:237
     583#: controllers/CryptAPI.php:247
    548584msgid "This will add an estimation of the blockchain fee to the order value"
    549585msgstr ""
     
    551587"all’importo totale dell’ordine"
    552588
    553 #: controllers/CryptAPI.php:1040
     589#: controllers/CryptAPI.php:1145
    554590msgid "Time"
    555591msgstr "Tempo"
    556592
    557 #: controllers/CryptAPI.php:210
     593#: controllers/CryptAPI.php:220
    558594msgid "Title"
    559595msgstr "Titolo"
    560596
    561 #: controllers/CryptAPI.php:716
     597#: controllers/CryptAPI.php:794 controllers/CryptAPI.php:802
    562598msgid "User sent a payment of"
    563599msgstr "L’utente ha inviato un pagamento di"
    564600
    565 #: controllers/CryptAPI.php:1041
     601#: controllers/CryptAPI.php:1146
    566602msgid "Value Paid"
    567603msgstr "Importo Pagato"
    568604
    569 #: controllers/CryptAPI.php:531
     605#: controllers/CryptAPI.php:546
    570606msgid "Value too low, minimum is"
    571607msgstr "Valore troppo basso, il mínimo accettato é"
    572608
    573 #: controllers/CryptAPI.php:1062
     609#: controllers/CryptAPI.php:1169
    574610msgid "Waiting for network confirmation"
    575611msgstr "In attesa di ‘conferme’ dalla blockchain"
    576612
    577 #: controllers/CryptAPI.php:1055
     613#: controllers/CryptAPI.php:1161
    578614msgid "Waiting for payment"
    579615msgstr "In attesa del pagamento"
    580616
    581 #: controllers/CryptAPI.php:345
     617#: controllers/CryptAPI.php:358
    582618#| msgid ""
    583619#| "When this setting is enabled, the plugin will mark the order as "
     
    592628"prodotti virtuali %2$s"
    593629
    594 #: controllers/CryptAPI.php:890
     630#: controllers/CryptAPI.php:983
    595631#| msgid "WITH AMMOUNT"
    596632msgid "WITH AMOUNT"
    597633msgstr "CON IMPORTO"
    598634
    599 #: controllers/CryptAPI.php:1025
     635#: controllers/CryptAPI.php:1130
    600636msgid "Your payment has been confirmed!"
    601637msgstr "Il tuo pagamento é stato confermato!"
    602638
    603 #: controllers/CryptAPI.php:1014
     639#: controllers/CryptAPI.php:1119
    604640msgid "Your payment is being processed!"
    605641msgstr "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  
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cryptapi\n"
    77"Last-Translator: \n"
    8 "Language-Team: Portuguese (Portugal)\n"
     8"Language-Team: Portuguese (Brazil)\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    1212"POT-Creation-Date: 2022-02-11T16:36:51+01:00\n"
    13 "PO-Revision-Date: 2022-09-23 10:30+0000\n"
     13"PO-Revision-Date: 2023-08-25 18:04+0000\n"
    1414"X-Generator: Loco https://localise.biz/\n"
    1515"X-Domain: cryptapi\n"
    16 "Language: pt_PT\n"
     16"Language: pt_BR\n"
    1717"Plural-Forms: nplurals=2; plural=n != 1;\n"
    1818"X-Loco-Version: 2.6.1; wp-6.0"
    1919
    20 #: controllers/CryptAPI.php:351
     20#: controllers/CryptAPI.php:364
    2121#| msgid ""
    2222#| "<b>Attention: This option will disable the price conversion for ALL "
     
    3939"selecionada."
    4040
    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"
     43msgid ""
     44"(Optional) Insert here your BlockBee API Key. You can get one here: %1$s"
     45msgstr ""
     46"(Opcional) Insira aqui sua chave de API BlockBee. Você pode obter um aqui: "
     47"%1$s\n"
     48
     49#: controllers/CryptAPI.php:347
    4250msgid "1 Hour"
    4351msgstr "1 Hora"
    4452
    45 #: controllers/CryptAPI.php:336
     53#: controllers/CryptAPI.php:349
    4654msgid "12 Hours"
    4755msgstr "12 Horas"
    4856
    49 #: controllers/CryptAPI.php:337
     57#: controllers/CryptAPI.php:344
     58msgid "15 Minutes"
     59msgstr "15 Minutos"
     60
     61#: controllers/CryptAPI.php:350
    5062msgid "18 Hours"
    5163msgstr "18 Horas"
    5264
    53 #: controllers/CryptAPI.php:338
     65#: controllers/CryptAPI.php:351
    5466msgid "24 Hours"
    5567msgstr "24 Horas"
    5668
    57 #: controllers/CryptAPI.php:335
     69#: controllers/CryptAPI.php:345
     70msgid "30 Minutes"
     71msgstr "30 Minutos"
     72
     73#: controllers/CryptAPI.php:346
     74msgid "45 Minutes"
     75msgstr "45 Minutos"
     76
     77#: controllers/CryptAPI.php:348
    5878msgid "6 Hours"
    5979msgstr "6 Horas"
    6080
    61 #: controllers/CryptAPI.php:946
     81#: controllers/CryptAPI.php:1046
    6282msgid "a moment"
    6383msgstr "um momento"
     
    6888"Aceite pagamentos através de criptomoedas na sua loja online WooCommerce"
    6989
    70 #: controllers/CryptAPI.php:235
     90#: controllers/CryptAPI.php:245
    7191msgid "Add the blockchain fee to the order"
    7292msgstr "Adicionar a taxa da blockchain à encomenda"
    7393
    74 #: controllers/CryptAPI.php:879 controllers/CryptAPI.php:908
     94#: controllers/CryptAPI.php:971 controllers/CryptAPI.php:1003
    7595msgid "ADDRESS"
    7696msgstr "ENDEREÇO"
    7797
    78 #: controllers/CryptAPI.php:1262
     98#: controllers/CryptAPI.php:1325
    7999msgid "Addresses"
    80100msgstr "Endereços"
    81101
    82 #: controllers/CryptAPI.php:355
     102#: controllers/CryptAPI.php:368
    83103msgid "API Key"
    84104msgstr "Chave API "
    85105
    86 #: controllers/CryptAPI.php:310
     106#: controllers/CryptAPI.php:320
    87107msgid "Auto"
    88108msgstr "Auto"
    89109
    90 #: controllers/CryptAPI.php:564
     110#: controllers/CryptAPI.php:581
    91111msgid "Awaiting payment"
    92112msgstr "A aguardar pagamento"
    93113
    94 #: controllers/CryptAPI.php:1372
     114#: controllers/CryptAPI.php:1502
     115msgid "Check for Callbacks"
     116msgstr "Verificar se há Notificações"
     117
     118#: controllers/CryptAPI.php:1439
    95119msgid "Check your payment status"
    96120msgstr "Verifique o estado do seu pagamento"
    97121
    98 #: controllers/CryptAPI.php:981
     122#: controllers/CryptAPI.php:1511
     123msgid "Checking"
     124msgstr "Verificando"
     125
     126#: controllers/CryptAPI.php:1084
    99127msgid "Close QR CODE"
    100128msgstr "Fechar Código QR"
    101129
    102 #: controllers/CryptAPI.php:303
     130#: controllers/CryptAPI.php:313
    103131msgid "Color Scheme"
    104132msgstr "Esquema de Cores"
    105133
    106 #: controllers/CryptAPI.php:343
     134#: controllers/CryptAPI.php:356
    107135msgid "Completed status for virtual products"
    108136msgstr "Status concluído para produtos virtuais"
    109137
    110 #: controllers/CryptAPI.php:924 controllers/CryptAPI.php:956
     138#: controllers/CryptAPI.php:1021 controllers/CryptAPI.php:1057
    111139msgid "COPIED!"
    112140msgstr "COPIADO!"
    113141
    114 #: controllers/CryptAPI.php:923 controllers/CryptAPI.php:955
     142#: controllers/CryptAPI.php:1019 controllers/CryptAPI.php:1055
    115143msgid "COPY"
    116144msgstr "COPIAR"
     
    120148msgstr "cryptapi"
    121149
    122 #: controllers/CryptAPI.php:16
     150#: controllers/CryptAPI.php:17
    123151msgid "CryptAPI allows customers to pay in cryptocurrency"
    124152msgstr "CryptAPI permite que os seus clientes paguem em criptomoeda"
     
    141169"download %s aqui."
    142170
    143 #: controllers/CryptAPI.php:213
     171#: controllers/CryptAPI.php:223
    144172msgid "Cryptocurrency"
    145173msgstr "Criptomoeda"
    146174
    147 #: controllers/CryptAPI.php:309
     175#: controllers/CryptAPI.php:319
    148176msgid "Dark"
    149177msgstr "Escuro"
    150178
    151 #: controllers/CryptAPI.php:296
     179#: controllers/CryptAPI.php:306
    152180#| msgid "Default Ammount"
    153181msgid "Default Amount"
    154182msgstr "Com Valor por Defeito"
    155183
    156 #: controllers/CryptAPI.php:295
     184#: controllers/CryptAPI.php:305
    157185#| msgid "Default Without Ammount"
    158186msgid "Default Without Amount"
    159187msgstr "Sem Valor por Defeito"
    160188
    161 #: controllers/CryptAPI.php:217
     189#: controllers/CryptAPI.php:227
    162190msgid "Description"
    163191msgstr "Descrição"
    164192
    165 #: controllers/CryptAPI.php:349
     193#: controllers/CryptAPI.php:362
    166194msgid "Disable price conversion"
    167195msgstr "Desativar conversão de preços"
    168196
    169 #: controllers/CryptAPI.php:206
     197#: controllers/CryptAPI.php:216
    170198msgid "Enable CryptAPI Payments"
    171199msgstr "Ativar pagamentos através da CryptAPI"
    172200
    173 #: controllers/CryptAPI.php:231
     201#: controllers/CryptAPI.php:241
    174202msgid ""
    175203"Enable this to show the cryptocurrencies logos in the checkout %1$s %2$s "
     
    179207"Aviso: %3$s Pode quebrar em alguns modelos. Use por sua conta e risco.\n"
    180208
    181 #: controllers/CryptAPI.php:204
     209#: controllers/CryptAPI.php:214
    182210msgid "Enabled"
    183211msgstr "Ativado"
    184212
    185 #: controllers/CryptAPI.php:320
     213#: controllers/CryptAPI.php:330
    186214msgid "Every 10 Minutes"
    187215msgstr "Cada 10 Minutos"
    188216
    189 #: controllers/CryptAPI.php:321
     217#: controllers/CryptAPI.php:331
    190218msgid "Every 15 Minutes"
    191219msgstr "Cada 15 Minutos"
    192220
    193 #: controllers/CryptAPI.php:322
     221#: controllers/CryptAPI.php:332
    194222msgid "Every 30 Minutes"
    195223msgstr "Cada 30 Minutos"
    196224
    197 #: controllers/CryptAPI.php:323
     225#: controllers/CryptAPI.php:333
    198226msgid "Every 45 Minutes"
    199227msgstr "Cada 45 Minutos"
    200228
    201 #: controllers/CryptAPI.php:319
     229#: controllers/CryptAPI.php:329
    202230msgid "Every 5 Minutes"
    203231msgstr "Cada 5 Minutos"
    204232
    205 #: controllers/CryptAPI.php:324
     233#: controllers/CryptAPI.php:334
    206234msgid "Every 60 Minutes"
    207235msgstr "Cada 60 Minutos"
    208236
    209 #: controllers/CryptAPI.php:1042
     237#: controllers/CryptAPI.php:1147
    210238msgid "FIAT Value"
    211239msgstr "Valor FIAT"
    212240
    213 #: controllers/CryptAPI.php:934
     241#: controllers/CryptAPI.php:1033
    214242msgid ""
    215243"For technical reasons, the minimum amount for each transaction is %1s, so we "
     
    219247"ajustamos o valor somando o restante."
    220248
    221 #: controllers/CryptAPI.php:297
     249#: controllers/CryptAPI.php:307
    222250#| msgid "Hide Ammount"
    223251msgid "Hide Amount"
    224252msgstr "Esconder Valor"
    225253
    226 #: controllers/CryptAPI.php:298
     254#: controllers/CryptAPI.php:308
    227255#| msgid "Hide Without Ammount"
    228256msgid "Hide Without Amount"
     
    237265msgstr "https://github.com/cryptapi/woocommerce-cryptapi"
    238266
    239 #: controllers/CryptAPI.php:1264
     267#: controllers/CryptAPI.php:1498
     268msgid ""
     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:"
     273msgstr ""
     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
    240281msgid ""
    241282"If you are using BlockBee you can choose if setting the receiving addresses "
     
    253294"\"Address Override\" ao criar a API Key."
    254295
    255 #: controllers/CryptAPI.php:87
     296#: controllers/CryptAPI.php:92
    256297msgid ""
    257298"If you enjoy this plugin please <b><a href='https://wordpress."
     
    263304"post' target='_blank'>classifique e faça review</a></b>!"
    264305
    265 #: controllers/CryptAPI.php:84
     306#: controllers/CryptAPI.php:89
    266307msgid ""
    267308"If you need any help or have any suggestion, contact us via the <b>live "
     
    275316"//discord.gg/cryptapi' target='_blank'>servidor Discord</a></b>"
    276317
    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
    283319msgid ""
    284320"Insert your %s address here. Leave the checkbox unselected if you want to "
     
    288324"não queira selecionar esta criptomoeda"
    289325
    290 #: controllers/CryptAPI.php:308
     326#: controllers/CryptAPI.php:318
    291327msgid "Light"
    292328msgstr "Claro"
    293329
    294 #: controllers/CryptAPI.php:318 controllers/CryptAPI.php:333
     330#: controllers/CryptAPI.php:328 controllers/CryptAPI.php:343
    295331msgid "Never"
    296332msgstr "Nunca"
    297333
    298 #: controllers/CryptAPI.php:934
     334#: controllers/CryptAPI.php:1033
    299335msgid "Notice"
    300336msgstr "Aviso"
    301337
    302 #: controllers/CryptAPI.php:976
     338#: controllers/CryptAPI.php:1079
    303339msgid "Open QR CODE"
    304340msgstr "Abrir Código QR"
    305341
    306 #: controllers/CryptAPI.php:329
     342#: controllers/CryptAPI.php:339
    307343msgid "Order cancelation timeout"
    308344msgstr "Tempo até que a encomenda seja cancelada"
    309345
    310 #: controllers/CryptAPI.php:1146
     346#: controllers/CryptAPI.php:1210
    311347msgid "Order cancelled due to lack of payment."
    312348msgstr "Encomenda cancelada devido à falta de pagamento."
    313349
    314 #: controllers/CryptAPI.php:1035
     350#: controllers/CryptAPI.php:1140
    315351msgid ""
    316352"Order has been cancelled due to lack of payment. Please don't send any "
     
    320356"nenhum pagamento para o endereço."
    321357
    322 #: controllers/CryptAPI.php:964
     358#: controllers/CryptAPI.php:1066
    323359msgid "Order will be cancelled in less than a minute."
    324360msgstr "A encomenda será cancelada em menos de um minuto."
    325361
    326 #: controllers/CryptAPI.php:1383
     362#: controllers/CryptAPI.php:1450
    327363msgid "Pay"
    328364msgstr "Pagar"
    329365
    330 #: controllers/CryptAPI.php:426
     366#: controllers/CryptAPI.php:441
    331367msgid "Pay with"
    332368msgstr "Pagar com"
    333369
    334 #: controllers/CryptAPI.php:1069
     370#: controllers/CryptAPI.php:1177
    335371msgid "Payment confirmed"
    336372msgstr "O pagamento foi confirmado"
    337373
    338 #: controllers/CryptAPI.php:579
     374#: controllers/CryptAPI.php:596
    339375msgid "Payment could not be processed, please try again"
    340376msgstr "Não foi possível processar o pagamento, por favor tente novamente."
    341377
    342 #: controllers/CryptAPI.php:755 controllers/CryptAPI.php:757
     378#: controllers/CryptAPI.php:809 controllers/CryptAPI.php:811
    343379msgid "Payment detected and confirmed. Customer still need to send"
    344380msgstr "Pagamento detectado e confirmado. O cliente deverá ainda enviar"
    345381
    346 #: controllers/CryptAPI.php:573
     382#: controllers/CryptAPI.php:590
    347383msgid "Payment error:"
    348384msgstr "Erro no pagamento: "
    349385
    350 #: controllers/CryptAPI.php:220
     386#: controllers/CryptAPI.php:230
    351387msgid "Payment method description that the customer will see on your checkout"
    352388msgstr "Descrição do pagamento que o seu cliente verá no pagamento"
    353389
    354 #: controllers/CryptAPI.php:476
     390#: controllers/CryptAPI.php:491
    355391msgid "Please choose a cryptocurrency"
    356392msgstr "Por favor selecione uma criptomoeda"
    357393
    358 #: controllers/CryptAPI.php:1200
     394#: controllers/CryptAPI.php:1263
    359395msgid "Please renew your subscription"
    360396msgstr "Por favor, renove a sua subscrição"
     
    369405"estiver pronto/a: %2$s"
    370406
    371 #: controllers/CryptAPI.php:415
     407#: controllers/CryptAPI.php:429
    372408msgid "Please select a Cryptocurrency"
    373409msgstr "Por favor selecione uma Criptomoeda"
    374410
    375 #: controllers/CryptAPI.php:919
     411#: controllers/CryptAPI.php:1014
    376412msgid "PLEASE SEND"
    377413msgstr "ENVIE"
    378414
    379 #: controllers/CryptAPI.php:1015
     415#: controllers/CryptAPI.php:1120
    380416msgid "Processing can take some time depending on the blockchain."
    381417msgstr "O processamento poderá demorar algum tempo, dependendo da blockchain."
    382418
    383 #: controllers/CryptAPI.php:279
     419#: controllers/CryptAPI.php:289
    384420msgid "QR Code by default"
    385421msgstr "Código QR por defeito"
    386422
    387 #: controllers/CryptAPI.php:288
     423#: controllers/CryptAPI.php:298
    388424msgid "QR code image size"
    389425msgstr "Tamanho do Código QR"
    390426
    391 #: controllers/CryptAPI.php:285
     427#: controllers/CryptAPI.php:295
    392428msgid "QR Code size"
    393429msgstr "Tamanho do Código QR"
    394430
    395 #: controllers/CryptAPI.php:291
     431#: controllers/CryptAPI.php:301
    396432msgid "QR Code to show"
    397433msgstr ""
    398434"Código QR para mostrar\n"
    399435
    400 #: controllers/CryptAPI.php:862
     436#: controllers/CryptAPI.php:953
    401437msgid "QR Code with value"
    402438msgstr "Código QR com o valor"
    403439
    404 #: controllers/CryptAPI.php:852 controllers/CryptAPI.php:904
     440#: controllers/CryptAPI.php:943 controllers/CryptAPI.php:998
    405441msgid "QR Code without value"
    406442msgstr "Código QR sem o valor"
    407443
    408 #: controllers/CryptAPI.php:314
     444#: controllers/CryptAPI.php:324
    409445msgid "Refresh converted value"
    410446msgstr "Atualizar o valor convertido"
    411447
    412 #: controllers/CryptAPI.php:300
     448#: controllers/CryptAPI.php:310
    413449msgid ""
    414450"Select how you want to show the QR Code to the user. Either select a default "
     
    418454"mostrar primeiro ou oculte um deles.\n"
    419455
    420 #: controllers/CryptAPI.php:340
     456#: controllers/CryptAPI.php:353
    421457msgid ""
    422458"Selects the amount of time the user has to  pay for the order. %1$s When "
     
    432468"Aviso: %3$s Não aconselhamos mais de 1 Hora.\n"
    433469
    434 #: controllers/CryptAPI.php:306
     470#: controllers/CryptAPI.php:316
    435471msgid ""
    436472"Selects the color scheme of the plugin to match your website (Light, Dark "
     
    440476" Escuro e Auto para detectar automaticamente)"
    441477
    442 #: controllers/CryptAPI.php:1332
     478#: controllers/CryptAPI.php:1399
    443479msgid "Service Fee"
    444480msgstr "Taxas do Serviço"
    445481
    446 #: controllers/CryptAPI.php:241
     482#: controllers/CryptAPI.php:251
    447483msgid "Service fee manager"
    448484msgstr "Gestão das taxas do serviço"
    449485
    450 #: controllers/CryptAPI.php:276
     486#: controllers/CryptAPI.php:286
    451487#| msgid ""
    452488#| "Set the CryptAPI service fee you want to charge the costumer.<br><strong>"
     
    462498"as taxas da CryptAPI total ou parcialmente)"
    463499
    464 #: controllers/CryptAPI.php:223
     500#: controllers/CryptAPI.php:233
    465501msgid "Show CryptAPI branding"
    466502msgstr "Mostrar marca da CryptAPI"
    467503
    468 #: controllers/CryptAPI.php:225
     504#: controllers/CryptAPI.php:235
    469505msgid "Show CryptAPI logo and credits below the QR code"
    470506msgstr "Mostrar logo da CryptAPI e créditos por baixo do Código QR"
    471507
    472 #: controllers/CryptAPI.php:229
     508#: controllers/CryptAPI.php:239
    473509msgid "Show crypto logos in checkout"
    474510msgstr ""
    475511"Mostrar logotipos das cryptomoedas no checkout\n"
    476512
    477 #: controllers/CryptAPI.php:889
     513#: controllers/CryptAPI.php:982
    478514msgid "Show QR Code with value"
    479515msgstr "Mostrar Código QR com o valor"
    480516
    481 #: controllers/CryptAPI.php:878 controllers/CryptAPI.php:907
     517#: controllers/CryptAPI.php:970 controllers/CryptAPI.php:1002
    482518msgid "Show QR Code without value"
    483519msgstr "Mostrar Código QR com o valor"
    484520
    485 #: controllers/CryptAPI.php:971
     521#: controllers/CryptAPI.php:1074
    486522msgid "Show the QR code"
    487523msgstr "Mostrar Código QR"
    488524
    489 #: controllers/CryptAPI.php:281
     525#: controllers/CryptAPI.php:291
    490526msgid "Show the QR Code by default"
    491527msgstr "Mostrar código QR por defeito"
    492528
    493 #: controllers/CryptAPI.php:929
     529#: controllers/CryptAPI.php:1028
    494530msgid ""
    495531"So far you sent %1s. Please send a new payment to complete the order, as "
     
    499535"conforme solicitado acima\n"
    500536
    501 #: controllers/CryptAPI.php:943
     537#: controllers/CryptAPI.php:1042
    502538#| msgid "The %1s conversion rate will be adjusted in %2s"
    503539msgid "The %1s conversion rate will be adjusted in"
     
    505541"A taxa de conversão %1s será ajustada em\n"
    506542
    507 #: controllers/CryptAPI.php:326
     543#: controllers/CryptAPI.php:336
    508544msgid ""
    509545"The system will automatically update the conversion value of the invoices "
     
    521557"sendo que recomendamos que a mantenha em 5 minutos. %3$s\n"
    522558
    523 #: controllers/CryptAPI.php:541
     559#: controllers/CryptAPI.php:556
    524560msgid "There was an error with the payment. Please try again."
    525561msgstr "Ocorreu um erro com o pagamento. Por favor, tente novamente."
    526562
    527 #: controllers/CryptAPI.php:212
     563#: controllers/CryptAPI.php:222
    528564msgid "This controls the title which the user sees during checkout."
    529565msgstr "Controla o título que o seu cliente vê durante a encomenda."
    530566
    531 #: controllers/CryptAPI.php:965
     567#: controllers/CryptAPI.php:1067
    532568#| msgid "This order will be valid until %s"
    533569msgid "This order will be valid for %s"
     
    535571"Esta encomenda será válida por %s\n"
    536572
    537 #: controllers/CryptAPI.php:237
     573#: controllers/CryptAPI.php:247
    538574msgid "This will add an estimation of the blockchain fee to the order value"
    539575msgstr ""
    540576"Isso adicionará uma estimativa da taxa de blockchain ao valor da encomenda"
    541577
    542 #: controllers/CryptAPI.php:1040
     578#: controllers/CryptAPI.php:1145
    543579msgid "Time"
    544580msgstr "Tempo"
    545581
    546 #: controllers/CryptAPI.php:210
     582#: controllers/CryptAPI.php:220
    547583msgid "Title"
    548584msgstr "TÍtulo"
    549585
    550 #: controllers/CryptAPI.php:716
     586#: controllers/CryptAPI.php:794 controllers/CryptAPI.php:802
    551587msgid "User sent a payment of"
    552588msgstr "O cliente enviou pagamento de"
    553589
    554 #: controllers/CryptAPI.php:1041
     590#: controllers/CryptAPI.php:1146
    555591msgid "Value Paid"
    556592msgstr "Valor Pago"
    557593
    558 #: controllers/CryptAPI.php:531
     594#: controllers/CryptAPI.php:546
    559595msgid "Value too low, minimum is"
    560596msgstr "O valor é demasiado pequeno, o mínimo é"
    561597
    562 #: controllers/CryptAPI.php:1062
     598#: controllers/CryptAPI.php:1169
    563599msgid "Waiting for network confirmation"
    564600msgstr "Aguardando confirmação da rede"
    565601
    566 #: controllers/CryptAPI.php:1055
     602#: controllers/CryptAPI.php:1161
    567603msgid "Waiting for payment"
    568604msgstr "Aguardando pagamento"
    569605
    570 #: controllers/CryptAPI.php:345
     606#: controllers/CryptAPI.php:358
    571607#| msgid ""
    572608#| "When this setting is enabled, the plugin will mark the order as "
     
    581617"%2$s"
    582618
    583 #: controllers/CryptAPI.php:890
     619#: controllers/CryptAPI.php:983
    584620#| msgid "WITH AMMOUNT"
    585621msgid "WITH AMOUNT"
    586622msgstr "COM VALOR"
    587623
    588 #: controllers/CryptAPI.php:1025
     624#: controllers/CryptAPI.php:1130
    589625msgid "Your payment has been confirmed!"
    590626msgstr "O seu pagamento foi confirmado!"
    591627
    592 #: controllers/CryptAPI.php:1014
     628#: controllers/CryptAPI.php:1119
    593629msgid "Your payment is being processed!"
    594630msgstr "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  
    1111"Content-Transfer-Encoding: 8bit\n"
    1212"POT-Creation-Date: 2022-02-11T16:36:51+01:00\n"
    13 "PO-Revision-Date: 2022-09-23 10:30+0000\n"
     13"PO-Revision-Date: 2023-08-25 18:00+0000\n"
    1414"X-Generator: Loco https://localise.biz/\n"
    1515"X-Domain: cryptapi\n"
     
    1818"X-Loco-Version: 2.6.1; wp-6.0"
    1919
    20 #: controllers/CryptAPI.php:351
     20#: controllers/CryptAPI.php:364
    2121#| msgid ""
    2222#| "<b>Attention: This option will disable the price conversion for ALL "
     
    3939"selecionada."
    4040
    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"
     43msgid ""
     44"(Optional) Insert here your BlockBee API Key. You can get one here: %1$s"
     45msgstr ""
     46"(Opcional) Insira aqui sua chave de API BlockBee. Você pode obter um aqui: "
     47"%1$s\n"
     48
     49#: controllers/CryptAPI.php:347
    4250msgid "1 Hour"
    4351msgstr "1 Hora"
    4452
    45 #: controllers/CryptAPI.php:336
     53#: controllers/CryptAPI.php:349
    4654msgid "12 Hours"
    4755msgstr "12 Horas"
    4856
    49 #: controllers/CryptAPI.php:337
     57#: controllers/CryptAPI.php:344
     58msgid "15 Minutes"
     59msgstr "15 Minutos"
     60
     61#: controllers/CryptAPI.php:350
    5062msgid "18 Hours"
    5163msgstr "18 Horas"
    5264
    53 #: controllers/CryptAPI.php:338
     65#: controllers/CryptAPI.php:351
    5466msgid "24 Hours"
    5567msgstr "24 Horas"
    5668
    57 #: controllers/CryptAPI.php:335
     69#: controllers/CryptAPI.php:345
     70msgid "30 Minutes"
     71msgstr "30 Minutos"
     72
     73#: controllers/CryptAPI.php:346
     74msgid "45 Minutes"
     75msgstr "45 Minutos"
     76
     77#: controllers/CryptAPI.php:348
    5878msgid "6 Hours"
    5979msgstr "6 Horas"
    6080
    61 #: controllers/CryptAPI.php:946
     81#: controllers/CryptAPI.php:1046
    6282msgid "a moment"
    6383msgstr "um momento"
     
    6888"Aceite pagamentos através de criptomoedas na sua loja online WooCommerce"
    6989
    70 #: controllers/CryptAPI.php:235
     90#: controllers/CryptAPI.php:245
    7191msgid "Add the blockchain fee to the order"
    7292msgstr "Adicionar a taxa da blockchain à encomenda"
    7393
    74 #: controllers/CryptAPI.php:879 controllers/CryptAPI.php:908
     94#: controllers/CryptAPI.php:971 controllers/CryptAPI.php:1003
    7595msgid "ADDRESS"
    7696msgstr "ENDEREÇO"
    7797
    78 #: controllers/CryptAPI.php:1262
     98#: controllers/CryptAPI.php:1325
    7999msgid "Addresses"
    80100msgstr "Endereços"
    81101
    82 #: controllers/CryptAPI.php:355
     102#: controllers/CryptAPI.php:368
    83103msgid "API Key"
    84104msgstr "Chave API "
    85105
    86 #: controllers/CryptAPI.php:310
     106#: controllers/CryptAPI.php:320
    87107msgid "Auto"
    88108msgstr "Auto"
    89109
    90 #: controllers/CryptAPI.php:564
     110#: controllers/CryptAPI.php:581
    91111msgid "Awaiting payment"
    92112msgstr "A aguardar pagamento"
    93113
    94 #: controllers/CryptAPI.php:1372
     114#: controllers/CryptAPI.php:1502
     115msgid "Check for Callbacks"
     116msgstr "Verificar Callbacks"
     117
     118#: controllers/CryptAPI.php:1439
    95119msgid "Check your payment status"
    96120msgstr "Verifique o estado do seu pagamento"
    97121
    98 #: controllers/CryptAPI.php:981
     122#: controllers/CryptAPI.php:1511
     123msgid "Checking"
     124msgstr "Verificando"
     125
     126#: controllers/CryptAPI.php:1084
    99127msgid "Close QR CODE"
    100128msgstr "Fechar Código QR"
    101129
    102 #: controllers/CryptAPI.php:303
     130#: controllers/CryptAPI.php:313
    103131msgid "Color Scheme"
    104132msgstr "Esquema de Cores"
    105133
    106 #: controllers/CryptAPI.php:343
     134#: controllers/CryptAPI.php:356
    107135msgid "Completed status for virtual products"
    108136msgstr "Status concluído para produtos virtuais"
    109137
    110 #: controllers/CryptAPI.php:924 controllers/CryptAPI.php:956
     138#: controllers/CryptAPI.php:1021 controllers/CryptAPI.php:1057
    111139msgid "COPIED!"
    112140msgstr "COPIADO!"
    113141
    114 #: controllers/CryptAPI.php:923 controllers/CryptAPI.php:955
     142#: controllers/CryptAPI.php:1019 controllers/CryptAPI.php:1055
    115143msgid "COPY"
    116144msgstr "COPIAR"
     
    120148msgstr "cryptapi"
    121149
    122 #: controllers/CryptAPI.php:16
     150#: controllers/CryptAPI.php:17
    123151msgid "CryptAPI allows customers to pay in cryptocurrency"
    124152msgstr "CryptAPI permite que os seus clientes paguem em criptomoeda"
     
    141169"download %s aqui."
    142170
    143 #: controllers/CryptAPI.php:213
     171#: controllers/CryptAPI.php:223
    144172msgid "Cryptocurrency"
    145173msgstr "Criptomoeda"
    146174
    147 #: controllers/CryptAPI.php:309
     175#: controllers/CryptAPI.php:319
    148176msgid "Dark"
    149177msgstr "Escuro"
    150178
    151 #: controllers/CryptAPI.php:296
     179#: controllers/CryptAPI.php:306
    152180#| msgid "Default Ammount"
    153181msgid "Default Amount"
    154182msgstr "Com Valor por Defeito"
    155183
    156 #: controllers/CryptAPI.php:295
     184#: controllers/CryptAPI.php:305
    157185#| msgid "Default Without Ammount"
    158186msgid "Default Without Amount"
    159187msgstr "Sem Valor por Defeito"
    160188
    161 #: controllers/CryptAPI.php:217
     189#: controllers/CryptAPI.php:227
    162190msgid "Description"
    163191msgstr "Descrição"
    164192
    165 #: controllers/CryptAPI.php:349
     193#: controllers/CryptAPI.php:362
    166194msgid "Disable price conversion"
    167195msgstr "Desativar conversão de preços"
    168196
    169 #: controllers/CryptAPI.php:206
     197#: controllers/CryptAPI.php:216
    170198msgid "Enable CryptAPI Payments"
    171199msgstr "Ativar pagamentos através da CryptAPI"
    172200
    173 #: controllers/CryptAPI.php:231
     201#: controllers/CryptAPI.php:241
    174202msgid ""
    175203"Enable this to show the cryptocurrencies logos in the checkout %1$s %2$s "
     
    179207"Aviso: %3$s Pode quebrar em alguns modelos. Use por sua conta e risco.\n"
    180208
    181 #: controllers/CryptAPI.php:204
     209#: controllers/CryptAPI.php:214
    182210msgid "Enabled"
    183211msgstr "Ativado"
    184212
    185 #: controllers/CryptAPI.php:320
     213#: controllers/CryptAPI.php:330
    186214msgid "Every 10 Minutes"
    187215msgstr "Cada 10 Minutos"
    188216
    189 #: controllers/CryptAPI.php:321
     217#: controllers/CryptAPI.php:331
    190218msgid "Every 15 Minutes"
    191219msgstr "Cada 15 Minutos"
    192220
    193 #: controllers/CryptAPI.php:322
     221#: controllers/CryptAPI.php:332
    194222msgid "Every 30 Minutes"
    195223msgstr "Cada 30 Minutos"
    196224
    197 #: controllers/CryptAPI.php:323
     225#: controllers/CryptAPI.php:333
    198226msgid "Every 45 Minutes"
    199227msgstr "Cada 45 Minutos"
    200228
    201 #: controllers/CryptAPI.php:319
     229#: controllers/CryptAPI.php:329
    202230msgid "Every 5 Minutes"
    203231msgstr "Cada 5 Minutos"
    204232
    205 #: controllers/CryptAPI.php:324
     233#: controllers/CryptAPI.php:334
    206234msgid "Every 60 Minutes"
    207235msgstr "Cada 60 Minutos"
    208236
    209 #: controllers/CryptAPI.php:1042
     237#: controllers/CryptAPI.php:1147
    210238msgid "FIAT Value"
    211239msgstr "Valor FIAT"
    212240
    213 #: controllers/CryptAPI.php:934
     241#: controllers/CryptAPI.php:1033
    214242msgid ""
    215243"For technical reasons, the minimum amount for each transaction is %1s, so we "
     
    219247"ajustamos o valor somando o restante."
    220248
    221 #: controllers/CryptAPI.php:297
     249#: controllers/CryptAPI.php:307
    222250#| msgid "Hide Ammount"
    223251msgid "Hide Amount"
    224252msgstr "Esconder Valor"
    225253
    226 #: controllers/CryptAPI.php:298
     254#: controllers/CryptAPI.php:308
    227255#| msgid "Hide Without Ammount"
    228256msgid "Hide Without Amount"
     
    237265msgstr "https://github.com/cryptapi/woocommerce-cryptapi"
    238266
    239 #: controllers/CryptAPI.php:1264
     267#: controllers/CryptAPI.php:1498
     268msgid ""
     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:"
     273msgstr ""
     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
    240282msgid ""
    241283"If you are using BlockBee you can choose if setting the receiving addresses "
     
    253295"\"Address Override\" ao criar a API Key."
    254296
    255 #: controllers/CryptAPI.php:87
     297#: controllers/CryptAPI.php:92
    256298msgid ""
    257299"If you enjoy this plugin please <b><a href='https://wordpress."
     
    263305"post' target='_blank'>classifique e faça review</a></b>!"
    264306
    265 #: controllers/CryptAPI.php:84
     307#: controllers/CryptAPI.php:89
    266308msgid ""
    267309"If you need any help or have any suggestion, contact us via the <b>live "
     
    275317"//discord.gg/cryptapi' target='_blank'>servidor Discord</a></b>"
    276318
    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
    283320msgid ""
    284321"Insert your %s address here. Leave the checkbox unselected if you want to "
     
    288325"não queira selecionar esta criptomoeda"
    289326
    290 #: controllers/CryptAPI.php:308
     327#: controllers/CryptAPI.php:318
    291328msgid "Light"
    292329msgstr "Claro"
    293330
    294 #: controllers/CryptAPI.php:318 controllers/CryptAPI.php:333
     331#: controllers/CryptAPI.php:328 controllers/CryptAPI.php:343
    295332msgid "Never"
    296333msgstr "Nunca"
    297334
    298 #: controllers/CryptAPI.php:934
     335#: controllers/CryptAPI.php:1033
    299336msgid "Notice"
    300337msgstr "Aviso"
    301338
    302 #: controllers/CryptAPI.php:976
     339#: controllers/CryptAPI.php:1079
    303340msgid "Open QR CODE"
    304341msgstr "Abrir Código QR"
    305342
    306 #: controllers/CryptAPI.php:329
     343#: controllers/CryptAPI.php:339
    307344msgid "Order cancelation timeout"
    308345msgstr "Tempo até que a encomenda seja cancelada"
    309346
    310 #: controllers/CryptAPI.php:1146
     347#: controllers/CryptAPI.php:1210
    311348msgid "Order cancelled due to lack of payment."
    312349msgstr "Encomenda cancelada devido à falta de pagamento."
    313350
    314 #: controllers/CryptAPI.php:1035
     351#: controllers/CryptAPI.php:1140
    315352msgid ""
    316353"Order has been cancelled due to lack of payment. Please don't send any "
     
    320357"nenhum pagamento para o endereço."
    321358
    322 #: controllers/CryptAPI.php:964
     359#: controllers/CryptAPI.php:1066
    323360msgid "Order will be cancelled in less than a minute."
    324361msgstr "A encomenda será cancelada em menos de um minuto."
    325362
    326 #: controllers/CryptAPI.php:1383
     363#: controllers/CryptAPI.php:1450
    327364msgid "Pay"
    328365msgstr "Pagar"
    329366
    330 #: controllers/CryptAPI.php:426
     367#: controllers/CryptAPI.php:441
    331368msgid "Pay with"
    332369msgstr "Pagar com"
    333370
    334 #: controllers/CryptAPI.php:1069
     371#: controllers/CryptAPI.php:1177
    335372msgid "Payment confirmed"
    336373msgstr "O pagamento foi confirmado"
    337374
    338 #: controllers/CryptAPI.php:579
     375#: controllers/CryptAPI.php:596
    339376msgid "Payment could not be processed, please try again"
    340377msgstr "Não foi possível processar o pagamento, por favor tente novamente."
    341378
    342 #: controllers/CryptAPI.php:755 controllers/CryptAPI.php:757
     379#: controllers/CryptAPI.php:809 controllers/CryptAPI.php:811
    343380msgid "Payment detected and confirmed. Customer still need to send"
    344381msgstr "Pagamento detectado e confirmado. O cliente deverá ainda enviar"
    345382
    346 #: controllers/CryptAPI.php:573
     383#: controllers/CryptAPI.php:590
    347384msgid "Payment error:"
    348385msgstr "Erro no pagamento: "
    349386
    350 #: controllers/CryptAPI.php:220
     387#: controllers/CryptAPI.php:230
    351388msgid "Payment method description that the customer will see on your checkout"
    352389msgstr "Descrição do pagamento que o seu cliente verá no pagamento"
    353390
    354 #: controllers/CryptAPI.php:476
     391#: controllers/CryptAPI.php:491
    355392msgid "Please choose a cryptocurrency"
    356393msgstr "Por favor selecione uma criptomoeda"
    357394
    358 #: controllers/CryptAPI.php:1200
     395#: controllers/CryptAPI.php:1263
    359396msgid "Please renew your subscription"
    360397msgstr "Por favor, renove a sua subscrição"
     
    369406"estiver pronto/a: %2$s"
    370407
    371 #: controllers/CryptAPI.php:415
     408#: controllers/CryptAPI.php:429
    372409msgid "Please select a Cryptocurrency"
    373410msgstr "Por favor selecione uma Criptomoeda"
    374411
    375 #: controllers/CryptAPI.php:919
     412#: controllers/CryptAPI.php:1014
    376413msgid "PLEASE SEND"
    377414msgstr "ENVIE"
    378415
    379 #: controllers/CryptAPI.php:1015
     416#: controllers/CryptAPI.php:1120
    380417msgid "Processing can take some time depending on the blockchain."
    381418msgstr "O processamento poderá demorar algum tempo, dependendo da blockchain."
    382419
    383 #: controllers/CryptAPI.php:279
     420#: controllers/CryptAPI.php:289
    384421msgid "QR Code by default"
    385422msgstr "Código QR por defeito"
    386423
    387 #: controllers/CryptAPI.php:288
     424#: controllers/CryptAPI.php:298
    388425msgid "QR code image size"
    389426msgstr "Tamanho do Código QR"
    390427
    391 #: controllers/CryptAPI.php:285
     428#: controllers/CryptAPI.php:295
    392429msgid "QR Code size"
    393430msgstr "Tamanho do Código QR"
    394431
    395 #: controllers/CryptAPI.php:291
     432#: controllers/CryptAPI.php:301
    396433msgid "QR Code to show"
    397434msgstr ""
    398435"Código QR para mostrar\n"
    399436
    400 #: controllers/CryptAPI.php:862
     437#: controllers/CryptAPI.php:953
    401438msgid "QR Code with value"
    402439msgstr "Código QR com o valor"
    403440
    404 #: controllers/CryptAPI.php:852 controllers/CryptAPI.php:904
     441#: controllers/CryptAPI.php:943 controllers/CryptAPI.php:998
    405442msgid "QR Code without value"
    406443msgstr "Código QR sem o valor"
    407444
    408 #: controllers/CryptAPI.php:314
     445#: controllers/CryptAPI.php:324
    409446msgid "Refresh converted value"
    410447msgstr "Atualizar o valor convertido"
    411448
    412 #: controllers/CryptAPI.php:300
     449#: controllers/CryptAPI.php:310
    413450msgid ""
    414451"Select how you want to show the QR Code to the user. Either select a default "
     
    418455"mostrar primeiro ou oculte um deles.\n"
    419456
    420 #: controllers/CryptAPI.php:340
     457#: controllers/CryptAPI.php:353
    421458msgid ""
    422459"Selects the amount of time the user has to  pay for the order. %1$s When "
     
    432469"Aviso: %3$s Não aconselhamos mais de 1 Hora.\n"
    433470
    434 #: controllers/CryptAPI.php:306
     471#: controllers/CryptAPI.php:316
    435472msgid ""
    436473"Selects the color scheme of the plugin to match your website (Light, Dark "
     
    440477" Escuro e Auto para detectar automaticamente)"
    441478
    442 #: controllers/CryptAPI.php:1332
     479#: controllers/CryptAPI.php:1399
    443480msgid "Service Fee"
    444481msgstr "Taxas do Serviço"
    445482
    446 #: controllers/CryptAPI.php:241
     483#: controllers/CryptAPI.php:251
    447484msgid "Service fee manager"
    448485msgstr "Gestão das taxas do serviço"
    449486
    450 #: controllers/CryptAPI.php:276
     487#: controllers/CryptAPI.php:286
    451488#| msgid ""
    452489#| "Set the CryptAPI service fee you want to charge the costumer.<br><strong>"
     
    462499"as taxas da CryptAPI total ou parcialmente)"
    463500
    464 #: controllers/CryptAPI.php:223
     501#: controllers/CryptAPI.php:233
    465502msgid "Show CryptAPI branding"
    466503msgstr "Mostrar marca da CryptAPI"
    467504
    468 #: controllers/CryptAPI.php:225
     505#: controllers/CryptAPI.php:235
    469506msgid "Show CryptAPI logo and credits below the QR code"
    470507msgstr "Mostrar logo da CryptAPI e créditos por baixo do Código QR"
    471508
    472 #: controllers/CryptAPI.php:229
     509#: controllers/CryptAPI.php:239
    473510msgid "Show crypto logos in checkout"
    474511msgstr ""
    475512"Mostrar logotipos das cryptomoedas no checkout\n"
    476513
    477 #: controllers/CryptAPI.php:889
     514#: controllers/CryptAPI.php:982
    478515msgid "Show QR Code with value"
    479516msgstr "Mostrar Código QR com o valor"
    480517
    481 #: controllers/CryptAPI.php:878 controllers/CryptAPI.php:907
     518#: controllers/CryptAPI.php:970 controllers/CryptAPI.php:1002
    482519msgid "Show QR Code without value"
    483520msgstr "Mostrar Código QR com o valor"
    484521
    485 #: controllers/CryptAPI.php:971
     522#: controllers/CryptAPI.php:1074
    486523msgid "Show the QR code"
    487524msgstr "Mostrar Código QR"
    488525
    489 #: controllers/CryptAPI.php:281
     526#: controllers/CryptAPI.php:291
    490527msgid "Show the QR Code by default"
    491528msgstr "Mostrar código QR por defeito"
    492529
    493 #: controllers/CryptAPI.php:929
     530#: controllers/CryptAPI.php:1028
    494531msgid ""
    495532"So far you sent %1s. Please send a new payment to complete the order, as "
     
    499536"conforme solicitado acima\n"
    500537
    501 #: controllers/CryptAPI.php:943
     538#: controllers/CryptAPI.php:1042
    502539#| msgid "The %1s conversion rate will be adjusted in %2s"
    503540msgid "The %1s conversion rate will be adjusted in"
     
    505542"A taxa de conversão %1s será ajustada em\n"
    506543
    507 #: controllers/CryptAPI.php:326
     544#: controllers/CryptAPI.php:336
    508545msgid ""
    509546"The system will automatically update the conversion value of the invoices "
     
    521558"sendo que recomendamos que a mantenha em 5 minutos. %3$s\n"
    522559
    523 #: controllers/CryptAPI.php:541
     560#: controllers/CryptAPI.php:556
    524561msgid "There was an error with the payment. Please try again."
    525562msgstr "Ocorreu um erro com o pagamento. Por favor, tente novamente."
    526563
    527 #: controllers/CryptAPI.php:212
     564#: controllers/CryptAPI.php:222
    528565msgid "This controls the title which the user sees during checkout."
    529566msgstr "Controla o título que o seu cliente vê durante a encomenda."
    530567
    531 #: controllers/CryptAPI.php:965
     568#: controllers/CryptAPI.php:1067
    532569#| msgid "This order will be valid until %s"
    533570msgid "This order will be valid for %s"
     
    535572"Esta encomenda será válida por %s\n"
    536573
    537 #: controllers/CryptAPI.php:237
     574#: controllers/CryptAPI.php:247
    538575msgid "This will add an estimation of the blockchain fee to the order value"
    539576msgstr ""
    540577"Isso adicionará uma estimativa da taxa de blockchain ao valor da encomenda"
    541578
    542 #: controllers/CryptAPI.php:1040
     579#: controllers/CryptAPI.php:1145
    543580msgid "Time"
    544581msgstr "Tempo"
    545582
    546 #: controllers/CryptAPI.php:210
     583#: controllers/CryptAPI.php:220
    547584msgid "Title"
    548585msgstr "TÍtulo"
    549586
    550 #: controllers/CryptAPI.php:716
     587#: controllers/CryptAPI.php:794 controllers/CryptAPI.php:802
    551588msgid "User sent a payment of"
    552589msgstr "O cliente enviou pagamento de"
    553590
    554 #: controllers/CryptAPI.php:1041
     591#: controllers/CryptAPI.php:1146
    555592msgid "Value Paid"
    556593msgstr "Valor Pago"
    557594
    558 #: controllers/CryptAPI.php:531
     595#: controllers/CryptAPI.php:546
    559596msgid "Value too low, minimum is"
    560597msgstr "O valor é demasiado pequeno, o mínimo é"
    561598
    562 #: controllers/CryptAPI.php:1062
     599#: controllers/CryptAPI.php:1169
    563600msgid "Waiting for network confirmation"
    564601msgstr "Aguardando confirmação da rede"
    565602
    566 #: controllers/CryptAPI.php:1055
     603#: controllers/CryptAPI.php:1161
    567604msgid "Waiting for payment"
    568605msgstr "Aguardando pagamento"
    569606
    570 #: controllers/CryptAPI.php:345
     607#: controllers/CryptAPI.php:358
    571608#| msgid ""
    572609#| "When this setting is enabled, the plugin will mark the order as "
     
    581618"%2$s"
    582619
    583 #: controllers/CryptAPI.php:890
     620#: controllers/CryptAPI.php:983
    584621#| msgid "WITH AMMOUNT"
    585622msgid "WITH AMOUNT"
    586623msgstr "COM VALOR"
    587624
    588 #: controllers/CryptAPI.php:1025
     625#: controllers/CryptAPI.php:1130
    589626msgid "Your payment has been confirmed!"
    590627msgstr "O seu pagamento foi confirmado!"
    591628
    592 #: controllers/CryptAPI.php:1014
     629#: controllers/CryptAPI.php:1119
    593630msgid "Your payment is being processed!"
    594631msgstr "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) 2022 cryptapi
     1# Copyright (C) 2023 cryptapi
    22# This file is distributed under the MIT.
    33msgid ""
    44msgstr ""
    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"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    88"Language-Team: LANGUAGE <LL@li.org>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2022-09-23T12:20:13+02:00\n"
     12"POT-Creation-Date: 2023-08-25T17:58:31+00:00\n"
    1313"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"
    1515"X-Domain: cryptapi\n"
    1616
     
    3535msgstr ""
    3636
    37 #: controllers/CryptAPI.php:16
     37#: controllers/CryptAPI.php:17
    3838msgid "CryptAPI allows customers to pay in cryptocurrency"
    3939msgstr ""
    4040
    41 #: controllers/CryptAPI.php:84
     41#: controllers/CryptAPI.php:89
    4242msgid "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>"
    4343msgstr ""
    4444
    45 #: controllers/CryptAPI.php:87
     45#: controllers/CryptAPI.php:92
    4646msgid "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>!"
    4747msgstr ""
    4848
    49 #: controllers/CryptAPI.php:204
     49#: controllers/CryptAPI.php:214
    5050msgid "Enabled"
    5151msgstr ""
    5252
    53 #: controllers/CryptAPI.php:206
     53#: controllers/CryptAPI.php:216
    5454msgid "Enable CryptAPI Payments"
    5555msgstr ""
    5656
    57 #: controllers/CryptAPI.php:210
     57#: controllers/CryptAPI.php:220
    5858msgid "Title"
    5959msgstr ""
    6060
    61 #: controllers/CryptAPI.php:212
     61#: controllers/CryptAPI.php:222
    6262msgid "This controls the title which the user sees during checkout."
    6363msgstr ""
    6464
    65 #: controllers/CryptAPI.php:213
     65#: controllers/CryptAPI.php:223
    6666msgid "Cryptocurrency"
    6767msgstr ""
    6868
    69 #: controllers/CryptAPI.php:217
     69#: controllers/CryptAPI.php:227
    7070msgid "Description"
    7171msgstr ""
    7272
    73 #: controllers/CryptAPI.php:220
     73#: controllers/CryptAPI.php:230
    7474msgid "Payment method description that the customer will see on your checkout"
    7575msgstr ""
    7676
    77 #: controllers/CryptAPI.php:223
     77#: controllers/CryptAPI.php:233
    7878msgid "Show CryptAPI branding"
    7979msgstr ""
    8080
    81 #: controllers/CryptAPI.php:225
     81#: controllers/CryptAPI.php:235
    8282msgid "Show CryptAPI logo and credits below the QR code"
    8383msgstr ""
    8484
    85 #: controllers/CryptAPI.php:229
     85#: controllers/CryptAPI.php:239
    8686msgid "Show crypto logos in checkout"
    8787msgstr ""
    8888
    89 #: controllers/CryptAPI.php:231
     89#: controllers/CryptAPI.php:241
    9090msgid "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."
    9191msgstr ""
    9292
    93 #: controllers/CryptAPI.php:235
     93#: controllers/CryptAPI.php:245
    9494msgid "Add the blockchain fee to the order"
    9595msgstr ""
    9696
    97 #: controllers/CryptAPI.php:237
     97#: controllers/CryptAPI.php:247
    9898msgid "This will add an estimation of the blockchain fee to the order value"
    9999msgstr ""
    100100
    101 #: controllers/CryptAPI.php:241
     101#: controllers/CryptAPI.php:251
    102102msgid "Service fee manager"
    103103msgstr ""
    104104
    105 #: controllers/CryptAPI.php:276
     105#: controllers/CryptAPI.php:286
    106106msgid "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)."
    107107msgstr ""
    108108
    109 #: controllers/CryptAPI.php:279
     109#: controllers/CryptAPI.php:289
    110110msgid "QR Code by default"
    111111msgstr ""
    112112
    113 #: controllers/CryptAPI.php:281
     113#: controllers/CryptAPI.php:291
    114114msgid "Show the QR Code by default"
    115115msgstr ""
    116116
    117 #: controllers/CryptAPI.php:285
     117#: controllers/CryptAPI.php:295
    118118msgid "QR Code size"
    119119msgstr ""
    120120
    121 #: controllers/CryptAPI.php:288
     121#: controllers/CryptAPI.php:298
    122122msgid "QR code image size"
    123123msgstr ""
    124124
    125 #: controllers/CryptAPI.php:291
     125#: controllers/CryptAPI.php:301
    126126msgid "QR Code to show"
    127127msgstr ""
    128128
    129 #: controllers/CryptAPI.php:295
     129#: controllers/CryptAPI.php:305
    130130msgid "Default Without Amount"
    131131msgstr ""
    132132
    133 #: controllers/CryptAPI.php:296
     133#: controllers/CryptAPI.php:306
    134134msgid "Default Amount"
    135135msgstr ""
    136136
    137 #: controllers/CryptAPI.php:297
     137#: controllers/CryptAPI.php:307
    138138msgid "Hide Amount"
    139139msgstr ""
    140140
    141 #: controllers/CryptAPI.php:298
     141#: controllers/CryptAPI.php:308
    142142msgid "Hide Without Amount"
    143143msgstr ""
    144144
    145 #: controllers/CryptAPI.php:300
     145#: controllers/CryptAPI.php:310
    146146msgid "Select how you want to show the QR Code to the user. Either select a default to show first, or hide one of them."
    147147msgstr ""
    148148
    149 #: controllers/CryptAPI.php:303
     149#: controllers/CryptAPI.php:313
    150150msgid "Color Scheme"
    151151msgstr ""
    152152
    153 #: controllers/CryptAPI.php:306
     153#: controllers/CryptAPI.php:316
    154154msgid "Selects the color scheme of the plugin to match your website (Light, Dark and Auto to automatically detect it)"
    155155msgstr ""
    156156
    157 #: controllers/CryptAPI.php:308
     157#: controllers/CryptAPI.php:318
    158158msgid "Light"
    159159msgstr ""
    160160
    161 #: controllers/CryptAPI.php:309
     161#: controllers/CryptAPI.php:319
    162162msgid "Dark"
    163163msgstr ""
    164164
    165 #: controllers/CryptAPI.php:310
     165#: controllers/CryptAPI.php:320
    166166msgid "Auto"
    167167msgstr ""
    168168
    169 #: controllers/CryptAPI.php:314
     169#: controllers/CryptAPI.php:324
    170170msgid "Refresh converted value"
    171171msgstr ""
    172172
    173 #: controllers/CryptAPI.php:318
     173#: controllers/CryptAPI.php:328
     174#: controllers/CryptAPI.php:343
     175msgid "Never"
     176msgstr ""
     177
     178#: controllers/CryptAPI.php:329
     179msgid "Every 5 Minutes"
     180msgstr ""
     181
     182#: controllers/CryptAPI.php:330
     183msgid "Every 10 Minutes"
     184msgstr ""
     185
     186#: controllers/CryptAPI.php:331
     187msgid "Every 15 Minutes"
     188msgstr ""
     189
     190#: controllers/CryptAPI.php:332
     191msgid "Every 30 Minutes"
     192msgstr ""
     193
    174194#: controllers/CryptAPI.php:333
    175 msgid "Never"
    176 msgstr ""
    177 
    178 #: controllers/CryptAPI.php:319
    179 msgid "Every 5 Minutes"
    180 msgstr ""
    181 
    182 #: controllers/CryptAPI.php:320
    183 msgid "Every 10 Minutes"
    184 msgstr ""
    185 
    186 #: controllers/CryptAPI.php:321
    187 msgid "Every 15 Minutes"
    188 msgstr ""
    189 
    190 #: controllers/CryptAPI.php:322
    191 msgid "Every 30 Minutes"
    192 msgstr ""
    193 
    194 #: controllers/CryptAPI.php:323
    195195msgid "Every 45 Minutes"
    196196msgstr ""
    197197
    198 #: controllers/CryptAPI.php:324
     198#: controllers/CryptAPI.php:334
    199199msgid "Every 60 Minutes"
    200200msgstr ""
    201201
    202 #: controllers/CryptAPI.php:326
     202#: controllers/CryptAPI.php:336
    203203msgid "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"
    204204msgstr ""
    205205
    206 #: controllers/CryptAPI.php:329
     206#: controllers/CryptAPI.php:339
    207207msgid "Order cancelation timeout"
    208208msgstr ""
    209209
    210 #: controllers/CryptAPI.php:334
     210#: controllers/CryptAPI.php:344
     211msgid "15 Minutes"
     212msgstr ""
     213
     214#: controllers/CryptAPI.php:345
     215msgid "30 Minutes"
     216msgstr ""
     217
     218#: controllers/CryptAPI.php:346
     219msgid "45 Minutes"
     220msgstr ""
     221
     222#: controllers/CryptAPI.php:347
    211223msgid "1 Hour"
    212224msgstr ""
    213225
    214 #: controllers/CryptAPI.php:335
     226#: controllers/CryptAPI.php:348
    215227msgid "6 Hours"
    216228msgstr ""
    217229
    218 #: controllers/CryptAPI.php:336
     230#: controllers/CryptAPI.php:349
    219231msgid "12 Hours"
    220232msgstr ""
    221233
    222 #: controllers/CryptAPI.php:337
     234#: controllers/CryptAPI.php:350
    223235msgid "18 Hours"
    224236msgstr ""
    225237
    226 #: controllers/CryptAPI.php:338
     238#: controllers/CryptAPI.php:351
    227239msgid "24 Hours"
    228240msgstr ""
    229241
    230 #: controllers/CryptAPI.php:340
     242#: controllers/CryptAPI.php:353
    231243msgid "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."
    232244msgstr ""
    233245
    234 #: controllers/CryptAPI.php:343
     246#: controllers/CryptAPI.php:356
    235247msgid "Completed status for virtual products"
    236248msgstr ""
    237249
    238 #: controllers/CryptAPI.php:345
     250#: controllers/CryptAPI.php:358
    239251msgid "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."
    240252msgstr ""
    241253
    242 #: controllers/CryptAPI.php:349
     254#: controllers/CryptAPI.php:362
    243255msgid "Disable price conversion"
    244256msgstr ""
    245257
    246 #: controllers/CryptAPI.php:351
     258#: controllers/CryptAPI.php:364
    247259msgid "%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"
    248260msgstr ""
    249261
    250 #: controllers/CryptAPI.php:355
     262#: controllers/CryptAPI.php:368
    251263msgid "API Key"
    252264msgstr ""
    253265
    254 #: controllers/CryptAPI.php:358
    255 msgid "Insert here your BlockBee API Key. You can get one here: %1$s"
    256 msgstr ""
    257 
    258 #: controllers/CryptAPI.php:362
     266#: controllers/CryptAPI.php:371
     267msgid "(Optional) Insert here your BlockBee API Key. You can get one here: %1$s"
     268msgstr ""
     269
     270#: controllers/CryptAPI.php:375
    259271msgid "Insert your %s address here. Leave the checkbox unselected if you want to skip this cryptocurrency"
    260272msgstr ""
    261273
    262 #: controllers/CryptAPI.php:415
     274#: controllers/CryptAPI.php:429
    263275msgid "Please select a Cryptocurrency"
    264276msgstr ""
    265277
    266 #: controllers/CryptAPI.php:426
     278#: controllers/CryptAPI.php:441
    267279msgid "Pay with"
    268280msgstr ""
    269281
    270 #: controllers/CryptAPI.php:476
     282#: controllers/CryptAPI.php:491
    271283msgid "Please choose a cryptocurrency"
    272284msgstr ""
    273285
    274 #: controllers/CryptAPI.php:531
     286#: controllers/CryptAPI.php:546
    275287msgid "Value too low, minimum is"
    276288msgstr ""
    277289
    278 #: controllers/CryptAPI.php:541
     290#: controllers/CryptAPI.php:556
    279291msgid "There was an error with the payment. Please try again."
    280292msgstr ""
    281293
    282 #: controllers/CryptAPI.php:564
     294#: controllers/CryptAPI.php:581
    283295msgid "Awaiting payment"
    284296msgstr ""
    285297
    286 #: controllers/CryptAPI.php:573
     298#: controllers/CryptAPI.php:590
    287299msgid "Payment error:"
    288300msgstr ""
    289301
    290 #: controllers/CryptAPI.php:579
     302#: controllers/CryptAPI.php:596
    291303msgid "Payment could not be processed, please try again"
    292304msgstr ""
    293305
    294 #: controllers/CryptAPI.php:716
     306#: controllers/CryptAPI.php:794
     307#: controllers/CryptAPI.php:802
    295308msgid "User sent a payment of"
    296309msgstr ""
    297310
    298 #: controllers/CryptAPI.php:755
    299 #: controllers/CryptAPI.php:757
     311#: controllers/CryptAPI.php:809
     312#: controllers/CryptAPI.php:811
    300313msgid "Payment detected and confirmed. Customer still need to send"
    301314msgstr ""
    302315
    303 #: controllers/CryptAPI.php:852
    304 #: controllers/CryptAPI.php:904
     316#: controllers/CryptAPI.php:943
     317#: controllers/CryptAPI.php:998
    305318msgid "QR Code without value"
    306319msgstr ""
    307320
    308 #: controllers/CryptAPI.php:862
     321#: controllers/CryptAPI.php:953
    309322msgid "QR Code with value"
    310323msgstr ""
    311324
    312 #: controllers/CryptAPI.php:878
    313 #: controllers/CryptAPI.php:907
     325#: controllers/CryptAPI.php:970
     326#: controllers/CryptAPI.php:1002
    314327msgid "Show QR Code without value"
    315328msgstr ""
    316329
    317 #: controllers/CryptAPI.php:879
    318 #: controllers/CryptAPI.php:908
     330#: controllers/CryptAPI.php:971
     331#: controllers/CryptAPI.php:1003
    319332msgid "ADDRESS"
    320333msgstr ""
    321334
    322 #: controllers/CryptAPI.php:889
     335#: controllers/CryptAPI.php:982
    323336msgid "Show QR Code with value"
    324337msgstr ""
    325338
    326 #: controllers/CryptAPI.php:890
     339#: controllers/CryptAPI.php:983
    327340msgid "WITH AMOUNT"
    328341msgstr ""
    329342
    330 #: controllers/CryptAPI.php:919
     343#: controllers/CryptAPI.php:1014
    331344msgid "PLEASE SEND"
    332345msgstr ""
    333346
    334 #: controllers/CryptAPI.php:923
    335 #: controllers/CryptAPI.php:955
     347#: controllers/CryptAPI.php:1019
     348#: controllers/CryptAPI.php:1055
    336349msgid "COPY"
    337350msgstr ""
    338351
    339 #: controllers/CryptAPI.php:924
    340 #: controllers/CryptAPI.php:956
     352#: controllers/CryptAPI.php:1021
     353#: controllers/CryptAPI.php:1057
    341354msgid "COPIED!"
    342355msgstr ""
    343356
    344 #: controllers/CryptAPI.php:929
     357#: controllers/CryptAPI.php:1028
    345358msgid "So far you sent %1s. Please send a new payment to complete the order, as requested above"
    346359msgstr ""
    347360
    348 #: controllers/CryptAPI.php:934
     361#: controllers/CryptAPI.php:1033
    349362msgid "Notice"
    350363msgstr ""
    351364
    352 #: controllers/CryptAPI.php:934
     365#: controllers/CryptAPI.php:1033
    353366msgid "For technical reasons, the minimum amount for each transaction is %1s, so we adjusted the value by adding the remaining to it."
    354367msgstr ""
    355368
    356 #: controllers/CryptAPI.php:943
     369#: controllers/CryptAPI.php:1042
    357370msgid "The %1s conversion rate will be adjusted in"
    358371msgstr ""
    359372
    360 #: controllers/CryptAPI.php:946
     373#: controllers/CryptAPI.php:1046
    361374msgid "a moment"
    362375msgstr ""
    363376
    364 #: controllers/CryptAPI.php:964
     377#: controllers/CryptAPI.php:1066
    365378msgid "Order will be cancelled in less than a minute."
    366379msgstr ""
    367380
    368 #: controllers/CryptAPI.php:965
     381#: controllers/CryptAPI.php:1067
    369382msgid "This order will be valid for %s"
    370383msgstr ""
    371384
    372 #: controllers/CryptAPI.php:971
     385#: controllers/CryptAPI.php:1074
    373386msgid "Show the QR code"
    374387msgstr ""
    375388
    376 #: controllers/CryptAPI.php:976
     389#: controllers/CryptAPI.php:1079
    377390msgid "Open QR CODE"
    378391msgstr ""
    379392
    380 #: controllers/CryptAPI.php:981
     393#: controllers/CryptAPI.php:1084
    381394msgid "Close QR CODE"
    382395msgstr ""
    383396
    384 #: controllers/CryptAPI.php:1014
     397#: controllers/CryptAPI.php:1119
    385398msgid "Your payment is being processed!"
    386399msgstr ""
    387400
    388 #: controllers/CryptAPI.php:1015
     401#: controllers/CryptAPI.php:1120
    389402msgid "Processing can take some time depending on the blockchain."
    390403msgstr ""
    391404
    392 #: controllers/CryptAPI.php:1025
     405#: controllers/CryptAPI.php:1130
    393406msgid "Your payment has been confirmed!"
    394407msgstr ""
    395408
    396 #: controllers/CryptAPI.php:1035
     409#: controllers/CryptAPI.php:1140
    397410msgid "Order has been cancelled due to lack of payment. Please don't send any payment to the address."
    398411msgstr ""
    399412
    400 #: controllers/CryptAPI.php:1040
     413#: controllers/CryptAPI.php:1145
    401414msgid "Time"
    402415msgstr ""
    403416
    404 #: controllers/CryptAPI.php:1041
     417#: controllers/CryptAPI.php:1146
    405418msgid "Value Paid"
    406419msgstr ""
    407420
    408 #: controllers/CryptAPI.php:1042
     421#: controllers/CryptAPI.php:1147
    409422msgid "FIAT Value"
    410423msgstr ""
    411424
    412 #: controllers/CryptAPI.php:1055
     425#: controllers/CryptAPI.php:1161
    413426msgid "Waiting for payment"
    414427msgstr ""
    415428
    416 #: controllers/CryptAPI.php:1062
     429#: controllers/CryptAPI.php:1169
    417430msgid "Waiting for network confirmation"
    418431msgstr ""
    419432
    420 #: controllers/CryptAPI.php:1069
     433#: controllers/CryptAPI.php:1177
    421434msgid "Payment confirmed"
    422435msgstr ""
    423436
    424 #: controllers/CryptAPI.php:1146
     437#: controllers/CryptAPI.php:1210
    425438msgid "Order cancelled due to lack of payment."
    426439msgstr ""
    427440
    428 #: controllers/CryptAPI.php:1200
     441#: controllers/CryptAPI.php:1263
    429442msgid "Please renew your subscription"
    430443msgstr ""
    431444
    432 #: controllers/CryptAPI.php:1262
     445#: controllers/CryptAPI.php:1325
    433446msgid "Addresses"
    434447msgstr ""
    435448
    436 #: controllers/CryptAPI.php:1264
     449#: controllers/CryptAPI.php:1327
    437450msgid "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."
    438451msgstr ""
    439452
    440 #: controllers/CryptAPI.php:1332
     453#: controllers/CryptAPI.php:1399
    441454msgid "Service Fee"
    442455msgstr ""
    443456
    444 #: controllers/CryptAPI.php:1372
     457#: controllers/CryptAPI.php:1439
    445458msgid "Check your payment status"
    446459msgstr ""
    447460
    448 #: controllers/CryptAPI.php:1383
     461#: controllers/CryptAPI.php:1450
    449462msgid "Pay"
     463msgstr ""
     464
     465#: controllers/CryptAPI.php:1498
     466msgid "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:"
     467msgstr ""
     468
     469#: controllers/CryptAPI.php:1502
     470msgid "Check for Callbacks"
     471msgstr ""
     472
     473#: controllers/CryptAPI.php:1511
     474msgid "Checking"
    450475msgstr ""
    451476
  • cryptapi-payment-gateway-for-woocommerce/tags/4.7.10/readme.txt

    r2957840 r2959171  
    44Requires at least: 5
    55Tested up to: 6.3
    6 Stable tag: 4.7.9
     6Stable tag: 4.7.10
    77Requires PHP: 7.2
    88WC requires at least: 5.8
     
    354354* Minor fixes
    355355
     356= 4.7.10 =
     357* Add new choices for order cancellation.
     358
     359
    356360== Upgrade Notice ==
    357361
  • cryptapi-payment-gateway-for-woocommerce/trunk/CryptAPI.php

    r2957840 r2959171  
    44Plugin URI: https://github.com/cryptapi/woocommerce-cryptapi
    55Description: Accept cryptocurrency payments on your WooCommerce website
    6 Version: 4.7.9
     6Version: 4.7.10
    77Requires at least: 5
    88Tested up to: 6.3
  • cryptapi-payment-gateway-for-woocommerce/trunk/README.md

    r2957840 r2959171  
    356356* Minor fixes
    357357
     358#### 4.7.10
     359* Add new choices for order cancellation.
     360
    358361### Upgrade Notice
    359362#### 4.3
  • cryptapi-payment-gateway-for-woocommerce/trunk/controllers/CryptAPI.php

    r2957840 r2959171  
    342342                    'options' => array(
    343343                        '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')),
    344347                        '3600' => esc_attr(__('1 Hour', 'cryptapi')),
    345348                        '21600' => esc_attr(__('6 Hours', 'cryptapi')),
  • cryptapi-payment-gateway-for-woocommerce/trunk/define.php

    r2957840 r2959171  
    11<?php
    22
    3 define('CRYPTAPI_PLUGIN_VERSION', '4.7.9');
     3define('CRYPTAPI_PLUGIN_VERSION', '4.7.10');
    44define('CRYPTAPI_PLUGIN_PATH', plugin_dir_path(__FILE__));
    55define('CRYPTAPI_PLUGIN_URL', plugin_dir_url(__FILE__));
  • cryptapi-payment-gateway-for-woocommerce/trunk/languages/cryptapi-payment-gateway-for-woocommerce-es_ES.po

    r2797338 r2959171  
    1111"Content-Transfer-Encoding: 8bit\n"
    1212"POT-Creation-Date: 2022-09-23T12:20:13+02:00\n"
    13 "PO-Revision-Date: 2022-09-23 10:44+0000\n"
     13"PO-Revision-Date: 2023-08-25 18:01+0000\n"
    1414"X-Generator: Loco https://localise.biz/\n"
    1515"X-Domain: cryptapi\n"
     
    1818"X-Loco-Version: 2.6.2; wp-6.0.2"
    1919
     20#: controllers/CryptAPI.php:364
     21msgid ""
     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"
     27msgstr ""
     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"
     36msgid ""
     37"(Optional) Insert here your BlockBee API Key. You can get one here: %1$s"
     38msgstr ""
     39"(Opcional) Inserte aquí su clave API de BlockBee. Puedes conseguir uno aquí: "
     40"%1$s\n"
     41
     42#: controllers/CryptAPI.php:347
     43msgid "1 Hour"
     44msgstr ""
     45"1 hora\n"
     46
     47#: controllers/CryptAPI.php:349
     48msgid "12 Hours"
     49msgstr ""
     50"12 Horas\n"
     51
     52#: controllers/CryptAPI.php:344
     53msgid "15 Minutes"
     54msgstr "15 Minutos"
     55
     56#: controllers/CryptAPI.php:350
     57msgid "18 Hours"
     58msgstr ""
     59"18 Horas\n"
     60
     61#: controllers/CryptAPI.php:351
     62msgid "24 Hours"
     63msgstr "24 Horas"
     64
     65#: controllers/CryptAPI.php:345
     66msgid "30 Minutes"
     67msgstr "30 Minutos"
     68
     69#: controllers/CryptAPI.php:346
     70msgid "45 Minutes"
     71msgstr "45 Minutos"
     72
     73#: controllers/CryptAPI.php:348
     74msgid "6 Hours"
     75msgstr "6 Horas"
     76
     77#: controllers/CryptAPI.php:1046
     78msgid "a moment"
     79msgstr ""
     80"un momento\n"
     81
     82#. Description of the plugin
     83msgid "Accept cryptocurrency payments on your WooCommerce website"
     84msgstr ""
     85"Acepte pagos en criptomonedas en su sitio web de WooCommerce\n"
     86
     87#: controllers/CryptAPI.php:245
     88msgid "Add the blockchain fee to the order"
     89msgstr ""
     90"Agregue la tarifa de blockchain al pedido\n"
     91
     92#: controllers/CryptAPI.php:971 controllers/CryptAPI.php:1003
     93msgid "ADDRESS"
     94msgstr ""
     95"DIRECCIÓN\n"
     96
     97#: controllers/CryptAPI.php:1325
     98msgid "Addresses"
     99msgstr ""
     100"Direcciones\n"
     101
     102#: controllers/CryptAPI.php:368
     103msgid "API Key"
     104msgstr ""
     105"Clave API\n"
     106
     107#: controllers/CryptAPI.php:320
     108msgid "Auto"
     109msgstr "Auto"
     110
     111#: controllers/CryptAPI.php:581
     112msgid "Awaiting payment"
     113msgstr ""
     114"En espera de pago\n"
     115
     116#: controllers/CryptAPI.php:1502
     117msgid "Check for Callbacks"
     118msgstr "Compruebe las Devoluciones de Llamada"
     119
     120#: controllers/CryptAPI.php:1439
     121msgid "Check your payment status"
     122msgstr ""
     123"Consulta el estado de tu pago\n"
     124
     125#: controllers/CryptAPI.php:1511
     126msgid "Checking"
     127msgstr "Verificación"
     128
     129#: controllers/CryptAPI.php:1084
     130msgid "Close QR CODE"
     131msgstr ""
     132"Cerrar CÓDIGO QR\n"
     133
     134#: controllers/CryptAPI.php:313
     135msgid "Color Scheme"
     136msgstr ""
     137"Esquema de Colores\n"
     138
     139#: controllers/CryptAPI.php:356
     140msgid "Completed status for virtual products"
     141msgstr ""
     142"Estado completado para productos virtuales\n"
     143
     144#: controllers/CryptAPI.php:1021 controllers/CryptAPI.php:1057
     145msgid "COPIED!"
     146msgstr "¡COPIADO!"
     147
     148#: controllers/CryptAPI.php:1019 controllers/CryptAPI.php:1055
     149msgid "COPY"
     150msgstr "COPIAR"
     151
     152#. Author of the plugin
     153msgid "cryptapi"
     154msgstr "cryptapi"
     155
     156#: controllers/CryptAPI.php:17
     157msgid "CryptAPI allows customers to pay in cryptocurrency"
     158msgstr "CryptAPI allows customers to pay in cryptocurrency"
     159
    20160#. Plugin Name of the plugin
    21161msgid "CryptAPI Payment Gateway for WooCommerce"
    22162msgstr "CryptAPI Payment Gateway for WooCommerce"
    23163
     164#: CryptAPI.php:26
     165msgid ""
     166"CryptAPI requires PHP's BCMath extension. You can know more about it %s."
     167msgstr ""
     168"CryptAPI requiere la extensión BCMath de PHP. Puedes saber más al respecto "
     169"%s.\n"
     170
     171#: CryptAPI.php:21
     172msgid ""
     173"CryptAPI requires WooCommerce to be installed and active. You can download "
     174"%s here."
     175msgstr ""
     176"CryptAPI requiere que WooCommerce esté instalado y activo. Puede descargar "
     177"%s aquí.\n"
     178
     179#: controllers/CryptAPI.php:223
     180msgid "Cryptocurrency"
     181msgstr ""
     182"Criptomoneda\n"
     183
     184#: controllers/CryptAPI.php:319
     185msgid "Dark"
     186msgstr "Oscuro"
     187
     188#: controllers/CryptAPI.php:306
     189msgid "Default Amount"
     190msgstr ""
     191"Predeterminado Con Valor\n"
     192
     193#: controllers/CryptAPI.php:305
     194msgid "Default Without Amount"
     195msgstr ""
     196"Predeterminado Sin Valor\n"
     197
     198#: controllers/CryptAPI.php:227
     199msgid "Description"
     200msgstr ""
     201"Descripción\n"
     202
     203#: controllers/CryptAPI.php:362
     204msgid "Disable price conversion"
     205msgstr ""
     206"Deshabilitar la conversión de precios\n"
     207
     208#: controllers/CryptAPI.php:216
     209msgid "Enable CryptAPI Payments"
     210msgstr ""
     211"Habilitar pagos de CryptAPI\n"
     212
     213#: controllers/CryptAPI.php:241
     214msgid ""
     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."
     217msgstr ""
     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
     223msgid "Enabled"
     224msgstr "Activado"
     225
     226#: controllers/CryptAPI.php:330
     227msgid "Every 10 Minutes"
     228msgstr ""
     229"Cada 10 minutos\n"
     230
     231#: controllers/CryptAPI.php:331
     232msgid "Every 15 Minutes"
     233msgstr ""
     234"Cada 15 minutos\n"
     235
     236#: controllers/CryptAPI.php:332
     237msgid "Every 30 Minutes"
     238msgstr ""
     239"Cada 30 minutos\n"
     240
     241#: controllers/CryptAPI.php:333
     242msgid "Every 45 Minutes"
     243msgstr ""
     244"Cada 45 minutos\n"
     245
     246#: controllers/CryptAPI.php:329
     247msgid "Every 5 Minutes"
     248msgstr ""
     249"Cada 5 minutos\n"
     250
     251#: controllers/CryptAPI.php:334
     252msgid "Every 60 Minutes"
     253msgstr ""
     254"Cada 60 minutos\n"
     255
     256#: controllers/CryptAPI.php:1147
     257msgid "FIAT Value"
     258msgstr ""
     259"Valor FIAT\n"
     260
     261#: controllers/CryptAPI.php:1033
     262msgid ""
     263"For technical reasons, the minimum amount for each transaction is %1s, so we "
     264"adjusted the value by adding the remaining to it."
     265msgstr ""
     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
     270msgid "Hide Amount"
     271msgstr ""
     272"Ocultar Valor\n"
     273
     274#: controllers/CryptAPI.php:308
     275msgid "Hide Without Amount"
     276msgstr ""
     277"Ocultar Sin Valor\n"
     278
     279#. Author URI of the plugin
     280msgid "https://cryptapi.io/"
     281msgstr "https://cryptapi.io/"
     282
    24283#. Plugin URI of the plugin
    25284msgid "https://github.com/cryptapi/woocommerce-cryptapi"
    26285msgstr "https://github.com/cryptapi/woocommerce-cryptapi"
    27286
    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
     288msgid ""
     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:"
     293msgstr ""
     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
     301msgid ""
     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."
     308msgstr ""
     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
     317msgid ""
     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>!"
     321msgstr ""
     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
    46327msgid ""
    47328"If you need any help or have any suggestion, contact us via the <b>live "
     
    55336"gg/cryptapi' target='_blank'>servidor de Discord</a></b>\n"
    56337
    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
     339msgid ""
     340"Insert your %s address here. Leave the checkbox unselected if you want to "
     341"skip this cryptocurrency"
     342msgstr ""
     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
     347msgid "Light"
     348msgstr "Claro"
     349
     350#: controllers/CryptAPI.php:328 controllers/CryptAPI.php:343
     351msgid "Never"
     352msgstr "Nunca"
     353
     354#: controllers/CryptAPI.php:1033
     355msgid "Notice"
     356msgstr ""
     357"Aviso\n"
     358
     359#: controllers/CryptAPI.php:1079
     360msgid "Open QR CODE"
     361msgstr ""
     362"Abrir CÓDIGO QR\n"
     363
     364#: controllers/CryptAPI.php:339
     365msgid "Order cancelation timeout"
     366msgstr ""
     367"Tiempo de espera de cancelación de pedido\n"
     368
     369#: controllers/CryptAPI.php:1210
     370msgid "Order cancelled due to lack of payment."
     371msgstr ""
     372"Pedido cancelado por falta de pago.\n"
     373
     374#: controllers/CryptAPI.php:1140
     375msgid ""
     376"Order has been cancelled due to lack of payment. Please don't send any "
     377"payment to the address."
     378msgstr ""
     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
     383msgid "Order will be cancelled in less than a minute."
     384msgstr ""
     385"El pedido se cancelará en menos de un minuto.\n"
     386
     387#: controllers/CryptAPI.php:1450
     388msgid "Pay"
     389msgstr "Pagar"
     390
     391#: controllers/CryptAPI.php:441
     392msgid "Pay with"
     393msgstr "Pagar con "
     394
     395#: controllers/CryptAPI.php:1177
     396msgid "Payment confirmed"
     397msgstr ""
     398"Pago confirmado\n"
     399
     400#: controllers/CryptAPI.php:596
     401msgid "Payment could not be processed, please try again"
     402msgstr ""
     403"No se pudo procesar el pago, intente nuevamente\n"
     404
     405#: controllers/CryptAPI.php:809 controllers/CryptAPI.php:811
     406msgid "Payment detected and confirmed. Customer still need to send"
     407msgstr ""
     408"Pago detectado y confirmado. El cliente todavía necesita enviar\n"
     409
     410#: controllers/CryptAPI.php:590
     411msgid "Payment error:"
     412msgstr ""
     413"Error en el pago:\n"
     414
     415#: controllers/CryptAPI.php:230
    96416msgid "Payment method description that the customer will see on your checkout"
    97417msgstr ""
    98418"Descripción del método de pago que el cliente verá en su pago\n"
    99419
    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
     421msgid "Please choose a cryptocurrency"
     422msgstr ""
     423"Por favor elige una criptomoneda\n"
     424
     425#: controllers/CryptAPI.php:1263
     426msgid "Please renew your subscription"
     427msgstr ""
     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
     432msgid ""
     433"Please renew your subscription on %1$s. You can pay the renewal when you’re "
     434"ready: %2$s"
     435msgstr ""
     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
     440msgid "Please select a Cryptocurrency"
     441msgstr ""
     442"Seleccione una Criptomoneda\n"
     443
     444#: controllers/CryptAPI.php:1014
     445msgid "PLEASE SEND"
     446msgstr ""
     447"ENVÍE\n"
     448
     449#: controllers/CryptAPI.php:1120
     450msgid "Processing can take some time depending on the blockchain."
     451msgstr ""
     452"El procesamiento puede llevar algún tiempo dependiendo de la cadena de "
     453"bloques.\n"
     454
     455#: controllers/CryptAPI.php:289
     456msgid "QR Code by default"
     457msgstr ""
     458"Código QR por defecto\n"
     459
     460#: controllers/CryptAPI.php:298
     461msgid "QR code image size"
     462msgstr ""
     463"Tamaño de la imagen del Código QR\n"
     464
     465#: controllers/CryptAPI.php:295
     466msgid "QR Code size"
     467msgstr ""
     468"Tamaño del código QR\n"
     469
     470#: controllers/CryptAPI.php:301
     471msgid "QR Code to show"
     472msgstr ""
     473"Código QR para mostrar\n"
     474
     475#: controllers/CryptAPI.php:953
     476msgid "QR Code with value"
     477msgstr ""
     478"Código QR con valor\n"
     479
     480#: controllers/CryptAPI.php:943 controllers/CryptAPI.php:998
     481msgid "QR Code without value"
     482msgstr ""
     483"Código QR sin valor\n"
     484
     485#: controllers/CryptAPI.php:324
     486msgid "Refresh converted value"
     487msgstr ""
     488"Actualizar valor convertido\n"
     489
     490#: controllers/CryptAPI.php:310
     491msgid ""
     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."
     494msgstr ""
     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
     499msgid ""
     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."
     505msgstr ""
     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
     513msgid ""
     514"Selects the color scheme of the plugin to match your website (Light, Dark "
     515"and Auto to automatically detect it)"
     516msgstr ""
     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
     521msgid "Service Fee"
     522msgstr ""
     523"Tarifa de Servicio\n"
     524
     525#: controllers/CryptAPI.php:251
    136526msgid "Service fee manager"
    137527msgstr ""
    138528"Administrador de tarifas de servicio\n"
    139529
    140 #: controllers/CryptAPI.php:276
     530#: controllers/CryptAPI.php:286
    141531msgid ""
    142532"Set the CryptAPI service fee you want to charge the costumer. %1$s %2$s Note:"
     
    148538"tarifas de CryptAPI total o parcialmente).\n"
    149539
    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
     541msgid "Show CryptAPI branding"
     542msgstr ""
     543"Mostrar la marca CryptAPI\n"
     544
     545#: controllers/CryptAPI.php:235
     546msgid "Show CryptAPI logo and credits below the QR code"
     547msgstr ""
     548"Muestre el logotipo y los créditos de CryptAPI debajo del código QR\n"
     549
     550#: controllers/CryptAPI.php:239
     551msgid "Show crypto logos in checkout"
     552msgstr ""
     553"Mostrar logotipos criptográficos al finalizar la compra\n"
     554
     555#: controllers/CryptAPI.php:982
     556msgid "Show QR Code with value"
     557msgstr ""
     558"Mostrar Código QR con valor\n"
     559
     560#: controllers/CryptAPI.php:970 controllers/CryptAPI.php:1002
     561msgid "Show QR Code without value"
     562msgstr ""
     563"Mostrar código QR sin valor\n"
     564
     565#: controllers/CryptAPI.php:1074
     566msgid "Show the QR code"
     567msgstr ""
     568"Mostrar el Código QR\n"
     569
     570#: controllers/CryptAPI.php:291
    156571msgid "Show the QR Code by default"
    157572msgstr ""
    158573"Mostrar el Código QR por defecto\n"
    159574
    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
     576msgid ""
     577"So far you sent %1s. Please send a new payment to complete the order, as "
     578"requested above"
     579msgstr ""
     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
     584msgid "The %1s conversion rate will be adjusted in"
     585msgstr ""
     586"La tasa de conversión %1s se ajustará en\n"
     587
     588#: controllers/CryptAPI.php:336
    268589msgid ""
    269590"The system will automatically update the conversion value of the invoices "
     
    282603"en 5 minutos. %3$s\n"
    283604
    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
     606msgid "There was an error with the payment. Please try again."
     607msgstr ""
     608"Hubo un error con el pago. Inténtalo de nuevo.\n"
     609
     610#: controllers/CryptAPI.php:222
     611msgid "This controls the title which the user sees during checkout."
     612msgstr ""
     613"Esto controla el título que el usuario ve durante el pago.\n"
     614
     615#: controllers/CryptAPI.php:1067
     616msgid "This order will be valid for %s"
     617msgstr ""
     618"Este pedido será válido para %s\n"
     619
     620#: controllers/CryptAPI.php:247
     621msgid "This will add an estimation of the blockchain fee to the order value"
     622msgstr ""
     623"Esto agregará una estimación de la tarifa de blockchain al valor del pedido."
     624"\n"
     625
     626#: controllers/CryptAPI.php:1145
     627msgid "Time"
     628msgstr ""
     629"Tiempo\n"
     630
     631#: controllers/CryptAPI.php:220
     632msgid "Title"
     633msgstr "Título"
     634
     635#: controllers/CryptAPI.php:794 controllers/CryptAPI.php:802
     636msgid "User sent a payment of"
     637msgstr "El usuario envió un pago de"
     638
     639#: controllers/CryptAPI.php:1146
     640msgid "Value Paid"
     641msgstr ""
     642"Valor Pagado\n"
     643
     644#: controllers/CryptAPI.php:546
     645msgid "Value too low, minimum is"
     646msgstr ""
     647"Valor demasiado bajo, el mínimo es\n"
     648
     649#: controllers/CryptAPI.php:1169
     650msgid "Waiting for network confirmation"
     651msgstr ""
     652"Esperando confirmación de la red\n"
     653
     654#: controllers/CryptAPI.php:1161
     655msgid "Waiting for payment"
     656msgstr ""
     657"A la espera del pago\n"
     658
     659#: controllers/CryptAPI.php:358
    332660msgid ""
    333661"When this setting is enabled, the plugin will mark the order as "
     
    338666"virtuales %2$s.\n"
    339667
    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
    451669msgid "WITH AMOUNT"
    452670msgstr ""
    453671"CON CANTIDAD\n"
    454672
    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
     674msgid "Your payment has been confirmed!"
     675msgstr ""
     676"¡Tu pago ha sido confirmado!\n"
     677
     678#: controllers/CryptAPI.php:1119
    525679msgid "Your payment is being processed!"
    526680msgstr ""
    527681"¡Tu pago está siendo procesado!\n"
    528 
    529 #: controllers/CryptAPI.php:1015
    530 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:1025
    536 msgid "Your payment has been confirmed!"
    537 msgstr ""
    538 "¡Tu pago ha sido confirmado!\n"
    539 
    540 #: controllers/CryptAPI.php:1035
    541 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:1040
    549 msgid "Time"
    550 msgstr ""
    551 "Tiempo\n"
    552 
    553 #: controllers/CryptAPI.php:1041
    554 msgid "Value Paid"
    555 msgstr ""
    556 "Valor Pagado\n"
    557 
    558 #: controllers/CryptAPI.php:1042
    559 msgid "FIAT Value"
    560 msgstr ""
    561 "Valor FIAT\n"
    562 
    563 #: controllers/CryptAPI.php:1055
    564 msgid "Waiting for payment"
    565 msgstr ""
    566 "A la espera del pago\n"
    567 
    568 #: controllers/CryptAPI.php:1062
    569 msgid "Waiting for network confirmation"
    570 msgstr ""
    571 "Esperando confirmación de la red\n"
    572 
    573 #: controllers/CryptAPI.php:1069
    574 msgid "Payment confirmed"
    575 msgstr ""
    576 "Pago confirmado\n"
    577 
    578 #: controllers/CryptAPI.php:1146
    579 msgid "Order cancelled due to lack of payment."
    580 msgstr ""
    581 "Pedido cancelado por falta de pago.\n"
    582 
    583 #: controllers/CryptAPI.php:1200
    584 msgid "Please renew your subscription"
    585 msgstr ""
    586 "Por favor renueve su suscripción\n"
    587 
    588 #: controllers/CryptAPI.php:1262
    589 msgid "Addresses"
    590 msgstr ""
    591 "Direcciones\n"
    592 
    593 #: controllers/CryptAPI.php:1264
    594 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:1332
    610 msgid "Service Fee"
    611 msgstr ""
    612 "Tarifa de Servicio\n"
    613 
    614 #: controllers/CryptAPI.php:1372
    615 msgid "Check your payment status"
    616 msgstr ""
    617 "Consulta el estado de tu pago\n"
    618 
    619 #: controllers/CryptAPI.php:1383
    620 msgid "Pay"
    621 msgstr "Pagar"
    622 
    623 #: CryptAPI.php:21
    624 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:26
    632 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 link
    639 #: emails/renewal-email.php:11
    640 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  
    1111"Content-Transfer-Encoding: 8bit\n"
    1212"POT-Creation-Date: 2022-02-11T17:52:12+01:00\n"
    13 "PO-Revision-Date: 2022-09-23 10:26+0000\n"
     13"PO-Revision-Date: 2023-08-25 18:02+0000\n"
    1414"X-Generator: Loco https://localise.biz/\n"
    1515"X-Domain: cryptapi\n"
     
    1818"X-Loco-Version: 2.6.1; wp-5.9.3"
    1919
    20 #: controllers/CryptAPI.php:351
     20#: controllers/CryptAPI.php:364
    2121#| msgid ""
    2222#| "<b>Attention: This option will disable the price conversion for ALL "
     
    3838"medesimo ammontare FIAT a prescindere dalla criptovaluta selezionata"
    3939
    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"
     42msgid ""
     43"(Optional) Insert here your BlockBee API Key. You can get one here: %1$s"
     44msgstr ""
     45"(Opzionale) Inserisci qui la tua chiave API BlockBee. Puoi ottenerne uno qui:"
     46" %1$s\n"
     47
     48#: controllers/CryptAPI.php:347
    4149msgid "1 Hour"
    4250msgstr "1 Ora"
    4351
    44 #: controllers/CryptAPI.php:336
     52#: controllers/CryptAPI.php:349
    4553msgid "12 Hours"
    4654msgstr "12 Ore"
    4755
    48 #: controllers/CryptAPI.php:337
     56#: controllers/CryptAPI.php:344
     57msgid "15 Minutes"
     58msgstr "15 Minuti"
     59
     60#: controllers/CryptAPI.php:350
    4961msgid "18 Hours"
    5062msgstr "18 Ore"
    5163
    52 #: controllers/CryptAPI.php:338
     64#: controllers/CryptAPI.php:351
    5365msgid "24 Hours"
    5466msgstr "24 Ore"
    5567
    56 #: controllers/CryptAPI.php:335
     68#: controllers/CryptAPI.php:345
     69msgid "30 Minutes"
     70msgstr "30 Minuti"
     71
     72#: controllers/CryptAPI.php:346
     73msgid "45 Minutes"
     74msgstr "45 Minuti"
     75
     76#: controllers/CryptAPI.php:348
    5777msgid "6 Hours"
    5878msgstr "6 Ore"
    5979
    60 #: controllers/CryptAPI.php:946
     80#: controllers/CryptAPI.php:1046
    6181msgid "a moment"
    6282msgstr "un momento"
     
    6686msgstr "Accetta pagamenti in criptovaluta nel tuo sito WooCommerce"
    6787
    68 #: controllers/CryptAPI.php:235
     88#: controllers/CryptAPI.php:245
    6989msgid "Add the blockchain fee to the order"
    7090msgstr "Aggiungi la “blockchain fee” all’ordine"
    7191
    72 #: controllers/CryptAPI.php:879 controllers/CryptAPI.php:908
     92#: controllers/CryptAPI.php:971 controllers/CryptAPI.php:1003
    7393msgid "ADDRESS"
    7494msgstr "INDIRIZZO"
    7595
    76 #: controllers/CryptAPI.php:1262
     96#: controllers/CryptAPI.php:1325
    7797msgid "Addresses"
    7898msgstr "Indirizzi"
    7999
    80 #: controllers/CryptAPI.php:355
     100#: controllers/CryptAPI.php:368
    81101msgid "API Key"
    82102msgstr ""
    83103"API Key\n"
    84104
    85 #: controllers/CryptAPI.php:310
     105#: controllers/CryptAPI.php:320
    86106msgid "Auto"
    87107msgstr "Auto"
    88108
    89 #: controllers/CryptAPI.php:564
     109#: controllers/CryptAPI.php:581
    90110msgid "Awaiting payment"
    91111msgstr "In attesa del pagamento"
    92112
    93 #: controllers/CryptAPI.php:1372
     113#: controllers/CryptAPI.php:1502
     114msgid "Check for Callbacks"
     115msgstr "Controlla le Callback"
     116
     117#: controllers/CryptAPI.php:1439
    94118msgid "Check your payment status"
    95119msgstr "Controlla lo stato del pagamento"
    96120
    97 #: controllers/CryptAPI.php:981
     121#: controllers/CryptAPI.php:1511
     122msgid "Checking"
     123msgstr "Verifica"
     124
     125#: controllers/CryptAPI.php:1084
    98126msgid "Close QR CODE"
    99127msgstr ""
    100128"Chiudi QR CODE\n"
    101129
    102 #: controllers/CryptAPI.php:303
     130#: controllers/CryptAPI.php:313
    103131msgid "Color Scheme"
    104132msgstr "Colorazione del Plugin"
    105133
    106 #: controllers/CryptAPI.php:343
     134#: controllers/CryptAPI.php:356
    107135msgid "Completed status for virtual products"
    108136msgstr "Stato completato per i prodotti virtuali"
    109137
    110 #: controllers/CryptAPI.php:924 controllers/CryptAPI.php:956
     138#: controllers/CryptAPI.php:1021 controllers/CryptAPI.php:1057
    111139msgid "COPIED!"
    112140msgstr "COPIATO!"
    113141
    114 #: controllers/CryptAPI.php:923 controllers/CryptAPI.php:955
     142#: controllers/CryptAPI.php:1019 controllers/CryptAPI.php:1055
    115143msgid "COPY"
    116144msgstr "COPIA"
     
    120148msgstr "cryptapi"
    121149
    122 #: controllers/CryptAPI.php:16
     150#: controllers/CryptAPI.php:17
    123151msgid "CryptAPI allows customers to pay in cryptocurrency"
    124152msgstr "CryptAPI permette ai tuoi clienti di pagare in criptovaluta"
     
    143171"%s qui."
    144172
    145 #: controllers/CryptAPI.php:213
     173#: controllers/CryptAPI.php:223
    146174msgid "Cryptocurrency"
    147175msgstr "Criptovaluta"
    148176
    149 #: controllers/CryptAPI.php:309
     177#: controllers/CryptAPI.php:319
    150178msgid "Dark"
    151179msgstr "Scuro"
    152180
    153 #: controllers/CryptAPI.php:296
     181#: controllers/CryptAPI.php:306
    154182#| msgid "Default Ammount"
    155183msgid "Default Amount"
    156184msgstr "Ammontare Predefinito"
    157185
    158 #: controllers/CryptAPI.php:295
     186#: controllers/CryptAPI.php:305
    159187#| msgid "Default Without Ammount"
    160188msgid "Default Without Amount"
    161189msgstr "Predefinito Senza Ammontare"
    162190
    163 #: controllers/CryptAPI.php:217
     191#: controllers/CryptAPI.php:227
    164192msgid "Description"
    165193msgstr "Descrizione"
    166194
    167 #: controllers/CryptAPI.php:349
     195#: controllers/CryptAPI.php:362
    168196msgid "Disable price conversion"
    169197msgstr "Disabilita la conversione dei prezzi"
    170198
    171 #: controllers/CryptAPI.php:206
     199#: controllers/CryptAPI.php:216
    172200msgid "Enable CryptAPI Payments"
    173201msgstr "Attiva Pagamenti CryptAPI"
    174202
    175 #: controllers/CryptAPI.php:231
     203#: controllers/CryptAPI.php:241
    176204msgid ""
    177205"Enable this to show the cryptocurrencies logos in the checkout %1$s %2$s "
     
    182210"a proprio rischio.\n"
    183211
    184 #: controllers/CryptAPI.php:204
     212#: controllers/CryptAPI.php:214
    185213msgid "Enabled"
    186214msgstr "Attivo"
    187215
    188 #: controllers/CryptAPI.php:320
     216#: controllers/CryptAPI.php:330
    189217msgid "Every 10 Minutes"
    190218msgstr "Ogni 10 minuti"
    191219
    192 #: controllers/CryptAPI.php:321
     220#: controllers/CryptAPI.php:331
    193221msgid "Every 15 Minutes"
    194222msgstr "Ogni 15 minuti"
    195223
    196 #: controllers/CryptAPI.php:322
     224#: controllers/CryptAPI.php:332
    197225msgid "Every 30 Minutes"
    198226msgstr "Ogni 20 minuti"
    199227
    200 #: controllers/CryptAPI.php:323
     228#: controllers/CryptAPI.php:333
    201229msgid "Every 45 Minutes"
    202230msgstr "Ogni 45 minuti"
    203231
    204 #: controllers/CryptAPI.php:319
     232#: controllers/CryptAPI.php:329
    205233msgid "Every 5 Minutes"
    206234msgstr "Ogni 5 minuti"
    207235
    208 #: controllers/CryptAPI.php:324
     236#: controllers/CryptAPI.php:334
    209237msgid "Every 60 Minutes"
    210238msgstr "Ogni 60 minuti"
    211239
    212 #: controllers/CryptAPI.php:1042
     240#: controllers/CryptAPI.php:1147
    213241msgid "FIAT Value"
    214242msgstr "Valore FIAT"
    215243
    216 #: controllers/CryptAPI.php:934
     244#: controllers/CryptAPI.php:1033
    217245msgid ""
    218246"For technical reasons, the minimum amount for each transaction is %1s, so we "
     
    222250"pertanto il valore é stato incrementato al valore minimo."
    223251
    224 #: controllers/CryptAPI.php:297
     252#: controllers/CryptAPI.php:307
    225253#| msgid "Hide Ammount"
    226254msgid "Hide Amount"
    227255msgstr "Nascondi Ammontare"
    228256
    229 #: controllers/CryptAPI.php:298
     257#: controllers/CryptAPI.php:308
    230258#| msgid "Hide Without Ammount"
    231259msgid "Hide Without Amount"
     
    240268msgstr "https://github.com/cryptapi/woocommerce-cryptapi"
    241269
    242 #: controllers/CryptAPI.php:1264
     270#: controllers/CryptAPI.php:1498
     271msgid ""
     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:"
     276msgstr ""
     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
    243284msgid ""
    244285"If you are using BlockBee you can choose if setting the receiving addresses "
     
    259300"API key."
    260301
    261 #: controllers/CryptAPI.php:87
     302#: controllers/CryptAPI.php:92
    262303msgid ""
    263304"If you enjoy this plugin please <b><a href='https://wordpress."
     
    269310"post' target='_blank'>lascia la tua recensione</a></b>!"
    270311
    271 #: controllers/CryptAPI.php:84
     312#: controllers/CryptAPI.php:89
    272313msgid ""
    273314"If you need any help or have any suggestion, contact us via the <b>live "
     
    281322"gg/cryptapi' target='_blank'>Discord server</a></b>"
    282323
    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
    289325msgid ""
    290326"Insert your %s address here. Leave the checkbox unselected if you want to "
     
    294330"desideri utilizzare questa criptovaluta."
    295331
    296 #: controllers/CryptAPI.php:308
     332#: controllers/CryptAPI.php:318
    297333msgid "Light"
    298334msgstr "Chiaro"
    299335
    300 #: controllers/CryptAPI.php:318 controllers/CryptAPI.php:333
     336#: controllers/CryptAPI.php:328 controllers/CryptAPI.php:343
    301337msgid "Never"
    302338msgstr "Mai"
    303339
    304 #: controllers/CryptAPI.php:934
     340#: controllers/CryptAPI.php:1033
    305341msgid "Notice"
    306342msgstr "Nota"
    307343
    308 #: controllers/CryptAPI.php:976
     344#: controllers/CryptAPI.php:1079
    309345msgid "Open QR CODE"
    310346msgstr "Apri QR CODE"
    311347
    312 #: controllers/CryptAPI.php:329
     348#: controllers/CryptAPI.php:339
    313349msgid "Order cancelation timeout"
    314350msgstr "Cancellazione ordine per timeout"
    315351
    316 #: controllers/CryptAPI.php:1146
     352#: controllers/CryptAPI.php:1210
    317353msgid "Order cancelled due to lack of payment."
    318354msgstr "L’ordine é stato cancellato per mancanza di pagamento."
    319355
    320 #: controllers/CryptAPI.php:1035
     356#: controllers/CryptAPI.php:1140
    321357msgid ""
    322358"Order has been cancelled due to lack of payment. Please don't send any "
     
    326362"pagamento a questo indirizzo."
    327363
    328 #: controllers/CryptAPI.php:964
     364#: controllers/CryptAPI.php:1066
    329365msgid "Order will be cancelled in less than a minute."
    330366msgstr ""
    331367"L'ordine verrà annullato in meno di un minuto.\n"
    332368
    333 #: controllers/CryptAPI.php:1383
     369#: controllers/CryptAPI.php:1450
    334370msgid "Pay"
    335371msgstr "Paga"
    336372
    337 #: controllers/CryptAPI.php:426
     373#: controllers/CryptAPI.php:441
    338374msgid "Pay with"
    339375msgstr "Paga con"
    340376
    341 #: controllers/CryptAPI.php:1069
     377#: controllers/CryptAPI.php:1177
    342378msgid "Payment confirmed"
    343379msgstr "Pagamento confermato"
    344380
    345 #: controllers/CryptAPI.php:579
     381#: controllers/CryptAPI.php:596
    346382msgid "Payment could not be processed, please try again"
    347383msgstr "Il pagamento non puó essere processato, per favore riprova"
    348384
    349 #: controllers/CryptAPI.php:755 controllers/CryptAPI.php:757
     385#: controllers/CryptAPI.php:809 controllers/CryptAPI.php:811
    350386msgid "Payment detected and confirmed. Customer still need to send"
    351387msgstr ""
    352388"Pagamento rilevato e confermato. Il cliente deve ancora inviare\n"
    353389
    354 #: controllers/CryptAPI.php:573
     390#: controllers/CryptAPI.php:590
    355391msgid "Payment error:"
    356392msgstr "Errore di pagamento:"
    357393
    358 #: controllers/CryptAPI.php:220
     394#: controllers/CryptAPI.php:230
    359395msgid "Payment method description that the customer will see on your checkout"
    360396msgstr ""
     
    362398"di checkout"
    363399
    364 #: controllers/CryptAPI.php:476
     400#: controllers/CryptAPI.php:491
    365401msgid "Please choose a cryptocurrency"
    366402msgstr "Per favore, scegli una criptomoneta"
    367403
    368 #: controllers/CryptAPI.php:1200
     404#: controllers/CryptAPI.php:1263
    369405msgid "Please renew your subscription"
    370406msgstr "Per favore, rinnova l’abbonamento"
     
    379415"pronto: %2$s "
    380416
    381 #: controllers/CryptAPI.php:415
     417#: controllers/CryptAPI.php:429
    382418msgid "Please select a Cryptocurrency"
    383419msgstr "Per favore, seleziona una Criptomoneta"
    384420
    385 #: controllers/CryptAPI.php:919
     421#: controllers/CryptAPI.php:1014
    386422msgid "PLEASE SEND"
    387423msgstr "PER FAVORE, INVIA"
    388424
    389 #: controllers/CryptAPI.php:1015
     425#: controllers/CryptAPI.php:1120
    390426msgid "Processing can take some time depending on the blockchain."
    391427msgstr "L'elaborazione può richiedere del tempo a seconda della blockchain."
    392428
    393 #: controllers/CryptAPI.php:279
     429#: controllers/CryptAPI.php:289
    394430msgid "QR Code by default"
    395431msgstr "QR Code predefinito"
    396432
    397 #: controllers/CryptAPI.php:288
     433#: controllers/CryptAPI.php:298
    398434msgid "QR code image size"
    399435msgstr "Dimensione dell’immagine del QR Code"
    400436
    401 #: controllers/CryptAPI.php:285
     437#: controllers/CryptAPI.php:295
    402438msgid "QR Code size"
    403439msgstr "Dimensione del QR Code"
    404440
    405 #: controllers/CryptAPI.php:291
     441#: controllers/CryptAPI.php:301
    406442msgid "QR Code to show"
    407443msgstr "QR Code da mostrare "
    408444
    409 #: controllers/CryptAPI.php:862
     445#: controllers/CryptAPI.php:953
    410446msgid "QR Code with value"
    411447msgstr "QR Code con importo"
    412448
    413 #: controllers/CryptAPI.php:852 controllers/CryptAPI.php:904
     449#: controllers/CryptAPI.php:943 controllers/CryptAPI.php:998
    414450msgid "QR Code without value"
    415451msgstr "QR Code senza importo"
    416452
    417 #: controllers/CryptAPI.php:314
     453#: controllers/CryptAPI.php:324
    418454msgid "Refresh converted value"
    419455msgstr "Aggiorna la conversione di valuta"
    420456
    421 #: controllers/CryptAPI.php:300
     457#: controllers/CryptAPI.php:310
    422458msgid ""
    423459"Select how you want to show the QR Code to the user. Either select a default "
     
    428464"desideri"
    429465
    430 #: controllers/CryptAPI.php:340
     466#: controllers/CryptAPI.php:353
    431467msgid ""
    432468"Selects the amount of time the user has to  pay for the order. %1$s When "
     
    442478"a te. %1$s %4$s Avviso: %3$s Non consigliamo più di 1 ora.\n"
    443479
    444 #: controllers/CryptAPI.php:306
     480#: controllers/CryptAPI.php:316
    445481msgid ""
    446482"Selects the color scheme of the plugin to match your website (Light, Dark "
     
    450486"(Chiaro, Scuro ed Auto per la selezione automatica)"
    451487
    452 #: controllers/CryptAPI.php:1332
     488#: controllers/CryptAPI.php:1399
    453489msgid "Service Fee"
    454490msgstr "Costo di Servizio"
    455491
    456 #: controllers/CryptAPI.php:241
     492#: controllers/CryptAPI.php:251
    457493msgid "Service fee manager"
    458494msgstr "Gestore costi di servizio"
    459495
    460 #: controllers/CryptAPI.php:276
     496#: controllers/CryptAPI.php:286
    461497#| msgid ""
    462498#| "Set the CryptAPI service fee you want to charge the costumer.<br><strong>"
     
    472508"transazione applicati da CryptAPI) %3$s"
    473509
    474 #: controllers/CryptAPI.php:223
     510#: controllers/CryptAPI.php:233
    475511msgid "Show CryptAPI branding"
    476512msgstr "Mostra il marchio CryptAPI"
    477513
    478 #: controllers/CryptAPI.php:225
     514#: controllers/CryptAPI.php:235
    479515msgid "Show CryptAPI logo and credits below the QR code"
    480516msgstr "Mostra il logo ed i riferimenti di CryptAPI sotto al QR code"
    481517
    482 #: controllers/CryptAPI.php:229
     518#: controllers/CryptAPI.php:239
    483519msgid "Show crypto logos in checkout"
    484520msgstr ""
    485521"Mostra loghi crittografici al momento del pagamento\n"
    486522
    487 #: controllers/CryptAPI.php:889
     523#: controllers/CryptAPI.php:982
    488524msgid "Show QR Code with value"
    489525msgstr "Mostra QR Code con importo"
    490526
    491 #: controllers/CryptAPI.php:878 controllers/CryptAPI.php:907
     527#: controllers/CryptAPI.php:970 controllers/CryptAPI.php:1002
    492528msgid "Show QR Code without value"
    493529msgstr "Mostra QR Code senza importo"
    494530
    495 #: controllers/CryptAPI.php:971
     531#: controllers/CryptAPI.php:1074
    496532msgid "Show the QR code"
    497533msgstr "Mostra il QR Code"
    498534
    499 #: controllers/CryptAPI.php:281
     535#: controllers/CryptAPI.php:291
    500536msgid "Show the QR Code by default"
    501537msgstr "Mostra il QR code come opzione predefinita"
    502538
    503 #: controllers/CryptAPI.php:929
     539#: controllers/CryptAPI.php:1028
    504540msgid ""
    505541"So far you sent %1s. Please send a new payment to complete the order, as "
     
    509545"validare l’ordine, come richiesto sopra"
    510546
    511 #: controllers/CryptAPI.php:943
     547#: controllers/CryptAPI.php:1042
    512548#| msgid "The %1s conversion rate will be adjusted in %2s"
    513549msgid "The %1s conversion rate will be adjusted in"
    514550msgstr "Il tasso di conversione di %1s sará aggiornato in"
    515551
    516 #: controllers/CryptAPI.php:326
     552#: controllers/CryptAPI.php:336
    517553msgid ""
    518554"The system will automatically update the conversion value of the invoices "
     
    531567"vivamente di lasciare la selezione a “5 minuti”. %3$s"
    532568
    533 #: controllers/CryptAPI.php:541
     569#: controllers/CryptAPI.php:556
    534570msgid "There was an error with the payment. Please try again."
    535571msgstr ""
    536572"Si é verificato un errore con il pagamento. Per favore, riprova/\n"
    537573
    538 #: controllers/CryptAPI.php:212
     574#: controllers/CryptAPI.php:222
    539575msgid "This controls the title which the user sees during checkout."
    540576msgstr "Questo controlla il titolo che l’utente vede durante il checkout"
    541577
    542 #: controllers/CryptAPI.php:965
     578#: controllers/CryptAPI.php:1067
    543579#| msgid "This order will be valid until %s"
    544580msgid "This order will be valid for %s"
    545581msgstr "Questo ordine sarà valido per %s"
    546582
    547 #: controllers/CryptAPI.php:237
     583#: controllers/CryptAPI.php:247
    548584msgid "This will add an estimation of the blockchain fee to the order value"
    549585msgstr ""
     
    551587"all’importo totale dell’ordine"
    552588
    553 #: controllers/CryptAPI.php:1040
     589#: controllers/CryptAPI.php:1145
    554590msgid "Time"
    555591msgstr "Tempo"
    556592
    557 #: controllers/CryptAPI.php:210
     593#: controllers/CryptAPI.php:220
    558594msgid "Title"
    559595msgstr "Titolo"
    560596
    561 #: controllers/CryptAPI.php:716
     597#: controllers/CryptAPI.php:794 controllers/CryptAPI.php:802
    562598msgid "User sent a payment of"
    563599msgstr "L’utente ha inviato un pagamento di"
    564600
    565 #: controllers/CryptAPI.php:1041
     601#: controllers/CryptAPI.php:1146
    566602msgid "Value Paid"
    567603msgstr "Importo Pagato"
    568604
    569 #: controllers/CryptAPI.php:531
     605#: controllers/CryptAPI.php:546
    570606msgid "Value too low, minimum is"
    571607msgstr "Valore troppo basso, il mínimo accettato é"
    572608
    573 #: controllers/CryptAPI.php:1062
     609#: controllers/CryptAPI.php:1169
    574610msgid "Waiting for network confirmation"
    575611msgstr "In attesa di ‘conferme’ dalla blockchain"
    576612
    577 #: controllers/CryptAPI.php:1055
     613#: controllers/CryptAPI.php:1161
    578614msgid "Waiting for payment"
    579615msgstr "In attesa del pagamento"
    580616
    581 #: controllers/CryptAPI.php:345
     617#: controllers/CryptAPI.php:358
    582618#| msgid ""
    583619#| "When this setting is enabled, the plugin will mark the order as "
     
    592628"prodotti virtuali %2$s"
    593629
    594 #: controllers/CryptAPI.php:890
     630#: controllers/CryptAPI.php:983
    595631#| msgid "WITH AMMOUNT"
    596632msgid "WITH AMOUNT"
    597633msgstr "CON IMPORTO"
    598634
    599 #: controllers/CryptAPI.php:1025
     635#: controllers/CryptAPI.php:1130
    600636msgid "Your payment has been confirmed!"
    601637msgstr "Il tuo pagamento é stato confermato!"
    602638
    603 #: controllers/CryptAPI.php:1014
     639#: controllers/CryptAPI.php:1119
    604640msgid "Your payment is being processed!"
    605641msgstr "Il sistema sta processando il tuo pagamento!"
  • cryptapi-payment-gateway-for-woocommerce/trunk/languages/cryptapi-payment-gateway-for-woocommerce-pt_BR.po

    r2797338 r2959171  
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cryptapi\n"
    77"Last-Translator: \n"
    8 "Language-Team: Portuguese (Portugal)\n"
     8"Language-Team: Portuguese (Brazil)\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    1212"POT-Creation-Date: 2022-02-11T16:36:51+01:00\n"
    13 "PO-Revision-Date: 2022-09-23 10:30+0000\n"
     13"PO-Revision-Date: 2023-08-25 18:04+0000\n"
    1414"X-Generator: Loco https://localise.biz/\n"
    1515"X-Domain: cryptapi\n"
    16 "Language: pt_PT\n"
     16"Language: pt_BR\n"
    1717"Plural-Forms: nplurals=2; plural=n != 1;\n"
    1818"X-Loco-Version: 2.6.1; wp-6.0"
    1919
    20 #: controllers/CryptAPI.php:351
     20#: controllers/CryptAPI.php:364
    2121#| msgid ""
    2222#| "<b>Attention: This option will disable the price conversion for ALL "
     
    3939"selecionada."
    4040
    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"
     43msgid ""
     44"(Optional) Insert here your BlockBee API Key. You can get one here: %1$s"
     45msgstr ""
     46"(Opcional) Insira aqui sua chave de API BlockBee. Você pode obter um aqui: "
     47"%1$s\n"
     48
     49#: controllers/CryptAPI.php:347
    4250msgid "1 Hour"
    4351msgstr "1 Hora"
    4452
    45 #: controllers/CryptAPI.php:336
     53#: controllers/CryptAPI.php:349
    4654msgid "12 Hours"
    4755msgstr "12 Horas"
    4856
    49 #: controllers/CryptAPI.php:337
     57#: controllers/CryptAPI.php:344
     58msgid "15 Minutes"
     59msgstr "15 Minutos"
     60
     61#: controllers/CryptAPI.php:350
    5062msgid "18 Hours"
    5163msgstr "18 Horas"
    5264
    53 #: controllers/CryptAPI.php:338
     65#: controllers/CryptAPI.php:351
    5466msgid "24 Hours"
    5567msgstr "24 Horas"
    5668
    57 #: controllers/CryptAPI.php:335
     69#: controllers/CryptAPI.php:345
     70msgid "30 Minutes"
     71msgstr "30 Minutos"
     72
     73#: controllers/CryptAPI.php:346
     74msgid "45 Minutes"
     75msgstr "45 Minutos"
     76
     77#: controllers/CryptAPI.php:348
    5878msgid "6 Hours"
    5979msgstr "6 Horas"
    6080
    61 #: controllers/CryptAPI.php:946
     81#: controllers/CryptAPI.php:1046
    6282msgid "a moment"
    6383msgstr "um momento"
     
    6888"Aceite pagamentos através de criptomoedas na sua loja online WooCommerce"
    6989
    70 #: controllers/CryptAPI.php:235
     90#: controllers/CryptAPI.php:245
    7191msgid "Add the blockchain fee to the order"
    7292msgstr "Adicionar a taxa da blockchain à encomenda"
    7393
    74 #: controllers/CryptAPI.php:879 controllers/CryptAPI.php:908
     94#: controllers/CryptAPI.php:971 controllers/CryptAPI.php:1003
    7595msgid "ADDRESS"
    7696msgstr "ENDEREÇO"
    7797
    78 #: controllers/CryptAPI.php:1262
     98#: controllers/CryptAPI.php:1325
    7999msgid "Addresses"
    80100msgstr "Endereços"
    81101
    82 #: controllers/CryptAPI.php:355
     102#: controllers/CryptAPI.php:368
    83103msgid "API Key"
    84104msgstr "Chave API "
    85105
    86 #: controllers/CryptAPI.php:310
     106#: controllers/CryptAPI.php:320
    87107msgid "Auto"
    88108msgstr "Auto"
    89109
    90 #: controllers/CryptAPI.php:564
     110#: controllers/CryptAPI.php:581
    91111msgid "Awaiting payment"
    92112msgstr "A aguardar pagamento"
    93113
    94 #: controllers/CryptAPI.php:1372
     114#: controllers/CryptAPI.php:1502
     115msgid "Check for Callbacks"
     116msgstr "Verificar se há Notificações"
     117
     118#: controllers/CryptAPI.php:1439
    95119msgid "Check your payment status"
    96120msgstr "Verifique o estado do seu pagamento"
    97121
    98 #: controllers/CryptAPI.php:981
     122#: controllers/CryptAPI.php:1511
     123msgid "Checking"
     124msgstr "Verificando"
     125
     126#: controllers/CryptAPI.php:1084
    99127msgid "Close QR CODE"
    100128msgstr "Fechar Código QR"
    101129
    102 #: controllers/CryptAPI.php:303
     130#: controllers/CryptAPI.php:313
    103131msgid "Color Scheme"
    104132msgstr "Esquema de Cores"
    105133
    106 #: controllers/CryptAPI.php:343
     134#: controllers/CryptAPI.php:356
    107135msgid "Completed status for virtual products"
    108136msgstr "Status concluído para produtos virtuais"
    109137
    110 #: controllers/CryptAPI.php:924 controllers/CryptAPI.php:956
     138#: controllers/CryptAPI.php:1021 controllers/CryptAPI.php:1057
    111139msgid "COPIED!"
    112140msgstr "COPIADO!"
    113141
    114 #: controllers/CryptAPI.php:923 controllers/CryptAPI.php:955
     142#: controllers/CryptAPI.php:1019 controllers/CryptAPI.php:1055
    115143msgid "COPY"
    116144msgstr "COPIAR"
     
    120148msgstr "cryptapi"
    121149
    122 #: controllers/CryptAPI.php:16
     150#: controllers/CryptAPI.php:17
    123151msgid "CryptAPI allows customers to pay in cryptocurrency"
    124152msgstr "CryptAPI permite que os seus clientes paguem em criptomoeda"
     
    141169"download %s aqui."
    142170
    143 #: controllers/CryptAPI.php:213
     171#: controllers/CryptAPI.php:223
    144172msgid "Cryptocurrency"
    145173msgstr "Criptomoeda"
    146174
    147 #: controllers/CryptAPI.php:309
     175#: controllers/CryptAPI.php:319
    148176msgid "Dark"
    149177msgstr "Escuro"
    150178
    151 #: controllers/CryptAPI.php:296
     179#: controllers/CryptAPI.php:306
    152180#| msgid "Default Ammount"
    153181msgid "Default Amount"
    154182msgstr "Com Valor por Defeito"
    155183
    156 #: controllers/CryptAPI.php:295
     184#: controllers/CryptAPI.php:305
    157185#| msgid "Default Without Ammount"
    158186msgid "Default Without Amount"
    159187msgstr "Sem Valor por Defeito"
    160188
    161 #: controllers/CryptAPI.php:217
     189#: controllers/CryptAPI.php:227
    162190msgid "Description"
    163191msgstr "Descrição"
    164192
    165 #: controllers/CryptAPI.php:349
     193#: controllers/CryptAPI.php:362
    166194msgid "Disable price conversion"
    167195msgstr "Desativar conversão de preços"
    168196
    169 #: controllers/CryptAPI.php:206
     197#: controllers/CryptAPI.php:216
    170198msgid "Enable CryptAPI Payments"
    171199msgstr "Ativar pagamentos através da CryptAPI"
    172200
    173 #: controllers/CryptAPI.php:231
     201#: controllers/CryptAPI.php:241
    174202msgid ""
    175203"Enable this to show the cryptocurrencies logos in the checkout %1$s %2$s "
     
    179207"Aviso: %3$s Pode quebrar em alguns modelos. Use por sua conta e risco.\n"
    180208
    181 #: controllers/CryptAPI.php:204
     209#: controllers/CryptAPI.php:214
    182210msgid "Enabled"
    183211msgstr "Ativado"
    184212
    185 #: controllers/CryptAPI.php:320
     213#: controllers/CryptAPI.php:330
    186214msgid "Every 10 Minutes"
    187215msgstr "Cada 10 Minutos"
    188216
    189 #: controllers/CryptAPI.php:321
     217#: controllers/CryptAPI.php:331
    190218msgid "Every 15 Minutes"
    191219msgstr "Cada 15 Minutos"
    192220
    193 #: controllers/CryptAPI.php:322
     221#: controllers/CryptAPI.php:332
    194222msgid "Every 30 Minutes"
    195223msgstr "Cada 30 Minutos"
    196224
    197 #: controllers/CryptAPI.php:323
     225#: controllers/CryptAPI.php:333
    198226msgid "Every 45 Minutes"
    199227msgstr "Cada 45 Minutos"
    200228
    201 #: controllers/CryptAPI.php:319
     229#: controllers/CryptAPI.php:329
    202230msgid "Every 5 Minutes"
    203231msgstr "Cada 5 Minutos"
    204232
    205 #: controllers/CryptAPI.php:324
     233#: controllers/CryptAPI.php:334
    206234msgid "Every 60 Minutes"
    207235msgstr "Cada 60 Minutos"
    208236
    209 #: controllers/CryptAPI.php:1042
     237#: controllers/CryptAPI.php:1147
    210238msgid "FIAT Value"
    211239msgstr "Valor FIAT"
    212240
    213 #: controllers/CryptAPI.php:934
     241#: controllers/CryptAPI.php:1033
    214242msgid ""
    215243"For technical reasons, the minimum amount for each transaction is %1s, so we "
     
    219247"ajustamos o valor somando o restante."
    220248
    221 #: controllers/CryptAPI.php:297
     249#: controllers/CryptAPI.php:307
    222250#| msgid "Hide Ammount"
    223251msgid "Hide Amount"
    224252msgstr "Esconder Valor"
    225253
    226 #: controllers/CryptAPI.php:298
     254#: controllers/CryptAPI.php:308
    227255#| msgid "Hide Without Ammount"
    228256msgid "Hide Without Amount"
     
    237265msgstr "https://github.com/cryptapi/woocommerce-cryptapi"
    238266
    239 #: controllers/CryptAPI.php:1264
     267#: controllers/CryptAPI.php:1498
     268msgid ""
     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:"
     273msgstr ""
     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
    240281msgid ""
    241282"If you are using BlockBee you can choose if setting the receiving addresses "
     
    253294"\"Address Override\" ao criar a API Key."
    254295
    255 #: controllers/CryptAPI.php:87
     296#: controllers/CryptAPI.php:92
    256297msgid ""
    257298"If you enjoy this plugin please <b><a href='https://wordpress."
     
    263304"post' target='_blank'>classifique e faça review</a></b>!"
    264305
    265 #: controllers/CryptAPI.php:84
     306#: controllers/CryptAPI.php:89
    266307msgid ""
    267308"If you need any help or have any suggestion, contact us via the <b>live "
     
    275316"//discord.gg/cryptapi' target='_blank'>servidor Discord</a></b>"
    276317
    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
    283319msgid ""
    284320"Insert your %s address here. Leave the checkbox unselected if you want to "
     
    288324"não queira selecionar esta criptomoeda"
    289325
    290 #: controllers/CryptAPI.php:308
     326#: controllers/CryptAPI.php:318
    291327msgid "Light"
    292328msgstr "Claro"
    293329
    294 #: controllers/CryptAPI.php:318 controllers/CryptAPI.php:333
     330#: controllers/CryptAPI.php:328 controllers/CryptAPI.php:343
    295331msgid "Never"
    296332msgstr "Nunca"
    297333
    298 #: controllers/CryptAPI.php:934
     334#: controllers/CryptAPI.php:1033
    299335msgid "Notice"
    300336msgstr "Aviso"
    301337
    302 #: controllers/CryptAPI.php:976
     338#: controllers/CryptAPI.php:1079
    303339msgid "Open QR CODE"
    304340msgstr "Abrir Código QR"
    305341
    306 #: controllers/CryptAPI.php:329
     342#: controllers/CryptAPI.php:339
    307343msgid "Order cancelation timeout"
    308344msgstr "Tempo até que a encomenda seja cancelada"
    309345
    310 #: controllers/CryptAPI.php:1146
     346#: controllers/CryptAPI.php:1210
    311347msgid "Order cancelled due to lack of payment."
    312348msgstr "Encomenda cancelada devido à falta de pagamento."
    313349
    314 #: controllers/CryptAPI.php:1035
     350#: controllers/CryptAPI.php:1140
    315351msgid ""
    316352"Order has been cancelled due to lack of payment. Please don't send any "
     
    320356"nenhum pagamento para o endereço."
    321357
    322 #: controllers/CryptAPI.php:964
     358#: controllers/CryptAPI.php:1066
    323359msgid "Order will be cancelled in less than a minute."
    324360msgstr "A encomenda será cancelada em menos de um minuto."
    325361
    326 #: controllers/CryptAPI.php:1383
     362#: controllers/CryptAPI.php:1450
    327363msgid "Pay"
    328364msgstr "Pagar"
    329365
    330 #: controllers/CryptAPI.php:426
     366#: controllers/CryptAPI.php:441
    331367msgid "Pay with"
    332368msgstr "Pagar com"
    333369
    334 #: controllers/CryptAPI.php:1069
     370#: controllers/CryptAPI.php:1177
    335371msgid "Payment confirmed"
    336372msgstr "O pagamento foi confirmado"
    337373
    338 #: controllers/CryptAPI.php:579
     374#: controllers/CryptAPI.php:596
    339375msgid "Payment could not be processed, please try again"
    340376msgstr "Não foi possível processar o pagamento, por favor tente novamente."
    341377
    342 #: controllers/CryptAPI.php:755 controllers/CryptAPI.php:757
     378#: controllers/CryptAPI.php:809 controllers/CryptAPI.php:811
    343379msgid "Payment detected and confirmed. Customer still need to send"
    344380msgstr "Pagamento detectado e confirmado. O cliente deverá ainda enviar"
    345381
    346 #: controllers/CryptAPI.php:573
     382#: controllers/CryptAPI.php:590
    347383msgid "Payment error:"
    348384msgstr "Erro no pagamento: "
    349385
    350 #: controllers/CryptAPI.php:220
     386#: controllers/CryptAPI.php:230
    351387msgid "Payment method description that the customer will see on your checkout"
    352388msgstr "Descrição do pagamento que o seu cliente verá no pagamento"
    353389
    354 #: controllers/CryptAPI.php:476
     390#: controllers/CryptAPI.php:491
    355391msgid "Please choose a cryptocurrency"
    356392msgstr "Por favor selecione uma criptomoeda"
    357393
    358 #: controllers/CryptAPI.php:1200
     394#: controllers/CryptAPI.php:1263
    359395msgid "Please renew your subscription"
    360396msgstr "Por favor, renove a sua subscrição"
     
    369405"estiver pronto/a: %2$s"
    370406
    371 #: controllers/CryptAPI.php:415
     407#: controllers/CryptAPI.php:429
    372408msgid "Please select a Cryptocurrency"
    373409msgstr "Por favor selecione uma Criptomoeda"
    374410
    375 #: controllers/CryptAPI.php:919
     411#: controllers/CryptAPI.php:1014
    376412msgid "PLEASE SEND"
    377413msgstr "ENVIE"
    378414
    379 #: controllers/CryptAPI.php:1015
     415#: controllers/CryptAPI.php:1120
    380416msgid "Processing can take some time depending on the blockchain."
    381417msgstr "O processamento poderá demorar algum tempo, dependendo da blockchain."
    382418
    383 #: controllers/CryptAPI.php:279
     419#: controllers/CryptAPI.php:289
    384420msgid "QR Code by default"
    385421msgstr "Código QR por defeito"
    386422
    387 #: controllers/CryptAPI.php:288
     423#: controllers/CryptAPI.php:298
    388424msgid "QR code image size"
    389425msgstr "Tamanho do Código QR"
    390426
    391 #: controllers/CryptAPI.php:285
     427#: controllers/CryptAPI.php:295
    392428msgid "QR Code size"
    393429msgstr "Tamanho do Código QR"
    394430
    395 #: controllers/CryptAPI.php:291
     431#: controllers/CryptAPI.php:301
    396432msgid "QR Code to show"
    397433msgstr ""
    398434"Código QR para mostrar\n"
    399435
    400 #: controllers/CryptAPI.php:862
     436#: controllers/CryptAPI.php:953
    401437msgid "QR Code with value"
    402438msgstr "Código QR com o valor"
    403439
    404 #: controllers/CryptAPI.php:852 controllers/CryptAPI.php:904
     440#: controllers/CryptAPI.php:943 controllers/CryptAPI.php:998
    405441msgid "QR Code without value"
    406442msgstr "Código QR sem o valor"
    407443
    408 #: controllers/CryptAPI.php:314
     444#: controllers/CryptAPI.php:324
    409445msgid "Refresh converted value"
    410446msgstr "Atualizar o valor convertido"
    411447
    412 #: controllers/CryptAPI.php:300
     448#: controllers/CryptAPI.php:310
    413449msgid ""
    414450"Select how you want to show the QR Code to the user. Either select a default "
     
    418454"mostrar primeiro ou oculte um deles.\n"
    419455
    420 #: controllers/CryptAPI.php:340
     456#: controllers/CryptAPI.php:353
    421457msgid ""
    422458"Selects the amount of time the user has to  pay for the order. %1$s When "
     
    432468"Aviso: %3$s Não aconselhamos mais de 1 Hora.\n"
    433469
    434 #: controllers/CryptAPI.php:306
     470#: controllers/CryptAPI.php:316
    435471msgid ""
    436472"Selects the color scheme of the plugin to match your website (Light, Dark "
     
    440476" Escuro e Auto para detectar automaticamente)"
    441477
    442 #: controllers/CryptAPI.php:1332
     478#: controllers/CryptAPI.php:1399
    443479msgid "Service Fee"
    444480msgstr "Taxas do Serviço"
    445481
    446 #: controllers/CryptAPI.php:241
     482#: controllers/CryptAPI.php:251
    447483msgid "Service fee manager"
    448484msgstr "Gestão das taxas do serviço"
    449485
    450 #: controllers/CryptAPI.php:276
     486#: controllers/CryptAPI.php:286
    451487#| msgid ""
    452488#| "Set the CryptAPI service fee you want to charge the costumer.<br><strong>"
     
    462498"as taxas da CryptAPI total ou parcialmente)"
    463499
    464 #: controllers/CryptAPI.php:223
     500#: controllers/CryptAPI.php:233
    465501msgid "Show CryptAPI branding"
    466502msgstr "Mostrar marca da CryptAPI"
    467503
    468 #: controllers/CryptAPI.php:225
     504#: controllers/CryptAPI.php:235
    469505msgid "Show CryptAPI logo and credits below the QR code"
    470506msgstr "Mostrar logo da CryptAPI e créditos por baixo do Código QR"
    471507
    472 #: controllers/CryptAPI.php:229
     508#: controllers/CryptAPI.php:239
    473509msgid "Show crypto logos in checkout"
    474510msgstr ""
    475511"Mostrar logotipos das cryptomoedas no checkout\n"
    476512
    477 #: controllers/CryptAPI.php:889
     513#: controllers/CryptAPI.php:982
    478514msgid "Show QR Code with value"
    479515msgstr "Mostrar Código QR com o valor"
    480516
    481 #: controllers/CryptAPI.php:878 controllers/CryptAPI.php:907
     517#: controllers/CryptAPI.php:970 controllers/CryptAPI.php:1002
    482518msgid "Show QR Code without value"
    483519msgstr "Mostrar Código QR com o valor"
    484520
    485 #: controllers/CryptAPI.php:971
     521#: controllers/CryptAPI.php:1074
    486522msgid "Show the QR code"
    487523msgstr "Mostrar Código QR"
    488524
    489 #: controllers/CryptAPI.php:281
     525#: controllers/CryptAPI.php:291
    490526msgid "Show the QR Code by default"
    491527msgstr "Mostrar código QR por defeito"
    492528
    493 #: controllers/CryptAPI.php:929
     529#: controllers/CryptAPI.php:1028
    494530msgid ""
    495531"So far you sent %1s. Please send a new payment to complete the order, as "
     
    499535"conforme solicitado acima\n"
    500536
    501 #: controllers/CryptAPI.php:943
     537#: controllers/CryptAPI.php:1042
    502538#| msgid "The %1s conversion rate will be adjusted in %2s"
    503539msgid "The %1s conversion rate will be adjusted in"
     
    505541"A taxa de conversão %1s será ajustada em\n"
    506542
    507 #: controllers/CryptAPI.php:326
     543#: controllers/CryptAPI.php:336
    508544msgid ""
    509545"The system will automatically update the conversion value of the invoices "
     
    521557"sendo que recomendamos que a mantenha em 5 minutos. %3$s\n"
    522558
    523 #: controllers/CryptAPI.php:541
     559#: controllers/CryptAPI.php:556
    524560msgid "There was an error with the payment. Please try again."
    525561msgstr "Ocorreu um erro com o pagamento. Por favor, tente novamente."
    526562
    527 #: controllers/CryptAPI.php:212
     563#: controllers/CryptAPI.php:222
    528564msgid "This controls the title which the user sees during checkout."
    529565msgstr "Controla o título que o seu cliente vê durante a encomenda."
    530566
    531 #: controllers/CryptAPI.php:965
     567#: controllers/CryptAPI.php:1067
    532568#| msgid "This order will be valid until %s"
    533569msgid "This order will be valid for %s"
     
    535571"Esta encomenda será válida por %s\n"
    536572
    537 #: controllers/CryptAPI.php:237
     573#: controllers/CryptAPI.php:247
    538574msgid "This will add an estimation of the blockchain fee to the order value"
    539575msgstr ""
    540576"Isso adicionará uma estimativa da taxa de blockchain ao valor da encomenda"
    541577
    542 #: controllers/CryptAPI.php:1040
     578#: controllers/CryptAPI.php:1145
    543579msgid "Time"
    544580msgstr "Tempo"
    545581
    546 #: controllers/CryptAPI.php:210
     582#: controllers/CryptAPI.php:220
    547583msgid "Title"
    548584msgstr "TÍtulo"
    549585
    550 #: controllers/CryptAPI.php:716
     586#: controllers/CryptAPI.php:794 controllers/CryptAPI.php:802
    551587msgid "User sent a payment of"
    552588msgstr "O cliente enviou pagamento de"
    553589
    554 #: controllers/CryptAPI.php:1041
     590#: controllers/CryptAPI.php:1146
    555591msgid "Value Paid"
    556592msgstr "Valor Pago"
    557593
    558 #: controllers/CryptAPI.php:531
     594#: controllers/CryptAPI.php:546
    559595msgid "Value too low, minimum is"
    560596msgstr "O valor é demasiado pequeno, o mínimo é"
    561597
    562 #: controllers/CryptAPI.php:1062
     598#: controllers/CryptAPI.php:1169
    563599msgid "Waiting for network confirmation"
    564600msgstr "Aguardando confirmação da rede"
    565601
    566 #: controllers/CryptAPI.php:1055
     602#: controllers/CryptAPI.php:1161
    567603msgid "Waiting for payment"
    568604msgstr "Aguardando pagamento"
    569605
    570 #: controllers/CryptAPI.php:345
     606#: controllers/CryptAPI.php:358
    571607#| msgid ""
    572608#| "When this setting is enabled, the plugin will mark the order as "
     
    581617"%2$s"
    582618
    583 #: controllers/CryptAPI.php:890
     619#: controllers/CryptAPI.php:983
    584620#| msgid "WITH AMMOUNT"
    585621msgid "WITH AMOUNT"
    586622msgstr "COM VALOR"
    587623
    588 #: controllers/CryptAPI.php:1025
     624#: controllers/CryptAPI.php:1130
    589625msgid "Your payment has been confirmed!"
    590626msgstr "O seu pagamento foi confirmado!"
    591627
    592 #: controllers/CryptAPI.php:1014
     628#: controllers/CryptAPI.php:1119
    593629msgid "Your payment is being processed!"
    594630msgstr "O seu pagamento está a ser processado!"
  • cryptapi-payment-gateway-for-woocommerce/trunk/languages/cryptapi-payment-gateway-for-woocommerce-pt_PT.po

    r2797338 r2959171  
    1111"Content-Transfer-Encoding: 8bit\n"
    1212"POT-Creation-Date: 2022-02-11T16:36:51+01:00\n"
    13 "PO-Revision-Date: 2022-09-23 10:30+0000\n"
     13"PO-Revision-Date: 2023-08-25 18:00+0000\n"
    1414"X-Generator: Loco https://localise.biz/\n"
    1515"X-Domain: cryptapi\n"
     
    1818"X-Loco-Version: 2.6.1; wp-6.0"
    1919
    20 #: controllers/CryptAPI.php:351
     20#: controllers/CryptAPI.php:364
    2121#| msgid ""
    2222#| "<b>Attention: This option will disable the price conversion for ALL "
     
    3939"selecionada."
    4040
    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"
     43msgid ""
     44"(Optional) Insert here your BlockBee API Key. You can get one here: %1$s"
     45msgstr ""
     46"(Opcional) Insira aqui sua chave de API BlockBee. Você pode obter um aqui: "
     47"%1$s\n"
     48
     49#: controllers/CryptAPI.php:347
    4250msgid "1 Hour"
    4351msgstr "1 Hora"
    4452
    45 #: controllers/CryptAPI.php:336
     53#: controllers/CryptAPI.php:349
    4654msgid "12 Hours"
    4755msgstr "12 Horas"
    4856
    49 #: controllers/CryptAPI.php:337
     57#: controllers/CryptAPI.php:344
     58msgid "15 Minutes"
     59msgstr "15 Minutos"
     60
     61#: controllers/CryptAPI.php:350
    5062msgid "18 Hours"
    5163msgstr "18 Horas"
    5264
    53 #: controllers/CryptAPI.php:338
     65#: controllers/CryptAPI.php:351
    5466msgid "24 Hours"
    5567msgstr "24 Horas"
    5668
    57 #: controllers/CryptAPI.php:335
     69#: controllers/CryptAPI.php:345
     70msgid "30 Minutes"
     71msgstr "30 Minutos"
     72
     73#: controllers/CryptAPI.php:346
     74msgid "45 Minutes"
     75msgstr "45 Minutos"
     76
     77#: controllers/CryptAPI.php:348
    5878msgid "6 Hours"
    5979msgstr "6 Horas"
    6080
    61 #: controllers/CryptAPI.php:946
     81#: controllers/CryptAPI.php:1046
    6282msgid "a moment"
    6383msgstr "um momento"
     
    6888"Aceite pagamentos através de criptomoedas na sua loja online WooCommerce"
    6989
    70 #: controllers/CryptAPI.php:235
     90#: controllers/CryptAPI.php:245
    7191msgid "Add the blockchain fee to the order"
    7292msgstr "Adicionar a taxa da blockchain à encomenda"
    7393
    74 #: controllers/CryptAPI.php:879 controllers/CryptAPI.php:908
     94#: controllers/CryptAPI.php:971 controllers/CryptAPI.php:1003
    7595msgid "ADDRESS"
    7696msgstr "ENDEREÇO"
    7797
    78 #: controllers/CryptAPI.php:1262
     98#: controllers/CryptAPI.php:1325
    7999msgid "Addresses"
    80100msgstr "Endereços"
    81101
    82 #: controllers/CryptAPI.php:355
     102#: controllers/CryptAPI.php:368
    83103msgid "API Key"
    84104msgstr "Chave API "
    85105
    86 #: controllers/CryptAPI.php:310
     106#: controllers/CryptAPI.php:320
    87107msgid "Auto"
    88108msgstr "Auto"
    89109
    90 #: controllers/CryptAPI.php:564
     110#: controllers/CryptAPI.php:581
    91111msgid "Awaiting payment"
    92112msgstr "A aguardar pagamento"
    93113
    94 #: controllers/CryptAPI.php:1372
     114#: controllers/CryptAPI.php:1502
     115msgid "Check for Callbacks"
     116msgstr "Verificar Callbacks"
     117
     118#: controllers/CryptAPI.php:1439
    95119msgid "Check your payment status"
    96120msgstr "Verifique o estado do seu pagamento"
    97121
    98 #: controllers/CryptAPI.php:981
     122#: controllers/CryptAPI.php:1511
     123msgid "Checking"
     124msgstr "Verificando"
     125
     126#: controllers/CryptAPI.php:1084
    99127msgid "Close QR CODE"
    100128msgstr "Fechar Código QR"
    101129
    102 #: controllers/CryptAPI.php:303
     130#: controllers/CryptAPI.php:313
    103131msgid "Color Scheme"
    104132msgstr "Esquema de Cores"
    105133
    106 #: controllers/CryptAPI.php:343
     134#: controllers/CryptAPI.php:356
    107135msgid "Completed status for virtual products"
    108136msgstr "Status concluído para produtos virtuais"
    109137
    110 #: controllers/CryptAPI.php:924 controllers/CryptAPI.php:956
     138#: controllers/CryptAPI.php:1021 controllers/CryptAPI.php:1057
    111139msgid "COPIED!"
    112140msgstr "COPIADO!"
    113141
    114 #: controllers/CryptAPI.php:923 controllers/CryptAPI.php:955
     142#: controllers/CryptAPI.php:1019 controllers/CryptAPI.php:1055
    115143msgid "COPY"
    116144msgstr "COPIAR"
     
    120148msgstr "cryptapi"
    121149
    122 #: controllers/CryptAPI.php:16
     150#: controllers/CryptAPI.php:17
    123151msgid "CryptAPI allows customers to pay in cryptocurrency"
    124152msgstr "CryptAPI permite que os seus clientes paguem em criptomoeda"
     
    141169"download %s aqui."
    142170
    143 #: controllers/CryptAPI.php:213
     171#: controllers/CryptAPI.php:223
    144172msgid "Cryptocurrency"
    145173msgstr "Criptomoeda"
    146174
    147 #: controllers/CryptAPI.php:309
     175#: controllers/CryptAPI.php:319
    148176msgid "Dark"
    149177msgstr "Escuro"
    150178
    151 #: controllers/CryptAPI.php:296
     179#: controllers/CryptAPI.php:306
    152180#| msgid "Default Ammount"
    153181msgid "Default Amount"
    154182msgstr "Com Valor por Defeito"
    155183
    156 #: controllers/CryptAPI.php:295
     184#: controllers/CryptAPI.php:305
    157185#| msgid "Default Without Ammount"
    158186msgid "Default Without Amount"
    159187msgstr "Sem Valor por Defeito"
    160188
    161 #: controllers/CryptAPI.php:217
     189#: controllers/CryptAPI.php:227
    162190msgid "Description"
    163191msgstr "Descrição"
    164192
    165 #: controllers/CryptAPI.php:349
     193#: controllers/CryptAPI.php:362
    166194msgid "Disable price conversion"
    167195msgstr "Desativar conversão de preços"
    168196
    169 #: controllers/CryptAPI.php:206
     197#: controllers/CryptAPI.php:216
    170198msgid "Enable CryptAPI Payments"
    171199msgstr "Ativar pagamentos através da CryptAPI"
    172200
    173 #: controllers/CryptAPI.php:231
     201#: controllers/CryptAPI.php:241
    174202msgid ""
    175203"Enable this to show the cryptocurrencies logos in the checkout %1$s %2$s "
     
    179207"Aviso: %3$s Pode quebrar em alguns modelos. Use por sua conta e risco.\n"
    180208
    181 #: controllers/CryptAPI.php:204
     209#: controllers/CryptAPI.php:214
    182210msgid "Enabled"
    183211msgstr "Ativado"
    184212
    185 #: controllers/CryptAPI.php:320
     213#: controllers/CryptAPI.php:330
    186214msgid "Every 10 Minutes"
    187215msgstr "Cada 10 Minutos"
    188216
    189 #: controllers/CryptAPI.php:321
     217#: controllers/CryptAPI.php:331
    190218msgid "Every 15 Minutes"
    191219msgstr "Cada 15 Minutos"
    192220
    193 #: controllers/CryptAPI.php:322
     221#: controllers/CryptAPI.php:332
    194222msgid "Every 30 Minutes"
    195223msgstr "Cada 30 Minutos"
    196224
    197 #: controllers/CryptAPI.php:323
     225#: controllers/CryptAPI.php:333
    198226msgid "Every 45 Minutes"
    199227msgstr "Cada 45 Minutos"
    200228
    201 #: controllers/CryptAPI.php:319
     229#: controllers/CryptAPI.php:329
    202230msgid "Every 5 Minutes"
    203231msgstr "Cada 5 Minutos"
    204232
    205 #: controllers/CryptAPI.php:324
     233#: controllers/CryptAPI.php:334
    206234msgid "Every 60 Minutes"
    207235msgstr "Cada 60 Minutos"
    208236
    209 #: controllers/CryptAPI.php:1042
     237#: controllers/CryptAPI.php:1147
    210238msgid "FIAT Value"
    211239msgstr "Valor FIAT"
    212240
    213 #: controllers/CryptAPI.php:934
     241#: controllers/CryptAPI.php:1033
    214242msgid ""
    215243"For technical reasons, the minimum amount for each transaction is %1s, so we "
     
    219247"ajustamos o valor somando o restante."
    220248
    221 #: controllers/CryptAPI.php:297
     249#: controllers/CryptAPI.php:307
    222250#| msgid "Hide Ammount"
    223251msgid "Hide Amount"
    224252msgstr "Esconder Valor"
    225253
    226 #: controllers/CryptAPI.php:298
     254#: controllers/CryptAPI.php:308
    227255#| msgid "Hide Without Ammount"
    228256msgid "Hide Without Amount"
     
    237265msgstr "https://github.com/cryptapi/woocommerce-cryptapi"
    238266
    239 #: controllers/CryptAPI.php:1264
     267#: controllers/CryptAPI.php:1498
     268msgid ""
     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:"
     273msgstr ""
     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
    240282msgid ""
    241283"If you are using BlockBee you can choose if setting the receiving addresses "
     
    253295"\"Address Override\" ao criar a API Key."
    254296
    255 #: controllers/CryptAPI.php:87
     297#: controllers/CryptAPI.php:92
    256298msgid ""
    257299"If you enjoy this plugin please <b><a href='https://wordpress."
     
    263305"post' target='_blank'>classifique e faça review</a></b>!"
    264306
    265 #: controllers/CryptAPI.php:84
     307#: controllers/CryptAPI.php:89
    266308msgid ""
    267309"If you need any help or have any suggestion, contact us via the <b>live "
     
    275317"//discord.gg/cryptapi' target='_blank'>servidor Discord</a></b>"
    276318
    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
    283320msgid ""
    284321"Insert your %s address here. Leave the checkbox unselected if you want to "
     
    288325"não queira selecionar esta criptomoeda"
    289326
    290 #: controllers/CryptAPI.php:308
     327#: controllers/CryptAPI.php:318
    291328msgid "Light"
    292329msgstr "Claro"
    293330
    294 #: controllers/CryptAPI.php:318 controllers/CryptAPI.php:333
     331#: controllers/CryptAPI.php:328 controllers/CryptAPI.php:343
    295332msgid "Never"
    296333msgstr "Nunca"
    297334
    298 #: controllers/CryptAPI.php:934
     335#: controllers/CryptAPI.php:1033
    299336msgid "Notice"
    300337msgstr "Aviso"
    301338
    302 #: controllers/CryptAPI.php:976
     339#: controllers/CryptAPI.php:1079
    303340msgid "Open QR CODE"
    304341msgstr "Abrir Código QR"
    305342
    306 #: controllers/CryptAPI.php:329
     343#: controllers/CryptAPI.php:339
    307344msgid "Order cancelation timeout"
    308345msgstr "Tempo até que a encomenda seja cancelada"
    309346
    310 #: controllers/CryptAPI.php:1146
     347#: controllers/CryptAPI.php:1210
    311348msgid "Order cancelled due to lack of payment."
    312349msgstr "Encomenda cancelada devido à falta de pagamento."
    313350
    314 #: controllers/CryptAPI.php:1035
     351#: controllers/CryptAPI.php:1140
    315352msgid ""
    316353"Order has been cancelled due to lack of payment. Please don't send any "
     
    320357"nenhum pagamento para o endereço."
    321358
    322 #: controllers/CryptAPI.php:964
     359#: controllers/CryptAPI.php:1066
    323360msgid "Order will be cancelled in less than a minute."
    324361msgstr "A encomenda será cancelada em menos de um minuto."
    325362
    326 #: controllers/CryptAPI.php:1383
     363#: controllers/CryptAPI.php:1450
    327364msgid "Pay"
    328365msgstr "Pagar"
    329366
    330 #: controllers/CryptAPI.php:426
     367#: controllers/CryptAPI.php:441
    331368msgid "Pay with"
    332369msgstr "Pagar com"
    333370
    334 #: controllers/CryptAPI.php:1069
     371#: controllers/CryptAPI.php:1177
    335372msgid "Payment confirmed"
    336373msgstr "O pagamento foi confirmado"
    337374
    338 #: controllers/CryptAPI.php:579
     375#: controllers/CryptAPI.php:596
    339376msgid "Payment could not be processed, please try again"
    340377msgstr "Não foi possível processar o pagamento, por favor tente novamente."
    341378
    342 #: controllers/CryptAPI.php:755 controllers/CryptAPI.php:757
     379#: controllers/CryptAPI.php:809 controllers/CryptAPI.php:811
    343380msgid "Payment detected and confirmed. Customer still need to send"
    344381msgstr "Pagamento detectado e confirmado. O cliente deverá ainda enviar"
    345382
    346 #: controllers/CryptAPI.php:573
     383#: controllers/CryptAPI.php:590
    347384msgid "Payment error:"
    348385msgstr "Erro no pagamento: "
    349386
    350 #: controllers/CryptAPI.php:220
     387#: controllers/CryptAPI.php:230
    351388msgid "Payment method description that the customer will see on your checkout"
    352389msgstr "Descrição do pagamento que o seu cliente verá no pagamento"
    353390
    354 #: controllers/CryptAPI.php:476
     391#: controllers/CryptAPI.php:491
    355392msgid "Please choose a cryptocurrency"
    356393msgstr "Por favor selecione uma criptomoeda"
    357394
    358 #: controllers/CryptAPI.php:1200
     395#: controllers/CryptAPI.php:1263
    359396msgid "Please renew your subscription"
    360397msgstr "Por favor, renove a sua subscrição"
     
    369406"estiver pronto/a: %2$s"
    370407
    371 #: controllers/CryptAPI.php:415
     408#: controllers/CryptAPI.php:429
    372409msgid "Please select a Cryptocurrency"
    373410msgstr "Por favor selecione uma Criptomoeda"
    374411
    375 #: controllers/CryptAPI.php:919
     412#: controllers/CryptAPI.php:1014
    376413msgid "PLEASE SEND"
    377414msgstr "ENVIE"
    378415
    379 #: controllers/CryptAPI.php:1015
     416#: controllers/CryptAPI.php:1120
    380417msgid "Processing can take some time depending on the blockchain."
    381418msgstr "O processamento poderá demorar algum tempo, dependendo da blockchain."
    382419
    383 #: controllers/CryptAPI.php:279
     420#: controllers/CryptAPI.php:289
    384421msgid "QR Code by default"
    385422msgstr "Código QR por defeito"
    386423
    387 #: controllers/CryptAPI.php:288
     424#: controllers/CryptAPI.php:298
    388425msgid "QR code image size"
    389426msgstr "Tamanho do Código QR"
    390427
    391 #: controllers/CryptAPI.php:285
     428#: controllers/CryptAPI.php:295
    392429msgid "QR Code size"
    393430msgstr "Tamanho do Código QR"
    394431
    395 #: controllers/CryptAPI.php:291
     432#: controllers/CryptAPI.php:301
    396433msgid "QR Code to show"
    397434msgstr ""
    398435"Código QR para mostrar\n"
    399436
    400 #: controllers/CryptAPI.php:862
     437#: controllers/CryptAPI.php:953
    401438msgid "QR Code with value"
    402439msgstr "Código QR com o valor"
    403440
    404 #: controllers/CryptAPI.php:852 controllers/CryptAPI.php:904
     441#: controllers/CryptAPI.php:943 controllers/CryptAPI.php:998
    405442msgid "QR Code without value"
    406443msgstr "Código QR sem o valor"
    407444
    408 #: controllers/CryptAPI.php:314
     445#: controllers/CryptAPI.php:324
    409446msgid "Refresh converted value"
    410447msgstr "Atualizar o valor convertido"
    411448
    412 #: controllers/CryptAPI.php:300
     449#: controllers/CryptAPI.php:310
    413450msgid ""
    414451"Select how you want to show the QR Code to the user. Either select a default "
     
    418455"mostrar primeiro ou oculte um deles.\n"
    419456
    420 #: controllers/CryptAPI.php:340
     457#: controllers/CryptAPI.php:353
    421458msgid ""
    422459"Selects the amount of time the user has to  pay for the order. %1$s When "
     
    432469"Aviso: %3$s Não aconselhamos mais de 1 Hora.\n"
    433470
    434 #: controllers/CryptAPI.php:306
     471#: controllers/CryptAPI.php:316
    435472msgid ""
    436473"Selects the color scheme of the plugin to match your website (Light, Dark "
     
    440477" Escuro e Auto para detectar automaticamente)"
    441478
    442 #: controllers/CryptAPI.php:1332
     479#: controllers/CryptAPI.php:1399
    443480msgid "Service Fee"
    444481msgstr "Taxas do Serviço"
    445482
    446 #: controllers/CryptAPI.php:241
     483#: controllers/CryptAPI.php:251
    447484msgid "Service fee manager"
    448485msgstr "Gestão das taxas do serviço"
    449486
    450 #: controllers/CryptAPI.php:276
     487#: controllers/CryptAPI.php:286
    451488#| msgid ""
    452489#| "Set the CryptAPI service fee you want to charge the costumer.<br><strong>"
     
    462499"as taxas da CryptAPI total ou parcialmente)"
    463500
    464 #: controllers/CryptAPI.php:223
     501#: controllers/CryptAPI.php:233
    465502msgid "Show CryptAPI branding"
    466503msgstr "Mostrar marca da CryptAPI"
    467504
    468 #: controllers/CryptAPI.php:225
     505#: controllers/CryptAPI.php:235
    469506msgid "Show CryptAPI logo and credits below the QR code"
    470507msgstr "Mostrar logo da CryptAPI e créditos por baixo do Código QR"
    471508
    472 #: controllers/CryptAPI.php:229
     509#: controllers/CryptAPI.php:239
    473510msgid "Show crypto logos in checkout"
    474511msgstr ""
    475512"Mostrar logotipos das cryptomoedas no checkout\n"
    476513
    477 #: controllers/CryptAPI.php:889
     514#: controllers/CryptAPI.php:982
    478515msgid "Show QR Code with value"
    479516msgstr "Mostrar Código QR com o valor"
    480517
    481 #: controllers/CryptAPI.php:878 controllers/CryptAPI.php:907
     518#: controllers/CryptAPI.php:970 controllers/CryptAPI.php:1002
    482519msgid "Show QR Code without value"
    483520msgstr "Mostrar Código QR com o valor"
    484521
    485 #: controllers/CryptAPI.php:971
     522#: controllers/CryptAPI.php:1074
    486523msgid "Show the QR code"
    487524msgstr "Mostrar Código QR"
    488525
    489 #: controllers/CryptAPI.php:281
     526#: controllers/CryptAPI.php:291
    490527msgid "Show the QR Code by default"
    491528msgstr "Mostrar código QR por defeito"
    492529
    493 #: controllers/CryptAPI.php:929
     530#: controllers/CryptAPI.php:1028
    494531msgid ""
    495532"So far you sent %1s. Please send a new payment to complete the order, as "
     
    499536"conforme solicitado acima\n"
    500537
    501 #: controllers/CryptAPI.php:943
     538#: controllers/CryptAPI.php:1042
    502539#| msgid "The %1s conversion rate will be adjusted in %2s"
    503540msgid "The %1s conversion rate will be adjusted in"
     
    505542"A taxa de conversão %1s será ajustada em\n"
    506543
    507 #: controllers/CryptAPI.php:326
     544#: controllers/CryptAPI.php:336
    508545msgid ""
    509546"The system will automatically update the conversion value of the invoices "
     
    521558"sendo que recomendamos que a mantenha em 5 minutos. %3$s\n"
    522559
    523 #: controllers/CryptAPI.php:541
     560#: controllers/CryptAPI.php:556
    524561msgid "There was an error with the payment. Please try again."
    525562msgstr "Ocorreu um erro com o pagamento. Por favor, tente novamente."
    526563
    527 #: controllers/CryptAPI.php:212
     564#: controllers/CryptAPI.php:222
    528565msgid "This controls the title which the user sees during checkout."
    529566msgstr "Controla o título que o seu cliente vê durante a encomenda."
    530567
    531 #: controllers/CryptAPI.php:965
     568#: controllers/CryptAPI.php:1067
    532569#| msgid "This order will be valid until %s"
    533570msgid "This order will be valid for %s"
     
    535572"Esta encomenda será válida por %s\n"
    536573
    537 #: controllers/CryptAPI.php:237
     574#: controllers/CryptAPI.php:247
    538575msgid "This will add an estimation of the blockchain fee to the order value"
    539576msgstr ""
    540577"Isso adicionará uma estimativa da taxa de blockchain ao valor da encomenda"
    541578
    542 #: controllers/CryptAPI.php:1040
     579#: controllers/CryptAPI.php:1145
    543580msgid "Time"
    544581msgstr "Tempo"
    545582
    546 #: controllers/CryptAPI.php:210
     583#: controllers/CryptAPI.php:220
    547584msgid "Title"
    548585msgstr "TÍtulo"
    549586
    550 #: controllers/CryptAPI.php:716
     587#: controllers/CryptAPI.php:794 controllers/CryptAPI.php:802
    551588msgid "User sent a payment of"
    552589msgstr "O cliente enviou pagamento de"
    553590
    554 #: controllers/CryptAPI.php:1041
     591#: controllers/CryptAPI.php:1146
    555592msgid "Value Paid"
    556593msgstr "Valor Pago"
    557594
    558 #: controllers/CryptAPI.php:531
     595#: controllers/CryptAPI.php:546
    559596msgid "Value too low, minimum is"
    560597msgstr "O valor é demasiado pequeno, o mínimo é"
    561598
    562 #: controllers/CryptAPI.php:1062
     599#: controllers/CryptAPI.php:1169
    563600msgid "Waiting for network confirmation"
    564601msgstr "Aguardando confirmação da rede"
    565602
    566 #: controllers/CryptAPI.php:1055
     603#: controllers/CryptAPI.php:1161
    567604msgid "Waiting for payment"
    568605msgstr "Aguardando pagamento"
    569606
    570 #: controllers/CryptAPI.php:345
     607#: controllers/CryptAPI.php:358
    571608#| msgid ""
    572609#| "When this setting is enabled, the plugin will mark the order as "
     
    581618"%2$s"
    582619
    583 #: controllers/CryptAPI.php:890
     620#: controllers/CryptAPI.php:983
    584621#| msgid "WITH AMMOUNT"
    585622msgid "WITH AMOUNT"
    586623msgstr "COM VALOR"
    587624
    588 #: controllers/CryptAPI.php:1025
     625#: controllers/CryptAPI.php:1130
    589626msgid "Your payment has been confirmed!"
    590627msgstr "O seu pagamento foi confirmado!"
    591628
    592 #: controllers/CryptAPI.php:1014
     629#: controllers/CryptAPI.php:1119
    593630msgid "Your payment is being processed!"
    594631msgstr "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) 2022 cryptapi
     1# Copyright (C) 2023 cryptapi
    22# This file is distributed under the MIT.
    33msgid ""
    44msgstr ""
    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"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    88"Language-Team: LANGUAGE <LL@li.org>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2022-09-23T12:20:13+02:00\n"
     12"POT-Creation-Date: 2023-08-25T17:58:31+00:00\n"
    1313"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"
    1515"X-Domain: cryptapi\n"
    1616
     
    3535msgstr ""
    3636
    37 #: controllers/CryptAPI.php:16
     37#: controllers/CryptAPI.php:17
    3838msgid "CryptAPI allows customers to pay in cryptocurrency"
    3939msgstr ""
    4040
    41 #: controllers/CryptAPI.php:84
     41#: controllers/CryptAPI.php:89
    4242msgid "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>"
    4343msgstr ""
    4444
    45 #: controllers/CryptAPI.php:87
     45#: controllers/CryptAPI.php:92
    4646msgid "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>!"
    4747msgstr ""
    4848
    49 #: controllers/CryptAPI.php:204
     49#: controllers/CryptAPI.php:214
    5050msgid "Enabled"
    5151msgstr ""
    5252
    53 #: controllers/CryptAPI.php:206
     53#: controllers/CryptAPI.php:216
    5454msgid "Enable CryptAPI Payments"
    5555msgstr ""
    5656
    57 #: controllers/CryptAPI.php:210
     57#: controllers/CryptAPI.php:220
    5858msgid "Title"
    5959msgstr ""
    6060
    61 #: controllers/CryptAPI.php:212
     61#: controllers/CryptAPI.php:222
    6262msgid "This controls the title which the user sees during checkout."
    6363msgstr ""
    6464
    65 #: controllers/CryptAPI.php:213
     65#: controllers/CryptAPI.php:223
    6666msgid "Cryptocurrency"
    6767msgstr ""
    6868
    69 #: controllers/CryptAPI.php:217
     69#: controllers/CryptAPI.php:227
    7070msgid "Description"
    7171msgstr ""
    7272
    73 #: controllers/CryptAPI.php:220
     73#: controllers/CryptAPI.php:230
    7474msgid "Payment method description that the customer will see on your checkout"
    7575msgstr ""
    7676
    77 #: controllers/CryptAPI.php:223
     77#: controllers/CryptAPI.php:233
    7878msgid "Show CryptAPI branding"
    7979msgstr ""
    8080
    81 #: controllers/CryptAPI.php:225
     81#: controllers/CryptAPI.php:235
    8282msgid "Show CryptAPI logo and credits below the QR code"
    8383msgstr ""
    8484
    85 #: controllers/CryptAPI.php:229
     85#: controllers/CryptAPI.php:239
    8686msgid "Show crypto logos in checkout"
    8787msgstr ""
    8888
    89 #: controllers/CryptAPI.php:231
     89#: controllers/CryptAPI.php:241
    9090msgid "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."
    9191msgstr ""
    9292
    93 #: controllers/CryptAPI.php:235
     93#: controllers/CryptAPI.php:245
    9494msgid "Add the blockchain fee to the order"
    9595msgstr ""
    9696
    97 #: controllers/CryptAPI.php:237
     97#: controllers/CryptAPI.php:247
    9898msgid "This will add an estimation of the blockchain fee to the order value"
    9999msgstr ""
    100100
    101 #: controllers/CryptAPI.php:241
     101#: controllers/CryptAPI.php:251
    102102msgid "Service fee manager"
    103103msgstr ""
    104104
    105 #: controllers/CryptAPI.php:276
     105#: controllers/CryptAPI.php:286
    106106msgid "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)."
    107107msgstr ""
    108108
    109 #: controllers/CryptAPI.php:279
     109#: controllers/CryptAPI.php:289
    110110msgid "QR Code by default"
    111111msgstr ""
    112112
    113 #: controllers/CryptAPI.php:281
     113#: controllers/CryptAPI.php:291
    114114msgid "Show the QR Code by default"
    115115msgstr ""
    116116
    117 #: controllers/CryptAPI.php:285
     117#: controllers/CryptAPI.php:295
    118118msgid "QR Code size"
    119119msgstr ""
    120120
    121 #: controllers/CryptAPI.php:288
     121#: controllers/CryptAPI.php:298
    122122msgid "QR code image size"
    123123msgstr ""
    124124
    125 #: controllers/CryptAPI.php:291
     125#: controllers/CryptAPI.php:301
    126126msgid "QR Code to show"
    127127msgstr ""
    128128
    129 #: controllers/CryptAPI.php:295
     129#: controllers/CryptAPI.php:305
    130130msgid "Default Without Amount"
    131131msgstr ""
    132132
    133 #: controllers/CryptAPI.php:296
     133#: controllers/CryptAPI.php:306
    134134msgid "Default Amount"
    135135msgstr ""
    136136
    137 #: controllers/CryptAPI.php:297
     137#: controllers/CryptAPI.php:307
    138138msgid "Hide Amount"
    139139msgstr ""
    140140
    141 #: controllers/CryptAPI.php:298
     141#: controllers/CryptAPI.php:308
    142142msgid "Hide Without Amount"
    143143msgstr ""
    144144
    145 #: controllers/CryptAPI.php:300
     145#: controllers/CryptAPI.php:310
    146146msgid "Select how you want to show the QR Code to the user. Either select a default to show first, or hide one of them."
    147147msgstr ""
    148148
    149 #: controllers/CryptAPI.php:303
     149#: controllers/CryptAPI.php:313
    150150msgid "Color Scheme"
    151151msgstr ""
    152152
    153 #: controllers/CryptAPI.php:306
     153#: controllers/CryptAPI.php:316
    154154msgid "Selects the color scheme of the plugin to match your website (Light, Dark and Auto to automatically detect it)"
    155155msgstr ""
    156156
    157 #: controllers/CryptAPI.php:308
     157#: controllers/CryptAPI.php:318
    158158msgid "Light"
    159159msgstr ""
    160160
    161 #: controllers/CryptAPI.php:309
     161#: controllers/CryptAPI.php:319
    162162msgid "Dark"
    163163msgstr ""
    164164
    165 #: controllers/CryptAPI.php:310
     165#: controllers/CryptAPI.php:320
    166166msgid "Auto"
    167167msgstr ""
    168168
    169 #: controllers/CryptAPI.php:314
     169#: controllers/CryptAPI.php:324
    170170msgid "Refresh converted value"
    171171msgstr ""
    172172
    173 #: controllers/CryptAPI.php:318
     173#: controllers/CryptAPI.php:328
     174#: controllers/CryptAPI.php:343
     175msgid "Never"
     176msgstr ""
     177
     178#: controllers/CryptAPI.php:329
     179msgid "Every 5 Minutes"
     180msgstr ""
     181
     182#: controllers/CryptAPI.php:330
     183msgid "Every 10 Minutes"
     184msgstr ""
     185
     186#: controllers/CryptAPI.php:331
     187msgid "Every 15 Minutes"
     188msgstr ""
     189
     190#: controllers/CryptAPI.php:332
     191msgid "Every 30 Minutes"
     192msgstr ""
     193
    174194#: controllers/CryptAPI.php:333
    175 msgid "Never"
    176 msgstr ""
    177 
    178 #: controllers/CryptAPI.php:319
    179 msgid "Every 5 Minutes"
    180 msgstr ""
    181 
    182 #: controllers/CryptAPI.php:320
    183 msgid "Every 10 Minutes"
    184 msgstr ""
    185 
    186 #: controllers/CryptAPI.php:321
    187 msgid "Every 15 Minutes"
    188 msgstr ""
    189 
    190 #: controllers/CryptAPI.php:322
    191 msgid "Every 30 Minutes"
    192 msgstr ""
    193 
    194 #: controllers/CryptAPI.php:323
    195195msgid "Every 45 Minutes"
    196196msgstr ""
    197197
    198 #: controllers/CryptAPI.php:324
     198#: controllers/CryptAPI.php:334
    199199msgid "Every 60 Minutes"
    200200msgstr ""
    201201
    202 #: controllers/CryptAPI.php:326
     202#: controllers/CryptAPI.php:336
    203203msgid "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"
    204204msgstr ""
    205205
    206 #: controllers/CryptAPI.php:329
     206#: controllers/CryptAPI.php:339
    207207msgid "Order cancelation timeout"
    208208msgstr ""
    209209
    210 #: controllers/CryptAPI.php:334
     210#: controllers/CryptAPI.php:344
     211msgid "15 Minutes"
     212msgstr ""
     213
     214#: controllers/CryptAPI.php:345
     215msgid "30 Minutes"
     216msgstr ""
     217
     218#: controllers/CryptAPI.php:346
     219msgid "45 Minutes"
     220msgstr ""
     221
     222#: controllers/CryptAPI.php:347
    211223msgid "1 Hour"
    212224msgstr ""
    213225
    214 #: controllers/CryptAPI.php:335
     226#: controllers/CryptAPI.php:348
    215227msgid "6 Hours"
    216228msgstr ""
    217229
    218 #: controllers/CryptAPI.php:336
     230#: controllers/CryptAPI.php:349
    219231msgid "12 Hours"
    220232msgstr ""
    221233
    222 #: controllers/CryptAPI.php:337
     234#: controllers/CryptAPI.php:350
    223235msgid "18 Hours"
    224236msgstr ""
    225237
    226 #: controllers/CryptAPI.php:338
     238#: controllers/CryptAPI.php:351
    227239msgid "24 Hours"
    228240msgstr ""
    229241
    230 #: controllers/CryptAPI.php:340
     242#: controllers/CryptAPI.php:353
    231243msgid "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."
    232244msgstr ""
    233245
    234 #: controllers/CryptAPI.php:343
     246#: controllers/CryptAPI.php:356
    235247msgid "Completed status for virtual products"
    236248msgstr ""
    237249
    238 #: controllers/CryptAPI.php:345
     250#: controllers/CryptAPI.php:358
    239251msgid "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."
    240252msgstr ""
    241253
    242 #: controllers/CryptAPI.php:349
     254#: controllers/CryptAPI.php:362
    243255msgid "Disable price conversion"
    244256msgstr ""
    245257
    246 #: controllers/CryptAPI.php:351
     258#: controllers/CryptAPI.php:364
    247259msgid "%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"
    248260msgstr ""
    249261
    250 #: controllers/CryptAPI.php:355
     262#: controllers/CryptAPI.php:368
    251263msgid "API Key"
    252264msgstr ""
    253265
    254 #: controllers/CryptAPI.php:358
    255 msgid "Insert here your BlockBee API Key. You can get one here: %1$s"
    256 msgstr ""
    257 
    258 #: controllers/CryptAPI.php:362
     266#: controllers/CryptAPI.php:371
     267msgid "(Optional) Insert here your BlockBee API Key. You can get one here: %1$s"
     268msgstr ""
     269
     270#: controllers/CryptAPI.php:375
    259271msgid "Insert your %s address here. Leave the checkbox unselected if you want to skip this cryptocurrency"
    260272msgstr ""
    261273
    262 #: controllers/CryptAPI.php:415
     274#: controllers/CryptAPI.php:429
    263275msgid "Please select a Cryptocurrency"
    264276msgstr ""
    265277
    266 #: controllers/CryptAPI.php:426
     278#: controllers/CryptAPI.php:441
    267279msgid "Pay with"
    268280msgstr ""
    269281
    270 #: controllers/CryptAPI.php:476
     282#: controllers/CryptAPI.php:491
    271283msgid "Please choose a cryptocurrency"
    272284msgstr ""
    273285
    274 #: controllers/CryptAPI.php:531
     286#: controllers/CryptAPI.php:546
    275287msgid "Value too low, minimum is"
    276288msgstr ""
    277289
    278 #: controllers/CryptAPI.php:541
     290#: controllers/CryptAPI.php:556
    279291msgid "There was an error with the payment. Please try again."
    280292msgstr ""
    281293
    282 #: controllers/CryptAPI.php:564
     294#: controllers/CryptAPI.php:581
    283295msgid "Awaiting payment"
    284296msgstr ""
    285297
    286 #: controllers/CryptAPI.php:573
     298#: controllers/CryptAPI.php:590
    287299msgid "Payment error:"
    288300msgstr ""
    289301
    290 #: controllers/CryptAPI.php:579
     302#: controllers/CryptAPI.php:596
    291303msgid "Payment could not be processed, please try again"
    292304msgstr ""
    293305
    294 #: controllers/CryptAPI.php:716
     306#: controllers/CryptAPI.php:794
     307#: controllers/CryptAPI.php:802
    295308msgid "User sent a payment of"
    296309msgstr ""
    297310
    298 #: controllers/CryptAPI.php:755
    299 #: controllers/CryptAPI.php:757
     311#: controllers/CryptAPI.php:809
     312#: controllers/CryptAPI.php:811
    300313msgid "Payment detected and confirmed. Customer still need to send"
    301314msgstr ""
    302315
    303 #: controllers/CryptAPI.php:852
    304 #: controllers/CryptAPI.php:904
     316#: controllers/CryptAPI.php:943
     317#: controllers/CryptAPI.php:998
    305318msgid "QR Code without value"
    306319msgstr ""
    307320
    308 #: controllers/CryptAPI.php:862
     321#: controllers/CryptAPI.php:953
    309322msgid "QR Code with value"
    310323msgstr ""
    311324
    312 #: controllers/CryptAPI.php:878
    313 #: controllers/CryptAPI.php:907
     325#: controllers/CryptAPI.php:970
     326#: controllers/CryptAPI.php:1002
    314327msgid "Show QR Code without value"
    315328msgstr ""
    316329
    317 #: controllers/CryptAPI.php:879
    318 #: controllers/CryptAPI.php:908
     330#: controllers/CryptAPI.php:971
     331#: controllers/CryptAPI.php:1003
    319332msgid "ADDRESS"
    320333msgstr ""
    321334
    322 #: controllers/CryptAPI.php:889
     335#: controllers/CryptAPI.php:982
    323336msgid "Show QR Code with value"
    324337msgstr ""
    325338
    326 #: controllers/CryptAPI.php:890
     339#: controllers/CryptAPI.php:983
    327340msgid "WITH AMOUNT"
    328341msgstr ""
    329342
    330 #: controllers/CryptAPI.php:919
     343#: controllers/CryptAPI.php:1014
    331344msgid "PLEASE SEND"
    332345msgstr ""
    333346
    334 #: controllers/CryptAPI.php:923
    335 #: controllers/CryptAPI.php:955
     347#: controllers/CryptAPI.php:1019
     348#: controllers/CryptAPI.php:1055
    336349msgid "COPY"
    337350msgstr ""
    338351
    339 #: controllers/CryptAPI.php:924
    340 #: controllers/CryptAPI.php:956
     352#: controllers/CryptAPI.php:1021
     353#: controllers/CryptAPI.php:1057
    341354msgid "COPIED!"
    342355msgstr ""
    343356
    344 #: controllers/CryptAPI.php:929
     357#: controllers/CryptAPI.php:1028
    345358msgid "So far you sent %1s. Please send a new payment to complete the order, as requested above"
    346359msgstr ""
    347360
    348 #: controllers/CryptAPI.php:934
     361#: controllers/CryptAPI.php:1033
    349362msgid "Notice"
    350363msgstr ""
    351364
    352 #: controllers/CryptAPI.php:934
     365#: controllers/CryptAPI.php:1033
    353366msgid "For technical reasons, the minimum amount for each transaction is %1s, so we adjusted the value by adding the remaining to it."
    354367msgstr ""
    355368
    356 #: controllers/CryptAPI.php:943
     369#: controllers/CryptAPI.php:1042
    357370msgid "The %1s conversion rate will be adjusted in"
    358371msgstr ""
    359372
    360 #: controllers/CryptAPI.php:946
     373#: controllers/CryptAPI.php:1046
    361374msgid "a moment"
    362375msgstr ""
    363376
    364 #: controllers/CryptAPI.php:964
     377#: controllers/CryptAPI.php:1066
    365378msgid "Order will be cancelled in less than a minute."
    366379msgstr ""
    367380
    368 #: controllers/CryptAPI.php:965
     381#: controllers/CryptAPI.php:1067
    369382msgid "This order will be valid for %s"
    370383msgstr ""
    371384
    372 #: controllers/CryptAPI.php:971
     385#: controllers/CryptAPI.php:1074
    373386msgid "Show the QR code"
    374387msgstr ""
    375388
    376 #: controllers/CryptAPI.php:976
     389#: controllers/CryptAPI.php:1079
    377390msgid "Open QR CODE"
    378391msgstr ""
    379392
    380 #: controllers/CryptAPI.php:981
     393#: controllers/CryptAPI.php:1084
    381394msgid "Close QR CODE"
    382395msgstr ""
    383396
    384 #: controllers/CryptAPI.php:1014
     397#: controllers/CryptAPI.php:1119
    385398msgid "Your payment is being processed!"
    386399msgstr ""
    387400
    388 #: controllers/CryptAPI.php:1015
     401#: controllers/CryptAPI.php:1120
    389402msgid "Processing can take some time depending on the blockchain."
    390403msgstr ""
    391404
    392 #: controllers/CryptAPI.php:1025
     405#: controllers/CryptAPI.php:1130
    393406msgid "Your payment has been confirmed!"
    394407msgstr ""
    395408
    396 #: controllers/CryptAPI.php:1035
     409#: controllers/CryptAPI.php:1140
    397410msgid "Order has been cancelled due to lack of payment. Please don't send any payment to the address."
    398411msgstr ""
    399412
    400 #: controllers/CryptAPI.php:1040
     413#: controllers/CryptAPI.php:1145
    401414msgid "Time"
    402415msgstr ""
    403416
    404 #: controllers/CryptAPI.php:1041
     417#: controllers/CryptAPI.php:1146
    405418msgid "Value Paid"
    406419msgstr ""
    407420
    408 #: controllers/CryptAPI.php:1042
     421#: controllers/CryptAPI.php:1147
    409422msgid "FIAT Value"
    410423msgstr ""
    411424
    412 #: controllers/CryptAPI.php:1055
     425#: controllers/CryptAPI.php:1161
    413426msgid "Waiting for payment"
    414427msgstr ""
    415428
    416 #: controllers/CryptAPI.php:1062
     429#: controllers/CryptAPI.php:1169
    417430msgid "Waiting for network confirmation"
    418431msgstr ""
    419432
    420 #: controllers/CryptAPI.php:1069
     433#: controllers/CryptAPI.php:1177
    421434msgid "Payment confirmed"
    422435msgstr ""
    423436
    424 #: controllers/CryptAPI.php:1146
     437#: controllers/CryptAPI.php:1210
    425438msgid "Order cancelled due to lack of payment."
    426439msgstr ""
    427440
    428 #: controllers/CryptAPI.php:1200
     441#: controllers/CryptAPI.php:1263
    429442msgid "Please renew your subscription"
    430443msgstr ""
    431444
    432 #: controllers/CryptAPI.php:1262
     445#: controllers/CryptAPI.php:1325
    433446msgid "Addresses"
    434447msgstr ""
    435448
    436 #: controllers/CryptAPI.php:1264
     449#: controllers/CryptAPI.php:1327
    437450msgid "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."
    438451msgstr ""
    439452
    440 #: controllers/CryptAPI.php:1332
     453#: controllers/CryptAPI.php:1399
    441454msgid "Service Fee"
    442455msgstr ""
    443456
    444 #: controllers/CryptAPI.php:1372
     457#: controllers/CryptAPI.php:1439
    445458msgid "Check your payment status"
    446459msgstr ""
    447460
    448 #: controllers/CryptAPI.php:1383
     461#: controllers/CryptAPI.php:1450
    449462msgid "Pay"
     463msgstr ""
     464
     465#: controllers/CryptAPI.php:1498
     466msgid "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:"
     467msgstr ""
     468
     469#: controllers/CryptAPI.php:1502
     470msgid "Check for Callbacks"
     471msgstr ""
     472
     473#: controllers/CryptAPI.php:1511
     474msgid "Checking"
    450475msgstr ""
    451476
  • cryptapi-payment-gateway-for-woocommerce/trunk/readme.txt

    r2957840 r2959171  
    44Requires at least: 5
    55Tested up to: 6.3
    6 Stable tag: 4.7.9
     6Stable tag: 4.7.10
    77Requires PHP: 7.2
    88WC requires at least: 5.8
     
    354354* Minor fixes
    355355
     356= 4.7.10 =
     357* Add new choices for order cancellation.
     358
     359
    356360== Upgrade Notice ==
    357361
Note: See TracChangeset for help on using the changeset viewer.