diff --git a/.loki/reference/chrome_Messages_MessageList_with_hidden_agent_info_system_message.png b/.loki/reference/chrome_Messages_MessageList_with_hidden_agent_info_system_message.png new file mode 100644 index 000000000..f0561073f Binary files /dev/null and b/.loki/reference/chrome_Messages_MessageList_with_hidden_agent_info_system_message.png differ diff --git a/CHANGELOG.md b/CHANGELOG.md index 60e8c0ea4..d9e8b5b6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.9.6 - 2021-10-20 +[FIX] 'Hide agent info' not working on system message (#651) +[FIX] Issues on Custom Livechat messages (#648) + ## 1.9.5 - 2021-09-14 [IMPROVE] Readme enhancements (#557) [IMPROVE] Swedish Translations (#573) diff --git a/package.json b/package.json index 45aa8fe25..eea0f8041 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/livechat", - "version": "1.9.5", + "version": "1.9.6", "files": [ "/build" ], diff --git a/src/components/Messages/Message/index.js b/src/components/Messages/Message/index.js index 70d815955..582b9e167 100644 --- a/src/components/Messages/Message/index.js +++ b/src/components/Messages/Message/index.js @@ -80,7 +80,7 @@ const renderContent = ({ ), ].filter(Boolean); -const getSystemMessageText = ({ t, conversationFinishedMessage, transferData }) => +const getSystemMessageText = ({ t, conversationFinishedMessage, transferData, u }) => (t === MESSAGE_TYPE_ROOM_NAME_CHANGED && I18n.t('Room name changed')) || (t === MESSAGE_TYPE_USER_ADDED && I18n.t('User added by')) || (t === MESSAGE_TYPE_USER_REMOVED && I18n.t('User removed by')) @@ -89,7 +89,7 @@ const getSystemMessageText = ({ t, conversationFinishedMessage, transferData }) || (t === MESSAGE_TYPE_WELCOME && I18n.t('Welcome')) || (t === MESSAGE_TYPE_LIVECHAT_CLOSED && (conversationFinishedMessage || I18n.t('Conversation finished'))) || (t === MESSAGE_TYPE_LIVECHAT_STARTED && I18n.t('Chat started')) - || (t === MESSAGE_TYPE_LIVECHAT_TRANSFER_HISTORY && normalizeTransferHistoryMessage(transferData)); + || (t === MESSAGE_TYPE_LIVECHAT_TRANSFER_HISTORY && normalizeTransferHistoryMessage(transferData, u)); const getMessageUsernames = (compact, message) => { if (compact || !message.u) { diff --git a/src/components/Messages/MessageList/stories.js b/src/components/Messages/MessageList/stories.js index 527885285..68649babc 100644 --- a/src/components/Messages/MessageList/stories.js +++ b/src/components/Messages/MessageList/stories.js @@ -74,6 +74,25 @@ storiesOf('Messages/MessageList', module) onScrollTo={action('scrollTo')} /> )) + .add('with hidden agent info system message', () => ( + + )) .add('with typing users', () => ( array.sort((a, b) return 1; }); -export const normalizeTransferHistoryMessage = (transferData) => { +export const normalizeTransferHistoryMessage = (transferData, sender) => { if (!transferData) { return; } @@ -146,6 +146,9 @@ export const normalizeTransferHistoryMessage = (transferData) => { const transferTypes = { agent: () => { + if (!sender.username) { + return I18n.t('The chat was transferred to another agent'); + } const to = transferredTo && (transferredTo.name || transferredTo.username); return I18n.t('%{from} transferred the chat to %{to}', { from, to }); }, @@ -153,7 +156,12 @@ export const normalizeTransferHistoryMessage = (transferData) => { const to = nextDepartment && nextDepartment.name; return I18n.t('%{from} transferred the chat to the department %{to}', { from, to }); }, - queue: () => I18n.t('%{from} returned the chat to the queue', { from }), + queue: () => { + if (!sender.username) { + return I18n.t('The chat was moved back to queue'); + } + return I18n.t('%{from} returned the chat to the queue', { from }); + }, }; return transferTypes[scope](); diff --git a/src/i18n/af.json b/src/i18n/af.json index 9644ed805..5adb2173a 100644 --- a/src/i18n/af.json +++ b/src/i18n/af.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/ar.json b/src/i18n/ar.json index d6ab7a504..fac191c5f 100644 --- a/src/i18n/ar.json +++ b/src/i18n/ar.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/az.json b/src/i18n/az.json index cf702dcc7..11eb87bf5 100644 --- a/src/i18n/az.json +++ b/src/i18n/az.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/be_BY.json b/src/i18n/be_BY.json index a5963938b..da3ad92cd 100644 --- a/src/i18n/be_BY.json +++ b/src/i18n/be_BY.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/bg.json b/src/i18n/bg.json index 70f19914f..e8cf28369 100644 --- a/src/i18n/bg.json +++ b/src/i18n/bg.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/bs.json b/src/i18n/bs.json index 67b323567..7accefc05 100644 --- a/src/i18n/bs.json +++ b/src/i18n/bs.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/ca.json b/src/i18n/ca.json index c956ffc09..51ea02dbf 100644 --- a/src/i18n/ca.json +++ b/src/i18n/ca.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/cs.json b/src/i18n/cs.json index 88cd2d593..eede23606 100644 --- a/src/i18n/cs.json +++ b/src/i18n/cs.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Změnit Oddělení", "chat_finished_effbd589": "Chat Ukončen", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Vybrat oddělení...", "choose_a_department_fe9755fd": "Vybrat oddělení", "choose_an_option_26ac97d2": "Vybrat možnost...", @@ -32,6 +33,9 @@ "fileupload_error_9eedee68": "Chyba při nahrávání souboru", "finish_this_chat_87b79542": "Ukončit tento chat", "forget_remove_my_data_e1d68cdd": "Zapomenout/Odebrat mé údaje", + "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", + "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", + "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", "gdpr_8b366c2b": "GDPR", "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Přejít do **možnosti nabídky → Zapomenout/Odebrat mé osobní údaje** vyžádat okamžité odstranění Vašich osobních údajů.", "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", @@ -46,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat není připojen.", "media_types_not_accepted_4e25676a": "Typy příloh nebyly přijaty.", "message_5c38209d": "Zpráva", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimalizovat chat", "name_1aed4a1b": "Jméno", "need_help_803a61": "Potřebujete pomoc?", @@ -64,6 +69,8 @@ "sound_is_on_98a9ec58": "Zvuk je zapnutý", "start_chat_8606d464": "Zahájit konverzaci", "thanks_for_talking_with_us_719cce22": "Děkujeme, že jste s námi hovořil", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "Správcem vašich osobních údajů je [Název společnosti] se sídlem [Adresa společnosti]. Zahájením konverzace souhlaste s tím, že vaše osobní údaje budou zpracovávány a předávány v souladu s obecným nařízením o ochraně údajů (GDPR).", "type_your_message_here_6a05bd0f": "Zde napište svou zprávu", "unread_messages_5e18e7b7": "nepřečtené zprávy", diff --git a/src/i18n/cy.json b/src/i18n/cy.json index 22668de29..8ed2da2c3 100644 --- a/src/i18n/cy.json +++ b/src/i18n/cy.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/da.json b/src/i18n/da.json index bd41fef6b..5a23f3e41 100644 --- a/src/i18n/da.json +++ b/src/i18n/da.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/de.json b/src/i18n/de.json index 1a3560a6c..40b055d88 100644 --- a/src/i18n/de.json +++ b/src/i18n/de.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Abteilung wechseln", "chat_finished_effbd589": "Chat beendet", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Wählen Sie eine Abteilung", "choose_a_department_fe9755fd": "Wählen Sie eine Abteilung", "choose_an_option_26ac97d2": "Wählen Sie eine Option", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat ist nicht verbunden.", "media_types_not_accepted_4e25676a": "Der Medientyp wird nicht akzeptiert.", "message_5c38209d": "Nachricht", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Chat minimieren", "name_1aed4a1b": "Name", "need_help_803a61": "Benötigen Sie Hilfe?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Ton ist an", "start_chat_8606d464": "Chat beginnen", "thanks_for_talking_with_us_719cce22": "Vielen Dank für unser Gespräch", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "Der Datenschutzbeauftragte Ihrer persönlichen Daten ist [Company Name], mit eingetragenem Firmensitz in [Company Address]. Indem Sie den Chat starten, erklären Sie sich damit einverstanden, dass Ihre persönlichen Daten im Einklang mit der Datenschutz-Grundverordnung (DSGVO) verarbeitet und weitergegeben werden.", "type_your_message_here_6a05bd0f": "Geben Sie hier Ihre Nachricht ein", "unread_messages_5e18e7b7": "ungelesene Nachrichten", diff --git a/src/i18n/de_AT.json b/src/i18n/de_AT.json index d254f1d31..163386d8f 100644 --- a/src/i18n/de_AT.json +++ b/src/i18n/de_AT.json @@ -7,6 +7,8 @@ "change_department_1d671538": "Abteilung wechseln", "change_department_523a16e8": "Abteilung wechseln", "chat_finished_effbd589": "Chat beendet", + "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Wählen Sie eine Abteilung", "choose_a_department_fe9755fd": "Wählen Sie eine Abteilung", "choose_an_option_26ac97d2": "Wählen Sie eine Option", @@ -48,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat ist nicht verbunden.", "media_types_not_accepted_4e25676a": "Der Medientyp wird nicht akzeptiert.", "message_5c38209d": "Nachricht", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Chat minimieren", "name_1aed4a1b": "Name", "need_help_803a61": "Benötigen Sie Hilfe?", @@ -66,6 +69,8 @@ "sound_is_on_98a9ec58": "Ton ist an", "start_chat_8606d464": "Chat beginnen", "thanks_for_talking_with_us_719cce22": "Vielen Dank für unser Gespräch", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "Der Datenschutzbeauftragte Ihrer persönlichen Daten ist [Company Name], mit eingetragenem Firmensitz in [Company Address]. Indem Sie den Chat starten, erklären Sie sich damit einverstanden, dass Ihre persönlichen Daten im Einklang mit der Datenschutz-Grundverordnung (DSGVO) verarbeitet und weitergegeben werden.", "type_your_message_here_6a05bd0f": "Geben Sie hier Ihre Nachricht ein", "unread_messages_5e18e7b7": "ungelesene Nachrichten", diff --git a/src/i18n/de_IN.json b/src/i18n/de_IN.json index 533fb9874..5580ea91a 100644 --- a/src/i18n/de_IN.json +++ b/src/i18n/de_IN.json @@ -1,87 +1,91 @@ { - "de_informal": { - "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Bist Du sicher, dass Du den Chat beenden möchtest?", - "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Bust Du sicher, dass Du alle Deine Daten löschen möchtest?", - "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Bist Du sicher, dass Du die Abteilung wechseln möchtest?", - "cancel_caeb1e68": "Abbrechen", - "change_department_1d671538": "Abteilung wechseln", - "change_department_523a16e8": "Abteilung wechseln", - "chat_finished_effbd589": "Chat beendet", - "chat_now_3d7f6769": "Jetzt chatten", - "choose_a_department_b106da55": "Wähle eine Abteilung", - "choose_a_department_fe9755fd": "Wähle eine Abteilung", - "choose_an_option_26ac97d2": "Wähle eine Option", - "conversation_finished_6a0f2811": "Gespräch beendet", - "count_new_messages_since_since_47c9d2a0": { - "one": "Eine neue Nachricht seit %{since}", - "other": "%{count} neue Nachrichten seit %{since}" - }, - "department_switched_cff305cf": "Abteilung wurde gewechselt", - "departments_3826b025": "Abteilungen", - "disable_notifications_dd6a3180": "Benachrichtigungen deaktivieren", - "dismiss_this_alert_ea9b3104": "Diese Warnung schließen", - "drop_here_to_upload_a_file_e5f4dd60": "Datei zum Hochladen hierher ziehen", - "email_22a7d52d": "E-Mail", - "enable_notifications_a3daf4b1": "Benachrichtigungen aktivieren", - "error_closing_chat_4c5e29d7": "Beim Schliessen des Chats ist ein Fehler aufgetreten", - "error_removing_user_data_ce507478": "Beim Löschen der Benutzerdaten ist ein Fehler aufgetreten", - "error_starting_a_new_conversation_reason_a1b491a1": "Fehler beim Starten einer neuen Konversation: %{reason}", - "expand_chat_a0045dbd": "Chat vergrößern", - "field_required_fc5c6b05": "Feld erforderlich", - "file_exceeds_allowed_size_of_size_bd65c389": "Die Datei überschreitet die maximal erlaubte Größe von: %{size}.", - "fileupload_error_9eedee68": "Datei-Upload Fehler", - "finish_this_chat_87b79542": "Diesen Chat beenden", - "forget_remove_my_data_e1d68cdd": "Vergiss/Lösche meine Daten", - "from_returned_the_chat_to_the_queue_3edcd32": "%{from} hat den Chat zur Warteschleife zurückverwiesen", - "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} übertragen zur Abteilung %{to}", - "from_transferred_the_chat_to_to_15bdcb11": "%{from} übertragen des Chats zu %{to}", - "gdpr_8b366c2b": "DSGVO", - "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Gehe zum **Menü Optionen → Vergiss/Lösche meine Daten**, um die sofortige Löschung Deiner Daten zu beantragen.", - "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} mehr", - "i_agree_df2ecbd4": "Ich stimme zu", - "i_need_help_with_61054e21": "Ich benötige Hilfe mit ...", - "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "Falls Du weitere Fragen hast, drücke unten den Button, um einen neuen Chat zu beginnen.", - "insert_your_field_here_d631e875": "Hier %{field} eintragen ...", - "invalid_email_e82f3682": "Ungültige E-Mail-Adresse", - "invalid_value_12ca12c2": "Ungültiger Wert", - "leave_a_message_5b581048": "Hinterlasse eine Nachricht", - "livechat_connected_afee1c5b": "Livechat verbunden.", - "livechat_is_not_connected_b40328ca": "Livechat ist nicht verbunden.", - "media_types_not_accepted_4e25676a": "Der Medientyp wird nicht akzeptiert.", - "message_5c38209d": "Nachricht", - "minimize_chat_804b3135": "Chat minimieren", - "name_1aed4a1b": "Name", - "need_help_803a61": "Benötigst Du Hilfe?", - "new_chat_f525c39e": "Neuer Chat", - "no_available_agents_to_transfer_3ae30cec": "Keine verfügbaren Mitarbeiter/innen zum Übertragen", - "no_e16d9132": "Nein", - "ok_c47544a2": "OK", - "options_3ab0ea65": "Optionen", - "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Bitte nenne uns ein paar Informationen, um den Chat zu beginnen", - "please_wait_for_the_next_available_agent_b2a49c4c": "Bitte habe etwas Geduld. Wir sind in Kürze für Dich da ...", - "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", - "restore_chat_3bfecf2b": "Chat wiederaufnehmen", - "room_name_changed_9c42350a": "Raumname geändert", - "send_e3bd0ed0": "Senden", - "sound_is_off_a743f419": "Ton ist aus", - "sound_is_on_98a9ec58": "Ton ist an", - "start_chat_8606d464": "Chat beginnen", - "thanks_for_talking_with_us_719cce22": "Vielen Dank für unser Gespräch", - "the_controller_of_your_personal_data_is_company_na_c82f5567": "Der Datenschutzbeauftragte Deiner persönlichen Daten ist [Company Name], mit eingetragenem Firmensitz in [Company Address]. Indem Du den Chat startst, erklärst Du dich damit einverstanden, dass Deine persönlichen Daten im Einklang mit der Datenschutz-Grundverordnung (DSGVO) verarbeitet und weitergegeben werden.", - "type_your_message_here_6a05bd0f": "Gib hier Deine Nachricht ein", - "unread_messages_5e18e7b7": "ungelesene Nachrichten", - "user_added_by_525b6b11": "Benutzer/in hinzugefügt von", - "user_joined_407ba0d": "Benutzer/in ist dem Kanal beigetreten", - "user_left_58ed9c36": "Benutzer/in hat den Kanal verlassen", - "user_removed_by_e990f856": "Benutzer/in entfernt von", - "waiting_queue_800061da": "Warteschlange ...", - "we_are_not_online_right_now_please_leave_a_message_57df1966": "Wir sind momentan nicht online. Bitte hinterlasse uns eine Nachricht.", - "welcome_dd4e7151": "Willkommen", - "write_your_message_6eee0188": "Schreibe Deine Nachricht ...", - "yes_dde87d5": "Ja", - "you_browser_doesn_t_support_audio_element_3391386f": "Dein Browser unterstützt keine Audio Elemente", - "you_browser_doesn_t_support_video_element_e9cbd81e": "Dein Browser unterstützt keine Video Elemente", - "your_spot_is_spot_a35cd288": "Dein Platz ist #%{spot}", - "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Dein Platz ist #%{spot} (geschätzte Wartezeit: %{estimatedWaitTime})" + "de_IN": { + "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Are you sure you want to finish this chat?", + "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Are you sure you want to remove all of your personal data?", + "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Are you sure you want to switch the department?", + "cancel_caeb1e68": "Cancel", + "change_department_1d671538": "Change department", + "change_department_523a16e8": "Change Department", + "chat_finished_effbd589": "Chat Finished", + "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", + "choose_a_department_b106da55": "Choose a department...", + "choose_a_department_fe9755fd": "Choose a department", + "choose_an_option_26ac97d2": "Choose an option...", + "conversation_finished_6a0f2811": "Conversation finished", + "count_new_messages_since_since_47c9d2a0": { + "one": "One new message since %{since}", + "other": "%{count} new messages since %{since}" + }, + "department_switched_cff305cf": "Department switched", + "departments_3826b025": "Departments", + "disable_notifications_dd6a3180": "Disable notifications", + "dismiss_this_alert_ea9b3104": "Dismiss this alert", + "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", + "email_22a7d52d": "Email", + "enable_notifications_a3daf4b1": "Enable notifications", + "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_removing_user_data_ce507478": "Error removing user data.", + "error_starting_a_new_conversation_reason_a1b491a1": "Error starting a new conversation: %{reason}", + "expand_chat_a0045dbd": "Expand chat", + "field_required_fc5c6b05": "Field required", + "file_exceeds_allowed_size_of_size_bd65c389": "File exceeds allowed size of %{size}.", + "fileupload_error_9eedee68": "FileUpload Error", + "finish_this_chat_87b79542": "Finish this chat", + "forget_remove_my_data_e1d68cdd": "Forget/Remove my data", + "from_returned_the_chat_to_the_queue_3edcd32": "%{from} returned the chat to the queue", + "from_transferred_the_chat_to_the_department_to_752ab298": "%{from} transferred the chat to the department %{to}", + "from_transferred_the_chat_to_to_15bdcb11": "%{from} transferred the chat to %{to}", + "gdpr_8b366c2b": "GDPR", + "go_to_menu_options_forget_remove_my_personal_data__99c40934": "Go to **menu options → Forget/Remove my personal data** to request the immediate removal of your data.", + "hiddenelementscount_more_c017d614": "+ %{hiddenElementsCount} more", + "i_agree_df2ecbd4": "I Agree", + "i_need_help_with_61054e21": "I need help with...", + "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "If you have any other questions, just press the button below to start a new chat.", + "insert_your_field_here_d631e875": "Insert your %{field} here...", + "invalid_email_e82f3682": "Invalid email", + "invalid_value_12ca12c2": "Invalid value", + "leave_a_message_5b581048": "Leave a message", + "livechat_connected_afee1c5b": "Livechat connected.", + "livechat_is_not_connected_b40328ca": "Livechat is not connected.", + "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", + "message_5c38209d": "Message", + "messages_64e7435f": "Messages", + "minimize_chat_804b3135": "Minimize chat", + "name_1aed4a1b": "Name", + "need_help_803a61": "Need help?", + "new_chat_f525c39e": "New Chat", + "no_available_agents_to_transfer_3ae30cec": "No available agents to transfer", + "no_e16d9132": "No", + "ok_c47544a2": "OK", + "options_3ab0ea65": "Options", + "please_tell_us_some_information_to_start_the_chat_ac135cbb": "Please, tell us some information to start the chat", + "please_wait_for_the_next_available_agent_b2a49c4c": "Please, wait for the next available agent..", + "powered_by_rocket_chat_4d7c2ab4": "Powered by Rocket.Chat", + "restore_chat_3bfecf2b": "Restore chat", + "room_name_changed_9c42350a": "Room name changed", + "send_e3bd0ed0": "Send", + "sound_is_off_a743f419": "Sound is off", + "sound_is_on_98a9ec58": "Sound is on", + "start_chat_8606d464": "Start chat", + "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", + "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", + "type_your_message_here_6a05bd0f": "Type your message here", + "unread_messages_5e18e7b7": "unread messages", + "user_added_by_525b6b11": "User added by", + "user_joined_407ba0d": "User joined", + "user_left_58ed9c36": "User left", + "user_removed_by_e990f856": "User removed by", + "waiting_queue_800061da": "Waiting queue...", + "we_are_not_online_right_now_please_leave_a_message_57df1966": "We are not online right now. Please, leave a message.", + "welcome_dd4e7151": "Welcome", + "write_your_message_6eee0188": "Write your message...", + "yes_dde87d5": "Yes", + "you_browser_doesn_t_support_audio_element_3391386f": "You browser doesn't support audio element", + "you_browser_doesn_t_support_video_element_e9cbd81e": "You browser doesn't support video element", + "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", + "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" } -} +} \ No newline at end of file diff --git a/src/i18n/default.json b/src/i18n/default.json index 2f89bafff..6415d6e57 100644 --- a/src/i18n/default.json +++ b/src/i18n/default.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/el.json b/src/i18n/el.json index a753b59ee..994922927 100644 --- a/src/i18n/el.json +++ b/src/i18n/el.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/en.json b/src/i18n/en.json index c5ed5d2cb..8df1c29eb 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/eo.json b/src/i18n/eo.json index 7f0521387..d58efbd11 100644 --- a/src/i18n/eo.json +++ b/src/i18n/eo.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/es.json b/src/i18n/es.json index 4b2ff3b8b..77d932874 100644 --- a/src/i18n/es.json +++ b/src/i18n/es.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Cambiar el departamento", "chat_finished_effbd589": "Chat terminado", "chat_now_3d7f6769": "Chatear ahora", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Seleccione un departamento", "choose_a_department_fe9755fd": "Seleccione un departamento", "choose_an_option_26ac97d2": "Seleccione una opción...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat no está conectado.", "media_types_not_accepted_4e25676a": "Tipos de medios no aceptado.", "message_5c38209d": "Mensaje", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimizar chat", "name_1aed4a1b": "Nombre", "need_help_803a61": "¿Necesita ayuda?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sonido apagado", "start_chat_8606d464": "Comenzar chat", "thanks_for_talking_with_us_719cce22": "Gracias por hablar con nosotros", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "El controlador de sus datos personales es [Company Name], con domicilio en [Company Address]. Para iniciar el chat, acepta que sus datos personales se procesen y transmitan de acuerdo con el Reglamento General de Protección de Datos (GDPR).", "type_your_message_here_6a05bd0f": "Escribe tu mensaje aquí", "unread_messages_5e18e7b7": "Mensajes no leídos", diff --git a/src/i18n/et.json b/src/i18n/et.json index 7c7dedbcf..d691245da 100644 --- a/src/i18n/et.json +++ b/src/i18n/et.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/eu.json b/src/i18n/eu.json index 98603929c..f7bc7233f 100644 --- a/src/i18n/eu.json +++ b/src/i18n/eu.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/fa.json b/src/i18n/fa.json index 1fa819096..27b295b4a 100644 --- a/src/i18n/fa.json +++ b/src/i18n/fa.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "تغییر بخش", "chat_finished_effbd589": "گفتگو پایان یافت", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "یک بخش را انتخاب کنید ...", "choose_a_department_fe9755fd": "یک بخش را انتخاب کنید", "choose_an_option_26ac97d2": "یک گزینه را انتخاب کنید", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat وصل نشد.", "media_types_not_accepted_4e25676a": "این نوع فایل قابل قبول نیست.", "message_5c38209d": "پیام", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "کوچک کردن گفتگو", "name_1aed4a1b": "نام", "need_help_803a61": "نیاز به کمک دارید?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "صدا وصل شد", "start_chat_8606d464": "آغاز گفتگو", "thanks_for_talking_with_us_719cce22": "متشکر از تماس شما با ما", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "کنترل اطلاعات شما در دست شرکت [Company Name], به آدرس [Company Address] است. برای شروع گفتگو لازم از مقررات عمومی حفاظت از داده اتحادیه اروپا (GDPR) را تایید کنید.", "type_your_message_here_6a05bd0f": "پیام خود را اینجا تایپ کنید", "unread_messages_5e18e7b7": "پیام های خوانده نشده", diff --git a/src/i18n/fi.json b/src/i18n/fi.json index 58bf7c145..dd5817bf0 100644 --- a/src/i18n/fi.json +++ b/src/i18n/fi.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/fr.json b/src/i18n/fr.json index e36d64d71..b83c6f4f0 100644 --- a/src/i18n/fr.json +++ b/src/i18n/fr.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Changer Département", "chat_finished_effbd589": "Chat Terminé", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choisir un département...", "choose_a_department_fe9755fd": "Choisir un département", "choose_an_option_26ac97d2": "Choisir une option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Le livechat n'est pas connecté.", "media_types_not_accepted_4e25676a": "Type de fichier non autorisé.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Réduire le chat", "name_1aed4a1b": "Nom", "need_help_803a61": "Besoin d'aide ?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Le son est activé", "start_chat_8606d464": "Démarrer le chat", "thanks_for_talking_with_us_719cce22": "Merci d'avoir conversé avec nous", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "L'opérateur de vos données personnelles est [Company Name], dont l'adresse est [Company Address]. Pour débuter le chat vous acceptez que vos données personnelles soient utilisées et transmises conformément au règlement général sur la protection des données (RGPD).", "type_your_message_here_6a05bd0f": "Tapez votre message ici", "unread_messages_5e18e7b7": "messages non lus", diff --git a/src/i18n/he.json b/src/i18n/he.json index 43051fa38..6bb8bb97d 100644 --- a/src/i18n/he.json +++ b/src/i18n/he.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "החלף מחלקה", "chat_finished_effbd589": "הצ'אט הסתיים", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "בחר מחלקה...", "choose_a_department_fe9755fd": "בחר מחלקה", "choose_an_option_26ac97d2": "בחר אפשרות...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "צ'אט לייב לא מחובר.", "media_types_not_accepted_4e25676a": "סוג המדיה אינו מאושר.", "message_5c38209d": "הודעה", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "מזער צ'אט", "name_1aed4a1b": "שם", "need_help_803a61": "צריך עזרה?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "סאונד דולק", "start_chat_8606d464": "התחל צ'אט", "thanks_for_talking_with_us_719cce22": "תודה שדיברתם איתנו", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "כתוב את ההודעה כאן", "unread_messages_5e18e7b7": "הודעות שלא נקראו", @@ -84,4 +88,4 @@ "your_spot_is_spot_a35cd288": "מיקומך הוא #%{spot}", "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "מיקומך הוא #%{spot} זמן מוערך %{estimatedWaitTime})" } -} +} \ No newline at end of file diff --git a/src/i18n/hr.json b/src/i18n/hr.json index 756450e51..d33af9ae5 100644 --- a/src/i18n/hr.json +++ b/src/i18n/hr.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/hu.json b/src/i18n/hu.json index b97defbbf..67fd699ce 100644 --- a/src/i18n/hu.json +++ b/src/i18n/hu.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/id.json b/src/i18n/id.json index 82ecbabee..37e0c520d 100644 --- a/src/i18n/id.json +++ b/src/i18n/id.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/index.js b/src/i18n/index.js index 106880f52..47daeea47 100644 --- a/src/i18n/index.js +++ b/src/i18n/index.js @@ -1,7 +1,7 @@ // Generated by i18nline and preact-i18nline. import I18n from 'preact-i18nline/i18n'; -I18n.supportedLocales = ['af','ar','az','be_BY','bg','bs','ca','cs','cy','da','de','de_AT','el','en','eo','es','et','eu','fa','fi','fr','he','hr','hu','id','it','ja','km','ko','ku','lo','lt','lv','mn','ms_MY','nl','no','pl','pt','pt_BR','ro','ru','sk_SK','sl_SI','sq','sr','sv','ta_IN','th_TH','tr','ug','uk','vi_VN','zh','zh_HK','zh_TW']; +I18n.supportedLocales = ['af','ar','az','be_BY','bg','bs','ca','cs','cy','da','de','de_AT','de_IN','el','en','eo','es','et','eu','fa','fi','fr','he','hr','hu','id','it','ja','km','ko','ku','lo','lt','lv','mn','ms_MY','nl','no','pl','pt','pt_BR','ro','ru','sk_SK','sl_SI','sq','sr','sv','ta_IN','th_TH','tr','ug','uk','vi_VN','zh','zh_HK','zh_TW']; I18n.defaultLocale = 'en'; I18n.import = locale => { @@ -21,6 +21,7 @@ I18n.import = locale => { case 'da': return import(/* webpackChunkName: 'i18n.da' */ './da.json'); case 'de': return import(/* webpackChunkName: 'i18n.de' */ './de.json'); case 'de_AT': return import(/* webpackChunkName: 'i18n.de_AT' */ './de_AT.json'); + case 'de_IN': return import(/* webpackChunkName: 'i18n.de_IN' */ './de_IN.json'); case 'el': return import(/* webpackChunkName: 'i18n.el' */ './el.json'); case 'en': return import(/* webpackChunkName: 'i18n.en' */ './en.json'); case 'eo': return import(/* webpackChunkName: 'i18n.eo' */ './eo.json'); @@ -82,6 +83,7 @@ if ((typeof module === 'object') && module.hot) { module.hot.accept('./da.json', I18n.reload('da')); module.hot.accept('./de.json', I18n.reload('de')); module.hot.accept('./de_AT.json', I18n.reload('de_AT')); + module.hot.accept('./de_IN.json', I18n.reload('de_IN')); module.hot.accept('./el.json', I18n.reload('el')); module.hot.accept('./en.json', I18n.reload('en')); module.hot.accept('./eo.json', I18n.reload('eo')); diff --git a/src/i18n/it.json b/src/i18n/it.json index 1c8ebd05f..5449b06ce 100644 --- a/src/i18n/it.json +++ b/src/i18n/it.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Cambia Dipartimento", "chat_finished_effbd589": "Chat Conclusa", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Scegli un dipartimento...", "choose_a_department_fe9755fd": "Scegli un dipartimento", "choose_an_option_26ac97d2": "Scegli un opzione...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat non è connesso.", "media_types_not_accepted_4e25676a": "Formato Media Non Accettato.", "message_5c38209d": "Messaggio", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Rimpicciolisci chat", "name_1aed4a1b": "Nome", "need_help_803a61": "Hai bisogno di aiuto?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Il suono è acceso", "start_chat_8606d464": "Comincia la chat", "thanks_for_talking_with_us_719cce22": "Grazie per aver parlato con noi", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "Il titolare del trattamento dei tuoi dati personali è [Nome Compagnia], con sede in [Indirizzo Compagnia]. Per cominciare la chat è necessario che tu accetta che i tuoi dati personali vengano processati e/o trasmessi in accordo con il General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Scrivi il tuo messaggio qui", "unread_messages_5e18e7b7": "messaggi non letti", diff --git a/src/i18n/ja.json b/src/i18n/ja.json index 0d6055403..960acc53d 100644 --- a/src/i18n/ja.json +++ b/src/i18n/ja.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "部署を変更", "chat_finished_effbd589": "チャットが終了しました", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "選択してください", "choose_a_department_fe9755fd": "担当部署を選択してください", "choose_an_option_26ac97d2": "選択してください", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "ライブチャットに接続していません。", "media_types_not_accepted_4e25676a": "ファイルの種別が無効です。", "message_5c38209d": "メッセージ", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "チャットを最小化", "name_1aed4a1b": "お名前", "need_help_803a61": "助けが必要ですか?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "音量をオンにする", "start_chat_8606d464": "チャットを開始", "thanks_for_talking_with_us_719cce22": "お問い合わせいただきありがとうございます", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "あなたの個人データの管理者は[会社名]であり、[会社の住所]に登録事務所があります。チャットを開始するには、個人データが一般データ保護規則(GDPR)に従って処理および送信されることに同意するものとします。", "type_your_message_here_6a05bd0f": "ここにメッセージを入力", "unread_messages_5e18e7b7": "未読メッセージ", diff --git a/src/i18n/km.json b/src/i18n/km.json index 7478bbc64..1fc80a0ac 100644 --- a/src/i18n/km.json +++ b/src/i18n/km.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/ko.json b/src/i18n/ko.json index dcf7a6fbd..ecd817aa6 100644 --- a/src/i18n/ko.json +++ b/src/i18n/ko.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/ku.json b/src/i18n/ku.json index cc90671ca..129949bc1 100644 --- a/src/i18n/ku.json +++ b/src/i18n/ku.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/lo.json b/src/i18n/lo.json index 728010e3b..c2d396ccd 100644 --- a/src/i18n/lo.json +++ b/src/i18n/lo.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/lt.json b/src/i18n/lt.json index 43650d648..1e56c3016 100644 --- a/src/i18n/lt.json +++ b/src/i18n/lt.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/lv.json b/src/i18n/lv.json index 9177ce2e5..865e17d07 100644 --- a/src/i18n/lv.json +++ b/src/i18n/lv.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/mn.json b/src/i18n/mn.json index 1aa6d4d0a..0c286ca51 100644 --- a/src/i18n/mn.json +++ b/src/i18n/mn.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/ms_MY.json b/src/i18n/ms_MY.json index 15d5263c3..c8a4a76e4 100644 --- a/src/i18n/ms_MY.json +++ b/src/i18n/ms_MY.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/nl.json b/src/i18n/nl.json index df31c523d..3d8476a00 100644 --- a/src/i18n/nl.json +++ b/src/i18n/nl.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Afdeling wijzigen", "chat_finished_effbd589": "Chat afgesloten", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Kies een afdeling...", "choose_a_department_fe9755fd": "Kies een afdeling", "choose_an_option_26ac97d2": "Kies een optie...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is niet verbonden.", "media_types_not_accepted_4e25676a": "Mediatypen worden niet geaccepteerd.", "message_5c38209d": "Bericht", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Chat minimaliseren", "name_1aed4a1b": "Naam", "need_help_803a61": "Hulp nodig?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Geluid is aan", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Bedankt voor je gesprek", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "De beheerder van je persoonlijke gegevens is [Company Name], met maatschappelijke zetel op [Company Address]. Om de chat te starten, gaat je ermee akkoord dat je persoonlijke gegevens worden verwerkt en verzonden in overeenstemming met de Algemene Verordening Gegevensbescherming (AVG).", "type_your_message_here_6a05bd0f": "Schrijf hier je bericht", "unread_messages_5e18e7b7": "ongelezen berichten", @@ -84,4 +88,4 @@ "your_spot_is_spot_a35cd288": "Je plaats is #%{spot}", "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Je plek is #%{spot} (geschatte wachttijd: %{estimatedWaitTime})" } -} +} \ No newline at end of file diff --git a/src/i18n/no.json b/src/i18n/no.json index f25a74b40..c10b02531 100644 --- a/src/i18n/no.json +++ b/src/i18n/no.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/pl.json b/src/i18n/pl.json index 27d513d1c..de1022eae 100644 --- a/src/i18n/pl.json +++ b/src/i18n/pl.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Zmień Dział", "chat_finished_effbd589": "Rozmowa Zakończona", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Wybierz dział...", "choose_a_department_fe9755fd": "Wybierz dział", "choose_an_option_26ac97d2": "Wybierz opcję...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Nie połączono.", "media_types_not_accepted_4e25676a": "Format pliku niedozwolony.", "message_5c38209d": "Wiadomość", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimalizuj okno", "name_1aed4a1b": "Imię", "need_help_803a61": "Potrzebujesz pomocy?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Włącz dźwiek", "start_chat_8606d464": "Rozpocznij rozmowę", "thanks_for_talking_with_us_719cce22": "Dziękujemy za kontakt", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "Administratorem twoich danych osobowych jest [Company Name], z siedzibą przy ulicy [Company Address]. Rozpoczynając rozmowę, wyrażasz zgodę na przetwarzanie i przesyłanie twoich danych osobowych zgodnie z ogólnym rozporządzeniem o ochronie danych (RODO).", "type_your_message_here_6a05bd0f": "Wpisz tu swoją wiadomość", "unread_messages_5e18e7b7": "nieprzeczytane wiadomości", diff --git a/src/i18n/pt.json b/src/i18n/pt.json index 0ab5f8f65..c54993c6f 100644 --- a/src/i18n/pt.json +++ b/src/i18n/pt.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/pt_BR.json b/src/i18n/pt_BR.json index b42b5fa26..d9cf2a643 100644 --- a/src/i18n/pt_BR.json +++ b/src/i18n/pt_BR.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Trocar Departamento", "chat_finished_effbd589": "Chat Terminado", "chat_now_3d7f6769": "Converse agora", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Escolha um departamento...", "choose_a_department_fe9755fd": "Escolha um departamento", "choose_an_option_26ac97d2": "Escolha uma opção...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat não está conectado ao servidor.", "media_types_not_accepted_4e25676a": "Tipo de mídia não aceito.", "message_5c38209d": "Mensagem", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimizar chat", "name_1aed4a1b": "Nome", "need_help_803a61": "Precisa de ajuda?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "O som está ligado", "start_chat_8606d464": "Iniciar chat", "thanks_for_talking_with_us_719cce22": "Obrigado por falar conosco", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "O controlador dos seus dados pessoais é [Nome da Empresa], com sede em [Company Address]. Para iniciar o chat, você concorda que seus dados pessoais serão processados e transmitidos de acordo com o Regulamento Geral de Proteção de Dados(GDPR).", "type_your_message_here_6a05bd0f": "Digite sua mensagem aqui", "unread_messages_5e18e7b7": "Mensagens não lidas", @@ -84,4 +88,4 @@ "your_spot_is_spot_a35cd288": "Seu lugar é #%{spot}", "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Seu lugar é #%{spot} (Tempo estimado: %{estimatedWaitTime})" } -} +} \ No newline at end of file diff --git a/src/i18n/ro.json b/src/i18n/ro.json index 40c913895..ba602033d 100644 --- a/src/i18n/ro.json +++ b/src/i18n/ro.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat-ul s-a terminat!", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Alegeți un departament...", "choose_a_department_fe9755fd": "Alegeți un departament", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/ru.json b/src/i18n/ru.json index 6dc3e3bd8..72c5b8fb7 100644 --- a/src/i18n/ru.json +++ b/src/i18n/ru.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Сменить Отдел", "chat_finished_effbd589": "Разговор Закончен", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Выберите отдел...", "choose_a_department_fe9755fd": "Выберите отдел", "choose_an_option_26ac97d2": "Выберите опцию...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat не подключен.", "media_types_not_accepted_4e25676a": "Данный тип медиа не поддерживается.", "message_5c38209d": "Сообщение", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Свернуть окно чата", "name_1aed4a1b": "Имя", "need_help_803a61": "Требуется помощь?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Звук включен", "start_chat_8606d464": "Начать чат", "thanks_for_talking_with_us_719cce22": "Спасибо, что обратились к нам", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Напечатайте ваше сообщение", "unread_messages_5e18e7b7": "непрочитанные сообщения", @@ -84,4 +88,4 @@ "your_spot_is_spot_a35cd288": "Ваше место в очереди: #%{spot}", "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Ваше место в очереди: #%{spot} (Предполагаемое время ожидания: %{estimatedWaitTime})" } -} +} \ No newline at end of file diff --git a/src/i18n/sk_SK.json b/src/i18n/sk_SK.json index 868dc3846..3a4f2aae1 100644 --- a/src/i18n/sk_SK.json +++ b/src/i18n/sk_SK.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/sl_SI.json b/src/i18n/sl_SI.json index 2ecd8bf32..997643f30 100644 --- a/src/i18n/sl_SI.json +++ b/src/i18n/sl_SI.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/sq.json b/src/i18n/sq.json index 2ae0fd1c1..767902ac2 100644 --- a/src/i18n/sq.json +++ b/src/i18n/sq.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/sr.json b/src/i18n/sr.json index b90701c05..cb357a4ae 100644 --- a/src/i18n/sr.json +++ b/src/i18n/sr.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Промени одељење", "chat_finished_effbd589": "Разговор завршен", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Изабери одељење...", "choose_a_department_fe9755fd": "Изабери одељење", "choose_an_option_26ac97d2": "Изабери опцију...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Разговор уживо није повезан.", "media_types_not_accepted_4e25676a": "Тип датотеке није прихватљив.", "message_5c38209d": "Порука", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Смањи прозор за разговор", "name_1aed4a1b": "Име", "need_help_803a61": "Потребна Вам је помоћ?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Звук је укљичен", "start_chat_8606d464": "Започни разговор", "thanks_for_talking_with_us_719cce22": "Захваљујемо на разговору!", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "Вашим приватним подацима управља [Company Name], са седиштем на адреси [Company Address]. Када започнете разговор, прихватате да ће Ваши приватни подаци бити процесуирани и складиштени у складу са General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Укуцајте Вашу поруку овде", "unread_messages_5e18e7b7": "Непрочитане поруке", diff --git a/src/i18n/sv.json b/src/i18n/sv.json index 9b497dda7..c0006b264 100644 --- a/src/i18n/sv.json +++ b/src/i18n/sv.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Starta chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Meddelande", "unread_messages_5e18e7b7": "unread messages", @@ -84,4 +88,4 @@ "your_spot_is_spot_a35cd288": "Your spot is #%{spot}", "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Your spot is #%{spot} (Estimated wait time: %{estimatedWaitTime})" } -} +} \ No newline at end of file diff --git a/src/i18n/ta_IN.json b/src/i18n/ta_IN.json index 257a207f9..823a8c60f 100644 --- a/src/i18n/ta_IN.json +++ b/src/i18n/ta_IN.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/th_TH.json b/src/i18n/th_TH.json index b8958f062..a6af74c77 100644 --- a/src/i18n/th_TH.json +++ b/src/i18n/th_TH.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/tr.json b/src/i18n/tr.json index 466f8c204..e5e30a11d 100644 --- a/src/i18n/tr.json +++ b/src/i18n/tr.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/ug.json b/src/i18n/ug.json index c4410eacb..27810f69a 100644 --- a/src/i18n/ug.json +++ b/src/i18n/ug.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/uk.json b/src/i18n/uk.json index cf23b771b..a342d2040 100644 --- a/src/i18n/uk.json +++ b/src/i18n/uk.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/vi_VN.json b/src/i18n/vi_VN.json index 52eb696c5..9f708ee68 100644 --- a/src/i18n/vi_VN.json +++ b/src/i18n/vi_VN.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/zh.json b/src/i18n/zh.json index 60c968725..ff1640137 100644 --- a/src/i18n/zh.json +++ b/src/i18n/zh.json @@ -7,6 +7,8 @@ "change_department_1d671538": "变更部门", "change_department_523a16e8": "变更部门", "chat_finished_effbd589": "聊天结束", + "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "选择部门...", "choose_a_department_fe9755fd": "选择部门", "choose_an_option_26ac97d2": "请选择...", @@ -48,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "聊天未连线", "media_types_not_accepted_4e25676a": "不允许的挡案类型", "message_5c38209d": "信息", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "最小化聊天窗口", "name_1aed4a1b": "名字", "need_help_803a61": "需要帮忙吗?", @@ -66,6 +69,8 @@ "sound_is_on_98a9ec58": "声音开启", "start_chat_8606d464": "开始聊天", "thanks_for_talking_with_us_719cce22": "谢谢与我们联系", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "您的个人数据的由 [Company Name] 使用, 注册办公室位于 [Company Address]. 要开始聊天,您同意应按照通用数据保护条例(GDPR)处理和传输您的个人数据.", "type_your_message_here_6a05bd0f": "请在此输入您的信息", "unread_messages_5e18e7b7": "未读信息", diff --git a/src/i18n/zh_HK.json b/src/i18n/zh_HK.json index 497d08c32..303c99dcb 100644 --- a/src/i18n/zh_HK.json +++ b/src/i18n/zh_HK.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/i18n/zh_TW.json b/src/i18n/zh_TW.json index 49a5c95d9..6bc56324a 100644 --- a/src/i18n/zh_TW.json +++ b/src/i18n/zh_TW.json @@ -8,6 +8,7 @@ "change_department_523a16e8": "Change Department", "chat_finished_effbd589": "Chat Finished", "chat_now_3d7f6769": "Chat now", + "chat_started_3b1db6d6": "Chat started", "choose_a_department_b106da55": "Choose a department...", "choose_a_department_fe9755fd": "Choose a department", "choose_an_option_26ac97d2": "Choose an option...", @@ -49,6 +50,7 @@ "livechat_is_not_connected_b40328ca": "Livechat is not connected.", "media_types_not_accepted_4e25676a": "Media Types Not Accepted.", "message_5c38209d": "Message", + "messages_64e7435f": "Messages", "minimize_chat_804b3135": "Minimize chat", "name_1aed4a1b": "Name", "need_help_803a61": "Need help?", @@ -67,6 +69,8 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_chat_was_moved_back_to_queue_cefbade6": "The chat was moved back to queue", + "the_chat_was_transferred_to_another_agent_b375bdac": "The chat was transferred to another agent", "the_controller_of_your_personal_data_is_company_na_c82f5567": "The controller of your personal data is [Company Name], with registered office at [Company Address]. To start the chat you agree that your personal data shall be processed and trasmitted in accordance with the General Data Protection Regulation (GDPR).", "type_your_message_here_6a05bd0f": "Type your message here", "unread_messages_5e18e7b7": "unread messages", diff --git a/src/routes/LeaveMessage/component.js b/src/routes/LeaveMessage/component.js index ae0367c9f..60c1ac798 100644 --- a/src/routes/LeaveMessage/component.js +++ b/src/routes/LeaveMessage/component.js @@ -3,6 +3,7 @@ import { h, Component } from 'preact'; import { Button } from '../../components/Button'; import { ButtonGroup } from '../../components/ButtonGroup'; import { Form, FormField, SelectInput, TextInput, Validations } from '../../components/Form'; +import { renderMarkdown } from '../../components/Messages/MessageText/markdown'; import Screen from '../../components/Screen'; import { createClassName, sortArrayByColumn } from '../../components/helpers'; import I18n from '../../i18n'; @@ -183,10 +184,10 @@ export default class LeaveMessage extends Component { {...props} > -

- {hasForm ? message || defaultMessage : unavailableMessage || defaultUnavailableMessage} -

- +
{hasForm && this.renderForm(this.props, this.state)} diff --git a/src/routes/LeaveMessage/container.js b/src/routes/LeaveMessage/container.js index d73a90806..8a03c06a8 100644 --- a/src/routes/LeaveMessage/container.js +++ b/src/routes/LeaveMessage/container.js @@ -10,14 +10,14 @@ import LeaveMessage from './component'; export class LeaveMessageContainer extends Component { handleSubmit = async (fields) => { - const { alerts, dispatch } = this.props; + const { alerts, dispatch, successMessage } = this.props; await dispatch({ loading: true }); try { const payload = parseOfflineMessage(fields); const text = await Livechat.sendOfflineMessage(payload); await ModalManager.alert({ - text, + text: successMessage || text, }); parentCall('callback', ['offline-form-submit', fields]); return true;