mirror of
https://github.com/bringout/oca-ocb-mail.git
synced 2026-04-24 15:42:02 +02:00
3696 lines
141 KiB
Text
3696 lines
141 KiB
Text
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * im_livechat
|
|
#
|
|
# Translators:
|
|
# Grażyna Grzelak <grazyna.grzelak@openglobe.pl>, 2022
|
|
# Grzegorz Krukar <grzegorzgk1@gmail.com>, 2022
|
|
# Wiktor Kaźmierczak <wik92tor@wp.pl>, 2022
|
|
# Natalia Gros <nag@odoo.com>, 2022
|
|
# Andrzej Wiśniewski <a.wisniewski@hadron.eu.com>, 2022
|
|
# Maja Stawicka <mjstwck@wp.pl>, 2022
|
|
# Karol Rybak <karolrybak85@gmail.com>, 2022
|
|
# Marcin Młynarczyk <mlynarczyk@gmail.com>, 2022
|
|
# Piotr Cierkosz <piotr.w.cierkosz@gmail.com>, 2022
|
|
# Tomasz Leppich <t.leppich@gmail.com>, 2022
|
|
# Dariusz Żbikowski <darek@krokus.com.pl>, 2022
|
|
# Wojciech Warczakowski <w.warczakowski@gmail.com>, 2022
|
|
# Paweł Wodyński <pw@myodoo.pl>, 2022
|
|
# Radosław Biegalski <radoslaw.biegalski@openglobe.pl>, 2022
|
|
# Mariusz, 2022
|
|
# Grzegorz Grzelak <grzegorz.grzelak@openglobe.pl>, 2022
|
|
# Piotr Szlązak <szlazakpiotr@gmail.com>, 2022
|
|
# Piotr Strębski <strebski@gmail.com>, 2022
|
|
# Martin Trigaux, 2022
|
|
# Łukasz Grzenkowicz <lukasz.grzenkowicz@gmail.com>, 2022
|
|
# Krzysztof Przygoda, 2022
|
|
# Judyta Kaźmierczak <judyta.kazmierczak@openglobe.pl>, 2022
|
|
# Maksym <ms@myodoo.pl>, 2023
|
|
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
|
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
|
# "Marta (wacm)" <wacm@odoo.com>, 2025, 2026.
|
|
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 14:45+0000\n"
|
|
"Last-Translator: \"Marta (wacm)\" <wacm@odoo.com>\n"
|
|
"Language-Team: Polish <https://translate.odoo.com/projects/odoo-19/"
|
|
"im_livechat/pl/>\n"
|
|
"Language: pl\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && "
|
|
"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || "
|
|
"(n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
|
"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\" nie jest prawidłowym adresem email."
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_list
|
|
msgid "# Messages"
|
|
msgstr "# Wiadomości"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__rating_count
|
|
msgid "# Ratings"
|
|
msgstr "# Ocen"
|
|
|
|
#. 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 "# wiadomości na sesję"
|
|
|
|
#. 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 "# sesji z połączeniami"
|
|
|
|
#. 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 "# sesji z połączeniami"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_pivot
|
|
msgid "# of calls"
|
|
msgstr "# połączeń"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_digest_digest__kpi_livechat_rating
|
|
msgid "% of Happiness"
|
|
msgstr "% zadowolenia"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/models/chatbot_script_step.py:0
|
|
msgid "%(title)s - Step %(sequence)d"
|
|
msgstr "%(title)s - Krok %(sequence)d"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/models/chatbot_script.py:0
|
|
msgid "%s (copy)"
|
|
msgstr "%s (kopia)"
|
|
|
|
#. 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\" nie wydaje się być prawidłowym adresem email. Możesz "
|
|
"spróbować jeszcze raz?"
|
|
|
|
#. 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 ""
|
|
"* \"Pokaż\" wyświetla przycisk czatu na stronach.\n"
|
|
"* \"Pokaż z powiadomieniem\" to \"Pokaż\" z dodatkiem tekstu unoszącego się "
|
|
"zaraz obok przycisku\n"
|
|
"* \"Otwórz automatycznie\" wyświetla przycisk i automatycznie otwiera panel "
|
|
"konwersacji.\n"
|
|
"* \"Schowaj\" ukrywa przycisk czatu na stronach.\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=\"Procent pozytywnych ocen\" "
|
|
"role=\"img\" aria-label=\"Zadowolona twarz\"/>"
|
|
|
|
#. 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\"/>Powrót do trybu edycji"
|
|
|
|
#. 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=\"Usuń operatora\" 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\">Kraj: </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\">Zadowolony</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\">Sesje</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>Trwające sesje:</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>Przypomnienie: Ten krok będzie rozegrany tylko jeśli żaden operator "
|
|
"nie jest dostępny.</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>Wskazówka: Potrzebna jest przynajmniej jedna interakcja (pytanie, "
|
|
"email, ...) zanim Bot będzie mógł wykonać bardziej złożone akcje (przekaż "
|
|
"operatorowi, ...). </span>\n"
|
|
" <span>Użyj zasad kanału jeśli chcesz, aby Bot wchodził w "
|
|
"interakcję z osobami odwiedzającymi tylko kiedy żaden operator nie jest "
|
|
"dostępny.</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>Wskazówka: Potrzebna jest przynajmniej jedna interakcja (pytanie, "
|
|
"email, ...) zanim Bot będzie mógł wykonać bardziej złożone akcje (przekaż "
|
|
"operatorowi, ...).</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>Wskazówka: Zaplanuj dalsze kroki dla Bota w razie gdyby żaden operator "
|
|
"nie był dostępny.</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>Obecnie testujesz</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 "Mail.message może być połączona tylko z jedną wiadomością czat bota"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_res_groups
|
|
msgid "Access Groups"
|
|
msgstr "Grupy dostępu"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__message_needaction
|
|
msgid "Action Needed"
|
|
msgstr "Wymagane działanie"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__active
|
|
msgid "Active"
|
|
msgstr "Aktywne"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/expertise_tags_autocomplete.js:0
|
|
msgid "Add expertise"
|
|
msgstr "Dodaj ekspertyzę"
|
|
|
|
#. 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 "Dodaj następujący kod do sekcji <head> na swojej stronie:"
|
|
|
|
#. 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 "Tutaj dodaj swoje notatki..."
|
|
|
|
#. module: im_livechat
|
|
#: model:res.groups,name:im_livechat.im_livechat_group_manager
|
|
msgid "Administrator"
|
|
msgstr "Administrator"
|
|
|
|
#. 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 "Ekspertyza agenta"
|
|
|
|
#. 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 "Agenci"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_agent_history_ids
|
|
msgid "Agents (History)"
|
|
msgstr "Agenci (Historia)"
|
|
|
|
#. 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 ""
|
|
"Agenci, którzy są nieaktywni w Odoo przez więcej niż 30 minut będą uważani "
|
|
"za rozłączonych."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.ui.menu,name:im_livechat.menu_livechat_all_conversations
|
|
msgid "All Conversations"
|
|
msgstr "Wszystkie konwersacje"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_rule_view_form
|
|
msgid "All countries"
|
|
msgstr "Wszystkie kraje"
|
|
|
|
#. 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 ""
|
|
"Alternatywnie, udostępnij ten URL swoim klientom lub dostawcom przez email:"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_channel_rule__chatbot_enabled_condition__always
|
|
msgid "Always"
|
|
msgstr "Zawsze"
|
|
|
|
#. 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 "Wystąpił błąd. Spróbuj ponownie."
|
|
|
|
#. 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 "I tadaaaa, proszę bardzo! 🌟"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_answer__name
|
|
msgid "Answer"
|
|
msgstr "Odpowiedź"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_step__answer_ids
|
|
msgid "Answers"
|
|
msgstr "Odpowiedzi"
|
|
|
|
#. 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 "Zarchiwizowane"
|
|
|
|
#. 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 "Czy jesteś w matriksie?"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__message_attachment_count
|
|
msgid "Attachment Count"
|
|
msgstr "Liczba załączników"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__available_operator_ids
|
|
msgid "Available Operator"
|
|
msgstr "Dostępny operator"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__avatar_128
|
|
msgid "Avatar 128"
|
|
msgstr "Awatar 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 "Średnia ocena"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__rating_avg_percentage
|
|
msgid "Average Rating (%)"
|
|
msgstr "Średnia ocena (%)"
|
|
|
|
#. 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 ""
|
|
"Średni czas w godzinach na udzielenie pierwszej odpowiedzi odwiedzającemu"
|
|
|
|
#. 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 "Operator Bota"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_bot_partner_ids
|
|
msgid "Bots"
|
|
msgstr "Boty"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_bot_history_ids
|
|
msgid "Bots (History)"
|
|
msgstr "Boty (Historia)"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__button_background_color
|
|
msgid "Button Background Color"
|
|
msgstr "Kolor tła przycisków"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Button Colors"
|
|
msgstr "Kolory przycisków"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__button_text_color
|
|
msgid "Button Text Color"
|
|
msgstr "Kolor tekstu przycisków"
|
|
|
|
#. 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 "Czas trwania połączenia"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__call_history_ids
|
|
msgid "Call History"
|
|
msgstr "Historia połączeń"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.ui.menu,name:im_livechat.canned_responses
|
|
msgid "Canned Responses"
|
|
msgstr "Szybkie odpowiedzi"
|
|
|
|
#. 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 ""
|
|
"Nie można stworzyć historii, ponieważ jest dostępna jedynie dla czatów na "
|
|
"żywo: %(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 "Kanał"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_discuss_channel_member
|
|
msgid "Channel Member"
|
|
msgstr "Członek Kanału"
|
|
|
|
#. 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 "Nazwa kanału"
|
|
|
|
#. 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 "Zasada kanału"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__channel_type
|
|
msgid "Channel Type"
|
|
msgstr "Typ kanału"
|
|
|
|
#. 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 "Kanały"
|
|
|
|
#. 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 ""
|
|
"Czat między dwiema osobami jest prywatny i unikalny. Grupa jest prywatna "
|
|
"wśród osób zaproszonych. Do kanału można dołączać bez ograniczeń (w "
|
|
"zależności od jego ustawień)."
|
|
|
|
#. 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 "Czatbot"
|
|
|
|
#. 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 "Odpowiedzi czatbota"
|
|
|
|
#. 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 "Odpowiedzi czatbota (ciąg)"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__chatbot_current_step_id
|
|
msgid "Chatbot Current Step"
|
|
msgstr "Krok bieżący czatbota"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_chatbot_message
|
|
msgid "Chatbot Message"
|
|
msgstr "Wiadomość czatbota"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__chatbot_message_ids
|
|
msgid "Chatbot Messages"
|
|
msgstr "Wiadomości czatbota"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.chatbot_script_view_form
|
|
msgid "Chatbot Name"
|
|
msgstr "Nazwa czatbota"
|
|
|
|
#. 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 "Skrypt czatbota"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_chatbot_script_answer
|
|
msgid "Chatbot Script Answer"
|
|
msgstr "Odpowiedź skryptu czatbota"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_chatbot_script_step
|
|
msgid "Chatbot Script Step"
|
|
msgstr "Krok skryptu czatbota"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_message__script_step_id
|
|
msgid "Chatbot Step"
|
|
msgstr "Krok czatbota"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_info_list.xml:0
|
|
msgid "Chatbot answers"
|
|
msgstr "Odpowiedzi czatbota"
|
|
|
|
#. 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 "Czatboty"
|
|
|
|
#. 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 ""
|
|
"Wybierz kanał czatu na żywo, który chcesz wyświetlać na swojej stronie."
|
|
|
|
#. 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 "Zamknij"
|
|
|
|
#. 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 "Zamknięta sesja czatu na żywo nie powinna mieć statusu."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_conversation_tag__color
|
|
msgid "Color"
|
|
msgstr "Kolor"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_tree
|
|
msgid "Comment"
|
|
msgstr "Komentarz"
|
|
|
|
#. 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 "Liczba równoczesnych sesji powinna być większa niż zero."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.ui.menu,name:im_livechat.livechat_config
|
|
msgid "Configuration"
|
|
msgstr "Konfiguracja"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_kanban
|
|
msgid "Configure Channel"
|
|
msgstr "Skonfiguruj kanał"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_res_partner
|
|
msgid "Contact"
|
|
msgstr "Kontakt"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/embed/common/chat_window_patch.xml:0
|
|
msgid "Continue"
|
|
msgstr "Kontynuuj"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__channel_id
|
|
msgid "Conversation"
|
|
msgstr "Konwersacja"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/thread_model_patch.js:0
|
|
msgid "Conversation has ended"
|
|
msgstr "Konwersacja dobiegła końca"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/models/discuss_channel.py:0
|
|
msgid "Conversation with %s"
|
|
msgstr "Rozmowa z %s"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_digest_digest__kpi_livechat_conversations
|
|
msgid "Conversations handled"
|
|
msgstr "Rozmowy przeprowadzone"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_rule__country_ids
|
|
msgid "Countries"
|
|
msgstr "Kraje"
|
|
|
|
#. 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 "Kraj"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_info_list.xml:0
|
|
msgid "Country & Language"
|
|
msgstr "Kraj i język"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__country_id
|
|
msgid "Country of the visitor"
|
|
msgstr "Kraj odwiedzającego"
|
|
|
|
#. 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 "Kraj odwiedzającego kanał"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_kanban
|
|
msgid "Country:"
|
|
msgstr "Kraj:"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_conversation_tag_edit.xml:0
|
|
msgid "Create"
|
|
msgstr "Utwórz"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.actions.act_window,help:im_livechat.chatbot_script_action
|
|
msgid "Create a Chatbot"
|
|
msgstr "Utwórz czatbota"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,website_form_label:im_livechat.model_res_partner
|
|
msgid "Create a Customer"
|
|
msgstr "Utwórz klienta"
|
|
|
|
#. 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 "Utworzył(a)"
|
|
|
|
#. 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 "Data utworzenia"
|
|
|
|
#. 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 "Klient"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_customer_guest_ids
|
|
msgid "Customers (Guests)"
|
|
msgstr "Klienci (Goście)"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_customer_history_ids
|
|
msgid "Customers (History)"
|
|
msgstr "Klienci (Historia)"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_customer_partner_ids
|
|
msgid "Customers (Partners)"
|
|
msgstr "Klienci (Partnerzy)"
|
|
|
|
#. 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 "Data"
|
|
|
|
#. 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 "Data:"
|
|
|
|
#. 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 "Data: ostatni miesiąc"
|
|
|
|
#. 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 "Data: ostatni tydzień"
|
|
|
|
#. 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 "Dzień tygodnia"
|
|
|
|
#. 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 "Dzień tygodnia"
|
|
|
|
#. 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 "Domyślny kolor tła przycisku czatu"
|
|
|
|
#. 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 "Domyślny kolor tła nagłówka kanału otwartego"
|
|
|
|
#. 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 "Domyślny kolor tekstu przycisku czatu"
|
|
|
|
#. 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 "Domyślny kolor tytułu raz otwartego kanału"
|
|
|
|
#. 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 "Zdefiniuj nowy kanał czatu na żywo na stronie internetowej"
|
|
|
|
#. 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 ""
|
|
"Opóźnienie (w sekundach) do automatycznego otwarcia okna rozmowy. Uwaga: "
|
|
"wybrana akcja musi mieć wartość \"Otwórz automatycznie\" w przeciwnym razie "
|
|
"ten parametr nie będzie brany pod uwagę."
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_list
|
|
msgid "Description"
|
|
msgstr "Opis"
|
|
|
|
#. 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 "Czy odpowiedzieliśmy na Twoje pytanie?"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_digest_digest
|
|
msgid "Digest"
|
|
msgstr "Podsumowanie"
|
|
|
|
#. 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 "Dyskusje"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_conversation_tag__conversation_ids
|
|
msgid "Discuss Channels"
|
|
msgstr "Kanały dyskusji"
|
|
|
|
#. module: im_livechat
|
|
#: model:chatbot.script.answer,name:im_livechat.chatbot_script_answer_discuss_livechat_demo
|
|
msgid "Discuss and Livechat"
|
|
msgstr "Dyskusje i czat na żywo"
|
|
|
|
#. 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 "Kanał dyskusyjny"
|
|
|
|
#. 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 "Nazwa wyświetlana"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Do not redirect visitors"
|
|
msgstr "Nie przekierowuj odwiedzających"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_info_list.xml:0
|
|
msgid "Download"
|
|
msgstr "Pobierz"
|
|
|
|
#. 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 "Pobierz kopię tej konwersacji"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/embed/common/livechat_button.xml:0
|
|
msgid "Drag to Move"
|
|
msgstr "Przeciągnij aby przenieść"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__duration
|
|
msgid "Duration"
|
|
msgstr "Czas trwania"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__duration
|
|
msgid "Duration (min)"
|
|
msgstr "Czas trwania (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 "Czas trwania konwersacji (w minutach)"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_discuss_channel__duration
|
|
msgid "Duration of the session in hours"
|
|
msgstr "Czas trwania sesji w godzinach"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_kanban
|
|
msgid "Duration:"
|
|
msgstr "Czas trwania:"
|
|
|
|
#. 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 "Email: "
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_rule__chatbot_enabled_condition
|
|
msgid "Enable ChatBot"
|
|
msgstr "Aktywuj ChatBot"
|
|
|
|
#. 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 "Eskalowano"
|
|
|
|
#. 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 "Ekspertyza"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_kanban
|
|
msgid "Expertise:"
|
|
msgstr "Ekspertyza:"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_list
|
|
msgid "Expertises"
|
|
msgstr "Ekspertyzy"
|
|
|
|
#. 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 "Ekspertyzy wykorzystane w tej sesji"
|
|
|
|
#. 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 "Ekspertyzy wykorzystane w tej sesji (ciąg)"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/embed/common/feedback_panel/feedback_panel.xml:0
|
|
msgid "Explain your note"
|
|
msgstr "Wyjaśnij swoją notatkę"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "FOR OTHER WEBSITES"
|
|
msgstr "DLA INNYCH STRON"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "FOR WEBSITES BUILT WITH ODOO"
|
|
msgstr "DLA STRON STWORZONYCH Z ODOO"
|
|
|
|
#. 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 "Nieprawidłowy pierwszy krok"
|
|
|
|
#. 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 "Operator pierwszego kroku"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__first_step_warning
|
|
msgid "First Step Warning"
|
|
msgstr "Ostrzeżenie przed pierwszym krokiem"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__message_follower_ids
|
|
msgid "Followers"
|
|
msgstr "Obserwatorzy"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__message_partner_ids
|
|
msgid "Followers (Partners)"
|
|
msgstr "Obserwatorzy (partnerzy)"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__chatbot_script_step__step_type__forward_operator
|
|
msgid "Forward to Operator"
|
|
msgstr "Przekaż operatorowi"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__chatbot_script_step__step_type__free_input_single
|
|
msgid "Free Input"
|
|
msgstr "Pole do wprowadzania dowolnego tekstu"
|
|
|
|
#. 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 "Pole do wprowadzania dowolnego tekstu (wielowierszowego)"
|
|
|
|
#. 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 "Piątek"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/embed/common/chat_window_patch.xml:0
|
|
msgid "Give your feedback"
|
|
msgstr "Wyraź swoją opinię"
|
|
|
|
#. 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 ""
|
|
"Nakazano znalezienie pasującej reguły. Jeśli 2 reguły są pasujące dla danego "
|
|
"adresu url/kraju, zostanie wybrana ta o najniższej sekwencji."
|
|
|
|
#. 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 ""
|
|
"Przejdź na <strong>Stronę internetową</strong> > <strong>Konfigurację</"
|
|
"strong> > <strong>Ustawienia</strong> > <strong>Email</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 "Przejdź do sesji"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__guest_id
|
|
msgid "Guest"
|
|
msgstr "Gość"
|
|
|
|
#. 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 "Obsługiwane przez agenta"
|
|
|
|
#. 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 "Obsługiwane przez bota"
|
|
|
|
#. 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 "Zadowolony"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__has_call
|
|
msgid "Has Call"
|
|
msgstr "Ma połączenie"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__has_message
|
|
msgid "Has Message"
|
|
msgstr "Ma wiadomość"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_users__has_access_livechat
|
|
msgid "Has access to Livechat"
|
|
msgstr "Ma dostęp do czatu na żywo"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__header_background_color
|
|
msgid "Header Background Color"
|
|
msgstr "Kolor tła nagłówka"
|
|
|
|
#. module: im_livechat
|
|
#: model:im_livechat.channel,default_message:im_livechat.im_livechat_channel_data
|
|
msgid "Hello, how may I help you?"
|
|
msgstr "Dzień dobry, w czym mogę pomóc?"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_channel_member_history__help_status__provided
|
|
msgid "Help Provided"
|
|
msgstr "Pomoc udzielona"
|
|
|
|
#. 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 "Pomoc udzielona (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 "Poproszono o pomoc"
|
|
|
|
#. 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 "Poproszono o pomoc (Agent)"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__help_status
|
|
msgid "Help Status"
|
|
msgstr "Status pomocy"
|
|
|
|
#. 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 ""
|
|
"Pomóż innym, poprzez łączenie zapytań od kolegów z zespołu, lub oznacz swoją "
|
|
"własną konwersację, jako wymagającą pomocy."
|
|
|
|
#. 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 "Oto kopia Twoich konwersacji z"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_channel_rule__action__hide_button
|
|
msgid "Hide"
|
|
msgstr "Ukryj"
|
|
|
|
#. 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 "Historia"
|
|
|
|
#. 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 ""
|
|
"Historia powinna być powiązana albo z partnerem albo z gościem, ale nie z "
|
|
"obojgiem"
|
|
|
|
#. 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, sprawdzę, czy znajdę kogoś kto mógłby Ci w tym pomóc..."
|
|
|
|
#. 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 "Godzina dnia"
|
|
|
|
#. 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 "Godzina zaczęcia sesji"
|
|
|
|
#. 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 "Jak mogę pomóc?"
|
|
|
|
#. 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 ""
|
|
"Ojej, wygląda na to, że żaden z naszych operatorów nie jest dostępny 🙁"
|
|
|
|
#. 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 "Tylko się rozglądam"
|
|
|
|
#. 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 "Szukam waszej dokumentacji"
|
|
|
|
#. 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 "Mam pytanie dotyczące cennika"
|
|
|
|
#. 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 odpowiedzi scenariusza. Przydatne w przypadku statystyk, kiedy odpowiedź "
|
|
"jest usunięta."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_discuss_channel__message_needaction
|
|
msgid "If checked, new messages require your attention."
|
|
msgstr "Jeśli zaznaczone, nowe wiadomości wymagają twojej uwagi."
|
|
|
|
#. 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 ""
|
|
"Jeśli zaznaczone, niektóre wiadomości napotkały błędy podczas doręczenia."
|
|
|
|
#. 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 ""
|
|
"Jeśli ograniczone, operatorzy będą obsługiwać tylko wybraną liczbę sesji na "
|
|
"raz."
|
|
|
|
#. 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 "Jeśli potrzebujesz czegoś jeszcze, zapraszamy do ponownego kontaktu."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__image_1920
|
|
msgid "Image"
|
|
msgstr "Obraz"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__image_1024
|
|
msgid "Image 1024"
|
|
msgstr "Obraz 1024"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__image_128
|
|
msgid "Image 128"
|
|
msgstr "Obraz 128"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__image_256
|
|
msgid "Image 256"
|
|
msgstr "Obraz 256"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__image_512
|
|
msgid "Image 512"
|
|
msgstr "Obraz 512"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_search
|
|
msgid "In Call"
|
|
msgstr "Prowadzi rozmowę"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/views/boolean_phone/boolean_phone.xml:0
|
|
msgid "In a Call"
|
|
msgstr "Prowadzi rozmowę"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/views/boolean_phone/boolean_phone.js:0
|
|
msgid "In call"
|
|
msgstr "Prowadzi rozmowę"
|
|
|
|
#. 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 "W toku"
|
|
|
|
#. 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 "Informacja"
|
|
|
|
#. 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 ""
|
|
"Nieprawidłowy URL '%s'. Link oceny musi się zaczynać od 'http://' or "
|
|
"'https://'."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__message_is_follower
|
|
msgid "Is Follower"
|
|
msgstr "Jest obserwatorem"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_step__is_forward_operator
|
|
msgid "Is Forward Operator"
|
|
msgstr "Operator przekierowujący"
|
|
|
|
#. 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 "Jest podrzędny do operatora dalszego przekazywania"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_is_escalated
|
|
msgid "Is session escalated"
|
|
msgstr "Sesja eskalowana"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_kanban
|
|
msgid "Join"
|
|
msgstr "Dołącz"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_model_patch.js:0
|
|
msgid "Join %s"
|
|
msgstr "Dołącz %s"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Join Channel"
|
|
msgstr "Dołącz do kanału"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/thread_actions.js:0
|
|
msgid "Join Chat"
|
|
msgstr "Dołącz do czatu"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_discuss_call_history
|
|
msgid "Keep the call history"
|
|
msgstr "Zachowaj historię połączeń"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_im_livechat_channel_member_history
|
|
msgid "Keep the channel member history"
|
|
msgstr "Zachowaj historię członków kanału"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_digest_digest__kpi_livechat_conversations_value
|
|
msgid "Kpi Livechat Conversations Value"
|
|
msgstr "Wartość KPI rozmowy czatu"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_digest_digest__kpi_livechat_rating_value
|
|
msgid "Kpi Livechat Rating Value"
|
|
msgstr "Wartość oceny czatu na żywo KPI"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_digest_digest__kpi_livechat_response_value
|
|
msgid "Kpi Livechat Response Value"
|
|
msgstr "Wartość czasu odpowiedzi czatu na żywo KPI"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/channel_member_list_patch.xml:0
|
|
msgid "Lang"
|
|
msgstr "Jęz."
|
|
|
|
#. 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 "Język odwiedzającego kanał."
|
|
|
|
#. 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 "Język"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_kanban
|
|
msgid "Language:"
|
|
msgstr "Język:"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Languages"
|
|
msgstr "Języki"
|
|
|
|
#. 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 "Ostatnie 24 godziny"
|
|
|
|
#. 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 "Ostatnie 30 dni"
|
|
|
|
#. 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 "Ostatnie 365 dni"
|
|
|
|
#. 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 "Ostatnie 7 dni"
|
|
|
|
#. 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 "Ostatnio aktualizowane przez"
|
|
|
|
#. 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 "Data ostatniej aktualizacji"
|
|
|
|
#. 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 ""
|
|
"Dowiedz się jak wyświetlać dymek czatu na swojej stronie i zacząć czatować z "
|
|
"odwiedzającymi w kilku prostych krokach."
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_kanban
|
|
msgid "Leave"
|
|
msgstr "Opuść"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_model_patch.js:0
|
|
msgid "Leave %s"
|
|
msgstr "Opuść %s"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Leave Channel"
|
|
msgstr "Opuść kanał"
|
|
|
|
#. 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 "Wyjście zakończy czat na żywo. Czy chcesz kontynuować?"
|
|
|
|
#. 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 "Niech sprawdzę, czy mogę połączyć Cię z odpowiednim ekspertem..."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_channel__max_sessions_mode__limited
|
|
msgid "Limited"
|
|
msgstr "Ograniczone"
|
|
|
|
#. 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 "Czat na żywo"
|
|
|
|
#. 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 "Przycisk czatu"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.actions.act_window,name:im_livechat.im_livechat_channel_action
|
|
msgid "Live Chat Channels"
|
|
msgstr "Kanały czatu na żywo"
|
|
|
|
#. 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 "Konwersacja czatu na żywo"
|
|
|
|
#. 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 "Tagi konwersacji czatu na żywo"
|
|
|
|
#. 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 "Ekspertyza czatu na żywo"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.view_partner_form
|
|
msgid "Live Chat History"
|
|
msgstr "Historia czatu na żywo"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_note
|
|
msgid "Live Chat Note"
|
|
msgstr "Notatki czatu na żywo"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_failure
|
|
msgid "Live Chat Session Failure"
|
|
msgstr "Błąd sesji czatu na żywo"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Live Chat Window"
|
|
msgstr "Okno czatu na żywo"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/public_web/messaging_menu_patch.js:0
|
|
msgid "Live Chats"
|
|
msgstr "Czaty na żywo"
|
|
|
|
#. 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 "Kanał czatu na żywo"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_search
|
|
msgid "LiveChat Channel Search"
|
|
msgstr "Wyszukiwanie kanału czatu"
|
|
|
|
#. 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 "Czat"
|
|
|
|
#. 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 "Kanał czatu"
|
|
|
|
#. 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 "Liczba kanałów czatu"
|
|
|
|
#. 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 "Historia członka kanału czatu na żywo"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_im_livechat_channel_rule
|
|
msgid "Livechat Channel Rules"
|
|
msgstr "Zasady kanału czatu"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__discuss_channel__channel_type__livechat
|
|
msgid "Livechat Conversation"
|
|
msgstr "Rozmowa czat na żywo"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_expertise_ids
|
|
msgid "Livechat Expertise"
|
|
msgstr "Ekspertyza w zakresie czatów na żywo"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.unit_embed_suite
|
|
msgid "Livechat External Tests"
|
|
msgstr "Zewnętrzne testy czatu na żywo"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_users__livechat_is_in_call
|
|
msgid "Livechat Is In Call"
|
|
msgstr "Czat na żywo ma połączenie"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_users__livechat_lang_ids
|
|
msgid "Livechat Languages"
|
|
msgstr "Języki czatu na żywo"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_matches_self_expertise
|
|
msgid "Livechat Matches Self Expertise"
|
|
msgstr "Czat na żywo pasuje ekspertyzy"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_matches_self_lang
|
|
msgid "Livechat Matches Self Lang"
|
|
msgstr "Czat na żywo pasuje do języka"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel_member__livechat_member_history_ids
|
|
msgid "Livechat Member History"
|
|
msgstr "Historia członka czatu na żywo"
|
|
|
|
#. 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 "Rodzaj członka czatu na żywo"
|
|
|
|
#. 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 "Nazwa czatu na żywo"
|
|
|
|
#. 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 ""
|
|
"Identyfikator operatora czatu jest wymagany dla kanału typu czat na żywo."
|
|
|
|
#. 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 "Wynik czatu na żywo"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_call_history__livechat_participant_history_ids
|
|
msgid "Livechat Participant History"
|
|
msgstr "Historia uczestnika czatu na żywo"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_status
|
|
msgid "Livechat Status"
|
|
msgstr "Status czatu na żywo"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_im_livechat_report_channel
|
|
msgid "Livechat Support Channel Report"
|
|
msgstr "Raport o kanale wsparcia dla czatu"
|
|
|
|
#. 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 "Statystyki wsparcia dla czatu"
|
|
|
|
#. 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 "Nazwa użytkownika czatu"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_users_settings__livechat_lang_ids
|
|
msgid "Livechat languages"
|
|
msgstr "Języki czatu na żywo"
|
|
|
|
#. 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 "Szukam pomocy"
|
|
|
|
#. 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 "Szukam pomocy"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_discuss_channel_rtc_session
|
|
msgid "Mail RTC session"
|
|
msgstr "Sesja mailowa RTC"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_rule__sequence
|
|
msgid "Matching order"
|
|
msgstr "Kolejność dopasowania"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__max_sessions
|
|
msgid "Maximum Sessions"
|
|
msgstr "Maksymalna liczba sesji"
|
|
|
|
#. 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 "Maksymalna liczba jednoczesnych sesji na operatora."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__member_id
|
|
msgid "Member"
|
|
msgstr "Członek"
|
|
|
|
#. 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 "Historia członka"
|
|
|
|
#. 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 "Typ członka"
|
|
|
|
#. 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 "Członkowie mogą być powiązani tylko z jedną historią"
|
|
|
|
#. 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 "Wiadomość"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__message_has_error
|
|
msgid "Message Delivery error"
|
|
msgstr "Błąd doręczenia wiadomości"
|
|
|
|
#. 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 "Wiadomości"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__nbr_message
|
|
msgid "Messages per Session"
|
|
msgstr "Wiadomości na sesję"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_kanban
|
|
msgid "Messages:"
|
|
msgstr "Wiadomości:"
|
|
|
|
#. 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 "Poniedziałek"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_search
|
|
msgid "My Expertise"
|
|
msgstr "Moja ekspertyza"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_looking_for_help_view_search
|
|
msgid "My Languages"
|
|
msgstr "Moje języki"
|
|
|
|
#. 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 "Moje sesje"
|
|
|
|
#. 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 "Nazwa"
|
|
|
|
#. 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 "Potrzebujesz pomocy? Czatuj z nami."
|
|
|
|
#. 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 "Neutralne"
|
|
|
|
#. 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 "Nigdy nie otrzymały odpowiedzi"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/embed/common/feedback_panel/feedback_panel.xml:0
|
|
msgid "New Session"
|
|
msgstr "Nowa sesja"
|
|
|
|
#. 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 "Brak czatów podczas połączenia"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__discuss_channel__livechat_failure__no_failure
|
|
msgid "No Failure"
|
|
msgstr "Bez błędu"
|
|
|
|
#. 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 "Brak dostępnego współpracownika, proszę spróbować ponownie później."
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/views/discuss_template.xml:0
|
|
msgid "No conversation found"
|
|
msgstr "Nie znaleziono żadnej konwersacji"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.actions.act_window,help:im_livechat.discuss_channel_looking_for_help_action
|
|
msgid "No conversations found"
|
|
msgstr "Nie znaleziono żadnej konwersacji"
|
|
|
|
#. 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 "Brak danych!"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/models/res_partner.py:0
|
|
msgid "No history found"
|
|
msgstr "Brak historii"
|
|
|
|
#. 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 "Nikt nie jest dostępny"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_conversation_tag_edit.xml:0
|
|
msgid "No tags found"
|
|
msgstr "Nie znaleziono żadnych tagów"
|
|
|
|
#. 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 "Bez odpowiedzi"
|
|
|
|
#. 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 ""
|
|
"Notatka o sesji widoczna dla wszystkich użytkowników wewnętrznych z dostępem "
|
|
"do sesji."
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_info_list.xml:0
|
|
msgid "Notes"
|
|
msgstr "Notatki"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Notification Text"
|
|
msgstr "Tekst powiadomienia"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__message_needaction_counter
|
|
msgid "Number of Actions"
|
|
msgstr "Liczba akcji"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__chatbot_script_count
|
|
msgid "Number of Chatbot"
|
|
msgstr "Liczba czat botów"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__ongoing_session_count
|
|
msgid "Number of Ongoing Sessions"
|
|
msgstr "Liczba trwających sesji"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_res_users__livechat_ongoing_session_count
|
|
msgid "Number of Ongoing sessions"
|
|
msgstr "Liczba trwających sesji"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__nbr_channel
|
|
msgid "Number of conversation"
|
|
msgstr "Ilość konwersacji"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__message_has_error_counter
|
|
msgid "Number of errors"
|
|
msgstr "Liczba błędów"
|
|
|
|
#. 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 "Liczba wiadomości w konwersacji"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_discuss_channel__message_needaction_counter
|
|
msgid "Number of messages requiring action"
|
|
msgstr "Liczba wiadomości wymagających akcji"
|
|
|
|
#. 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 "Liczba wiadomości z błędami przy doręczeniu"
|
|
|
|
#. 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 "Jeden gość może być powiązany wyłącznie do jednej historii kanału"
|
|
|
|
#. 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 "Jeden partner może być powiązany wyłącznie z jedną historią kanału"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_search
|
|
msgid "Ongoing"
|
|
msgstr "Trwające"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Ongoing Sessions"
|
|
msgstr "Trwające sesje"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_step__triggering_answer_ids
|
|
msgid "Only If"
|
|
msgstr "Tylko jeśli"
|
|
|
|
#. 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 ""
|
|
"Jedynie operatorzy czatu na żywo mogą dołączać do kanałów czatu na żywo"
|
|
|
|
#. 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 "Tylko jeśli operator jest dostępny"
|
|
|
|
#. 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 "Tylko jeśli żaden operator nie jest dostępny"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_channel_rule__action__auto_popup
|
|
msgid "Open automatically"
|
|
msgstr "Otwórz automatycznie"
|
|
|
|
#. 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 "Ekspertyza operatora"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_expertise__user_ids
|
|
msgid "Operators"
|
|
msgstr "Operatorzy"
|
|
|
|
#. 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 "Link opcjonalny"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Options"
|
|
msgstr "Opcje"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_info_list.xml:0
|
|
msgid "Outcome"
|
|
msgstr "Wynik"
|
|
|
|
#. 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 "Uczestnicy"
|
|
|
|
#. 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 "Odsetek zadowolonych ocen"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__chatbot_script_step__step_type__question_phone
|
|
msgid "Phone"
|
|
msgstr "Telefon"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/models/chatbot_script_step.py:0
|
|
msgid "Phone: "
|
|
msgstr "Telefon: "
|
|
|
|
#. 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 "Proszę bardzo! Jeśli jest coś, w czym możemy pomóc, daj nam znać"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.livechat_email_template
|
|
msgid "Powered by"
|
|
msgstr "Powered by"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__chatbot_script_step__step_type__question_selection
|
|
msgid "Question"
|
|
msgstr "Pytanie"
|
|
|
|
#. 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 "Ocena"
|
|
|
|
#. 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 "Ocena (%)"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__rating_avg_text
|
|
msgid "Rating Avg Text"
|
|
msgstr "Tekst średniej oceny"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__rating_last_feedback
|
|
msgid "Rating Last Feedback"
|
|
msgstr "Ocena ostatniego komentarza"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__rating_last_image
|
|
msgid "Rating Last Image"
|
|
msgstr "Ocena ostatniego obrazu"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__rating_last_value
|
|
msgid "Rating Last Value"
|
|
msgstr "Ocena ostatniej wartości"
|
|
|
|
#. 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 "Satysfakcja Ocen"
|
|
|
|
#. 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 "Tekst oceny"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__rating
|
|
msgid "Rating Value"
|
|
msgstr "Wartość oceny"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__rating_count
|
|
msgid "Rating count"
|
|
msgstr "Ilość ocen"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__rating_text
|
|
msgid "Rating text"
|
|
msgstr "Treść oceny"
|
|
|
|
#. 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 "Oceny"
|
|
|
|
#. 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 "Otrzymaj kopię tej rozmowy"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_answer__redirect_link
|
|
msgid "Redirect Link"
|
|
msgstr "Link przekierowania"
|
|
|
|
#. 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 ""
|
|
"Wyrażenie regularne określające strony internetowe, na których ta reguła "
|
|
"będzie stosowana."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_message__mail_message_id
|
|
msgid "Related Mail Message"
|
|
msgstr "Powiązana wiadomość mailowa"
|
|
|
|
#. 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 "Odpowiednie do Twojej ekspertyzy"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__remaining_session_capacity
|
|
msgid "Remaining Session Capacity"
|
|
msgstr "Pozostała pojemność sesji"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.ui.menu,name:im_livechat.menu_reporting_livechat
|
|
msgid "Reporting"
|
|
msgstr "Raportowanie"
|
|
|
|
#. 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 "Resetuj do kolorów domyślnych"
|
|
|
|
#. 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 "Czas odpowiedzi"
|
|
|
|
#. 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 "Czas odpowiedzi (hh:mm:ss)"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/embed/common/thread_actions.js:0
|
|
msgid "Restart Conversation"
|
|
msgstr "Zrestartuj rozmowę"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/models/discuss_channel.py:0
|
|
msgid "Restarting conversation..."
|
|
msgstr "Restartowanie konwersacji..."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__review_link
|
|
msgid "Review Link"
|
|
msgstr "Link oceny"
|
|
|
|
#. 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 "Reguły"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__message_has_sms_error
|
|
msgid "SMS Delivery error"
|
|
msgstr "Błąd dostarczenia wiadomości SMS"
|
|
|
|
#. 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 "Ocena satysfakcji"
|
|
|
|
#. 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 "Sobota"
|
|
|
|
#. 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 "Zapisz kanał, aby uzyskać widżet konfiguracyjny."
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/embed/common/thread_model_patch.js:0
|
|
msgid "Say something"
|
|
msgstr "Powiedz coś"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/embed/common/composer_patch.js:0
|
|
msgid "Say something..."
|
|
msgstr "Powiedz coś..."
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.chatbot_script_view_form
|
|
msgid "Script"
|
|
msgstr "Skrypt"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__script_external
|
|
msgid "Script (external)"
|
|
msgstr "Skrypt (zewnętrzny)"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script_answer__script_step_id
|
|
msgid "Script Step"
|
|
msgstr "Krok skryptu"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__script_step_ids
|
|
msgid "Script Steps"
|
|
msgstr "Kroki skryptu"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_agent_history_view_search
|
|
msgid "Search Agent"
|
|
msgstr "Wyszukaj agenta"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_member_history_view_search
|
|
msgid "Search History"
|
|
msgstr "Przeszukaj historię"
|
|
|
|
#. 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 "Przeszukaj historię"
|
|
|
|
#. 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 "Wyszukaj lub stwórz nowe tagi"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_report_channel_view_search
|
|
msgid "Search report"
|
|
msgstr "Szukaj w raporcie"
|
|
|
|
#. 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 "Zobacz 15 ostatnio odwiedzonych stron"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/embed/common/thread_model_patch.js:0
|
|
msgid "Select an option above"
|
|
msgstr "Wybierz opcję z powyższych"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/embed/common/feedback_panel/feedback_panel.xml:0
|
|
msgid "Send"
|
|
msgstr "Wyślij"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_info_list.xml:0
|
|
msgid "Send conversation"
|
|
msgstr "Wyślij konwersację"
|
|
|
|
#. 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 "Sekwencja"
|
|
|
|
#. 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 "Data sesji"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_member_history__session_duration_hour
|
|
msgid "Session Duration"
|
|
msgstr "Czas trwania sesji"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_form
|
|
msgid "Session Form"
|
|
msgstr "Formularz sesji"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Session Limits"
|
|
msgstr "Limity sesji"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__session_outcome
|
|
msgid "Session Outcome"
|
|
msgstr "Wynik sesji"
|
|
|
|
#. 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 "Godzina rozpoczęcia sesji"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__livechat_end_dt
|
|
msgid "Session end date"
|
|
msgstr "Data zakończenia sesji"
|
|
|
|
#. 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 ""
|
|
"Sesja jest zamknięta, kiedy odwiedzający lub ostatni agent opuści "
|
|
"konwersację."
|
|
|
|
#. 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 "Sesje z połączeniami (%)"
|
|
|
|
#. 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 "Sesje"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__max_sessions_mode
|
|
msgid "Sessions per Operator"
|
|
msgstr "Sesje według operatora"
|
|
|
|
#. module: im_livechat
|
|
#: model:chatbot.script.answer,name:im_livechat.chatbot_script_answer_setup_demo
|
|
msgid "Setup"
|
|
msgstr "Ustawienia"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_channel_rule__action__display_button
|
|
msgid "Show"
|
|
msgstr "Pokaż"
|
|
|
|
#. 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 "Pokaż ten krok tylko jeśli wszystkie odpowiedzi zostały wybrane."
|
|
|
|
#. 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 "Pokaż z powiadomieniem"
|
|
|
|
#. 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 "Ktoś już dołączył do tej konwersacji"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__source_id
|
|
msgid "Source"
|
|
msgstr "Źródło"
|
|
|
|
#. 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 "Znane języki"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__start_date
|
|
msgid "Start Date of session"
|
|
msgstr "Data początkowa sesji"
|
|
|
|
#. 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 "Data rozpoczęcia sesji, skrócona do minut"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_report_channel__start_hour
|
|
msgid "Start Hour of session"
|
|
msgstr "Godzina rozpoczęcia sesji"
|
|
|
|
#. 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 "Rozpocznij konwersację, aby wypełnić swoją historię czatów."
|
|
|
|
#. 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 "Typ kroku"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/models/chatbot_script.py:0
|
|
msgid "Step of type 'Question' must have answers."
|
|
msgstr "Krok typu \"Pytanie\" musi mieć odpowiedzi."
|
|
|
|
#. 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 "Powodzenie"
|
|
|
|
#. 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 "Niedziela"
|
|
|
|
#. module: im_livechat
|
|
#: model:chatbot.script,title:im_livechat.chatbot_script_support_bot_demo
|
|
msgid "Support Bot"
|
|
msgstr "Bot wsparcia"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/composer_patch.js:0
|
|
msgid "Tab to next livechat"
|
|
msgstr "Przejdź do następnego czatu na żywo"
|
|
|
|
#. 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 "Tag już został wybrany"
|
|
|
|
#. 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 "Tagi"
|
|
|
|
#. 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 "Tagi do klasyfikacji rozmowy."
|
|
|
|
#. 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 "Tagi używane w tej konwersacji"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.ui.menu,name:im_livechat.livechat_technical
|
|
msgid "Technical"
|
|
msgstr "Techniczne"
|
|
|
|
#. 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 na przycisku"
|
|
|
|
#. 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 "Dziękujemy za opinię"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_im_livechat_channel_rule__channel_id
|
|
msgid "The channel of the rule"
|
|
msgstr "Kanał reguły"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/common/transcript_sender.xml:0
|
|
msgid "The conversation was sent."
|
|
msgstr "Konwersacja została wysłana."
|
|
|
|
#. 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 ""
|
|
"Reguła będzie stosowana tylko dla tych krajów. Przykład: jeśli wybierzesz "
|
|
"\"Belgia\" i \"Stany Zjednoczone\" i ustawisz akcję jako \"Ukryj\", przycisk "
|
|
"czatu zostanie ukryty w określonym adresie URL przed odwiedzającymi "
|
|
"znajdującymi się w tych 2 krajach. Ta funkcja wymaga zainstalowania GeoIP na "
|
|
"Twoim serwerze."
|
|
|
|
#. module: im_livechat
|
|
#: model:res.groups,comment:im_livechat.im_livechat_group_manager
|
|
msgid "The user will be able to delete support channels."
|
|
msgstr "Użytkownik będzie mógł usuwać kanały wsparcia."
|
|
|
|
#. module: im_livechat
|
|
#: model:res.groups,comment:im_livechat.im_livechat_group_user
|
|
msgid "The user will be able to join support channels."
|
|
msgstr "Użytkownik będzie mógł dołączać do kanałów wsparcia."
|
|
|
|
#. 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 ""
|
|
"Odwiedzający zostanie przekierowany na ten link po kliknięciu opcji (zauważ, "
|
|
"że skrypt zakończy się, jeśli link jest zewnętrzny)."
|
|
|
|
#. 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 ""
|
|
"Te języki, oprócz Twojego głównego języka, będą użyte do przypisania Ci "
|
|
"sesji czatu na żywo."
|
|
|
|
#. 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 ""
|
|
"To jest automatyczna wiadomość powitalna, którą zobaczy odwiedzający gdy "
|
|
"nowa rozmowa zostanie zainicjowana."
|
|
|
|
#. 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 "Ta konwersacja czatu na żywo została zakończona"
|
|
|
|
#. 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 "Ta nazwa użytkownika używana będzie jako twoja nazwa w kanałach czatu."
|
|
|
|
#. 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 "Czwartek"
|
|
|
|
#. 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 "Czas spędzony przez osobę na sesji w godzinach"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_rule__auto_popup_timer
|
|
msgid "Time to Open"
|
|
msgstr "Czas do otwarcia"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_digest_digest__kpi_livechat_response
|
|
msgid "Time to answer (sec)"
|
|
msgstr "Czas na odpowiedź (sek.)"
|
|
|
|
#. 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 "Wskazówka: Użyj gotowych odpowiedzi, by rozmawiać szybciej"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_script__title
|
|
msgid "Title"
|
|
msgstr "Tytuł"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__title_color
|
|
msgid "Title Color"
|
|
msgstr "Kolor tytułu"
|
|
|
|
#. 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 ""
|
|
"Aby zastosować regułę jedynie do konkretnych stron Twojej witryny, wpisz "
|
|
"wyrażenie regularne URL, jak np. /shop. To dopasuje dowolną stronę, która "
|
|
"zaczyna się od /shop, jak na przykład /shop/product. Zostaw to pole puste, "
|
|
"aby dopasować regułę do wszystkich stron.<br/>\n"
|
|
" Dla baz danych on premise, aby korzystać "
|
|
"z geolokacji odwiedzających musi być zainstalowane GeoIP. Bez tego, reguły, "
|
|
"które zawierają ograniczenia na podstawie kraju będą ignorowane."
|
|
|
|
#. 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 ""
|
|
"Śledź i udoskonalaj wydajność czatu na żywo, dzięki analizom aktywności "
|
|
"sesji, czasom odpowiedzi, ocenom od klientów i interakcjami połączenia."
|
|
|
|
#. module: im_livechat
|
|
#: model:chatbot.script.answer,name:im_livechat.chatbot_script_answer_troubleshooting_demo
|
|
msgid "Troubleshooting"
|
|
msgstr "Rozwiązywanie problemów"
|
|
|
|
#. 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 "Wtorek"
|
|
|
|
#. 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 "Włącz funkcję <strong>Czatu na Żywo</strong>."
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel_rule__regex_url
|
|
msgid "URL Regex"
|
|
msgstr "Wyrażenie regularne URL"
|
|
|
|
#. 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 do statycznej strony, na której klient może dyskutować z operatorem "
|
|
"kanału."
|
|
|
|
#. 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 "Niezadowolony"
|
|
|
|
#. 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 "Nieznany"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields.selection,name:im_livechat.selection__im_livechat_channel__max_sessions_mode__unlimited
|
|
msgid "Unlimited"
|
|
msgstr "Nieograniczony"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.discuss_channel_view_search
|
|
msgid "Unrated"
|
|
msgstr "Bez oceny"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_conversation_tag_edit.xml:0
|
|
msgid "Unselect tag"
|
|
msgstr "Cofnij wybór tagu"
|
|
|
|
#. 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 ""
|
|
"Użyj gotowych odpowiedzi, aby zdefiniować szablony wiadomości w aplikacji "
|
|
"czatu. Aby załadować gotową wiadomość, zacznij zdanie od \":\" i wybierz "
|
|
"szablon."
|
|
|
|
#. 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 "Użytkownik"
|
|
|
|
#. 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 "Nazwa użytkownika czatu"
|
|
|
|
#. 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 "Nieprzetworzona odpowiedź użytkownika na skrypt"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_res_users_settings
|
|
msgid "User Settings"
|
|
msgstr "Ustawienia użytkownika"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_message__user_script_answer_id
|
|
msgid "User's answer"
|
|
msgstr "Odpowiedź użytkownika"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_chatbot_message__user_raw_answer
|
|
msgid "User's raw answer"
|
|
msgstr "Nieprzetworzona odpowiedź użytkownika"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_kanban
|
|
msgid "View Channel"
|
|
msgstr "Wyświetl kanał"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_info_list.xml:0
|
|
msgid "View Contact"
|
|
msgstr "Zobacz kontakt"
|
|
|
|
#. 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 "Gość"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/common/thread_patch.js:0
|
|
msgid "Visitor is disconnected"
|
|
msgstr "Odwiedzający się rozłączył"
|
|
|
|
#. 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 "Odwiedzający jest rozłączony od %(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 "Odwiedzający jest rozłączony od wczoraj od%(time)s"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/models/discuss_channel.py:0
|
|
msgid "Visitor left the conversation."
|
|
msgstr "Odwiedzający opuścił konwersację."
|
|
|
|
#. 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 ""
|
|
"Odwiedzający, którzy zostawią pozytywną ocenę zostaną przekierowani na ten "
|
|
"opcjonalny adres."
|
|
|
|
#. 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 "Oczekiwanie na klienta"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__web_page
|
|
msgid "Web Page"
|
|
msgstr "Strona internetowa"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_discuss_channel__website_message_ids
|
|
msgid "Website Messages"
|
|
msgstr "Wiadomości ze strony internetowej"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,help:im_livechat.field_discuss_channel__website_message_ids
|
|
msgid "Website communication history"
|
|
msgstr "Historia komunikacji"
|
|
|
|
#. 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 "Środa"
|
|
|
|
#. module: im_livechat
|
|
#: model:chatbot.script,title:im_livechat.chatbot_script_welcome_bot
|
|
msgid "Welcome Bot"
|
|
msgstr "Bot powitalny"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model.fields,field_description:im_livechat.field_im_livechat_channel__default_message
|
|
msgid "Welcome Message"
|
|
msgstr "Wiadomość powitalna"
|
|
|
|
#. 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 "Witaj w NazwaFirmy! 👋"
|
|
|
|
#. 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 "Witamy we wsparciu! W czym możemy Ci pomóc?"
|
|
|
|
#. 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 "Czego szukasz?"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:chatbot.script.step,message:im_livechat.chatbot_script_troubleshooting_step_browser_demo
|
|
msgid "What browser are you using?"
|
|
msgstr "Z jakiej przeglądarki korzystasz?"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:chatbot.script.step,message:im_livechat.chatbot_script_module_selection_demo
|
|
msgid "What module are you interested in?"
|
|
msgstr "Jaki moduł Cię interesuje?"
|
|
|
|
#. 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 ""
|
|
"Podczas przekierowywania konwersacji czatu na żywo, czatbot będzie "
|
|
"priorytetowo traktował użytkowników z pasującą ekspertyzą."
|
|
|
|
#. 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 "Czy sesja miała połączenie"
|
|
|
|
#. 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 ""
|
|
"Niezależnie od tego, czy użytkownik prowadzi rozmowę, dostępne jedynie jeśli "
|
|
"użytkownik jest agentem czatu na żywo."
|
|
|
|
#. 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 ""
|
|
"Podczas prowadzenia rozmowy telefonicznej, agenci nie będą otrzymywać nowych "
|
|
"konwersacji."
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Widget"
|
|
msgstr "Widżet"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "Window Colors"
|
|
msgstr "Kolory okienek"
|
|
|
|
#. 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 ""
|
|
"Czy chcesz podać swój adres e-mail, abyśmy mogli się do Ciebie odezwać?"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-python
|
|
#: code:addons/im_livechat/controllers/channel.py:0
|
|
msgid "Write expertises: Only LINK and UNLINK commands are allowed."
|
|
msgstr "Napisz ekspertyzy: Dozwolone są jedynie komendy LINK i UNLINK."
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/common/close_confirmation.xml:0
|
|
msgid "Yes, leave conversation"
|
|
msgstr "Tak, opuść rozmowę"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.livechat_email_template
|
|
msgid "You"
|
|
msgstr "Ty"
|
|
|
|
#. 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 "Na tym kanale nie można przesyłać załączników."
|
|
|
|
#. 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 ""
|
|
"Możesz utworzyć nowego czatbota ze zdefiniowanym skryptem, aby nawiązywał "
|
|
"rozmowę z osobami odwiedzającymi twoją stronę."
|
|
|
|
#. 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 ""
|
|
"Możesz utworzyć kanał dla każdej strony internetowej, na której \n"
|
|
" chcesz zintegrować widżet czatu umożliwiając\n"
|
|
" odwiedzającym rozmawianie w czasie rzeczywistym z twoimi "
|
|
"operatorami."
|
|
|
|
#. 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 "Dołączyłeś do tego kanału czatu na żywo"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/livechat_channel_model_patch.js:0
|
|
msgid "You joined %s."
|
|
msgstr "Dołączasz do %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 "Opuszczasz %s."
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.livechat_email_template
|
|
msgid "at"
|
|
msgstr "w"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/channel_member_list_patch.xml:0
|
|
msgid "country"
|
|
msgstr "kraj"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.chatbot_script_view_form
|
|
msgid "e.g. \"Meeting Scheduler Bot\""
|
|
msgstr "np. \"Bot umawiający spotkania\""
|
|
|
|
#. 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 "np. \"W czym mogę pomóc?\""
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_rule_view_form
|
|
msgid "e.g. /contactus"
|
|
msgstr "np. /kontakt"
|
|
|
|
#. 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 "np. Witaj, w czym mogę pomóc?"
|
|
|
|
#. 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 "np. Szukasz pomocy? Napisz do nas."
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_view_form
|
|
msgid "e.g. YourWebsite.com"
|
|
msgstr "np. TwojaStrona.pl"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/web/channel_invitation_patch.xml:0
|
|
msgid "in a call"
|
|
msgstr "prowadzi rozmowę"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/public_web/discuss_sidebar_categories_patch.xml:0
|
|
msgid "joined"
|
|
msgstr "dołączył"
|
|
|
|
#. module: im_livechat
|
|
#. odoo-javascript
|
|
#: code:addons/im_livechat/static/src/core/common/transcript_sender.xml:0
|
|
msgid "mail@example.com"
|
|
msgstr "poczta@przyklad.com"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.livechat_email_template
|
|
msgid "on"
|
|
msgstr "na"
|
|
|
|
#. module: im_livechat
|
|
#: model_terms:ir.ui.view,arch_db:im_livechat.im_livechat_channel_rule_view_form
|
|
msgid "seconds"
|
|
msgstr "sekundy"
|
|
|
|
#. module: im_livechat
|
|
#: model:ir.model,name:im_livechat.model_ir_websocket
|
|
msgid "websocket message handling"
|
|
msgstr "obsługa komunikatów websocket"
|
|
|
|
#~ 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\">Skonfiguruj kanał</"
|
|
#~ "span>\n"
|
|
#~ " <span groups=\"!"
|
|
#~ "im_livechat.im_livechat_group_manager\">Zobacz kanał</span>"
|
|
|
|
#~ msgid " (copy)"
|
|
#~ msgstr " (kopia)"
|
|
|
|
#~ msgid "# of Sessions"
|
|
#~ msgstr "# Sesji"
|
|
|
|
#~ msgid "# of speakers"
|
|
#~ msgstr "# rozmówców"
|
|
|
|
#~ msgid "% Happy"
|
|
#~ msgstr "% Szczęśliwy"
|
|
|
|
#~ msgid "%s and %s are typing..."
|
|
#~ msgstr "%s i %s piszą..."
|
|
|
|
#~ msgid "%s has joined"
|
|
#~ msgstr "%s dołączył/a"
|
|
|
|
#~ msgid "%s is typing..."
|
|
#~ msgstr "%s pisze..."
|
|
|
|
#~ msgid "%s, %s and more are typing..."
|
|
#~ msgstr "%s, %s i więcej piszą..."
|
|
|
|
#~ msgid ", on the"
|
|
#~ msgstr ", na"
|
|
|
|
#~ msgid "-------- Show older messages --------"
|
|
#~ msgstr "-------- Pokaż starsze wiadomości --------"
|
|
|
|
#~ msgid "1 is Monday, 7 is Sunday"
|
|
#~ msgstr "1 to poniedziałek, 7 to niedziela"
|
|
|
|
#~ msgid ""
|
|
#~ "<i class=\"fa fa-user\" role=\"img\" aria-label=\"User\" title=\"User\"/>"
|
|
#~ msgstr ""
|
|
#~ "<i class=\"fa fa-user\" role=\"img\" aria-label=\"Użytkownik\" "
|
|
#~ "title=\"Użytkownik\"/>"
|
|
|
|
#~ msgid "<span style=\"font-size: 10px;\">Livechat Conversation</span><br/>"
|
|
#~ msgstr "<span style=\"font-size: 10px;\">Rozmowa przez czat</span><br/>"
|
|
|
|
#~ msgid "<span>Best regards,</span><br/><br/>"
|
|
#~ msgstr "<span>Z poważaniem,</span><br/><br/>"
|
|
|
|
#~ msgid "<span>Hello,</span><br/>Here's a copy of your conversation with"
|
|
#~ msgstr "<span>Witaj,</span><br/>Oto kopia twojej rozmowy z"
|
|
|
|
#~ 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 ""
|
|
#~ "Sesja pozostaje bez odpowiedzi jeśli operator nie odpowiedział. \n"
|
|
#~ " Jeśli wizytujący jest także "
|
|
#~ "operatorem, sesja zawsze będzie miała odpowiedź."
|
|
|
|
#~ msgid "Anonymous"
|
|
#~ msgstr "Anonimowo"
|
|
|
|
#~ msgid "Anonymous Name"
|
|
#~ msgstr "Anonimowa nazwa"
|
|
|
|
#~ msgid "Ask something ..."
|
|
#~ msgstr "Zapytaj o coś ..."
|
|
|
|
#~ msgid "Attendees"
|
|
#~ msgstr "Uczestnicy"
|
|
|
|
#~ msgid "Avatar"
|
|
#~ msgstr "Awatar"
|
|
|
|
#~ msgid "Average duration"
|
|
#~ msgstr "średni czas trwania"
|
|
|
|
#~ msgid "Average message"
|
|
#~ msgstr "Przeciętna wiadomość"
|
|
|
|
#~ msgid "Average time in seconds to give the first answer to the visitor"
|
|
#~ msgstr ""
|
|
#~ "Średni czas w sekundach na udzielenie pierwszej odpowiedzi odwiedzającemu"
|
|
|
|
#~ msgid "Average time to give the first answer to the visitor"
|
|
#~ msgstr "średni czas podania pierwszej odpowiedzi do odwiedzającego"
|
|
|
|
#~ msgid "Bad"
|
|
#~ msgstr "Zły"
|
|
|
|
#~ 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 ""
|
|
#~ "Gotowe odpowiedzi umożliwiają wstawianie wcześniej napisanych odpowiedzi "
|
|
#~ "do \n"
|
|
#~ " wiadomości poprzez wpisanie <i>skrótu</i>. The shortcut "
|
|
#~ "is\n"
|
|
#~ " replaced directly in your message, so that you can still "
|
|
#~ "edit\n"
|
|
#~ " it before sending."
|
|
|
|
#~ msgid "Channel Header Color"
|
|
#~ msgstr "Kolor nagłówka kanału"
|
|
|
|
#~ msgid "Channel Rules"
|
|
#~ msgstr "Zasady kanału"
|
|
|
|
#~ msgid "Chat Input Placeholder"
|
|
#~ msgstr "Tekst zastępczy wejścia chat"
|
|
|
|
#~ msgid "Chat with one of our collaborators"
|
|
#~ msgstr "Czatuj z jednym z naszych współpracowników"
|
|
|
|
#~ msgid "Close chat window"
|
|
#~ msgstr "Zamknij okno czatu"
|
|
|
|
#~ msgid "Close conversation"
|
|
#~ msgstr "Zamknij rozmowę"
|
|
|
|
#~ msgid "Code"
|
|
#~ msgstr "Kod"
|
|
|
|
#~ msgid "Conversation Sent"
|
|
#~ msgstr "Rozmowa wysłana"
|
|
|
|
#~ msgid "Conversation ended..."
|
|
#~ msgstr "Rozmowa zakończona..."
|
|
|
|
#~ msgid ""
|
|
#~ "Copy and paste this code into your website, within the <head> tag:"
|
|
#~ msgstr ""
|
|
#~ "Skopiuj i wklej ten kod na swojej stronie, wewnątrz <head> tag:"
|
|
|
|
#~ msgid "Create a channel and start chatting to fill up your history."
|
|
#~ msgstr "Utwórz kanał i zacznij rozmowę, by wypełnić historię."
|
|
|
|
#~ msgid "Create a new canned response"
|
|
#~ msgstr "Utwórz nową gotową odpowiedź"
|
|
|
|
#~ msgid "Creation Date"
|
|
#~ msgstr "Data utworzenia"
|
|
|
|
#~ msgid "Creation date"
|
|
#~ msgstr "Data utworzenia"
|
|
|
|
#~ msgid "Creation date (hour)"
|
|
#~ msgstr "Data utworzenia (godzina)"
|
|
|
|
#~ msgid "Customer Ratings"
|
|
#~ msgstr "Oceny klienta"
|
|
|
|
#~ msgid "Day Number"
|
|
#~ msgstr "Liczba dni"
|
|
|
|
#~ msgid "Days of activity"
|
|
#~ msgstr "Dni aktywności"
|
|
|
|
#~ msgid "Default text displayed on the Livechat Support Button"
|
|
#~ msgstr "Domyślny tekst wyświetlany na przycisku pomocy Livechat"
|
|
|
|
#~ 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 ""
|
|
#~ "Zdefiniuj reguły dla swojego kanału wsparcia. Możesz zastosować akcję dla "
|
|
#~ "danego adresu URL oraz dla każdego kraju.<br/>Aby zidentyfikować kraj, "
|
|
#~ "GeoIP musi być zainstalowany na twoim serwerze, w przeciwnym razie kraje "
|
|
#~ "reguły nie będą brane pod uwagę."
|
|
|
|
#~ msgid "Duration of the conversation (in seconds)"
|
|
#~ msgstr "Czas trwania konwersacji (w sekundach)"
|
|
|
|
#~ msgid "Enable the bot only if there is no operator available"
|
|
#~ msgstr "Włączaj bota tylko wtedy, gdy żaden operator nie jest dostępny"
|
|
|
|
#~ msgid "Enabled only if no operator"
|
|
#~ msgstr "Włączone tylko gdy nie ma operatora"
|
|
|
|
#~ 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 ""
|
|
#~ "Dla stron zbudowanych z Odoo CMS, przejdź do Strony Internetowej > "
|
|
#~ "Konfiguracji > Ustawień i wybierz kanał czatu na stronie internetowej, "
|
|
#~ "który chcesz dodać do swojej strony."
|
|
|
|
#~ msgid "Good"
|
|
#~ msgstr "Dobry"
|
|
|
|
#~ msgid "Group By..."
|
|
#~ msgstr "Grupuj wg..."
|
|
|
|
#~ msgid "Have a Question? Chat with us."
|
|
#~ msgstr "Masz pytanie? Napisz do nas na czacie."
|
|
|
|
#~ msgid "How to use the Website Live Chat widget?"
|
|
#~ msgstr "Jak używać widżetu Live Chat?"
|
|
|
|
#~ msgid "Invalid email address"
|
|
#~ msgstr "Niepoprawny adres e-mail"
|
|
|
|
#~ msgid "Is category livechat open"
|
|
#~ msgstr "Czy kategoria czat na żywo jest włączona"
|
|
|
|
#~ msgid "Is livechat ongoing?"
|
|
#~ msgstr "Czy czat na żywo jest włączony?"
|
|
|
|
#~ msgid "Is visitor anonymous"
|
|
#~ msgstr "Czy osoba odwiedzająca jest anonimowa"
|
|
|
|
#~ msgid "Last 24h"
|
|
#~ msgstr "Ostatnie 24 godziny"
|
|
|
|
#~ msgid "Listeners of a Channel"
|
|
#~ msgstr "Obserwatorzy kanału"
|
|
|
|
#~ msgid "Livechat Button"
|
|
#~ msgstr "Przycisk czatu"
|
|
|
|
#~ msgid "Livechat Button Color"
|
|
#~ msgstr "Kolor przycisku czatu"
|
|
|
|
#~ 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 ""
|
|
#~ "Statystyki kanału wsparcia dla czatu pozwalają łatwo sprawdzić i "
|
|
#~ "przeanalizować wydajność sesji czatu twojej firmy. Wyciągnij informacje o "
|
|
#~ "ominiętych sesjach, publiczności, czasie trwania sesji, itp."
|
|
|
|
#~ msgid "Livechat Support Operator Report"
|
|
#~ msgstr "Raport dla operatora o kanale wsparcia dla czatu"
|
|
|
|
#~ msgid "Livechat Window"
|
|
#~ msgstr "Okno czatu"
|
|
|
|
#~ msgid "Livechat session is active until visitor leaves the conversation."
|
|
#~ msgstr ""
|
|
#~ "Sesja czatu jest aktywna dopóki odwiedzający nie opuści konwersacji."
|
|
|
|
#~ msgid "Loading older messages..."
|
|
#~ msgstr "Wczytywanie starszych wiadomości..."
|
|
|
|
#~ msgid "Missed sessions"
|
|
#~ msgstr "sekcja ominięta"
|
|
|
|
#~ msgid "New messages"
|
|
#~ msgstr "Nowe wiadomości"
|
|
|
|
#~ msgid "No customer ratings on live chat session yet"
|
|
#~ msgstr "Nie ma jeszcze ocen klientów dotyczących sesji czatu"
|
|
|
|
#~ msgid "No operator available"
|
|
#~ msgstr "Brak dostępnego operatora"
|
|
|
|
#~ msgid "Note by"
|
|
#~ msgstr "Zanotował(a)"
|
|
|
|
#~ msgid "Number of days since the first session of the operator"
|
|
#~ msgstr "Liczba dni minionych od pierwszej sesji operatora"
|
|
|
|
#~ msgid "Number of different speakers"
|
|
#~ msgstr "Liczba użytkowników"
|
|
|
|
#~ msgid "OK"
|
|
#~ msgstr "OK"
|
|
|
|
#~ msgid "Online Chat Name"
|
|
#~ msgstr "Nazwa czatu online"
|
|
|
|
#~ msgid "Oops! Something went wrong."
|
|
#~ msgstr "Ups! Coś jest nie tak."
|
|
|
|
#~ msgid "Open automatically timer"
|
|
#~ msgstr "Automatycznie otwórz stoper"
|
|
|
|
#~ msgid "Operator Analysis"
|
|
#~ msgstr "Analiza operatora"
|
|
|
|
#~ msgid ""
|
|
#~ "Operators\n"
|
|
#~ " <br/>\n"
|
|
#~ " <i class=\"fa fa-comments\" "
|
|
#~ "role=\"img\" aria-label=\"Comments\" title=\"Comments\"/>"
|
|
#~ msgstr ""
|
|
#~ "Operatorzy\n"
|
|
#~ " <br/>\n"
|
|
#~ " <i class=\"fa fa-comments\" "
|
|
#~ "role=\"img\" aria-label=\"Comments\" title=\"Comments\"/>"
|
|
|
|
#~ msgid ""
|
|
#~ "Operators that do not show any activity In Odoo for more than 30 minutes "
|
|
#~ "will be considered as disconnected."
|
|
#~ msgstr ""
|
|
#~ "Operatorzy, którzy nie wykazują żadnej aktywności w Odoo przez ponad 30 "
|
|
#~ "minut będą uznawani za rozłączonych."
|
|
|
|
#~ msgid "Please call me on: "
|
|
#~ msgstr "Proszę o kontakt telefoniczny na:"
|
|
|
|
#~ msgid "Please check your internet connection."
|
|
#~ msgstr "Proszę sprawdzić swoje połączenie internetowe."
|
|
|
|
#~ msgid "Please contact me on: "
|
|
#~ msgstr "Proszę o kontakt na:"
|
|
|
|
#~ msgid "Please wait"
|
|
#~ msgstr "Proszę czekać"
|
|
|
|
#~ msgid "Please wait..."
|
|
#~ msgstr "Proszę czekać..."
|
|
|
|
#~ msgid "Rating: %s"
|
|
#~ msgstr "Ocena: %s"
|
|
|
|
#~ msgid "Ratings for livechat channel"
|
|
#~ msgstr "Ocena kanału czatu"
|
|
|
|
#~ msgid "Report"
|
|
#~ msgstr "Raport"
|
|
|
|
#~ msgid "Restart"
|
|
#~ msgstr "Zrestartuj"
|
|
|
|
#~ msgid "Session Statistics"
|
|
#~ msgstr "Statystki sesji"
|
|
|
|
#~ msgid "Session expired... Please refresh and try again."
|
|
#~ msgstr "Sesja wygasła... Odśwież i spróbuj ponownie."
|
|
|
|
#~ msgid "Session not rated"
|
|
#~ msgstr "Sesja nie oceniona"
|
|
|
|
#~ msgid "Session(s) without answer"
|
|
#~ msgstr "Sesja(e) bez odpowiedzi"
|
|
|
|
#~ msgid "Sessions History"
|
|
#~ msgstr "Historia sesji"
|
|
|
|
#~ msgid "Text that prompts the user to initiate the chat."
|
|
#~ msgstr "Tekst, który skłania użytkownika do rozpoczęcia czatu."
|
|
|
|
#~ msgid "There is no rating for this channel at the moment"
|
|
#~ msgstr "Ten kanał nie ma jeszcze żadnej oceny"
|
|
|
|
#~ msgid "This Week"
|
|
#~ msgstr "Ten tydzień"
|
|
|
|
#~ msgid "Time to answer"
|
|
#~ msgstr "Czas na odpowiedź"
|
|
|
|
#~ msgid "Today"
|
|
#~ msgstr "Na dzisiaj"
|
|
|
|
#~ msgid "Try again"
|
|
#~ msgstr "Spróbuj ponownie"
|
|
|
|
#~ msgid ""
|
|
#~ "Type <b>:shortcut</b> to insert a canned response in your message.<br>"
|
|
#~ msgstr ""
|
|
#~ "Wpisz <b>:skrót</b>, aby wstawić gotową odpowiedź do swojej wiadomości."
|
|
#~ "<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 ""
|
|
#~ "Użyj gotowych odpowiedzi, aby zdefiniować szablony wiadomości w aplikacji "
|
|
#~ "czatu. Aby załadować gotową wiadomość, zacznij zdanie od \":\" i wybierz "
|
|
#~ "szablon."
|
|
|
|
#~ msgid "Visitor has left the conversation."
|
|
#~ msgstr "Odwiedzający opuścił konwersację."
|
|
|
|
#~ msgid "Visitor is Happy"
|
|
#~ msgstr "Odwiedzający jest zadowolony"
|
|
|
|
#~ msgid "Website Live Chat Channels"
|
|
#~ msgstr "Kanał czatu na stronie"
|
|
|
|
#~ msgid "Yesterday"
|
|
#~ msgstr "Wczoraj"
|
|
|
|
#~ msgid "Your chatter history is empty"
|
|
#~ msgstr "Twoja historia rozmów jest pusta"
|
|
|
|
#~ msgid "chatbot_image"
|
|
#~ msgstr "chatbot_image"
|
|
|
|
#~ msgid "is typing"
|
|
#~ msgstr "pisze"
|
|
|
|
#~ msgid ""
|
|
#~ "or copy this url and send it by email to your customers or suppliers:"
|
|
#~ msgstr "lub skopiuj ten adres i wyślij emailem do klientów lub dostawców:"
|
|
|
|
#~ msgid "read less"
|
|
#~ msgstr "pokaż część"
|
|
|
|
#~ msgid "read more"
|
|
#~ msgstr "pokaż więcej"
|
|
|
|
#~ msgid "{{author_name}}"
|
|
#~ msgstr "{{author_name}}"
|