Начальное наполнение
This commit is contained in:
parent
21b96b00b0
commit
567bf1a855
4
__init__.py
Normal file
4
__init__.py
Normal file
@ -0,0 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import models
|
16
__manifest__.py
Normal file
16
__manifest__.py
Normal file
@ -0,0 +1,16 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
{
|
||||
'name': 'Lead Livechat Sessions',
|
||||
'category': 'Website/Website',
|
||||
'summary': 'View livechat sessions for leads',
|
||||
'version': '1.0',
|
||||
'description': """ Adds a stat button on lead form view to access their livechat sessions.""",
|
||||
'depends': ['website_crm', 'website_livechat'],
|
||||
'data': [
|
||||
'views/website_crm_lead_views.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': True,
|
||||
'license': 'LGPL-3',
|
||||
}
|
52
i18n/ar.po
Normal file
52
i18n/ar.po
Normal file
@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Arabic (https://app.transifex.com/odoo/teams/41243/ar/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ar\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "عدد الجلسات "
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr "العميل المهتم الجديد لـ%s "
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr "خطوة نَص Chatbot "
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "قناة المناقشة"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "عميل مهتم/فرصة "
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "الجلسات"
|
54
i18n/bg.po
Normal file
54
i18n/bg.po
Normal file
@ -0,0 +1,54 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Ивайло Малинов <iv.malinov@gmail.com>, 2023
|
||||
# Rosen Vladimirov <vladimirov.rosen@gmail.com>, 2023
|
||||
# Albena Mincheva <albena_vicheva@abv.bg>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Albena Mincheva <albena_vicheva@abv.bg>, 2023\n"
|
||||
"Language-Team: Bulgarian (https://app.transifex.com/odoo/teams/41243/bg/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: bg\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "Дискусионен канал"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "Лийд / Възможност"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "Сесии"
|
57
i18n/ca.po
Normal file
57
i18n/ca.po
Normal file
@ -0,0 +1,57 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# José Cabrera Lozano <jose.cabrera@edukative.es>, 2023
|
||||
# Ivan Espinola, 2023
|
||||
# jabiri7, 2023
|
||||
# Arnau Ros, 2023
|
||||
# Manel Fernandez Ramirez <manelfera@outlook.com>, 2023
|
||||
# Quim - eccit <quim@eccit.com>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Quim - eccit <quim@eccit.com>, 2023\n"
|
||||
"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/ca/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ca\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "# Sessions"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr "Capçalera nova de %s"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr "Pas de l'script de Chatbot"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "Canal de debat"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "Iniciativa/Oportunitat"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "Sessions "
|
54
i18n/cs.po
Normal file
54
i18n/cs.po
Normal file
@ -0,0 +1,54 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Jakub Smolka, 2023
|
||||
# Ivana Bartonkova, 2023
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/cs/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "počet Sessions"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr "Chatbot krok skriptu"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "Diskuzní kanál"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "Prospekt/příležitost"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "Prodejní relace"
|
52
i18n/da.po
Normal file
52
i18n/da.po
Normal file
@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2023\n"
|
||||
"Language-Team: Danish (https://app.transifex.com/odoo/teams/41243/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: da\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "# Sessioner"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "Diskussionskanal"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "Kundeemne/Salgsmulighed"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "Ekspeditioner"
|
52
i18n/de.po
Normal file
52
i18n/de.po
Normal file
@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: German (https://app.transifex.com/odoo/teams/41243/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "# Sitzungen"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr "Neuer Lead von %s"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr "Chatbot-Skript-Schritt"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "Diskussionskanal"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "Lead/Verkaufschance"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "Sitzungen"
|
53
i18n/es.po
Normal file
53
i18n/es.po
Normal file
@ -0,0 +1,53 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
# Larissa Manderfeld, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Larissa Manderfeld, 2024\n"
|
||||
"Language-Team: Spanish (https://app.transifex.com/odoo/teams/41243/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "# de Sesiones"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr "Nuevo lead de %s"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr "Paso de guion del chatbot"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "Canal de conversaciones"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "Lead/Oportunidad"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "Sesiones"
|
52
i18n/es_419.po
Normal file
52
i18n/es_419.po
Normal file
@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Spanish (Latin America) (https://app.transifex.com/odoo/teams/41243/es_419/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_419\n"
|
||||
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "Número de sesiones"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr "Nuevo lead de %s"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr "Paso de guion del bot de chat"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "Canal de conversaciones"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "Lead/oportunidad"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "Sesiones"
|
55
i18n/et.po
Normal file
55
i18n/et.po
Normal file
@ -0,0 +1,55 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Piia Paurson <piia@avalah.ee>, 2023
|
||||
# Leaanika Randmets, 2023
|
||||
# Rivo Zängov <eraser@eraser.ee>, 2023
|
||||
# Triine Aavik <triine@avalah.ee>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Triine Aavik <triine@avalah.ee>, 2023\n"
|
||||
"Language-Team: Estonian (https://app.transifex.com/odoo/teams/41243/et/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: et\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "# Sessioonid"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr "%s uus müügivihje"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr "Chatboti skripti samm"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "Sõnumite kanal"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "Müügivihje/müügivõimalus"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "Sessioonid"
|
54
i18n/fa.po
Normal file
54
i18n/fa.po
Normal file
@ -0,0 +1,54 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# F Hariri <fhari1234@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Hanna Kheradroosta, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Hanna Kheradroosta, 2023\n"
|
||||
"Language-Team: Persian (https://app.transifex.com/odoo/teams/41243/fa/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fa\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "کانال گفتگو"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "سرنخ / فرصت"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "جلسات"
|
55
i18n/fi.po
Normal file
55
i18n/fi.po
Normal file
@ -0,0 +1,55 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Kari Lindgren <kari.lindgren@emsystems.fi>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2023
|
||||
# Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023\n"
|
||||
"Language-Team: Finnish (https://app.transifex.com/odoo/teams/41243/fi/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fi\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "# Istunnot"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr "%s uusi liidi"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr "Chatbotin käsikirjoituksen askel"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "Keskustelukanava"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "Liidi/mahdollisuus"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "Istunnot"
|
52
i18n/fr.po
Normal file
52
i18n/fr.po
Normal file
@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: French (https://app.transifex.com/odoo/teams/41243/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "# Sessions"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr "Nouvelle piste de %s"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr "Étape de script du chatbot"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "Canal de discussion"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "Piste/opportunité"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "Sessions"
|
54
i18n/he.po
Normal file
54
i18n/he.po
Normal file
@ -0,0 +1,54 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# דודי מלכה <Dudimalka6@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Lilach Gilliam <lilach.gilliam@gmail.com>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Lilach Gilliam <lilach.gilliam@gmail.com>, 2023\n"
|
||||
"Language-Team: Hebrew (https://app.transifex.com/odoo/teams/41243/he/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: he\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "מספר הפעלות"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "ערוץ דיון"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "ליד/הזדמנות"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "הפעלות"
|
54
i18n/hu.po
Normal file
54
i18n/hu.po
Normal file
@ -0,0 +1,54 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Tamás Németh <ntomasz81@gmail.com>, 2023
|
||||
# Ákos Nagy <akos.nagy@oregional.hu>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2023\n"
|
||||
"Language-Team: Hungarian (https://app.transifex.com/odoo/teams/41243/hu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "Kommunikációs csatorna"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "Érdeklődés/Lehetőség"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "Értékesítési folyamatok"
|
52
i18n/id.po
Normal file
52
i18n/id.po
Normal file
@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Indonesian (https://app.transifex.com/odoo/teams/41243/id/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: id\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "# Sesi"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr "Lead Baru %s"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr "Langkah Script Chatbot"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "Saluran Diskusi"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "Prospek/Peluang"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "Sesi"
|
52
i18n/it.po
Normal file
52
i18n/it.po
Normal file
@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "N. sessioni"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr "Nuovo contatto di %s"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr "Chatbot Script Step"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "Canale di discussione"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "Contatto/Opportunità"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "Sessioni"
|
52
i18n/ja.po
Normal file
52
i18n/ja.po
Normal file
@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ja\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "# セッション"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr "%sの新しいリード"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr "チャットボットスクリプト ステップ"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "ディスカッションチャンネル"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "リード / 案件"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "セッション"
|
52
i18n/ko.po
Normal file
52
i18n/ko.po
Normal file
@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/ko/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ko\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "# 세션"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr "%s 의 신규 영업제안"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr "챗봇 스크립트 단계"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "메일 및 채팅 채널"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "영업제안/영업기회"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "세션"
|
54
i18n/lt.po
Normal file
54
i18n/lt.po
Normal file
@ -0,0 +1,54 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Jonas Zinkevicius <jozi@odoo.com>, 2023
|
||||
# Andrius Laukavičius <andrius@focusate.eu>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2023\n"
|
||||
"Language-Team: Lithuanian (https://app.transifex.com/odoo/teams/41243/lt/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lt\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "Sesijos nr."
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "Diskusijų kanalas"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "Iniciatyva/Galimybė"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "Sesijos"
|
54
i18n/lv.po
Normal file
54
i18n/lv.po
Normal file
@ -0,0 +1,54 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# ievaputnina <ievai.putninai@gmail.com>, 2023
|
||||
# Arnis Putniņš <arnis@allegro.lv>, 2023
|
||||
# Armīns Jeltajevs <armins.jeltajevs@gmail.com>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Armīns Jeltajevs <armins.jeltajevs@gmail.com>, 2023\n"
|
||||
"Language-Team: Latvian (https://app.transifex.com/odoo/teams/41243/lv/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lv\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "# sessijas"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "Saziņas kanāls"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "Lead/Opportunity"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "Sesijas"
|
52
i18n/nl.po
Normal file
52
i18n/nl.po
Normal file
@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/nl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "# Sessies"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr "%s's Nieuwe lead"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr "Chatbot-scriptstap"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "Chatkanaal"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "Lead/Verkoopkans"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "Sessies"
|
52
i18n/pl.po
Normal file
52
i18n/pl.po
Normal file
@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Polish (https://app.transifex.com/odoo/teams/41243/pl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "# Sesje"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr "Nowy sygnał %s"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr "Krok skryptu czatbota"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "Kanał dyskusyjny"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "Sygnał/Szansa"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "Sesje"
|
52
i18n/pt.po
Normal file
52
i18n/pt.po
Normal file
@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Portuguese (https://app.transifex.com/odoo/teams/41243/pt/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pt\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "Canal de Discussão"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "Prospecto / Oportunidade"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "Sessões"
|
53
i18n/pt_BR.po
Normal file
53
i18n/pt_BR.po
Normal file
@ -0,0 +1,53 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
# Layna Nascimento, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Layna Nascimento, 2023\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/odoo/teams/41243/pt_BR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pt_BR\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "Nº de sessões"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr "Novo lead de %s"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr "Etapa do script do chatbot"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "Canal de discussão"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "Lead/Oportunidade"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "Sessões"
|
53
i18n/ru.po
Normal file
53
i18n/ru.po
Normal file
@ -0,0 +1,53 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# alenafairy, 2023
|
||||
# Wil Odoo, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2024\n"
|
||||
"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/ru/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ru\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "# Сессии"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr "Новый лид %s"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr "Шаг сценария чатбота"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "Дискуссионный канал"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "Потенциальные сделки"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "Сессии"
|
52
i18n/sk.po
Normal file
52
i18n/sk.po
Normal file
@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Slovak (https://app.transifex.com/odoo/teams/41243/sk/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sk\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "# Relácie"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "Diskusný kanál"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "Potenciálna príležitosť / obchodný prípad"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "Relácie"
|
53
i18n/sl.po
Normal file
53
i18n/sl.po
Normal file
@ -0,0 +1,53 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Matjaz Mozetic <m.mozetic@matmoz.si>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2023\n"
|
||||
"Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/sl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "Indic/Priložnost"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "Seje"
|
52
i18n/sr.po
Normal file
52
i18n/sr.po
Normal file
@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2023\n"
|
||||
"Language-Team: Serbian (https://app.transifex.com/odoo/teams/41243/sr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sr\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "# Sesije"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr "%s's Novi lid"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr "Korak skripte za Chatbot"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "Kanal diskusije"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "Lid/Prodajna prilika"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "Sesije"
|
55
i18n/sv.po
Normal file
55
i18n/sv.po
Normal file
@ -0,0 +1,55 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Lasse L, 2023
|
||||
# Chrille Hedberg <hedberg.chrille@gmail.com>, 2023
|
||||
# Mikael Åkerberg <mikael.akerberg@mariaakerberg.com>, 2023
|
||||
# Kim Asplund <kim.asplund@gmail.com>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Kim Asplund <kim.asplund@gmail.com>, 2023\n"
|
||||
"Language-Team: Swedish (https://app.transifex.com/odoo/teams/41243/sv/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sv\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "# sessioner"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr "%s:s nya affärsmöjligheter"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr "Steg för skript för chatbot"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "Kanal"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "Affärsmöjlighet/Möjlighet"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "Sessioner"
|
52
i18n/th.po
Normal file
52
i18n/th.po
Normal file
@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Thai (https://app.transifex.com/odoo/teams/41243/th/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: th\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "# เซสชั่น"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr "ลูกค้าเป้าหมายใหม่ของ %s"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr "ขั้นตอนสคริปต์แชทบอท"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "ช่องการสนทนา"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "ลูกค้าเป้าหมาย/ผู้ที่มีโอกาสจะซื้อ"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "เซสชั่น"
|
56
i18n/tr.po
Normal file
56
i18n/tr.po
Normal file
@ -0,0 +1,56 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Halil, 2023
|
||||
# İlknur Gözütok, 2023
|
||||
# Ediz Duman <neps1192@gmail.com>, 2023
|
||||
# Murat Kaplan <muratk@projetgrup.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2023\n"
|
||||
"Language-Team: Turkish (https://app.transifex.com/odoo/teams/41243/tr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: tr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "# Oturumlar"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr "%s'in Yeni Adayı"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr "Chatbot Komut Dosyası Adımı"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "Mesajlaşma Kanalı"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "Aday/Fırsat"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "Oturumlar"
|
52
i18n/uk.po
Normal file
52
i18n/uk.po
Normal file
@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Ukrainian (https://app.transifex.com/odoo/teams/41243/uk/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: uk\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "К-сть сесій"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr "%s Нових лідів"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr "Крок скрипта чатботу"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "Канал обговорення"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "Лід/Нагода"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "Сесії"
|
52
i18n/vi.po
Normal file
52
i18n/vi.po
Normal file
@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Vietnamese (https://app.transifex.com/odoo/teams/41243/vi/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: vi\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "# Phiên"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr "Lead mới của %s"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr "Bước kịch bản chatbot"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "Kênh thảo luận"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "Lead/Cơ hội"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "Phiên"
|
48
i18n/website_crm_livechat.pot
Normal file
48
i18n/website_crm_livechat.pot
Normal file
@ -0,0 +1,48 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 21:56+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: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr ""
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr ""
|
52
i18n/zh_CN.po
Normal file
52
i18n/zh_CN.po
Normal file
@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/zh_CN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: zh_CN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "# 会话"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr "%s 的新线索"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr "聊天机器人脚本步骤"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "讨论频道"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "线索/商机"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "会话"
|
52
i18n/zh_TW.po
Normal file
52
i18n/zh_TW.po
Normal file
@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_crm_livechat
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: zh_TW\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model.fields,field_description:website_crm_livechat.field_crm_lead__visitor_sessions_count
|
||||
msgid "# Sessions"
|
||||
msgstr "# 對話視窗"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/website_crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr "%s 的新潛在商機"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_chatbot_script_step
|
||||
msgid "Chatbot Script Step"
|
||||
msgstr "聊天機器人程式碼步驟"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr "討論群組"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model:ir.model,name:website_crm_livechat.model_crm_lead
|
||||
msgid "Lead/Opportunity"
|
||||
msgstr "潛在商機/商機"
|
||||
|
||||
#. module: website_crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:website_crm_livechat.crm_lead_view_form
|
||||
msgid "Sessions"
|
||||
msgstr "對話視窗"
|
6
models/__init__.py
Normal file
6
models/__init__.py
Normal file
@ -0,0 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import chatbot_script_step
|
||||
from . import crm_lead
|
||||
from . import discuss_channel
|
16
models/chatbot_script_step.py
Normal file
16
models/chatbot_script_step.py
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from odoo import _, models
|
||||
|
||||
|
||||
class ChatbotScriptStep(models.Model):
|
||||
_inherit = 'chatbot.script.step'
|
||||
|
||||
def _chatbot_crm_prepare_lead_values(self, discuss_channel, description):
|
||||
values = super()._chatbot_crm_prepare_lead_values(discuss_channel, description)
|
||||
if discuss_channel.livechat_visitor_id:
|
||||
values['name'] = _("%s's New Lead", discuss_channel.livechat_visitor_id.display_name)
|
||||
values['visitor_ids'] = [(4, discuss_channel.livechat_visitor_id.id)]
|
||||
return values
|
21
models/crm_lead.py
Normal file
21
models/crm_lead.py
Normal file
@ -0,0 +1,21 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from odoo import api, fields, models
|
||||
|
||||
|
||||
class Lead(models.Model):
|
||||
_inherit = 'crm.lead'
|
||||
|
||||
visitor_sessions_count = fields.Integer('# Sessions', compute="_compute_visitor_sessions_count", groups="im_livechat.im_livechat_group_user")
|
||||
|
||||
@api.depends('visitor_ids.discuss_channel_ids')
|
||||
def _compute_visitor_sessions_count(self):
|
||||
for lead in self:
|
||||
lead.visitor_sessions_count = len(lead.visitor_ids.discuss_channel_ids)
|
||||
|
||||
def action_redirect_to_livechat_sessions(self):
|
||||
visitors = self.visitor_ids
|
||||
action = self.env["ir.actions.actions"]._for_xml_id("website_livechat.website_visitor_livechat_session_action")
|
||||
action['domain'] = [('livechat_visitor_id', 'in', visitors.ids), ('has_message', '=', True)]
|
||||
return action
|
19
models/discuss_channel.py
Normal file
19
models/discuss_channel.py
Normal file
@ -0,0 +1,19 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from odoo import models
|
||||
|
||||
|
||||
class DiscussChannel(models.Model):
|
||||
_inherit = 'discuss.channel'
|
||||
|
||||
def _convert_visitor_to_lead(self, partner, key):
|
||||
""" When website is installed, we can link the created lead from /lead command
|
||||
to the current website_visitor. We do not use the lead name as it does not correspond
|
||||
to the lead contact name."""
|
||||
lead = super()._convert_visitor_to_lead(partner, key)
|
||||
visitor_sudo = self.livechat_visitor_id.sudo()
|
||||
if visitor_sudo:
|
||||
visitor_sudo.write({'lead_ids': [(4, lead.id)]})
|
||||
lead.country_id = lead.country_id or visitor_sudo.country_id
|
||||
return lead
|
16
views/website_crm_lead_views.xml
Normal file
16
views/website_crm_lead_views.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo><data>
|
||||
<record id="crm_lead_view_form" model="ir.ui.view">
|
||||
<field name="name">crm.lead.view.form.inherit.website.crm.livechat</field>
|
||||
<field name="model">crm.lead</field>
|
||||
<field name="inherit_id" ref="website_crm.crm_lead_view_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//button[@name='action_redirect_to_page_views']" position="after">
|
||||
<button name="action_redirect_to_livechat_sessions" type="object" class="oe_stat_button" icon="fa-comment"
|
||||
invisible="visitor_sessions_count == 0" groups="im_livechat.im_livechat_group_user">
|
||||
<field name="visitor_sessions_count" widget="statinfo" string="Sessions"/>
|
||||
</button>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</data></odoo>
|
Loading…
x
Reference in New Issue
Block a user