# Translation of Odoo Server. # This file contains the translation of the following modules: # * payment_mercado_pago # # Translators: # Veikko Väätäjä , 2023 # Jarmo Kortetjärvi , 2023 # Ossi Mantylahti , 2023 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-26 21:56+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" "Last-Translator: Ossi Mantylahti , 2023\n" "Language-Team: Finnish (https://app.transifex.com/odoo/teams/41243/fi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: payment_mercado_pago #: model_terms:ir.ui.view,arch_db:payment_mercado_pago.payment_provider_form msgid "Access Token" msgstr "Pääsytunniste" #. module: payment_mercado_pago #: model:ir.model.fields,field_description:payment_mercado_pago.field_payment_provider__code msgid "Code" msgstr "Koodi" #. module: payment_mercado_pago #. odoo-python #: code:addons/payment_mercado_pago/models/payment_provider.py:0 #, python-format msgid "Could not establish the connection to the API." msgstr "Yhteyttä API:han ei saatu muodostettua." #. module: payment_mercado_pago #: model:ir.model.fields.selection,name:payment_mercado_pago.selection__payment_provider__code__mercado_pago msgid "Mercado Pago" msgstr "Mercado Pago" #. module: payment_mercado_pago #: model:ir.model.fields,field_description:payment_mercado_pago.field_payment_provider__mercado_pago_access_token msgid "Mercado Pago Access Token" msgstr "Mercado Pagon pääsytunniste" #. module: payment_mercado_pago #. odoo-python #: code:addons/payment_mercado_pago/models/payment_transaction.py:0 #, python-format msgid "No transaction found matching reference %s." msgstr "Viitettä %s vastaavaa tapahtumaa ei löytynyt." #. module: payment_mercado_pago #: model:ir.model,name:payment_mercado_pago.model_payment_provider msgid "Payment Provider" msgstr "Maksupalveluntarjoaja" #. module: payment_mercado_pago #: model:ir.model,name:payment_mercado_pago.model_payment_transaction msgid "Payment Transaction" msgstr "Maksutapahtuma" #. module: payment_mercado_pago #. odoo-python #: code:addons/payment_mercado_pago/models/payment_transaction.py:0 #, python-format msgid "Prices in the currency %s must be expressed in integer values." msgstr "Valuutan %s hinnat on ilmaistava kokonaislukuina." #. module: payment_mercado_pago #. odoo-python #: code:addons/payment_mercado_pago/models/payment_transaction.py:0 #, python-format msgid "Received data with invalid status: %s" msgstr "Vastaanotettu data, jonka tila on virheellinen: %s" #. module: payment_mercado_pago #. odoo-python #: code:addons/payment_mercado_pago/models/payment_transaction.py:0 #, python-format msgid "Received data with missing payment id." msgstr "Vastaanotetut tiedot, joista puuttuu maksutunnus." #. module: payment_mercado_pago #. odoo-python #: code:addons/payment_mercado_pago/models/payment_transaction.py:0 #, python-format msgid "Received data with missing reference." msgstr "Vastaanotetut tiedot, joista puuttuu viite." #. module: payment_mercado_pago #. odoo-python #: code:addons/payment_mercado_pago/models/payment_transaction.py:0 #, python-format msgid "Received data with missing status." msgstr "Vastaanotetut tiedot, joiden tila puuttuu." #. module: payment_mercado_pago #. odoo-python #: code:addons/payment_mercado_pago/models/payment_provider.py:0 #, python-format msgid "" "The communication with the API failed. Mercado Pago gave us the following " "information: '%s' (code %s)" msgstr "" "Yhteys API:n kanssa epäonnistui. Mercado Pago antoi meille seuraavat tiedot:" " \"%s\" (koodi %s)" #. module: payment_mercado_pago #: model:ir.model.fields,help:payment_mercado_pago.field_payment_provider__code msgid "The technical code of this payment provider." msgstr "Tämän maksupalveluntarjoajan tekninen koodi."