# Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_mercado_pago # # Translators: # Wil Odoo, 2024 # Marianna Ciofani, 2024 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 18.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-09-25 08:39+0000\n" "PO-Revision-Date: 2024-09-25 09:41+0000\n" "Last-Translator: Marianna Ciofani, 2024\n" "Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #. module: pos_mercado_pago #: model_terms:ir.ui.view,arch_db:pos_mercado_pago.pos_payment_method_view_form_inherit_pos_mercado_pago msgid "1494126963" msgstr "1494126963" #. module: pos_mercado_pago #: model_terms:ir.ui.view,arch_db:pos_mercado_pago.pos_payment_method_view_form_inherit_pos_mercado_pago msgid "APP_USR-..." msgstr "APP_USR-..." #. module: pos_mercado_pago #. odoo-python #: code:addons/pos_mercado_pago/models/pos_payment_method.py:0 msgid "Do not have access to fetch token from Mercado Pago" msgstr "Non hai accesso per recuperare il token di Mercado Pago" #. module: pos_mercado_pago #: model:ir.model.fields,help:pos_mercado_pago.field_pos_payment_method__mp_id_point_smart msgid "" "Enter your Point Smart terminal serial number written on the back of your " "terminal (after the S/N:)" msgstr "" "Inserisci il numero di serie del terminale Point Smart scritto sul retro del" " terminale stesso (dopo il NS:)" #. module: pos_mercado_pago #: model_terms:ir.ui.view,arch_db:pos_mercado_pago.pos_payment_method_view_form_inherit_pos_mercado_pago msgid "Force PDV" msgstr "Forza PDV" #. module: pos_mercado_pago #: model:ir.model.fields,help:pos_mercado_pago.field_pos_payment_method__mp_bearer_token msgid "" "Mercado Pago customer production user token: " "https://www.mercadopago.com.mx/developers/en/reference" msgstr "" "Token utente di produzione cliente Mercado Pago: " "https://www.mercadopago.com.mx/developers/en/reference" #. module: pos_mercado_pago #: model:ir.model.fields,help:pos_mercado_pago.field_pos_payment_method__mp_webhook_secret_key msgid "" "Mercado Pago production secret key from integration application: " "https://www.mercadopago.com.mx/developers/panel/app" msgstr "" "Chiave segreta di produzione Mercado Pago dall'applicazione di integrazione:" " https://www.mercadopago.com.mx/developers/panel/app" #. module: pos_mercado_pago #: model:ir.model.fields,field_description:pos_mercado_pago.field_pos_payment_method__mp_id_point_smart_complet msgid "Mp Id Point Smart Complet" msgstr "Mp Id Point Smart Complet" #. module: pos_mercado_pago #. odoo-javascript #: code:addons/pos_mercado_pago/static/src/app/payment_mercado_pago.js:0 msgid "Payment has been canceled" msgstr "Il pagamento è stato annullato" #. module: pos_mercado_pago #. odoo-javascript #: code:addons/pos_mercado_pago/static/src/app/payment_mercado_pago.js:0 msgid "Payment has been processed" msgstr "Il pagamento è stato elaborato" #. module: pos_mercado_pago #. odoo-javascript #: code:addons/pos_mercado_pago/static/src/app/payment_mercado_pago.js:0 msgid "Payment has been rejected" msgstr "Il pagamento è stato rifiutato" #. module: pos_mercado_pago #. odoo-javascript #: code:addons/pos_mercado_pago/static/src/app/payment_mercado_pago.js:0 msgid "Payment has to be canceled on terminal" msgstr "Il pagamento deve essere annullato su terminale" #. module: pos_mercado_pago #. odoo-javascript #: code:addons/pos_mercado_pago/static/src/app/payment_mercado_pago.js:0 msgid "Payment not found (canceled/finished on terminal)" msgstr "Pagamento non trovato (annullato/terminato sul portale)" #. module: pos_mercado_pago #. odoo-javascript #: code:addons/pos_mercado_pago/static/src/app/payment_mercado_pago.js:0 msgid "Payment status could not be confirmed" msgstr "Non è stato possibile confermare lo stato del pagamento" #. module: pos_mercado_pago #. odoo-python #: code:addons/pos_mercado_pago/models/pos_payment_method.py:0 msgid "Please verify your production user token as it was rejected" msgstr "Verifica il token dell'utente di produzione che è stato rifiutato" #. module: pos_mercado_pago #: model:ir.model,name:pos_mercado_pago.model_pos_payment_method msgid "Point of Sale Payment Methods" msgstr "Metodi di pagamento punto vendita" #. module: pos_mercado_pago #: model:ir.model,name:pos_mercado_pago.model_pos_session msgid "Point of Sale Session" msgstr "Sessione punto vendita" #. module: pos_mercado_pago #: model:ir.model.fields,field_description:pos_mercado_pago.field_pos_payment_method__mp_webhook_secret_key msgid "Production secret key" msgstr "Chiave segreta di produzione" #. module: pos_mercado_pago #: model:ir.model.fields,field_description:pos_mercado_pago.field_pos_payment_method__mp_bearer_token msgid "Production user token" msgstr "Token utente produzione" #. module: pos_mercado_pago #: model:ir.model.fields,field_description:pos_mercado_pago.field_pos_payment_method__mp_id_point_smart msgid "Terminal S/N" msgstr "NS terminale" #. module: pos_mercado_pago #. odoo-python #: code:addons/pos_mercado_pago/models/pos_payment_method.py:0 msgid "The terminal serial number is not registered on Mercado Pago" msgstr "Il numero seriale del terminale non è registrato su Mercado Pago" #. module: pos_mercado_pago #. odoo-python #: code:addons/pos_mercado_pago/models/pos_payment_method.py:0 msgid "Unexpected Mercado Pago response: %s" msgstr "Risposta Mercado Pago inattesa: %s" #. module: pos_mercado_pago #. odoo-javascript #: code:addons/pos_mercado_pago/static/src/app/payment_mercado_pago.js:0 msgid "Unknown payment status" msgstr "Stato pagamento sconosciuto" #. module: pos_mercado_pago #: model_terms:ir.ui.view,arch_db:pos_mercado_pago.pos_payment_method_view_form_inherit_pos_mercado_pago msgid "c2f3662..." msgstr "c2f3662..."