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..7983559
--- /dev/null
+++ b/__manifest__.py
@@ -0,0 +1,14 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+{
+ 'name': 'OdooBot for livechat',
+ 'version': '1.0',
+ 'category': 'Productivity/Discuss',
+ 'summary': 'Add livechat support for OdooBot',
+ 'website': 'https://www.odoo.com/app/discuss',
+ 'depends': ['mail_bot', 'im_livechat'],
+ 'installable': True,
+ 'auto_install': True,
+ 'license': 'LGPL-3',
+}
diff --git a/i18n/ar.po b/i18n/ar.po
new file mode 100644
index 0000000..0763e33
--- /dev/null
+++ b/i18n/ar.po
@@ -0,0 +1,71 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+"جيد، بإمكانك تعديل الردود الجاهزة في تطبيق الدردشة "
+"المباشرة.
وهنا تنتهي هذه النظرة العامة، استمتع باكتشاف أودو!"
+" "
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "Mail Bot"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+"لست متأكداً مما تفعله. قم بكتابة %s وانتظر ظهور المقترحات. اختر إحداها ثم "
+"اضغط على إدخال. "
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "حالة OdooBot"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr "الرد الجاهز للتهيئة "
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr "هذا أنا! 🎉
جرب كتابة %s لاستخدام الردود الجاهزة. "
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "المستخدم"
diff --git a/i18n/az.po b/i18n/az.po
new file mode 100644
index 0000000..75ad850
--- /dev/null
+++ b/i18n/az.po
@@ -0,0 +1,62 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# Jumshud Sultanov , 2022
+# erpgo translator , 2022
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 15.5alpha1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-05-16 13:49+0000\n"
+"PO-Revision-Date: 2022-09-22 05:53+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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "Good, you can customize canned responses in the live chat application.
It's the end of this overview, enjoy discovering Odoo!"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "Poçt Botu"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "Not sure what you are doing. Please, type %s and wait for the propositions. Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "OdooBot Statusu"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "İstifadəçi"
diff --git a/i18n/bg.po b/i18n/bg.po
new file mode 100644
index 0000000..d6de0b3
--- /dev/null
+++ b/i18n/bg.po
@@ -0,0 +1,66 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# aleksandar ivanov, 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: aleksandar ivanov, 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Потребител"
diff --git a/i18n/bs.po b/i18n/bs.po
new file mode 100644
index 0000000..88e5a3e
--- /dev/null
+++ b/i18n/bs.po
@@ -0,0 +1,61 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# Martin Trigaux, 2018
+# Boško Stojaković , 2018
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~11.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-05-16 13:49+0000\n"
+"PO-Revision-Date: 2018-10-02 10:05+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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "Good, you can customize canned responses in the live chat application.
It's the end of this overview, enjoy discovering Odoo!"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "Not sure what you are doing. Please, type %s and wait for the propositions. Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr ""
diff --git a/i18n/ca.po b/i18n/ca.po
new file mode 100644
index 0000000..89f074f
--- /dev/null
+++ b/i18n/ca.po
@@ -0,0 +1,71 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# marcescu, 2023
+# Martin Trigaux, 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+"Bé, pots personalitzar respostes enllaunades a l'aplicació de xat en "
+"viu.
És el final d'aquesta visió general, gaudeix descobrint"
+" Odoo!"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "Robot de correu"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "Estat de l'OdooBot"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr "Incorporació enllaunada"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Usuari"
diff --git a/i18n/cs.po b/i18n/cs.po
new file mode 100644
index 0000000..af10d82
--- /dev/null
+++ b/i18n/cs.po
@@ -0,0 +1,67 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# Jakub Smolka, 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "Mailový bot"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "Status OdooBota"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Uživatel"
diff --git a/i18n/da.po b/i18n/da.po
new file mode 100644
index 0000000..18e3cd7
--- /dev/null
+++ b/i18n/da.po
@@ -0,0 +1,69 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+"Godt, du kan tilpasse din forudindlæste svar i live chat "
+"applikationen.
Det er afslutningen på dette overblik, nyd at"
+" opdage Odoo!"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "Mail bot"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "OdooBot Status"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr "onboarding forudinlæste"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Bruger"
diff --git a/i18n/de.po b/i18n/de.po
new file mode 100644
index 0000000..7a03681
--- /dev/null
+++ b/i18n/de.po
@@ -0,0 +1,73 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+"Gut, Sie können vorformulierte Antworten in der Livechat-App "
+"personalisieren.
Das ist das Ende des Rundgangs, viel Spaß "
+"bei der Entdeckung von Odoo!"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "Mailbot"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+"Ich bin mir nicht sicher, was Sie tun. Bitte tippen Sie %s und warten Sie "
+"auf die Vorschläge. Wählen Sie einen von ihnen aus und drücken Sie Enter."
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "OdooBot-Status"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr "Einführung vorformuliert"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+"Das bin ich! 🎉
Geben Sie %s ein, um vorformulierte Antworten zu "
+"verwenden."
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Benutzer"
diff --git a/i18n/el.po b/i18n/el.po
new file mode 100644
index 0000000..39cb5da
--- /dev/null
+++ b/i18n/el.po
@@ -0,0 +1,61 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# Martin Trigaux, 2018
+# Kostas Goutoudis , 2018
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~11.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-05-16 13:49+0000\n"
+"PO-Revision-Date: 2018-10-02 10:05+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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "Good, you can customize canned responses in the live chat application.
It's the end of this overview, enjoy discovering Odoo!"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "Not sure what you are doing. Please, type %s and wait for the propositions. Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr ""
diff --git a/i18n/es.po b/i18n/es.po
new file mode 100644
index 0000000..5e38595
--- /dev/null
+++ b/i18n/es.po
@@ -0,0 +1,74 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# Wil Odoo, 2023
+# Larissa Manderfeld, 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: Larissa Manderfeld, 2023\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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+"Bien, puedes personalizar las respuestas predefinidas en el chat en "
+"vivo.
Es el final de este resumen, ¡disfruta descubriendo "
+"Odoo!"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "Bot de correo"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+"No estoy seguro de lo que está haciendo. Escriba %s y espere las propuestas."
+" Seleccione una y pulse enter. "
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "Estado de OdooBot"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr "Incorporación predefinida"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+"¡Ese soy yo! 🎉
Intente escribir %s para usar las respuestas "
+"predefinidas. "
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Usuario"
diff --git a/i18n/es_419.po b/i18n/es_419.po
new file mode 100644
index 0000000..ee5510d
--- /dev/null
+++ b/i18n/es_419.po
@@ -0,0 +1,73 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+"Bien, puede personalizar las respuestas predefinidas en el chat en "
+"vivo.
Es el final de este resumen, ¡disfrute descubriendo "
+"Odoo!"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "Bot de correo electrónico"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+"No estoy seguro de lo que está haciendo. Escriba, %s y espere las "
+"propuestas. Seleccione una y presione enter. "
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "Estado de OdooBot"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr "Integración predefinida"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+"¡Ese soy yo! 🎉
Intenete escribir %s para usar las respuestas "
+"predefinidas. "
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Usuario"
diff --git a/i18n/et.po b/i18n/et.po
new file mode 100644
index 0000000..4ad3f85
--- /dev/null
+++ b/i18n/et.po
@@ -0,0 +1,71 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# Arma Gedonsky , 2023
+# Anna, 2023
+# Patrick-Jordan Kiudorv, 2023
+# Eneli Õigus , 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: Eneli Õigus , 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+"Hästi, nüüd saad kohandada eelseadistatud vastuseid reaalajas vestluse "
+"rakenduses.
See on ülevaate lõpp, naudi Odoos avastamist!"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "Meilibot"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "OdooBot'i staatus"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr "Liitumisprotsessi mall"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Kasutaja"
diff --git a/i18n/fa.po b/i18n/fa.po
new file mode 100644
index 0000000..2105534
--- /dev/null
+++ b/i18n/fa.po
@@ -0,0 +1,67 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "وضعیت ربات اودوو"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "کاربر"
diff --git a/i18n/fi.po b/i18n/fi.po
new file mode 100644
index 0000000..5e0cc66
--- /dev/null
+++ b/i18n/fi.po
@@ -0,0 +1,69 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+"Hyvä, voit mukauttaa esitäytettyjä vastauksia live-chat-"
+"sovelluksessa.
Tämä katsaus on valmis, nauti Odoosta!"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "Mail Bot"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "OdooBotin tila"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr "Perehdytys on purkissa"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Käyttäjä"
diff --git a/i18n/fr.po b/i18n/fr.po
new file mode 100644
index 0000000..2c8f9ce
--- /dev/null
+++ b/i18n/fr.po
@@ -0,0 +1,73 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+"Bien, vous pouvez modifier les réponses automatiques dans l'application Live"
+" chat.
C'est la fin de cette visite, bonne découverte d'Odoo"
+" ! "
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "Mail Bot"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+"Pas sûr de ce que vous faites. Veuillez taper %s et attendre les "
+"propositions. Sélectionnez l'une d'elles et appuyez sur Enter."
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "Statut OdooBot"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr "Parcours d'intégration enregistré"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+"C'est moi ! 🎉
Essayez de taper %s pour utiliser des réponses "
+"enregistrées."
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Utilisateur"
diff --git a/i18n/gu.po b/i18n/gu.po
new file mode 100644
index 0000000..3f214d9
--- /dev/null
+++ b/i18n/gu.po
@@ -0,0 +1,61 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# Qaidjohar Barbhaya, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 15.5alpha1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-05-16 13:49+0000\n"
+"PO-Revision-Date: 2022-09-22 05:53+0000\n"
+"Last-Translator: Qaidjohar Barbhaya, 2023\n"
+"Language-Team: Gujarati (https://app.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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "Good, you can customize canned responses in the live chat application.
It's the end of this overview, enjoy discovering Odoo!"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "Not sure what you are doing. Please, type %s and wait for the propositions. Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "User"
diff --git a/i18n/he.po b/i18n/he.po
new file mode 100644
index 0000000..a6ca8a3
--- /dev/null
+++ b/i18n/he.po
@@ -0,0 +1,68 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# Yihya Hugirat , 2023
+# Ha Ketem , 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "רובוט מיילים"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "סטטוס OdooBot"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "משתמש"
diff --git a/i18n/hr.po b/i18n/hr.po
new file mode 100644
index 0000000..cd865fe
--- /dev/null
+++ b/i18n/hr.po
@@ -0,0 +1,62 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# Bole , 2022
+# Martin Trigaux, 2022
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 15.5alpha1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-05-16 13:49+0000\n"
+"PO-Revision-Date: 2022-09-22 05:53+0000\n"
+"Last-Translator: Martin Trigaux, 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "Good, you can customize canned responses in the live chat application.
It's the end of this overview, enjoy discovering Odoo!"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "Mali robotić"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "Not sure what you are doing. Please, type %s and wait for the propositions. Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Korisnik"
diff --git a/i18n/hu.po b/i18n/hu.po
new file mode 100644
index 0000000..7ee89c6
--- /dev/null
+++ b/i18n/hu.po
@@ -0,0 +1,67 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "OdooBot állapot"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Felhasználó"
diff --git a/i18n/id.po b/i18n/id.po
new file mode 100644
index 0000000..184f4d2
--- /dev/null
+++ b/i18n/id.po
@@ -0,0 +1,71 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+"Bagus, Anda dapat melakukan kustomisasi pada tanggapan otomatis langsung di "
+"aplikasi live chat.
Ini adalah akhir dari gambaran umum "
+"ini,, enjoy discovering Odoo!"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "Bot Email"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+"Kami tidak yakin dengan apa yang Anda ingin lakukan. Mohon ketik %s dan "
+"tunggu saran. Lalu pilih salah satu dan pencet enter."
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "Status OdooBot"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr "Onboarding dibatalkan"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr "Itu saya! 🎉
Coba ketik %s untuk menggunakan tanggapan otomatis"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Pengguna"
diff --git a/i18n/im_livechat_mail_bot.pot b/i18n/im_livechat_mail_bot.pot
new file mode 100644
index 0000000..fbcc486
--- /dev/null
+++ b/i18n/im_livechat_mail_bot.pot
@@ -0,0 +1,62 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr ""
diff --git a/i18n/is.po b/i18n/is.po
new file mode 100644
index 0000000..d1c47fb
--- /dev/null
+++ b/i18n/is.po
@@ -0,0 +1,57 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 15.5alpha1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-05-16 13:49+0000\n"
+"PO-Revision-Date: 2022-09-22 05:53+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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "Good, you can customize canned responses in the live chat application.
It's the end of this overview, enjoy discovering Odoo!"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "Not sure what you are doing. Please, type %s and wait for the propositions. Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr ""
diff --git a/i18n/it.po b/i18n/it.po
new file mode 100644
index 0000000..6ab2374
--- /dev/null
+++ b/i18n/it.po
@@ -0,0 +1,72 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+"Bene, puoi personalizzare le risposte in scatola nell'applicazione live "
+"chat.
È la fine di questa panoramica, goditi la scoperta di"
+" Odoo!"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "Email Bot"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+"Non mi è chiaro cosa tu stia facendo. Digita %s e attendi ciò che ti viene "
+"proposto. Effettua una seleziona e premi invio."
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "Stato OdooBot"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr "Messaggio predefinito di benvenuto"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+"Sono io! 🎉
Prova a digitare %s per utilizzare le risposte predefinite."
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Utente"
diff --git a/i18n/ja.po b/i18n/ja.po
new file mode 100644
index 0000000..e32f605
--- /dev/null
+++ b/i18n/ja.po
@@ -0,0 +1,67 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+"ライブチャットアプリケーションで定型応答をカスタマイズすることができます。
これで概要の説明を終わります、Odooをお楽しみ下さい!"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "メールボット"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr "何をされているかが不明です。%sを入力して、提案をお待ち下さい。そこから1つを選択してエンターを押して下さい。"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "OdooBotステータス"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr "オンボーディング定型文"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr "私です! 🎉
%sを入力して定型回答を使って下さい。"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "ユーザ"
diff --git a/i18n/km.po b/i18n/km.po
new file mode 100644
index 0000000..e8263d7
--- /dev/null
+++ b/i18n/km.po
@@ -0,0 +1,60 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# Sengtha Chay , 2018
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~11.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-05-16 13:49+0000\n"
+"PO-Revision-Date: 2018-10-02 10:05+0000\n"
+"Last-Translator: Sengtha Chay , 2018\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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "Good, you can customize canned responses in the live chat application.
It's the end of this overview, enjoy discovering Odoo!"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "Not sure what you are doing. Please, type %s and wait for the propositions. Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr ""
diff --git a/i18n/ko.po b/i18n/ko.po
new file mode 100644
index 0000000..c87a7eb
--- /dev/null
+++ b/i18n/ko.po
@@ -0,0 +1,68 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+"좋습니다. 실시간 채팅 응용 프로그램에서 미리 준비된 답변을 맞춤 설정할 수 있습니다. 그것이 이 미리보기의 끝입니다. Odoo를 "
+"발견하고 즐기십시오!"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "메일 봇"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr "무엇을 진행하시는지 잘 모르겠습니다. %s를 입력하고 메시지를 기다려 주세요. 그 중 하나를 선택한 후 엔터키를 눌러주세요."
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "Odoo봇 상태"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr "신입사원 연수 프로그램 사전준비물"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr "저에요! 🎉
미리 준비된 답변을 사용하시려면 %s를 입력하세요."
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "사용자"
diff --git a/i18n/lb.po b/i18n/lb.po
new file mode 100644
index 0000000..0dffd14
--- /dev/null
+++ b/i18n/lb.po
@@ -0,0 +1,57 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server saas~12.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-05-16 13:49+0000\n"
+"PO-Revision-Date: 2019-08-26 09:11+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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "Good, you can customize canned responses in the live chat application.
It's the end of this overview, enjoy discovering Odoo!"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "Not sure what you are doing. Please, type %s and wait for the propositions. Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr ""
diff --git a/i18n/lt.po b/i18n/lt.po
new file mode 100644
index 0000000..271828f
--- /dev/null
+++ b/i18n/lt.po
@@ -0,0 +1,67 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# Linas Versada , 2023
+# Monika Raciunaite , 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: Monika Raciunaite , 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "OdooBot Būsena"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Vartotojas"
diff --git a/i18n/lv.po b/i18n/lv.po
new file mode 100644
index 0000000..85ad628
--- /dev/null
+++ b/i18n/lv.po
@@ -0,0 +1,66 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# ievaputnina , 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: ievaputnina , 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Lietotājs"
diff --git a/i18n/mn.po b/i18n/mn.po
new file mode 100644
index 0000000..995f860
--- /dev/null
+++ b/i18n/mn.po
@@ -0,0 +1,62 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# Nurbahyt Kh , 2022
+# Martin Trigaux, 2022
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 15.5alpha1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-05-16 13:49+0000\n"
+"PO-Revision-Date: 2022-09-22 05:53+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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "Good, you can customize canned responses in the live chat application.
It's the end of this overview, enjoy discovering Odoo!"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "Мэйл Бот"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "Not sure what you are doing. Please, type %s and wait for the propositions. Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "OdooBot-ийн төлөв"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Хэрэглэгч"
diff --git a/i18n/nb.po b/i18n/nb.po
new file mode 100644
index 0000000..bc83f7e
--- /dev/null
+++ b/i18n/nb.po
@@ -0,0 +1,62 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# Marius Stedjan , 2022
+# Martin Trigaux, 2022
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 15.5alpha1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-05-16 13:49+0000\n"
+"PO-Revision-Date: 2022-09-22 05:53+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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "Good, you can customize canned responses in the live chat application.
It's the end of this overview, enjoy discovering Odoo!"
+msgstr "Bra. Du kan tilpasse autosvar i live-chat-appen.
Dette er slutten på innføringen, ha det gøy med å utforske Odoo!"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "Meldingsbot"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "Not sure what you are doing. Please, type %s and wait for the propositions. Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "OdooBot Status"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr "Autosvar for oppstart"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Bruker"
diff --git a/i18n/nl.po b/i18n/nl.po
new file mode 100644
index 0000000..d997a16
--- /dev/null
+++ b/i18n/nl.po
@@ -0,0 +1,72 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+"Goed, je kunt standaardantwoorden aanpassen in de livechat-"
+"app.
Het is het einde van dit overzicht , veel pleziert met "
+"het ontdekken van Odoo!"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "Mailbot"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+"Ik weet niet zeker wat je doet. Typ %s en wacht op de voorstellen. Selecteer"
+" er één en druk op Enter."
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "OdooBot status"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr "Onboarding standaardantwoorden"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+"Dat ben ik! 🎉
Probeer %s te typen om standaardantwoorden te gebruiken."
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Gebruiker"
diff --git a/i18n/pl.po b/i18n/pl.po
new file mode 100644
index 0000000..e978e64
--- /dev/null
+++ b/i18n/pl.po
@@ -0,0 +1,69 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+"Świetnie, potrafisz dostosowywać gotowe odpowiedzi w aplikacji "
+"czatu.
To koniec tego omówienia, przyjemnego odkrywania "
+"Odoo!"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "Bot poczty mailowej"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "Status OdooBota"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr "Wdrażanie gotowców"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Użytkownik"
diff --git a/i18n/pt.po b/i18n/pt.po
new file mode 100644
index 0000000..977990a
--- /dev/null
+++ b/i18n/pt.po
@@ -0,0 +1,66 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Utilizador"
diff --git a/i18n/pt_BR.po b/i18n/pt_BR.po
new file mode 100644
index 0000000..231ca68
--- /dev/null
+++ b/i18n/pt_BR.po
@@ -0,0 +1,72 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# Wil Odoo, 2023
+# Maitê Dietze, 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: Maitê Dietze, 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+"Você pode personalizar respostas prontas no aplicativo de Chat ao "
+"vivo.
Chegamos ao fim deste resumo. Divirta-se explorando o "
+"Odoo!"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "Bot de e-mail"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+"Não tenho certeza do que você está tentando fazer. Digite %s e veja as "
+"opções. Selecione uma delas e pressione Enter."
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "Status do OdooBot"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr "Integração empacotada"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr "Sim, sou eu! 🎉
Digite %s para utilizar respostas predefinidas."
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Usuário"
diff --git a/i18n/ro.po b/i18n/ro.po
new file mode 100644
index 0000000..f971e4e
--- /dev/null
+++ b/i18n/ro.po
@@ -0,0 +1,62 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# Hongu Cosmin , 2022
+# Martin Trigaux, 2022
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 15.5alpha1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-05-16 13:49+0000\n"
+"PO-Revision-Date: 2022-09-22 05:53+0000\n"
+"Last-Translator: Martin Trigaux, 2022\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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "Good, you can customize canned responses in the live chat application.
It's the end of this overview, enjoy discovering Odoo!"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "Not sure what you are doing. Please, type %s and wait for the propositions. Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "Stare OdooBot"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Operator"
diff --git a/i18n/ru.po b/i18n/ru.po
new file mode 100644
index 0000000..850273b
--- /dev/null
+++ b/i18n/ru.po
@@ -0,0 +1,75 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# Martin Trigaux, 2023
+# Сергей Шебанин , 2023
+# Ivan Kropotkin , 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+"Хорошо, вы можете настроить консервированные ответы в приложении "
+"чата.
На этом обзор закончен, приятного вам знакомства с "
+"Odoo!"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "Почтовый бот"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+"Не уверен, что вы делаете. Пожалуйста, введите %s и дождитесь предложений. "
+"Выберите одно из них и нажмите Enter."
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "Статус OdooBot"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr "Онбординг консервированный"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+"Это я! 🎉
Попробуйте набрать %s, чтобы использовать готовые ответы."
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Пользователь"
diff --git a/i18n/sk.po b/i18n/sk.po
new file mode 100644
index 0000000..3ad4794
--- /dev/null
+++ b/i18n/sk.po
@@ -0,0 +1,66 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "OdooBot stav"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Užívateľ"
diff --git a/i18n/sl.po b/i18n/sl.po
new file mode 100644
index 0000000..11026ec
--- /dev/null
+++ b/i18n/sl.po
@@ -0,0 +1,67 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# Matjaz Mozetic , 2023
+# Tadej Lupšina , 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: Tadej Lupšina , 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "OdooBot status"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Uporabnik"
diff --git a/i18n/sr.po b/i18n/sr.po
new file mode 100644
index 0000000..78e8e36
--- /dev/null
+++ b/i18n/sr.po
@@ -0,0 +1,75 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# Milan Bojovic , 2023
+# Dragan Vukosavljevic , 2023
+# コフスタジオ, 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: コフスタジオ, 2024\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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+"Dobro, možete da prilagodite unapred pripremljene odgovore u livechat "
+"aplikaciji.
Ovo je kraj ovog pregleda, uživajte u otkrivanju"
+" Odoo-a!"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "Mail Bot"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+"Nisam siguran šta radiš. Molim te, unesi %s i sačekaj predloge. Izaberi "
+"jedan od njih i pritisni enter."
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "OdooBot Status"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr "Onboarding pripremljeni odgovori"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+"To sam ja! 🎉
Pokušajte kucati %s da biste koristili unapred pripremljene"
+" odgovore."
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Korisnik"
diff --git a/i18n/sv.po b/i18n/sv.po
new file mode 100644
index 0000000..922337c
--- /dev/null
+++ b/i18n/sv.po
@@ -0,0 +1,69 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# Anders Wallenquist , 2023
+# Kim Asplund , 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: Kim Asplund , 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+"Bra, du kan anpassa färdiga svar i chattprogrammet.
Det är "
+"slutet på denna översikt, njut av att upptäcka nya Odoo!"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "Mail Bot"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "OdooBot Status"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr "Onboarding avslutad"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Användare"
diff --git a/i18n/th.po b/i18n/th.po
new file mode 100644
index 0000000..2cad0ec
--- /dev/null
+++ b/i18n/th.po
@@ -0,0 +1,72 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# Wil Odoo, 2023
+# Rasareeyar Lappiam, 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: Rasareeyar Lappiam, 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+"ดีมาก คุณสามารถปรับแต่งการตอบกลับสำเร็จรูปได้ในแอปพลิเคชันไลฟ์แชท "
+"
ภาพรวมนี้ใกล้จะสิ้นสุดแล้ว ขอให้สนุกกับการเรียนรู้เกี่ยวกับ"
+" Odoo!"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "เมลบอท"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+"ไม่แน่ใจว่าคุณกำลังทำอะไร กรุณาพิมพ์ %s และรอข้อเสนอ เลือกหนึ่งในนั้นแล้วกด "
+"Enter"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "สถานะ OdooBot"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr "การเริ่มต้นใช้งานแบบสำเร็จรูป"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr "นั่นคือฉันเอง! 🎉
ลองพิมพ์ %s เพื่อใช้คำตอบสำเร็จรูป"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "ผู้ใช้"
diff --git a/i18n/tr.po b/i18n/tr.po
new file mode 100644
index 0000000..39d550c
--- /dev/null
+++ b/i18n/tr.po
@@ -0,0 +1,70 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# Murat Kaplan , 2023
+# Tugay Hatıl , 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: Tugay Hatıl , 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+"Güzel, canlı sohbet uygulamasında hazır yanıtları "
+"özelleştirebilirsiniz.
Bu genel bakışın sonunda, Odoo'yu "
+"keşfetmenin tadını çıkarın!"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "Posta Botu"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "OdooBot Durumu"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr "İşe alım kaydedildi"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Kullanıcı"
diff --git a/i18n/uk.po b/i18n/uk.po
new file mode 100644
index 0000000..bea6ecd
--- /dev/null
+++ b/i18n/uk.po
@@ -0,0 +1,72 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# Wil Odoo, 2023
+# Alina Lisnenko , 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: Alina Lisnenko , 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+"Добре, ви можете налаштувати автоматичні відповіді в додатку живого "
+"чату.
Це кінець загального огляду, насолоджуйтеся "
+"використанням Odoo!"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "Поштовий бот"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+"Невпевнені, що робите. Введіть %s та очікуйте на пропозиції. Оберіть одну із"
+" них та натисніть enter."
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "Статус OdooBot "
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr "Вхідні автоматичні"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr "Це я! 🎉
Спробуйте ввести %s щоб використати стандартні відповіді."
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Користувач"
diff --git a/i18n/vi.po b/i18n/vi.po
new file mode 100644
index 0000000..ed5a042
--- /dev/null
+++ b/i18n/vi.po
@@ -0,0 +1,69 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr ""
+"Tốt, bạn có thể tùy chỉnh câu trả lời soạn sẵn trong ứng dụng trò chuyện "
+"trực tiếp.
Đến đây là kết thúc phần tổng quan này, tận hưởng"
+" việc khám phá hệ thống!"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "Mail Bot"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "Trạng thái OdooBot"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr "Đóng gói"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr ""
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "Người dùng"
diff --git a/i18n/zh_CN.po b/i18n/zh_CN.po
new file mode 100644
index 0000000..7d2a006
--- /dev/null
+++ b/i18n/zh_CN.po
@@ -0,0 +1,67 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# Wil Odoo, 2023
+# 湘子 南 <1360857908@qq.com>, 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: 湘子 南 <1360857908@qq.com>, 2024\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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr "太好了,您可以在实时聊天应用程序中定制录音响应。
这是概要的结尾,享受发现 ERP !"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "邮件机器人"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr "不确定要做什么。请输入 %s 并等待建议显示,选取其中一项,然后按输入键。"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "小秘书状态"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr "Onboarding 录制"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr "对啦,就是我!🎉
试试输入 %s预设回复。"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "用户"
diff --git a/i18n/zh_TW.po b/i18n/zh_TW.po
new file mode 100644
index 0000000..019e0bd
--- /dev/null
+++ b/i18n/zh_TW.po
@@ -0,0 +1,67 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * im_livechat_mail_bot
+#
+# Translators:
+# Wil Odoo, 2023
+# Tony Ng, 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: Tony Ng, 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: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Good, you can customize canned responses in the live chat "
+"application.
It's the end of this overview, enjoy "
+"discovering Odoo!"
+msgstr "太好了,您可以在線上客服模組中設制罐頭回應。
到這裡為教學瀏覽的尾聲,請享受發現Odoo!"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot
+msgid "Mail Bot"
+msgstr "信件機器人"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid ""
+"Not sure what you are doing. Please, type %s and wait for the propositions. "
+"Select one of them and press enter."
+msgstr "不肯定你想做甚麼。請鍵入「%s」並等待建議顯示,選取其中一項,然後按輸入鍵。"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__odoobot_state
+msgid "OdooBot Status"
+msgstr "OdooBot 狀態"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model.fields.selection,name:im_livechat_mail_bot.selection__res_users__odoobot_state__onboarding_canned
+msgid "Onboarding canned"
+msgstr "新手簡介預製"
+
+#. module: im_livechat_mail_bot
+#. odoo-python
+#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0
+#, python-format
+msgid "That's me! 🎉
Try typing %s to use canned responses."
+msgstr "是我!🎉
試試鍵入 %s 以使用預設回覆。"
+
+#. module: im_livechat_mail_bot
+#: model:ir.model,name:im_livechat_mail_bot.model_res_users
+msgid "User"
+msgstr "使用者"
diff --git a/models/__init__.py b/models/__init__.py
new file mode 100644
index 0000000..d7cfe3a
--- /dev/null
+++ b/models/__init__.py
@@ -0,0 +1,5 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from . import mail_bot
+from . import res_users
\ No newline at end of file
diff --git a/models/mail_bot.py b/models/mail_bot.py
new file mode 100644
index 0000000..45905c1
--- /dev/null
+++ b/models/mail_bot.py
@@ -0,0 +1,27 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from markupsafe import Markup
+from odoo import models, _
+
+
+class MailBot(models.AbstractModel):
+ _inherit = 'mail.bot'
+
+ def _get_answer(self, record, body, values, command):
+ odoobot_state = self.env.user.odoobot_state
+ if self._is_bot_in_private_channel(record):
+ if odoobot_state == "onboarding_attachement" and values.get("attachment_ids"):
+ self.env.user.odoobot_failed = False
+ self.env.user.odoobot_state = "onboarding_canned"
+ return Markup(_("That's me! 🎉
Try typing %s to use canned responses.", ":"))
+ elif odoobot_state == "onboarding_canned" and values.get("canned_response_ids"):
+ self.env.user.odoobot_failed = False
+ self.env.user.odoobot_state = "idle"
+ return Markup(_("Good, you can customize canned responses in the live chat application.
It's the end of this overview, enjoy discovering Odoo!"))
+ # repeat question if needed
+ elif odoobot_state == 'onboarding_canned' and not self._is_help_requested(body):
+ self.env.user.odoobot_failed = True
+ return _("Not sure what you are doing. Please, type %s and wait for the propositions. Select one of them and press enter.",
+ Markup(":"))
+ return super(MailBot, self)._get_answer(record, body, values, command)
diff --git a/models/res_users.py b/models/res_users.py
new file mode 100644
index 0000000..ce1bd26
--- /dev/null
+++ b/models/res_users.py
@@ -0,0 +1,12 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from odoo import models, fields
+
+
+class Users(models.Model):
+ _inherit = 'res.users'
+
+ odoobot_state = fields.Selection(selection_add=[
+ ('onboarding_canned', 'Onboarding canned'),
+ ], ondelete={'onboarding_canned': lambda users: users.write({'odoobot_state': 'disabled'})})