pos_paytm/i18n/ar.po

183 lines
6.1 KiB
Plaintext
Raw Normal View History

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_paytm
#
# Translators:
# Wil Odoo, 2023
# Malaz Abuidris <msea@odoo.com>, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Malaz Abuidris <msea@odoo.com>, 2023\n"
"Language-Team: Arabic (https://app.transifex.com/odoo/teams/41243/ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
#. module: pos_paytm
#: model:ir.model.fields,field_description:pos_paytm.field_pos_payment_method__accept_payment
msgid "Accept Payment"
msgstr "قبول الدفع "
#. module: pos_paytm
#: model:ir.model.fields.selection,name:pos_paytm.selection__pos_payment_method__allowed_payment_modes__all
msgid "All"
msgstr "الكل"
#. module: pos_paytm
#: model:ir.model.fields,field_description:pos_paytm.field_pos_payment_method__allowed_payment_modes
msgid "Allowed Payment Modes"
msgstr "أوضاع الدفع المسموح بها "
#. module: pos_paytm
#: model:ir.model.fields.selection,name:pos_paytm.selection__pos_payment_method__accept_payment__auto
msgid "Automatically"
msgstr "تلقائياً "
#. module: pos_paytm
#: model:ir.model.fields.selection,name:pos_paytm.selection__pos_payment_method__allowed_payment_modes__card
msgid "Card"
msgstr "البطاقة"
#. module: pos_paytm
#: model:ir.model.fields.selection,name:pos_paytm.selection__pos_payment_method__accept_payment__manual
msgid "Manually"
msgstr "يدويًا"
#. module: pos_paytm
#: model:ir.model.fields,field_description:pos_paytm.field_pos_payment_method__channel_id
msgid "PayTM Channel ID"
msgstr "معرف قناة PayTM "
#. module: pos_paytm
#. odoo-javascript
#: code:addons/pos_paytm/static/src/js/payment_paytm.js:0
#, python-format
msgid "PayTM Error"
msgstr "خطأ في PayTM "
#. module: pos_paytm
#: model:ir.model.fields,field_description:pos_paytm.field_pos_payment_method__paytm_merchant_key
msgid "PayTM Merchant API Key"
msgstr "مفتاح الواجهة البرمجية لتاجر PayTM "
#. module: pos_paytm
#: model:ir.model.fields,field_description:pos_paytm.field_pos_payment_method__paytm_mid
msgid "PayTM Merchant ID"
msgstr "معرف تاجر PayTM "
#. module: pos_paytm
#: model:ir.model.fields,field_description:pos_paytm.field_pos_payment_method__paytm_tid
msgid "PayTM Terminal ID"
msgstr "معرف جهاز دفع PayTM "
#. module: pos_paytm
#: model:ir.model.fields,field_description:pos_paytm.field_pos_payment_method__paytm_test_mode
msgid "PayTM Test Mode"
msgstr "الوضع الاختباري لـ PayTM "
#. module: pos_paytm
#: model:ir.model.fields,field_description:pos_paytm.field_pos_payment__paytm_authcode
msgid "Paytm APPR Code"
msgstr "كود موافقة Paytm "
#. module: pos_paytm
#: model:ir.model.fields,field_description:pos_paytm.field_pos_payment__paytm_card_scheme
msgid "Paytm Card Scheme"
msgstr "مخطط بطاقة Paytm "
#. module: pos_paytm
#: model:ir.model.fields,field_description:pos_paytm.field_pos_payment__paytm_issuer_card_no
msgid "Paytm Issue Mask Card No."
msgstr "إصدار حجب رقم البطاقة على Paytm "
#. module: pos_paytm
#: model:ir.model.fields,field_description:pos_paytm.field_pos_payment__paytm_issuer_bank
msgid "Paytm Issuer Bank"
msgstr "البنك المُصدِر لـ Paytm "
#. module: pos_paytm
#: model:ir.model.fields,field_description:pos_paytm.field_pos_payment__paytm_reference_no
msgid "Paytm Merchant Reference No."
msgstr "رقم التاجر المرجعي لـ Paytm "
#. module: pos_paytm
#: model:ir.model.fields,field_description:pos_paytm.field_pos_payment__paytm_payment_method
msgid "Paytm Payment Method"
msgstr "طريقة دفع Paytm "
#. module: pos_paytm
#: model:ir.model,name:pos_paytm.model_pos_order
msgid "Point of Sale Orders"
msgstr "طلبات نقطة البيع "
#. module: pos_paytm
#: model:ir.model,name:pos_paytm.model_pos_payment_method
msgid "Point of Sale Payment Methods"
msgstr "طرق الدفع في نقطة البيع "
#. module: pos_paytm
#: model:ir.model,name:pos_paytm.model_pos_payment
msgid "Point of Sale Payments"
msgstr "مدفوعات نقطة البيع "
#. module: pos_paytm
#: model:ir.model.fields.selection,name:pos_paytm.selection__pos_payment_method__allowed_payment_modes__qr
msgid "QR"
msgstr "QR"
#. module: pos_paytm
#. odoo-javascript
#: code:addons/pos_paytm/static/src/js/payment_paytm.js:0
#, python-format
msgid "Reference number mismatched"
msgstr "الرقم المرجعي غير متطابق "
#. module: pos_paytm
#. odoo-python
#: code:addons/pos_paytm/models/pos_payment_method.py:0
#, python-format
msgid "Something went wrong with paytm request. Please try later."
msgstr "حدث خطأ ما في طلب paytm. يرجى المحاولة لاحقاً. "
#. module: pos_paytm
#. odoo-python
#: code:addons/pos_paytm/models/pos_payment_method.py:0
#, python-format
msgid "This Payment Terminal is only valid for INR Currency"
msgstr "جهاز الدفع هذا صالح فقط لعملة الروبية الهندية "
#. module: pos_paytm
#. odoo-python
#: code:addons/pos_paytm/models/pos_payment_method.py:0
#, python-format
msgid "makePaymentRequest expected resultCode not found in the response"
msgstr "makePaymentRequest expected resultCode not found in the response"
#. module: pos_paytm
#. odoo-python
#: code:addons/pos_paytm/models/pos_payment_method.py:0
#, python-format
msgid "paymentFetchRequest expected resultCode not found in the response"
msgstr "paymentFetchRequest expected resultCode not found in the response"
#. module: pos_paytm
#. odoo-python
#: code:addons/pos_paytm/models/pos_payment_method.py:0
#, python-format
msgid "paytm transaction failure"
msgstr "فشلت معاملة paytm "
#. module: pos_paytm
#. odoo-python
#: code:addons/pos_paytm/models/pos_payment_method.py:0
#, python-format
msgid "paytm transaction request declined"
msgstr "تم رفض طلب معاملة paytm "