diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/im_livechat_mail_bot | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/im_livechat_mail_bot')
60 files changed, 4873 insertions, 0 deletions
diff --git a/addons/im_livechat_mail_bot/__init__.py b/addons/im_livechat_mail_bot/__init__.py new file mode 100644 index 00000000..dc5e6b69 --- /dev/null +++ b/addons/im_livechat_mail_bot/__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/addons/im_livechat_mail_bot/__manifest__.py b/addons/im_livechat_mail_bot/__manifest__.py new file mode 100644 index 00000000..abb69c0a --- /dev/null +++ b/addons/im_livechat_mail_bot/__manifest__.py @@ -0,0 +1,16 @@ +# -*- 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', + 'description': "", + 'website': 'https://www.odoo.com/page/discuss', + 'depends': ['mail_bot', 'im_livechat'], + 'installable': True, + 'application': False, + 'auto_install': True, + 'license': 'LGPL-3', +} diff --git a/addons/im_livechat_mail_bot/i18n/ar.po b/addons/im_livechat_mail_bot/i18n/ar.po new file mode 100644 index 00000000..61e7a1e1 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/ar.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Mustafa Rawi <mustafa@cubexco.com>, 2020 +# Akram Alfusayal <akram_ma@hotmail.com>, 2020 +# Osama Ahmaro <osamaahmaro@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Osama Ahmaro <osamaahmaro@gmail.com>, 2020\n" +"Language-Team: Arabic (https://www.transifex.com/odoo/teams/41243/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "الاسم المعروض" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" +"جيد، يمكنك تعديل الردود الجاهزة في تطبيق الدردشة الحية.<br/><br/><b>وهنا " +"تنتهي هذه النظرة العامة</b>، استمتع باكتشاف أودو!" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "المُعرف" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "المستخدمون" diff --git a/addons/im_livechat_mail_bot/i18n/az.po b/addons/im_livechat_mail_bot/i18n/az.po new file mode 100644 index 00000000..2fe4016c --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/az.po @@ -0,0 +1,94 @@ +# 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~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-10-02 10:05+0000\n" +"PO-Revision-Date: 2018-08-24 09:20+0000\n" +"Language-Team: Azerbaijani (https://www.transifex.com/odoo/teams/41243/az/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: az\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Disabled" +msgstr "" + +#. module: im_livechat_mail_bot +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:18 +#, python-format +msgid "" +"Good, you can customize canned responses in the live chat " +"application.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Idle" +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 +#: selection:res.users,odoobot_state:0 +msgid "Not initialized" +msgstr "" + +#. module: im_livechat_mail_bot +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:21 +#, python-format +msgid "" +"Not sure wat you are doing. Please press : 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 +#: selection:res.users,odoobot_state:0 +msgid "Onboarding attachement" +msgstr "" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Onboarding canned" +msgstr "" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Onboarding command" +msgstr "" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Onboarding emoji" +msgstr "" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Onboarding ping" +msgstr "" + +#. module: im_livechat_mail_bot +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:15 +#, python-format +msgid "That's me! 🎉<br/>Try to type \":\" to use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "" diff --git a/addons/im_livechat_mail_bot/i18n/bg.po b/addons/im_livechat_mail_bot/i18n/bg.po new file mode 100644 index 00000000..d2604ee8 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/bg.po @@ -0,0 +1,85 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Martin Trigaux, 2020 +# aleksandar ivanov, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: aleksandar ivanov, 2020\n" +"Language-Team: Bulgarian (https://www.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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Име за показване" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Потребители" diff --git a/addons/im_livechat_mail_bot/i18n/bn.po b/addons/im_livechat_mail_bot/i18n/bn.po new file mode 100644 index 00000000..27f61ff3 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/bn.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Abu Zafar <azmikbal@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Abu Zafar <azmikbal@gmail.com>, 2021\n" +"Language-Team: Bengali (https://www.transifex.com/odoo/teams/41243/bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "প্রদর্শন নাম" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" +"ভাল, আপনি লাইভ চ্যাট অ্যাপ্লিকেশনটিতে ক্যানড প্রতিক্রিয়াগুলি কাস্টমাইজ করতে" +" পারেন <br/><br/><b>এই পর্যালোচনাটির শেষে</b>, ওদু আবিষ্কার করে উপভোগ করুন!" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "আইডি " + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "ব্যবহারকারীরা" diff --git a/addons/im_livechat_mail_bot/i18n/bs.po b/addons/im_livechat_mail_bot/i18n/bs.po new file mode 100644 index 00000000..93a6c295 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/bs.po @@ -0,0 +1,98 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Martin Trigaux, 2018 +# Boško Stojaković <bluesoft83@gmail.com>, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-10-02 10:05+0000\n" +"PO-Revision-Date: 2018-10-02 10:05+0000\n" +"Last-Translator: Boško Stojaković <bluesoft83@gmail.com>, 2018\n" +"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bs\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 +#: selection:res.users,odoobot_state:0 +msgid "Disabled" +msgstr "" + +#. module: im_livechat_mail_bot +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:18 +#, python-format +msgid "" +"Good, you can customize canned responses in the live chat " +"application.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Idle" +msgstr "Na čekanju" + +#. 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 +#: selection:res.users,odoobot_state:0 +msgid "Not initialized" +msgstr "" + +#. module: im_livechat_mail_bot +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:21 +#, python-format +msgid "" +"Not sure wat you are doing. Please press : 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 +#: selection:res.users,odoobot_state:0 +msgid "Onboarding attachement" +msgstr "" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Onboarding canned" +msgstr "" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Onboarding command" +msgstr "" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Onboarding emoji" +msgstr "" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Onboarding ping" +msgstr "" + +#. module: im_livechat_mail_bot +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:15 +#, python-format +msgid "That's me! 🎉<br/>Try to type \":\" to use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Korisnici" diff --git a/addons/im_livechat_mail_bot/i18n/ca.po b/addons/im_livechat_mail_bot/i18n/ca.po new file mode 100644 index 00000000..dd1374a7 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/ca.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Martin Trigaux, 2020 +# Arnau Ros, 2020 +# Josep Anton Belchi, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Josep Anton Belchi, 2021\n" +"Language-Team: Catalan (https://www.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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Nom mostrat" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +msgstr "Última modificació el " + +#. 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Usuaris" diff --git a/addons/im_livechat_mail_bot/i18n/ckb.po b/addons/im_livechat_mail_bot/i18n/ckb.po new file mode 100644 index 00000000..54f15175 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/ckb.po @@ -0,0 +1,84 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Haval Abdulkarim <haval.abdulkarim@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Haval Abdulkarim <haval.abdulkarim@gmail.com>, 2020\n" +"Language-Team: Central Kurdish (https://www.transifex.com/odoo/teams/41243/ckb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ckb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "پیشاندانی ناو" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ناسنامە" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "بەکارهێنەرەکان" diff --git a/addons/im_livechat_mail_bot/i18n/cs.po b/addons/im_livechat_mail_bot/i18n/cs.po new file mode 100644 index 00000000..aa1ad1ac --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/cs.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Martin Trigaux, 2020 +# Jan Horzinka <jan.horzinka@centrum.cz>, 2020 +# Jiří Podhorecký, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Jiří Podhorecký, 2020\n" +"Language-Team: Czech (https://www.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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Zobrazované jméno" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +msgstr "Naposled změněno" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot +msgid "Mail Bot" +msgstr "e-mailový robot" + +#. module: im_livechat_mail_bot +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Uživatelé" diff --git a/addons/im_livechat_mail_bot/i18n/da.po b/addons/im_livechat_mail_bot/i18n/da.po new file mode 100644 index 00000000..490eba54 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/da.po @@ -0,0 +1,96 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Martin Trigaux, 2020 +# Morten Schou <ms@msteknik.dk>, 2020 +# Jesper Carstensen <jc@danodoo.dk>, 2020 +# Mads Søndergaard, 2020 +# Mads Søndergaard <mads@vkdata.dk>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Mads Søndergaard <mads@vkdata.dk>, 2020\n" +"Language-Team: Danish (https://www.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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" +"Godt, du kan tilpasse din forudindlæste svar i live chat " +"applikationen.<br/><br/><b>Det er afslutningen på dette overblik</b>, nyd at" +" opdage Odoo!" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> and wait for the propositions. Select " +"one of them and press enter." +msgstr "" +"Er ikke sikker på hvad du laver. Være venlig at skrive <span " +"class=\"o_odoobot_command\">:</span> og afvendt forslagene. Vælg en af dem, " +"og tryk på 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 forudinlæste" + +#. module: im_livechat_mail_bot +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" +"Det er mig! 🎉<br/>Prøv at skriv <span class=\"o_odoobot_command\">:</span> " +"for at bruge gemte svar." + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Brugere" diff --git a/addons/im_livechat_mail_bot/i18n/de.po b/addons/im_livechat_mail_bot/i18n/de.po new file mode 100644 index 00000000..1df41e8b --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/de.po @@ -0,0 +1,93 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Martin Trigaux, 2020 +# Chris Egal <sodaswed@web.de>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Chris Egal <sodaswed@web.de>, 2021\n" +"Language-Team: German (https://www.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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" +"Gut, Sie können Antwortvorlagen in der Livechat app personalisieren.<br/>\n" +"<br/><b>Das ist das Ende des Rundgangs</b>, viel spass dabei, Odoo zu entdecken!" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> and wait for the propositions. Select " +"one of them and press enter." +msgstr "" +"Sie sind sich nicht sicher, was Sie tun. Bitte, tippen Sie <span " +"class=\"o_odoobot_command\">:</span> und warten Sie auf die Vorschläge. " +"Wählen Sie einen von ihnen aus und drücken Sie die Eingabetaste." + +#. 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" +"Das bin ich! 🎉<br/>Versuchen Sie zu tippen <span " +"class=\"o_odoobot_command\">:</span> um vorgefertigte Antworten zu " +"verwenden." + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Benutzer" diff --git a/addons/im_livechat_mail_bot/i18n/el.po b/addons/im_livechat_mail_bot/i18n/el.po new file mode 100644 index 00000000..77fd4882 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/el.po @@ -0,0 +1,84 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Εμφάνιση Ονόματος" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "Κωδικός" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Χρήστες" diff --git a/addons/im_livechat_mail_bot/i18n/eo.po b/addons/im_livechat_mail_bot/i18n/eo.po new file mode 100644 index 00000000..b6080b11 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/eo.po @@ -0,0 +1,80 @@ +# 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~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Language-Team: Esperanto (https://www.transifex.com/odoo/teams/41243/eo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "" diff --git a/addons/im_livechat_mail_bot/i18n/es.po b/addons/im_livechat_mail_bot/i18n/es.po new file mode 100644 index 00000000..a10aa983 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/es.po @@ -0,0 +1,93 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Martin Trigaux, 2020 +# Braulio D. López Vázquez <bdl@odoo.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Braulio D. López Vázquez <bdl@odoo.com>, 2021\n" +"Language-Team: Spanish (https://www.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=2; plural=(n != 1);\n" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" +"Bien, puedes personalizar las respuestas predefinidas en el chat en " +"vivo.<br/><br/><b>Es el final de este resumen</b>, ¡disfruta descubriendo " +"Odoo!" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> and wait for the propositions. Select " +"one of them and press enter." +msgstr "" +"No estamos seguros de qué estás haciendo. Por favor, escribe <span " +"class=\"o_odoobot_command\">:</span> y espera las propuestas. Selecciona una" +" de ellas y presiona 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" +"¡Soy yo! 🎉<br/>Intenta escribir <span class=\"o_odoobot_command\">:</span> " +"para usar respuestas predefinidas." + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Usuarios" diff --git a/addons/im_livechat_mail_bot/i18n/es_MX.po b/addons/im_livechat_mail_bot/i18n/es_MX.po new file mode 100644 index 00000000..dde4408d --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/es_MX.po @@ -0,0 +1,93 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Cécile Collart <cco@odoo.com>, 2021 +# Braulio D. López Vázquez <bdl@odoo.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Braulio D. López Vázquez <bdl@odoo.com>, 2021\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/odoo/teams/41243/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Nombre en pantalla" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" +"Bien, puede personalizar las respuestas predefinidas en el chat en " +"vivo.<br/><br/><b>Es el final de este resumen</b>, ¡disfrute descubriendo " +"Odoo!" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> and wait for the propositions. Select " +"one of them and press enter." +msgstr "" +"No estoy seguros de qué está haciendo. Por favor, escriba <span " +"class=\"o_odoobot_command\">:</span> y espere las propuestas. Seleccione una" +" de ellas 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" +"¡Soy yo! 🎉<br/>Intente escribir <span class=\"o_odoobot_command\">:</span> " +"para usar respuestas predefinidas." + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Usuarios" diff --git a/addons/im_livechat_mail_bot/i18n/et.po b/addons/im_livechat_mail_bot/i18n/et.po new file mode 100644 index 00000000..183b92f9 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/et.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Triine Aavik <triine@avalah.ee>, 2020 +# Arma Gedonsky <armagedonsky@hot.ee>, 2020 +# Eneli Õigus <enelioigus@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Eneli Õigus <enelioigus@gmail.com>, 2020\n" +"Language-Team: Estonian (https://www.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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Kuva nimi" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +msgstr "Viimati muudetud (millal)" + +#. 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 "" + +#. module: im_livechat_mail_bot +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Kasutajad" diff --git a/addons/im_livechat_mail_bot/i18n/eu.po b/addons/im_livechat_mail_bot/i18n/eu.po new file mode 100644 index 00000000..8a296a8b --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/eu.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Martin Trigaux, 2021 +# oihane <oihanecruce@gmail.com>, 2021 +# Eneko <eastigarraga@codesyntax.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Eneko <eastigarraga@codesyntax.com>, 2021\n" +"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +msgstr "Azken aldaketa" + +#. 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Erabiltzaileak" diff --git a/addons/im_livechat_mail_bot/i18n/fa.po b/addons/im_livechat_mail_bot/i18n/fa.po new file mode 100644 index 00000000..51eb67b1 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/fa.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Martin Trigaux, 2020 +# Hamid Darabi, 2020 +# Hamed Mohammadi <hamed@dehongi.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Hamed Mohammadi <hamed@dehongi.com>, 2020\n" +"Language-Team: Persian (https://www.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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "شناسه" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "کاربران" diff --git a/addons/im_livechat_mail_bot/i18n/fi.po b/addons/im_livechat_mail_bot/i18n/fi.po new file mode 100644 index 00000000..69bc4b91 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/fi.po @@ -0,0 +1,87 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Kari Lindgren <kari.lindgren@emsystems.fi>, 2020 +# Miku Laitinen <miku.laitinen@gmail.com>, 2020 +# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2020 +# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2020\n" +"Language-Team: Finnish (https://www.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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Näyttönimi" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "Tunniste (ID)" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Käyttäjät" diff --git a/addons/im_livechat_mail_bot/i18n/fr.po b/addons/im_livechat_mail_bot/i18n/fr.po new file mode 100644 index 00000000..ea44c296 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/fr.po @@ -0,0 +1,92 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Martin Trigaux, 2020 +# Aurélien Pillevesse <aurelienpillevesse@hotmail.fr>, 2020 +# Eloïse Stilmant <est@odoo.com>, 2020 +# Cécile Collart <cco@odoo.com>, 2020 +# Gilles Mangin <gilles.mangin@phidias.fr>, 2020 +# Priscilla Sanchez <prs@odoo.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Priscilla Sanchez <prs@odoo.com>, 2020\n" +"Language-Team: French (https://www.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=2; plural=(n > 1);\n" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" +"Bien, vous pouvez modifier les réponses automatiques dans l'application Live" +" chat.<br/><br/><b>C'est la fin de cette visite</b>, bonne découverte " +"d'Odoo! " + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 "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 "Onboarding canned" + +#. module: im_livechat_mail_bot +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Utilisateurs" diff --git a/addons/im_livechat_mail_bot/i18n/gu.po b/addons/im_livechat_mail_bot/i18n/gu.po new file mode 100644 index 00000000..41528b08 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/gu.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Martin Trigaux, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-10-02 10:05+0000\n" +"PO-Revision-Date: 2018-10-02 10:05+0000\n" +"Last-Translator: Martin Trigaux, 2018\n" +"Language-Team: Gujarati (https://www.transifex.com/odoo/teams/41243/gu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Disabled" +msgstr "" + +#. module: im_livechat_mail_bot +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:18 +#, python-format +msgid "" +"Good, you can customize canned responses in the live chat " +"application.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Idle" +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 +#: selection:res.users,odoobot_state:0 +msgid "Not initialized" +msgstr "" + +#. module: im_livechat_mail_bot +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:21 +#, python-format +msgid "" +"Not sure wat you are doing. Please press : 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 +#: selection:res.users,odoobot_state:0 +msgid "Onboarding attachement" +msgstr "" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Onboarding canned" +msgstr "" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Onboarding command" +msgstr "" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Onboarding emoji" +msgstr "" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Onboarding ping" +msgstr "" + +#. module: im_livechat_mail_bot +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:15 +#, python-format +msgid "That's me! 🎉<br/>Try to type \":\" to use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "વપરાશકર્તાઓ" diff --git a/addons/im_livechat_mail_bot/i18n/he.po b/addons/im_livechat_mail_bot/i18n/he.po new file mode 100644 index 00000000..4cbd5bfa --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/he.po @@ -0,0 +1,87 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Yihya Hugirat <hugirat@gmail.com>, 2020 +# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020 +# Lilach Gilliam <lilach.gilliam@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Lilach Gilliam <lilach.gilliam@gmail.com>, 2021\n" +"Language-Team: Hebrew (https://www.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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "שם תצוגה" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "<div></div>" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "מזהה" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> and wait for the propositions. Select " +"one of them and press enter." +msgstr "" +"לא ברור למה הכוונה. אנא הקלד.י: והמתן להצעות. בחר אחד מהם ולחץ על 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "זה אני! 🎉 נסה להקליד: להשתמש בתבנית תגובות." + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "משתמשים" diff --git a/addons/im_livechat_mail_bot/i18n/hi.po b/addons/im_livechat_mail_bot/i18n/hi.po new file mode 100644 index 00000000..ebf38645 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/hi.po @@ -0,0 +1,80 @@ +# 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~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Language-Team: Hindi (https://www.transifex.com/odoo/teams/41243/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "" diff --git a/addons/im_livechat_mail_bot/i18n/hr.po b/addons/im_livechat_mail_bot/i18n/hr.po new file mode 100644 index 00000000..4ecc34da --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/hr.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Martin Trigaux, 2020 +# Bole <bole@dajmi5.com>, 2020 +# Vladimir Olujić <olujic.vladimir@storm.hr>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Vladimir Olujić <olujic.vladimir@storm.hr>, 2020\n" +"Language-Team: Croatian (https://www.transifex.com/odoo/teams/41243/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +msgstr "Zadnja promjena" + +#. 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Korisnici" diff --git a/addons/im_livechat_mail_bot/i18n/hu.po b/addons/im_livechat_mail_bot/i18n/hu.po new file mode 100644 index 00000000..dfacadd1 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/hu.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# krnkris, 2021 +# Tamás Németh <ntomasz81@gmail.com>, 2021 +# Ákos Nagy <akos.nagy@oregional.hu>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Ákos Nagy <akos.nagy@oregional.hu>, 2021\n" +"Language-Team: Hungarian (https://www.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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "Azonosító" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +msgstr "Legutóbb módosítva" + +#. 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Felhasználók" diff --git a/addons/im_livechat_mail_bot/i18n/id.po b/addons/im_livechat_mail_bot/i18n/id.po new file mode 100644 index 00000000..e6cbf15e --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/id.po @@ -0,0 +1,85 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Martin Trigaux, 2020 +# William Surya Permana <zarambie_game@yahoo.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: William Surya Permana <zarambie_game@yahoo.com>, 2020\n" +"Language-Team: Indonesian (https://www.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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +msgstr "Terakhir diubah pada" + +#. 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Pengguna" diff --git a/addons/im_livechat_mail_bot/i18n/im_livechat_mail_bot.pot b/addons/im_livechat_mail_bot/i18n/im_livechat_mail_bot.pot new file mode 100644 index 00000000..04870dd9 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/im_livechat_mail_bot.pot @@ -0,0 +1,80 @@ +# 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~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-01 07:29+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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "" diff --git a/addons/im_livechat_mail_bot/i18n/is.po b/addons/im_livechat_mail_bot/i18n/is.po new file mode 100644 index 00000000..d6569510 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/is.po @@ -0,0 +1,98 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Martin Trigaux, 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-10-02 10:05+0000\n" +"PO-Revision-Date: 2018-08-24 09:20+0000\n" +"Last-Translator: Martin Trigaux, 2018\n" +"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Disabled" +msgstr "" + +#. module: im_livechat_mail_bot +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:18 +#, python-format +msgid "" +"Good, you can customize canned responses in the live chat " +"application.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Idle" +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 +#: selection:res.users,odoobot_state:0 +msgid "Not initialized" +msgstr "" + +#. module: im_livechat_mail_bot +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:21 +#, python-format +msgid "" +"Not sure wat you are doing. Please press : 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 +#: selection:res.users,odoobot_state:0 +msgid "Onboarding attachement" +msgstr "" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Onboarding canned" +msgstr "" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Onboarding command" +msgstr "" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Onboarding emoji" +msgstr "" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Onboarding ping" +msgstr "" + +#. module: im_livechat_mail_bot +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:15 +#, python-format +msgid "That's me! 🎉<br/>Try to type \":\" to use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Notendur" diff --git a/addons/im_livechat_mail_bot/i18n/it.po b/addons/im_livechat_mail_bot/i18n/it.po new file mode 100644 index 00000000..2baf806b --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/it.po @@ -0,0 +1,84 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Sergio Zanchetta <primes2h@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>, 2021\n" +"Language-Team: Italian (https://www.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=2; plural=(n != 1);\n" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Nome visualizzato" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot +msgid "Mail Bot" +msgstr "Bot e-mail" + +#. module: im_livechat_mail_bot +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 "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 "" + +#. module: im_livechat_mail_bot +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Utenti" diff --git a/addons/im_livechat_mail_bot/i18n/ja.po b/addons/im_livechat_mail_bot/i18n/ja.po new file mode 100644 index 00000000..8f516b96 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/ja.po @@ -0,0 +1,85 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Shunho Kin <s-kin@shonan-innovation.co.jp>, 2020 +# Yoshi Tashiro <tashiro@roomsfor.hk>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Yoshi Tashiro <tashiro@roomsfor.hk>, 2020\n" +"Language-Team: Japanese (https://www.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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "表示名" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "ユーザ" diff --git a/addons/im_livechat_mail_bot/i18n/ka.po b/addons/im_livechat_mail_bot/i18n/ka.po new file mode 100644 index 00000000..93f07a43 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/ka.po @@ -0,0 +1,85 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Davit Matchakhelidze <david.machakhelidze@gmail.com>, 2021 +# Mari Khomeriki <mari.khomeriki@maxinai.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Mari Khomeriki <mari.khomeriki@maxinai.com>, 2021\n" +"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ka\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "სახელი" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "იდენტიფიკატორი/ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "მომხმარებლები" diff --git a/addons/im_livechat_mail_bot/i18n/km.po b/addons/im_livechat_mail_bot/i18n/km.po new file mode 100644 index 00000000..5ef52052 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/km.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Sengtha Chay <sengtha@gmail.com>, 2020 +# Lux Sok <sok.lux@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Lux Sok <sok.lux@gmail.com>, 2020\n" +"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "ឈ្មោះសំរាប់បង្ហាញ" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" +"ល្អហើយ, " +"អ្នកអាចធ្វើការឆ្លើយតបតាមបំណងនៅក្នុងកម្មវិធីឡាយតាមឆាតបាន.<br/><br/><b>វាគឺការបញ្ចប់នៃទិដ្ឋភាពទូទៅ</b>," +" ចូលរួមជាមួយការរកឃើញ Odoo!" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "អត្តសញ្ញាណ" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "អ្នកប្រើ" diff --git a/addons/im_livechat_mail_bot/i18n/ko.po b/addons/im_livechat_mail_bot/i18n/ko.po new file mode 100644 index 00000000..cf13e0a3 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/ko.po @@ -0,0 +1,87 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Martin Trigaux, 2020 +# JH CHOI <hwangtog@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: JH CHOI <hwangtog@gmail.com>, 2020\n" +"Language-Team: Korean (https://www.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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "이름 표시" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" +"좋습니다. 실시간 채팅 응용 프로그램에서 미리 준비된 답변을 맞춤 설정할 수 있습니다. 그것이 이 미리보기의 끝입니다. Odoo를 " +"발견하고 즐기십시오!" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 "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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "사용자" diff --git a/addons/im_livechat_mail_bot/i18n/lb.po b/addons/im_livechat_mail_bot/i18n/lb.po new file mode 100644 index 00000000..549b9627 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/lb.po @@ -0,0 +1,59 @@ +# 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: 2019-08-26 08:16+0000\n" +"PO-Revision-Date: 2019-08-26 09:11+0000\n" +"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure wat you are doing. Please press : 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "That's me! 🎉<br/>Try to type \":\" to use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "" diff --git a/addons/im_livechat_mail_bot/i18n/lt.po b/addons/im_livechat_mail_bot/i18n/lt.po new file mode 100644 index 00000000..acbdbe20 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/lt.po @@ -0,0 +1,87 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Martin Trigaux, 2021 +# UAB "Draugiški sprendimai" <transifex@draugiskisprendimai.lt>, 2021 +# Monika Raciunaite <monika.raciunaite@gmail.com>, 2021 +# Linas Versada <linaskrisiukenas@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Linas Versada <linaskrisiukenas@gmail.com>, 2021\n" +"Language-Team: Lithuanian (https://www.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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Rodomas pavadinimas" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Vartotojai" diff --git a/addons/im_livechat_mail_bot/i18n/lv.po b/addons/im_livechat_mail_bot/i18n/lv.po new file mode 100644 index 00000000..e1402c30 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/lv.po @@ -0,0 +1,85 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Arnis Putniņš <arnis@allegro.lv>, 2020 +# ievaputnina <ievai.putninai@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: ievaputnina <ievai.putninai@gmail.com>, 2020\n" +"Language-Team: Latvian (https://www.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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Attēlotais nosaukums" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +msgstr "Pēdējoreiz modificēts" + +#. 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Lietotāji" diff --git a/addons/im_livechat_mail_bot/i18n/mn.po b/addons/im_livechat_mail_bot/i18n/mn.po new file mode 100644 index 00000000..1752b4de --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/mn.po @@ -0,0 +1,85 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Martin Trigaux, 2020 +# Nurbahyt Kh <nurbahyt.kh@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Nurbahyt Kh <nurbahyt.kh@gmail.com>, 2020\n" +"Language-Team: Mongolian (https://www.transifex.com/odoo/teams/41243/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Дэлгэрэнгүй нэр" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Хэрэглэгчид" diff --git a/addons/im_livechat_mail_bot/i18n/nb.po b/addons/im_livechat_mail_bot/i18n/nb.po new file mode 100644 index 00000000..555125e8 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/nb.po @@ -0,0 +1,87 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Martin Trigaux, 2020 +# Marius Stedjan <marius@stedjan.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Marius Stedjan <marius@stedjan.com>, 2020\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/odoo/teams/41243/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Visningsnavn" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" +"Bra. Du kan tilpasse autosvar i live-chat-appen. <br/><br/><b>Dette er " +"slutten på innføringen</b>, ha det gøy med å utforske Odoo!" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +msgstr "Sist endret" + +#. 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Brukere" diff --git a/addons/im_livechat_mail_bot/i18n/nl.po b/addons/im_livechat_mail_bot/i18n/nl.po new file mode 100644 index 00000000..4436cab7 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/nl.po @@ -0,0 +1,92 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Yenthe Van Ginneken <yenthespam@gmail.com>, 2020 +# Erwin van der Ploeg <erwin@odooexperts.nl>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Erwin van der Ploeg <erwin@odooexperts.nl>, 2020\n" +"Language-Team: Dutch (https://www.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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" +"Goed, je kunt standaardantwoorden aanpassen in de livechat-" +"app.<br/><br/><b>Het is het einde van dit overzicht </b>, veel pleziert met " +"het ontdekken van Odoo!" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> and wait for the propositions. Select " +"one of them and press enter." +msgstr "" +"Ik weet niet zeker wat u doet. Typ <span class=\"o_odoobot_command\">: " +"</span> en wacht op de voorstellen. Selecteer er een 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 standaard antwoorden" + +#. module: im_livechat_mail_bot +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" +"Ik ben het! 🎉<br/>Typ <span class=\"o_odoobot_command\">:</span> om " +"standaardantwoorden te gebruiken." + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Gebruikers" diff --git a/addons/im_livechat_mail_bot/i18n/pl.po b/addons/im_livechat_mail_bot/i18n/pl.po new file mode 100644 index 00000000..dc665bd9 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/pl.po @@ -0,0 +1,85 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Marcin Młynarczyk <mlynarczyk@gmail.com>, 2020 +# Karol Rybak <karolrybak85@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Karol Rybak <karolrybak85@gmail.com>, 2020\n" +"Language-Team: Polish (https://www.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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Nazwa wyświetlana" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +msgstr "Data ostatniej modyfikacji" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot +msgid "Mail Bot" +msgstr "Bot poczty" + +#. module: im_livechat_mail_bot +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Użytkownicy" diff --git a/addons/im_livechat_mail_bot/i18n/pt.po b/addons/im_livechat_mail_bot/i18n/pt.po new file mode 100644 index 00000000..97253838 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/pt.po @@ -0,0 +1,85 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Reinaldo Ramos <reinaldo.ramos@arxi.pt>, 2020 +# Pedro Filipe <pedro2.10@hotmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Pedro Filipe <pedro2.10@hotmail.com>, 2020\n" +"Language-Team: Portuguese (https://www.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=2; plural=(n != 1);\n" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Nome" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +msgstr "Última Modificação em" + +#. 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Utilizadores" diff --git a/addons/im_livechat_mail_bot/i18n/pt_BR.po b/addons/im_livechat_mail_bot/i18n/pt_BR.po new file mode 100644 index 00000000..451205d8 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/pt_BR.po @@ -0,0 +1,96 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Rodrigo de Almeida Sottomaior Macedo <rmsolucoeseminformatica@protonmail.com>, 2020 +# Mateus Lopes <mateus1@gmail.com>, 2020 +# André Augusto Firmino Cordeiro <a.cordeito@gmail.com>, 2020 +# Marcelo Costa <marcelo@comdesk.com.br>, 2020 +# Éder Brito <britoederr@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Éder Brito <britoederr@gmail.com>, 2021\n" +"Language-Team: Portuguese (Brazil) (https://www.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=2; plural=(n > 1);\n" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Nome exibido" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" +"Você pode personalizar respostas prontas no aplicativo de bate " +"papo.<br/><br/><b>Este é o final dessa visão geral</b>, desfrute o " +"descobrimento do Odoo!" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +msgstr "Última modificação em" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_mail_bot +msgid "Mail Bot" +msgstr "Bot de email" + +#. module: im_livechat_mail_bot +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> and wait for the propositions. Select " +"one of them and press enter." +msgstr "" +"Não tenho certeza do que você está fazendo. Por favor, digite <span " +"class=\"o_odoobot_command\">:</span> e aguarde por propostas. 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" +"Este sou eu! 🎉<br/>Tente digitar <span class=\"o_odoobot_command\">:</span> " +"para utilizar respostas automáticas." + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Usuários" diff --git a/addons/im_livechat_mail_bot/i18n/ro.po b/addons/im_livechat_mail_bot/i18n/ro.po new file mode 100644 index 00000000..74b4380a --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/ro.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Martin Trigaux, 2020 +# Hongu Cosmin <cosmin513@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Hongu Cosmin <cosmin513@gmail.com>, 2020\n" +"Language-Team: Romanian (https://www.transifex.com/odoo/teams/41243/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Nume afișat" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +msgstr "Ultima modificare la" + +#. 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> and wait for the propositions. Select " +"one of them and press enter." +msgstr "" +"Nu sunteți sigur ce faceți. Vă rugăm, tastați <span " +"class=\"o_odoobot_command\">: </span>și așteptați propunerile. Selectați una" +" dintre ele și apăsați 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 "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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Utilizatori" diff --git a/addons/im_livechat_mail_bot/i18n/ru.po b/addons/im_livechat_mail_bot/i18n/ru.po new file mode 100644 index 00000000..e135856e --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/ru.po @@ -0,0 +1,90 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Martin Trigaux, 2020 +# Ivan Yelizariev <yelizariev@it-projects.info>, 2020 +# ILMIR <karamov@it-projects.info>, 2020 +# Irina Fedulova <istartlin@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Irina Fedulova <istartlin@gmail.com>, 2020\n" +"Language-Team: Russian (https://www.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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Отображаемое имя" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" +"Хорошо, вы можете настроить автоматические ответы в приложении живого чата. " +"<br/><br/> <b>Это конец всеобщего обозрения,</b> наслаждайтесь открытием " +"Odoo!" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "Идентификатор" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Пользователи" diff --git a/addons/im_livechat_mail_bot/i18n/si.po b/addons/im_livechat_mail_bot/i18n/si.po new file mode 100644 index 00000000..7e264fab --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/si.po @@ -0,0 +1,80 @@ +# 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~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Language-Team: Sinhala (https://www.transifex.com/odoo/teams/41243/si/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: si\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "" diff --git a/addons/im_livechat_mail_bot/i18n/sk.po b/addons/im_livechat_mail_bot/i18n/sk.po new file mode 100644 index 00000000..51bc7828 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/sk.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Martin Trigaux, 2020 +# Jan Prokop, 2020 +# Rastislav Brencic <rastislav.brencic@azet.sk>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Rastislav Brencic <rastislav.brencic@azet.sk>, 2020\n" +"Language-Team: Slovak (https://www.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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Zobrazovaný názov" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +msgstr "Posledná úprava" + +#. 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Užívatelia" diff --git a/addons/im_livechat_mail_bot/i18n/sl.po b/addons/im_livechat_mail_bot/i18n/sl.po new file mode 100644 index 00000000..d5ec98c8 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/sl.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Matjaz Mozetic <m.mozetic@matmoz.si>, 2021 +# matjaz k <matjaz@mentis.si>, 2021 +# Tadej Lupšina <tadej@hbs.si>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Tadej Lupšina <tadej@hbs.si>, 2021\n" +"Language-Team: Slovenian (https://www.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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +msgstr "Zadnjič spremenjeno" + +#. 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Uporabniki" diff --git a/addons/im_livechat_mail_bot/i18n/sr.po b/addons/im_livechat_mail_bot/i18n/sr.po new file mode 100644 index 00000000..3f11ec59 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/sr.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Martin Trigaux, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-10-02 10:05+0000\n" +"PO-Revision-Date: 2018-10-02 10:05+0000\n" +"Last-Translator: Martin Trigaux, 2018\n" +"Language-Team: Serbian (https://www.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 +#: selection:res.users,odoobot_state:0 +msgid "Disabled" +msgstr "" + +#. module: im_livechat_mail_bot +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:18 +#, python-format +msgid "" +"Good, you can customize canned responses in the live chat " +"application.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Idle" +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 +#: selection:res.users,odoobot_state:0 +msgid "Not initialized" +msgstr "" + +#. module: im_livechat_mail_bot +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:21 +#, python-format +msgid "" +"Not sure wat you are doing. Please press : 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 +#: selection:res.users,odoobot_state:0 +msgid "Onboarding attachement" +msgstr "" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Onboarding canned" +msgstr "" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Onboarding command" +msgstr "" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Onboarding emoji" +msgstr "" + +#. module: im_livechat_mail_bot +#: selection:res.users,odoobot_state:0 +msgid "Onboarding ping" +msgstr "" + +#. module: im_livechat_mail_bot +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:15 +#, python-format +msgid "That's me! 🎉<br/>Try to type \":\" to use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Korisnici" diff --git a/addons/im_livechat_mail_bot/i18n/sv.po b/addons/im_livechat_mail_bot/i18n/sv.po new file mode 100644 index 00000000..2b67d2ed --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/sv.po @@ -0,0 +1,85 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Martin Trigaux, 2021 +# Anders Wallenquist <anders.wallenquist@vertel.se>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Anders Wallenquist <anders.wallenquist@vertel.se>, 2021\n" +"Language-Team: Swedish (https://www.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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Visningsnamn" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Användare" diff --git a/addons/im_livechat_mail_bot/i18n/th.po b/addons/im_livechat_mail_bot/i18n/th.po new file mode 100644 index 00000000..6f164836 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/th.po @@ -0,0 +1,85 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Martin Trigaux, 2020 +# Somchart Jabsung <jabsung.s@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Somchart Jabsung <jabsung.s@gmail.com>, 2020\n" +"Language-Team: Thai (https://www.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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "รหัส" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "ผู้ใช้งาน" diff --git a/addons/im_livechat_mail_bot/i18n/tr.po b/addons/im_livechat_mail_bot/i18n/tr.po new file mode 100644 index 00000000..f4fcbc90 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/tr.po @@ -0,0 +1,96 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Levent Karakaş <levent@mektup.at>, 2020 +# Murat Kaplan <muratk@projetgrup.com>, 2020 +# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2020 +# Tugay Hatıl <tugayh@projetgrup.com>, 2020 +# Nadir Gazioglu <nadirgazioglu@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Nadir Gazioglu <nadirgazioglu@gmail.com>, 2021\n" +"Language-Team: Turkish (https://www.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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Görünüm Adı" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" +"Güzel, canlı sohbet uygulamasında hazır yanıtları " +"özelleştirebilirsiniz.<br/><br/><b>Bu genel bakışın sonunda</b>, Odoo'yu " +"keşfetmenin tadını çıkarın!" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +msgstr "Son Düzenleme" + +#. 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> and wait for the propositions. Select " +"one of them and press enter." +msgstr "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> and wait for the propositions. Select " +"one of them and press 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 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Kullanıcılar" diff --git a/addons/im_livechat_mail_bot/i18n/uk.po b/addons/im_livechat_mail_bot/i18n/uk.po new file mode 100644 index 00000000..7e13cc61 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/uk.po @@ -0,0 +1,93 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Martin Trigaux, 2020 +# Alina Lisnenko <alinasemeniuk1@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Alina Lisnenko <alinasemeniuk1@gmail.com>, 2021\n" +"Language-Team: Ukrainian (https://www.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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Відобразити назву" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" +"Добре, ви можете налаштувати автоматичні відповіді в додатку живого " +"чату.<br/><br/><b>Це кінець загального огляду</b>, насолоджуйтеся " +"використанням Odoo!" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> and wait for the propositions. Select " +"one of them and press enter." +msgstr "" +"Не впевнені, що ви робите. Введіть <span " +"class=\"o_odoobot_command\">:</span> та очікуйте пропозицій. Оберіть одну з " +"них та натисніть 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" +"Це я! 🎉<br/>Спробуйте ввести <span class=\"o_odoobot_command\">:</span> щоб " +"застосувати автоматичні відповіді." + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Користувачі" diff --git a/addons/im_livechat_mail_bot/i18n/ur.po b/addons/im_livechat_mail_bot/i18n/ur.po new file mode 100644 index 00000000..0038b836 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/ur.po @@ -0,0 +1,80 @@ +# 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~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Language-Team: Urdu (https://www.transifex.com/odoo/teams/41243/ur/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "" diff --git a/addons/im_livechat_mail_bot/i18n/vi.po b/addons/im_livechat_mail_bot/i18n/vi.po new file mode 100644 index 00000000..4b6c5cde --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/vi.po @@ -0,0 +1,96 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Nancy Momoland <thanhnguyen.icsc@gmail.com>, 2020 +# Duy BQ <duybq86@gmail.com>, 2020 +# Minh Nguyen <ndminh210994@gmail.com>, 2020 +# Trinh Tran Thi Phuong <trinhttp@trobz.com>, 2020 +# Trần Hà <tranthuha13590@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Trần Hà <tranthuha13590@gmail.com>, 2021\n" +"Language-Team: Vietnamese (https://www.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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "" +"Good, you can customize canned responses in the live chat " +"application.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> and wait for the propositions. Select " +"one of them and press enter." +msgstr "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> and wait for the propositions. Select " +"one of them and press 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 "Trạng thái của 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "Người dùng" diff --git a/addons/im_livechat_mail_bot/i18n/zh_CN.po b/addons/im_livechat_mail_bot/i18n/zh_CN.po new file mode 100644 index 00000000..162632f1 --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/zh_CN.po @@ -0,0 +1,93 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# Martin Trigaux, 2020 +# Jeffery CHEN Fan <jeffery9@gmail.com>, 2020 +# keecome <7017511@qq.com>, 2020 +# 敬雲 林 <chingyun@yuanchih-consult.com>, 2020 +# inspur qiuguodong <qiuguodong@inspur.com>, 2020 +# Felix Yang - Elico Corp <felixyangsh@aliyun.com>, 2020 +# as co02 <asco02@163.com>, 2020 +# liAnGjiA <liangjia@qq.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: liAnGjiA <liangjia@qq.com>, 2021\n" +"Language-Team: Chinese (China) (https://www.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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "太好了,你可以在实时聊天应用程序中定制录音响应。<br/><br/><b>这是概要的结尾</b>,享受发现Odoo!" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> and wait for the propositions. Select " +"one of them and press enter." +msgstr "" +"如您无法确定自己该干嘛. 那么请, 输入 <span class=\"o_odoobot_command\">:</span> 稍等片刻. " +"点选其中一个然后回车." + +#. 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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "好吧亲! 🎉<br/>请尝试输入代码 <span class=\"o_odoobot_command\">:</span> 意思是用罐头这个表情。" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "用户" diff --git a/addons/im_livechat_mail_bot/i18n/zh_TW.po b/addons/im_livechat_mail_bot/i18n/zh_TW.po new file mode 100644 index 00000000..013c03de --- /dev/null +++ b/addons/im_livechat_mail_bot/i18n/zh_TW.po @@ -0,0 +1,84 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * im_livechat_mail_bot +# +# Translators: +# 敬雲 林 <chingyun@yuanchih-consult.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: 敬雲 林 <chingyun@yuanchih-consult.com>, 2020\n" +"Language-Team: Chinese (Taiwan) (https://www.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 +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__display_name +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: im_livechat_mail_bot +#: 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.<br/><br/><b>It's the end of this overview</b>, enjoy " +"discovering Odoo!" +msgstr "太好了,您可以在及時聊天應用程序中設制罐頭回應。<br/><br/><b>到這裡為教學瀏覽的尾聲</b>,請享受發現Odoo!" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot__id +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users__id +msgid "ID" +msgstr "ID" + +#. module: im_livechat_mail_bot +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_mail_bot____last_update +#: model:ir.model.fields,field_description:im_livechat_mail_bot.field_res_users____last_update +msgid "Last Modified on" +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 +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"Not sure what you are doing. Please, type <span " +"class=\"o_odoobot_command\">:</span> 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 "Onboarding 錄製" + +#. module: im_livechat_mail_bot +#: code:addons/im_livechat_mail_bot/models/mail_bot.py:0 +#, python-format +msgid "" +"That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> to " +"use canned responses." +msgstr "" + +#. module: im_livechat_mail_bot +#: model:ir.model,name:im_livechat_mail_bot.model_res_users +msgid "Users" +msgstr "使用者" diff --git a/addons/im_livechat_mail_bot/models/__init__.py b/addons/im_livechat_mail_bot/models/__init__.py new file mode 100644 index 00000000..d7cfe3a7 --- /dev/null +++ b/addons/im_livechat_mail_bot/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/addons/im_livechat_mail_bot/models/mail_bot.py b/addons/im_livechat_mail_bot/models/mail_bot.py new file mode 100644 index 00000000..a17e1cac --- /dev/null +++ b/addons/im_livechat_mail_bot/models/mail_bot.py @@ -0,0 +1,25 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +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 _("That's me! 🎉<br/>Try typing <span class=\"o_odoobot_command\">:</span> 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 _("Good, you can customize canned responses in the live chat application.<br/><br/><b>It's the end of this overview</b>, 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 <span class=\"o_odoobot_command\">:</span> and wait for the propositions. Select one of them and press enter.") + return super(MailBot, self)._get_answer(record, body, values, command) diff --git a/addons/im_livechat_mail_bot/models/res_users.py b/addons/im_livechat_mail_bot/models/res_users.py new file mode 100644 index 00000000..ce1bd266 --- /dev/null +++ b/addons/im_livechat_mail_bot/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'})}) |
