# Translation of Odoo Server.
# This file contains the translation of the following modules:
# 	* payment_adyen
# 
# Translators:
# Alina Lisnenko <alina.lisnenko@erp.co.ua>, 2022
# Martin Trigaux, 2022
# 
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-10 15:12+0000\n"
"PO-Revision-Date: 2021-09-14 12:24+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Ukrainian (https://app.transifex.com/odoo/teams/41243/uk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: uk\n"
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"

#. module: payment_adyen
#: model:ir.model.fields,field_description:payment_adyen.field_payment_acquirer__adyen_api_key
msgid "API Key"
msgstr "Ключ API "

#. module: payment_adyen
#: model:account.payment.method,name:payment_adyen.payment_method_adyen
#: model:ir.model.fields.selection,name:payment_adyen.selection__payment_acquirer__provider__adyen
msgid "Adyen"
msgstr "Adyen"

#. module: payment_adyen
#: code:addons/payment_adyen/models/payment_transaction.py:0
#, python-format
msgid ""
"An error occurred during the processing of your payment. Please try again."
msgstr "Виникла помилка під час оброблення вашого платежу. Спробуйте ще раз."

#. module: payment_adyen
#. openerp-web
#: code:addons/payment_adyen/static/src/js/payment_form.js:0
#, python-format
msgid "An error occurred when displayed this payment form."
msgstr "Виникла помилка під час відображення цієї платіжної форми."

#. module: payment_adyen
#: model:ir.model.fields,field_description:payment_adyen.field_payment_acquirer__adyen_checkout_api_url
msgid "Checkout API URL"
msgstr "Перевірка API URL"

#. module: payment_adyen
#: model:ir.model.fields,field_description:payment_adyen.field_payment_acquirer__adyen_client_key
msgid "Client Key"
msgstr "Ключ клієнта"

#. module: payment_adyen
#: code:addons/payment_adyen/models/payment_acquirer.py:0
#, python-format
msgid "Could not establish the connection to the API."
msgstr "Не вдалося встановити з’єднання з API."

#. module: payment_adyen
#: model:ir.model.fields,field_description:payment_adyen.field_payment_acquirer__adyen_hmac_key
msgid "HMAC Key"
msgstr "Ключ HMAC"

#. module: payment_adyen
#. openerp-web
#: code:addons/payment_adyen/static/src/js/payment_form.js:0
#, python-format
msgid "Incorrect Payment Details"
msgstr "Невірні деталі платежу"

#. module: payment_adyen
#: model:ir.model.fields,field_description:payment_adyen.field_payment_acquirer__adyen_merchant_account
msgid "Merchant Account"
msgstr "Комерційний обліковий запис"

#. module: payment_adyen
#: code:addons/payment_adyen/models/payment_transaction.py:0
#, python-format
msgid "No transaction found matching reference %s."
msgstr "Не знайдено жодної транзакції, що відповідає референсу %s."

#. module: payment_adyen
#: model:ir.model,name:payment_adyen.model_payment_acquirer
msgid "Payment Acquirer"
msgstr "Платіжний еквайєр"

#. module: payment_adyen
#: model:ir.model,name:payment_adyen.model_account_payment_method
msgid "Payment Methods"
msgstr "Способи оплати"

#. module: payment_adyen
#: model:ir.model,name:payment_adyen.model_payment_token
msgid "Payment Token"
msgstr "Токен оплати"

#. module: payment_adyen
#: model:ir.model,name:payment_adyen.model_payment_transaction
msgid "Payment Transaction"
msgstr "Платіжна операція"

#. module: payment_adyen
#. openerp-web
#: code:addons/payment_adyen/static/src/js/payment_form.js:0
#, python-format
msgid "Please verify your payment details."
msgstr "Перевірте ваші деталі платежу."

#. module: payment_adyen
#: model:ir.model.fields,field_description:payment_adyen.field_payment_acquirer__provider
msgid "Provider"
msgstr "Провайдер"

#. module: payment_adyen
#: code:addons/payment_adyen/models/payment_transaction.py:0
#, python-format
msgid "Received data with invalid payment state: %s"
msgstr "Отримані дані з недійсним статусом платежу: %s"

#. module: payment_adyen
#: code:addons/payment_adyen/models/payment_transaction.py:0
#, python-format
msgid "Received data with missing merchant reference"
msgstr "Отримані дані з відсутнім посиланням на мерчант"

#. module: payment_adyen
#: code:addons/payment_adyen/models/payment_transaction.py:0
#, python-format
msgid "Received data with missing payment state."
msgstr "Отримані дані з відсутнім статусом платежу."

#. module: payment_adyen
#: code:addons/payment_adyen/models/payment_transaction.py:0
#, python-format
msgid "Received refund data with missing transaction values"
msgstr "Отримано дані про відшкодування з відсутніми значеннями транзакцій"

#. module: payment_adyen
#: code:addons/payment_adyen/controllers/main.py:0
#, python-format
msgid "Received tampered payment request data."
msgstr "Отримано підроблені дані запиту на оплату."

#. module: payment_adyen
#: model:ir.model.fields,field_description:payment_adyen.field_payment_acquirer__adyen_recurring_api_url
msgid "Recurring API URL"
msgstr "Повторювані API URL"

#. module: payment_adyen
#: code:addons/payment_adyen/models/payment_token.py:0
#, python-format
msgid "Saved payment methods cannot be restored once they have been deleted."
msgstr "Збережені способи оплати неможливо відновити після їх видалення."

#. module: payment_adyen
#. openerp-web
#: code:addons/payment_adyen/static/src/js/payment_form.js:0
#: code:addons/payment_adyen/static/src/js/payment_form.js:0
#: code:addons/payment_adyen/static/src/js/payment_form.js:0
#: code:addons/payment_adyen/static/src/js/payment_form.js:0
#, python-format
msgid "Server Error"
msgstr "Помилка сервера"

#. module: payment_adyen
#: model:ir.model.fields,field_description:payment_adyen.field_payment_token__adyen_shopper_reference
msgid "Shopper Reference"
msgstr "Референс покупця"

#. module: payment_adyen
#: model:ir.model.fields,help:payment_adyen.field_payment_acquirer__adyen_api_key
msgid "The API key of the webservice user"
msgstr "Ключ API користувача вебсервісу"

#. module: payment_adyen
#: model:ir.model.fields,help:payment_adyen.field_payment_acquirer__adyen_hmac_key
msgid "The HMAC key of the webhook"
msgstr "Ключ HMAC вебхуку"

#. module: payment_adyen
#: model:ir.model.fields,help:payment_adyen.field_payment_acquirer__provider
msgid "The Payment Service Provider to use with this acquirer"
msgstr "Постачальник платіжних послуг для використання з цим еквайєром"

#. module: payment_adyen
#: model:ir.model.fields,help:payment_adyen.field_payment_acquirer__adyen_checkout_api_url
msgid "The base URL for the Checkout API endpoints"
msgstr "Базовий URL для кінцевих точок перевірки API"

#. module: payment_adyen
#: model:ir.model.fields,help:payment_adyen.field_payment_acquirer__adyen_recurring_api_url
msgid "The base URL for the Recurring API endpoints"
msgstr "Основна URL-адреса для кінцевих точок повторюваного API"

#. module: payment_adyen
#: model:ir.model.fields,help:payment_adyen.field_payment_acquirer__adyen_client_key
msgid "The client key of the webservice user"
msgstr "Ключ клієнта для користувача вебсервісу"

#. module: payment_adyen
#: model:ir.model.fields,help:payment_adyen.field_payment_acquirer__adyen_merchant_account
msgid "The code of the merchant account to use with this acquirer"
msgstr ""
"Код облікового запису продавця, який використовуватиметься з цим покупцем"

#. module: payment_adyen
#: code:addons/payment_adyen/models/payment_acquirer.py:0
#, python-format
msgid "The communication with the API failed."
msgstr "Зв'язок з API не вдався."

#. module: payment_adyen
#: code:addons/payment_adyen/models/payment_transaction.py:0
#, python-format
msgid "The transaction is not linked to a token."
msgstr "Транзакція не зв'язана з токеном."

#. module: payment_adyen
#: model:ir.model.fields,help:payment_adyen.field_payment_token__adyen_shopper_reference
msgid "The unique reference of the partner owning this token"
msgstr "Унікальне референс партнера, який володіє цим токеном"

#. module: payment_adyen
#: code:addons/payment_adyen/utils.py:0
#, python-format
msgid "Unrecognized field %s in street format."
msgstr "Нерозпізнане поле%s у форматі вулиці."

#. module: payment_adyen
#. openerp-web
#: code:addons/payment_adyen/static/src/js/payment_form.js:0
#: code:addons/payment_adyen/static/src/js/payment_form.js:0
#: code:addons/payment_adyen/static/src/js/payment_form.js:0
#, python-format
msgid "We are not able to process your payment."
msgstr "Ми не можемо обробити цей платіж."

#. module: payment_adyen
#: code:addons/payment_adyen/models/payment_transaction.py:0
#, python-format
msgid "Your payment was refused. Please try again."
msgstr "Ваш платіж було відхилено. Спробуйте ще раз."
