mirror of
https://github.com/bringout/oca-ocb-mail.git
synced 2026-04-24 18:42:01 +02:00
3678 lines
139 KiB
Text
3678 lines
139 KiB
Text
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * im_livechat
|
|
#
|
|
# Translators:
|
|
# Yenthe Van Ginneken <yenthespam@gmail.com>, 2022
|
|
# Martin Trigaux, 2022
|
|
# Jolien De Paepe, 2023
|
|
# Erwin van der Ploeg <erwin@odooexperts.nl>, 2023, 2025, 2026.
|
|
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
|
# Bren Driesen <brdri@odoo.com>, 2025, 2026.
|
|
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 16.0+e\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2026-02-20 18:35+0000\n"
|
|
"PO-Revision-Date: 2026-02-25 16:52+0000\n"
|
|
"Last-Translator: Bren Driesen <brdri@odoo.com>\n"
|
|
"Language-Team: Dutch <https://translate.odoo.com/projects/odoo-19/"
|
|
"im_livechat/nl/>\n"
|
|
"Language: nl\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
"X-Generator: Weblate 5.14.3\n"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/models/chatbot_script_step.py:0
|
|
msgid "\"%s\" is not a valid email."
|
|
msgstr "\"%s\" is geen geldig e-mailadres."
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_list
|
|
msgid "# Messages"
|
|
msgstr "# Berichten"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__rating_count
|
|
msgid "# Ratings"
|
|
msgstr "# Beoordelingen"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__message_count
|
|
msgid "# of Messages per Session"
|
|
msgstr "# Aantal berichten per sessie"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__call_count
|
|
msgid "# of Sessions with Calls"
|
|
msgstr "# Sessies met gesprekken"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__number_of_calls
|
|
msgid "# of Sessions with calls"
|
|
msgstr "# Sessies met oproepen"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_pivot
|
|
msgid "# of calls"
|
|
msgstr "# oproepen"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_digest_digest__kpi_livechat_rating
|
|
msgid "% of Happiness"
|
|
msgstr "% Tevredenheid"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/models/chatbot_script_step.py:0
|
|
msgid "%(title)s - Step %(sequence)d"
|
|
msgstr "%(title)s - Stap %(sequence)d"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/models/chatbot_script.py:0
|
|
msgid "%s (copy)"
|
|
msgstr "%s (kopie)"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/models/chatbot_script.py:0
|
|
#: code:addons/im_livechat/models/discuss_channel.py:0
|
|
msgid ""
|
|
"'%(input_email)s' does not look like a valid email. Can you please try again?"
|
|
msgstr ""
|
|
"'%(input_email)s' ziet er niet uit als een geldig e-mailadres. Kun je het "
|
|
"alsjeblieft nog een keer proberen?"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_im_livechat_channel_rule__action
|
|
msgid ""
|
|
"* 'Show' displays the chat button on the pages.\n"
|
|
"* 'Show with notification' is 'Show' in addition to a floating text just "
|
|
"next to the button.\n"
|
|
"* 'Open automatically' displays the button and automatically opens the "
|
|
"conversation pane.\n"
|
|
"* 'Hide' hides the chat button on the pages.\n"
|
|
msgstr ""
|
|
"* 'Weergeven' toont de chatknop op de pagina's.\n"
|
|
"* 'Weergeven met melding' is 'Weergeven' en een zwevende tekst net naast de "
|
|
"knop.\n"
|
|
"* 'Automatisch openen' geeft de knop weer en opent automatisch het "
|
|
"gespreksvenster.\n"
|
|
"* 'Verbergen' verbergt de chatknop op de pagina's.\n"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_kanban
|
|
msgid ""
|
|
"<i class=\"fa fa-smile-o text-success\" title=\"Percentage of happy "
|
|
"ratings\" role=\"img\" aria-label=\"Happy face\"/>"
|
|
msgstr ""
|
|
"<i class=\"fa fa-smile-o text-success\" title=\"Percentage tevreden "
|
|
"beoordelingen\" role=\"img\" aria-label=\"Blij gezicht\"/>"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.chatbot_test_script_page
|
|
msgid "<i class=\"oi oi-fw oi-arrow-right\"/>Back to edit mode"
|
|
msgstr "<i class=\"oi oi-fw oi-arrow-right\"/>Terug naar bewerkmodus"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "<i title=\"Remove operator\" class=\"fa fa-fw fa-lg fa-close\"/>"
|
|
msgstr "<i title=\"Operator verwijderen\" class=\"fa fa-fw fa-lg fa-close\"/>"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_kanban
|
|
msgid "<span class=\"fw-bold\">Country: </span>"
|
|
msgstr "<span class=\"fw-bold\">Land: </span>"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "<span class=\"o_stat_text\">Happy</span>"
|
|
msgstr "<span class=\"o_stat_text\">Tevreden</span>"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "<span class=\"o_stat_text\">Sessions</span>"
|
|
msgstr "<span class=\"o_stat_text\">Sessies</span>"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "<span>Ongoing Sessions:</span>"
|
|
msgstr "<span>Lopende sessies:</span>"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.chatbot_script_step_view_form
|
|
msgid ""
|
|
"<span>Reminder: This step will only be played if no operator is available.</"
|
|
"span>"
|
|
msgstr ""
|
|
"<span>Herinnering: Deze stap wordt alleen uitgevoerd als er geen operator "
|
|
"beschikbaar is.</span>"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.chatbot_script_view_form
|
|
msgid ""
|
|
"<span>Tip: At least one interaction (Question, Email, ...) is needed before "
|
|
"the Bot can perform more complex actions (Forward to an Operator, ...). </"
|
|
"span>\n"
|
|
" <span>Use Channel Rules if you want the Bot to interact "
|
|
"with visitors only when no operator is available.</span>"
|
|
msgstr ""
|
|
"<span>Tip: Er is minimaal één interactie (Vraag, E-mail, ...) nodig voordat "
|
|
"de Bot complexere acties kan uitvoeren (Doorsturen naar een Operator, ...). "
|
|
"</span>\n"
|
|
" <span>Gebruik kanaalregels als je wilt dat de bot alleen "
|
|
"met bezoekers communiceert als er geen operator beschikbaar is.</span>"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.chatbot_script_view_form
|
|
msgid ""
|
|
"<span>Tip: At least one interaction (Question, Email, ...) is needed before "
|
|
"the Bot can perform more complex actions (Forward to an Operator, ...).</"
|
|
"span>"
|
|
msgstr ""
|
|
"<span>Tip: er is minimaal één interactie (vraag, e-mail, ...) nodig voordat "
|
|
"de bot complexere acties kan uitvoeren (doorsturen naar een operator, ...).</"
|
|
"span>"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.chatbot_script_step_view_form
|
|
msgid ""
|
|
"<span>Tip: Plan further steps for the Bot in case no operator is available.</"
|
|
"span>"
|
|
msgstr ""
|
|
"<span>Tip: Plan verdere stappen voor de Bot voor het geval er geen operator "
|
|
"beschikbaar is.</span>"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.chatbot_test_script_page
|
|
msgid "<span>You are currently testing</span>"
|
|
msgstr "<span>Je bent momenteel aan het testen</span>"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.constraint,message:im_livechat.constraint_chatbot_message_unique_mail_message_id
|
|
msgid "A mail.message can only be linked to a single chatbot message"
|
|
msgstr "Een mail.message kan maar aan één chatbotbericht worden gekoppeld"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_res_groups
|
|
msgid "Access Groups"
|
|
msgstr "Toegangsgroepen"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__message_needaction
|
|
msgid "Action Needed"
|
|
msgstr "Actie gevraagd"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__active
|
|
msgid "Active"
|
|
msgstr "Actief"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/expertise_tags_autocomplete.js:0
|
|
msgid "Add expertise"
|
|
msgstr "Expertise toevoegen"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Add the following code to the <head> section of your website:"
|
|
msgstr "Voeg de volgende code toe aan de sectie <head> van je website:"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_info_list.xml:0
|
|
msgid "Add your notes here..."
|
|
msgstr "Voeg hier je aantekeningen toe..."
|
|
|
|
#. module: im_livechat
|
|
#: model:res.groups,name:im_livechat.im_livechat_group_manager
|
|
msgid "Administrator"
|
|
msgstr "Beheerder"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__partner_id
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__discuss_channel_member__livechat_member_type__agent
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_channel_member_history__livechat_member_type__agent
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_agent_history_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_search
|
|
msgid "Agent"
|
|
msgstr "Agent"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel_member__agent_expertise_ids
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__agent_expertise_ids
|
|
msgid "Agent Expertise"
|
|
msgstr "Expertise agent"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.actions.act_window,name:im_livechat.im_livechat_agent_history_action
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_agent_partner_ids
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__user_ids
|
|
#: model:ir.ui.menu,name:im_livechat.menu_reporting_livechat_agent
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_list
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_tree
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Agents"
|
|
msgstr "Agents"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_agent_history_ids
|
|
msgid "Agents (History)"
|
|
msgstr "Agenten (geschiedenis)"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid ""
|
|
"Agents who are inactive in Odoo for more than 30 minutes will be considered "
|
|
"disconnected."
|
|
msgstr ""
|
|
"Agents die langer dan 30 minuten inactief zijn in Odoo worden beschouwd als "
|
|
"offline."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.ui.menu,name:im_livechat.menu_livechat_all_conversations
|
|
msgid "All Conversations"
|
|
msgstr "Alle gesprekken"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_rule_view_form
|
|
msgid "All countries"
|
|
msgstr "Alle landen"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid ""
|
|
"Alternatively, share this URL with your customers or suppliers via email:"
|
|
msgstr "Deel deze URL met je klanten of leveranciers via e-mail:"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_channel_rule__chatbot_enabled_condition__always
|
|
msgid "Always"
|
|
msgstr "Altijd"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/common/transcript_sender.xml:0
|
|
msgid "An error occurred. Please try again."
|
|
msgstr "Er is een fout opgetreden. Probeer het later opnieuw."
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:chatbot.script.step,message:im_livechat.chatbot_script_welcome_step_documentation_redirect
|
|
#: model_terms:chatbot.script.step,message:im_livechat.chatbot_script_welcome_step_documentation_redirect_demo
|
|
msgid "And tadaaaa here you go! 🌟"
|
|
msgstr "En tadaaaa, daar ga je! 🌟"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_answer__name
|
|
msgid "Answer"
|
|
msgstr "Antwoord"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_step__answer_ids
|
|
msgid "Answers"
|
|
msgstr "Antwoorden"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.chatbot_script_view_form
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.chatbot_script_view_search
|
|
msgid "Archived"
|
|
msgstr "Gearchiveerd"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__are_you_inside
|
|
msgid "Are you inside the matrix?"
|
|
msgstr "Ben je in de matrix?"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__message_attachment_count
|
|
msgid "Attachment Count"
|
|
msgstr "Aantal bijlagen"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__available_operator_ids
|
|
msgid "Available Operator"
|
|
msgstr "Beschikbare operator"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__avatar_128
|
|
msgid "Avatar 128"
|
|
msgstr "Avatar 128"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__rating_avg
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__rating_avg
|
|
msgid "Average Rating"
|
|
msgstr "Gemiddelde score"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__rating_avg_percentage
|
|
msgid "Average Rating (%)"
|
|
msgstr "Gemiddelde score (%)"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_im_livechat_report_channel__time_to_answer
|
|
msgid "Average time in hours to give the first answer to the visitor"
|
|
msgstr ""
|
|
"Gemiddelde tijd in uren om het eerste antwoord te geven aan de bezoeker"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_list
|
|
msgid "Bot"
|
|
msgstr "Bot"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__operator_partner_id
|
|
msgid "Bot Operator"
|
|
msgstr "Bot-operator"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_bot_partner_ids
|
|
msgid "Bots"
|
|
msgstr "Bots"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_bot_history_ids
|
|
msgid "Bots (History)"
|
|
msgstr "Bots (Geschiedenis)"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__button_background_color
|
|
msgid "Button Background Color"
|
|
msgstr "Achtergrondkleur knop"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Button Colors"
|
|
msgstr "Kleuren voor knoppen"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__button_text_color
|
|
msgid "Button Text Color"
|
|
msgstr "Knop tekstkleur"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__call_duration_hour
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__call_duration_hour
|
|
msgid "Call Duration"
|
|
msgstr "Gespreksduur"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__call_history_ids
|
|
msgid "Call History"
|
|
msgstr "Gespreksgeschiedenis"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.ui.menu,name:im_livechat.canned_responses
|
|
msgid "Canned Responses"
|
|
msgstr "Standaard antwoorden"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/models/im_livechat_channel_member_history.py:0
|
|
msgid ""
|
|
"Cannot create history as it is only available for live chats: %(histories)s."
|
|
msgstr ""
|
|
"Kan geen geschiedenis aanmaken omdat die alleen beschikbaar is voor "
|
|
"livechats: %(histories)s."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_channel_id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__channel_id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_rule__channel_id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__livechat_channel_id
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_agent_history_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_search
|
|
msgid "Channel"
|
|
msgstr "Kanaal"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_discuss_channel_member
|
|
msgid "Channel Member"
|
|
msgstr "Kanaallid"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__name
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__channel_name
|
|
msgid "Channel Name"
|
|
msgstr "Kanaalnaam"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_rule_view_form
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_form
|
|
msgid "Channel Rule"
|
|
msgstr "Kanaalregel"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__channel_type
|
|
msgid "Channel Type"
|
|
msgstr "Kanaaltype"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.ui.menu,name:im_livechat.support_channels
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.chatbot_script_view_form
|
|
msgid "Channels"
|
|
msgstr "Kanalen"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_discuss_channel__channel_type
|
|
msgid ""
|
|
"Chat is private and unique between 2 persons. Group is private among invited "
|
|
"persons. Channel can be freely joined (depending on its configuration)."
|
|
msgstr ""
|
|
"Chat is privé en uniek tussen 2 personen. Groep is privé tussen uitgenodigde "
|
|
"personen. Kanaal kan vrij toegankelijk zijn (afhankelijk van de "
|
|
"configuratie)."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.actions.act_window,name:im_livechat.chatbot_script_action
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_answer__chatbot_script_id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_step__chatbot_script_id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_rule__chatbot_script_id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__chatbot_script_id
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__discuss_channel_member__livechat_member_type__bot
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_channel_member_history__livechat_member_type__bot
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_tree
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_rule_view_form
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_search
|
|
msgid "Chatbot"
|
|
msgstr "Chatbot"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__chatbot_answers_path
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_search
|
|
msgid "Chatbot Answers"
|
|
msgstr "Chatbot-antwoorden"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__chatbot_answers_path_str
|
|
msgid "Chatbot Answers (String)"
|
|
msgstr "Chatbot-antwoorden (String)"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__chatbot_current_step_id
|
|
msgid "Chatbot Current Step"
|
|
msgstr "Chatbot huidige stap"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_chatbot_message
|
|
msgid "Chatbot Message"
|
|
msgstr "Chatbot-bericht"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__chatbot_message_ids
|
|
msgid "Chatbot Messages"
|
|
msgstr "Chatbot-berichten"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.chatbot_script_view_form
|
|
msgid "Chatbot Name"
|
|
msgstr "Chatbotnaam"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_chatbot_script
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel_member__chatbot_script_id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__chatbot_script_id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_partner__chatbot_script_ids
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_users__chatbot_script_ids
|
|
msgid "Chatbot Script"
|
|
msgstr "Chatbot-script"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_chatbot_script_answer
|
|
msgid "Chatbot Script Answer"
|
|
msgstr "Chatbotscript Antwoord"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_chatbot_script_step
|
|
msgid "Chatbot Script Step"
|
|
msgstr "Chatbot-scriptstap"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_message__script_step_id
|
|
msgid "Chatbot Step"
|
|
msgstr "Chatbotstap"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_info_list.xml:0
|
|
msgid "Chatbot answers"
|
|
msgstr "Antwoorden van de chatbot"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.ui.menu,name:im_livechat.chatbot_config
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Chatbots"
|
|
msgstr "Chatbots"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Choose the live chat channel you want to display on your website."
|
|
msgstr "Kies het live chat-kanaal dat je op je website wilt weergeven."
|
|
|
|
#. module: im_livechat
|
|
#: model:chatbot.script.answer,name:im_livechat.chatbot_script_troubleshooting_answer_chrome_demo
|
|
msgid "Chrome"
|
|
msgstr "Chrome"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/embed/common/feedback_panel/feedback_panel.xml:0
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.chatbot_test_script_page
|
|
msgid "Close"
|
|
msgstr "Sluiten"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.constraint,message:im_livechat.constraint_discuss_channel_livechat_end_dt_status_constraint
|
|
msgid "Closed Live Chat session should not have a status."
|
|
msgstr "Gesloten Live Chat-sessies mogen geen status hebben."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_conversation_tag__color
|
|
msgid "Color"
|
|
msgstr "Kleur"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_tree
|
|
msgid "Comment"
|
|
msgstr "Opmerking"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.constraint,message:im_livechat.constraint_im_livechat_channel_max_sessions_mode_greater_than_zero
|
|
msgid "Concurrent session number should be greater than zero."
|
|
msgstr "Het aantal gelijktijdige sessies moet groter zijn dan nul."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.ui.menu,name:im_livechat.livechat_config
|
|
msgid "Configuration"
|
|
msgstr "Configuratie"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_kanban
|
|
msgid "Configure Channel"
|
|
msgstr "Kanaal configureren"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_res_partner
|
|
msgid "Contact"
|
|
msgstr "Contact"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/embed/common/chat_window_patch.xml:0
|
|
msgid "Continue"
|
|
msgstr "Doorgaan"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__channel_id
|
|
msgid "Conversation"
|
|
msgstr "Gesprek"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/thread_model_patch.js:0
|
|
msgid "Conversation has ended"
|
|
msgstr "Het gesprek is beëindigd"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/models/discuss_channel.py:0
|
|
msgid "Conversation with %s"
|
|
msgstr "Gesprek met %s"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_digest_digest__kpi_livechat_conversations
|
|
msgid "Conversations handled"
|
|
msgstr "Afgehandelde gesprekken"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_rule__country_ids
|
|
msgid "Countries"
|
|
msgstr "Landen"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_info_list.xml:0
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__country_id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__session_country_id
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_kanban
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_agent_history_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_search
|
|
msgid "Country"
|
|
msgstr "Land"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_info_list.xml:0
|
|
msgid "Country & Language"
|
|
msgstr "Land & taal"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__country_id
|
|
msgid "Country of the visitor"
|
|
msgstr "Land van de bezoeker"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_discuss_channel__country_id
|
|
#: model:ir.model.fields,help:im_livechat.field_im_livechat_channel_member_history__session_country_id
|
|
msgid "Country of the visitor of the channel"
|
|
msgstr "Land van de bezoeker in het kanaal"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_kanban
|
|
msgid "Country:"
|
|
msgstr "Land:"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_conversation_tag_edit.xml:0
|
|
msgid "Create"
|
|
msgstr "Aanmaken"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.actions.act_window,help:im_livechat.chatbot_script_action
|
|
msgid "Create a Chatbot"
|
|
msgstr "Maak een chatbot"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,website_form_label:im_livechat.model_res_partner
|
|
msgid "Create a Customer"
|
|
msgstr "Een klant aanmaken"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_message__create_uid
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__create_uid
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_answer__create_uid
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_step__create_uid
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__create_uid
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__create_uid
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_rule__create_uid
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_conversation_tag__create_uid
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_expertise__create_uid
|
|
msgid "Created by"
|
|
msgstr "Aangemaakt door"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_message__create_date
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__create_date
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_answer__create_date
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_step__create_date
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__create_date
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__create_date
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_rule__create_date
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_conversation_tag__create_date
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_expertise__create_date
|
|
msgid "Created on"
|
|
msgstr "Aangemaakt op"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__visitor_partner_id
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_list
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_tree
|
|
msgid "Customer"
|
|
msgstr "Klant"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_customer_guest_ids
|
|
msgid "Customers (Guests)"
|
|
msgstr "Klanten (gasten)"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_customer_history_ids
|
|
msgid "Customers (History)"
|
|
msgstr "Klanten (geschiedenis)"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_customer_partner_ids
|
|
msgid "Customers (Partners)"
|
|
msgstr "Klanten (partners)"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_list
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_tree
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_agent_history_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_search
|
|
msgid "Date"
|
|
msgstr "Datum"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_kanban
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_kanban
|
|
msgid "Date:"
|
|
msgstr "Datum:"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_agent_history_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_search
|
|
msgid "Date: Last month"
|
|
msgstr "Datum: Vorige maand"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_agent_history_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_search
|
|
msgid "Date: Last week"
|
|
msgstr "Datum: Vorige week"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_agent_history_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_search
|
|
msgid "Day of Week"
|
|
msgstr "Dag van de week"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_week_day
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__session_week_day
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__day_number
|
|
msgid "Day of the Week"
|
|
msgstr "Dag van de week"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_im_livechat_channel__button_background_color
|
|
msgid "Default background color of the Livechat button"
|
|
msgstr "Standaard achtergrondkleur van de Livechat-knop"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_im_livechat_channel__header_background_color
|
|
msgid "Default background color of the channel header once open"
|
|
msgstr "Standaard achtergrondkleur van de kanaalkop eenmaal geopend"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_im_livechat_channel__button_text_color
|
|
msgid "Default text color of the Livechat button"
|
|
msgstr "Standaard tekstkleur van de Livechat-knop"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_im_livechat_channel__title_color
|
|
msgid "Default title color of the channel once open"
|
|
msgstr "Standaardtitelkleur van het kanaal eenmaal geopend"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.actions.act_window,help:im_livechat.im_livechat_channel_action
|
|
msgid "Define a new website live chat channel"
|
|
msgstr "Definieer een nieuw website livechat kanaal"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_im_livechat_channel_rule__auto_popup_timer
|
|
msgid ""
|
|
"Delay (in seconds) to automatically open the conversation window. Note: the "
|
|
"selected action must be 'Open automatically' otherwise this parameter will "
|
|
"not be taken into account."
|
|
msgstr ""
|
|
"Vertraging (in seconden) om automatisch het gespreksvenster te openen. "
|
|
"Opmerking: de geselecteerde actie moet 'Automatisch openen' zijn, anders zal "
|
|
"deze parameter niet mee in rekening worden genomen."
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_list
|
|
msgid "Description"
|
|
msgstr "Omschrijving"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/embed/common/feedback_panel/feedback_panel.xml:0
|
|
msgid "Did we correctly answer your question?"
|
|
msgstr "Hebben we je vraag correct beantwoord?"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_digest_digest
|
|
msgid "Digest"
|
|
msgstr "Overzicht"
|
|
|
|
#. module: im_livechat
|
|
#: model:chatbot.script.answer,name:im_livechat.chatbot_script_answer_discuss_demo
|
|
#: model:im_livechat.expertise,name:im_livechat.chatbot_script_expertise_discuss_demo
|
|
msgid "Discuss"
|
|
msgstr "Chat"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_conversation_tag__conversation_ids
|
|
msgid "Discuss Channels"
|
|
msgstr "Chatkanalen"
|
|
|
|
#. module: im_livechat
|
|
#: model:chatbot.script.answer,name:im_livechat.chatbot_script_answer_discuss_livechat_demo
|
|
msgid "Discuss and Livechat"
|
|
msgstr "Chat en Livechat"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_discuss_channel
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_message__discuss_channel_id
|
|
msgid "Discussion Channel"
|
|
msgstr "Chatkanaal"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_message__display_name
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__display_name
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_answer__display_name
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_step__display_name
|
|
#: model:ir.model.fields,field_description:im_livechat.field_digest_digest__display_name
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_call_history__display_name
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__display_name
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel_member__display_name
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel_rtc_session__display_name
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__display_name
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__display_name
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_rule__display_name
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_conversation_tag__display_name
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_expertise__display_name
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__display_name
|
|
#: model:ir.model.fields,field_description:im_livechat.field_ir_websocket__display_name
|
|
#: model:ir.model.fields,field_description:im_livechat.field_mail_message__display_name
|
|
#: model:ir.model.fields,field_description:im_livechat.field_rating_rating__display_name
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_groups__display_name
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_partner__display_name
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_users__display_name
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_users_settings__display_name
|
|
msgid "Display Name"
|
|
msgstr "Weergavenaam"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Do not redirect visitors"
|
|
msgstr "Stuur bezoekers niet door"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_info_list.xml:0
|
|
msgid "Download"
|
|
msgstr "Downloaden"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_info_list.xml:0
|
|
#: code:addons/im_livechat/static/src/embed/common/feedback_panel/feedback_panel.xml:0
|
|
msgid "Download a copy of this conversation"
|
|
msgstr "Download een kopie van dit gesprek"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/embed/common/livechat_button.xml:0
|
|
msgid "Drag to Move"
|
|
msgstr "Sleep om te bewegen"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__duration
|
|
msgid "Duration"
|
|
msgstr "Duur"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__duration
|
|
msgid "Duration (min)"
|
|
msgstr "Duur (min)"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_im_livechat_report_channel__duration
|
|
msgid "Duration of the conversation (in minutes)"
|
|
msgstr "Duur van het gesprek (in minuten)"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_discuss_channel__duration
|
|
msgid "Duration of the session in hours"
|
|
msgstr "Duur van de sessie in uren"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_kanban
|
|
msgid "Duration:"
|
|
msgstr "Duur:"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__chatbot_script_step__step_type__question_email
|
|
msgid "Email"
|
|
msgstr "E-mail"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/models/chatbot_script_step.py:0
|
|
msgid "Email: "
|
|
msgstr "E-mail: "
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_rule__chatbot_enabled_condition
|
|
msgid "Enable ChatBot"
|
|
msgstr "ChatBot inschakelen"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_info_list.xml:0
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__discuss_channel__livechat_outcome__escalated
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_report_channel__session_outcome__escalated
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_kanban
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_agent_history_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_search
|
|
msgid "Escalated"
|
|
msgstr "Doorgestuurd"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/channel_invitation_patch.xml:0
|
|
#: code:addons/im_livechat/static/src/core/web/expertise_tags_autocomplete.xml:0
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_info_list.xml:0
|
|
#: model:ir.actions.act_window,name:im_livechat.expertise_action
|
|
#: model:ir.ui.menu,name:im_livechat.expertise_menu
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_list
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_tree
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_agent_history_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.res_users_form_view
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.res_users_form_view_simple_modif
|
|
msgid "Expertise"
|
|
msgstr "Expertise"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_kanban
|
|
msgid "Expertise:"
|
|
msgstr "Expertise:"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_list
|
|
msgid "Expertises"
|
|
msgstr "Expertises"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__session_expertise_ids
|
|
msgid "Expertises used in this session"
|
|
msgstr "Expertises gebruikt in deze sessie"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__session_expertises
|
|
msgid "Expertises used in this session (String)"
|
|
msgstr "Expertises gebruikt in deze sessie (String)"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/embed/common/feedback_panel/feedback_panel.xml:0
|
|
msgid "Explain your note"
|
|
msgstr "Verklaar je notitie"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "FOR OTHER WEBSITES"
|
|
msgstr "VOOR ANDERE WEBSITES"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "FOR WEBSITES BUILT WITH ODOO"
|
|
msgstr "VOOR WEBSITES DIE MET ODOO ZIJN GEMAAKT"
|
|
|
|
#. module: im_livechat
|
|
#: model:chatbot.script.answer,name:im_livechat.chatbot_script_troubleshooting_answer_firefox_demo
|
|
msgid "Firefox"
|
|
msgstr "Firefox"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__chatbot_script__first_step_warning__first_step_invalid
|
|
msgid "First Step Invalid"
|
|
msgstr "Eerste stap ongeldig"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__chatbot_script__first_step_warning__first_step_operator
|
|
msgid "First Step Operator"
|
|
msgstr "Eerste stap operator"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__first_step_warning
|
|
msgid "First Step Warning"
|
|
msgstr "Eerste stap waarschuwing"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__message_follower_ids
|
|
msgid "Followers"
|
|
msgstr "Volgers"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__message_partner_ids
|
|
msgid "Followers (Partners)"
|
|
msgstr "Volgers (Partners)"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__chatbot_script_step__step_type__forward_operator
|
|
msgid "Forward to Operator"
|
|
msgstr "Doorsturen naar operator"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__chatbot_script_step__step_type__free_input_single
|
|
msgid "Free Input"
|
|
msgstr "Vrije invoer"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__chatbot_script_step__step_type__free_input_multi
|
|
msgid "Free Input (Multi-Line)"
|
|
msgstr "Vrije invoer (meerdere regels)"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__discuss_channel__livechat_week_day__4
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_report_channel__day_number__5
|
|
msgid "Friday"
|
|
msgstr "Vrijdag"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/embed/common/chat_window_patch.xml:0
|
|
msgid "Give your feedback"
|
|
msgstr "Geef je feedback"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_im_livechat_channel_rule__sequence
|
|
msgid ""
|
|
"Given the order to find a matching rule. If 2 rules are matching for the "
|
|
"given url/country, the one with the lowest sequence will be chosen."
|
|
msgstr ""
|
|
"Geef de volgorde waarin een overeenkomende regel gezocht moet worden. Als er "
|
|
"twee regels overeenkomen voor de opgegeven url/het opgegeven land, wordt de "
|
|
"regel met de laagste sequentie gekozen."
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid ""
|
|
"Go to <strong>Website</strong> > <strong>Configuration</strong> > "
|
|
"<strong>Settings</strong> > <strong>Email</strong> & "
|
|
"<strong>Marketing.</strong>"
|
|
msgstr ""
|
|
"Ga naar <strong>Website</strong> > <strong>Configuratie</strong>> "
|
|
"<strong>Instellingen</strong>> <strong>E-mail</strong>&"
|
|
"<strong>Marketing.</strong>"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/views/discuss_template.xml:0
|
|
msgid "Go to Sessions"
|
|
msgstr "Ga naar sessies"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__guest_id
|
|
msgid "Guest"
|
|
msgstr "Gast"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__handled_by_agent
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_search
|
|
msgid "Handled by Agent"
|
|
msgstr "Behandeld door agent"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__handled_by_bot
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_search
|
|
msgid "Handled by Bot"
|
|
msgstr "Behandeld door bot"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_agent_history_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_search
|
|
msgid "Happy"
|
|
msgstr "Blij"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__has_call
|
|
msgid "Has Call"
|
|
msgstr "Heeft gebeld"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__has_message
|
|
msgid "Has Message"
|
|
msgstr "Heeft bericht"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_users__has_access_livechat
|
|
msgid "Has access to Livechat"
|
|
msgstr "Heeft toegang tot Livechat"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__header_background_color
|
|
msgid "Header Background Color"
|
|
msgstr "Achtergrondkleur kop"
|
|
|
|
#. module: im_livechat
|
|
#: model:im_livechat.channel,default_message:im_livechat.im_livechat_channel_data
|
|
msgid "Hello, how may I help you?"
|
|
msgstr "Hallo, hoe kan ik je helpen?"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_channel_member_history__help_status__provided
|
|
msgid "Help Provided"
|
|
msgstr "Hulp geboden"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_agent_providing_help_history
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__agent_providing_help_history
|
|
msgid "Help Provided (Agent)"
|
|
msgstr "Hulp geboden (Agent)"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_channel_member_history__help_status__requested
|
|
msgid "Help Requested"
|
|
msgstr "Hulp gevraagd"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_agent_requesting_help_history
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__agent_requesting_help_history
|
|
msgid "Help Requested (Agent)"
|
|
msgstr "Hulp gevraagd (Agent)"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__help_status
|
|
msgid "Help Status"
|
|
msgstr "Helpstatus"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.actions.act_window,help:im_livechat.discuss_channel_looking_for_help_action
|
|
msgid ""
|
|
"Help out by joining requests from teammates, or mark your own conversations "
|
|
"as needing help."
|
|
msgstr ""
|
|
"Help mee door je aan te sluiten bij verzoeken van teamgenoten of markeer je "
|
|
"eigen gesprekken als hulpbehoevend."
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.livechat_email_template
|
|
msgid "Here's a copy of your conversation with"
|
|
msgstr "Hier is een kopie van je gesprek met"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_channel_rule__action__hide_button
|
|
msgid "Hide"
|
|
msgstr "Verbergen"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_list
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_tree
|
|
msgid "History"
|
|
msgstr "Geschiedenis"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.constraint,message:im_livechat.constraint_im_livechat_channel_member_history_partner_id_or_guest_3b134909
|
|
msgid "History should either be linked to a partner or a guest but not both"
|
|
msgstr ""
|
|
"Geschiedenis moet gekoppeld zijn aan een partner of aan een gast, maar niet "
|
|
"aan allebei"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:chatbot.script.step,message:im_livechat.chatbot_script_welcome_step_pricing
|
|
#: model_terms:chatbot.script.step,message:im_livechat.chatbot_script_welcome_step_pricing_demo
|
|
msgid ""
|
|
"Hmmm, let me check if I can find someone that could help you with that..."
|
|
msgstr ""
|
|
"Hmmm, ik zal eens kijken of ik iemand kan vinden die je daarbij kan helpen..."
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_agent_history_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_search
|
|
msgid "Hour of Day"
|
|
msgstr "Uur van Dag"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__start_date_hour
|
|
msgid "Hour of start Date of session"
|
|
msgstr "Uur van de startdatum van de sessie"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/models/im_livechat_channel.py:0
|
|
#: model:im_livechat.channel,default_message:im_livechat.support_bot_channel_demo
|
|
msgid "How may I help you?"
|
|
msgstr "Hoe kan ik je helpen?"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:chatbot.script.step,message:im_livechat.chatbot_script_welcome_step_pricing_noone_available
|
|
#: model_terms:chatbot.script.step,message:im_livechat.chatbot_script_welcome_step_pricing_noone_available_demo
|
|
msgid "Hu-ho, it looks like none of our operators are available 🙁"
|
|
msgstr "O-oh, het lijkt erop dat geen van onze operatoren beschikbaar is 🙁"
|
|
|
|
#. module: im_livechat
|
|
#: model:chatbot.script.answer,name:im_livechat.chatbot_script_welcome_step_dispatch_answer_just_looking
|
|
#: model:chatbot.script.answer,name:im_livechat.chatbot_script_welcome_step_dispatch_answer_just_looking_demo
|
|
msgid "I am just looking around"
|
|
msgstr "ik ben gewoon aan het rondkijken"
|
|
|
|
#. module: im_livechat
|
|
#: model:chatbot.script.answer,name:im_livechat.chatbot_script_welcome_step_dispatch_answer_documentation
|
|
#: model:chatbot.script.answer,name:im_livechat.chatbot_script_welcome_step_dispatch_answer_documentation_demo
|
|
msgid "I am looking for your documentation"
|
|
msgstr "Ik ben op zoek naar je documentatie"
|
|
|
|
#. module: im_livechat
|
|
#: model:chatbot.script.answer,name:im_livechat.chatbot_script_welcome_step_dispatch_answer_pricing
|
|
#: model:chatbot.script.answer,name:im_livechat.chatbot_script_welcome_step_dispatch_answer_pricing_demo
|
|
msgid "I have a pricing question"
|
|
msgstr "Ik heb een vraag over de prijs"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_message__id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_answer__id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_step__id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_digest_digest__id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_call_history__id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel_member__id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel_rtc_session__id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_rule__id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_conversation_tag__id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_expertise__id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_ir_websocket__id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_mail_message__id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_rating_rating__id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_groups__id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_partner__id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_users__id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_users_settings__id
|
|
msgid "ID"
|
|
msgstr "ID"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_chatbot_message__user_raw_script_answer_id
|
|
msgid "Id of the script answer. Useful for statistics when answer is deleted."
|
|
msgstr ""
|
|
"ID van het scriptantwoord. Nuttig voor statistieken wanneer het antwoord is "
|
|
"verwijderd."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_discuss_channel__message_needaction
|
|
msgid "If checked, new messages require your attention."
|
|
msgstr "Indien aangevinkt vragen nieuwe berichten je aandacht."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_discuss_channel__message_has_error
|
|
#: model:ir.model.fields,help:im_livechat.field_discuss_channel__message_has_sms_error
|
|
msgid "If checked, some messages have a delivery error."
|
|
msgstr "Indien aangevinkt hebben sommige berichten een leveringsfout."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_im_livechat_channel__max_sessions_mode
|
|
msgid ""
|
|
"If limited, operators will only handle the selected number of sessions at a "
|
|
"time."
|
|
msgstr ""
|
|
"Als dit beperkt is, zullen operators alleen het geselecteerde aantal sessies "
|
|
"tegelijk afhandelen."
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:chatbot.script.step,message:im_livechat.chatbot_script_welcome_step_documentation_exit
|
|
#: model_terms:chatbot.script.step,message:im_livechat.chatbot_script_welcome_step_documentation_exit_demo
|
|
msgid "If you need anything else, feel free to get back in touch"
|
|
msgstr "Als je nog iets nodig hebt, neem dan gerust contact op"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__image_1920
|
|
msgid "Image"
|
|
msgstr "Afbeelding"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__image_1024
|
|
msgid "Image 1024"
|
|
msgstr "Afbeelding 1024"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__image_128
|
|
msgid "Image 128"
|
|
msgstr "Afbeelding 128"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__image_256
|
|
msgid "Image 256"
|
|
msgstr "Afbeelding 256"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__image_512
|
|
msgid "Image 512"
|
|
msgstr "Afbeelding 512"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_search
|
|
msgid "In Call"
|
|
msgstr "In gesprek"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/views/boolean_phone/boolean_phone.xml:0
|
|
msgid "In a Call"
|
|
msgstr "In een gesprek"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/views/boolean_phone/boolean_phone.js:0
|
|
msgid "In call"
|
|
msgstr "In gesprek"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/store_service_patch.js:0
|
|
#: code:addons/im_livechat/static/src/core/web/thread_model_patch.js:0
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__discuss_channel__livechat_status__in_progress
|
|
msgid "In progress"
|
|
msgstr "In behandeling"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_info_list.xml:0
|
|
#: code:addons/im_livechat/static/src/core/web/thread_actions.js:0
|
|
msgid "Information"
|
|
msgstr "Informatie"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/models/im_livechat_channel.py:0
|
|
msgid ""
|
|
"Invalid URL '%s'. The Review Link must start with 'http://' or 'https://'."
|
|
msgstr ""
|
|
"Ongeldige URL '%s'. De recensielink moet beginnen met 'http://' of "
|
|
"'https://'."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__message_is_follower
|
|
msgid "Is Follower"
|
|
msgstr "Is een volger"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_step__is_forward_operator
|
|
msgid "Is Forward Operator"
|
|
msgstr "Is doorstuuroperator"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_step__is_forward_operator_child
|
|
msgid "Is Forward Operator Child"
|
|
msgstr "Is onderliggende doorstuuroperator"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_is_escalated
|
|
msgid "Is session escalated"
|
|
msgstr "Is sessie doorgestuurd"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_kanban
|
|
msgid "Join"
|
|
msgstr "Deelnemen"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_model_patch.js:0
|
|
msgid "Join %s"
|
|
msgstr "Aansluiten bij %s"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Join Channel"
|
|
msgstr "Deelnemen aan kanaal"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/thread_actions.js:0
|
|
msgid "Join Chat"
|
|
msgstr "Deelnemen aan chat"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_discuss_call_history
|
|
msgid "Keep the call history"
|
|
msgstr "Gespreksgeschiedenis behouden"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_im_livechat_channel_member_history
|
|
msgid "Keep the channel member history"
|
|
msgstr "Behoud de kanaalgeschiedenis van leden"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_digest_digest__kpi_livechat_conversations_value
|
|
msgid "Kpi Livechat Conversations Value"
|
|
msgstr "Kpi waarde Livechat-gesprekken"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_digest_digest__kpi_livechat_rating_value
|
|
msgid "Kpi Livechat Rating Value"
|
|
msgstr "Kpi waarde Livechat-beoordelingen"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_digest_digest__kpi_livechat_response_value
|
|
msgid "Kpi Livechat Response Value"
|
|
msgstr "Kpi waarde Livechat-respons"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/channel_member_list_patch.xml:0
|
|
msgid "Lang"
|
|
msgstr "Lang"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_discuss_channel__livechat_lang_id
|
|
#: model:ir.model.fields,help:im_livechat.field_im_livechat_report_channel__lang_id
|
|
msgid "Lang of the visitor of the channel."
|
|
msgstr "Lang van de bezoeker van het kanaal."
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_info_list.xml:0
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_lang_id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__lang_id
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_search
|
|
msgid "Language"
|
|
msgstr "Taal"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_kanban
|
|
msgid "Language:"
|
|
msgstr "Taal:"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Languages"
|
|
msgstr "Talen"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_search
|
|
msgid "Last 24 Hours"
|
|
msgstr "Laatste 24 uur"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_search
|
|
msgid "Last 30 Days"
|
|
msgstr "Laatste 30 dagen"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_search
|
|
msgid "Last 365 Days"
|
|
msgstr "Laatste 365 dagen"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_search
|
|
msgid "Last 7 Days"
|
|
msgstr "Laatste 7 dagen"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_message__write_uid
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__write_uid
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_answer__write_uid
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_step__write_uid
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__write_uid
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__write_uid
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_rule__write_uid
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_conversation_tag__write_uid
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_expertise__write_uid
|
|
msgid "Last Updated by"
|
|
msgstr "Laatst bijgewerkt door"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_message__write_date
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__write_date
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_answer__write_date
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_step__write_date
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__write_date
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__write_date
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_rule__write_date
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_conversation_tag__write_date
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_expertise__write_date
|
|
msgid "Last Updated on"
|
|
msgstr "Laatst bijgewerkt op"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid ""
|
|
"Learn how to display a live chat bubble on your website and start chatting "
|
|
"with visitors in a few easy steps."
|
|
msgstr ""
|
|
"Leer hoe je een chatbubbel op je website kunt plaatsen. In een paar "
|
|
"eenvoudige stappen kun je beginnen met chatten met bezoekers."
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_kanban
|
|
msgid "Leave"
|
|
msgstr "Verlaten"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_model_patch.js:0
|
|
msgid "Leave %s"
|
|
msgstr "%s verlaten"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Leave Channel"
|
|
msgstr "Kanaal verlaten"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/common/close_confirmation.xml:0
|
|
#: code:addons/im_livechat/static/src/core/public_web/thread_model_patch.js:0
|
|
msgid "Leaving will end the live chat. Do you want to proceed?"
|
|
msgstr "Verlaten beëindigt de live chat. Wil je doorgaan?"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:chatbot.script.step,message:im_livechat.chatbot_script_module_info_expert_text_step_demo
|
|
msgid "Let me check if I can connect you with the right expert..."
|
|
msgstr "Laat me even kijken of ik je met de juiste expert kan verbinden..."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_channel__max_sessions_mode__limited
|
|
msgid "Limited"
|
|
msgstr "Beperkt"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.ui.menu,name:im_livechat.menu_livechat_root
|
|
#: model:res.groups.privilege,name:im_livechat.res_groups_privilege_live_chat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.digest_digest_view_form_inherit
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.view_partner_form
|
|
msgid "Live Chat"
|
|
msgstr "Livechat"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_rule__action
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Live Chat Button"
|
|
msgstr "Livechat knop"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.actions.act_window,name:im_livechat.im_livechat_channel_action
|
|
msgid "Live Chat Channels"
|
|
msgstr "Livechatkanalen"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.actions.report,name:im_livechat.action_report_livechat_conversation
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.livechat_email_template
|
|
msgid "Live Chat Conversation"
|
|
msgstr "Live chatgesprek"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_im_livechat_conversation_tag
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_conversation_tag_ids
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__conversation_tag_ids
|
|
msgid "Live Chat Conversation Tags"
|
|
msgstr "Labels voor Live Chat-gesprekken"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_im_livechat_expertise
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_users__livechat_expertise_ids
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_users_settings__livechat_expertise_ids
|
|
msgid "Live Chat Expertise"
|
|
msgstr "Livechatexpertise"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.view_partner_form
|
|
msgid "Live Chat History"
|
|
msgstr "Live Chat Geschiedenis"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_note
|
|
msgid "Live Chat Note"
|
|
msgstr "Opmerking over live chat"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_failure
|
|
msgid "Live Chat Session Failure"
|
|
msgstr "Live Chat Mislukte sessie"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Live Chat Window"
|
|
msgstr "Live Chat-venster"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/public_web/messaging_menu_patch.js:0
|
|
msgid "Live Chats"
|
|
msgstr "Live Chats"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__session_livechat_channel_id
|
|
msgid "Live chat channel"
|
|
msgstr "Live chat kanaal"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_search
|
|
msgid "LiveChat Channel Search"
|
|
msgstr "Livechat kanaal zoeken"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/public_web/discuss_app_model_patch.js:0
|
|
#: model:chatbot.script.answer,name:im_livechat.chatbot_script_answer_livechat_demo
|
|
#: model:im_livechat.expertise,name:im_livechat.chatbot_script_expertise_livechat_demo
|
|
msgid "Livechat"
|
|
msgstr "Livechat"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_im_livechat_channel
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_users__livechat_channel_ids
|
|
msgid "Livechat Channel"
|
|
msgstr "Livechat kanaal"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__livechat_channel_count
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_partner__livechat_channel_count
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_users__livechat_channel_count
|
|
msgid "Livechat Channel Count"
|
|
msgstr "Livechat-kanaaltelling"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_channel_member_history_ids
|
|
msgid "Livechat Channel Member History"
|
|
msgstr "Live Chat Lidgeschiedenis"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_im_livechat_channel_rule
|
|
msgid "Livechat Channel Rules"
|
|
msgstr "Livechatkanaal-regels"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__discuss_channel__channel_type__livechat
|
|
msgid "Livechat Conversation"
|
|
msgstr "Livechat gesprek"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_expertise_ids
|
|
msgid "Livechat Expertise"
|
|
msgstr "Livechat-expertise"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.unit_embed_suite
|
|
msgid "Livechat External Tests"
|
|
msgstr "Livechat externe tests"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_users__livechat_is_in_call
|
|
msgid "Livechat Is In Call"
|
|
msgstr "Livechat is in gesprek"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_users__livechat_lang_ids
|
|
msgid "Livechat Languages"
|
|
msgstr "Livechat-talen"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_matches_self_expertise
|
|
msgid "Livechat Matches Self Expertise"
|
|
msgstr "Livechat matchen: Expertise"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_matches_self_lang
|
|
msgid "Livechat Matches Self Lang"
|
|
msgstr "Livechat matchen: Taal"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel_member__livechat_member_history_ids
|
|
msgid "Livechat Member History"
|
|
msgstr "Live Chat Lidgeschiedenis"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel_member__livechat_member_type
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__livechat_member_type
|
|
msgid "Livechat Member Type"
|
|
msgstr "Live Chat Lidtype"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.res_users_form_view
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.res_users_form_view_simple_modif
|
|
msgid "Livechat Name"
|
|
msgstr "Livechat Naam"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.constraint,message:im_livechat.constraint_discuss_channel_livechat_operator_id
|
|
msgid "Livechat Operator ID is required for a channel of type livechat."
|
|
msgstr ""
|
|
"Livechat operator ID is verplicht voor een kanaal van het type livechat."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_outcome
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__session_outcome
|
|
msgid "Livechat Outcome"
|
|
msgstr "Livechat Resultaat"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_call_history__livechat_participant_history_ids
|
|
msgid "Livechat Participant History"
|
|
msgstr "Geschiedenis Livechat deelnemers"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_status
|
|
msgid "Livechat Status"
|
|
msgstr "Status Livechat"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_im_livechat_report_channel
|
|
msgid "Livechat Support Channel Report"
|
|
msgstr "Livechat Ondersteuning kanaal rapportage"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_agent_history_view_graph
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_agent_history_view_pivot
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_graph
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_pivot
|
|
msgid "Livechat Support Statistics"
|
|
msgstr "Livechat ondersteuningsstatistieken"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_users__livechat_username
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_users_settings__livechat_username
|
|
msgid "Livechat Username"
|
|
msgstr "Livechat gebruikersnaam"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_users_settings__livechat_lang_ids
|
|
msgid "Livechat languages"
|
|
msgstr "Livechat-talen"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.actions.act_window,name:im_livechat.discuss_channel_looking_for_help_action
|
|
#: model:ir.ui.menu,name:im_livechat.menu_livechat_looking_for_help
|
|
msgid "Looking for Help"
|
|
msgstr "Op zoek naar hulp"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/public_web/discuss_app_model_patch.js:0
|
|
#: code:addons/im_livechat/static/src/core/web/store_service_patch.js:0
|
|
#: code:addons/im_livechat/static/src/core/web/thread_model_patch.js:0
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__discuss_channel__livechat_status__need_help
|
|
msgid "Looking for help"
|
|
msgstr "Op zoek naar hulp"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_discuss_channel_rtc_session
|
|
msgid "Mail RTC session"
|
|
msgstr "Mail RTC-sessie"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_rule__sequence
|
|
msgid "Matching order"
|
|
msgstr "Overeenkomende volgorde"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__max_sessions
|
|
msgid "Maximum Sessions"
|
|
msgstr "Maximale sessies"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_im_livechat_channel__max_sessions
|
|
msgid "Maximum number of concurrent sessions per operator."
|
|
msgstr "Maximaal aantal gelijktijdige sessies per operator."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__member_id
|
|
msgid "Member"
|
|
msgstr "Lid"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.actions.act_window,name:im_livechat.im_livechat_channel_member_history_action
|
|
#: model:ir.ui.menu,name:im_livechat.menu_member_history
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_member_history_view_tree
|
|
msgid "Member History"
|
|
msgstr "Lidgeschiedenis"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_member_history_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_member_history_view_tree
|
|
msgid "Member Type"
|
|
msgstr "Lidtype"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.constraint,message:im_livechat.constraint_im_livechat_channel_member_history_member_id_unique
|
|
msgid "Members can only be linked to one history"
|
|
msgstr "Leden kunnen slechts aan één geschiedenis gekoppeld worden"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_mail_message
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_step__message
|
|
msgid "Message"
|
|
msgstr "Bericht"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__message_has_error
|
|
msgid "Message Delivery error"
|
|
msgstr "Bericht afleverfout"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__message_ids
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_list
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_tree
|
|
msgid "Messages"
|
|
msgstr "Berichten"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__nbr_message
|
|
msgid "Messages per Session"
|
|
msgstr "Berichten per sessie"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_kanban
|
|
msgid "Messages:"
|
|
msgstr "Berichten:"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__discuss_channel__livechat_week_day__0
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_report_channel__day_number__1
|
|
msgid "Monday"
|
|
msgstr "Maandag"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_search
|
|
msgid "My Expertise"
|
|
msgstr "Mijn expertise"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_search
|
|
msgid "My Languages"
|
|
msgstr "Mijn talen"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_agent_history_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_search
|
|
msgid "My Sessions"
|
|
msgstr "Mijn sessies"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__name
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_step__name
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_conversation_tag__name
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_expertise__name
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.chatbot_script_view_search
|
|
msgid "Name"
|
|
msgstr "Naam"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/models/im_livechat_channel.py:0
|
|
#: model:im_livechat.channel,button_text:im_livechat.im_livechat_channel_data
|
|
#: model:im_livechat.channel,button_text:im_livechat.support_bot_channel_demo
|
|
msgid "Need help? Chat with us."
|
|
msgstr "Hulp nodig? Chat met ons."
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_agent_history_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_search
|
|
msgid "Neutral"
|
|
msgstr "Neutraal"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_info_list.xml:0
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__discuss_channel__livechat_failure__no_answer
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__discuss_channel__livechat_outcome__no_answer
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_report_channel__session_outcome__no_answer
|
|
msgid "Never Answered"
|
|
msgstr "Nooit beantwoord"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/embed/common/feedback_panel/feedback_panel.xml:0
|
|
msgid "New Session"
|
|
msgstr "Nieuwe sessie"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__block_assignment_during_call
|
|
msgid "No Chats During Call"
|
|
msgstr "Geen chats tijdens gesprek"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__discuss_channel__livechat_failure__no_failure
|
|
msgid "No Failure"
|
|
msgstr "Geen mislukking"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/embed/common/livechat_service.js:0
|
|
msgid "No available collaborator, please try again later."
|
|
msgstr "Geen beschikbare werknemer, probeer het later opnieuw."
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/views/discuss_template.xml:0
|
|
msgid "No conversation found"
|
|
msgstr "Geen gesprek gevonden"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.actions.act_window,help:im_livechat.discuss_channel_looking_for_help_action
|
|
msgid "No conversations found"
|
|
msgstr "Geen gesprekken gevonden"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.actions.act_window,help:im_livechat.discuss_channel_action
|
|
#: model_terms:ir.actions.act_window,help:im_livechat.discuss_channel_action_from_livechat_channel
|
|
#: model_terms:ir.actions.act_window,help:im_livechat.im_livechat_agent_history_action
|
|
#: model_terms:ir.actions.act_window,help:im_livechat.im_livechat_report_channel_action
|
|
#: model_terms:ir.actions.act_window,help:im_livechat.im_livechat_report_channel_time_to_answer_action
|
|
msgid "No data yet!"
|
|
msgstr "Nog geen gegevens!"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/models/res_partner.py:0
|
|
msgid "No history found"
|
|
msgstr "Geen geschiedenis gevonden"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_info_list.xml:0
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__discuss_channel__livechat_failure__no_agent
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__discuss_channel__livechat_outcome__no_agent
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_report_channel__session_outcome__no_agent
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_search
|
|
msgid "No one Available"
|
|
msgstr "Niemand beschikbaar"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_conversation_tag_edit.xml:0
|
|
msgid "No tags found"
|
|
msgstr "Geen labels gevonden"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_agent_history_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_search
|
|
msgid "Not Answered"
|
|
msgstr "Niet beantwoord"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_discuss_channel__livechat_note
|
|
msgid ""
|
|
"Note about the session, visible to all internal users having access to the "
|
|
"session."
|
|
msgstr ""
|
|
"Opmerking over de sessie, zichtbaar voor alle interne gebruikers die toegang "
|
|
"hebben tot de sessie."
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_info_list.xml:0
|
|
msgid "Notes"
|
|
msgstr "Notities"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Notification Text"
|
|
msgstr "Notificatie-sms"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__message_needaction_counter
|
|
msgid "Number of Actions"
|
|
msgstr "Aantal acties"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__chatbot_script_count
|
|
msgid "Number of Chatbot"
|
|
msgstr "Aantal chatbots"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__ongoing_session_count
|
|
msgid "Number of Ongoing Sessions"
|
|
msgstr "Aantal lopende sessies"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_users__livechat_ongoing_session_count
|
|
msgid "Number of Ongoing sessions"
|
|
msgstr "Aantal lopende sessies"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__nbr_channel
|
|
msgid "Number of conversation"
|
|
msgstr "Aantal gesprekken"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__message_has_error_counter
|
|
msgid "Number of errors"
|
|
msgstr "Aantal fouten"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_im_livechat_report_channel__nbr_message
|
|
msgid "Number of message in the conversation"
|
|
msgstr "Aantal berichten in het gesprek"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_discuss_channel__message_needaction_counter
|
|
msgid "Number of messages requiring action"
|
|
msgstr "Aantal berichten die actie vereisen"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_discuss_channel__message_has_error_counter
|
|
msgid "Number of messages with delivery error"
|
|
msgstr "Aantal berichten met leveringsfout"
|
|
|
|
#. module: im_livechat
|
|
#: model:chatbot.script,title:im_livechat.chatbot_script_welcome_bot_demo
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.livechat_email_template
|
|
msgid "Odoo"
|
|
msgstr "Odoo"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.constraint,message:im_livechat.constraint_im_livechat_channel_member_history_channel_id_guest_id_unique
|
|
msgid "One guest can only be linked to one history on a channel"
|
|
msgstr "Een gast kan maar aan één geschiedenis op een kanaal worden gekoppeld"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.constraint,message:im_livechat.constraint_im_livechat_channel_member_history_channel_id_partner_id_unique
|
|
msgid "One partner can only be linked to one history on a channel"
|
|
msgstr ""
|
|
"Een partner kan maar aan één geschiedenis op een kanaal worden gekoppeld"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_search
|
|
msgid "Ongoing"
|
|
msgstr "Lopend"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Ongoing Sessions"
|
|
msgstr "Lopende sessies"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_step__triggering_answer_ids
|
|
msgid "Only If"
|
|
msgstr "Alleen als"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/models/im_livechat_channel.py:0
|
|
msgid "Only Live Chat operators can join Live Chat channels"
|
|
msgstr "Alleen livechat-operatoren mogen lid worden van livechatkanalen"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_channel_rule__chatbot_enabled_condition__only_if_operator
|
|
msgid "Only when an operator is available"
|
|
msgstr "Alleen wanneer een operator beschikbaar is"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_channel_rule__chatbot_enabled_condition__only_if_no_operator
|
|
msgid "Only when no operator is available"
|
|
msgstr "Alleen wanneer geen operator beschikbaar is"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_channel_rule__action__auto_popup
|
|
msgid "Open automatically"
|
|
msgstr "Automatisch openen"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_operator_id
|
|
msgid "Operator"
|
|
msgstr "Operator"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_step__operator_expertise_ids
|
|
msgid "Operator Expertise"
|
|
msgstr "Operatorexpertise"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_expertise__user_ids
|
|
msgid "Operators"
|
|
msgstr "Operators"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.chatbot_script_answer_view_tree
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.chatbot_script_step_view_form
|
|
msgid "Optional Link"
|
|
msgstr "Optionele link"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Options"
|
|
msgstr "Opties"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_info_list.xml:0
|
|
msgid "Outcome"
|
|
msgstr "Resultaat"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_form
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_list
|
|
msgid "Participants"
|
|
msgstr "Deelnemers"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__partner_id
|
|
msgid "Partner"
|
|
msgstr "Partner"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_im_livechat_channel__rating_percentage_satisfaction
|
|
msgid "Percentage of happy ratings"
|
|
msgstr "Percentage tevreden beoordelingen"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__chatbot_script_step__step_type__question_phone
|
|
msgid "Phone"
|
|
msgstr "Telefoon"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/models/chatbot_script_step.py:0
|
|
msgid "Phone: "
|
|
msgstr "Telefoon: "
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:chatbot.script.step,message:im_livechat.chatbot_script_welcome_step_just_looking
|
|
#: model_terms:chatbot.script.step,message:im_livechat.chatbot_script_welcome_step_just_looking_demo
|
|
msgid "Please do! If there is anything we can help with, let us know"
|
|
msgstr ""
|
|
"Alsjeblieft! Als er iets is waarmee we kunnen helpen, laat het ons weten"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.livechat_email_template
|
|
msgid "Powered by"
|
|
msgstr "Aangeboden door"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__chatbot_script_step__step_type__question_selection
|
|
msgid "Question"
|
|
msgstr "Vraag"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/controllers/main.py:0
|
|
#: model:ir.model,name:im_livechat.model_rating_rating
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__rating_id
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__rating
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_kanban
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_tree
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_agent_history_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_search
|
|
msgid "Rating"
|
|
msgstr "Beoordeling"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_graph
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_pivot
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_agent_history_view_graph
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_agent_history_view_pivot
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_graph
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_pivot
|
|
msgid "Rating (%)"
|
|
msgstr "Beoordeling (%)"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__rating_avg_text
|
|
msgid "Rating Avg Text"
|
|
msgstr "Beoordeling gem. tekst"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__rating_last_feedback
|
|
msgid "Rating Last Feedback"
|
|
msgstr "Beoordeling laatste feedback"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__rating_last_image
|
|
msgid "Rating Last Image"
|
|
msgstr "Beoordeling laatste afbeelding"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__rating_last_value
|
|
msgid "Rating Last Value"
|
|
msgstr "Beoordeling laatste waarde"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__rating_percentage_satisfaction
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__rating_percentage_satisfaction
|
|
msgid "Rating Satisfaction"
|
|
msgstr "Beoordeling"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__rating_last_text
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_list
|
|
msgid "Rating Text"
|
|
msgstr "Beoordelingstekst"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__rating
|
|
msgid "Rating Value"
|
|
msgstr "Beoordelingswaarde"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__rating_count
|
|
msgid "Rating count"
|
|
msgstr "Aantal beoordelingen"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__rating_text
|
|
msgid "Rating text"
|
|
msgstr "Beoordeling tekst"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__rating_ids
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__rating_ids
|
|
msgid "Ratings"
|
|
msgstr "Beoordelingen"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/embed/common/feedback_panel/feedback_panel.xml:0
|
|
msgid "Receive a copy of this conversation"
|
|
msgstr "Ontvang een kopie van deze conversatie"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_answer__redirect_link
|
|
msgid "Redirect Link"
|
|
msgstr "Doorverwijzing URL"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_im_livechat_channel_rule__regex_url
|
|
msgid ""
|
|
"Regular expression specifying the web pages this rule will be applied on."
|
|
msgstr ""
|
|
"Reguliere expressie die de webpagina identificeert waarop de regels worden "
|
|
"toegepast."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_message__mail_message_id
|
|
msgid "Related Mail Message"
|
|
msgstr "Gerelateerd e-mailbericht"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/public_web/discuss_sidebar_channel_actions_patch.xml:0
|
|
#: code:addons/im_livechat/static/src/core/web/discuss_sidebar_category_patch.xml:0
|
|
msgid "Relevant to your expertise"
|
|
msgstr "Relevant voor jouw expertise"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__remaining_session_capacity
|
|
msgid "Remaining Session Capacity"
|
|
msgstr "Resterende sessiecapaciteit"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.ui.menu,name:im_livechat.menu_reporting_livechat
|
|
msgid "Reporting"
|
|
msgstr "Rapportages"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/js/colors_reset_button/colors_reset_button.xml:0
|
|
msgid "Reset to default colors"
|
|
msgstr "Reset naar standaardkleuren"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__response_time_hour
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__time_to_answer
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_agent_history_view_graph
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_agent_history_view_pivot
|
|
msgid "Response Time"
|
|
msgstr "Reactietijd"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_pivot
|
|
msgid "Response Time (hh:mm:ss)"
|
|
msgstr "Reactietijd (uu:mm:ss)"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/embed/common/thread_actions.js:0
|
|
msgid "Restart Conversation"
|
|
msgstr "Gesprek opnieuw starten"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/models/discuss_channel.py:0
|
|
msgid "Restarting conversation..."
|
|
msgstr "Gesprek opnieuw starten..."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__review_link
|
|
msgid "Review Link"
|
|
msgstr "Recensie Link"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__rule_ids
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_rule_view_tree
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Rules"
|
|
msgstr "Regels"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__message_has_sms_error
|
|
msgid "SMS Delivery error"
|
|
msgstr "SMS fout bij versturen"
|
|
|
|
#. module: im_livechat
|
|
#: model:chatbot.script.answer,name:im_livechat.chatbot_script_troubleshooting_answer_safari_demo
|
|
msgid "Safari"
|
|
msgstr "Safari"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__rating_text
|
|
msgid "Satisfaction Rate"
|
|
msgstr "Tevredenheidsratio"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__discuss_channel__livechat_week_day__5
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_report_channel__day_number__6
|
|
msgid "Saturday"
|
|
msgstr "Zaterdag"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Save your Channel to get your configuration widget."
|
|
msgstr "Bewaar je kanaal om je configuratie widget te krijgen."
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/embed/common/thread_model_patch.js:0
|
|
msgid "Say something"
|
|
msgstr "Zeg iets"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/embed/common/composer_patch.js:0
|
|
msgid "Say something..."
|
|
msgstr "Zeg iets..."
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.chatbot_script_view_form
|
|
msgid "Script"
|
|
msgstr "Script"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__script_external
|
|
msgid "Script (external)"
|
|
msgstr "Script (extern)"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_answer__script_step_id
|
|
msgid "Script Step"
|
|
msgstr "Scriptstap"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__script_step_ids
|
|
msgid "Script Steps"
|
|
msgstr "Scriptstappen"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_agent_history_view_search
|
|
msgid "Search Agent"
|
|
msgstr "Zoek Makelaar"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_member_history_view_search
|
|
msgid "Search History"
|
|
msgstr "Zoekgeschiedenis"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_search
|
|
msgid "Search history"
|
|
msgstr "Geschiedenis doorzoeken"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_conversation_tag_edit.xml:0
|
|
msgid "Search or create new tags"
|
|
msgstr "Labels zoeken of maken"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_search
|
|
msgid "Search report"
|
|
msgstr "Zoek rapport"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/channel_commands_patch.js:0
|
|
msgid "See 15 last visited pages"
|
|
msgstr "Bekijk 15 laatst bekeken pagina's"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/embed/common/thread_model_patch.js:0
|
|
msgid "Select an option above"
|
|
msgstr "Selecteer hierboven een optie"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/embed/common/feedback_panel/feedback_panel.xml:0
|
|
msgid "Send"
|
|
msgstr "Verzenden"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_info_list.xml:0
|
|
msgid "Send conversation"
|
|
msgstr "Verstuur gesprek"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_answer__sequence
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_step__sequence
|
|
msgid "Sequence"
|
|
msgstr "Reeks"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_form
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_list
|
|
msgid "Session Date"
|
|
msgstr "Sessiedatum"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__session_duration_hour
|
|
msgid "Session Duration"
|
|
msgstr "Sessieduur"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_form
|
|
msgid "Session Form"
|
|
msgstr "Sessie formulier"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Session Limits"
|
|
msgstr "Sessielimieten"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__session_outcome
|
|
msgid "Session Outcome"
|
|
msgstr "Resultaat van de sessie"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_start_hour
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__session_start_hour
|
|
msgid "Session Start Hour"
|
|
msgstr "Sessie Begin Uur"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_end_dt
|
|
msgid "Session end date"
|
|
msgstr "Einddatum sessie"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_discuss_channel__livechat_end_dt
|
|
msgid ""
|
|
"Session is closed when either the visitor or the last agent leaves the "
|
|
"conversation."
|
|
msgstr ""
|
|
"De sessie wordt afgesloten als de bezoeker of de laatste agent het gesprek "
|
|
"verlaat."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__call_percentage
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__percentage_of_calls
|
|
msgid "Session with Calls (%)"
|
|
msgstr "Sessie met oproepen (%)"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.actions.act_window,name:im_livechat.discuss_channel_action
|
|
#: model:ir.actions.act_window,name:im_livechat.discuss_channel_action_from_livechat_channel
|
|
#: model:ir.actions.act_window,name:im_livechat.im_livechat_report_channel_action
|
|
#: model:ir.actions.act_window,name:im_livechat.im_livechat_report_channel_time_to_answer_action
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__channel_ids
|
|
#: model:ir.ui.menu,name:im_livechat.menu_livechat_sessions
|
|
#: model:ir.ui.menu,name:im_livechat.menu_reporting_livechat_channel
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_graph
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_pivot
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_kanban
|
|
msgid "Sessions"
|
|
msgstr "Sessies"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__max_sessions_mode
|
|
msgid "Sessions per Operator"
|
|
msgstr "Sessies per operator"
|
|
|
|
#. module: im_livechat
|
|
#: model:chatbot.script.answer,name:im_livechat.chatbot_script_answer_setup_demo
|
|
msgid "Setup"
|
|
msgstr "Instellingen"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_channel_rule__action__display_button
|
|
msgid "Show"
|
|
msgstr "Toon"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_chatbot_script_step__triggering_answer_ids
|
|
msgid "Show this step only if all of these answers have been selected."
|
|
msgstr "Toon deze stap alleen als al deze antwoorden zijn geselecteerd."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_channel_rule__action__display_button_and_text
|
|
msgid "Show with notification"
|
|
msgstr "Weergeven met melding"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/thread_actions.js:0
|
|
msgid "Someone has already joined this conversation"
|
|
msgstr "Er is al iemand toegetreden tot dit gesprek"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__source_id
|
|
msgid "Source"
|
|
msgstr "Bron"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.res_users_form_view
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.res_users_form_view_simple_modif
|
|
msgid "Spoken Languages"
|
|
msgstr "Gesproken talen"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__start_date
|
|
msgid "Start Date of session"
|
|
msgstr "Startdatum van sessie"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__start_date_minutes
|
|
msgid "Start Date of session, truncated to minutes"
|
|
msgstr "Startdatum van sessie, ingekort tot minuten"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__start_hour
|
|
msgid "Start Hour of session"
|
|
msgstr "Startuur van de sessie"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.actions.act_window,help:im_livechat.discuss_channel_action
|
|
#: model_terms:ir.actions.act_window,help:im_livechat.discuss_channel_action_from_livechat_channel
|
|
msgid "Start a conversation to populate your chat history."
|
|
msgstr "Start een gesprek om je chatgeschiedenis op te bouwen."
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_info_list.xml:0
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_agent_history_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_search
|
|
msgid "Status"
|
|
msgstr "Status"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_kanban
|
|
msgid "Status:"
|
|
msgstr "Status:"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_step__step_type
|
|
msgid "Step Type"
|
|
msgstr "Staptype"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/models/chatbot_script.py:0
|
|
msgid "Step of type 'Question' must have answers."
|
|
msgstr "Een stap van het type 'Vraag' moet een antwoord hebben."
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_info_list.xml:0
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__discuss_channel__livechat_outcome__no_failure
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_report_channel__session_outcome__no_failure
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_kanban
|
|
msgid "Success"
|
|
msgstr "Succes"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__discuss_channel__livechat_week_day__6
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_report_channel__day_number__0
|
|
msgid "Sunday"
|
|
msgstr "Zondag"
|
|
|
|
#. module: im_livechat
|
|
#: model:chatbot.script,title:im_livechat.chatbot_script_support_bot_demo
|
|
msgid "Support Bot"
|
|
msgstr "Supportbot"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/composer_patch.js:0
|
|
msgid "Tab to next livechat"
|
|
msgstr "Tab naar volgende livechat"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_conversation_tag_edit.xml:0
|
|
msgid "Tag has already been selected"
|
|
msgstr "Label is al geselecteerd"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_info_list.xml:0
|
|
#: model:ir.actions.act_window,name:im_livechat.livechat_conversation_tag_action
|
|
#: model:ir.ui.menu,name:im_livechat.menu_livechat_conversation_tag
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_list
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_tree
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_agent_history_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_conversation_tag_view_form
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_conversation_tag_view_list
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_search
|
|
msgid "Tags"
|
|
msgstr "Labels"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_discuss_channel__livechat_conversation_tag_ids
|
|
#: model:ir.model.fields,help:im_livechat.field_im_livechat_channel_member_history__conversation_tag_ids
|
|
#: model:ir.model.fields,help:im_livechat.field_im_livechat_report_channel__conversation_tag_ids
|
|
msgid "Tags to qualify the conversation."
|
|
msgstr "Labels om het gesprek te classificeren."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__conversation_tag_ids
|
|
msgid "Tags used in this conversation"
|
|
msgstr "Labels gebruikt in dit gesprek"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.ui.menu,name:im_livechat.livechat_technical
|
|
msgid "Technical"
|
|
msgstr "Technisch"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__chatbot_script_step__step_type__text
|
|
msgid "Text"
|
|
msgstr "Tekst"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__button_text
|
|
msgid "Text of the Button"
|
|
msgstr "Tekst van de knop"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/embed/common/feedback_panel/feedback_panel.xml:0
|
|
msgid "Thank you for your feedback"
|
|
msgstr "Bedankt voor je feedback"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_im_livechat_channel_rule__channel_id
|
|
msgid "The channel of the rule"
|
|
msgstr "Het kanaal van de regel"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/common/transcript_sender.xml:0
|
|
msgid "The conversation was sent."
|
|
msgstr "De conversatie is verzonden."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_im_livechat_channel_rule__country_ids
|
|
msgid ""
|
|
"The rule will only be applied for these countries. Example: if you select "
|
|
"'Belgium' and 'United States' and that you set the action to 'Hide', the "
|
|
"chat button will be hidden on the specified URL from the visitors located in "
|
|
"these 2 countries. This feature requires GeoIP installed on your server."
|
|
msgstr ""
|
|
"De regel zal enkel worden toegepast op deze landen. Bijvoorbeeld: als je "
|
|
"'België' en 'Verenigde Staten' selecteert en de actie instelt op "
|
|
"'Verbergen', zal de chat knop worden verborgen op de opgegeven URL van de "
|
|
"bezoekers uit deze 2 landen. Deze functie vereist de installatie van GeoIP "
|
|
"op je server."
|
|
|
|
#. module: im_livechat
|
|
#: model:res.groups,comment:im_livechat.im_livechat_group_manager
|
|
msgid "The user will be able to delete support channels."
|
|
msgstr "De gebruiker heeft de optie om ondersteuningskanalen te verwijderen."
|
|
|
|
#. module: im_livechat
|
|
#: model:res.groups,comment:im_livechat.im_livechat_group_user
|
|
msgid "The user will be able to join support channels."
|
|
msgstr "De gebruiker heeft de optie om aan te melden op ondersteuningskanalen."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_chatbot_script_answer__redirect_link
|
|
msgid ""
|
|
"The visitor will be redirected to this link upon clicking the option (note "
|
|
"that the script will end if the link is external to the livechat website)."
|
|
msgstr ""
|
|
"De bezoeker wordt doorgestuurd naar deze link na het klikken op de optie "
|
|
"(merk op dat het script zal eindigen als de link extern is aan de livechat-"
|
|
"website)."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_res_users_settings__livechat_lang_ids
|
|
msgid ""
|
|
"These languages, in addition to your main language, will be used to assign "
|
|
"you to Live Chat sessions."
|
|
msgstr ""
|
|
"Deze talen worden, naast je hoofdtaal, gebruikt om je toe te wijzen aan Live "
|
|
"Chat-sessies."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_im_livechat_channel__default_message
|
|
msgid ""
|
|
"This is an automated 'welcome' message that your visitor will see when they "
|
|
"initiate a new conversation."
|
|
msgstr ""
|
|
"Dit is een geautomatiseerd 'welkom' bericht dat je bezoeker te zien krijgt "
|
|
"wanneer ze een nieuwe conversatie starten."
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/common/thread_model_patch.js:0
|
|
#: code:addons/im_livechat/static/src/embed/common/thread_model_patch.js:0
|
|
msgid "This livechat conversation has ended"
|
|
msgstr "Dit livechatgesprek is beëindigd"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_res_users_settings__livechat_username
|
|
msgid "This username will be used as your name in the livechat channels."
|
|
msgstr ""
|
|
"Deze gebruikersnaam wordt gebruikt in je naam voor de livechat kanalen."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__discuss_channel__livechat_week_day__3
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_report_channel__day_number__4
|
|
msgid "Thursday"
|
|
msgstr "Donderdag"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_im_livechat_channel_member_history__session_duration_hour
|
|
msgid "Time spent by the persona in the session in hours"
|
|
msgstr "Tijd besteed door de persona in de sessie in uren"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_rule__auto_popup_timer
|
|
msgid "Time to Open"
|
|
msgstr "Tijd tot Openen"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_digest_digest__kpi_livechat_response
|
|
msgid "Time to answer (sec)"
|
|
msgstr "Tijd om te antwoorden (sec)"
|
|
|
|
#. module: im_livechat
|
|
#: model:digest.tip,name:im_livechat.digest_tip_im_livechat_0
|
|
#: model_terms:digest.tip,tip_description:im_livechat.digest_tip_im_livechat_0
|
|
msgid "Tip: Use canned responses to chat faster"
|
|
msgstr "Tip: Gebruik standaardantwoorden om sneller te chatten"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__title
|
|
msgid "Title"
|
|
msgstr "Titel"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__title_color
|
|
msgid "Title Color"
|
|
msgstr "Titel kleur"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid ""
|
|
"To apply the rule only to certain pages of your website, enter a URL regex "
|
|
"like /shop. This will match any page that starts with /shop, such as /shop/"
|
|
"product. Leave the field empty to apply the rule to all pages.<br/>\n"
|
|
" For on-premise databases, GeoIP must be "
|
|
"installed on your server to geolocate visitors. Without it, rules that "
|
|
"include country restrictions will be ignored."
|
|
msgstr ""
|
|
"Om de regel alleen op bepaalde pagina's van je website toe te passen, voer "
|
|
"je een URL-regex in zoals /shop. Dit zal overeenkomen met elke pagina die "
|
|
"begint met /shop, zoals /shop/product. Laat het veld leeg om de regel op "
|
|
"alle pagina's toe te passen.<br/>\n"
|
|
" Voor on-premise databases moet GeoIP "
|
|
"geïnstalleerd zijn op je server om bezoekers te kunnen geolokaliseren. "
|
|
"Zonder GeoIP worden regels met landbeperkingen genegeerd."
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.actions.act_window,help:im_livechat.im_livechat_agent_history_action
|
|
#: model_terms:ir.actions.act_window,help:im_livechat.im_livechat_report_channel_action
|
|
#: model_terms:ir.actions.act_window,help:im_livechat.im_livechat_report_channel_time_to_answer_action
|
|
msgid ""
|
|
"Track and improve live chat performance with insights on session activity, "
|
|
"response times, customer ratings, and call interactions."
|
|
msgstr ""
|
|
"Volg en verbeter de prestaties van de livechat met inzichten over "
|
|
"sessieactiviteit, reactietijden, klantbeoordelingen en oproepinteracties."
|
|
|
|
#. module: im_livechat
|
|
#: model:chatbot.script.answer,name:im_livechat.chatbot_script_answer_troubleshooting_demo
|
|
msgid "Troubleshooting"
|
|
msgstr "Problemen oplossen"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__discuss_channel__livechat_week_day__1
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_report_channel__day_number__2
|
|
msgid "Tuesday"
|
|
msgstr "Dinsdag"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Turn on the <strong>Live Chat</strong> feature."
|
|
msgstr "Schakel de <strong>Live Chat</strong>-functie in."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_rule__regex_url
|
|
msgid "URL Regex"
|
|
msgstr "URL Regex"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_im_livechat_channel__web_page
|
|
msgid ""
|
|
"URL to a static page where you client can discuss with the operator of the "
|
|
"channel."
|
|
msgstr ""
|
|
"URL naar een statische pagina waar je klant met de operator van het kanaal "
|
|
"kan spreken."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__uuid
|
|
msgid "UUID"
|
|
msgstr "UUID"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_agent_history_view_search
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_search
|
|
msgid "Unhappy"
|
|
msgstr "Ontevreden"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/models/im_livechat_channel_member_history.py:0
|
|
#: code:addons/im_livechat/report/im_livechat_report_channel.py:0
|
|
msgid "Unknown"
|
|
msgstr "Onbekend"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_channel__max_sessions_mode__unlimited
|
|
msgid "Unlimited"
|
|
msgstr "Onbeperkt"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_search
|
|
msgid "Unrated"
|
|
msgstr "Niet beoordeeld"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_conversation_tag_edit.xml:0
|
|
msgid "Unselect tag"
|
|
msgstr "Label deselecteren"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:digest.tip,tip_description:im_livechat.digest_tip_im_livechat_0
|
|
msgid ""
|
|
"Use canned responses to define templates of messages in the livechat app. To "
|
|
"load a canned response, start your sentence with '::' and select the "
|
|
"template."
|
|
msgstr ""
|
|
"Gebruik kant-en-klare antwoorden om sjablonen van berichten in de livechat-"
|
|
"app te definiëren. Begin je zin met '::' en selecteer je het sjabloon om een "
|
|
"kant-en-klare reactie te laden."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_res_users
|
|
#: model:res.groups,name:im_livechat.im_livechat_group_user
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "User"
|
|
msgstr "Gebruiker"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_partner__user_livechat_username
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_users__user_livechat_username
|
|
msgid "User Livechat Username"
|
|
msgstr "Gebruiker Livechat Gebruikersnaam"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_message__user_raw_script_answer_id
|
|
msgid "User Raw Script Answer"
|
|
msgstr "Ruw scriptantwoord van gebruiker"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_res_users_settings
|
|
msgid "User Settings"
|
|
msgstr "Gebruikersinstellingen"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_message__user_script_answer_id
|
|
msgid "User's answer"
|
|
msgstr "Antwoord van de gebruiker"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_message__user_raw_answer
|
|
msgid "User's raw answer"
|
|
msgstr "Het onbewerkte antwoord van de gebruiker"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_kanban
|
|
msgid "View Channel"
|
|
msgstr "Kanaal bekijken"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_info_list.xml:0
|
|
msgid "View Contact"
|
|
msgstr "Contact bekijken"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/controllers/main.py:0
|
|
#: code:addons/im_livechat/models/im_livechat_channel.py:0
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__discuss_channel_member__livechat_member_type__visitor
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_channel_member_history__livechat_member_type__visitor
|
|
msgid "Visitor"
|
|
msgstr "Bezoeker"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/common/thread_patch.js:0
|
|
msgid "Visitor is disconnected"
|
|
msgstr "Bezoeker is losgekoppeld"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/common/thread_patch.js:0
|
|
msgid "Visitor is disconnected since %(time)s"
|
|
msgstr "Bezoeker is losgekoppeld sinds %(time)s"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/common/thread_patch.js:0
|
|
msgid "Visitor is disconnected since yesterday at %(time)s"
|
|
msgstr "Bezoeker is losgekoppeld sinds gisteren om %(time)s"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/models/discuss_channel.py:0
|
|
msgid "Visitor left the conversation."
|
|
msgstr "De bezoeker heeft de conversatie verlaten."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_im_livechat_channel__review_link
|
|
msgid ""
|
|
"Visitors who leave a positive review will be redirected to this optional "
|
|
"link."
|
|
msgstr ""
|
|
"Bezoekers die een positieve recensie achterlaten, worden doorverwezen naar "
|
|
"deze optionele link."
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/store_service_patch.js:0
|
|
#: code:addons/im_livechat/static/src/core/web/thread_model_patch.js:0
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__discuss_channel__livechat_status__waiting
|
|
msgid "Waiting for customer"
|
|
msgstr "Wacht op klant(info)"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__web_page
|
|
msgid "Web Page"
|
|
msgstr "Webpagina"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__website_message_ids
|
|
msgid "Website Messages"
|
|
msgstr "Websiteberichten"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_discuss_channel__website_message_ids
|
|
msgid "Website communication history"
|
|
msgstr "Website communicatie geschiedenis"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__discuss_channel__livechat_week_day__2
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_report_channel__day_number__3
|
|
msgid "Wednesday"
|
|
msgstr "Woensdag"
|
|
|
|
#. module: im_livechat
|
|
#: model:chatbot.script,title:im_livechat.chatbot_script_welcome_bot
|
|
msgid "Welcome Bot"
|
|
msgstr "Welkom Bot"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__default_message
|
|
msgid "Welcome Message"
|
|
msgstr "Welkomstbericht"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:chatbot.script.step,message:im_livechat.chatbot_script_welcome_step_welcome
|
|
#: model_terms:chatbot.script.step,message:im_livechat.chatbot_script_welcome_step_welcome_demo
|
|
msgid "Welcome to CompanyName! 👋"
|
|
msgstr "Welkom bij CompanyName! 👋"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:chatbot.script.step,message:im_livechat.chatbot_script_initial_step_demo
|
|
msgid "Welcome to the Support! How can I assist you today?"
|
|
msgstr "Welkom bij de support! Hoe kan ik je vandaag helpen?"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:chatbot.script.step,message:im_livechat.chatbot_script_welcome_step_dispatch
|
|
#: model_terms:chatbot.script.step,message:im_livechat.chatbot_script_welcome_step_dispatch_demo
|
|
msgid "What are you looking for?"
|
|
msgstr "Wat zoek je?"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:chatbot.script.step,message:im_livechat.chatbot_script_troubleshooting_step_browser_demo
|
|
msgid "What browser are you using?"
|
|
msgstr "Welke browser gebruik je?"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:chatbot.script.step,message:im_livechat.chatbot_script_module_selection_demo
|
|
msgid "What module are you interested in?"
|
|
msgstr "In welke module ben je geïnteresseerd?"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_chatbot_script_step__operator_expertise_ids
|
|
#: model:ir.model.fields,help:im_livechat.field_res_users__livechat_expertise_ids
|
|
#: model:ir.model.fields,help:im_livechat.field_res_users_settings__livechat_expertise_ids
|
|
msgid ""
|
|
"When forwarding live chat conversations, the chatbot will prioritize users "
|
|
"with matching expertise."
|
|
msgstr ""
|
|
"De chatbot zal gebruikers met de juiste expertise prioriteren wanneer "
|
|
"livechatgesprekken worden doorgestuurd."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__has_call
|
|
msgid "Whether the session had a call"
|
|
msgstr "Of er tijdens de sessie een oproep was"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_res_users__livechat_is_in_call
|
|
msgid ""
|
|
"Whether the user is in a call, only available if the user is in a live chat "
|
|
"agent"
|
|
msgstr ""
|
|
"Of de gebruiker in gesprek is, alleen beschikbaar als de gebruiker in een "
|
|
"live chatagent is"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_im_livechat_channel__block_assignment_during_call
|
|
msgid "While on a call, agents will not receive new conversations."
|
|
msgstr "Tijdens een gesprek ontvangen agenten geen nieuwe gesprekken."
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Widget"
|
|
msgstr "Widget"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Window Colors"
|
|
msgstr "Vensterkleuren"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:chatbot.script.step,message:im_livechat.chatbot_script_welcome_step_pricing_email
|
|
#: model_terms:chatbot.script.step,message:im_livechat.chatbot_script_welcome_step_pricing_email_demo
|
|
msgid ""
|
|
"Would you mind leaving your email address so that we can reach you back?"
|
|
msgstr "Zou je je e-mailadres willen achterlaten zodat we je kunnen bereiken?"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/controllers/channel.py:0
|
|
msgid "Write expertises: Only LINK and UNLINK commands are allowed."
|
|
msgstr ""
|
|
"Expertise aangeven: Enkel de opdrachten LINK en UNLINK zijn toegestaan."
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/common/close_confirmation.xml:0
|
|
msgid "Yes, leave conversation"
|
|
msgstr "Ja, verlaat gesprek"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.livechat_email_template
|
|
msgid "You"
|
|
msgstr "Jij"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/controllers/attachment.py:0
|
|
msgid "You are not allowed to upload attachments on this channel."
|
|
msgstr "Je mag geen bijlagen uploaden op dit kanaal."
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.actions.act_window,help:im_livechat.chatbot_script_action
|
|
msgid ""
|
|
"You can create a new Chatbot with a defined script to speak to your website "
|
|
"visitors."
|
|
msgstr ""
|
|
"Je kunt een nieuwe Chatbot maken met een gedefinieerd script om met je "
|
|
"websitebezoekers te praten."
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.actions.act_window,help:im_livechat.im_livechat_channel_action
|
|
msgid ""
|
|
"You can create channels for each website on which you want\n"
|
|
" to integrate the website live chat widget, allowing your "
|
|
"website\n"
|
|
" visitors to talk in real time with your operators."
|
|
msgstr ""
|
|
"Je kunt kanalen aanmaken voor elke website welke je de\n"
|
|
"website livechat widget wilt integreren, dit staat je toe om je "
|
|
"websitebezoekers\n"
|
|
"live te praten met je operators."
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/public_web/discuss_sidebar_categories_patch.xml:0
|
|
msgid "You have joined this live chat channel"
|
|
msgstr "Je neemt deel aan dit Live Chat-kanaal"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_model_patch.js:0
|
|
msgid "You joined %s."
|
|
msgstr "Je hebt je aangemeld bij %s."
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_model_patch.js:0
|
|
msgid "You left %s."
|
|
msgstr "Je hebt %s verlaten."
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.livechat_email_template
|
|
msgid "at"
|
|
msgstr "om"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/channel_member_list_patch.xml:0
|
|
msgid "country"
|
|
msgstr "land"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.chatbot_script_view_form
|
|
msgid "e.g. \"Meeting Scheduler Bot\""
|
|
msgstr "bijv. \"Vergaderplanner Bot\""
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.chatbot_script_step_view_form
|
|
msgid "e.g. 'How can I help you?'"
|
|
msgstr "bijv. 'Hoe kan ik je helpen?'"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_rule_view_form
|
|
msgid "e.g. /contactus"
|
|
msgstr "bijv. /contactus"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "e.g. Hello, how may I help you?"
|
|
msgstr "bv. Hallo, hoe kan ik je helpen?"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "e.g. Need help? Chat with us."
|
|
msgstr "bv.: Hulp nodig? Chat met ons."
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "e.g. YourWebsite.com"
|
|
msgstr "bv. Jouwwebsite.com"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/channel_invitation_patch.xml:0
|
|
msgid "in a call"
|
|
msgstr "in een oproep"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/public_web/discuss_sidebar_categories_patch.xml:0
|
|
msgid "joined"
|
|
msgstr "Toegetreden"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/common/transcript_sender.xml:0
|
|
msgid "mail@example.com"
|
|
msgstr "mail@example.com"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.livechat_email_template
|
|
msgid "on"
|
|
msgstr "op"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_rule_view_form
|
|
msgid "seconds"
|
|
msgstr "seconden"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_ir_websocket
|
|
msgid "websocket message handling"
|
|
msgstr "websocket berichtverwerking"
|
|
|
|
#~ msgid ""
|
|
#~ "<span groups=\"im_livechat.im_livechat_group_manager\">Configure Channel</"
|
|
#~ "span>\n"
|
|
#~ " <span groups=\"!"
|
|
#~ "im_livechat.im_livechat_group_manager\">View Channel</span>"
|
|
#~ msgstr ""
|
|
#~ "<span groups=\"im_livechat.im_livechat_group_manager\">Kanaal "
|
|
#~ "configureren</span>\n"
|
|
#~ " <span groups=\"!"
|
|
#~ "im_livechat.im_livechat_group_manager\">Kanaal weergeven</span>"
|
|
|
|
#~ msgid " (copy)"
|
|
#~ msgstr " (kopie)"
|
|
|
|
#~ msgid "# of Sessions"
|
|
#~ msgstr "# Sessies"
|
|
|
|
#~ msgid "# of speakers"
|
|
#~ msgstr "# Sprekers"
|
|
|
|
#~ msgid "% Happy"
|
|
#~ msgstr "% Gelukkig"
|
|
|
|
#~ msgid "%s and %s are typing..."
|
|
#~ msgstr "%s en %s zijn aan het typen..."
|
|
|
|
#~ msgid "%s has joined"
|
|
#~ msgstr "%s is lid geworden"
|
|
|
|
#~ msgid "%s is typing..."
|
|
#~ msgstr "%s is aan het typen..."
|
|
|
|
#~ msgid "%s, %s and more are typing..."
|
|
#~ msgstr "%s, %s en meer zijn aan het typen..."
|
|
|
|
#~ msgid ", on the"
|
|
#~ msgstr ", op het"
|
|
|
|
#~ msgid "-------- Show older messages --------"
|
|
#~ msgstr "-------- Toon oude berichten --------"
|
|
|
|
#~ msgid "1 is Monday, 7 is Sunday"
|
|
#~ msgstr "1 is maandag, 7 is zondag"
|
|
|
|
#~ msgid ""
|
|
#~ "<i class=\"fa fa-user\" role=\"img\" aria-label=\"User\" title=\"User\"/>"
|
|
#~ msgstr ""
|
|
#~ "<i class=\"fa fa-user\" role=\"img\" aria-label=\"Gebruiker\" "
|
|
#~ "title=\"Gebruiker\"/>"
|
|
|
|
#~ msgid "<span style=\"font-size: 10px;\">Livechat Conversation</span><br/>"
|
|
#~ msgstr "<span style=\"font-size: 10px;\">Livechat conversatie</span><br/>"
|
|
|
|
#~ msgid "<span>Best regards,</span><br/><br/>"
|
|
#~ msgstr "<span>Met vriendelijke groet,</span><br/><br/>"
|
|
|
|
#~ msgid "<span>Hello,</span><br/>Here's a copy of your conversation with"
|
|
#~ msgstr "<span>Hallo,</span><br/>Hier is een kopie van je gesprek met"
|
|
|
|
#~ msgid ""
|
|
#~ "A session is without answer if the operator did not answer. \n"
|
|
#~ " If the visitor is also the "
|
|
#~ "operator, the session will always be answered."
|
|
#~ msgstr ""
|
|
#~ "Een sessie is zonder antwoorden wanneer de operator niet geantwoord "
|
|
#~ "heeft.\n"
|
|
#~ "Indien de bezoeker ook de operator is zal de sessie altijd beantwoord "
|
|
#~ "zijn."
|
|
|
|
#~ msgid "Anonymous"
|
|
#~ msgstr "Anoniem"
|
|
|
|
#~ msgid "Anonymous Name"
|
|
#~ msgstr "Anonieme naam"
|
|
|
|
#~ msgid "Ask something ..."
|
|
#~ msgstr "Vraag iets ..."
|
|
|
|
#~ msgid "Attendees"
|
|
#~ msgstr "Deelnemers"
|
|
|
|
#~ msgid "Avatar"
|
|
#~ msgstr "Avatar"
|
|
|
|
#~ msgid "Average duration"
|
|
#~ msgstr "Gemiddelde duur"
|
|
|
|
#~ msgid "Average message"
|
|
#~ msgstr "Gemiddeld bericht"
|
|
|
|
#~ msgid "Average time in seconds to give the first answer to the visitor"
|
|
#~ msgstr ""
|
|
#~ "Gemiddelde tijd in seconden om het eerste antwoord te geven aan de "
|
|
#~ "bezoeker"
|
|
|
|
#~ msgid "Average time to give the first answer to the visitor"
|
|
#~ msgstr "Gemiddelde tijd voor de eerste reactie aan de bezoeker"
|
|
|
|
#~ msgid "Bad"
|
|
#~ msgstr "Slecht"
|
|
|
|
#~ msgid ""
|
|
#~ "Canned responses allow you to insert prewritten responses in\n"
|
|
#~ " your messages by typing <i>:shortcut</i>. The shortcut "
|
|
#~ "is\n"
|
|
#~ " replaced directly in your message, so that you can still "
|
|
#~ "edit\n"
|
|
#~ " it before sending."
|
|
#~ msgstr ""
|
|
#~ "Met standaard antwoorden kan je voorgeschreven reacties toevoegen in\n"
|
|
#~ "je berichten door <i>:snelkoppeling</i> te typen. De snelkoppeling is\n"
|
|
#~ "direct vervangen in je bericht, zodat jij het nog kan bewerken\n"
|
|
#~ "voordat het verzonden wordt."
|
|
|
|
#~ msgid "Channel Header Color"
|
|
#~ msgstr "Kanaalkop kleur"
|
|
|
|
#~ msgid "Channel Rules"
|
|
#~ msgstr "Kanaalregels"
|
|
|
|
#~ msgid "Chat Input Placeholder"
|
|
#~ msgstr "Chat invoer placeholder"
|
|
|
|
#~ msgid "Chat with one of our collaborators"
|
|
#~ msgstr "Chat met een van onze werknemers"
|
|
|
|
#~ msgid "Close chat window"
|
|
#~ msgstr "Chatvenster sluiten"
|
|
|
|
#~ msgid "Close conversation"
|
|
#~ msgstr "Gesprek sluiten"
|
|
|
|
#~ msgid "Code"
|
|
#~ msgstr "Code"
|
|
|
|
#~ msgid "Conversation Sent"
|
|
#~ msgstr "Gesprek verzonden"
|
|
|
|
#~ msgid "Conversation ended..."
|
|
#~ msgstr "Gesprek beëindigd..."
|
|
|
|
#~ msgid ""
|
|
#~ "Copy and paste this code into your website, within the <head> tag:"
|
|
#~ msgstr ""
|
|
#~ "Kopieer en plak deze code in je website, binnenin de <head> tag:"
|
|
|
|
#~ msgid "Create a channel and start chatting to fill up your history."
|
|
#~ msgstr ""
|
|
#~ "Maak een kanaal aan en begin te chatten om je geschiedenis te vullen."
|
|
|
|
#~ msgid "Create a new canned response"
|
|
#~ msgstr "Maak een nieuw standaard antwoord aan"
|
|
|
|
#~ msgid "Creation Date"
|
|
#~ msgstr "Aanmaakdatum"
|
|
|
|
#~ msgid "Creation date"
|
|
#~ msgstr "Aanmaakdatum"
|
|
|
|
#~ msgid "Creation date (hour)"
|
|
#~ msgstr "Aanmaakdatum (uur)"
|
|
|
|
#~ msgid "Customer Ratings"
|
|
#~ msgstr "Klantenbeoordelingen"
|
|
|
|
#~ msgid "Day Number"
|
|
#~ msgstr "Dag nummer"
|
|
|
|
#~ msgid "Days of activity"
|
|
#~ msgstr "Dagen van activiteit"
|
|
|
|
#~ msgid "Default text displayed on the Livechat Support Button"
|
|
#~ msgstr "Standaard tekst die getoond wordt op de LiveChat ondersteuning knop"
|
|
|
|
#~ msgid ""
|
|
#~ "Define rules for your live support channel. You can apply an action for "
|
|
#~ "the given URL, and per country.<br/>To identify the country, GeoIP must "
|
|
#~ "be installed on your server, otherwise, the countries of the rule will "
|
|
#~ "not be taken into account."
|
|
#~ msgstr ""
|
|
#~ "Bepaal regels voor je live ondersteuningskanaal. Je kan een actie "
|
|
#~ "toepassen voor de opgegeven URL, en per land.<br/>Om het land te "
|
|
#~ "identificeren, moet GeoIP op je server worden geïnstalleerd, anders wordt "
|
|
#~ "er geen rekening gehouden met de landen ingesteld in de regel."
|
|
|
|
#~ msgid "Duration of the conversation (in seconds)"
|
|
#~ msgstr "Duur van de conversatie (in seconden)"
|
|
|
|
#~ msgid "Enable the bot only if there is no operator available"
|
|
#~ msgstr "Schakel de bot alleen in als er geen operator beschikbaar is"
|
|
|
|
#~ msgid "Enabled only if no operator"
|
|
#~ msgstr "Alleen ingeschakeld als er geen operator is"
|
|
|
|
#~ msgid ""
|
|
#~ "For websites built with the Odoo CMS, go to Website > Configuration "
|
|
#~ "> Settings and select the Website Live Chat Channel you want to add to "
|
|
#~ "your website."
|
|
#~ msgstr ""
|
|
#~ "Voor websites die zijn gebouwd met het Odoo CMS, ga naar Website > "
|
|
#~ "Configuratie > Instellingen en selecteer het Live Chat-kanaal voor de "
|
|
#~ "website dat je aan je website wilt toevoegen."
|
|
|
|
#~ msgid "Good"
|
|
#~ msgstr "Goed"
|
|
|
|
#~ msgid "Group By..."
|
|
#~ msgstr "Groeperen op..."
|
|
|
|
#~ msgid "Have a Question? Chat with us."
|
|
#~ msgstr "Heb je een vraag? Chat met ons."
|
|
|
|
#~ msgid "How to use the Website Live Chat widget?"
|
|
#~ msgstr "Hoe de website live chat widget te gebruiken?"
|
|
|
|
#~ msgid "Invalid email address"
|
|
#~ msgstr "Ongeldig e-mailadres"
|
|
|
|
#~ msgid "Is category livechat open"
|
|
#~ msgstr "Is categorie livechat open"
|
|
|
|
#~ msgid "Is livechat ongoing?"
|
|
#~ msgstr "Is livechat bezig?"
|
|
|
|
#~ msgid "Is visitor anonymous"
|
|
#~ msgstr "Is anonieme bezoeker"
|
|
|
|
#~ msgid "Last 24h"
|
|
#~ msgstr "Laatste 24u"
|
|
|
|
#~ msgid "Listeners of a Channel"
|
|
#~ msgstr "Luisteraars van het kanaal"
|
|
|
|
#~ msgid "Livechat Button"
|
|
#~ msgstr "Livechat knop"
|
|
|
|
#~ msgid "Livechat Button Color"
|
|
#~ msgstr "Kleur livechat knop"
|
|
|
|
#~ msgid ""
|
|
#~ "Livechat Support Channel Statistics allows you to easily check and "
|
|
#~ "analyse your company livechat session performance. Extract information "
|
|
#~ "about the missed sessions, the audience, the duration of a session, etc."
|
|
#~ msgstr ""
|
|
#~ "Met Livechat-ondersteuningskanaalstatistieken kun je eenvoudig de "
|
|
#~ "prestaties van de livechat-sessies van je bedrijf controleren en "
|
|
#~ "analyseren. Extraheer informatie over de gemiste sessies, het publiek, de "
|
|
#~ "duur van een sessie, enz."
|
|
|
|
#~ msgid "Livechat Support Operator Report"
|
|
#~ msgstr "Livechat Ondersteuning operator rapportage"
|
|
|
|
#~ msgid "Livechat Window"
|
|
#~ msgstr "Livechat Scherm"
|
|
|
|
#~ msgid "Livechat session is active until visitor leaves the conversation."
|
|
#~ msgstr "Livechat-sessie is actief totdat de bezoeker het gesprek verlaat."
|
|
|
|
#~ msgid "Loading older messages..."
|
|
#~ msgstr "Oudere berichten laden..."
|
|
|
|
#~ msgid "Missed sessions"
|
|
#~ msgstr "Gemiste sessies"
|
|
|
|
#~ msgid "New messages"
|
|
#~ msgstr "Nieuwe berichten"
|
|
|
|
#~ msgid "No customer ratings on live chat session yet"
|
|
#~ msgstr "Nog geen klantenbeoordeling op de live chat sessie"
|
|
|
|
#~ msgid "No operator available"
|
|
#~ msgstr "Geen operator beschikbaar"
|
|
|
|
#~ msgid "Note by"
|
|
#~ msgstr "Notitie door"
|
|
|
|
#~ msgid "Number of days since the first session of the operator"
|
|
#~ msgstr "Aantal dagen sinds de eerste sessie van de operator"
|
|
|
|
#~ msgid "Number of different speakers"
|
|
#~ msgstr "Aantal verschillende sprekers"
|
|
|
|
#~ msgid "OK"
|
|
#~ msgstr "OK"
|
|
|
|
#~ msgid "Online Chat Name"
|
|
#~ msgstr "Online chatnaam"
|
|
|
|
#~ msgid "Oops! Something went wrong."
|
|
#~ msgstr "Oeps! Er is iets misgegaan."
|
|
|
|
#~ msgid "Open automatically timer"
|
|
#~ msgstr "Automatisch de timer openen"
|
|
|
|
#~ msgid "Operator Analysis"
|
|
#~ msgstr "Operatoranalyse"
|
|
|
|
#~ msgid ""
|
|
#~ "Operators\n"
|
|
#~ " <br/>\n"
|
|
#~ " <i class=\"fa fa-comments\" "
|
|
#~ "role=\"img\" aria-label=\"Comments\" title=\"Comments\"/>"
|
|
#~ msgstr ""
|
|
#~ "Operators\n"
|
|
#~ " <br/>\n"
|
|
#~ " <i class=\"fa fa-comments\" "
|
|
#~ "role=\"img\" aria-label=\"Opmerkingen\" title=\"Opmerkingen\"/>"
|
|
|
|
#~ msgid ""
|
|
#~ "Operators that do not show any activity In Odoo for more than 30 minutes "
|
|
#~ "will be considered as disconnected."
|
|
#~ msgstr ""
|
|
#~ "Operators die geen activiteiten toont in Odoo voor meer dan 30 minuten "
|
|
#~ "wordt beschouwd als niet meer verbonden."
|
|
|
|
#~ msgid "Please call me on: "
|
|
#~ msgstr "Bel me alsjeblieft op: "
|
|
|
|
#~ msgid "Please check your internet connection."
|
|
#~ msgstr "Controleer je internetverbinding."
|
|
|
|
#~ msgid "Please contact me on: "
|
|
#~ msgstr "Neem dan contact met mij op: "
|
|
|
|
#~ msgid "Please wait"
|
|
#~ msgstr "Even geduld"
|
|
|
|
#~ msgid "Please wait..."
|
|
#~ msgstr "Even geduld..."
|
|
|
|
#~ msgid "Rating: %s"
|
|
#~ msgstr "Beoordeling: %s"
|
|
|
|
#~ msgid "Ratings for livechat channel"
|
|
#~ msgstr "Beoordeling voor livechat kanaal"
|
|
|
|
#~ msgid "Report"
|
|
#~ msgstr "Rapport"
|
|
|
|
#~ msgid "Restart"
|
|
#~ msgstr "Herstarten"
|
|
|
|
#~ msgid "Session Statistics"
|
|
#~ msgstr "Sessie statistieken"
|
|
|
|
#~ msgid "Session expired... Please refresh and try again."
|
|
#~ msgstr "Sessie verlopen ... Vernieuw de pagina en probeer het opnieuw."
|
|
|
|
#~ msgid "Session not rated"
|
|
#~ msgstr "Sessie niet beoordeeld"
|
|
|
|
#~ msgid "Session(s) without answer"
|
|
#~ msgstr "Sessie(s) zonder antwoord"
|
|
|
|
#~ msgid "Sessions History"
|
|
#~ msgstr "Sessie geschiedenis"
|
|
|
|
#~ msgid "Text that prompts the user to initiate the chat."
|
|
#~ msgstr "Tekst die de gebruiker vraagt om de chat te beginnen."
|
|
|
|
#~ msgid "There is no rating for this channel at the moment"
|
|
#~ msgstr "Er is geen beoordeling voor dit kanaal momenteel"
|
|
|
|
#~ msgid "This Week"
|
|
#~ msgstr "Deze week"
|
|
|
|
#~ msgid "Time to answer"
|
|
#~ msgstr "Tijd om te beantwoorden"
|
|
|
|
#~ msgid "Today"
|
|
#~ msgstr "Vandaag"
|
|
|
|
#~ msgid "Treated sessions"
|
|
#~ msgstr "Behandelde sessies"
|
|
|
|
#~ msgid "Try again"
|
|
#~ msgstr "Opnieuw proberen"
|
|
|
|
#~ msgid ""
|
|
#~ "Type <b>:shortcut</b> to insert a canned response in your message.<br>"
|
|
#~ msgstr ""
|
|
#~ "Typ <b>:shortcut</b> om een standaardantwoord in je bericht in te voegen."
|
|
#~ "<br>"
|
|
|
|
#~ msgid ""
|
|
#~ "Use canned responses to define templates of messages in the livechat app. "
|
|
#~ "To load a canned response, start your sentence with ':' and select the "
|
|
#~ "template."
|
|
#~ msgstr ""
|
|
#~ "Gebruik standaardantwoorden om sjablonen van berichten in de livechat-app "
|
|
#~ "te definiëren. Om een standaardantwoord te laden, begint je je zin met "
|
|
#~ "':' en selecteert je de sjabloon."
|
|
|
|
#~ msgid "Visitor has left the conversation."
|
|
#~ msgstr "Bezoeker heeft het gesprek verlaten."
|
|
|
|
#~ msgid "Visitor is Happy"
|
|
#~ msgstr "Bezoeker is gelukkig"
|
|
|
|
#~ msgid "Website Live Chat Channels"
|
|
#~ msgstr "Website live chat kanalen"
|
|
|
|
#~ msgid "Yesterday"
|
|
#~ msgstr "Gisteren"
|
|
|
|
#~ msgid "Your chatter history is empty"
|
|
#~ msgstr "Je chatgeschiedenis is leeg"
|
|
|
|
#~ msgid "chatbot_image"
|
|
#~ msgstr "chatbot_image"
|
|
|
|
#~ msgid "is typing"
|
|
#~ msgstr "is aan het typen"
|
|
|
|
#~ msgid ""
|
|
#~ "or copy this url and send it by email to your customers or suppliers:"
|
|
#~ msgstr ""
|
|
#~ "of kopieer deze URL en stuur deze via e-mail naar je klanten of "
|
|
#~ "leveranciers:"
|
|
|
|
#~ msgid "read less"
|
|
#~ msgstr "lees minder"
|
|
|
|
#~ msgid "read more"
|
|
#~ msgstr "lees meer"
|
|
|
|
#~ msgid "{{author_name}}"
|
|
#~ msgstr "{{author_name}}"
|