diff --git a/__init__.py b/__init__.py
new file mode 100644
index 0000000..dc5e6b6
--- /dev/null
+++ b/__init__.py
@@ -0,0 +1,4 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from . import models
diff --git a/__manifest__.py b/__manifest__.py
new file mode 100644
index 0000000..029cb7f
--- /dev/null
+++ b/__manifest__.py
@@ -0,0 +1,29 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+{
+ 'name': 'CRM Livechat',
+ 'category': 'Sales/CRM',
+ 'summary': 'Create lead from livechat conversation',
+ 'data': [
+ 'data/utm_data.xml',
+ 'data/crm_livechat_chatbot_data.xml',
+ 'views/chatbot_script_views.xml',
+ 'views/chatbot_script_step_views.xml',
+ ],
+ 'depends': [
+ 'crm',
+ 'im_livechat'
+ ],
+ 'description': 'Create new lead with using /lead command in the channel',
+ 'auto_install': True,
+ 'license': 'LGPL-3',
+ 'assets': {
+ 'web.assets_backend': {
+ 'crm_livechat/static/src/core/*',
+ },
+ 'web.qunit_suite_tests': [
+ 'crm_livechat/static/tests/**/*.js',
+ ],
+ },
+}
diff --git a/data/crm_livechat_chatbot_data.xml b/data/crm_livechat_chatbot_data.xml
new file mode 100644
index 0000000..a4edb08
--- /dev/null
+++ b/data/crm_livechat_chatbot_data.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+ Lead Generation Bot
+
+
+
+
+ Hi there, what brings you to our website today? 👋
+ 1
+ free_input_multi
+
+
+
+
+ 2
+ forward_operator
+
+
+
+
+ Hu-ho, it looks like none of our operators are available 🙁
+ 3
+ text
+
+
+
+
+ Would you mind leaving your email address so that we can reach you back?
+ 4
+ question_email
+
+
+
+
+ Thank you, you should hear back from us very soon!
+ 5
+ create_lead
+
+
+
+
diff --git a/data/utm_data.xml b/data/utm_data.xml
new file mode 100644
index 0000000..0474945
--- /dev/null
+++ b/data/utm_data.xml
@@ -0,0 +1,6 @@
+
+
+
+ Livechat
+
+
diff --git a/i18n/af.po b/i18n/af.po
new file mode 100644
index 0000000..c2d2dde
--- /dev/null
+++ b/i18n/af.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~15.3\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2022-09-22 05:45+0000\n"
+"Language-Team: Afrikaans (https://www.transifex.com/odoo/teams/41243/af/)\n"
+"Language: af\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/am.po b/i18n/am.po
new file mode 100644
index 0000000..7cc4524
--- /dev/null
+++ b/i18n/am.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~15.3\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2022-09-22 05:45+0000\n"
+"Language-Team: Amharic (https://app.transifex.com/odoo/teams/41243/am/)\n"
+"Language: am\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/ar.po b/i18n/ar.po
new file mode 100644
index 0000000..0e8ab9b
--- /dev/null
+++ b/i18n/ar.po
@@ -0,0 +1,118 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Wil Odoo, 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: Wil Odoo, 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: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+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-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "إنشاء عميل مهتم جديد (/lead مسمى العميل المهتم) "
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+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 "هلّا تركت عنوان بريدك الإلكتروني حتى نتمكن من التواصل معك؟ "
diff --git a/i18n/az.po b/i18n/az.po
new file mode 100644
index 0000000..80e6d2c
--- /dev/null
+++ b/i18n/az.po
@@ -0,0 +1,110 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# erpgo translator , 2022
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~15.3\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2022-09-22 05:45+0000\n"
+"Last-Translator: erpgo translator , 2022\n"
+"Language-Team: Azerbaijani (https://app.transifex.com/odoo/teams/41243/az/)\n"
+"Language: az\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_channel
+msgid "Discussion Channel"
+msgstr "Müzakirə Kanalı"
+
+#. 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 ""
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Hədəf Müştərilər"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Satış Komandası"
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/bg.po b/i18n/bg.po
new file mode 100644
index 0000000..e630f1c
--- /dev/null
+++ b/i18n/bg.po
@@ -0,0 +1,119 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Albena Mincheva , 2023
+# Kaloyan Naumov , 2023
+# kalatchev, 2023
+# Ивайло Малинов , 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: Ивайло Малинов , 2023\n"
+"Language-Team: Bulgarian (https://app.transifex.com/odoo/teams/41243/bg/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: bg\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "Създаване на ново водещи заглавие(/чат)"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. 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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/bs.po b/i18n/bs.po
new file mode 100644
index 0000000..64d967c
--- /dev/null
+++ b/i18n/bs.po
@@ -0,0 +1,109 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Boško Stojaković , 2018
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~11.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2018-09-18 09:49+0000\n"
+"Last-Translator: Boško Stojaković , 2018\n"
+"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n"
+"Language: bs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "Kreiraj novi potencijal (potencijal/naslov potencijala)"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/ca.po b/i18n/ca.po
new file mode 100644
index 0000000..9760647
--- /dev/null
+++ b/i18n/ca.po
@@ -0,0 +1,126 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Manel Fernandez Ramirez , 2023
+# marcescu, 2023
+# Ivan Espinola, 2023
+# Quim - eccit , 2023
+# jabiri7, 2023
+# Marc Tormo i Bochaca , 2023
+# Arnau Ros, 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: Arnau Ros, 2023\n"
+"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/ca/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ca\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr "Capçalera nova de %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr "Script de Chatbot"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr "Pas de l'script de Chatbot"
+
+#. module: crm_livechat
+#: model:ir.model.fields.selection,name:crm_livechat.selection__chatbot_script_step__step_type__create_lead
+msgid "Create Lead"
+msgstr "Crea un líder"
+
+#. module: crm_livechat
+#. odoo-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "Crear una nova iniciativa (/lead títol iniciativa)"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr "S'ha creat un nou avantatge: %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_discuss_channel
+msgid "Discussion Channel"
+msgstr "Canal de debat"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script__lead_count
+msgid "Generated Lead Count"
+msgstr "Nombre de títols generats"
+
+#. 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 "Hola, què et porta al nostre lloc web avui? 👋"
+
+#. 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 "Sembla que cap dels nostres operadors està disponible"
+
+#. module: crm_livechat
+#: model:chatbot.script,title:crm_livechat.chatbot_script_lead_generation_bot
+msgid "Lead Generation Bot"
+msgstr "Bot de generació principal"
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Iniciatives"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Equip de vendes"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__step_type
+msgid "Step Type"
+msgstr "Tipus de pas"
+
+#. 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 "Gràcies, hauria de sentir-nos parlar molt aviat!"
+
+#. 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 ""
+"S'utilitza en combinació amb el tipus de pas «createlead» per tal d'assignar"
+" automàticament el plom/oportunitat creada a l'equip definit"
+
+#. 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 ""
+"Li importaria deixar la seva adreça de correu electrònic perquè puguem "
+"tornar-li a buscar?"
diff --git a/i18n/crm_livechat.pot b/i18n/crm_livechat.pot
new file mode 100644
index 0000000..e9456a7
--- /dev/null
+++ b/i18n/crm_livechat.pot
@@ -0,0 +1,112 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+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 21:55+0000\n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: \n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. 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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/cs.po b/i18n/cs.po
new file mode 100644
index 0000000..6bf809f
--- /dev/null
+++ b/i18n/cs.po
@@ -0,0 +1,119 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Jakub Smolka, 2023
+# Ivana Bartonkova, 2023
+# Wil Odoo, 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: Wil Odoo, 2023\n"
+"Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: cs\n"
+"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr "Chatbot skript"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr "Chatbot krok skriptu"
+
+#. 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-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+"Vytvořit nový potenciální zákazník (/potenciální zákazník název případu)"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_discuss_channel
+msgid "Discussion Channel"
+msgstr "Diskuzní kanál"
+
+#. 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 ""
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Prospekty"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Obchodní tým"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__step_type
+msgid "Step Type"
+msgstr "Typ kroku"
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/da.po b/i18n/da.po
new file mode 100644
index 0000000..d7099c0
--- /dev/null
+++ b/i18n/da.po
@@ -0,0 +1,116 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Martin Trigaux, 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: Martin Trigaux, 2023\n"
+"Language-Team: Danish (https://app.transifex.com/odoo/teams/41243/da/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: da\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "Opret et nyt kundeemne (/titel på kundeemne)"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_discuss_channel
+msgid "Discussion Channel"
+msgstr "Diskussionskanal"
+
+#. 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 ""
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Kundeemner"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Salgsteam"
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/de.po b/i18n/de.po
new file mode 100644
index 0000000..569aebe
--- /dev/null
+++ b/i18n/de.po
@@ -0,0 +1,121 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Wil Odoo, 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: Wil Odoo, 2023\n"
+"Language-Team: German (https://app.transifex.com/odoo/teams/41243/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr "Neuer Lead von %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr "Chatbot-Skript"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr "Chatbot-Skript-Schritt"
+
+#. module: crm_livechat
+#: model:ir.model.fields.selection,name:crm_livechat.selection__chatbot_script_step__step_type__create_lead
+msgid "Create Lead"
+msgstr "Lead erstellen"
+
+#. module: crm_livechat
+#. odoo-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "Einen neuen Lead erstellen (/Lead Leadtitel)"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr "Neuer Lead erstellt: %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_discuss_channel
+msgid "Discussion Channel"
+msgstr "Diskussionskanal"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script__lead_count
+msgid "Generated Lead Count"
+msgstr "Anzahl erzeugter Leads"
+
+#. 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 "Hallo, was führt Sie heute auf unsere Website? 👋"
+
+#. 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 ""
+"Oh oh, es sieht so aus, als ob keiner unserer Mitarbeiter verfügbar ist 🙁"
+
+#. module: crm_livechat
+#: model:chatbot.script,title:crm_livechat.chatbot_script_lead_generation_bot
+msgid "Lead Generation Bot"
+msgstr "Lead-Generierungsbot"
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Leads"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Verkaufsteam"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__step_type
+msgid "Step Type"
+msgstr "Schritttyp"
+
+#. 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 "Vielen Dank, Sie sollten sehr bald von uns hören!"
+
+#. 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 ""
+"Verwendet in Kombination mit Schritttyp „create_lead“, um erstellte "
+"Leads/Verkaufschancen dem bestimmten Team automatisch zuzuweisen"
+
+#. 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 ""
+"Würden Sie uns Ihre E-Mail-Adresse hinterlassen, damit wir Sie erreichen "
+"können?"
diff --git a/i18n/el.po b/i18n/el.po
new file mode 100644
index 0000000..38612ad
--- /dev/null
+++ b/i18n/el.po
@@ -0,0 +1,109 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Kostas Goutoudis , 2018
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~11.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2018-09-18 09:49+0000\n"
+"Last-Translator: Kostas Goutoudis , 2018\n"
+"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n"
+"Language: el\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "Δημιουργία νέας σύστασης (/lead Τίτλος Σύστασης)"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/en_GB.po b/i18n/en_GB.po
new file mode 100644
index 0000000..b195fa0
--- /dev/null
+++ b/i18n/en_GB.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 10.saas~18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2017-09-20 09:53+0000\n"
+"Language-Team: English (United Kingdom) (https://www.transifex.com/odoo/teams/41243/en_GB/)\n"
+"Language: en_GB\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/es.po b/i18n/es.po
new file mode 100644
index 0000000..5c90d0d
--- /dev/null
+++ b/i18n/es.po
@@ -0,0 +1,121 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Wil Odoo, 2023
+# Larissa Manderfeld, 2024
+#
+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: Larissa Manderfeld, 2024\n"
+"Language-Team: Spanish (https://app.transifex.com/odoo/teams/41243/es/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es\n"
+"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr "Nuevo lead de %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr "Guion del chatbot"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr "Paso de guion del chatbot"
+
+#. module: crm_livechat
+#: model:ir.model.fields.selection,name:crm_livechat.selection__chatbot_script_step__step_type__create_lead
+msgid "Create Lead"
+msgstr "Crear lead"
+
+#. module: crm_livechat
+#. odoo-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "Crear una nueva iniciativa (/título de la iniciativa)"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr "Se creó un nuevo lead: %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_discuss_channel
+msgid "Discussion Channel"
+msgstr "Canal de conversaciones"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script__lead_count
+msgid "Generated Lead Count"
+msgstr "Número de leads generados"
+
+#. 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 "Hola, ¿qué le trae hoy a nuestro sitio web? 👋"
+
+#. 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 "Oh, no, parece que ninguno de nuestros operadores está disponible 🙁"
+
+#. module: crm_livechat
+#: model:chatbot.script,title:crm_livechat.chatbot_script_lead_generation_bot
+msgid "Lead Generation Bot"
+msgstr "Bot de generación de leads"
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Leads"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Equipo de ventas"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__step_type
+msgid "Step Type"
+msgstr "Tipo de paso"
+
+#. 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 "Gracias, ¡le responderemos muy pronto!"
+
+#. 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 ""
+"Se utiliza en combinación con el tipo de paso 'create_lead' para asignar de "
+"forma automática el lead u oportunidad creada al equipo definido"
+
+#. 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 ""
+"¿Podría proporcionarnos su dirección de correo electrónico para que podamos "
+"contactarle?"
diff --git a/i18n/es_419.po b/i18n/es_419.po
new file mode 100644
index 0000000..2b00fb1
--- /dev/null
+++ b/i18n/es_419.po
@@ -0,0 +1,120 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Wil Odoo, 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: Wil Odoo, 2023\n"
+"Language-Team: Spanish (Latin America) (https://app.transifex.com/odoo/teams/41243/es_419/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_419\n"
+"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr "Nuevo lead de %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr "Guión del bot de chat"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr "Paso de guión del bot de chat"
+
+#. module: crm_livechat
+#: model:ir.model.fields.selection,name:crm_livechat.selection__chatbot_script_step__step_type__create_lead
+msgid "Create Lead"
+msgstr "Crear lead"
+
+#. module: crm_livechat
+#. odoo-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "Crear un nuevo lead (/título de lead)"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr "Se creó un nuevo lead: %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_discuss_channel
+msgid "Discussion Channel"
+msgstr "Canal de conversaciones"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script__lead_count
+msgid "Generated Lead Count"
+msgstr "Número de leads generados"
+
+#. 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 "Hola, ¿qué le trae hoy a nuestro sitio web? 👋"
+
+#. 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 "Oh, no, parece que ninguno de nuestros operadores está disponible 🙁"
+
+#. module: crm_livechat
+#: model:chatbot.script,title:crm_livechat.chatbot_script_lead_generation_bot
+msgid "Lead Generation Bot"
+msgstr "Bot de generación de leads"
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Leads"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Equipo de ventas"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__step_type
+msgid "Step Type"
+msgstr "Tipo de paso"
+
+#. 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 "Gracias, ¡le responderemos muy pronto!"
+
+#. 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 ""
+"Se utiliza en combinación con el tipo de paso 'create_lead' para asignar de "
+"forma automática el lead u oportunidad creada al equipo definido"
+
+#. 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 ""
+"¿Podría proporcionarnos su dirección de correo electrónico para que podamos "
+"contactarle?"
diff --git a/i18n/es_BO.po b/i18n/es_BO.po
new file mode 100644
index 0000000..145f15e
--- /dev/null
+++ b/i18n/es_BO.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 10.saas~18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2017-09-20 09:53+0000\n"
+"Language-Team: Spanish (Bolivia) (https://www.transifex.com/odoo/teams/41243/es_BO/)\n"
+"Language: es_BO\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/es_CL.po b/i18n/es_CL.po
new file mode 100644
index 0000000..6066b04
--- /dev/null
+++ b/i18n/es_CL.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 10.saas~18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2017-09-20 09:53+0000\n"
+"Language-Team: Spanish (Chile) (https://www.transifex.com/odoo/teams/41243/es_CL/)\n"
+"Language: es_CL\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/es_CO.po b/i18n/es_CO.po
new file mode 100644
index 0000000..5e7840f
--- /dev/null
+++ b/i18n/es_CO.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 10.saas~18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2017-09-20 09:53+0000\n"
+"Language-Team: Spanish (Colombia) (https://www.transifex.com/odoo/teams/41243/es_CO/)\n"
+"Language: es_CO\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/es_CR.po b/i18n/es_CR.po
new file mode 100644
index 0000000..f0f5778
--- /dev/null
+++ b/i18n/es_CR.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 10.saas~18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2017-09-20 09:53+0000\n"
+"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/odoo/teams/41243/es_CR/)\n"
+"Language: es_CR\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/es_DO.po b/i18n/es_DO.po
new file mode 100644
index 0000000..7e90c1b
--- /dev/null
+++ b/i18n/es_DO.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 10.saas~18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2017-09-20 09:53+0000\n"
+"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/odoo/teams/41243/es_DO/)\n"
+"Language: es_DO\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/es_EC.po b/i18n/es_EC.po
new file mode 100644
index 0000000..8271350
--- /dev/null
+++ b/i18n/es_EC.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 10.saas~18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2017-09-20 09:53+0000\n"
+"Language-Team: Spanish (Ecuador) (https://www.transifex.com/odoo/teams/41243/es_EC/)\n"
+"Language: es_EC\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/es_PE.po b/i18n/es_PE.po
new file mode 100644
index 0000000..21b9843
--- /dev/null
+++ b/i18n/es_PE.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 10.saas~18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2017-09-20 09:53+0000\n"
+"Language-Team: Spanish (Peru) (https://www.transifex.com/odoo/teams/41243/es_PE/)\n"
+"Language: es_PE\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/es_PY.po b/i18n/es_PY.po
new file mode 100644
index 0000000..e49ba8d
--- /dev/null
+++ b/i18n/es_PY.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 10.saas~18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2017-09-20 09:53+0000\n"
+"Language-Team: Spanish (Paraguay) (https://www.transifex.com/odoo/teams/41243/es_PY/)\n"
+"Language: es_PY\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/es_VE.po b/i18n/es_VE.po
new file mode 100644
index 0000000..ce2fe33
--- /dev/null
+++ b/i18n/es_VE.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 10.saas~18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2017-09-20 09:53+0000\n"
+"Language-Team: Spanish (Venezuela) (https://www.transifex.com/odoo/teams/41243/es_VE/)\n"
+"Language: es_VE\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/et.po b/i18n/et.po
new file mode 100644
index 0000000..61b44a7
--- /dev/null
+++ b/i18n/et.po
@@ -0,0 +1,122 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Piia Paurson , 2023
+# Eneli Õigus , 2023
+# Algo Kärp , 2023
+# Leaanika Randmets, 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: Leaanika Randmets, 2023\n"
+"Language-Team: Estonian (https://app.transifex.com/odoo/teams/41243/et/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: et\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr "%s uus müügivihje"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr "Chatboti skript"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr "Chatboti skripti samm"
+
+#. module: crm_livechat
+#: model:ir.model.fields.selection,name:crm_livechat.selection__chatbot_script_step__step_type__create_lead
+msgid "Create Lead"
+msgstr "Loo müügivihje"
+
+#. module: crm_livechat
+#. odoo-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "Looge uus müügivihje"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr "Uue müügivihje looja: %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_discuss_channel
+msgid "Discussion Channel"
+msgstr "Sõnumite kanal"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script__lead_count
+msgid "Generated Lead Count"
+msgstr "Genereeritud müügivihje loendus"
+
+#. 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 "Hei, mis toob teid täna meie veebilehele? 👋"
+
+#. 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 "Oi, tundub, et ükski meie operaator ei ole saadaval 🙁"
+
+#. module: crm_livechat
+#: model:chatbot.script,title:crm_livechat.chatbot_script_lead_generation_bot
+msgid "Lead Generation Bot"
+msgstr "Müügivihjete genereerimise robot"
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Müügivihjed"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Müügimeeskond"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__step_type
+msgid "Step Type"
+msgstr "Sammutüüp"
+
+#. 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 "Täname! Võtame teiega peatselt ühendust!"
+
+#. 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 ""
+"Kasutatakse koos sammutüübiga 'create_lead', et määrata loodud "
+"müügivihje/võimalus valitud meeskonnale automaatselt"
+
+#. 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 ""
+"Kas jätaksite oma e-posti aadressi, et saaksime teiega ühendust võtta?"
diff --git a/i18n/eu.po b/i18n/eu.po
new file mode 100644
index 0000000..44655ab
--- /dev/null
+++ b/i18n/eu.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 10.saas~18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2017-09-20 09:53+0000\n"
+"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n"
+"Language: eu\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/fa.po b/i18n/fa.po
new file mode 100644
index 0000000..f38d423
--- /dev/null
+++ b/i18n/fa.po
@@ -0,0 +1,118 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# F Hariri , 2023
+# Mohammad Tahmasebi , 2023
+# Martin Trigaux, 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: Martin Trigaux, 2023\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: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "ایجاد یک سرنخ جدید (/lead عنوان سرنخ)"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. 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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/fi.po b/i18n/fi.po
new file mode 100644
index 0000000..2a7cc19
--- /dev/null
+++ b/i18n/fi.po
@@ -0,0 +1,124 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Kari Lindgren , 2023
+# Tuomo Aura , 2023
+# Martin Trigaux, 2023
+# Jarmo Kortetjärvi , 2023
+# Ossi Mantylahti , 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: Ossi Mantylahti , 2023\n"
+"Language-Team: Finnish (https://app.transifex.com/odoo/teams/41243/fi/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: fi\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr "%s uusi liidi"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr "Chatbot käsikirjoitus"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr "Chatbotin käsikirjoituksen askel"
+
+#. module: crm_livechat
+#: model:ir.model.fields.selection,name:crm_livechat.selection__chatbot_script_step__step_type__create_lead
+msgid "Create Lead"
+msgstr "Luo liidi"
+
+#. module: crm_livechat
+#. odoo-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "Luo uusi liidi (/lead liidin otsikko)"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr "Luotu uusi liidi: %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_discuss_channel
+msgid "Discussion Channel"
+msgstr "Keskustelukanava"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script__lead_count
+msgid "Generated Lead Count"
+msgstr "Luotu liidien määrä"
+
+#. 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 "Hei, mikä tuo sinut verkkosivuillemme tänään? 👋"
+
+#. 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 ""
+"Voihan nenä. Näyttää siltä, että yksikään operaattoreistamme ei ole paikalla"
+" 🙁"
+
+#. module: crm_livechat
+#: model:chatbot.script,title:crm_livechat.chatbot_script_lead_generation_bot
+msgid "Lead Generation Bot"
+msgstr "Liidienluontibotti"
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Liidit"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Myyntitiimi"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__step_type
+msgid "Step Type"
+msgstr "Vaiheen tyyppi"
+
+#. 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 "Kiitos, otamme teihin yhteyttä pian!"
+
+#. 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 ""
+"Käytetään yhdessä 'create_lead'-vaihetyypin kanssa, jotta luotu liidi tai "
+"myyntimahdollisuus voidaan vastuuttaa automaattisesti määriteltyyn tiimiin"
+
+#. 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 "Jättäisitkö sähköpostiosoitteesi jotta voimme ottaa sinuun yhteyttä?"
diff --git a/i18n/fo.po b/i18n/fo.po
new file mode 100644
index 0000000..29a86a6
--- /dev/null
+++ b/i18n/fo.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 10.saas~18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2017-09-20 09:53+0000\n"
+"Language-Team: Faroese (https://www.transifex.com/odoo/teams/41243/fo/)\n"
+"Language: fo\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/fr.po b/i18n/fr.po
new file mode 100644
index 0000000..cb90be7
--- /dev/null
+++ b/i18n/fr.po
@@ -0,0 +1,120 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Wil Odoo, 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: Wil Odoo, 2023\n"
+"Language-Team: French (https://app.transifex.com/odoo/teams/41243/fr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: fr\n"
+"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr "Nouvelle piste de %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr "Script du chatbot"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr "Étape de script du chatbot"
+
+#. module: crm_livechat
+#: model:ir.model.fields.selection,name:crm_livechat.selection__chatbot_script_step__step_type__create_lead
+msgid "Create Lead"
+msgstr "Créer une piste"
+
+#. module: crm_livechat
+#. odoo-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "Créer une nouvelle piste (/lead lead title)"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr "Nouvelle piste créée : %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_discuss_channel
+msgid "Discussion Channel"
+msgstr "Canal de discussion"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script__lead_count
+msgid "Generated Lead Count"
+msgstr "Nombre de pistes générées"
+
+#. 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 "Bonjour, qu'est-ce qui vous amène sur notre site ? 👋"
+
+#. 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 "Ho-ho, il semble qu'aucun de nos opérateurs ne soit disponible 🙁."
+
+#. module: crm_livechat
+#: model:chatbot.script,title:crm_livechat.chatbot_script_lead_generation_bot
+msgid "Lead Generation Bot"
+msgstr "Bot de génération de pistes"
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Pistes"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Équipe commerciale"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__step_type
+msgid "Step Type"
+msgstr "Type d'étape"
+
+#. 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 "Merci, vous devriez recevoir une réponse de notre part très bientôt !"
+
+#. 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 ""
+"Utilisé en combinaison avec une étape de type 'create_lead' afin "
+"d'automatiquement assigner la piste/opportunité créée à l'équipe définie"
+
+#. 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 ""
+"Pourriez-vous laisser votre adresse email pour que nous puissions vous "
+"recontacter ?"
diff --git a/i18n/fr_CA.po b/i18n/fr_CA.po
new file mode 100644
index 0000000..49e891d
--- /dev/null
+++ b/i18n/fr_CA.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 10.saas~18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2017-09-20 09:53+0000\n"
+"Language-Team: French (Canada) (https://www.transifex.com/odoo/teams/41243/fr_CA/)\n"
+"Language: fr_CA\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/gl.po b/i18n/gl.po
new file mode 100644
index 0000000..96eda08
--- /dev/null
+++ b/i18n/gl.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 10.saas~18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2017-09-20 09:53+0000\n"
+"Language-Team: Galician (https://www.transifex.com/odoo/teams/41243/gl/)\n"
+"Language: gl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/gu.po b/i18n/gu.po
new file mode 100644
index 0000000..76f87a3
--- /dev/null
+++ b/i18n/gu.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~11.2\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2018-03-22 14:10+0000\n"
+"Language-Team: Gujarati (https://www.transifex.com/odoo/teams/41243/gu/)\n"
+"Language: gu\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/he.po b/i18n/he.po
new file mode 100644
index 0000000..027f5f9
--- /dev/null
+++ b/i18n/he.po
@@ -0,0 +1,120 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# דודי מלכה , 2023
+# Roy Sayag, 2023
+# ExcaliberX , 2023
+# ZVI BLONDER , 2023
+# Lilach Gilliam , 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: Lilach Gilliam , 2023\n"
+"Language-Team: Hebrew (https://app.transifex.com/odoo/teams/41243/he/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: he\n"
+"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "צור ליד חדש (או כותרת ליד)"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. 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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/hr.po b/i18n/hr.po
new file mode 100644
index 0000000..87cbb87
--- /dev/null
+++ b/i18n/hr.po
@@ -0,0 +1,112 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Đurđica Žarković , 2022
+# Bole , 2022
+# Stjepan Lovasić , 2022
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~15.3\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2022-09-22 05:45+0000\n"
+"Last-Translator: Stjepan Lovasić , 2022\n"
+"Language-Team: Croatian (https://app.transifex.com/odoo/teams/41243/hr/)\n"
+"Language: hr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "Kreiraj novu priliku ( naslov prilike)"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_channel
+msgid "Discussion Channel"
+msgstr "Kanal rasprave"
+
+#. 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 ""
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Potencijali"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Prodajni tim"
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/hu.po b/i18n/hu.po
new file mode 100644
index 0000000..5ee1ca3
--- /dev/null
+++ b/i18n/hu.po
@@ -0,0 +1,117 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Tamás Németh , 2023
+# krnkris, 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: krnkris, 2023\n"
+"Language-Team: Hungarian (https://app.transifex.com/odoo/teams/41243/hu/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: hu\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_discuss_channel
+msgid "Discussion Channel"
+msgstr "Kommunikációs csatorna"
+
+#. 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 ""
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Érdeklődések"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Értékesítési csapat"
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/id.po b/i18n/id.po
new file mode 100644
index 0000000..6d12133
--- /dev/null
+++ b/i18n/id.po
@@ -0,0 +1,120 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Wil Odoo, 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: Wil Odoo, 2023\n"
+"Language-Team: Indonesian (https://app.transifex.com/odoo/teams/41243/id/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: id\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr "Lead Baru %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr "Skrip Chatbot"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr "Langkah Script Chatbot"
+
+#. module: crm_livechat
+#: model:ir.model.fields.selection,name:crm_livechat.selection__chatbot_script_step__step_type__create_lead
+msgid "Create Lead"
+msgstr "Buat Lead"
+
+#. module: crm_livechat
+#. odoo-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "Buat penawaran baru (/judul penawaran)"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr "Membuat lead baru: %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_discuss_channel
+msgid "Discussion Channel"
+msgstr "Saluran Diskusi"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script__lead_count
+msgid "Generated Lead Count"
+msgstr "Jumlah Lead yang Dibuat"
+
+#. 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 "Halo, apa yang membawa Anda ke website kami hari ini? 👋"
+
+#. 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 "Hu-ho, sepertinya tidak ada operator kami yang tersedia saat ini 🙁"
+
+#. module: crm_livechat
+#: model:chatbot.script,title:crm_livechat.chatbot_script_lead_generation_bot
+msgid "Lead Generation Bot"
+msgstr "Bot Pembuat Lead"
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Prospek"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Tim Penjualan"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__step_type
+msgid "Step Type"
+msgstr "Tipe Langkah"
+
+#. 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 "Terima kasih, Anda akan mendengar kabar dari kami sebentar lagi!"
+
+#. 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 ""
+"Digunakan seiring dengan tipe langkah 'create_lead' agar secara otomatis "
+"menetapkan lead/opportunity yang dibuat ke tim yang didefinisikan"
+
+#. 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 ""
+"Apakah Anda bersedia meninggalkan alamat email Anda supaya kami dapat "
+"menghubungi Anda kembali?"
diff --git a/i18n/is.po b/i18n/is.po
new file mode 100644
index 0000000..8ab488c
--- /dev/null
+++ b/i18n/is.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~15.3\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2022-09-22 05:45+0000\n"
+"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n"
+"Language: is\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/it.po b/i18n/it.po
new file mode 100644
index 0000000..87ebfd3
--- /dev/null
+++ b/i18n/it.po
@@ -0,0 +1,120 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Wil Odoo, 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: Wil Odoo, 2023\n"
+"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/it/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: it\n"
+"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr "Nuovo lead di %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr "Chatbot Script"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr "Chatbot Script Step"
+
+#. module: crm_livechat
+#: model:ir.model.fields.selection,name:crm_livechat.selection__chatbot_script_step__step_type__create_lead
+msgid "Create Lead"
+msgstr "Crea lead"
+
+#. module: crm_livechat
+#. odoo-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "Creare un nuovo lead (/lead lead title)"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr "Creato un nuovo lead: %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_discuss_channel
+msgid "Discussion Channel"
+msgstr "Canale di discussione"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script__lead_count
+msgid "Generated Lead Count"
+msgstr "Conteggio lead generati"
+
+#. 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 "Ciao, cosa ti porta oggi sul nostro sito? 👋"
+
+#. 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 "Sembra che nessuno dei nostri operatori sia disponibile. 🙁"
+
+#. module: crm_livechat
+#: model:chatbot.script,title:crm_livechat.chatbot_script_lead_generation_bot
+msgid "Lead Generation Bot"
+msgstr "Lead Generation Bot"
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Contatti"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Team di vendita"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__step_type
+msgid "Step Type"
+msgstr "Tipo fase"
+
+#. 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 "Grazie, dovresti ricevere una risposta molto presto!"
+
+#. 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 ""
+"Utilizzato in combinazione con il tipo di passo 'create_lead' per assegnare "
+"automaticamente il lead/opportunità creato al team definito."
+
+#. 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 ""
+"Ti dispiacerebbe lasciare il tuo indirizzo e-mail in modo da poterti "
+"contattare?"
diff --git a/i18n/ja.po b/i18n/ja.po
new file mode 100644
index 0000000..2e12916
--- /dev/null
+++ b/i18n/ja.po
@@ -0,0 +1,116 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Wil Odoo, 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: Wil Odoo, 2023\n"
+"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ja\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr "%sの新規リード"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr "チャットボットスクリプト"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr "チャットボットスクリプト ステップ"
+
+#. 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-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "新規リードを作成する(/lead lead title)"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+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 "リード生成ボット"
+
+#. 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 "折り返しご連絡させていただきますので、メールアドレスを教えていただけますでしょうか?"
diff --git a/i18n/ka.po b/i18n/ka.po
new file mode 100644
index 0000000..68f8103
--- /dev/null
+++ b/i18n/ka.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 10.saas~18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2017-09-20 09:53+0000\n"
+"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n"
+"Language: ka\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/kab.po b/i18n/kab.po
new file mode 100644
index 0000000..ac305eb
--- /dev/null
+++ b/i18n/kab.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 10.saas~18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2017-09-20 09:53+0000\n"
+"Language-Team: Kabyle (https://www.transifex.com/odoo/teams/41243/kab/)\n"
+"Language: kab\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/km.po b/i18n/km.po
new file mode 100644
index 0000000..13ea9d8
--- /dev/null
+++ b/i18n/km.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~11.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2018-09-18 09:49+0000\n"
+"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n"
+"Language: km\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/ko.po b/i18n/ko.po
new file mode 100644
index 0000000..6544c97
--- /dev/null
+++ b/i18n/ko.po
@@ -0,0 +1,116 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Wil Odoo, 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: Wil Odoo, 2023\n"
+"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/ko/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ko\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr "%s 의 신규 영업제안"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr "챗봇 스크립트"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr "챗봇 스크립트 단계"
+
+#. 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-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "새로운 영업제안 생성(/영업제안 영업제안명)"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+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 "영업제안 생성 봇"
+
+#. 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 "이메일 주소를 남겨주시면 확인 후 바로 연락드리겠습니다."
diff --git a/i18n/lb.po b/i18n/lb.po
new file mode 100644
index 0000000..f41e558
--- /dev/null
+++ b/i18n/lb.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~12.4\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2019-08-26 09:09+0000\n"
+"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n"
+"Language: lb\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/lo.po b/i18n/lo.po
new file mode 100644
index 0000000..a3ec103
--- /dev/null
+++ b/i18n/lo.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 10.saas~18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2017-09-20 09:53+0000\n"
+"Language-Team: Lao (https://www.transifex.com/odoo/teams/41243/lo/)\n"
+"Language: lo\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/lt.po b/i18n/lt.po
new file mode 100644
index 0000000..e57a70b
--- /dev/null
+++ b/i18n/lt.po
@@ -0,0 +1,118 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Jonas Zinkevicius , 2023
+# Andrius Laukavičius , 2023
+# Audrius Palenskis , 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: Audrius Palenskis , 2023\n"
+"Language-Team: Lithuanian (https://app.transifex.com/odoo/teams/41243/lt/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: lt\n"
+"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "Sukurkite naują iniciatyvą (/iniciatyva jos pavadinimas)"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_discuss_channel
+msgid "Discussion Channel"
+msgstr "Diskusijų kanalas"
+
+#. 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 ""
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Iniciatyvos"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Pardavimų komanda"
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/lv.po b/i18n/lv.po
new file mode 100644
index 0000000..e5ced07
--- /dev/null
+++ b/i18n/lv.po
@@ -0,0 +1,121 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# ievaputnina , 2023
+# Will Sensors, 2023
+# Arnis Putniņš , 2023
+# Armīns Jeltajevs , 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: Armīns Jeltajevs , 2023\n"
+"Language-Team: Latvian (https://app.transifex.com/odoo/teams/41243/lv/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: lv\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_discuss_channel
+msgid "Discussion Channel"
+msgstr "Saziņas kanāls"
+
+#. 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 ""
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Pavedieni"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Pārdevēju komanda"
+
+#. 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 ""
+
+#. 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 ""
+"Vai Jūs vēlties atstāt Jūsu e-pasta adresi, lai mēs varētu ar Jums "
+"sazināties?"
diff --git a/i18n/mk.po b/i18n/mk.po
new file mode 100644
index 0000000..5c4f168
--- /dev/null
+++ b/i18n/mk.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 10.saas~18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2017-09-20 09:53+0000\n"
+"Language-Team: Macedonian (https://www.transifex.com/odoo/teams/41243/mk/)\n"
+"Language: mk\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/mn.po b/i18n/mn.po
new file mode 100644
index 0000000..7b2c9b2
--- /dev/null
+++ b/i18n/mn.po
@@ -0,0 +1,113 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# nurbakhit nurka , 2022
+# Baskhuu Lodoikhuu , 2022
+# Otgonbayar.A , 2022
+# Martin Trigaux, 2022
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~15.3\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2022-09-22 05:45+0000\n"
+"Last-Translator: Martin Trigaux, 2022\n"
+"Language-Team: Mongolian (https://app.transifex.com/odoo/teams/41243/mn/)\n"
+"Language: mn\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "Шинэ сэжим үүсгэх"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/nb.po b/i18n/nb.po
new file mode 100644
index 0000000..7c6c895
--- /dev/null
+++ b/i18n/nb.po
@@ -0,0 +1,111 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Marius Stedjan , 2022
+# Martin Trigaux, 2022
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~15.3\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2022-09-22 05:45+0000\n"
+"Last-Translator: Martin Trigaux, 2022\n"
+"Language-Team: Norwegian Bokmål (https://app.transifex.com/odoo/teams/41243/nb/)\n"
+"Language: nb\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "Opprett en ny lead (/lead lead-tittel)"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_channel
+msgid "Discussion Channel"
+msgstr "Diskusjonskanal"
+
+#. 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 ""
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Leads"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Salgsteam"
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/ne.po b/i18n/ne.po
new file mode 100644
index 0000000..73add9b
--- /dev/null
+++ b/i18n/ne.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 10.saas~18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2017-09-20 09:53+0000\n"
+"Language-Team: Nepali (https://www.transifex.com/odoo/teams/41243/ne/)\n"
+"Language: ne\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/nl.po b/i18n/nl.po
new file mode 100644
index 0000000..3b8d106
--- /dev/null
+++ b/i18n/nl.po
@@ -0,0 +1,119 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Wil Odoo, 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: Wil Odoo, 2023\n"
+"Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/nl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: nl\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr "%s's Nieuwe lead"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr "Chatbot-script"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr "Chatbot-scriptstap"
+
+#. module: crm_livechat
+#: model:ir.model.fields.selection,name:crm_livechat.selection__chatbot_script_step__step_type__create_lead
+msgid "Create Lead"
+msgstr "Een lead maken"
+
+#. module: crm_livechat
+#. odoo-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "Maak een nieuwe lead (/lead lead titel)"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr "Nieuwe lead aangemaakt: %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_discuss_channel
+msgid "Discussion Channel"
+msgstr "Chatkanaal"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script__lead_count
+msgid "Generated Lead Count"
+msgstr "Aantal gegenereerde leads"
+
+#. 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 "Hallo, wat brengt je naar onze website vandaag? 👋"
+
+#. 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 "Hu-ho, het lijkt erop dat geen van onze operatoren beschikbaar is 🙁"
+
+#. module: crm_livechat
+#: model:chatbot.script,title:crm_livechat.chatbot_script_lead_generation_bot
+msgid "Lead Generation Bot"
+msgstr "Leadgeneratiebot"
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Leads"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Verkoopteam"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__step_type
+msgid "Step Type"
+msgstr "Staptype"
+
+#. 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 "Dank je, je hoort snel van ons terug!"
+
+#. 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 ""
+"Gebruikt in combinatie met het staptype 'create_lead' om de gecreëerde "
+"lead/verkoopkans automatisch toe te wijzen aan het gedefinieerde team"
+
+#. 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 ""
+"Zou je je e-mailadres willen achterlaten zodat we je terug kunnen bereiken?"
diff --git a/i18n/pl.po b/i18n/pl.po
new file mode 100644
index 0000000..ff08c91
--- /dev/null
+++ b/i18n/pl.po
@@ -0,0 +1,120 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Wil Odoo, 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: Wil Odoo, 2023\n"
+"Language-Team: Polish (https://app.transifex.com/odoo/teams/41243/pl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: pl\n"
+"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr "Nowy sygnał %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr "Skrypt czatbota"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr "Krok skryptu czatbota"
+
+#. module: crm_livechat
+#: model:ir.model.fields.selection,name:crm_livechat.selection__chatbot_script_step__step_type__create_lead
+msgid "Create Lead"
+msgstr "Utwórz sygnał"
+
+#. module: crm_livechat
+#. odoo-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "Utwórz nowy Sygnał (/lead tytuł sygnału)"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr "Utwórz nowy sygnał: %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_discuss_channel
+msgid "Discussion Channel"
+msgstr "Kanał dyskusyjny"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script__lead_count
+msgid "Generated Lead Count"
+msgstr "Ilość wygenerowanych sygnałów"
+
+#. 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 "Cześć, co Cię dzisiaj sprowadza na naszą stronę? 👋"
+
+#. 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 ""
+"Ojej, wygląda na to, że żaden z naszych operatorów nie jest dostępny 🙁"
+
+#. module: crm_livechat
+#: model:chatbot.script,title:crm_livechat.chatbot_script_lead_generation_bot
+msgid "Lead Generation Bot"
+msgstr "Bot do generowania sygnałów"
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Sygnały"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Zespół sprzedaży"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__step_type
+msgid "Step Type"
+msgstr "Typ kroku"
+
+#. 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 "Dziękujemy, odezwiemy się do Ciebie wkrótce!"
+
+#. 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 ""
+"Użyte w połączeniu z typem kroku \"create_lead\", aby automatycznie "
+"przypisać utworzony sygnał/szansę do zdefiniowanego zespołu"
+
+#. 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 ""
+"Czy mógłbyś zostawić swój adres e-mail, abyśmy mogli się do Ciebie odezwać?"
diff --git a/i18n/pt.po b/i18n/pt.po
new file mode 100644
index 0000000..68d8425
--- /dev/null
+++ b/i18n/pt.po
@@ -0,0 +1,116 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Wil Odoo, 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: Wil Odoo, 2023\n"
+"Language-Team: Portuguese (https://app.transifex.com/odoo/teams/41243/pt/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: pt\n"
+"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_discuss_channel
+msgid "Discussion Channel"
+msgstr "Canal de Discussão"
+
+#. 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 ""
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Prospectos"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Equipa de Vendas"
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/pt_BR.po b/i18n/pt_BR.po
new file mode 100644
index 0000000..75e5c2f
--- /dev/null
+++ b/i18n/pt_BR.po
@@ -0,0 +1,120 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Wil Odoo, 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: Wil Odoo, 2023\n"
+"Language-Team: Portuguese (Brazil) (https://app.transifex.com/odoo/teams/41243/pt_BR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: pt_BR\n"
+"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr "Novo lead de %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr "Script do Chatbot"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr "Etapa do script do Chatbot"
+
+#. module: crm_livechat
+#: model:ir.model.fields.selection,name:crm_livechat.selection__chatbot_script_step__step_type__create_lead
+msgid "Create Lead"
+msgstr "Criar lead"
+
+#. module: crm_livechat
+#. odoo-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "Criar um novo lead (/lead lead title)"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr "Novo lead criado: %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_discuss_channel
+msgid "Discussion Channel"
+msgstr "Canal de discussão"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script__lead_count
+msgid "Generated Lead Count"
+msgstr "Contagem de leads gerados"
+
+#. 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 "Olá, o que o trouxe até nosso site hoje?👋"
+
+#. 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 "O-ou, parece que nenhum de nossos operadores está disponível.🙁"
+
+#. module: crm_livechat
+#: model:chatbot.script,title:crm_livechat.chatbot_script_lead_generation_bot
+msgid "Lead Generation Bot"
+msgstr "Bot de geração de leads"
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Leads"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Equipe de vendas"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__step_type
+msgid "Step Type"
+msgstr "Tipo de etapa"
+
+#. 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 "Obrigado, em breve teremos uma resposta!"
+
+#. 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 ""
+"Usado em combinação com o tipo de etapa “criar_lead” para atribuir "
+"automaticamente o lead/oportunidade criado à equipe definida"
+
+#. 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 ""
+"Gostaria de deixar seu endereço de e-mail para que possamos entrar em "
+"contato com você?"
diff --git a/i18n/ro.po b/i18n/ro.po
new file mode 100644
index 0000000..942bced
--- /dev/null
+++ b/i18n/ro.po
@@ -0,0 +1,113 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Martin Trigaux, 2022
+# Foldi Robert , 2022
+# Cozmin Candea , 2023
+# Claudia Baisan, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~15.3\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2022-09-22 05:45+0000\n"
+"Last-Translator: Claudia Baisan, 2023\n"
+"Language-Team: Romanian (https://app.transifex.com/odoo/teams/41243/ro/)\n"
+"Language: ro\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr "Noua pistă al lui %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr "Script Chatbot"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr "Pas Script Chatbot"
+
+#. module: crm_livechat
+#: model:ir.model.fields.selection,name:crm_livechat.selection__chatbot_script_step__step_type__create_lead
+msgid "Create Lead"
+msgstr "Crează Pistă"
+
+#. module: crm_livechat
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "Crează o nouă pistă (/lead titlu pistă)"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr "A creat o nouă pistă: %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_channel
+msgid "Discussion Channel"
+msgstr "Canal Discuții"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script__lead_count
+msgid "Generated Lead Count"
+msgstr "Număr pistă generată"
+
+#. 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 "Salut, ce te aduce pe site-ul nostru astăzi? 👋"
+
+#. 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 "Hu-ho, pare că niciunul dintre operatorii noștri nu este disponibil 🙁"
+
+#. module: crm_livechat
+#: model:chatbot.script,title:crm_livechat.chatbot_script_lead_generation_bot
+msgid "Lead Generation Bot"
+msgstr "Bot Generare Pistă"
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Piste"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Echipa de vânzări"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__step_type
+msgid "Step Type"
+msgstr "Tip pas"
+
+#. 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 "Mulțumesc, vei primi un răspuns în curând!"
+
+#. 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 "Utilizat în combinație cu tipul de pas 'create_lead' pentru a atribui automat pistă/oportunitatea creată echipei definite"
+
+#. 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 "Te deranjează să-ți lăsăm adresa de email pentru a te putea contacta?"
diff --git a/i18n/ru.po b/i18n/ru.po
new file mode 100644
index 0000000..2d13ea4
--- /dev/null
+++ b/i18n/ru.po
@@ -0,0 +1,122 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Ivan Kropotkin , 2023
+# Максим Дронь , 2023
+# Wil Odoo, 2024
+#
+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: Wil Odoo, 2024\n"
+"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/ru/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ru\n"
+"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr "Новый лид %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr "Скрипт чатбота"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr "Шаг сценария чатбота"
+
+#. 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-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "Создайте новую инициативу (/ название инициативы)"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+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 "Бот для генерации лида"
+
+#. 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 ""
+"Не могли бы вы оставить свой адрес электронной почты, чтобы мы могли "
+"связаться с вами?"
diff --git a/i18n/sk.po b/i18n/sk.po
new file mode 100644
index 0000000..768114e
--- /dev/null
+++ b/i18n/sk.po
@@ -0,0 +1,118 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Wil Odoo, 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: Wil Odoo, 2023\n"
+"Language-Team: Slovak (https://app.transifex.com/odoo/teams/41243/sk/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sk\n"
+"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+"Vytvorenie novej Potenciálnej príležitosti (/názov potenciálnej "
+"príležitosti)"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_discuss_channel
+msgid "Discussion Channel"
+msgstr "Diskusný kanál"
+
+#. 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 ""
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Potenciálna príležitosť"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Obchodný tím"
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/sl.po b/i18n/sl.po
new file mode 100644
index 0000000..a1cce32
--- /dev/null
+++ b/i18n/sl.po
@@ -0,0 +1,117 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Matjaz Mozetic , 2023
+# jl2035 , 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: jl2035 , 2023\n"
+"Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/sl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sl\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. 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 ""
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Indici"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Prodajna ekipa"
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/sq.po b/i18n/sq.po
new file mode 100644
index 0000000..db29fd1
--- /dev/null
+++ b/i18n/sq.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 10.saas~18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2017-09-20 09:53+0000\n"
+"Language-Team: Albanian (https://www.transifex.com/odoo/teams/41243/sq/)\n"
+"Language: sq\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/sr.po b/i18n/sr.po
new file mode 100644
index 0000000..fe03f0f
--- /dev/null
+++ b/i18n/sr.po
@@ -0,0 +1,121 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Milan Bojovic, 2023
+# Dragan Vukosavljevic , 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: Dragan Vukosavljevic , 2023\n"
+"Language-Team: Serbian (https://app.transifex.com/odoo/teams/41243/sr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sr\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr "%s's Novi lid"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr "Chatbot skripta"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr "Korak skripte za Chatbot"
+
+#. module: crm_livechat
+#: model:ir.model.fields.selection,name:crm_livechat.selection__chatbot_script_step__step_type__create_lead
+msgid "Create Lead"
+msgstr "Kreiraj lid"
+
+#. module: crm_livechat
+#. odoo-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "Kreiraj novi lid (/lead naziv lida)"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr "Kreirao/la je novi lid: %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_discuss_channel
+msgid "Discussion Channel"
+msgstr "Kanal diskusije"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script__lead_count
+msgid "Generated Lead Count"
+msgstr "Brojač generisanih lidova"
+
+#. 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 "Zdravo, šta vas dovodi na naš website danas? 👋"
+
+#. 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 "Uh-uh, izgleda da nijedan od naših operatera nije dostupan 🙁"
+
+#. module: crm_livechat
+#: model:chatbot.script,title:crm_livechat.chatbot_script_lead_generation_bot
+msgid "Lead Generation Bot"
+msgstr "Bot za generisanje lidova"
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Lidovi"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Prodajni tim"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__step_type
+msgid "Step Type"
+msgstr "Vrsta koraka"
+
+#. 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 "Hvala vam, uskoro ćemo vam se javiti!"
+
+#. 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 ""
+"Koristi se u kombinaciji sa vrstaom koraka 'create_lead' da bi se automatski"
+" kreirani lidovi/prodajne prilike dodelili definisanom timu"
+
+#. 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 ""
+"Da li biste želeli da ostavite svoju email adresu kako bismo mogli da vas "
+"kontaktiramo?"
diff --git a/i18n/sr@latin.po b/i18n/sr@latin.po
new file mode 100644
index 0000000..e00d4c4
--- /dev/null
+++ b/i18n/sr@latin.po
@@ -0,0 +1,106 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 10.saas~18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-04-19 13:57+0000\n"
+"PO-Revision-Date: 2017-09-20 09:53+0000\n"
+"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n"
+"Language: sr@latin\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr ""
+
+#. 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
+#. openerp-web
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr ""
+
+#. module: crm_livechat
+#: code:addons/crm_livechat/models/mail_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_mail_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 ""
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/sv.po b/i18n/sv.po
new file mode 100644
index 0000000..4b746a0
--- /dev/null
+++ b/i18n/sv.po
@@ -0,0 +1,118 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Lasse L, 2023
+# Anders Wallenquist , 2023
+# Chrille Hedberg , 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: Chrille Hedberg , 2023\n"
+"Language-Team: Swedish (https://app.transifex.com/odoo/teams/41243/sv/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sv\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr "%s:s nya affärsmöjligheter"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr "Steg för skript för chatbot"
+
+#. module: crm_livechat
+#: model:ir.model.fields.selection,name:crm_livechat.selection__chatbot_script_step__step_type__create_lead
+msgid "Create Lead"
+msgstr "Skapa lead"
+
+#. module: crm_livechat
+#. odoo-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "Skapa ny lead"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr ""
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_discuss_channel
+msgid "Discussion Channel"
+msgstr "Kanal"
+
+#. 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 ""
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Kundämnen"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Säljteam"
+
+#. 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 ""
+
+#. 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 ""
diff --git a/i18n/th.po b/i18n/th.po
new file mode 100644
index 0000000..73fe2c7
--- /dev/null
+++ b/i18n/th.po
@@ -0,0 +1,118 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Wil Odoo, 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: Wil Odoo, 2023\n"
+"Language-Team: Thai (https://app.transifex.com/odoo/teams/41243/th/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: th\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr "ลูกค้าเป้าหมายใหม่ของ %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr "สคริปต์แชทบอท"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr "ขั้นตอนสคริปต์แชทบอท"
+
+#. 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-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "สร้างลูกค้าเป้าหมายใหม่ (/ชื่อลูกค้าเป้าหมาย)"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+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 "บอทสร้างลูกค้าเป้าหมาย"
+
+#. 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 "คุณช่วยให้ที่อยู่อีเมลของคุณไว้เพื่อให้เราติดต่อกลับได้ไหม?"
diff --git a/i18n/tr.po b/i18n/tr.po
new file mode 100644
index 0000000..37023be
--- /dev/null
+++ b/i18n/tr.po
@@ -0,0 +1,123 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Tugay Hatıl , 2023
+# Halil, 2023
+# İlknur Gözütok, 2023
+# Murat Kaplan , 2023
+# Ediz Duman , 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: Ediz Duman , 2023\n"
+"Language-Team: Turkish (https://app.transifex.com/odoo/teams/41243/tr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: tr\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr "%s'in Yeni Adayı"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr "Chatbot Komut Dosyası"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr "Chatbot Komut Dosyası Adımı"
+
+#. module: crm_livechat
+#: model:ir.model.fields.selection,name:crm_livechat.selection__chatbot_script_step__step_type__create_lead
+msgid "Create Lead"
+msgstr "Müşteri Adayı Oluştur"
+
+#. module: crm_livechat
+#. odoo-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "Bir yeni aday oluştur (/aday başlığı)"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr "Yeni bir müşteri adayı oluşturuldu: %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_discuss_channel
+msgid "Discussion Channel"
+msgstr "Mesajlaşma Kanalı"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script__lead_count
+msgid "Generated Lead Count"
+msgstr "Oluşturulan Müşteri Adayı Sayısı"
+
+#. 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 "Merhaba, sizi bugün web sitemize getiren nedir? 👋"
+
+#. 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 "Hu-ho, operatörlerimizin hiçbiri müsait değil gibi görünüyor 🙁"
+
+#. module: crm_livechat
+#: model:chatbot.script,title:crm_livechat.chatbot_script_lead_generation_bot
+msgid "Lead Generation Bot"
+msgstr "Müşteri Adayı Oluşturma Botu"
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Adaylar"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Satış Ekibi"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__step_type
+msgid "Step Type"
+msgstr "Adım Türü"
+
+#. 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 "Teşekkür ederim, çok yakında bizden haber almalısınız!"
+
+#. 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 ""
+"Oluşturulan müşteri adayını/fırsatı tanımlanan ekibe otomatik olarak atamak "
+"için 'create_lead' adım türüyle birlikte kullanılır"
+
+#. 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 ""
+"Size geri ulaşabilmemiz için e-posta adresinizi bırakmayı düşünür müsünüz?"
diff --git a/i18n/uk.po b/i18n/uk.po
new file mode 100644
index 0000000..221d4b6
--- /dev/null
+++ b/i18n/uk.po
@@ -0,0 +1,120 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Wil Odoo, 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: Wil Odoo, 2023\n"
+"Language-Team: Ukrainian (https://app.transifex.com/odoo/teams/41243/uk/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: uk\n"
+"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr "%s Нових лідів"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr "Скрипт чатботу"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr "Крок скрипта чатботу"
+
+#. 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-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "Створіть новий лід (/заголовок ліду)"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+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 "Бот створення лідів"
+
+#. 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 ""
+"Ви б не були проти залишити вашу електронну адресу, щоб ми зв'язалися з "
+"вами?"
diff --git a/i18n/vi.po b/i18n/vi.po
new file mode 100644
index 0000000..7029b92
--- /dev/null
+++ b/i18n/vi.po
@@ -0,0 +1,121 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Wil Odoo, 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: Wil Odoo, 2023\n"
+"Language-Team: Vietnamese (https://app.transifex.com/odoo/teams/41243/vi/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: vi\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr "Lead mới của %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr "Kịch bản chatbot"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr "Bước kịch bản chatbot"
+
+#. module: crm_livechat
+#: model:ir.model.fields.selection,name:crm_livechat.selection__chatbot_script_step__step_type__create_lead
+msgid "Create Lead"
+msgstr "Tạo lead"
+
+#. module: crm_livechat
+#. odoo-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "Tạo lead mới (/tiêu đề lead)"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+msgid "Created a new lead: %s"
+msgstr "Tạo lead mới: %s"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_discuss_channel
+msgid "Discussion Channel"
+msgstr "Kênh thảo luận"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script__lead_count
+msgid "Generated Lead Count"
+msgstr "Số lead đã tạo"
+
+#. 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 ""
+"Xin chào! Cơn gió nào đã đưa bạn đến với trang web của chúng tôi hôm nay? 👋"
+
+#. 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 "Ui! Có vẻ như tất cả đại diện của chúng tôi đều đang bận. 🙁"
+
+#. module: crm_livechat
+#: model:chatbot.script,title:crm_livechat.chatbot_script_lead_generation_bot
+msgid "Lead Generation Bot"
+msgstr "Bot tạo lead"
+
+#. module: crm_livechat
+#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
+msgid "Leads"
+msgstr "Lead"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
+msgid "Sales Team"
+msgstr "Đội ngũ kinh doanh"
+
+#. module: crm_livechat
+#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__step_type
+msgid "Step Type"
+msgstr "Loại bước"
+
+#. 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 "Xin cảm ơn! Chúng tôi sẽ sớm phản hồi bạn!"
+
+#. 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 ""
+"Được sử dụng kết hợp với loại bước 'create_lead' để tự động phân công "
+"lead/cơ hội đã tạo cho đội ngũ đã xác định"
+
+#. 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 ""
+"Bạn có vui lòng cung cấp địa chỉ email để chúng tôi có thể liên hệ lại với "
+"bạn không?"
diff --git a/i18n/zh_CN.po b/i18n/zh_CN.po
new file mode 100644
index 0000000..7af5bf7
--- /dev/null
+++ b/i18n/zh_CN.po
@@ -0,0 +1,117 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Wil Odoo, 2023
+# Jeffery CHEN , 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: Jeffery CHEN , 2023\n"
+"Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/zh_CN/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: zh_CN\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr "%s 的新线索"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr "聊天机器人脚本"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr "聊天机器人脚本步骤"
+
+#. 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-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "创建新线索(/主要负责人头衔)"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+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 "线索生成机器人"
+
+#. 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 "您是否介意留下您的电子邮件地址,以便我们可以与您联系?"
diff --git a/i18n/zh_TW.po b/i18n/zh_TW.po
new file mode 100644
index 0000000..3a8775c
--- /dev/null
+++ b/i18n/zh_TW.po
@@ -0,0 +1,116 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * crm_livechat
+#
+# Translators:
+# Wil Odoo, 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: Wil Odoo, 2023\n"
+"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: zh_TW\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/chatbot_script_step.py:0
+#, python-format
+msgid "%s's New Lead"
+msgstr "%s 的新潛在商機"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script
+msgid "Chatbot Script"
+msgstr "聊天機器人程式碼"
+
+#. module: crm_livechat
+#: model:ir.model,name:crm_livechat.model_chatbot_script_step
+msgid "Chatbot Script Step"
+msgstr "聊天機器人程式碼步驟"
+
+#. 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-python
+#. odoo-javascript
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
+#, python-format
+msgid "Create a new lead (/lead lead title)"
+msgstr "建立新潛在商機(輸入\"/lead 潛在商機指令\")"
+
+#. module: crm_livechat
+#. odoo-python
+#: code:addons/crm_livechat/models/discuss_channel.py:0
+#, python-format
+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 "潛在客戶生成機器人"
+
+#. 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 "介意留下你的電郵地址,以便我們回覆你嗎?"
diff --git a/models/__init__.py b/models/__init__.py
new file mode 100644
index 0000000..dd3b3f1
--- /dev/null
+++ b/models/__init__.py
@@ -0,0 +1,6 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from . import chatbot_script
+from . import chatbot_script_step
+from . import discuss_channel
diff --git a/models/chatbot_script.py b/models/chatbot_script.py
new file mode 100644
index 0000000..07e50d7
--- /dev/null
+++ b/models/chatbot_script.py
@@ -0,0 +1,25 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from odoo import models, fields
+
+
+class ChatbotScript(models.Model):
+ _inherit = 'chatbot.script'
+
+ lead_count = fields.Integer(
+ string='Generated Lead Count', compute='_compute_lead_count')
+
+ def _compute_lead_count(self):
+ leads_data = self.env['crm.lead'].with_context(active_test=False).sudo()._read_group(
+ [('source_id', 'in', self.mapped('source_id').ids)], ['source_id'], ['__count'])
+ mapped_leads = {source.id: count for source, count in leads_data}
+ for script in self:
+ script.lead_count = mapped_leads.get(script.source_id.id, 0)
+
+ def action_view_leads(self):
+ self.ensure_one()
+ action = self.env['ir.actions.act_window']._for_xml_id('crm.crm_lead_all_leads')
+ action['domain'] = [('source_id', '=', self.source_id.id)]
+ action['context'] = {'create': False}
+ return action
diff --git a/models/chatbot_script_step.py b/models/chatbot_script_step.py
new file mode 100644
index 0000000..7d9acf2
--- /dev/null
+++ b/models/chatbot_script_step.py
@@ -0,0 +1,65 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from odoo import _, models, fields
+
+
+class ChatbotScriptStep(models.Model):
+ _inherit = 'chatbot.script.step'
+
+ step_type = fields.Selection(
+ selection_add=[('create_lead', 'Create Lead')], ondelete={'create_lead': 'cascade'})
+ crm_team_id = fields.Many2one(
+ 'crm.team', string='Sales Team', ondelete='set null',
+ help="Used in combination with 'create_lead' step type in order to automatically "
+ "assign the created lead/opportunity to the defined team")
+
+ def _chatbot_crm_prepare_lead_values(self, discuss_channel, description):
+ return {
+ 'description': description + discuss_channel._get_channel_history(),
+ 'name': _("%s's New Lead", self.chatbot_script_id.title),
+ 'source_id': self.chatbot_script_id.source_id.id,
+ 'team_id': self.crm_team_id.id,
+ 'type': 'lead' if self.crm_team_id.use_leads else 'opportunity',
+ 'user_id': False,
+ }
+
+ def _process_step(self, discuss_channel):
+ self.ensure_one()
+
+ posted_message = super()._process_step(discuss_channel)
+
+ if self.step_type == 'create_lead':
+ self._process_step_create_lead(discuss_channel)
+
+ return posted_message
+
+ def _process_step_create_lead(self, discuss_channel):
+ """ When reaching a 'create_lead' step, we extract the relevant information: visitor's
+ email, phone and conversation history to create a crm.lead.
+
+ We use the email and phone to update the environment partner's information (if not a public
+ user) if they differ from the current values.
+
+ The whole conversation history will be saved into the lead's description for reference.
+ This also allows having a question of type 'free_input_multi' to let the visitor explain
+ their interest / needs before creating the lead. """
+
+ customer_values = self._chatbot_prepare_customer_values(
+ discuss_channel, create_partner=False, update_partner=True)
+ if self.env.user._is_public():
+ create_values = {
+ 'email_from': customer_values['email'],
+ 'phone': customer_values['phone'],
+ }
+ else:
+ partner = self.env.user.partner_id
+ create_values = {
+ 'partner_id': partner.id,
+ 'company_id': partner.company_id.id,
+ }
+
+ create_values.update(self._chatbot_crm_prepare_lead_values(
+ discuss_channel, customer_values['description']))
+
+ self.env['crm.lead'].create(create_values)
diff --git a/models/discuss_channel.py b/models/discuss_channel.py
new file mode 100644
index 0000000..a34b251
--- /dev/null
+++ b/models/discuss_channel.py
@@ -0,0 +1,46 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from odoo import models, _
+from odoo.tools import html2plaintext
+
+
+class DiscussChannel(models.Model):
+ _inherit = 'discuss.channel'
+
+ def execute_command_lead(self, **kwargs):
+ partner = self.env.user.partner_id
+ key = kwargs['body']
+ if key.strip() == '/lead':
+ msg = _('Create a new lead (/lead lead title)')
+ else:
+ lead = self._convert_visitor_to_lead(partner, key)
+ msg = _('Created a new lead: %s', lead._get_html_link())
+ self._send_transient_message(partner, msg)
+
+ def _convert_visitor_to_lead(self, partner, key):
+ """ Create a lead from channel /lead command
+ :param partner: internal user partner (operator) that created the lead;
+ :param key: operator input in chat ('/lead Lead about Product')
+ """
+ # if public user is part of the chat: consider lead to be linked to an
+ # anonymous user whatever the participants. Otherwise keep only share
+ # partners (no user or portal user) to link to the lead.
+ customers = self.env['res.partner']
+ for customer in self.with_context(active_test=False).channel_partner_ids.filtered(lambda p: p != partner and p.partner_share):
+ if customer.is_public:
+ customers = self.env['res.partner']
+ break
+ else:
+ customers |= customer
+
+ utm_source = self.env.ref('crm_livechat.utm_source_livechat', raise_if_not_found=False)
+ return self.env['crm.lead'].create({
+ 'name': html2plaintext(key[5:]),
+ 'partner_id': customers[0].id if customers else False,
+ 'user_id': False,
+ 'team_id': False,
+ 'description': self._get_channel_history(),
+ 'referred': partner.name,
+ 'source_id': utm_source and utm_source.id,
+ })
diff --git a/static/src/core/channel_commands.js b/static/src/core/channel_commands.js
new file mode 100644
index 0000000..d13e7c4
--- /dev/null
+++ b/static/src/core/channel_commands.js
@@ -0,0 +1,9 @@
+/** @odoo-module */
+
+import { _t } from "@web/core/l10n/translation";
+import { registry } from "@web/core/registry";
+
+registry.category("discuss.channel_commands").add("lead", {
+ help: _t("Create a new lead (/lead lead title)"),
+ methodName: "execute_command_lead",
+});
diff --git a/static/tests/composer_tests.js b/static/tests/composer_tests.js
new file mode 100644
index 0000000..7657a68
--- /dev/null
+++ b/static/tests/composer_tests.js
@@ -0,0 +1,27 @@
+/* @odoo-module */
+
+import { startServer } from "@bus/../tests/helpers/mock_python_environment";
+
+import { start } from "@mail/../tests/helpers/test_utils";
+
+import { click, insertText } from "@web/../tests/utils";
+
+QUnit.module("composer");
+
+QUnit.test("Can execute lead command", async function (assert) {
+ const pyEnv = await startServer();
+ const channelId = pyEnv["discuss.channel"].create({ name: "General" });
+ const { openDiscuss } = await start({
+ mockRPC(route, args) {
+ if (args.method === "execute_command_lead") {
+ assert.step("execute_command_lead");
+ assert.deepEqual(args.args[0], [channelId]);
+ return true;
+ }
+ },
+ });
+ await openDiscuss(channelId);
+ await insertText(".o-mail-Composer-input", "/lead great lead");
+ await click(".o-mail-Composer-send:enabled");
+ assert.verifySteps(["execute_command_lead"]);
+});
diff --git a/tests/__init__.py b/tests/__init__.py
new file mode 100644
index 0000000..9219bc5
--- /dev/null
+++ b/tests/__init__.py
@@ -0,0 +1,6 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from . import chatbot_common
+from . import test_chatbot_lead
+from . import test_crm_lead
diff --git a/tests/chatbot_common.py b/tests/chatbot_common.py
new file mode 100644
index 0000000..9fc0ced
--- /dev/null
+++ b/tests/chatbot_common.py
@@ -0,0 +1,66 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from odoo.addons.im_livechat.tests.chatbot_common import ChatbotCase
+from odoo.addons.mail.tests.common import mail_new_test_user
+
+
+class CrmChatbotCase(ChatbotCase):
+
+ @classmethod
+ def setUpClass(cls):
+ super(CrmChatbotCase, cls).setUpClass()
+
+ cls.company_id = cls.env['res.company'].create({
+ 'name': 'Test Company',
+ 'country_id': cls.env.ref('base.be').id,
+ })
+
+ cls.user_public = mail_new_test_user(
+ cls.env, login='user_public', groups='base.group_public', name='Public User')
+ cls.user_portal = mail_new_test_user(
+ cls.env, login='user_portal', groups='base.group_portal', name='Portal User',
+ company_id=cls.company_id.id, email='portal@example.com')
+ # update company_id on partner since the user's company is not propagated
+ cls.user_portal.partner_id.write({'company_id': cls.company_id.id})
+
+ cls.sale_team = cls.env['crm.team'].create({
+ 'name': 'Test Sale Team 1',
+ 'company_id': cls.company_id.id,
+ })
+
+ cls.sale_team_with_lead = cls.env['crm.team'].create({
+ 'name': 'Test Sale Team 2',
+ 'use_leads': True,
+ 'company_id': cls.company_id.id,
+ })
+
+ cls.step_dispatch_create_lead = cls.env['chatbot.script.answer'].sudo().create({
+ 'name': 'Create a lead',
+ 'script_step_id': cls.step_dispatch.id,
+ })
+
+ [
+ cls.step_create_lead_email,
+ cls.step_create_lead_phone,
+ cls.step_create_lead,
+ ] = cls.env['chatbot.script.step'].sudo().create([{
+ 'step_type': 'question_email',
+ 'message': 'Could you provide us your email please.',
+ 'sequence': 20,
+ 'triggering_answer_ids': [(4, cls.step_dispatch_create_lead.id)],
+ 'chatbot_script_id': cls.chatbot_script.id,
+ }, {
+ 'step_type': 'question_phone',
+ 'message': 'Could you also provide your phone please.',
+ 'sequence': 21,
+ 'triggering_answer_ids': [(4, cls.step_dispatch_create_lead.id)],
+ 'chatbot_script_id': cls.chatbot_script.id,
+ }, {
+ 'step_type': 'create_lead',
+ 'message': 'Thank you! A lead has been created.',
+ 'sequence': 22,
+ 'triggering_answer_ids': [(4, cls.step_dispatch_create_lead.id)],
+ 'crm_team_id': cls.sale_team.id,
+ 'chatbot_script_id': cls.chatbot_script.id,
+ }])
diff --git a/tests/test_chatbot_lead.py b/tests/test_chatbot_lead.py
new file mode 100644
index 0000000..a1e0978
--- /dev/null
+++ b/tests/test_chatbot_lead.py
@@ -0,0 +1,55 @@
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from odoo.addons.crm_livechat.tests import chatbot_common
+from odoo.tests.common import tagged, users
+
+
+@tagged("post_install", "-at_install")
+class CrmChatbotCase(chatbot_common.CrmChatbotCase):
+
+ @users('user_public')
+ def test_chatbot_lead_public_user(self):
+ self._chatbot_create_lead(self.user_public)
+
+ created_lead = self.env['crm.lead'].sudo().search([], limit=1, order='id desc')
+ self.assertEqual(created_lead.name, "Testing Bot's New Lead")
+ self.assertEqual(created_lead.email_from, 'test2@example.com')
+ self.assertEqual(created_lead.phone, '123456')
+
+ self.assertEqual(created_lead.team_id, self.sale_team)
+ self.assertEqual(created_lead.type, 'opportunity')
+
+ @users('user_portal')
+ def test_chatbot_lead_portal_user(self):
+ self.step_create_lead.write({'crm_team_id': self.sale_team_with_lead})
+ self._chatbot_create_lead(self.user_portal)
+
+ created_lead = self.env['crm.lead'].sudo().search([], limit=1, order='id desc')
+ self.assertEqual(created_lead.name, "Testing Bot's New Lead")
+ self.assertNotEqual(created_lead.email_from, 'test2@example.com', "User's email should'nt have been overridden")
+ self.assertEqual(created_lead.phone, '123456', "User's phone should have been updated")
+
+ self.assertEqual(created_lead.team_id, self.sale_team_with_lead)
+ self.assertEqual(created_lead.type, 'lead')
+
+ def _chatbot_create_lead(self, user):
+ channel_info = self.make_jsonrpc_request("/im_livechat/get_session", {
+ 'anonymous_name': 'Test Visitor',
+ 'channel_id': self.livechat_channel.id,
+ 'chatbot_script_id': self.chatbot_script.id,
+ 'user_id': user.id,
+ })
+ discuss_channel = self.env['discuss.channel'].sudo().browse(channel_info['id'])
+
+ self._post_answer_and_trigger_next_step(
+ discuss_channel,
+ self.step_dispatch_create_lead.name,
+ chatbot_script_answer=self.step_dispatch_create_lead
+ )
+ self.assertEqual(discuss_channel.chatbot_current_step_id, self.step_create_lead_email)
+ self._post_answer_and_trigger_next_step(discuss_channel, 'test2@example.com')
+
+ self.assertEqual(discuss_channel.chatbot_current_step_id, self.step_create_lead_phone)
+ self._post_answer_and_trigger_next_step(discuss_channel, '123456')
+
+ self.assertEqual(discuss_channel.chatbot_current_step_id, self.step_create_lead)
diff --git a/tests/test_crm_lead.py b/tests/test_crm_lead.py
new file mode 100644
index 0000000..e774d02
--- /dev/null
+++ b/tests/test_crm_lead.py
@@ -0,0 +1,97 @@
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from odoo import Command
+from odoo.addons.crm.tests.common import TestCrmCommon
+from odoo.addons.mail.tests.common import mail_new_test_user
+from odoo.tests.common import HttpCase, tagged, users
+
+
+@tagged("post_install", "-at_install")
+class TestLivechatLead(HttpCase, TestCrmCommon):
+
+ @classmethod
+ def setUpClass(cls):
+ super(TestLivechatLead, cls).setUpClass()
+
+ cls.env['bus.presence'].create({'user_id': cls.user_sales_leads.id, 'status': 'online'})
+ cls.livechat_channel = cls.env['im_livechat.channel'].create({
+ 'name': 'Test Livechat Channel',
+ 'user_ids': [Command.link(cls.user_sales_leads.id)],
+ })
+ cls.user_portal = mail_new_test_user(
+ cls.env, login='user_portal',
+ name='Paulette Portal', email='user_portal@test.example.com',
+ company_id=cls.company_main.id,
+ notification_type='email',
+ groups='base.group_portal',
+ )
+
+ @users('user_sales_leads')
+ def test_crm_lead_creation_guest(self):
+ """ Test customer set on lead: not if public, guest if not public """
+ # public: should not be set as customer
+ channel_info = self.make_jsonrpc_request("/im_livechat/get_session", {
+ 'anonymous_name': 'Visitor',
+ 'channel_id': self.livechat_channel.id,
+ 'persisted': True,
+ })
+ channel = self.env['discuss.channel'].browse(channel_info['id'])
+ lead = channel._convert_visitor_to_lead(self.env.user.partner_id, '/lead TestLead command')
+
+ self.assertTrue(any(m.partner_id == self.user_sales_leads.partner_id for m in channel.channel_member_ids))
+ self.assertTrue(any(bool(m.guest_id) for m in channel.channel_member_ids))
+ self.assertEqual(lead.name, 'TestLead command')
+ self.assertEqual(lead.partner_id, self.env['res.partner'])
+
+ # public user: should not be set as customer
+ # 'base.public_user' is archived by default
+ self.assertFalse(self.env.ref('base.public_user').active)
+
+ channel_info = self.make_jsonrpc_request("/im_livechat/get_session", {
+ 'anonymous_name': 'Visitor',
+ 'channel_id': self.livechat_channel.id,
+ 'persisted': True,
+ })
+ channel = self.env['discuss.channel'].browse(channel_info['id'])
+ lead = channel._convert_visitor_to_lead(self.env.user.partner_id, '/lead TestLead command')
+
+ self.assertTrue(any(m.partner_id == self.user_sales_leads.partner_id for m in channel.channel_member_ids))
+ self.assertTrue(any(bool(m.guest_id) for m in channel.channel_member_ids))
+
+ # public + someone else: no customer (as they were anonymous)
+ # sudo: discuss.channel.member - removing non-self member for test setup purposes
+ channel.sudo().write({
+ 'channel_partner_ids': [(4, self.user_sales_manager.partner_id.id)]
+ })
+ lead = channel._convert_visitor_to_lead(self.env.user.partner_id, '/lead TestLead command')
+ self.assertEqual(lead.partner_id, self.env['res.partner'])
+
+ @users('user_sales_leads')
+ def test_crm_lead_creation_portal(self):
+ # portal: should be set as customer
+ self.authenticate("user_portal", "user_portal")
+ channel_info = self.make_jsonrpc_request("/im_livechat/get_session", {
+ 'anonymous_name': 'Visitor',
+ 'channel_id': self.livechat_channel.id,
+ 'persisted': True,
+ })
+ channel = self.env['discuss.channel'].browse(channel_info['id'])
+ lead = channel._convert_visitor_to_lead(self.env.user.partner_id, '/lead TestLead command')
+
+ self.assertEqual(
+ channel.channel_partner_ids,
+ self.user_sales_leads.partner_id | self.user_portal.partner_id
+ )
+ self.assertEqual(lead.partner_id, self.user_portal.partner_id)
+
+ # another operator invited: internal user should not be customer if portal is present
+ channel.write({
+ 'channel_partner_ids': [(4, self.user_sales_manager.partner_id.id)]
+ })
+ lead = channel._convert_visitor_to_lead(self.env.user.partner_id, '/lead TestLead command')
+
+ self.assertEqual(
+ channel.channel_partner_ids,
+ self.user_sales_leads.partner_id | self.user_portal.partner_id | self.user_sales_manager.partner_id
+ )
+ self.assertEqual(lead.partner_id, self.user_portal.partner_id)
diff --git a/views/chatbot_script_step_views.xml b/views/chatbot_script_step_views.xml
new file mode 100644
index 0000000..8b647ae
--- /dev/null
+++ b/views/chatbot_script_step_views.xml
@@ -0,0 +1,16 @@
+
+
+
+
+ chatbot.script.step.view.form.inherit.crm.livechat
+ chatbot.script.step
+
+
+
+
+
+
+
+
+
diff --git a/views/chatbot_script_views.xml b/views/chatbot_script_views.xml
new file mode 100644
index 0000000..d66e1d7
--- /dev/null
+++ b/views/chatbot_script_views.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ chatbot.script.view.form.inherit.crm.livechat
+ chatbot.script
+
+
+
+
+
+
+
+
+