# Translation of Odoo Server. # This file contains the translation of the following modules: # * payment_demo # # Translators: # Hanna Kheradroosta, 2023 # odooers ir, 2023 # Martin Trigaux, 2023 # Hamed Mohammadi , 2024 # Mostafa Barmshory , 2025 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-08-13 10:28+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" "Last-Translator: Mostafa Barmshory , 2025\n" "Language-Team: Persian (https://app.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_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "" "" msgstr "" "" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "City" msgstr "شهر" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "Country" msgstr "کشور" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "Name" msgstr "نام" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "Street and Number" msgstr "خیابان و شماره" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "Zip Code" msgstr "کد پستی" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "Email" msgstr "ایمیل" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "Payment Details (test data)" msgstr "جزئیات پرداخت (داده‌های آزمایشی)" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "Payment Status" msgstr "وضعیت پرداخت" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "Street 2" msgstr "خیابان ۲" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Authorize" msgstr "اجازه دادن" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Cancel" msgstr "لغو" #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__cancel msgid "Canceled" msgstr "لغو شده" #. module: payment_demo #: model:ir.model.fields,field_description:payment_demo.field_payment_transaction__capture_manually msgid "Capture Amount Manually" msgstr "ثبت مبلغ به صورت دستی" #. module: payment_demo #: model:ir.model.fields,help:payment_demo.field_payment_transaction__capture_manually msgid "" "Capture the amount from Odoo, when the delivery is completed.\n" "Use this if you want to charge your customers cards only when\n" "you are sure you can ship the goods to them." msgstr "" "مبلغ را از اودوو بگیرید، زمانی که تحویل تکمیل شد.\n" "از این استفاده کنید اگر می‌خواهید کارت‌های مشتریان خود را فقط زمانی که مطمئن هستید می‌توانید کالاها را به آن‌ها ارسال کنید، شارژ کنید." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Close" msgstr "بستن" #. module: payment_demo #: model:ir.model.fields,field_description:payment_demo.field_payment_provider__code msgid "Code" msgstr "کد" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Confirm" msgstr "تایید کردن" #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__done msgid "Confirmed" msgstr "تایید شده" #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_provider__code__demo msgid "Demo" msgstr "آزمایشی" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Demo Express Checkout" msgstr "دمو تسویه حساب سریع" #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_provider.py:0 #, python-format msgid "Demo providers should never be enabled." msgstr "ارائه‌دهندگان دمو هرگز نباید فعال شوند." #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__error msgid "Error" msgstr "خطا" #. module: payment_demo #. odoo-javascript #: code:addons/payment_demo/static/src/js/express_checkout_form.js:0 #, python-format msgid "No delivery method is available." msgstr "روش تحویل در دسترس نیست" #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_transaction.py:0 #, python-format msgid "No transaction found matching reference %s." msgstr "هیچ تراکنشی با مرجع %s یافت نشد." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Pay" msgstr "پرداخت" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Pay with Demo" msgstr "پرداخت با دمو" #. module: payment_demo #: model:ir.model,name:payment_demo.model_payment_provider msgid "Payment Provider" msgstr "سرویس دهنده پرداخت" #. module: payment_demo #: model:ir.model,name:payment_demo.model_payment_token msgid "Payment Token" msgstr "توکن پرداخت" #. module: payment_demo #: model:ir.model,name:payment_demo.model_payment_transaction msgid "Payment Transaction" msgstr "تراکنش پرداخت" #. module: payment_demo #. odoo-javascript #: code:addons/payment_demo/static/src/js/payment_demo_mixin.js:0 #, python-format msgid "Payment processing failed" msgstr "پردازش پرداخت ناموفق بود" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "Payments made with this payment method will be successful." msgstr "" "پرداخت‌هایی که با این روش پرداخت انجام می‌شوند موفق خواهند بود." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "" "Payments made with this payment method will be automatically " "canceled." msgstr "" "پرداخت‌هایی که با این روش پرداخت انجام می‌شوند به طور خودکار لغو " "خواهند شد." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "Payments made with this payment method will remain pending." msgstr "" "پرداخت‌هایی که با این روش پرداخت صورت می‌گیرند به حالت انتظار باقی " "می‌مانند." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "" "Payments made with this payment method will simulate a processing " "error." msgstr "" "پرداخت‌هایی که با این روش پرداخت انجام می‌شوند، یک خطا در پردازش را " "شبیه‌سازی می‌کنند." #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__pending msgid "Pending" msgstr "معلق" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Set to Error" msgstr "به خطا تنظیم شود" #. module: payment_demo #: model:ir.model.fields,field_description:payment_demo.field_payment_token__demo_simulated_state msgid "Simulated State" msgstr "وضعیت شبیه‌سازی‌شده" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Test Mode" msgstr "حالت آزمایشی" #. module: payment_demo #: model:ir.model.fields,help:payment_demo.field_payment_token__demo_simulated_state msgid "The state in which transactions created from this token should be set." msgstr "حالتی که تراکنش‌های ایجاد شده از این توکن باید تنظیم شوند." #. module: payment_demo #: model:ir.model.fields,help:payment_demo.field_payment_provider__code msgid "The technical code of this payment provider." msgstr "کد فنی این ارائه دهنده پرداخت." #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_transaction.py:0 #, python-format msgid "The transaction is not linked to a token." msgstr "تراکنش به یک توکن متصل نیست." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Unpublished" msgstr "منتشر نشده" #. module: payment_demo #. odoo-javascript #: code:addons/payment_demo/static/src/js/express_checkout_form.js:0 #, python-format msgid "Validation Error" msgstr "خطای ارزیابی" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "XXXX XXXX XXXX XXXX" msgstr "" "متاسفانه، من نمی‌توانم به طور مستقیم متن‌هایی که به عنوان \"XXXX XXXX XXXX " "XXXX\" نمایش داده شده‌اند را ترجمه کنم. لطفا متن کامل را ارائه دهید تا " "بتوانم در ترجمه‌اش به شما کمک کنم." #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_transaction.py:0 #, python-format msgid "You selected the following demo payment status: %s" msgstr "شما وضعیت پرداخت نمایشی زیر را انتخاب کرده‌اید: %s"