uk.po 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * payment_payulatam
  4. #
  5. # Translators:
  6. # Martin Trigaux, 2019
  7. # Alina Lisnenko <alinasemeniuk1@gmail.com>, 2019
  8. #
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: Odoo Server saas~12.5\n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2019-08-26 08:16+0000\n"
  14. "PO-Revision-Date: 2019-08-26 09:12+0000\n"
  15. "Last-Translator: Alina Lisnenko <alinasemeniuk1@gmail.com>, 2019\n"
  16. "Language-Team: Ukrainian (https://www.transifex.com/odoo/teams/41243/uk/)\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Language: uk\n"
  21. "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"
  22. #. module: payment_payulatam
  23. #: model:ir.model.fields.selection,name:payment_payulatam.selection__payment_acquirer__provider__payulatam
  24. msgid "PayU Latam"
  25. msgstr "PayU Latam"
  26. #. module: payment_payulatam
  27. #: model:ir.model.fields,field_description:payment_payulatam.field_payment_acquirer__payulatam_api_key
  28. msgid "PayU Latam API Key"
  29. msgstr "API ключ PayU Latam"
  30. #. module: payment_payulatam
  31. #: model:ir.model.fields,field_description:payment_payulatam.field_payment_acquirer__payulatam_account_id
  32. msgid "PayU Latam Account ID"
  33. msgstr "ID рахунку PayU Latam"
  34. #. module: payment_payulatam
  35. #: model:ir.model.fields,field_description:payment_payulatam.field_payment_acquirer__payulatam_merchant_id
  36. msgid "PayU Latam Merchant ID"
  37. msgstr "ID продавця PayU Latam"
  38. #. module: payment_payulatam
  39. #: code:addons/payment_payulatam/models/payment.py:0
  40. #, python-format
  41. msgid "PayU Latam: received data for reference %s; multiple orders found"
  42. msgstr "PayU Latam: отримані дані для %s; знайдено кілька замовлень"
  43. #. module: payment_payulatam
  44. #: code:addons/payment_payulatam/models/payment.py:0
  45. #, python-format
  46. msgid "PayU Latam: received data for reference %s; no order found"
  47. msgstr ""
  48. "PayU Latam: отримані дані для референсу %s; не знайдено жодного замовлення"
  49. #. module: payment_payulatam
  50. #: code:addons/payment_payulatam/models/payment.py:0
  51. #, python-format
  52. msgid ""
  53. "PayU Latam: received data with missing reference (%s) or transaction id (%s)"
  54. " or sign (%s)"
  55. msgstr ""
  56. "PayU Latam: отримані дані з відсутнім референсом (%s) або id транзакції (%s)"
  57. " або підпис (%s)"
  58. #. module: payment_payulatam
  59. #: model:ir.model,name:payment_payulatam.model_payment_acquirer
  60. msgid "Payment Acquirer"
  61. msgstr "Платіжний еквайєр"
  62. #. module: payment_payulatam
  63. #: model:ir.model,name:payment_payulatam.model_payment_transaction
  64. msgid "Payment Transaction"
  65. msgstr "Платіжна операція"
  66. #. module: payment_payulatam
  67. #: model:ir.model.fields,field_description:payment_payulatam.field_payment_acquirer__provider
  68. msgid "Provider"
  69. msgstr "Провайдер"