mirror of
https://github.com/bringout/oca-ocb-crm.git
synced 2026-04-26 10:31:59 +02:00
19.0 vanilla
This commit is contained in:
parent
dc68f80d3f
commit
7221b9ac46
610 changed files with 135477 additions and 161677 deletions
|
|
@ -4,10 +4,10 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2024-02-06 13:31+0000\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-01-25 18:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -18,10 +18,14 @@ msgstr ""
|
|||
#. module: crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/crm_livechat/models/chatbot_script_step.py:0
|
||||
#, python-format
|
||||
msgid "%s's New Lead"
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#: model_terms:ir.ui.view,arch_db:crm_livechat.crm_lead_view_form
|
||||
msgid "<span class=\"o_stat_text\">View chat</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#: model:ir.model,name:crm_livechat.model_chatbot_script
|
||||
msgid "Chatbot Script"
|
||||
|
|
@ -33,56 +37,125 @@ msgid "Chatbot Script Step"
|
|||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#. odoo-javascript
|
||||
#: code:addons/crm_livechat/static/src/core/thread_actions.js:0
|
||||
#: model:ir.model.fields.selection,name:crm_livechat.selection__chatbot_script_step__step_type__create_lead
|
||||
msgid "Create Lead"
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#: model:ir.model.fields.selection,name:crm_livechat.selection__chatbot_script_step__step_type__create_lead_and_forward
|
||||
msgid "Create Lead & Forward"
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#. odoo-javascript
|
||||
#. odoo-python
|
||||
#: code:addons/crm_livechat/models/mail_channel.py:0
|
||||
#: code:addons/crm_livechat/static/src/models/messaging_initializer.js:0
|
||||
#, python-format
|
||||
#: code:addons/crm_livechat/static/src/core/channel_commands.js:0
|
||||
msgid "Create a new lead (/lead lead title)"
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/crm_livechat/models/mail_channel.py:0
|
||||
#, python-format
|
||||
#: code:addons/crm_livechat/models/discuss_channel.py:0
|
||||
msgid ""
|
||||
"Create a new lead with: %(pre_start)s%(lead_command)s %(i_start)slead "
|
||||
"title%(i_end)s%(pre_end)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#: model:ir.model,website_form_label:crm_livechat.model_crm_lead
|
||||
msgid "Create an Opportunity"
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/crm_livechat/models/chatbot_script_step.py:0
|
||||
#: code:addons/crm_livechat/models/discuss_channel.py:0
|
||||
msgid "Created a new lead: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#: model:ir.model,name:crm_livechat.model_mail_channel
|
||||
#: model:ir.model,name:crm_livechat.model_discuss_channel
|
||||
msgid "Discussion Channel"
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script__display_name
|
||||
#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__display_name
|
||||
#: model:ir.model.fields,field_description:crm_livechat.field_crm_lead__display_name
|
||||
#: model:ir.model.fields,field_description:crm_livechat.field_discuss_channel__display_name
|
||||
#: model:ir.model.fields,field_description:crm_livechat.field_im_livechat_report_channel__display_name
|
||||
#: model:ir.model.fields,field_description:crm_livechat.field_res_users__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script__lead_count
|
||||
msgid "Generated Lead Count"
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#: model:chatbot.script.step,message:crm_livechat.chatbot_script_lead_generation_step_welcome
|
||||
#: model:ir.model.fields,field_description:crm_livechat.field_discuss_channel__has_crm_lead
|
||||
msgid "Has Crm Lead"
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#: model_terms:chatbot.script.step,message:crm_livechat.chatbot_script_lead_generation_step_welcome
|
||||
msgid "Hi there, what brings you to our website today? 👋"
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#: model:chatbot.script.step,message:crm_livechat.chatbot_script_lead_generation_step_noone_available
|
||||
#: model_terms:chatbot.script.step,message:crm_livechat.chatbot_script_lead_generation_step_noone_available
|
||||
msgid "Hu-ho, it looks like none of our operators are available 🙁"
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script__id
|
||||
#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__id
|
||||
#: model:ir.model.fields,field_description:crm_livechat.field_crm_lead__id
|
||||
#: model:ir.model.fields,field_description:crm_livechat.field_discuss_channel__id
|
||||
#: model:ir.model.fields,field_description:crm_livechat.field_im_livechat_report_channel__id
|
||||
#: model:ir.model.fields,field_description:crm_livechat.field_res_users__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#: model:ir.model,name:crm_livechat.model_crm_lead
|
||||
msgid "Lead"
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#: model:chatbot.script,title:crm_livechat.chatbot_script_lead_generation_bot
|
||||
msgid "Lead Generation Bot"
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#: model:ir.model.fields,field_description:crm_livechat.field_discuss_channel__lead_ids
|
||||
#: model_terms:ir.ui.view,arch_db:crm_livechat.chatbot_script_view_form
|
||||
msgid "Leads"
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#: model:ir.model.fields,field_description:crm_livechat.field_im_livechat_report_channel__leads_created
|
||||
msgid "Leads created"
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#: model:ir.model.fields,field_description:crm_livechat.field_crm_lead__origin_channel_id
|
||||
msgid "Live chat from which the lead was created"
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#: model:ir.model,name:crm_livechat.model_im_livechat_report_channel
|
||||
msgid "Livechat Support Channel Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#. odoo-javascript
|
||||
#: code:addons/crm_livechat/static/src/core/web/livechat_channel_info_list_patch.xml:0
|
||||
msgid "Open leads"
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#: model:ir.model.fields,field_description:crm_livechat.field_chatbot_script_step__crm_team_id
|
||||
msgid "Sales Team"
|
||||
|
|
@ -94,10 +167,15 @@ msgid "Step Type"
|
|||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#: model:chatbot.script.step,message:crm_livechat.chatbot_script_welcome_step_just_looking
|
||||
#: model_terms:chatbot.script.step,message:crm_livechat.chatbot_script_welcome_step_just_looking
|
||||
msgid "Thank you, you should hear back from us very soon!"
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#: model:ir.model.fields,help:crm_livechat.field_discuss_channel__lead_ids
|
||||
msgid "The channel becomes accessible to sales users when leads are set."
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#: model:ir.model.fields,help:crm_livechat.field_chatbot_script_step__crm_team_id
|
||||
msgid ""
|
||||
|
|
@ -106,7 +184,37 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#: model:chatbot.script.step,message:crm_livechat.chatbot_script_welcome_step_pricing_email
|
||||
#: model:ir.model,name:crm_livechat.model_res_users
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#: model_terms:chatbot.script.step,message:crm_livechat.chatbot_script_welcome_step_pricing_email
|
||||
msgid ""
|
||||
"Would you mind leaving your email address so that we can reach you back?"
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/crm_livechat/models/crm_lead.py:0
|
||||
msgid "You cannot create leads linked to channels you don't have access to."
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/crm_livechat/models/crm_lead.py:0
|
||||
msgid ""
|
||||
"You cannot update a lead and link it to a channel you don't have access to."
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#. odoo-javascript
|
||||
#: code:addons/crm_livechat/static/src/core/thread_actions.js:0
|
||||
msgid "e.g. Product pricing"
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_livechat
|
||||
#. odoo-python
|
||||
#: code:addons/crm_livechat/models/chatbot_script_step.py:0
|
||||
msgid "livechat discussion"
|
||||
msgstr ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue