# Translation of Odoo Server. # This file contains the translation of the following modules: # * coupon # # Translators: # Sherif Abd Ekmoniem , 2020 # Mustafa Rawi , 2020 # Akram Alfusayal , 2020 # amrnegm , 2020 # Martin Trigaux, 2020 # hoxhe Aits , 2020 # Osoul , 2020 # Osama Ahmaro , 2020 # Zuhair Hammadi , 2020 # Shaima Safar , 2020 # Mohamed Alansari , 2020 # Mustafa J. Kadhem , 2021 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-27 11:24+0000\n" "PO-Revision-Date: 2020-09-07 08:11+0000\n" "Last-Translator: Mustafa J. Kadhem , 2021\n" "Language-Team: Arabic (https://www.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: coupon #: code:addons/coupon/models/coupon_reward.py:0 #, python-format msgid "%(amount)s %(currency)s discount on total amount" msgstr "" #. module: coupon #: code:addons/coupon/models/coupon_reward.py:0 #, python-format msgid "%(percentage)s%% discount on %(product_name)s" msgstr "" #. module: coupon #: code:addons/coupon/models/coupon_reward.py:0 #, python-format msgid "%s%% discount on cheapest product" msgstr "خصم %s%% على أرخص منتج" #. module: coupon #: code:addons/coupon/models/coupon_reward.py:0 #, python-format msgid "%s%% discount on products" msgstr "" #. module: coupon #: code:addons/coupon/models/coupon_reward.py:0 #, python-format msgid "%s%% discount on total amount" msgstr "خصم %s%% على القيمة الإجمالية" #. module: coupon #: code:addons/coupon/wizard/coupon_generate.py:0 #, python-format msgid "%s, a coupon has been generated for you" msgstr "" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.report_coupon msgid "*Valid for following products:" msgstr "" #. module: coupon #: model:coupon.program,name:coupon.10_percent_coupon msgid "10% Discount" msgstr "" #. module: coupon #: model:product.product,name:coupon.product_product_10_percent_discount #: model:product.template,name:coupon.product_product_10_percent_discount_product_template msgid "10.0% discount on total amount" msgstr "10.0% خصم على القيمة الإجمالية" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_coupon_program_form msgid "" " Days if 0, infinite use" msgstr "" " أيام إذا كانت هذه القيمة 0، يمكن استخدامه عدد مرات غير " "محدود" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_form_common msgid "if 0, no limit" msgstr "إذا كانت هذه القيمة 0، فلا يوجد حد" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_promo_program_form msgid "" " Orders\n" " if 0, infinite use" msgstr "" " الأوامر\n" " إذا كانت هذه القيمة 0، يمكن استخدامه عدد مرات غير محدود" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.report_coupon msgid "Minimum purchase of" msgstr "" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.report_coupon msgid "Valid for purchase above" msgstr "" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.report_coupon msgid "products" msgstr "" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.report_coupon msgid "" "get free shipping" msgstr "" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.view_coupon_program_kanban msgid "Active" msgstr "نشط" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.view_coupon_program_kanban msgid "Coupons" msgstr "الكوبونات" #. module: coupon #: model:mail.template,body_html:coupon.mail_template_sale_coupon msgid "" "\n" " \n" " \n" "
\n" " % if object.partner_id.name:\n" " Congratulations ${object.partner_id.name},
\n" " % endif\n" "\n" " Here is your reward from ${object.program_id.company_id.name}.
\n" "\n" " % if object.program_id.reward_type == 'discount':\n" " % if object.program_id.discount_type == 'fixed_amount':\n" " \n" " ${'%s' % format_amount(object.program_id.discount_fixed_amount, object.program_id.currency_id)}\n" "
\n" " off on your next order
\n" " %else\n" " \n" " ${object.program_id.discount_percentage} %\n" " \n" " % if object.program_id.discount_apply_on == 'specific_products'\n" "
\n" " % if len(object.program_id.discount_specific_product_ids) != 1\n" " % set display_specific_products = True\n" " \n" " on some products*\n" " \n" " % else\n" " \n" " ${'on %s' % object.program_id.discount_specific_product_ids.name}\n" " \n" " % endif\n" " % elif object.program_id.discount_apply_on == 'cheapest_product':\n" "
\n" " off on the cheapest product\n" " \n" " % else\n" "
\n" " off on your next order\n" " \n" " % endif\n" "
\n" " % endif\n" " % elif object.program_id.reward_type == 'product':\n" " \n" " ${'get %s free %s' % (object.program_id.reward_product_quantity, object.program_id.reward_product_id.name)}\n" "
\n" " on your next order
\n" " % elif object.program_id.reward_type == 'free_shipping':\n" " \n" " get free shipping\n" "
\n" " on your next order
\n" " % endif\n" "
\n" " Use this promo code\n" " % if object.expiration_date:\n" " before ${object.expiration_date}\n" " % endif\n" "

\n" " \n" " ${object.code}\n" " \n" "

\n" " % if object.program_id.rule_min_quantity not in [0, 1]\n" " \n" " Minimum purchase of ${object.program_id.rule_min_quantity} products\n" "
\n" " % endif\n" " % if object.program_id.rule_minimum_amount != 0.00\n" " \n" " Valid for purchase above ${object.program_id.company_id.currency_id.symbol}${'%0.2f' % object.program_id.rule_minimum_amount |float}\n" "
\n" " % endif\n" " % if display_specific_products\n" " \n" " *Valid for following products: ${', '.join(object.program_id.discount_specific_product_ids.mapped('name'))}\n" "
\n" " % endif\n" "
\n" " Thank you,\n" " % if object.order_id.user_id.signature:\n" "
\n" " ${object.order_id.user_id.signature | safe}\n" " % endif\n" "
\n" " " msgstr "" #. module: coupon #: model:ir.model.fields,help:coupon.field_coupon_program__active msgid "A program is available for the customers when active" msgstr "البرنامج متاح للعملاء عندما يكونوا نشطين" #. module: coupon #: model:ir.model.fields,help:coupon.field_coupon_program__promo_code msgid "" "A promotion code is a code that is associated with a marketing discount. For" " example, a retailer might tell frequent customers to enter the promotion " "code 'THX001' to receive a 10%% discount on their whole order." msgstr "" "الكود الترويجي هو كود مرتبط بخصم تسويقي. مثلًا: يمكن لبائع التجزئة منح " "عملاؤه المعتدين الكود الترويجي 'THX001' ليحصلوا على خصم 10%% على إجمالي " "طلبهم." #. module: coupon #: model:ir.model.fields,help:coupon.field_coupon_program__program_type msgid "" "A promotional program can be either a limited promotional offer without code (applied automatically)\n" " or with a code (displayed on a magazine for example) that may generate a discount on the current\n" " order or create a coupon for a next order.\n" "\n" " A coupon program generates coupons with a code that can be used to generate a discount on the current\n" " order or create a coupon for a next order." msgstr "" "يمكن أن يكون البرنامج الترويجي عرضًا محدودًا بدون كود (يُطبق تلقائيًا)\n" " أو بكود (ينشر في مجلة مثلًا) والذي يمكن استخدامه للحصول على خصم على الطلب الحالي\n" " أو إنشاء كوبون للطلب التالي.\n" "\n" " ينشئ برنامج الكوبونات كوبونات تحتوي على كود يمكن استخدامه للحصول على خصم على الطلب الحالي\n" " أو إنشاء كوبون للطلب التالي." #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__active msgid "Active" msgstr "نشط" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__promo_applicability msgid "Applicability" msgstr "القابلية للتطبيق" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_form_common msgid "Apply Discount" msgstr "تطبيق الخصم" #. module: coupon #: model:ir.model.fields.selection,name:coupon.selection__coupon_program__promo_applicability__on_current_order msgid "Apply On Current Order" msgstr "تطبيقه على الأمر الحالي" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_promo_program_form msgid "Apply on First" msgstr "تطبيقه على أول" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_form_common #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_promo_program_search #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_search msgid "Archived" msgstr "مؤرشف" #. module: coupon #: model:ir.model.fields.selection,name:coupon.selection__coupon_program__promo_code_usage__no_code_needed msgid "Automatically Applied" msgstr "يُطبق تلقائيًا" #. module: coupon #: model:ir.model.fields,help:coupon.field_coupon_program__promo_code_usage msgid "" "Automatically Applied - No code is required, if the program rules are met, the reward is applied (Except the global discount or the free shipping rewards which are not cumulative)\n" "Use a code - If the program rules are met, a valid code is mandatory for the reward to be applied\n" msgstr "" "يُطبق تلقائيًا - لا حاجة لكود، في حال تطبيق قواعد البرنامج، تُطبق المكافأة (فيما عدا مكافأتي الخصم الشامل والشحن المجاني لأنهما ليسا متراكمتين)\n" "باستخدام كود - في حال تطبيق قواعد البرنامج، يلزم استخدام كود صالح لتطبيق المكافأة\n" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.report_coupon msgid "Barcode" msgstr "باركود" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__rule_partners_domain #: model:ir.model.fields,field_description:coupon.field_coupon_rule__rule_partners_domain msgid "Based on Customers" msgstr "حسب العملاء" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__rule_products_domain #: model:ir.model.fields,field_description:coupon.field_coupon_rule__rule_products_domain msgid "Based on Products" msgstr "حسب المنتجات" #. module: coupon #: model_terms:ir.actions.act_window,help:coupon.coupon_program_action_promo_program msgid "" "Build up promotion programs to attract more customers with discounts, free products, free delivery, etc.\n" " You can share promotion codes or grant the promotions automatically if some conditions are met." msgstr "" "أنشئ البرامج الترويجية لجذب المزيد من العملاء من خلال الخصومات، والمنتجات المجانية، والشحن المجاني، إلخ.\n" " يمكنك مشاركة الأكواد الترويجية أو منحها تلقائيًا عند استيفاء بعض الشروط." #. module: coupon #: model:coupon.program,name:coupon.3_cabinets_plus_1_free msgid "Buy 3 large cabinets, get one for free" msgstr "اشترِ 3 خزائن كبيرة، واحصل على الرابع مجانًا" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.coupon_generate_view_form #: model_terms:ir.ui.view,arch_db:coupon.coupon_view_form msgid "Cancel" msgstr "الغاء" #. module: coupon #: model:ir.model.fields.selection,name:coupon.selection__coupon_coupon__state__cancel msgid "Cancelled" msgstr "ملغي" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_coupon__code msgid "Code" msgstr "الكود" #. module: coupon #: model:coupon.program,name:coupon.10_percent_auto_applied msgid "Code for 10% on orders" msgstr "كود للحصول على خصم 10% على الطلبات" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__company_id msgid "Company" msgstr "شركة" #. module: coupon #: code:addons/coupon/models/coupon.py:0 #, python-format msgid "Compose Email" msgstr "رسالة جديدة" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_form_common msgid "Conditions" msgstr "الشروط" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.report_coupon msgid "Congratulations" msgstr "تهانينا" #. module: coupon #: model:ir.model,name:coupon.model_coupon_coupon msgid "Coupon" msgstr "كوبون" #. module: coupon #: model:ir.actions.report,name:coupon.report_coupon_code msgid "Coupon Code" msgstr "كود الكوبون" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__coupon_count msgid "Coupon Count" msgstr "عدد الكوبونات" #. module: coupon #: model:ir.model,name:coupon.model_coupon_program #: model:ir.model.fields.selection,name:coupon.selection__coupon_program__program_type__coupon_program #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_form_common msgid "Coupon Program" msgstr "برنامج الكوبونات" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_coupon_program_form msgid "Coupon Program Name" msgstr "" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_coupon_program_form msgid "Coupon Program Name..." msgstr "اسم برنامج الكوبونات..." #. module: coupon #: model:ir.actions.act_window,name:coupon.coupon_program_action_coupon_program msgid "Coupon Programs" msgstr "برامج الكوبونات" #. module: coupon #: model:ir.model,name:coupon.model_coupon_reward msgid "Coupon Reward" msgstr "" #. module: coupon #: model:ir.model,name:coupon.model_coupon_rule #: model:ir.model.fields,field_description:coupon.field_coupon_program__rule_id msgid "Coupon Rule" msgstr "قاعدة الكوبون" #. module: coupon #: model:ir.model.fields,help:coupon.field_coupon_program__rule_date_to #: model:ir.model.fields,help:coupon.field_coupon_rule__rule_date_to msgid "Coupon program end date" msgstr "تاريخ انتهاء برنامج الكوبونات" #. module: coupon #: model:ir.model.fields,help:coupon.field_coupon_program__rule_date_from #: model:ir.model.fields,help:coupon.field_coupon_rule__rule_date_from msgid "Coupon program start date" msgstr "تاريخ بدء برنامج الكوبونات" #. module: coupon #: model:ir.model.fields,help:coupon.field_coupon_program__sequence msgid "" "Coupon program will be applied based on given sequence if multiple programs " "are defined on same condition(For minimum amount)" msgstr "" "سيتم تطبيق برنامج الكوبونات حسب التسلسل المعطى في حال تعريف عدة برامج بنفس " "الشرط (للحد الأدنى)" #. module: coupon #: model:ir.model.fields,help:coupon.field_coupon_program__rule_partners_domain #: model:ir.model.fields,help:coupon.field_coupon_rule__rule_partners_domain msgid "Coupon program will work for selected customers only" msgstr "سيكون برنامج الكوبونات متاحًا للعملاء المحددين فقط" #. module: coupon #: model:ir.actions.server,name:coupon.expire_coupon_cron_ir_actions_server #: model:ir.cron,cron_name:coupon.expire_coupon_cron #: model:ir.cron,name:coupon.expire_coupon_cron msgid "Coupon: expire coupon based on date" msgstr "" #. module: coupon #: model:ir.actions.act_window,name:coupon.coupon_action #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_coupon_program_form #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_promo_program_form #: model_terms:ir.ui.view,arch_db:coupon.coupon_view_form #: model_terms:ir.ui.view,arch_db:coupon.coupon_view_tree msgid "Coupons" msgstr "الكوبونات" #. module: coupon #: model_terms:ir.actions.act_window,help:coupon.coupon_program_action_coupon_program msgid "Create a new coupon program" msgstr "إنشاء برنامج كوبونات جديد" #. module: coupon #: model_terms:ir.actions.act_window,help:coupon.coupon_program_action_promo_program msgid "Create a new promotion program" msgstr "إنشاء برنامج ترويجي جديد" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_coupon__create_uid #: model:ir.model.fields,field_description:coupon.field_coupon_generate_wizard__create_uid #: model:ir.model.fields,field_description:coupon.field_coupon_program__create_uid #: model:ir.model.fields,field_description:coupon.field_coupon_reward__create_uid #: model:ir.model.fields,field_description:coupon.field_coupon_rule__create_uid msgid "Created by" msgstr "أنشئ بواسطة" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_coupon__create_date #: model:ir.model.fields,field_description:coupon.field_coupon_generate_wizard__create_date #: model:ir.model.fields,field_description:coupon.field_coupon_program__create_date #: model:ir.model.fields,field_description:coupon.field_coupon_reward__create_date #: model:ir.model.fields,field_description:coupon.field_coupon_rule__create_date msgid "Created on" msgstr "أنشئ في" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__currency_id msgid "Currency" msgstr "العملة" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_generate_wizard__partners_domain msgid "Customer" msgstr "العميل" #. module: coupon #: model:ir.model.fields,help:coupon.field_coupon_program__reward_product_uom_id #: model:ir.model.fields,help:coupon.field_coupon_reward__reward_product_uom_id msgid "Default unit of measure used for all stock operations." msgstr "وحده القياس الافتراضية المستخدمة لجميع عمليات المخزون." #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__discount_percentage #: model:ir.model.fields,field_description:coupon.field_coupon_reward__discount_percentage #: model:ir.model.fields.selection,name:coupon.selection__coupon_reward__reward_type__discount msgid "Discount" msgstr "الخصم" #. module: coupon #: model:ir.model.fields,help:coupon.field_coupon_program__reward_type #: model:ir.model.fields,help:coupon.field_coupon_reward__reward_type msgid "" "Discount - Reward will be provided as discount.\n" "Free Product - Free product will be provide as reward \n" "Free Shipping - Free shipping will be provided as reward (Need delivery module)" msgstr "" "خصم - ستُمنح المكافأة على شكل خصم.\n" "منتج مجاني - ستُمنح المكافأة على شكل منتج مجاني.\n" "شحن مجاني - ستُمنح المكافأة على شكل شحن مجاني (يحتاج لموديول التسليم)" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__discount_apply_on #: model:ir.model.fields,field_description:coupon.field_coupon_reward__discount_apply_on msgid "Discount Apply On" msgstr "تطبيق الخصم على" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__discount_max_amount #: model:ir.model.fields,field_description:coupon.field_coupon_reward__discount_max_amount msgid "Discount Max Amount" msgstr "الحد الأقصى للخصم" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__discount_type #: model:ir.model.fields,field_description:coupon.field_coupon_reward__discount_type msgid "Discount Type" msgstr "نوع الخصم" #. module: coupon #: code:addons/coupon/models/coupon_reward.py:0 #, python-format msgid "Discount percentage should be between 1-100" msgstr "ينبغي أن تكون نسبة الخصم ما بين 0 و100" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_coupon__display_name #: model:ir.model.fields,field_description:coupon.field_coupon_generate_wizard__display_name #: model:ir.model.fields,field_description:coupon.field_coupon_program__display_name #: model:ir.model.fields,field_description:coupon.field_coupon_reward__display_name #: model:ir.model.fields,field_description:coupon.field_coupon_rule__display_name #: model:ir.model.fields,field_description:coupon.field_mail_compose_message__display_name #: model:ir.model.fields,field_description:coupon.field_report_coupon_report_coupon__display_name msgid "Display Name" msgstr "الاسم المعروض" #. module: coupon #: model:ir.model,name:coupon.model_mail_compose_message msgid "Email composition wizard" msgstr "معالج تكوين رسالة البريد الإلكتروني" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__rule_date_to #: model:ir.model.fields,field_description:coupon.field_coupon_rule__rule_date_to msgid "End Date" msgstr "تاريخ الانتهاء" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_coupon__expiration_date msgid "Expiration Date" msgstr "تاريخ الصلاحية" #. module: coupon #: model:ir.model.fields.selection,name:coupon.selection__coupon_coupon__state__expired #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_search msgid "Expired" msgstr "منتهي الصلاحية" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_search msgid "Expired Programs" msgstr "البرامج منتهية الصلاحية" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__discount_fixed_amount #: model:ir.model.fields,field_description:coupon.field_coupon_reward__discount_fixed_amount #: model:ir.model.fields.selection,name:coupon.selection__coupon_reward__discount_type__fixed_amount #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_form_common msgid "Fixed Amount" msgstr "مبلغ ثابت" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_coupon__partner_id msgid "For Customer" msgstr "للعميل" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__reward_product_id #: model:ir.model.fields,field_description:coupon.field_coupon_reward__reward_product_id #: model:ir.model.fields.selection,name:coupon.selection__coupon_reward__reward_type__product msgid "Free Product" msgstr "منتج مجاني" #. module: coupon #: code:addons/coupon/models/coupon_reward.py:0 #, python-format msgid "Free Product - %s" msgstr "منتج مجاني - %s" #. module: coupon #: model:product.product,name:coupon.product_product_free_large_cabinet #: model:product.template,name:coupon.product_product_free_large_cabinet_product_template msgid "Free Product - Large Cabinet" msgstr "منتج مجاني - خزانة كبيرة" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.coupon_generate_view_form msgid "Generate" msgstr "إنشاء" #. module: coupon #: model:ir.model,name:coupon.model_coupon_generate_wizard #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_coupon_program_form msgid "Generate Coupon" msgstr "إنشاء كوبون" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.coupon_generate_view_form msgid "Generate Coupons" msgstr "إنشاء كوبونات" #. module: coupon #: model_terms:ir.actions.act_window,help:coupon.coupon_program_action_coupon_program msgid "" "Generate and share coupon codes with your customers to get discounts or free" " products." msgstr "" "قم بإنشاء أكواد للكوبونات وشاركها مع عملائك لمنح خصومات أو منتجات مجانية." #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__coupon_ids msgid "Generated Coupons" msgstr "الكوبونات المنشأة" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_generate_wizard__generation_type msgid "Generation Type" msgstr "نوع الإنشاء" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_generate_wizard__has_partner_email msgid "Has Partner Email" msgstr "" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.report_coupon msgid "Here is your reward from" msgstr "" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_coupon__id #: model:ir.model.fields,field_description:coupon.field_coupon_generate_wizard__id #: model:ir.model.fields,field_description:coupon.field_coupon_program__id #: model:ir.model.fields,field_description:coupon.field_coupon_reward__id #: model:ir.model.fields,field_description:coupon.field_coupon_rule__id #: model:ir.model.fields,field_description:coupon.field_mail_compose_message__id #: model:ir.model.fields,field_description:coupon.field_report_coupon_report_coupon__id msgid "ID" msgstr "المُعرف" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_coupon____last_update #: model:ir.model.fields,field_description:coupon.field_coupon_generate_wizard____last_update #: model:ir.model.fields,field_description:coupon.field_coupon_program____last_update #: model:ir.model.fields,field_description:coupon.field_coupon_reward____last_update #: model:ir.model.fields,field_description:coupon.field_coupon_rule____last_update #: model:ir.model.fields,field_description:coupon.field_mail_compose_message____last_update #: model:ir.model.fields,field_description:coupon.field_report_coupon_report_coupon____last_update msgid "Last Modified on" msgstr "آخر تعديل في" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_coupon__write_uid #: model:ir.model.fields,field_description:coupon.field_coupon_generate_wizard__write_uid #: model:ir.model.fields,field_description:coupon.field_coupon_program__write_uid #: model:ir.model.fields,field_description:coupon.field_coupon_reward__write_uid #: model:ir.model.fields,field_description:coupon.field_coupon_rule__write_uid msgid "Last Updated by" msgstr "آخر تحديث بواسطة" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_coupon__write_date #: model:ir.model.fields,field_description:coupon.field_coupon_generate_wizard__write_date #: model:ir.model.fields,field_description:coupon.field_coupon_program__write_date #: model:ir.model.fields,field_description:coupon.field_coupon_reward__write_date #: model:ir.model.fields,field_description:coupon.field_coupon_rule__write_date msgid "Last Updated on" msgstr "آخر تحديث في" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.report_coupon msgid "Logo" msgstr "الشعار" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_form_common msgid "Max Discount Amount" msgstr "الحد الأقصى للخصم" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__maximum_use_number msgid "Maximum Use Number" msgstr "أقصى عدد لمرات الاستخدام" #. module: coupon #: model:ir.model.fields,help:coupon.field_coupon_program__discount_max_amount #: model:ir.model.fields,help:coupon.field_coupon_reward__discount_max_amount msgid "Maximum amount of discount that can be provided" msgstr "الحد الأقصى لمقدار الخصم الممكن" #. module: coupon #: model:ir.model.fields,help:coupon.field_coupon_program__maximum_use_number msgid "Maximum number of sales orders in which reward can be provided" msgstr "الحد الأدني من أوامر المبيعات المطلوب لتقديم المكافأة" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_form_common msgid "Minimum Purchase Of" msgstr "الحد الأدنى لمبلغ الشراء" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__rule_min_quantity #: model:ir.model.fields,field_description:coupon.field_coupon_rule__rule_min_quantity msgid "Minimum Quantity" msgstr "الكمية الدنيا" #. module: coupon #: code:addons/coupon/models/coupon_rules.py:0 #, python-format msgid "Minimum purchased amount should be greater than 0" msgstr "يجب أن يكون الحد الأدنى للقيمة المشتراة أكبر من 0" #. module: coupon #: code:addons/coupon/models/coupon_rules.py:0 #, python-format msgid "Minimum quantity should be greater than 0" msgstr "يجب أن يكون الحد الأدنى للكمية أكبر من 0" #. module: coupon #: model:ir.model.fields,help:coupon.field_coupon_program__rule_minimum_amount #: model:ir.model.fields,help:coupon.field_coupon_rule__rule_minimum_amount msgid "Minimum required amount to get the reward" msgstr "الحد الأدنى المطلوب للحصول على المكافأة" #. module: coupon #: model:ir.model.fields,help:coupon.field_coupon_program__rule_min_quantity #: model:ir.model.fields,help:coupon.field_coupon_rule__rule_min_quantity msgid "Minimum required product quantity to get the reward" msgstr "أقل كمية مطلوبة من المنتج للحصول على المكافأة" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__name msgid "Name" msgstr "الاسم" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_generate_wizard__nbr_coupons #: model:ir.model.fields.selection,name:coupon.selection__coupon_generate_wizard__generation_type__nbr_coupon msgid "Number of Coupons" msgstr "عدد الكوبونات" #. module: coupon #: model:ir.actions.act_window,name:coupon.coupon_generate_action msgid "Number of Coupons To Generate" msgstr "عدد الكوبونات المراد إنشاؤها" #. module: coupon #: model:ir.model.fields.selection,name:coupon.selection__coupon_generate_wizard__generation_type__nbr_customer msgid "Number of Selected Customers" msgstr "عدد العملاء المحددين" #. module: coupon #: model:ir.model.fields,help:coupon.field_coupon_generate_wizard__nbr_coupons msgid "Number of coupons" msgstr "عدد الكوبونات" #. module: coupon #: model:ir.model.fields.selection,name:coupon.selection__coupon_reward__discount_apply_on__cheapest_product msgid "On Cheapest Product" msgstr "على أرخص منتج" #. module: coupon #: model:ir.model.fields.selection,name:coupon.selection__coupon_reward__discount_apply_on__on_order msgid "On Order" msgstr "على الأمر" #. module: coupon #: model:ir.model.fields,help:coupon.field_coupon_program__discount_apply_on #: model:ir.model.fields,help:coupon.field_coupon_reward__discount_apply_on msgid "" "On Order - Discount on whole order\n" "Cheapest product - Discount on cheapest product of the order\n" "Specific products - Discount on selected specific products" msgstr "" #. module: coupon #: model:ir.model.fields,help:coupon.field_coupon_program__rule_products_domain #: model:ir.model.fields,help:coupon.field_coupon_rule__rule_products_domain msgid "On Purchase of selected product, reward will be given" msgstr "عند شراء المنتج المختار، سيتم منح مكافأة" #. module: coupon #: model:ir.model.fields.selection,name:coupon.selection__coupon_reward__discount_apply_on__specific_products msgid "On Specific Products" msgstr "" #. module: coupon #: model:ir.model.fields.selection,name:coupon.selection__coupon_coupon__state__reserved msgid "Pending" msgstr "معلق" #. module: coupon #: model:ir.model.fields.selection,name:coupon.selection__coupon_reward__discount_type__percentage msgid "Percentage" msgstr "النسبة" #. module: coupon #: model:ir.model.fields,help:coupon.field_coupon_program__discount_type #: model:ir.model.fields,help:coupon.field_coupon_reward__discount_type msgid "" "Percentage - Entered percentage discount will be provided\n" "Amount - Entered fixed amount discount will be provided" msgstr "" "نسبة مئوية - سيتم تقديم خصم حسب النسبة المئوية المذكورة\n" "قيمة - سيتم تقديم خصم حسب القيمة الثابتة المذكورة" #. module: coupon #: model:ir.model.fields,help:coupon.field_coupon_coupon__discount_line_product_id msgid "Product used in the sales order to apply the discount." msgstr "المنتج المستخدم في أمر المبيعات لتطبيق الخصم." #. module: coupon #: model:ir.model.fields,help:coupon.field_coupon_program__discount_line_product_id #: model:ir.model.fields,help:coupon.field_coupon_reward__discount_line_product_id msgid "" "Product used in the sales order to apply the discount. Each coupon program " "has its own reward product for reporting purpose" msgstr "" "المنتج المستخدم في أمر المبيعات لتطبيق الخصم. لكل برنامج كوبونات منتج مكافأة" " خاص به لهدف تقديم التقارير" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__discount_specific_product_ids #: model:ir.model.fields,field_description:coupon.field_coupon_reward__discount_specific_product_ids msgid "Products" msgstr "المنتجات" #. module: coupon #: model:ir.model.fields,help:coupon.field_coupon_program__discount_specific_product_ids #: model:ir.model.fields,help:coupon.field_coupon_reward__discount_specific_product_ids msgid "" "Products that will be discounted if the discount is applied on specific " "products" msgstr "" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_coupon__program_id msgid "Program" msgstr "برنامج" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__program_type msgid "Program Type" msgstr "نوع البرنامج" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__promo_code_usage msgid "Promo Code Usage" msgstr "استخدام البروموكود" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__promo_code msgid "Promotion Code" msgstr "الكود الترويجي" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_promo_program_form msgid "Promotion Program Name" msgstr "" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_promo_program_form msgid "Promotion Program Name..." msgstr "اسم البرنامج الترويجي..." #. module: coupon #: model:ir.actions.act_window,name:coupon.coupon_program_action_promo_program msgid "Promotion Programs" msgstr "البرامج الترويجية" #. module: coupon #: model:ir.model.fields.selection,name:coupon.selection__coupon_program__program_type__promotion_program msgid "Promotional Program" msgstr "البرنامج الترويجي" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__reward_product_quantity #: model:ir.model.fields,field_description:coupon.field_coupon_reward__reward_product_quantity #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_form_common msgid "Quantity" msgstr "الكمية" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__reward_id #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_form_common msgid "Reward" msgstr "مكافأة" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__reward_description #: model:ir.model.fields,field_description:coupon.field_coupon_reward__reward_description msgid "Reward Description" msgstr "وصف المكافأة" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_coupon__discount_line_product_id #: model:ir.model.fields,field_description:coupon.field_coupon_program__discount_line_product_id #: model:ir.model.fields,field_description:coupon.field_coupon_reward__discount_line_product_id msgid "Reward Line Product" msgstr "منتج بند المكافأة" #. module: coupon #: model:ir.model.fields,help:coupon.field_coupon_program__reward_product_id #: model:ir.model.fields,help:coupon.field_coupon_reward__reward_product_id msgid "Reward Product" msgstr "المنتج المكافأة" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__reward_type #: model:ir.model.fields,field_description:coupon.field_coupon_reward__reward_type msgid "Reward Type" msgstr "نوع المكافأة" #. module: coupon #: model:ir.model.fields,help:coupon.field_coupon_program__reward_product_quantity #: model:ir.model.fields,help:coupon.field_coupon_reward__reward_product_quantity msgid "Reward product quantity" msgstr "كمية المنتج المكافأة" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_form_common msgid "Rewards" msgstr "المكافآت" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__rule_minimum_amount #: model:ir.model.fields,field_description:coupon.field_coupon_rule__rule_minimum_amount msgid "Rule Minimum Amount" msgstr "الحد الأدنى المطلوب لتطبيق القاعدة" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__rule_minimum_amount_tax_inclusion #: model:ir.model.fields,field_description:coupon.field_coupon_rule__rule_minimum_amount_tax_inclusion msgid "Rule Minimum Amount Tax Inclusion" msgstr "الحد الأدنى المطلوب لتطبيق القاعدة غير شامل الضرائب" #. module: coupon #: model:ir.model,name:coupon.model_report_coupon_report_coupon msgid "Sales Coupon Report" msgstr "تقرير كوبون المبيعات" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_form_common msgid "Select company" msgstr "اختيار المؤسسة" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_promo_program_form msgid "Select customer" msgstr "اختيار العميل" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_form_common msgid "Select product" msgstr "اختيار المنتج" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_form_common msgid "Select products" msgstr "" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_form_common msgid "Select reward product" msgstr "اختيار المنتج المكافأة" #. module: coupon #: model:ir.model.fields.selection,name:coupon.selection__coupon_program__promo_applicability__on_next_order msgid "Send a Coupon" msgstr "" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.coupon_view_form msgid "Send by Email" msgstr "إرسال بالبريد الإلكتروني" #. module: coupon #: model:ir.model.fields.selection,name:coupon.selection__coupon_coupon__state__sent msgid "Sent" msgstr "تم الإرسال" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__sequence msgid "Sequence" msgstr "المسلسل" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.coupon_generate_view_form msgid "" "Some selected customers do not have an email address and will not receive " "the coupon." msgstr "" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__rule_date_from #: model:ir.model.fields,field_description:coupon.field_coupon_rule__rule_date_from msgid "Start Date" msgstr "تاريخ البداية" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_coupon__state msgid "State" msgstr "المحافظة" #. module: coupon #: model:ir.model.fields.selection,name:coupon.selection__coupon_rule__rule_minimum_amount_tax_inclusion__tax_excluded msgid "Tax Excluded" msgstr "بدون ضرائب" #. module: coupon #: model:ir.model.fields.selection,name:coupon.selection__coupon_rule__rule_minimum_amount_tax_inclusion__tax_included msgid "Tax Included" msgstr "شامل الضريبة" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.report_coupon msgid "Thank you," msgstr "" #. module: coupon #: model:ir.model.constraint,message:coupon.constraint_coupon_coupon_unique_coupon_code msgid "The coupon code must be unique!" msgstr "يجب أن يكون كود الكوبون فريدًا!" #. module: coupon #: model:ir.model.fields,help:coupon.field_coupon_program__discount_fixed_amount #: model:ir.model.fields,help:coupon.field_coupon_reward__discount_fixed_amount msgid "The discount in fixed amount" msgstr "الخصم كمبلغ ثابت" #. module: coupon #: model:ir.model.fields,help:coupon.field_coupon_program__discount_percentage #: model:ir.model.fields,help:coupon.field_coupon_reward__discount_percentage msgid "The discount in percentage, between 1 and 100" msgstr "" #. module: coupon #: code:addons/coupon/models/coupon_program.py:0 #, python-format msgid "The program code must be unique!" msgstr "يجب أن يكون كود البرنامج فريدًا للموقع!" #. module: coupon #: code:addons/coupon/models/coupon_rules.py:0 #, python-format msgid "The start date must be before the end date" msgstr "يجب أن يكون تاريخ البدء قبل تاريخ الانتهاء" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__reward_product_uom_id #: model:ir.model.fields,field_description:coupon.field_coupon_reward__reward_product_uom_id msgid "Unit of Measure" msgstr "وحدة القياس" #. module: coupon #: model:product.product,uom_name:coupon.product_product_10_percent_discount #: model:product.product,uom_name:coupon.product_product_free_large_cabinet #: model:product.template,uom_name:coupon.product_product_10_percent_discount_product_template #: model:product.template,uom_name:coupon.product_product_free_large_cabinet_product_template msgid "Units" msgstr "الوحدات" #. module: coupon #: model:ir.model.fields.selection,name:coupon.selection__coupon_program__promo_code_usage__code_needed msgid "Use a code" msgstr "استخدام كود" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.report_coupon msgid "Use this promo code before" msgstr "استخدم هذا البروموكود قبل" #. module: coupon #: model:ir.model.fields.selection,name:coupon.selection__coupon_coupon__state__used msgid "Used" msgstr "Used" #. module: coupon #: model:ir.model.fields.selection,name:coupon.selection__coupon_coupon__state__new msgid "Valid" msgstr "صالح" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_form_common msgid "Validity" msgstr "الصلاحية" #. module: coupon #: model:ir.model.fields,field_description:coupon.field_coupon_program__validity_duration #: model_terms:ir.ui.view,arch_db:coupon.coupon_program_view_coupon_program_form msgid "Validity Duration" msgstr "مدة الصلاحية" #. module: coupon #: model:ir.model.fields,help:coupon.field_coupon_program__validity_duration msgid "Validity duration for a coupon after its generation" msgstr "مدة صلاحية الكوبون بعد إنشاؤه" #. module: coupon #: code:addons/coupon/models/coupon_program.py:0 #, python-format msgid "You can not delete a program in active state" msgstr "لا يمكنك حذف برنامج في الحالة نشط" #. module: coupon #: model:mail.template,report_name:coupon.mail_template_sale_coupon msgid "Your Coupon Code" msgstr "كود الكوبون الخاص بك" #. module: coupon #: model:mail.template,subject:coupon.mail_template_sale_coupon msgid "Your reward coupon from ${object.program_id.company_id.name} " msgstr "كوبون مكافأتك من ${object.program_id.company_id.name} " #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.report_coupon msgid "off %s" msgstr "" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.report_coupon msgid "off on %s" msgstr "" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.report_coupon msgid "off on some products*" msgstr "" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.report_coupon msgid "off on the cheapest product" msgstr "" #. module: coupon #: model_terms:ir.ui.view,arch_db:coupon.report_coupon msgid "on your next order" msgstr ""