From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/payment_payumoney/i18n/fa.po | 121 ++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 addons/payment_payumoney/i18n/fa.po (limited to 'addons/payment_payumoney/i18n/fa.po') diff --git a/addons/payment_payumoney/i18n/fa.po b/addons/payment_payumoney/i18n/fa.po new file mode 100644 index 00000000..8b9141e6 --- /dev/null +++ b/addons/payment_payumoney/i18n/fa.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_payumoney +# +# Translators: +# Martin Trigaux, 2018 +# Hamed Mohammadi , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-18 09:49+0000\n" +"PO-Revision-Date: 2018-09-18 09:49+0000\n" +"Last-Translator: Hamed Mohammadi , 2018\n" +"Language-Team: Persian (https://www.transifex.com/odoo/teams/41243/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fa\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: payment_payumoney +#: selection:payment.acquirer,provider:0 +msgid "Adyen" +msgstr "" + +#. module: payment_payumoney +#: selection:payment.acquirer,provider:0 +msgid "Authorize.Net" +msgstr "" + +#. module: payment_payumoney +#: selection:payment.acquirer,provider:0 +msgid "Buckaroo" +msgstr "" + +#. module: payment_payumoney +#: selection:payment.acquirer,provider:0 +msgid "Manual Configuration" +msgstr "" + +#. module: payment_payumoney +#: model:ir.model.fields,field_description:payment_payumoney.field_payment_acquirer__payumoney_merchant_key +msgid "Merchant Key" +msgstr "" + +#. module: payment_payumoney +#: model:ir.model.fields,field_description:payment_payumoney.field_payment_acquirer__payumoney_merchant_salt +msgid "Merchant Salt" +msgstr "" + +#. module: payment_payumoney +#: selection:payment.acquirer,provider:0 +msgid "Ogone" +msgstr "" + +#. module: payment_payumoney +#: selection:payment.acquirer,provider:0 +msgid "PayUmoney" +msgstr "" + +#. module: payment_payumoney +#: code:addons/payment_payumoney/models/payment.py:108 +#, python-format +msgid "PayUmoney: invalid shasign, received %s, computed %s, for data %s" +msgstr "" + +#. module: payment_payumoney +#: code:addons/payment_payumoney/models/payment.py:102 +#, python-format +msgid "PayUmoney: received data for reference %s; multiple orders found" +msgstr "" + +#. module: payment_payumoney +#: code:addons/payment_payumoney/models/payment.py:99 +#, python-format +msgid "PayUmoney: received data for reference %s; no order found" +msgstr "" + +#. module: payment_payumoney +#: code:addons/payment_payumoney/models/payment.py:94 +#, python-format +msgid "" +"PayUmoney: received data with missing reference (%s) or pay_id (%s) or " +"shashign (%s)" +msgstr "" + +#. module: payment_payumoney +#: model:ir.model,name:payment_payumoney.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "دریافت کننده پرداخت" + +#. module: payment_payumoney +#: model:ir.model,name:payment_payumoney.model_payment_transaction +msgid "Payment Transaction" +msgstr "تراکنش پرداخت" + +#. module: payment_payumoney +#: selection:payment.acquirer,provider:0 +msgid "Paypal" +msgstr "" + +#. module: payment_payumoney +#: model:ir.model.fields,field_description:payment_payumoney.field_payment_acquirer__provider +msgid "Provider" +msgstr "فراهم‌کننده" + +#. module: payment_payumoney +#: selection:payment.acquirer,provider:0 +msgid "Sips" +msgstr "" + +#. module: payment_payumoney +#: selection:payment.acquirer,provider:0 +msgid "Stripe" +msgstr "" + +#. module: payment_payumoney +#: selection:payment.acquirer,provider:0 +msgid "Wire Transfer" +msgstr "" -- cgit v1.2.3