125 lines
4.7 KiB
Plaintext
125 lines
4.7 KiB
Plaintext
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * crm_livechat
|
||
#
|
||
# Translators:
|
||
# Wil Odoo, 2024
|
||
# Malaz Abuidris <msea@odoo.com>, 2024
|
||
#
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: Odoo Server 18.0\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
|
||
"PO-Revision-Date: 2024-09-25 09:41+0000\n"
|
||
"Last-Translator: Malaz Abuidris <msea@odoo.com>, 2024\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: crm_livechat
|
||
#. odoo-python
|
||
#: code:addons/crm_livechat/models/chatbot_script_step.py:0
|
||
msgid "%s's New Lead"
|
||
msgstr "العميل المهتم الجديد لـ%s "
|
||
|
||
#. module: crm_livechat
|
||
#: model:ir.model,name:crm_livechat.model_chatbot_script
|
||
msgid "Chatbot Script"
|
||
msgstr "نص Chatbot "
|
||
|
||
#. module: crm_livechat
|
||
#: model:ir.model,name:crm_livechat.model_chatbot_script_step
|
||
msgid "Chatbot Script Step"
|
||
msgstr "خطوة نَص Chatbot "
|
||
|
||
#. module: crm_livechat
|
||
#: model:ir.model.fields.selection,name:crm_livechat.selection__chatbot_script_step__step_type__create_lead
|
||
msgid "Create Lead"
|
||
msgstr "إنشاء عميل مهتم "
|
||
|
||
#. module: crm_livechat
|
||
#. odoo-javascript
|
||
#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
|
||
msgid "Create a new lead (/lead lead title)"
|
||
msgstr "إنشاء عميل مهتم جديد (/lead مسمى العميل المهتم) "
|
||
|
||
#. module: crm_livechat
|
||
#. odoo-python
|
||
#: code:addons/crm_livechat/models/discuss_channel.py:0
|
||
msgid ""
|
||
"Create a new lead: %(pre_start)s%(lead_command)s %(i_start)slead "
|
||
"title%(i_end)s%(pre_end)s"
|
||
msgstr ""
|
||
"إنشاء عميل مهتم جديد: %(pre_start)s%(lead_command)s "
|
||
"%(i_start)sالعنوان%(i_end)s%(pre_end)s "
|
||
|
||
#. module: crm_livechat
|
||
#. odoo-python
|
||
#: code:addons/crm_livechat/models/discuss_channel.py:0
|
||
msgid "Created a new lead: %s"
|
||
msgstr "تم إنشاء عميل مهتم جديد: %s "
|
||
|
||
#. module: crm_livechat
|
||
#: model:ir.model,name:crm_livechat.model_discuss_channel
|
||
msgid "Discussion Channel"
|
||
msgstr "قناة المناقشة"
|
||
|
||
#. module: crm_livechat
|
||
#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script__lead_count
|
||
msgid "Generated Lead Count"
|
||
msgstr "عدد العملاء المهتمين الذين تم إنشاؤهم "
|
||
|
||
#. module: crm_livechat
|
||
#: model:chatbot.script.step,message:crm_livechat.chatbot_script_lead_generation_step_welcome
|
||
msgid "Hi there, what brings you to our website today? 👋"
|
||
msgstr "مرحباً، ما سبب تصفحك لموقعنا الإلكتروني اليوم؟ 👋 "
|
||
|
||
#. module: crm_livechat
|
||
#: model:chatbot.script.step,message:crm_livechat.chatbot_script_lead_generation_step_noone_available
|
||
msgid "Hu-ho, it looks like none of our operators are available 🙁"
|
||
msgstr "أوه لا، يبدو أنه لا يوجد أي موظفون متاحون 🙁 "
|
||
|
||
#. module: crm_livechat
|
||
#: model:chatbot.script,title:crm_livechat.chatbot_script_lead_generation_bot
|
||
msgid "Lead Generation Bot"
|
||
msgstr "Bot إنشاء العملاء المهتمين "
|
||
|
||
#. module: crm_livechat
|
||
#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
|
||
msgid "Leads"
|
||
msgstr "العملاء المهتمين "
|
||
|
||
#. module: crm_livechat
|
||
#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
|
||
msgid "Sales Team"
|
||
msgstr "فريق المبيعات"
|
||
|
||
#. module: crm_livechat
|
||
#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__step_type
|
||
msgid "Step Type"
|
||
msgstr "نوع الخطوة "
|
||
|
||
#. module: crm_livechat
|
||
#: model:chatbot.script.step,message:crm_livechat.chatbot_script_welcome_step_just_looking
|
||
msgid "Thank you, you should hear back from us very soon!"
|
||
msgstr "شكراً لك، سنرد عليك في أقرب فرصة ممكنة! "
|
||
|
||
#. module: crm_livechat
|
||
#: model:ir.model.fields,help:crm_livechat.field_chatbot_script_step__crm_team_id
|
||
msgid ""
|
||
"Used in combination with 'create_lead' step type in order to automatically "
|
||
"assign the created lead/opportunity to the defined team"
|
||
msgstr ""
|
||
"يُستخدَم معاً مع نوع الخطوة 'create_lead' حتى يتم إسناد العميل المهتم/الفرصة"
|
||
" المنشأة تلقائياً إلى الفريق المحدد "
|
||
|
||
#. module: crm_livechat
|
||
#: model:chatbot.script.step,message:crm_livechat.chatbot_script_welcome_step_pricing_email
|
||
msgid ""
|
||
"Would you mind leaving your email address so that we can reach you back?"
|
||
msgstr "هلّا تركت عنوان بريدك الإلكتروني حتى نتمكن من التواصل معك؟ "
|