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/crm_livechat | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/crm_livechat')
84 files changed, 4203 insertions, 0 deletions
diff --git a/addons/crm_livechat/__init__.py b/addons/crm_livechat/__init__.py new file mode 100644 index 00000000..dc5e6b69 --- /dev/null +++ b/addons/crm_livechat/__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/crm_livechat/__manifest__.py b/addons/crm_livechat/__manifest__.py new file mode 100644 index 00000000..5ffbc32f --- /dev/null +++ b/addons/crm_livechat/__manifest__.py @@ -0,0 +1,18 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +{ + 'name': 'CRM Livechat', + 'category': 'Sales/CRM', + 'summary': 'Create lead from livechat conversation', + 'data': [ + 'data/utm_data.xml', + ], + 'depends': [ + 'crm', + 'im_livechat' + ], + 'description': 'Create new lead with using /lead command in the channel', + 'auto_install': True, + 'license': 'LGPL-3', +} diff --git a/addons/crm_livechat/data/utm_data.xml b/addons/crm_livechat/data/utm_data.xml new file mode 100644 index 00000000..04749459 --- /dev/null +++ b/addons/crm_livechat/data/utm_data.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + <record model="utm.source" id="utm_source_livechat"> + <field name="name">Livechat</field> + </record> +</odoo> diff --git a/addons/crm_livechat/i18n/af.po b/addons/crm_livechat/i18n/af.po new file mode 100644 index 00000000..72b4678e --- /dev/null +++ b/addons/crm_livechat/i18n/af.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Afrikaans (https://www.transifex.com/odoo/teams/41243/af/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: af\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:11 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:36 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion channel" +msgstr "" diff --git a/addons/crm_livechat/i18n/am.po b/addons/crm_livechat/i18n/am.po new file mode 100644 index 00000000..d51e1157 --- /dev/null +++ b/addons/crm_livechat/i18n/am.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Amharic (https://www.transifex.com/odoo/teams/41243/am/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: am\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:11 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:36 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion channel" +msgstr "" diff --git a/addons/crm_livechat/i18n/ar.po b/addons/crm_livechat/i18n/ar.po new file mode 100644 index 00000000..74e906f3 --- /dev/null +++ b/addons/crm_livechat/i18n/ar.po @@ -0,0 +1,62 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Mustafa Rawi <mustafa@cubexco.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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "إنشاء عميل مرشح جديد (/lead اسم العميل)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"إنشاء ترشيح جديد: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "قناة المناقشة" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "الاسم المعروض" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "المُعرف" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "الدردشة الحية" diff --git a/addons/crm_livechat/i18n/az.po b/addons/crm_livechat/i18n/az.po new file mode 100644 index 00000000..6050a2fa --- /dev/null +++ b/addons/crm_livechat/i18n/az.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-18 09:49+0000\n" +"PO-Revision-Date: 2018-08-24 09:17+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:11 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:36 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion channel" +msgstr "" diff --git a/addons/crm_livechat/i18n/bg.po b/addons/crm_livechat/i18n/bg.po new file mode 100644 index 00000000..0328efa0 --- /dev/null +++ b/addons/crm_livechat/i18n/bg.po @@ -0,0 +1,64 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Martin Trigaux, 2020 +# Albena Mincheva <albena_vicheva@abv.bg>, 2020 +# Maria Boyadjieva <marabo2000@gmail.com>, 2020 +# Ивайло Малинов <iv.malinov@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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Ивайло Малинов <iv.malinov@gmail.com>, 2021\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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "Създаване на ново водещи заглавие(/чат)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"Създаване на нов чат <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Дискусионен канал" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Име за показване" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Последно променено на" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Чат на живо" diff --git a/addons/crm_livechat/i18n/bn.po b/addons/crm_livechat/i18n/bn.po new file mode 100644 index 00000000..37c9dbb5 --- /dev/null +++ b/addons/crm_livechat/i18n/bn.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# 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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "একটি নতুন লিড তৈরি করুন (/ লিড শিরোনাম)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"একটি নতুন লিড তৈরি করেছে:<a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "আলোচনা চ্যানেল" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "প্রদর্শন নাম" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "আইডি " + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "সর্বশেষ সংশোধিত" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "সরাসরি কথোপকথন" diff --git a/addons/crm_livechat/i18n/bs.po b/addons/crm_livechat/i18n/bs.po new file mode 100644 index 00000000..196293d2 --- /dev/null +++ b/addons/crm_livechat/i18n/bs.po @@ -0,0 +1,40 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# 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-09-18 09:49+0000\n" +"PO-Revision-Date: 2018-09-18 09:49+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:11 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "Kreiraj novi potencijal (potencijal/naslov potencijala)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:36 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"Kreiran novi potencijal: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion channel" +msgstr "Kanal rasprave" diff --git a/addons/crm_livechat/i18n/ca.po b/addons/crm_livechat/i18n/ca.po new file mode 100644 index 00000000..f15c039b --- /dev/null +++ b/addons/crm_livechat/i18n/ca.po @@ -0,0 +1,65 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Martin Trigaux, 2020 +# Manel Fernandez Ramirez <manelfera@outlook.com>, 2020 +# Arnau Ros, 2020 +# jabelchi, 2021 +# José Cabrera Lozano <jose.cabrera@edukative.es>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: José Cabrera Lozano <jose.cabrera@edukative.es>, 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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "Crear una nova iniciativa (/lead títol iniciativa)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"Creada una nova iniciativa: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Canal de debat" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Nom mostrat" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Última modificació el " + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Xat en directe" diff --git a/addons/crm_livechat/i18n/ckb.po b/addons/crm_livechat/i18n/ckb.po new file mode 100644 index 00000000..8ad71e6a --- /dev/null +++ b/addons/crm_livechat/i18n/ckb.po @@ -0,0 +1,59 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# 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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "پیشاندانی ناو" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ناسنامە" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "دواین دەستکاری لە" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "" diff --git a/addons/crm_livechat/i18n/crm_livechat.pot b/addons/crm_livechat/i18n/crm_livechat.pot new file mode 100644 index 00000000..50d392d6 --- /dev/null +++ b/addons/crm_livechat/i18n/crm_livechat.pot @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-01 07:28+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "" diff --git a/addons/crm_livechat/i18n/cs.po b/addons/crm_livechat/i18n/cs.po new file mode 100644 index 00000000..25f15e13 --- /dev/null +++ b/addons/crm_livechat/i18n/cs.po @@ -0,0 +1,65 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Martin Trigaux, 2020 +# Jan Horzinka <jan.horzinka@centrum.cz>, 2020 +# Jiří Podhorecký, 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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Rastislav Brencic <rastislav.brencic@azet.sk>, 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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" +"Vytvořit nový potenciální zákazník (/potenciální zákazník název případu)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"Vytvořen nový potenciální zákazník:<a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Diskusní kanál" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Zobrazované jméno" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Naposled změněno" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Živý chat" diff --git a/addons/crm_livechat/i18n/da.po b/addons/crm_livechat/i18n/da.po new file mode 100644 index 00000000..cd163a72 --- /dev/null +++ b/addons/crm_livechat/i18n/da.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Morten Schou <ms@msteknik.dk>, 2020 +# Jesper Carstensen <jc@danodoo.dk>, 2020 +# lhmflexerp <lhm@flexerp.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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: lhmflexerp <lhm@flexerp.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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "Opret et nyt kundeemne (/titel på kundeemne)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"Oprettede et nyt kundeemne: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Diskussionskanal" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Livechat" diff --git a/addons/crm_livechat/i18n/de.po b/addons/crm_livechat/i18n/de.po new file mode 100644 index 00000000..9f90cdf3 --- /dev/null +++ b/addons/crm_livechat/i18n/de.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# 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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Martin Trigaux, 2020\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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "Einen neuen Lead erstellen" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"Einen neuen Lead erstellen: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Diskussionskanal" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Livechat" diff --git a/addons/crm_livechat/i18n/el.po b/addons/crm_livechat/i18n/el.po new file mode 100644 index 00000000..722fc590 --- /dev/null +++ b/addons/crm_livechat/i18n/el.po @@ -0,0 +1,65 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Martin Trigaux, 2020 +# Kostas Goutoudis <goutoudis@gmail.com>, 2020 +# Alexandros Kapetanios <alexandros@gnugr.org>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Alexandros Kapetanios <alexandros@gnugr.org>, 2021\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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "Δημιουργία νέας σύστασης (/lead Τίτλος Σύστασης)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"Δημιουργία νέας σύστασης: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "" +"Κανάλι συζήτησης\n" +" " + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Εμφάνιση Ονόματος" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "Κωδικός" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Τελευταία τροποποίηση στις" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Ζωντανή Συνομιλία" diff --git a/addons/crm_livechat/i18n/en_GB.po b/addons/crm_livechat/i18n/en_GB.po new file mode 100644 index 00000000..3067372b --- /dev/null +++ b/addons/crm_livechat/i18n/en_GB.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/odoo/teams/41243/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:11 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:36 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion channel" +msgstr "" diff --git a/addons/crm_livechat/i18n/eo.po b/addons/crm_livechat/i18n/eo.po new file mode 100644 index 00000000..a7a3bc0c --- /dev/null +++ b/addons/crm_livechat/i18n/eo.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "" diff --git a/addons/crm_livechat/i18n/es.po b/addons/crm_livechat/i18n/es.po new file mode 100644 index 00000000..d455bc60 --- /dev/null +++ b/addons/crm_livechat/i18n/es.po @@ -0,0 +1,62 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# 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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "Crear un nuevo lead (/título de lead)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"Nuevo lead creado: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Canal de conversaciones" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Chat en vivo" diff --git a/addons/crm_livechat/i18n/es_BO.po b/addons/crm_livechat/i18n/es_BO.po new file mode 100644 index 00000000..1f961bdc --- /dev/null +++ b/addons/crm_livechat/i18n/es_BO.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Bolivia) (https://www.transifex.com/odoo/teams/41243/es_BO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_BO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:11 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:36 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion channel" +msgstr "" diff --git a/addons/crm_livechat/i18n/es_CL.po b/addons/crm_livechat/i18n/es_CL.po new file mode 100644 index 00000000..65a808a9 --- /dev/null +++ b/addons/crm_livechat/i18n/es_CL.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Chile) (https://www.transifex.com/odoo/teams/41243/es_CL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:11 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:36 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion channel" +msgstr "" diff --git a/addons/crm_livechat/i18n/es_CO.po b/addons/crm_livechat/i18n/es_CO.po new file mode 100644 index 00000000..3c9973e1 --- /dev/null +++ b/addons/crm_livechat/i18n/es_CO.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/odoo/teams/41243/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:11 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:36 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion channel" +msgstr "" diff --git a/addons/crm_livechat/i18n/es_CR.po b/addons/crm_livechat/i18n/es_CR.po new file mode 100644 index 00000000..bb86e430 --- /dev/null +++ b/addons/crm_livechat/i18n/es_CR.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/odoo/teams/41243/es_CR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:11 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:36 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion channel" +msgstr "" diff --git a/addons/crm_livechat/i18n/es_DO.po b/addons/crm_livechat/i18n/es_DO.po new file mode 100644 index 00000000..f80f250b --- /dev/null +++ b/addons/crm_livechat/i18n/es_DO.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/odoo/teams/41243/es_DO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_DO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:11 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:36 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion channel" +msgstr "" diff --git a/addons/crm_livechat/i18n/es_EC.po b/addons/crm_livechat/i18n/es_EC.po new file mode 100644 index 00000000..0f9b035c --- /dev/null +++ b/addons/crm_livechat/i18n/es_EC.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/odoo/teams/41243/es_EC/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_EC\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:11 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:36 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion channel" +msgstr "" diff --git a/addons/crm_livechat/i18n/es_MX.po b/addons/crm_livechat/i18n/es_MX.po new file mode 100644 index 00000000..f8c01c9c --- /dev/null +++ b/addons/crm_livechat/i18n/es_MX.po @@ -0,0 +1,62 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# 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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "Crear un nuevo lead (/título de lead)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"Nuevo lead creado: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Canal de conversaciones" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Nombre en pantalla" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Chat en vivo" diff --git a/addons/crm_livechat/i18n/es_PE.po b/addons/crm_livechat/i18n/es_PE.po new file mode 100644 index 00000000..3d830526 --- /dev/null +++ b/addons/crm_livechat/i18n/es_PE.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Peru) (https://www.transifex.com/odoo/teams/41243/es_PE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_PE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:11 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:36 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion channel" +msgstr "" diff --git a/addons/crm_livechat/i18n/es_PY.po b/addons/crm_livechat/i18n/es_PY.po new file mode 100644 index 00000000..299b9e2b --- /dev/null +++ b/addons/crm_livechat/i18n/es_PY.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Paraguay) (https://www.transifex.com/odoo/teams/41243/es_PY/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_PY\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:11 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:36 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion channel" +msgstr "" diff --git a/addons/crm_livechat/i18n/es_VE.po b/addons/crm_livechat/i18n/es_VE.po new file mode 100644 index 00000000..e94ada3a --- /dev/null +++ b/addons/crm_livechat/i18n/es_VE.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/odoo/teams/41243/es_VE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_VE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:11 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:36 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion channel" +msgstr "" diff --git a/addons/crm_livechat/i18n/et.po b/addons/crm_livechat/i18n/et.po new file mode 100644 index 00000000..40987492 --- /dev/null +++ b/addons/crm_livechat/i18n/et.po @@ -0,0 +1,64 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Triine Aavik <triine@avalah.ee>, 2020 +# Eneli Õigus <enelioigus@gmail.com>, 2020 +# Piia Paurson <piia@avalah.ee>, 2020 +# Algo Kärp <algokarp@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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Algo Kärp <algokarp@gmail.com>, 2021\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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "Looge uus müügivihje" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"Uue müügivihje looja:<a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Sõnumite kanal" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Kuva nimi" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Viimati muudetud (millal)" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Otsevestlus" diff --git a/addons/crm_livechat/i18n/eu.po b/addons/crm_livechat/i18n/eu.po new file mode 100644 index 00000000..8ad9168e --- /dev/null +++ b/addons/crm_livechat/i18n/eu.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Martin Trigaux, 2021 +# Eneko <eastigarraga@codesyntax.com>, 2021 +# Maialen Rodriguez <maialenrodriguez98@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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Maialen Rodriguez <maialenrodriguez98@gmail.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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Eztabaida kanala" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Azken aldaketa" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "" diff --git a/addons/crm_livechat/i18n/fa.po b/addons/crm_livechat/i18n/fa.po new file mode 100644 index 00000000..b05e3204 --- /dev/null +++ b/addons/crm_livechat/i18n/fa.po @@ -0,0 +1,62 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# 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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "ایجاد یک سرنخ جدید (عنوان سرنخ)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"یک سرنخ جدید ایجاد شد: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "کانال بحث" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "شناسه" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "آخرین تغییر در" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "گفتگوی زنده" diff --git a/addons/crm_livechat/i18n/fi.po b/addons/crm_livechat/i18n/fi.po new file mode 100644 index 00000000..57534627 --- /dev/null +++ b/addons/crm_livechat/i18n/fi.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Kari Lindgren <kari.lindgren@emsystems.fi>, 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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "Luo uusi liidi (/lead liidin otsikko)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "Luo uusi liidi: <a href=\"#\" data-oe-id=\"%s\" data-oe-model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Keskustelukanava" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Näyttönimi" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "Tunniste (ID)" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Live-tuki" diff --git a/addons/crm_livechat/i18n/fo.po b/addons/crm_livechat/i18n/fo.po new file mode 100644 index 00000000..8a1972aa --- /dev/null +++ b/addons/crm_livechat/i18n/fo.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Faroese (https://www.transifex.com/odoo/teams/41243/fo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:11 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:36 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion channel" +msgstr "" diff --git a/addons/crm_livechat/i18n/fr.po b/addons/crm_livechat/i18n/fr.po new file mode 100644 index 00000000..f7f6beff --- /dev/null +++ b/addons/crm_livechat/i18n/fr.po @@ -0,0 +1,66 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Martin Trigaux, 2020 +# Nicolas Roussey <nro@odoo.com>, 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 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Gilles Mangin <gilles.mangin@phidias.fr>, 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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "Créer une nouvelle piste (/lead lead title)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"A créé une nouvelle piste: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Canal de discussion" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Live Chat" diff --git a/addons/crm_livechat/i18n/fr_CA.po b/addons/crm_livechat/i18n/fr_CA.po new file mode 100644 index 00000000..d0b6225e --- /dev/null +++ b/addons/crm_livechat/i18n/fr_CA.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: French (Canada) (https://www.transifex.com/odoo/teams/41243/fr_CA/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_CA\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:11 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:36 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion channel" +msgstr "" diff --git a/addons/crm_livechat/i18n/gl.po b/addons/crm_livechat/i18n/gl.po new file mode 100644 index 00000000..c9c85690 --- /dev/null +++ b/addons/crm_livechat/i18n/gl.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Galician (https://www.transifex.com/odoo/teams/41243/gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:11 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:36 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion channel" +msgstr "" diff --git a/addons/crm_livechat/i18n/gu.po b/addons/crm_livechat/i18n/gu.po new file mode 100644 index 00000000..84946002 --- /dev/null +++ b/addons/crm_livechat/i18n/gu.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-22 14:10+0000\n" +"PO-Revision-Date: 2018-03-22 14:10+0000\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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:11 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:36 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion channel" +msgstr "" diff --git a/addons/crm_livechat/i18n/he.po b/addons/crm_livechat/i18n/he.po new file mode 100644 index 00000000..94c387ba --- /dev/null +++ b/addons/crm_livechat/i18n/he.po @@ -0,0 +1,60 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# דודי מלכה <Dudimalka6@gmail.com>, 2020 +# ZVI BLONDER <ZVIBLONDER@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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020\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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "צור ליד חדש (כותרת ליד)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "צור ליד חדש: <a href=\"#\" data-oe-id=\"%s\" data-oe-model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "ערוץ דיון" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "שם תצוגה" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "מזהה" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "שונה לאחרונה ב - " + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "צ'אט חי" diff --git a/addons/crm_livechat/i18n/hi.po b/addons/crm_livechat/i18n/hi.po new file mode 100644 index 00000000..3c91defa --- /dev/null +++ b/addons/crm_livechat/i18n/hi.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "" diff --git a/addons/crm_livechat/i18n/hr.po b/addons/crm_livechat/i18n/hr.po new file mode 100644 index 00000000..52814899 --- /dev/null +++ b/addons/crm_livechat/i18n/hr.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Martin Trigaux, 2020 +# Bole <bole@dajmi5.com>, 2020 +# Tina Milas, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Tina Milas, 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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "Kreiraj novu priliku ( naslov prilike)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"Nova prilika kreirana: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Kanal rasprave" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Zadnja promjena" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Livechat" diff --git a/addons/crm_livechat/i18n/hu.po b/addons/crm_livechat/i18n/hu.po new file mode 100644 index 00000000..f6703d38 --- /dev/null +++ b/addons/crm_livechat/i18n/hu.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# 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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Kommunikációs csatorna" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "Azonosító" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Legutóbb módosítva" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Élő társalgás" diff --git a/addons/crm_livechat/i18n/id.po b/addons/crm_livechat/i18n/id.po new file mode 100644 index 00000000..79a816ae --- /dev/null +++ b/addons/crm_livechat/i18n/id.po @@ -0,0 +1,62 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Martin Trigaux, 2020 +# whenweresober <gulmugurzu@yevme.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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: whenweresober <gulmugurzu@yevme.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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "Buat penawaran baru (/judul penawaran)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"Penawaran baru dibuat: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Saluran Diskusi" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Terakhir diubah pada" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Obrolan langsung" diff --git a/addons/crm_livechat/i18n/is.po b/addons/crm_livechat/i18n/is.po new file mode 100644 index 00000000..faaabe34 --- /dev/null +++ b/addons/crm_livechat/i18n/is.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Bjorn Ingvarsson <boi@exigo.is>, 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-18 09:49+0000\n" +"PO-Revision-Date: 2018-08-24 09:17+0000\n" +"Last-Translator: Bjorn Ingvarsson <boi@exigo.is>, 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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:11 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:36 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion channel" +msgstr "Discussion channel" diff --git a/addons/crm_livechat/i18n/it.po b/addons/crm_livechat/i18n/it.po new file mode 100644 index 00000000..9bc8f070 --- /dev/null +++ b/addons/crm_livechat/i18n/it.po @@ -0,0 +1,62 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Léonie Bouchat <lbo@odoo.com>, 2020 +# Sergio Zanchetta <primes2h@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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>, 2020\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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "Crea un nuovo contatto (/lead titolo contatto)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"Creato un nuovo contatto: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Canale di discussione" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Nome visualizzato" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Chat dal vivo" diff --git a/addons/crm_livechat/i18n/ja.po b/addons/crm_livechat/i18n/ja.po new file mode 100644 index 00000000..4d6691fa --- /dev/null +++ b/addons/crm_livechat/i18n/ja.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Shunho Kin <s-kin@shonan-innovation.co.jp>, 2020 +# Yoshi Tashiro <tashiro@roomsfor.hk>, 2020 +# Noma Yuki, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Noma Yuki, 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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "ディスカッションチャンネル" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "表示名" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "" diff --git a/addons/crm_livechat/i18n/ka.po b/addons/crm_livechat/i18n/ka.po new file mode 100644 index 00000000..9a042e29 --- /dev/null +++ b/addons/crm_livechat/i18n/ka.po @@ -0,0 +1,59 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# 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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "სახელი" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "იდენტიფიკატორი/ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "ბოლოს განახლებულია" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "" diff --git a/addons/crm_livechat/i18n/kab.po b/addons/crm_livechat/i18n/kab.po new file mode 100644 index 00000000..825cf07b --- /dev/null +++ b/addons/crm_livechat/i18n/kab.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Kabyle (https://www.transifex.com/odoo/teams/41243/kab/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: kab\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:11 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:36 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion channel" +msgstr "" diff --git a/addons/crm_livechat/i18n/km.po b/addons/crm_livechat/i18n/km.po new file mode 100644 index 00000000..ba8022f4 --- /dev/null +++ b/addons/crm_livechat/i18n/km.po @@ -0,0 +1,62 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# 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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "បង្កើតការនាំមុខថ្មី (/ សំណាងនាំមុខ)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"ការបង្កើតការនំាមុខថ្មី<a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "ប៉ុស្តិ៍ពិភាក្សា" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "ឈ្មោះសំរាប់បង្ហាញ" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "អត្តសញ្ញាណ" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "កាលបរិច្ឆេតកែប្រែចុងក្រោយ" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Livechat" diff --git a/addons/crm_livechat/i18n/ko.po b/addons/crm_livechat/i18n/ko.po new file mode 100644 index 00000000..1d59afb8 --- /dev/null +++ b/addons/crm_livechat/i18n/ko.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Martin Trigaux, 2020 +# JH CHOI <hwangtog@gmail.com>, 2020 +# Linkup <link-up@naver.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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Linkup <link-up@naver.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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "새로운 영업제안 생성(/영업제안 영업제안명)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "새로운 영업기회 생성됨 : <a href=\"#\" data-oe-id=\"%s\" data-oe-model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "메일 및 채팅 채널" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "이름 표시" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "실시간 채팅" diff --git a/addons/crm_livechat/i18n/lb.po b/addons/crm_livechat/i18n/lb.po new file mode 100644 index 00000000..7bd8a2dc --- /dev/null +++ b/addons/crm_livechat/i18n/lb.po @@ -0,0 +1,40 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.4\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-08-12 11:32+0000\n" +"PO-Revision-Date: 2019-08-26 09:09+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:12 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:39 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "" diff --git a/addons/crm_livechat/i18n/lo.po b/addons/crm_livechat/i18n/lo.po new file mode 100644 index 00000000..7e2e8e6d --- /dev/null +++ b/addons/crm_livechat/i18n/lo.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Lao (https://www.transifex.com/odoo/teams/41243/lo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lo\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:11 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:36 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion channel" +msgstr "" diff --git a/addons/crm_livechat/i18n/lt.po b/addons/crm_livechat/i18n/lt.po new file mode 100644 index 00000000..93604cfa --- /dev/null +++ b/addons/crm_livechat/i18n/lt.po @@ -0,0 +1,65 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Martin Trigaux, 2021 +# UAB "Draugiški sprendimai" <transifex@draugiskisprendimai.lt>, 2021 +# Andrius Laukavičius <andrius@focusate.eu>, 2021 +# Linas Versada <linaskrisiukenas@gmail.com>, 2021 +# Jonas Zinkevicius <jozi@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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Jonas Zinkevicius <jozi@odoo.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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "Sukurkite naują iniciatyvą (/iniciatyva jos pavadinimas)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"Sukurta nauja iniciatyva: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Diskusijų kanalas" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Rodomas pavadinimas" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Gyvas susirašinėjimas" diff --git a/addons/crm_livechat/i18n/lv.po b/addons/crm_livechat/i18n/lv.po new file mode 100644 index 00000000..bce7ce7b --- /dev/null +++ b/addons/crm_livechat/i18n/lv.po @@ -0,0 +1,60 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# 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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Attēlotais nosaukums" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Pēdējoreiz modificēts" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "" diff --git a/addons/crm_livechat/i18n/mk.po b/addons/crm_livechat/i18n/mk.po new file mode 100644 index 00000000..d9ee77ae --- /dev/null +++ b/addons/crm_livechat/i18n/mk.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Macedonian (https://www.transifex.com/odoo/teams/41243/mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:11 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:36 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion channel" +msgstr "" diff --git a/addons/crm_livechat/i18n/mn.po b/addons/crm_livechat/i18n/mn.po new file mode 100644 index 00000000..6023bf7c --- /dev/null +++ b/addons/crm_livechat/i18n/mn.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Baskhuu Lodoikhuu <baskhuujacara@gmail.com>, 2020 +# Martin Trigaux, 2020 +# nurbakhit nurka <nurbakhit@bumanit.mn>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: nurbakhit nurka <nurbakhit@bumanit.mn>, 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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "Шинэ сэжим үүсгэх" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Хөөрөлдөөний суваг" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Дэлгэрэнгүй нэр" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Сүүлд зассан огноо" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Шууд чат" diff --git a/addons/crm_livechat/i18n/nb.po b/addons/crm_livechat/i18n/nb.po new file mode 100644 index 00000000..825527f8 --- /dev/null +++ b/addons/crm_livechat/i18n/nb.po @@ -0,0 +1,62 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# 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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "Opprett en ny lead (/lead lead-tittel)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"Opprettet en ny lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Diskusjonskanal" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Visningsnavn" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Sist endret" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Chat" diff --git a/addons/crm_livechat/i18n/ne.po b/addons/crm_livechat/i18n/ne.po new file mode 100644 index 00000000..83657ff2 --- /dev/null +++ b/addons/crm_livechat/i18n/ne.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Nepali (https://www.transifex.com/odoo/teams/41243/ne/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:11 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:36 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion channel" +msgstr "" diff --git a/addons/crm_livechat/i18n/nl.po b/addons/crm_livechat/i18n/nl.po new file mode 100644 index 00000000..d7d258f9 --- /dev/null +++ b/addons/crm_livechat/i18n/nl.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Yenthe Van Ginneken <yenthespam@gmail.com>, 2020 +# Martin Trigaux, 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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "Maak een nieuwe lead (/lead lead titel)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"Nieuwe lead aangemaakt: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Discussiekanaal" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Livechat" diff --git a/addons/crm_livechat/i18n/nl_BE.po b/addons/crm_livechat/i18n/nl_BE.po new file mode 100644 index 00000000..7590fb94 --- /dev/null +++ b/addons/crm_livechat/i18n/nl_BE.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/odoo/teams/41243/nl_BE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_BE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:11 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:36 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion channel" +msgstr "" diff --git a/addons/crm_livechat/i18n/pl.po b/addons/crm_livechat/i18n/pl.po new file mode 100644 index 00000000..3992f83b --- /dev/null +++ b/addons/crm_livechat/i18n/pl.po @@ -0,0 +1,64 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Tomasz Leppich <t.leppich@gmail.com>, 2020 +# Piotr Szlązak <szlazakpiotr@gmail.com>, 2020 +# 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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "Utwórz nowy Sygnał (/lead tytuł sygnału)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"Utwórz nowy sygnał: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Kanał dyskusyjny" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Nazwa wyświetlana" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Data ostatniej modyfikacji" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Czat" diff --git a/addons/crm_livechat/i18n/pt.po b/addons/crm_livechat/i18n/pt.po new file mode 100644 index 00000000..3b12e49b --- /dev/null +++ b/addons/crm_livechat/i18n/pt.po @@ -0,0 +1,62 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Manuela Silva <manuelarodsilva@gmail.com>, 2020 +# Nuno Silva <nuno.silva@arxi.pt>, 2020 +# 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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Canal de Discussão" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Nome" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Última Modificação em" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Conversação Live" diff --git a/addons/crm_livechat/i18n/pt_BR.po b/addons/crm_livechat/i18n/pt_BR.po new file mode 100644 index 00000000..99597c09 --- /dev/null +++ b/addons/crm_livechat/i18n/pt_BR.po @@ -0,0 +1,66 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Rodrigo de Almeida Sottomaior Macedo <rmsolucoeseminformatica@protonmail.com>, 2020 +# Mateus Lopes <mateus1@gmail.com>, 2020 +# grazziano <gra.negocia@gmail.com>, 2020 +# André Augusto Firmino Cordeiro <a.cordeito@gmail.com>, 2020 +# Rodrigo Martins <rodrigo.martins@ciel-it.com>, 2020 +# Lauro de Lima <lauro@ciclix.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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Lauro de Lima <lauro@ciclix.com>, 2020\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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "Criar um novo lead (/lead lead title)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"Criado um novo lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Canal de Discussão" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Nome exibido" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Última modificação em" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Chat" diff --git a/addons/crm_livechat/i18n/ro.po b/addons/crm_livechat/i18n/ro.po new file mode 100644 index 00000000..82edfb42 --- /dev/null +++ b/addons/crm_livechat/i18n/ro.po @@ -0,0 +1,60 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Martin Trigaux, 2020 +# Foldi Robert <foldirobert@nexterp.ro>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Foldi Robert <foldirobert@nexterp.ro>, 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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Canal Discuții" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Nume afișat" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Ultima modificare la" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Livechat" diff --git a/addons/crm_livechat/i18n/ru.po b/addons/crm_livechat/i18n/ru.po new file mode 100644 index 00000000..2924ea92 --- /dev/null +++ b/addons/crm_livechat/i18n/ru.po @@ -0,0 +1,65 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Martin Trigaux, 2020 +# Ivan Yelizariev <yelizariev@it-projects.info>, 2020 +# Vasiliy Korobatov <korobatov@gmail.com>, 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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "Создание нового интереса (/название интереса)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"Создан новый лид:<a href=\"#\" data-oe-id=\"%s\" data-oe-model=\"crm.lead\">" +" %s </a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Канал обсуждения" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Отображаемое имя" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "Идентификатор" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Последнее изменение" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Чат" diff --git a/addons/crm_livechat/i18n/si.po b/addons/crm_livechat/i18n/si.po new file mode 100644 index 00000000..d0d45a3c --- /dev/null +++ b/addons/crm_livechat/i18n/si.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "" diff --git a/addons/crm_livechat/i18n/sk.po b/addons/crm_livechat/i18n/sk.po new file mode 100644 index 00000000..45473a94 --- /dev/null +++ b/addons/crm_livechat/i18n/sk.po @@ -0,0 +1,65 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# 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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" +"Vytvorenie novej Potenciálnej príležitosti (/názov potenciálnej " +"príležitosti)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"Vytvorená nová Potenciálna príležitosť:<a href=\"#\" data-oe-id=\"%s\" data-" +"oe-model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Diskusný kanál" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Zobrazovaný názov" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Posledná úprava" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Živý chat" diff --git a/addons/crm_livechat/i18n/sl.po b/addons/crm_livechat/i18n/sl.po new file mode 100644 index 00000000..7194550e --- /dev/null +++ b/addons/crm_livechat/i18n/sl.po @@ -0,0 +1,64 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Matjaz Mozetic <m.mozetic@matmoz.si>, 2021 +# Dejan Sraka <dejan.sraka@picolabs.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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"Ustvari nov indic: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Zadnjič spremenjeno" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Pogovor v živo" diff --git a/addons/crm_livechat/i18n/sq.po b/addons/crm_livechat/i18n/sq.po new file mode 100644 index 00000000..773ca883 --- /dev/null +++ b/addons/crm_livechat/i18n/sq.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Albanian (https://www.transifex.com/odoo/teams/41243/sq/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:11 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:36 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion channel" +msgstr "" diff --git a/addons/crm_livechat/i18n/sr.po b/addons/crm_livechat/i18n/sr.po new file mode 100644 index 00000000..7ab6420a --- /dev/null +++ b/addons/crm_livechat/i18n/sr.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-18 09:49+0000\n" +"PO-Revision-Date: 2018-09-18 09:49+0000\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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:11 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:36 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion channel" +msgstr "" diff --git a/addons/crm_livechat/i18n/sr@latin.po b/addons/crm_livechat/i18n/sr@latin.po new file mode 100644 index 00000000..9f2c8b64 --- /dev/null +++ b/addons/crm_livechat/i18n/sr@latin.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:11 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:36 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion channel" +msgstr "" diff --git a/addons/crm_livechat/i18n/sv.po b/addons/crm_livechat/i18n/sv.po new file mode 100644 index 00000000..e85e630a --- /dev/null +++ b/addons/crm_livechat/i18n/sv.po @@ -0,0 +1,64 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Martin Trigaux, 2021 +# Anders Wallenquist <anders.wallenquist@vertel.se>, 2021 +# Chrille Hedberg <hedberg.chrille@gmail.com>, 2021 +# Jakob Krabbe <jakob.krabbe@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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Jakob Krabbe <jakob.krabbe@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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "Skapa ny affärsmöjlighet" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"Skapa ny affärsmöjlighet: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Diskussionskanal" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Visningsnamn" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "" diff --git a/addons/crm_livechat/i18n/th.po b/addons/crm_livechat/i18n/th.po new file mode 100644 index 00000000..785ccdd2 --- /dev/null +++ b/addons/crm_livechat/i18n/th.po @@ -0,0 +1,59 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# 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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Martin Trigaux, 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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "รหัส" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "" diff --git a/addons/crm_livechat/i18n/tr.po b/addons/crm_livechat/i18n/tr.po new file mode 100644 index 00000000..6203d3e3 --- /dev/null +++ b/addons/crm_livechat/i18n/tr.po @@ -0,0 +1,65 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Ediz Duman <neps1192@gmail.com>, 2020 +# Levent Karakaş <levent@mektup.at>, 2020 +# Murat Kaplan <muratk@projetgrup.com>, 2020 +# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2020 +# Gökhan Erdoğdu <gokhan.erdogdu@mechsoft.com.tr>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Gökhan Erdoğdu <gokhan.erdogdu@mechsoft.com.tr>, 2020\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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "Yeni aday oluştur (/lead aday başlığı)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"Yeni aday oluşturuldu: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Mesajlaşma Kanalı" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Görünüm Adı" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Son Düzenleme" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Canlı sohbet" diff --git a/addons/crm_livechat/i18n/uk.po b/addons/crm_livechat/i18n/uk.po new file mode 100644 index 00000000..a05abb83 --- /dev/null +++ b/addons/crm_livechat/i18n/uk.po @@ -0,0 +1,62 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# 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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "Створіть новий лід (/lead назва ліду)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"Створено новий лід: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Канал обговорення" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Відобразити назву" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Останні зміни" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Живий чат" diff --git a/addons/crm_livechat/i18n/ur.po b/addons/crm_livechat/i18n/ur.po new file mode 100644 index 00000000..a1ff4663 --- /dev/null +++ b/addons/crm_livechat/i18n/ur.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "" diff --git a/addons/crm_livechat/i18n/vi.po b/addons/crm_livechat/i18n/vi.po new file mode 100644 index 00000000..fa9c74fb --- /dev/null +++ b/addons/crm_livechat/i18n/vi.po @@ -0,0 +1,64 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Nancy Momoland <thanhnguyen.icsc@gmail.com>, 2020 +# Duy BQ <duybq86@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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "Tạo mới một đầu mối (/lead tên đầu mối)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "" +"Tạo mới một đầu mối: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "Kênh thảo luận" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "Livechat" diff --git a/addons/crm_livechat/i18n/zh_CN.po b/addons/crm_livechat/i18n/zh_CN.po new file mode 100644 index 00000000..f9fb4968 --- /dev/null +++ b/addons/crm_livechat/i18n/zh_CN.po @@ -0,0 +1,62 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# Translators: +# Martin Trigaux, 2020 +# Jeffery CHEN Fan <jeffery9@gmail.com>, 2020 +# John An <johnxan@163.com>, 2020 +# Felix Yang - Elico Corp <felixyangsh@aliyun.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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+0000\n" +"Last-Translator: Felix Yang - Elico Corp <felixyangsh@aliyun.com>, 2020\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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "创建新线索(/主要负责人头衔)" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "创建新新线索: <a href=\"#\" data-oe-id=\"%s\" data-oe-model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "讨论频道" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "最后修改日" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "在线客服" diff --git a/addons/crm_livechat/i18n/zh_TW.po b/addons/crm_livechat/i18n/zh_TW.po new file mode 100644 index 00000000..7139a9ba --- /dev/null +++ b/addons/crm_livechat/i18n/zh_TW.po @@ -0,0 +1,59 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_livechat +# +# 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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:11+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: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "Create a new lead (/lead lead title)" +msgstr "創建新線索(輸入\"/lead 線索標題\")" + +#. module: crm_livechat +#: code:addons/crm_livechat/models/mail_channel.py:0 +#, python-format +msgid "" +"Created a new lead: <a href=\"#\" data-oe-id=\"%s\" data-oe-" +"model=\"crm.lead\">%s</a>" +msgstr "創建新線索: <a href=\"#\" data-oe-id=\"%s\" data-oe-model=\"crm.lead\">%s</a>" + +#. module: crm_livechat +#: model:ir.model,name:crm_livechat.model_mail_channel +msgid "Discussion Channel" +msgstr "討論群組" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel__id +msgid "ID" +msgstr "ID" + +#. module: crm_livechat +#: model:ir.model.fields,field_description:crm_livechat.field_mail_channel____last_update +msgid "Last Modified on" +msgstr "最後修改於" + +#. module: crm_livechat +#: model:utm.source,name:crm_livechat.utm_source_livechat +msgid "Livechat" +msgstr "線上聊天" diff --git a/addons/crm_livechat/models/__init__.py b/addons/crm_livechat/models/__init__.py new file mode 100644 index 00000000..58536ecc --- /dev/null +++ b/addons/crm_livechat/models/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import mail_channel diff --git a/addons/crm_livechat/models/mail_channel.py b/addons/crm_livechat/models/mail_channel.py new file mode 100644 index 00000000..9c775983 --- /dev/null +++ b/addons/crm_livechat/models/mail_channel.py @@ -0,0 +1,58 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo import models, _ +from odoo.tools import html2plaintext, html_escape + + +class MailChannel(models.Model): + _inherit = 'mail.channel' + + def _define_command_lead(self): + return {'help': _('Create a new lead (/lead lead title)')} + + def _execute_command_lead(self, **kwargs): + partner = self.env.user.partner_id + key = kwargs['body'] + channel_partners = self.env['mail.channel.partner'].search([ + ('partner_id', '!=', partner.id), + ('channel_id', '=', self.id)], limit=1 + ) + if key.strip() == '/lead': + msg = self._define_command_lead()['help'] + else: + lead = self._convert_visitor_to_lead(partner, channel_partners, key) + msg = _('Created a new lead: <a href="#" data-oe-id="%s" data-oe-model="crm.lead">%s</a>') % (lead.id, html_escape(lead.name)) + self._send_transient_message(partner, msg) + + def _convert_visitor_to_lead(self, partner, channel_partners, key): + """ Create a lead from channel /lead command + :param partner: internal user partner (operator) that created the lead; + :param channel_partners: channel members; + :param key: operator input in chat ('/lead Lead about Product') + """ + description = ''.join( + '%s: %s\n' % (message.author_id.name or self.anonymous_name, message.body) + for message in self.channel_message_ids.sorted('id') + ) + # if public user is part of the chat: consider lead to be linked to an + # anonymous user whatever the participants. Otherwise keep only share + # partners (no user or portal user) to link to the lead. + customers = self.env['res.partner'] + for customer in channel_partners.partner_id.filtered('partner_share').with_context(active_test=False): + if customer.user_ids and all(user._is_public() for user in customer.user_ids): + customers = self.env['res.partner'] + break + else: + customers |= customer + + utm_source = self.env.ref('crm_livechat.utm_source_livechat', raise_if_not_found=False) + return self.env['crm.lead'].create({ + 'name': html2plaintext(key[5:]), + 'partner_id': customers[0].id if customers else False, + 'user_id': False, + 'team_id': False, + 'description': html2plaintext(description), + 'referred': partner.name, + 'source_id': utm_source and utm_source.id, + }) diff --git a/addons/crm_livechat/tests/__init__.py b/addons/crm_livechat/tests/__init__.py new file mode 100644 index 00000000..3721104a --- /dev/null +++ b/addons/crm_livechat/tests/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import test_crm_lead diff --git a/addons/crm_livechat/tests/test_crm_lead.py b/addons/crm_livechat/tests/test_crm_lead.py new file mode 100644 index 00000000..0c012b20 --- /dev/null +++ b/addons/crm_livechat/tests/test_crm_lead.py @@ -0,0 +1,94 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo.addons.crm.tests.common import TestCrmCommon +from odoo.addons.mail.tests.common import mail_new_test_user +from odoo.tests.common import users + + +class TestLivechatLead(TestCrmCommon): + + @classmethod + def setUpClass(cls): + super(TestLivechatLead, cls).setUpClass() + + cls.user_anonymous = mail_new_test_user( + cls.env, login='user_anonymous', + name='Anonymous Website', email=False, + company_id=cls.company_main.id, + notification_type='inbox', + groups='base.group_public', + ) + cls.user_portal = mail_new_test_user( + cls.env, login='user_portal', + name='Paulette Portal', email='user_portal@test.example.com', + company_id=cls.company_main.id, + notification_type='inbox', + groups='base.group_portal', + ) + + @users('user_sales_leads') + def test_crm_lead_creation_guest(self): + """ Test customer set on lead: not if public, guest if not public """ + # public: should not be set as customer + channel = self.env['mail.channel'].create({ + 'name': 'Chat with Visitor', + 'channel_partner_ids': [(4, self.user_anonymous.partner_id.id)] + }) + lead = channel._convert_visitor_to_lead(self.env.user.partner_id, channel.channel_last_seen_partner_ids, '/lead TestLead command') + + self.assertEqual( + channel.channel_last_seen_partner_ids.partner_id, + self.user_sales_leads.partner_id | self.user_anonymous.partner_id + ) + self.assertEqual(lead.name, 'TestLead command') + self.assertEqual(lead.partner_id, self.env['res.partner']) + + # public user: should not be set as customer + # 'base.public_user' is archived by default + self.assertFalse(self.env.ref('base.public_user').active) + + channel = self.env['mail.channel'].create({ + 'name': 'Chat with Visitor', + 'channel_partner_ids': [(4, self.env.ref('base.public_partner').id)] + }) + lead = channel._convert_visitor_to_lead(self.env.user.partner_id, channel.channel_last_seen_partner_ids, '/lead TestLead command') + + self.assertEqual( + channel.channel_last_seen_partner_ids.partner_id, + self.user_sales_leads.partner_id | self.env.ref('base.public_partner') + ) + self.assertEqual(lead.name, 'TestLead command') + self.assertEqual(lead.partner_id, self.env['res.partner']) + + # public + someone else: no customer (as he was anonymous) + channel.write({ + 'channel_partner_ids': [(4, self.user_sales_manager.partner_id.id)] + }) + lead = channel._convert_visitor_to_lead(self.env.user.partner_id, channel.channel_last_seen_partner_ids, '/lead TestLead command') + self.assertEqual(lead.partner_id, self.env['res.partner']) + + # portal: should be set as customer + channel = self.env['mail.channel'].create({ + 'name': 'Chat with Visitor', + 'channel_partner_ids': [(4, self.user_portal.partner_id.id)] + }) + lead = channel._convert_visitor_to_lead(self.env.user.partner_id, channel.channel_last_seen_partner_ids, '/lead TestLead command') + + self.assertEqual( + channel.channel_last_seen_partner_ids.partner_id, + self.user_sales_leads.partner_id | self.user_portal.partner_id + ) + self.assertEqual(lead.partner_id, self.user_portal.partner_id) + + # another operator invited: internal user should not be customer if portal is present + channel.write({ + 'channel_partner_ids': [(4, self.user_sales_manager.partner_id.id)] + }) + lead = channel._convert_visitor_to_lead(self.env.user.partner_id, channel.channel_last_seen_partner_ids, '/lead TestLead command') + + self.assertEqual( + channel.channel_last_seen_partner_ids.partner_id, + self.user_sales_leads.partner_id | self.user_portal.partner_id | self.user_sales_manager.partner_id + ) + self.assertEqual(lead.partner_id, self.user_portal.partner_id) |
