From e905d6631f7755117ef5e2c0aa059dbbfd67aadc Mon Sep 17 00:00:00 2001 From: Martin Schoeler Date: Tue, 8 Mar 2022 15:46:58 -0300 Subject: [PATCH 1/2] Release/1.12.1 (#692) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [FIX] Making sure the 'hide agent info' hides the agent info even with department change. (#688) * don't show agent name when setting disallows it * Release 1.12.1 Co-authored-by: Cauê Felchar <11652381+cauefcr@users.noreply.github.com> --- CHANGELOG.md | 3 +++ package.json | 2 +- src/components/helpers.js | 3 +++ src/i18n/af.json | 11 ++++++++++- src/i18n/ar.json | 11 ++++++++++- src/i18n/az.json | 11 ++++++++++- src/i18n/be_BY.json | 11 ++++++++++- src/i18n/bg.json | 11 ++++++++++- src/i18n/bs.json | 11 ++++++++++- src/i18n/ca.json | 11 ++++++++++- src/i18n/cs.json | 11 ++++++++++- src/i18n/cy.json | 11 ++++++++++- src/i18n/da.json | 11 ++++++++++- src/i18n/de.json | 11 ++++++++++- src/i18n/de_AT.json | 11 ++++++++++- src/i18n/de_IN.json | 11 ++++++++++- src/i18n/default.json | 11 ++++++++++- src/i18n/el.json | 11 ++++++++++- src/i18n/en.json | 12 +++++++++--- src/i18n/eo.json | 11 ++++++++++- src/i18n/es.json | 11 ++++++++++- src/i18n/et.json | 11 ++++++++++- src/i18n/eu.json | 11 ++++++++++- src/i18n/fa.json | 9 +++++++++ src/i18n/fi.json | 11 ++++++++++- src/i18n/fr.json | 11 ++++++++++- src/i18n/he.json | 11 ++++++++++- src/i18n/hr.json | 11 ++++++++++- src/i18n/hu.json | 11 ++++++++++- src/i18n/id.json | 11 ++++++++++- src/i18n/it.json | 11 ++++++++++- src/i18n/ja.json | 11 ++++++++++- src/i18n/km.json | 11 ++++++++++- src/i18n/ko.json | 11 ++++++++++- src/i18n/ku.json | 11 ++++++++++- src/i18n/lo.json | 11 ++++++++++- src/i18n/lt.json | 11 ++++++++++- src/i18n/lv.json | 11 ++++++++++- src/i18n/mn.json | 11 ++++++++++- src/i18n/ms_MY.json | 11 ++++++++++- src/i18n/nl.json | 11 ++++++++++- src/i18n/no.json | 11 ++++++++++- src/i18n/pl.json | 11 ++++++++++- src/i18n/pt.json | 11 ++++++++++- src/i18n/pt_BR.json | 13 +++++++++++-- src/i18n/ro.json | 11 ++++++++++- src/i18n/ru.json | 11 ++++++++++- src/i18n/sk_SK.json | 11 ++++++++++- src/i18n/sl_SI.json | 11 ++++++++++- src/i18n/sq.json | 11 ++++++++++- src/i18n/sr.json | 11 ++++++++++- src/i18n/sv.json | 11 ++++++++++- src/i18n/ta_IN.json | 11 ++++++++++- src/i18n/th_TH.json | 11 ++++++++++- src/i18n/tr.json | 11 ++++++++++- src/i18n/ug.json | 11 ++++++++++- src/i18n/uk.json | 11 ++++++++++- src/i18n/vi_VN.json | 11 ++++++++++- src/i18n/zh.json | 11 ++++++++++- src/i18n/zh_HK.json | 11 ++++++++++- src/i18n/zh_TW.json | 11 ++++++++++- 61 files changed, 586 insertions(+), 61 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 051e636b7..05ff2dc07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.12.1 - 2022-03-08 +[FIX] Making sure the 'hide agent info' hides the agent info even with department change. (#688) + ## 1.12.0 - 2022-01-20 [NEW] Introduce Widget API method to manage Business Units (#677) [IMPROVE] Update FA translations (#653) diff --git a/package.json b/package.json index 69be4003a..b6c8fd19f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/livechat", - "version": "1.12.0", + "version": "1.12.1", "files": [ "/build" ], diff --git a/src/components/helpers.js b/src/components/helpers.js index 7045488c7..ef66df2bb 100644 --- a/src/components/helpers.js +++ b/src/components/helpers.js @@ -155,6 +155,9 @@ export const normalizeTransferHistoryMessage = (transferData, sender) => { }, department: () => { const to = nextDepartment && nextDepartment.name; + if (!sender.username) { + return I18n.t('The agent transferred the chat to the department %{to}', { to }); + } return I18n.t('%{from} transferred the chat to the department %{to}', { from, to }); }, queue: () => { diff --git a/src/i18n/af.json b/src/i18n/af.json index 5adb2173a..b423ede7a 100644 --- a/src/i18n/af.json +++ b/src/i18n/af.json @@ -1,8 +1,11 @@ { "af": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "kanselleer", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Departement aangeskakel", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/ar.json b/src/i18n/ar.json index fac191c5f..00fec36a5 100644 --- a/src/i18n/ar.json +++ b/src/i18n/ar.json @@ -1,8 +1,11 @@ { "ar": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "إلغاء", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "تم تغيير الفرع", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/az.json b/src/i18n/az.json index 11eb87bf5..beda822ca 100644 --- a/src/i18n/az.json +++ b/src/i18n/az.json @@ -1,8 +1,11 @@ { "az": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Ləğv et", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Şöbə keçdi", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/be_BY.json b/src/i18n/be_BY.json index da3ad92cd..a37f1310d 100644 --- a/src/i18n/be_BY.json +++ b/src/i18n/be_BY.json @@ -1,8 +1,11 @@ { "be_BY": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Адмяніць", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Аддзел пераключыўся", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/bg.json b/src/i18n/bg.json index e8cf28369..c672541c4 100644 --- a/src/i18n/bg.json +++ b/src/i18n/bg.json @@ -1,8 +1,11 @@ { "bg": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Отказ", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Отделът е включен", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/bs.json b/src/i18n/bs.json index 7accefc05..e9225c4f8 100644 --- a/src/i18n/bs.json +++ b/src/i18n/bs.json @@ -1,8 +1,11 @@ { "bs": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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": "Jeste li sigurni da želite prebaciti odjel?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Cancel", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Department switched", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/ca.json b/src/i18n/ca.json index 51ea02dbf..48672a80f 100644 --- a/src/i18n/ca.json +++ b/src/i18n/ca.json @@ -1,8 +1,11 @@ { "ca": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Cancel·la", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Departament canviat", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/cs.json b/src/i18n/cs.json index eede23606..705ac4cdf 100644 --- a/src/i18n/cs.json +++ b/src/i18n/cs.json @@ -1,8 +1,11 @@ { "cs": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Opravdu chcete ukončit chat?", "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Opravdu chcete smazat všechny Vaše osobní údaje?", "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Opravdu chcete změnit oddělení?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Zrušit", "change_department_1d671538": "Změnit oddělení", "change_department_523a16e8": "Změnit Oddělení", @@ -17,6 +20,7 @@ "one": "Jedna nová zpráva od %{since}", "other": "%{count} nových zpráv od %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Oddělení změněno", "departments_3826b025": "Oddělení", "disable_notifications_dd6a3180": "Zakázat oznámení", @@ -25,6 +29,7 @@ "email_22a7d52d": "E-mail", "enable_notifications_a3daf4b1": "Povolit oznámení", "error_closing_chat_4c5e29d7": "Chyba při zavírání chatu.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "error_removing_user_data_ce507478": "Chyba při odstraňování uživatelských dat.", "error_starting_a_new_conversation_reason_a1b491a1": "Chyba při zahájení nové konverzace: %{reason}", "expand_chat_a0045dbd": "Rozbalit chat", @@ -42,9 +47,12 @@ "i_agree_df2ecbd4": "Souhlasím", "i_need_help_with_61054e21": "Potřebuji pomoct s...", "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "Pokud máte jakékoli další otázky, stačí stisknout tlačítko níže a zahájit nový chat", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Sem vložte %{field} ...", "invalid_email_e82f3682": "Neplatný e-mail", "invalid_value_12ca12c2": "Neplatná hodnota", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Zanechte zprávu", "livechat_connected_afee1c5b": "Livechat připojen.", "livechat_is_not_connected_b40328ca": "Livechat není připojen.", @@ -69,6 +77,7 @@ "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_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,4 @@ "your_spot_is_spot_a35cd288": "Vaše místo je #%{spot}", "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Vaše místo je #%{spot} (Předpokládaný čas čekání: %{estimatedWaitTime})" } -} \ No newline at end of file +} diff --git a/src/i18n/cy.json b/src/i18n/cy.json index 8ed2da2c3..c65de4b9a 100644 --- a/src/i18n/cy.json +++ b/src/i18n/cy.json @@ -1,8 +1,11 @@ { "cy": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Diddymu", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Adran wedi newid", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/da.json b/src/i18n/da.json index 5a23f3e41..c5c2c44b8 100644 --- a/src/i18n/da.json +++ b/src/i18n/da.json @@ -1,8 +1,11 @@ { "da": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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": "Er du sikker på, at du vil skifte afdeling?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Annuller", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Du har skiftet afdeling", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/de.json b/src/i18n/de.json index 40b055d88..3c0a65317 100644 --- a/src/i18n/de.json +++ b/src/i18n/de.json @@ -1,8 +1,11 @@ { "de": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Sind Sie sicher, dass Sie den Chat beenden möchten?", "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Sind Sie sicher, dass Sie alle Ihre Daten löschen möchten?", "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Sind Sie sicher, dass Sie die Abteilung wechseln möchten?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Abbrechen", "change_department_1d671538": "Abteilung wechseln", "change_department_523a16e8": "Abteilung wechseln", @@ -17,6 +20,7 @@ "one": "Eine neue Nachricht seit %{since}", "other": "%{count} neue Nachrichten seit %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Abteilung wurde gewechselt", "departments_3826b025": "Abteilungen", "disable_notifications_dd6a3180": "Benachrichtigungen deaktivieren", @@ -25,6 +29,7 @@ "email_22a7d52d": "E-Mail", "enable_notifications_a3daf4b1": "Benachrichtigungen aktivieren", "error_closing_chat_4c5e29d7": "Beim Schließen des Chats ist ein Fehler aufgetreten", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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 Sie weitere Fragen haben, drücken Sie unten den Button, um einen neuen Chat zu beginnen.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Hier %{field} eintragen ...", "invalid_email_e82f3682": "Ungültige E-Mail-Adresse", "invalid_value_12ca12c2": "Ungültiger Wert", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Hinterlassen Sie eine Nachricht", "livechat_connected_afee1c5b": "Livechat verbunden.", "livechat_is_not_connected_b40328ca": "Livechat ist nicht verbunden.", @@ -69,6 +77,7 @@ "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_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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.", @@ -88,4 +97,4 @@ "your_spot_is_spot_a35cd288": "Ihr Platz ist #%{spot}", "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Ihr Platz ist #%{spot} (geschätzte Wartezeit: %{estimatedWaitTime})" } -} \ No newline at end of file +} diff --git a/src/i18n/de_AT.json b/src/i18n/de_AT.json index 163386d8f..8245bc072 100644 --- a/src/i18n/de_AT.json +++ b/src/i18n/de_AT.json @@ -1,8 +1,11 @@ { "de_AT": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Sind Sie sicher, dass Sie den Chat beenden möchten?", "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Sind Sie sicher, dass Sie alle Ihre Daten löschen möchten?", "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Sind Sie sicher, dass Sie die Abteilung wechseln möchten?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Abbrechen", "change_department_1d671538": "Abteilung wechseln", "change_department_523a16e8": "Abteilung wechseln", @@ -17,6 +20,7 @@ "one": "Eine neue Nachricht seit %{since}", "other": "%{count} neue Nachrichten seit %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Abteilung wurde gewechselt", "departments_3826b025": "Abteilungen", "disable_notifications_dd6a3180": "Benachrichtigungen deaktivieren", @@ -25,6 +29,7 @@ "email_22a7d52d": "E-Mail", "enable_notifications_a3daf4b1": "Benachrichtigungen aktivieren", "error_closing_chat_4c5e29d7": "Beim Schließen des Chats ist ein Fehler aufgetreten", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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 Sie weitere Fragen haben, drücken Sie unten den Button, um einen neuen Chat zu beginnen.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Hier %{field} eintragen ...", "invalid_email_e82f3682": "Ungültige E-Mail-Adresse", "invalid_value_12ca12c2": "Ungültiger Wert", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Hinterlassen Sie eine Nachricht", "livechat_connected_afee1c5b": "Livechat verbunden.", "livechat_is_not_connected_b40328ca": "Livechat ist nicht verbunden.", @@ -69,6 +77,7 @@ "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_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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.", @@ -88,4 +97,4 @@ "your_spot_is_spot_a35cd288": "Ihr Platz ist #%{spot}", "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Ihr Platz ist #%{spot} (geschätzte Wartezeit: %{estimatedWaitTime})" } -} \ No newline at end of file +} diff --git a/src/i18n/de_IN.json b/src/i18n/de_IN.json index 5580ea91a..1e5d183ea 100644 --- a/src/i18n/de_IN.json +++ b/src/i18n/de_IN.json @@ -1,8 +1,11 @@ { "de_IN": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Cancel", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Department switched", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/default.json b/src/i18n/default.json index 6415d6e57..b39cf0879 100644 --- a/src/i18n/default.json +++ b/src/i18n/default.json @@ -1,8 +1,11 @@ { "en": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Cancel", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Department switched", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/el.json b/src/i18n/el.json index 994922927..72d06f6b7 100644 --- a/src/i18n/el.json +++ b/src/i18n/el.json @@ -1,8 +1,11 @@ { "el": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Ακύρωση", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Το τμήμα άλλαξε", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/en.json b/src/i18n/en.json index 77138ed2c..153616b01 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -1,8 +1,11 @@ { "en": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Cancel", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Department switched", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -24,8 +28,8 @@ "drop_here_to_upload_a_file_e5f4dd60": "Drop here to upload a file", "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", - "error_getting_call_alert": "Error occurred while receiving a call notification", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -38,16 +42,17 @@ "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", - "call_start_time": "Call Started at %{time}", - "call_end_time": "Call Ended at %{time}", "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid e-mail", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -72,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", diff --git a/src/i18n/eo.json b/src/i18n/eo.json index d58efbd11..843df4030 100644 --- a/src/i18n/eo.json +++ b/src/i18n/eo.json @@ -1,8 +1,11 @@ { "eo": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Nuligi", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Fako ŝaltis", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/es.json b/src/i18n/es.json index 77d932874..d97717e8e 100644 --- a/src/i18n/es.json +++ b/src/i18n/es.json @@ -1,8 +1,11 @@ { "es": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "¿Estás seguro que quieres finalizar este chat?", "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "¿Estás seguro que quieres eliminar todos tus datos personales?", "are_you_sure_you_want_to_switch_the_department_d50a0b08": "¿Estás seguro que quieres cambiar el departamento?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Cancelar", "change_department_1d671538": "Cambiar el departamento", "change_department_523a16e8": "Cambiar el departamento", @@ -17,6 +20,7 @@ "one": "Un nuevo mensaje desde %{since}", "other": "%{count} nuevos mensajes desde %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Departamento cambiado", "departments_3826b025": "Departamentos", "disable_notifications_dd6a3180": "Desactivar notificaciones", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Activar notificaciones", "error_closing_chat_4c5e29d7": "Error cerrando el chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "error_removing_user_data_ce507478": "Error eliminando datos de usuario.", "error_starting_a_new_conversation_reason_a1b491a1": "Error al iniciar una nueva conversación: %{reason}", "expand_chat_a0045dbd": "Expandir chat", @@ -42,9 +47,12 @@ "i_agree_df2ecbd4": "Acepto", "i_need_help_with_61054e21": "Necesito ayuda con...", "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "Si tiene otra pregunta, simplemente presione el botón a continuación para iniciar un nuevo chat.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Ingrese su %{field} aquí...", "invalid_email_e82f3682": "Email no válido", "invalid_value_12ca12c2": "Valor no válido", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Deje un mensaje", "livechat_connected_afee1c5b": "Livechat conectado.", "livechat_is_not_connected_b40328ca": "Livechat no está conectado.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sonido apagado", "start_chat_8606d464": "Comenzar chat", "thanks_for_talking_with_us_719cce22": "Gracias por hablar con nosotros", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,4 @@ "your_spot_is_spot_a35cd288": "Tu lugar es #%{spot}", "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Tu lugar es #%{spot} (Tiempo de espera estimado: %{estimatedWaitTime})" } -} \ No newline at end of file +} diff --git a/src/i18n/et.json b/src/i18n/et.json index d691245da..93038dae5 100644 --- a/src/i18n/et.json +++ b/src/i18n/et.json @@ -1,8 +1,11 @@ { "et": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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": "Oled sa kindel, et soovid osakonda vahetada?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Tühista", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Osakond vahetatud", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/eu.json b/src/i18n/eu.json index f7bc7233f..e69e7dce2 100644 --- a/src/i18n/eu.json +++ b/src/i18n/eu.json @@ -1,8 +1,11 @@ { "eu": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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": "Ziur zaude saioa aldatu nahi duzula?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Ezeztatu", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Department switched", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/fa.json b/src/i18n/fa.json index 98fbb43dd..6eec83eb0 100644 --- a/src/i18n/fa.json +++ b/src/i18n/fa.json @@ -1,8 +1,11 @@ { "fa": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "آیا شما می خواید به این مکالمه پایان دهید؟", "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "آیا از پاک شدن تمام اطلاعات شخصی خود اطمینان دارید؟", "are_you_sure_you_want_to_switch_the_department_d50a0b08": "ایا مطمئن هستید که میخواهید بخش را عوض کنید؟", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "لغو", "change_department_1d671538": "تغییر بخش", "change_department_523a16e8": "تغییر بخش", @@ -17,6 +20,7 @@ "one": "یک پیام جدید از %{since} قبل", "other": "%{count} پیام جدید از %{since} قبل" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "گروه عوض شد", "departments_3826b025": "بخش ها", "disable_notifications_dd6a3180": "غیرفعال کردن ناتیفیکیشن ها", @@ -25,6 +29,7 @@ "email_22a7d52d": "ایمیل", "enable_notifications_a3daf4b1": "فعال کردن ناتیفیکیشن ها", "error_closing_chat_4c5e29d7": "خطا در بستن گفتگو.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "error_removing_user_data_ce507478": "خطا در حذف اطلاعات کاربر.", "error_starting_a_new_conversation_reason_a1b491a1": "خطا در ایجاد گفتگوی جدید: %{reason}", "expand_chat_a0045dbd": "گسترش گفتگو", @@ -42,9 +47,12 @@ "i_agree_df2ecbd4": "موافقم", "i_need_help_with_61054e21": "نیاز به کمک در بخش زیر را دارم", "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "اگر هرگونه سوال دیگری دارید، بر روی دکمه ی زیر کلیک کنید تا یک گفتگو آغاز شود", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "ایمیل نامعتبر", "invalid_value_12ca12c2": "مقدار نامعتبر", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "یک پیغام بگذارید", "livechat_connected_afee1c5b": "Livechat وصل شد.", "livechat_is_not_connected_b40328ca": "Livechat وصل نشد.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "صدا وصل شد", "start_chat_8606d464": "آغاز گفتگو", "thanks_for_talking_with_us_719cce22": "متشکر از تماس شما با ما", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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) را تایید کنید.", diff --git a/src/i18n/fi.json b/src/i18n/fi.json index dd5817bf0..8f77eea98 100644 --- a/src/i18n/fi.json +++ b/src/i18n/fi.json @@ -1,8 +1,11 @@ { "fi": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Peruuta", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Osasto vaihdettu", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/fr.json b/src/i18n/fr.json index b83c6f4f0..ef377189a 100644 --- a/src/i18n/fr.json +++ b/src/i18n/fr.json @@ -1,8 +1,11 @@ { "fr": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Voulez-vous vraiment terminer cette conversation ?", "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Voulez-vous vraiment supprimer toutes vos données personnelles ?", "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Êtes-vous sûr de vouloir changer de département ?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Annuler", "change_department_1d671538": "Changer de département", "change_department_523a16e8": "Changer Département", @@ -17,6 +20,7 @@ "one": "Un nouveau message depuis %{since}", "other": "%{count} nouveaux messages depuis %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Changement de département effectué", "departments_3826b025": "Départements", "disable_notifications_dd6a3180": "Désactiver les notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Activer les notifications", "error_closing_chat_4c5e29d7": "Erreur lors de la fermeture de la conversation.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "error_removing_user_data_ce507478": "Erreur lors de la suppression des données utilisateur.", "error_starting_a_new_conversation_reason_a1b491a1": "Erreur lors de la création d'une nouvelle conversation : %{reason}", "expand_chat_a0045dbd": "Agrandir le chat", @@ -42,9 +47,12 @@ "i_agree_df2ecbd4": "J'accepte", "i_need_help_with_61054e21": "J'ai besoin d'aide pour...", "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "Si vous avez une autre question, cliquez sur le bouton ci-dessous pour démarrer une nouvelle conversation.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Entrez votre %{field} ici...", "invalid_email_e82f3682": "Email invalide", "invalid_value_12ca12c2": "Valeur invalide", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Laissez un message", "livechat_connected_afee1c5b": "Livechat connecté.", "livechat_is_not_connected_b40328ca": "Le livechat n'est pas connecté.", @@ -69,6 +77,7 @@ "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_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,4 @@ "your_spot_is_spot_a35cd288": "Votre rang est #%{spot}", "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Votre rang est #%{spot} (Temps d'attente estimé: %{estimatedWaitTime})" } -} \ No newline at end of file +} diff --git a/src/i18n/he.json b/src/i18n/he.json index 6bb8bb97d..60b8d38fc 100644 --- a/src/i18n/he.json +++ b/src/i18n/he.json @@ -1,8 +1,11 @@ { "he": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "אתה בטוח שברצונך לסיים את השיחה?", "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "אתה בטוח שברצונך להסיר את כל המידע האישי?", "are_you_sure_you_want_to_switch_the_department_d50a0b08": "האם אתה בטוח שברצונך להחליף מחלקה?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "ביטול", "change_department_1d671538": "החלף מחלקה", "change_department_523a16e8": "החלף מחלקה", @@ -17,6 +20,7 @@ "one": "הודעה אחת חדשה מאז %{since}", "other": "%{count} הודעות חדשות מאז %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "החלף מחלקה", "departments_3826b025": "מחלקות", "disable_notifications_dd6a3180": "בטל התראות", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "הפעל התראות", "error_closing_chat_4c5e29d7": "שגיאה בסגירת הצ'אט.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "error_removing_user_data_ce507478": "שגיאה בהסרת המידע.", "error_starting_a_new_conversation_reason_a1b491a1": "לא הצלחנו ליצור שיחה חדשה: %{reason}", "expand_chat_a0045dbd": "הרחב צ'אט", @@ -42,9 +47,12 @@ "i_agree_df2ecbd4": "אני מסכים", "i_need_help_with_61054e21": "אני צריך עזרה עם...", "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "אם יש לך שאלות כלשהם, לחץ על הכפתור למטה בכדי להתחיל צ'אט.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "השאר הודעה", "livechat_connected_afee1c5b": "צ'אט לייב מחובר.", "livechat_is_not_connected_b40328ca": "צ'אט לייב לא מחובר.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "סאונד דולק", "start_chat_8606d464": "התחל צ'אט", "thanks_for_talking_with_us_719cce22": "תודה שדיברתם איתנו", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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 d33af9ae5..522775623 100644 --- a/src/i18n/hr.json +++ b/src/i18n/hr.json @@ -1,8 +1,11 @@ { "hr": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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": "Jeste li sigurni da želite prebaciti odjel?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Otkaži", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Odjel je prebacio", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/hu.json b/src/i18n/hu.json index 67fd699ce..60f9b2014 100644 --- a/src/i18n/hu.json +++ b/src/i18n/hu.json @@ -1,8 +1,11 @@ { "hu": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Mégse", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Részleg lecserélve", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/id.json b/src/i18n/id.json index 37e0c520d..afde6d8e3 100644 --- a/src/i18n/id.json +++ b/src/i18n/id.json @@ -1,8 +1,11 @@ { "id": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Membatalkan", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Departemen beralih", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/it.json b/src/i18n/it.json index 5449b06ce..d907bdab8 100644 --- a/src/i18n/it.json +++ b/src/i18n/it.json @@ -1,8 +1,11 @@ { "it": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Sei sicuro di voler terminare questa chat?", "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Sei sicuro di voler rimuovere tutti i tuoi dati personali?", "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Sei sicuro di voler cambiare dipartimento?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Annulla", "change_department_1d671538": "Cambia dipartimento", "change_department_523a16e8": "Cambia Dipartimento", @@ -17,6 +20,7 @@ "one": "Un nuovo messaggio da %{since}", "other": "%{count} nuovi messaggi da %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Dipartimento cambiato", "departments_3826b025": "Dipartimenti", "disable_notifications_dd6a3180": "Disabilita notifiche", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Abilita notifiche", "error_closing_chat_4c5e29d7": "Errore durante la chiusura della chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "error_removing_user_data_ce507478": "Errore durante la rimozione dei dati personali.", "error_starting_a_new_conversation_reason_a1b491a1": "Errore durante la creazione di una nuova conversazione: %{reason}", "expand_chat_a0045dbd": "Espandi chat", @@ -42,9 +47,12 @@ "i_agree_df2ecbd4": "Sono Daccordo", "i_need_help_with_61054e21": "Ho bisogno di aiuto con...", "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "Se hai altre domande ti basta premere il tasto sotto per iniziare una nuova chat.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Lascia un messaggio", "livechat_connected_afee1c5b": "Livechat connesso.", "livechat_is_not_connected_b40328ca": "Livechat non è connesso.", @@ -69,6 +77,7 @@ "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_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,4 @@ "your_spot_is_spot_a35cd288": "La tua posizione è #%{spot}", "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "La tua posizione è #%{spot} (Tempo di attesa stimato: %{estimatedWaitTime})" } -} \ No newline at end of file +} diff --git a/src/i18n/ja.json b/src/i18n/ja.json index 960acc53d..b3cd5ae91 100644 --- a/src/i18n/ja.json +++ b/src/i18n/ja.json @@ -1,8 +1,11 @@ { "ja": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "このチャットを終了してもよろしいですか?", "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "個人データをすべて削除してもよろしいですか?", "are_you_sure_you_want_to_switch_the_department_d50a0b08": "部署を切り替えてもよろしいですか?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "キャンセル", "change_department_1d671538": "部署を変更", "change_department_523a16e8": "部署を変更", @@ -17,6 +20,7 @@ "one": "%{since}以降の1件の新着メッセージ", "other": "%{since}以降の%{count}件の新着メッセージ" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "部署切り替え", "departments_3826b025": "担当部署", "disable_notifications_dd6a3180": "通知を無効にする", @@ -25,6 +29,7 @@ "email_22a7d52d": "メールアドレス", "enable_notifications_a3daf4b1": "通知を有効にする", "error_closing_chat_4c5e29d7": "チャット終了時にエラーが発生しました。", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "error_removing_user_data_ce507478": "データ削除中にエラーが発生しました。", "error_starting_a_new_conversation_reason_a1b491a1": "チャット開始時にエラーが発生しました: %{reason}", "expand_chat_a0045dbd": "チャットを最大化", @@ -42,9 +47,12 @@ "i_agree_df2ecbd4": "同意する", "i_need_help_with_61054e21": "担当部署", "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "ほかに質問がある場合は、下のボタンを押して新しいチャットを開始してください。", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "ここに%{field}を入力", "invalid_email_e82f3682": "無効なメールアドレス", "invalid_value_12ca12c2": "無効な値", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "メッセージを残す", "livechat_connected_afee1c5b": "ライブチャットに接続しました。", "livechat_is_not_connected_b40328ca": "ライブチャットに接続していません。", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "音量をオンにする", "start_chat_8606d464": "チャットを開始", "thanks_for_talking_with_us_719cce22": "お問い合わせいただきありがとうございます", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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)に従って処理および送信されることに同意するものとします。", @@ -88,4 +97,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/km.json b/src/i18n/km.json index 1fc80a0ac..9b296fb41 100644 --- a/src/i18n/km.json +++ b/src/i18n/km.json @@ -1,8 +1,11 @@ { "km": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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": "តើអ្នកពិតជាចង់ផ្លាស់ប្តូរនាយកដ្ឋានឬ?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "បោះបង់", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "នាយកដ្ឋានបានប្តូរ", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/ko.json b/src/i18n/ko.json index ecd817aa6..6d1835d94 100644 --- a/src/i18n/ko.json +++ b/src/i18n/ko.json @@ -1,8 +1,11 @@ { "ko": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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": "부서를 변경하시겠습니까?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "취소", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "부서가 변경되었습니다", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/ku.json b/src/i18n/ku.json index 129949bc1..50f581e66 100644 --- a/src/i18n/ku.json +++ b/src/i18n/ku.json @@ -1,8 +1,11 @@ { "ku": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Bişûndekirin", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Wezaretê veguherîn", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/lo.json b/src/i18n/lo.json index c2d396ccd..f5259475f 100644 --- a/src/i18n/lo.json +++ b/src/i18n/lo.json @@ -1,8 +1,11 @@ { "lo": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "ຍົກເລີກ", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "ກົມປ່ຽນແປງ", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/lt.json b/src/i18n/lt.json index 1e56c3016..dace76199 100644 --- a/src/i18n/lt.json +++ b/src/i18n/lt.json @@ -1,8 +1,11 @@ { "lt": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Atšaukti", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Skyrius perjungtas", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/lv.json b/src/i18n/lv.json index 865e17d07..d149e3e86 100644 --- a/src/i18n/lv.json +++ b/src/i18n/lv.json @@ -1,8 +1,11 @@ { "lv": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Atcelt", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Departaments ir nomainīts", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/mn.json b/src/i18n/mn.json index 0c286ca51..e302afb8a 100644 --- a/src/i18n/mn.json +++ b/src/i18n/mn.json @@ -1,8 +1,11 @@ { "mn": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Цуцлах", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Хэлтэс солигдсон", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/ms_MY.json b/src/i18n/ms_MY.json index c8a4a76e4..93f62556b 100644 --- a/src/i18n/ms_MY.json +++ b/src/i18n/ms_MY.json @@ -1,8 +1,11 @@ { "ms_MY": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Batal", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Jabatan dihidupkan", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/nl.json b/src/i18n/nl.json index 3d8476a00..aaa74c044 100644 --- a/src/i18n/nl.json +++ b/src/i18n/nl.json @@ -1,8 +1,11 @@ { "nl": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Weet je zeker dat je deze chat wilt beëindigen?", "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Weet je zeker dat je al je persoonlijke gegevens wilt verwijderen?", "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Weet je zeker dat je wilt wisselen van afdeling?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Annuleren", "change_department_1d671538": "Afdeling wijzigen", "change_department_523a16e8": "Afdeling wijzigen", @@ -17,6 +20,7 @@ "one": "Eén nieuw bericht sinds %{since}", "other": "%{count} nieuwe berichten sinds %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Afdeling gewisseld", "departments_3826b025": "Afdelingen", "disable_notifications_dd6a3180": "Meldingen uitschakelen", @@ -25,6 +29,7 @@ "email_22a7d52d": "E-mailadres", "enable_notifications_a3daf4b1": "Notificaties aanzetten", "error_closing_chat_4c5e29d7": "Fout bij sluiten van chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "error_removing_user_data_ce507478": "Fout bij verwijderen van gebruikersgegevens.", "error_starting_a_new_conversation_reason_a1b491a1": "Fout bij het starten van een nieuw gesprek: %{reason}", "expand_chat_a0045dbd": "Chat uitbreiden", @@ -42,9 +47,12 @@ "i_agree_df2ecbd4": "Ik ga akkoord", "i_need_help_with_61054e21": "Ik heb hulp nodig met...", "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "Als je nog andere vragen hebt, druk dan op de onderstaande knop om een nieuwe chat te starten.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Vul hier je %{field} in...", "invalid_email_e82f3682": "Ongeldig E-mailadres", "invalid_value_12ca12c2": "Ongeldige waarde", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Laat een bericht achter", "livechat_connected_afee1c5b": "Laat een bericht achter.", "livechat_is_not_connected_b40328ca": "Livechat is niet verbonden.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Geluid is aan", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Bedankt voor je gesprek", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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 c10b02531..3a8f99643 100644 --- a/src/i18n/no.json +++ b/src/i18n/no.json @@ -1,8 +1,11 @@ { "no": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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": "Er du sikker på at du vil bytte avdeling?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Avbryt", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Avdeling skiftet", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/pl.json b/src/i18n/pl.json index de1022eae..b9eed8f4f 100644 --- a/src/i18n/pl.json +++ b/src/i18n/pl.json @@ -1,8 +1,11 @@ { "pl": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Czy na pewno chcesz zakończyć rozmowę?", "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Czy na pewno chcesz usunąć wszystkie dane dotyczące rozmowy?", "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Czy na pewno chcesz zmienić dział?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Anuluj", "change_department_1d671538": "Zmień dział", "change_department_523a16e8": "Zmień Dział", @@ -17,6 +20,7 @@ "one": "Jedna nowa wiadomość od %{since}", "other": "%{count} nowych wiadomości od %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Zmieniono dział", "departments_3826b025": "Działy", "disable_notifications_dd6a3180": "Wyłącz powiadomienia", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Włącz powiadomienia", "error_closing_chat_4c5e29d7": "Wystąpił błąd podczas zamykania rozmowy.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "error_removing_user_data_ce507478": "Wystąpił błąd podczas usuwania danych.", "error_starting_a_new_conversation_reason_a1b491a1": "Wystąpił błąd podczas tworzenia rozmowy: %{reason}", "expand_chat_a0045dbd": "Otwórz w nowym oknie", @@ -42,9 +47,12 @@ "i_agree_df2ecbd4": "Zgadzam się", "i_need_help_with_61054e21": "Potrzebuję pomocy...", "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "Jeśli masz jeszcze jakieś pytania, naciśnij poniższy przycisk, aby rozpocząć rozmowę.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Zostaw wiadomość", "livechat_connected_afee1c5b": "Połączono.", "livechat_is_not_connected_b40328ca": "Nie połączono.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Włącz dźwiek", "start_chat_8606d464": "Rozpocznij rozmowę", "thanks_for_talking_with_us_719cce22": "Dziękujemy za kontakt", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,4 @@ "your_spot_is_spot_a35cd288": "Twoje miejsce to #%{spot}", "your_spot_is_spot_estimated_wait_time_estimatedwai_d0ff46e0": "Twoje miejsce to #%{spot} (Szacowany czas oczekiwania: %{estimatedWaitTime})" } -} \ No newline at end of file +} diff --git a/src/i18n/pt.json b/src/i18n/pt.json index c54993c6f..cf2e60647 100644 --- a/src/i18n/pt.json +++ b/src/i18n/pt.json @@ -1,8 +1,11 @@ { "pt": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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": "Tem certeza que deseja trocar de departamento?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Cancelar", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Departamento comutado", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/pt_BR.json b/src/i18n/pt_BR.json index d9cf2a643..a286c6139 100644 --- a/src/i18n/pt_BR.json +++ b/src/i18n/pt_BR.json @@ -1,8 +1,11 @@ { "pt_BR": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Tem certeza de que deseja encerrar este chat?", "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Tem certeza de que deseja remover todos os seus dados pessoais?", "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Tem certeza de que deseja trocar de departamento?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Cancelar", "change_department_1d671538": "Trocar departamento", "change_department_523a16e8": "Trocar Departamento", @@ -17,6 +20,7 @@ "one": "Uma nova mensagem desde %{since}", "other": "%{count} novas mensagens desde %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Departamento trocado", "departments_3826b025": "Departamentos", "disable_notifications_dd6a3180": "Disabilitar notificações", @@ -25,6 +29,7 @@ "email_22a7d52d": "E-mail", "enable_notifications_a3daf4b1": "Habilitar notificações", "error_closing_chat_4c5e29d7": "Erro ao fechar o chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "error_removing_user_data_ce507478": "Erro ao remover os dados do usuário.", "error_starting_a_new_conversation_reason_a1b491a1": "Erro ao iniciar nova conversa: %{reason}", "expand_chat_a0045dbd": "Expandir chat", @@ -42,9 +47,12 @@ "i_agree_df2ecbd4": "Concordo", "i_need_help_with_61054e21": "Preciso de ajuda com...", "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "Se você tiver qualquer outras dúvidas, basta pressionar o botão abaixo para iniciar um novo chat.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Entre com o seu %{field} aqui...", "invalid_email_e82f3682": "E-mail inválido", "invalid_value_12ca12c2": "Valor inválido", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Deixe uma mensagem", "livechat_connected_afee1c5b": "Livechat conectado.", "livechat_is_not_connected_b40328ca": "Livechat não está conectado ao servidor.", @@ -69,8 +77,9 @@ "sound_is_on_98a9ec58": "O som está ligado", "start_chat_8606d464": "Iniciar chat", "thanks_for_talking_with_us_719cce22": "Obrigado por falar conosco", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "O agente transferiu a conversa ao departamento %{to}", "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_chat_was_transferred_to_another_agent_b375bdac": "O chat foi transferido para outro agente", "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", @@ -88,4 +97,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 ba602033d..636a8abff 100644 --- a/src/i18n/ro.json +++ b/src/i18n/ro.json @@ -1,8 +1,11 @@ { "ro": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Sigur doriți să încheiați acest 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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Anulează", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Departamentul a fost schimbat", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/ru.json b/src/i18n/ru.json index 72c5b8fb7..b9c16cae6 100644 --- a/src/i18n/ru.json +++ b/src/i18n/ru.json @@ -1,8 +1,11 @@ { "ru": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Вы уверены, что хотите закончить разговор?", "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Вы уверены, что хотите удалить все ваши персональные данные?", "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Вы уверены, что хотите сменить отдел?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Отмена", "change_department_1d671538": "Сменить отдел", "change_department_523a16e8": "Сменить Отдел", @@ -17,6 +20,7 @@ "one": "Одно новое сообщение с %{since}", "other": "%{count} новых сообщений с %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Отдел сменeн", "departments_3826b025": "Отделы", "disable_notifications_dd6a3180": "Выключить оповещение", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Включить оповещения", "error_closing_chat_4c5e29d7": "Ошибка закрытия чата.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "error_removing_user_data_ce507478": "Ошибка удаления пользовательских данных.", "error_starting_a_new_conversation_reason_a1b491a1": "Ошибка при запуске нового диалога: %{reason}", "expand_chat_a0045dbd": "Развернуть окно чата", @@ -42,9 +47,12 @@ "i_agree_df2ecbd4": "Я согласен", "i_need_help_with_61054e21": "Мне требуется помощь с...", "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "Если у вас есть еще вопросы, нажмите на кнопку ниже, чтобы начать новый чат.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Введите %{field} ...", "invalid_email_e82f3682": "Неверный эмайл", "invalid_value_12ca12c2": "Неверное значение", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Оставить сообщение", "livechat_connected_afee1c5b": "Livechat подключен.", "livechat_is_not_connected_b40328ca": "Livechat не подключен.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Звук включен", "start_chat_8606d464": "Начать чат", "thanks_for_talking_with_us_719cce22": "Спасибо, что обратились к нам", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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 3a4f2aae1..6cd5038ee 100644 --- a/src/i18n/sk_SK.json +++ b/src/i18n/sk_SK.json @@ -1,8 +1,11 @@ { "sk_SK": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Zrušiť", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Oddelenie bolo prepnuté", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/sl_SI.json b/src/i18n/sl_SI.json index 997643f30..dc3974109 100644 --- a/src/i18n/sl_SI.json +++ b/src/i18n/sl_SI.json @@ -1,8 +1,11 @@ { "sl_SI": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Prekliči", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Oddelek zamenjan", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/sq.json b/src/i18n/sq.json index 767902ac2..821d22717 100644 --- a/src/i18n/sq.json +++ b/src/i18n/sq.json @@ -1,8 +1,11 @@ { "sq": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Anuloj", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Departamenti kaloi", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/sr.json b/src/i18n/sr.json index cb357a4ae..ee70a6f00 100644 --- a/src/i18n/sr.json +++ b/src/i18n/sr.json @@ -1,8 +1,11 @@ { "sr": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "Желите ли да завршите овај разговор?", "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "Желите ли да уклонимо све Ваше податке?", "are_you_sure_you_want_to_switch_the_department_d50a0b08": "Желите ли да променити одељење?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Отказати", "change_department_1d671538": "Промени одељење", "change_department_523a16e8": "Промени одељење", @@ -17,6 +20,7 @@ "one": "Једна нова порука од %{since}", "other": "%{count} порукe/a од %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Одељење је промењено", "departments_3826b025": "Одељења", "disable_notifications_dd6a3180": "Искључи обавештења", @@ -25,6 +29,7 @@ "email_22a7d52d": "E-пошта", "enable_notifications_a3daf4b1": "Омогући обавештења", "error_closing_chat_4c5e29d7": "Грешка приликом завршетка разговора.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "error_removing_user_data_ce507478": "Грешка приликом уклањања корисничких података.", "error_starting_a_new_conversation_reason_a1b491a1": "Грешка приликом започињања новог разговора: %{reason}", "expand_chat_a0045dbd": "Прошири прозор разговора", @@ -42,9 +47,12 @@ "i_agree_df2ecbd4": "Слажем се", "i_need_help_with_61054e21": "Потребна ми је помоћ са...", "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "Уколико имате других питања, само притисните дугме испод да започенете нови разговор.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Оставите поруку", "livechat_connected_afee1c5b": "Разговор уживо укљичен.", "livechat_is_not_connected_b40328ca": "Разговор уживо није повезан.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Звук је укљичен", "start_chat_8606d464": "Започни разговор", "thanks_for_talking_with_us_719cce22": "Захваљујемо на разговору!", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/sv.json b/src/i18n/sv.json index c0006b264..28480bf1d 100644 --- a/src/i18n/sv.json +++ b/src/i18n/sv.json @@ -1,8 +1,11 @@ { "sv": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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": "Är du säker på att du vill byta avdelning?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Avbryt", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Avdelning bytt", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "%{field}", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Starta chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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 823a8c60f..4dcdf7b39 100644 --- a/src/i18n/ta_IN.json +++ b/src/i18n/ta_IN.json @@ -1,8 +1,11 @@ { "ta_IN": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "ரத்து", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "திணைக்களம் மாறியது", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/th_TH.json b/src/i18n/th_TH.json index a6af74c77..26a9826f7 100644 --- a/src/i18n/th_TH.json +++ b/src/i18n/th_TH.json @@ -1,8 +1,11 @@ { "th_TH": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "ยกเลิก", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "แผนกเปลี่ยนแล้ว", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/tr.json b/src/i18n/tr.json index e5e30a11d..59e8246e2 100644 --- a/src/i18n/tr.json +++ b/src/i18n/tr.json @@ -1,8 +1,11 @@ { "tr": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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": "Departmanı değiştirmek istediğinden emin misin?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Vazgeç", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Bölüm değiştirildi", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/ug.json b/src/i18n/ug.json index 27810f69a..77f8506c1 100644 --- a/src/i18n/ug.json +++ b/src/i18n/ug.json @@ -1,8 +1,11 @@ { "ug": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Cancel", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Department switched", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/uk.json b/src/i18n/uk.json index a342d2040..4aa724550 100644 --- a/src/i18n/uk.json +++ b/src/i18n/uk.json @@ -1,8 +1,11 @@ { "uk": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "Скасувати", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Відділ змінено", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/vi_VN.json b/src/i18n/vi_VN.json index 9f708ee68..8a06916c1 100644 --- a/src/i18n/vi_VN.json +++ b/src/i18n/vi_VN.json @@ -1,8 +1,11 @@ { "vi_VN": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "hủy bỏ", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "Sở chuyển", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/zh.json b/src/i18n/zh.json index ff1640137..580519499 100644 --- a/src/i18n/zh.json +++ b/src/i18n/zh.json @@ -1,8 +1,11 @@ { "zh": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "are_you_sure_you_want_to_finish_this_chat_1db5c13b": "您确定要离开聊天吗?", "are_you_sure_you_want_to_remove_all_of_your_person_426720f1": "您确定要删除所有个人资料吗?", "are_you_sure_you_want_to_switch_the_department_d50a0b08": "你确定要切换部门吗?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "取消", "change_department_1d671538": "变更部门", "change_department_523a16e8": "变更部门", @@ -17,6 +20,7 @@ "one": "有一个来自 %{since} 的新信息 ", "other": "%{count} 个来自 %{since} 的新信息" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "部门切换", "departments_3826b025": "部门", "disable_notifications_dd6a3180": "关闭通知", @@ -25,6 +29,7 @@ "email_22a7d52d": "电子邮件", "enable_notifications_a3daf4b1": "开启通知", "error_closing_chat_4c5e29d7": "关闭聊天窗口错误.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "error_removing_user_data_ce507478": "移除用户资料错误.", "error_starting_a_new_conversation_reason_a1b491a1": "开始新对话时错误: %{reason}", "expand_chat_a0045dbd": "展开聊天窗口", @@ -42,9 +47,12 @@ "i_agree_df2ecbd4": "我同意", "i_need_help_with_61054e21": "我需要帮助...", "if_you_have_any_other_questions_just_press_the_but_ceaadfa0": "如有其他疑问,请按下面的按钮开始新的聊天.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "请在此输入 %{field} ...", "invalid_email_e82f3682": "无效的电子邮件", "invalid_value_12ca12c2": "无效的内容", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "留言", "livechat_connected_afee1c5b": "聊天已连线", "livechat_is_not_connected_b40328ca": "聊天未连线", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "声音开启", "start_chat_8606d464": "开始聊天", "thanks_for_talking_with_us_719cce22": "谢谢与我们联系", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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)处理和传输您的个人数据.", @@ -88,4 +97,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/zh_HK.json b/src/i18n/zh_HK.json index 303c99dcb..fcf27151b 100644 --- a/src/i18n/zh_HK.json +++ b/src/i18n/zh_HK.json @@ -1,8 +1,11 @@ { "zh_HK": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "取消", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "部门切换", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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/zh_TW.json b/src/i18n/zh_TW.json index 6bc56324a..63f2ca69c 100644 --- a/src/i18n/zh_TW.json +++ b/src/i18n/zh_TW.json @@ -1,8 +1,11 @@ { "zh_TW": { + "_lasted_callduration_ea6f769d": " - Lasted %{callDuration}", + "accept_2fdd362e": "Accept", "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?", + "call_ended_at_time_2391216e": "Call ended at %{time}", "cancel_caeb1e68": "取消", "change_department_1d671538": "Change department", "change_department_523a16e8": "Change Department", @@ -17,6 +20,7 @@ "one": "One new message since %{since}", "other": "%{count} new messages since %{since}" }, + "decline_7eeb5ff4": "Decline", "department_switched_cff305cf": "部門已更換", "departments_3826b025": "Departments", "disable_notifications_dd6a3180": "Disable notifications", @@ -25,6 +29,7 @@ "email_22a7d52d": "Email", "enable_notifications_a3daf4b1": "Enable notifications", "error_closing_chat_4c5e29d7": "Error closing chat.", + "error_getting_call_alert_a69fbfab": "error_getting_call_alert", "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", @@ -42,9 +47,12 @@ "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.", + "incoming_video_call_eee0fff9": "Incoming video Call", "insert_your_field_here_d631e875": "Insert your %{field} here...", "invalid_email_e82f3682": "Invalid email", "invalid_value_12ca12c2": "Invalid value", + "join_call_a5effa0e": "Join Call", + "join_my_room_to_start_the_video_call_7cb30651": "Join my room to start the video call", "leave_a_message_5b581048": "Leave a message", "livechat_connected_afee1c5b": "Livechat connected.", "livechat_is_not_connected_b40328ca": "Livechat is not connected.", @@ -69,6 +77,7 @@ "sound_is_on_98a9ec58": "Sound is on", "start_chat_8606d464": "Start chat", "thanks_for_talking_with_us_719cce22": "Thanks for talking with us", + "the_agent_transferred_the_chat_to_the_department_t_3cbe495c": "The agent transferred the chat to the department %{to}", "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).", @@ -88,4 +97,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 +} From efa14560f5c665ba023012ab6b45baa88053927f Mon Sep 17 00:00:00 2001 From: Martin Schoeler Date: Tue, 29 Mar 2022 17:01:54 -0300 Subject: [PATCH 2/2] Release/1.12.2 (#697) * [FIX] Revert: LoadConfig after registering guest (#696) * Release 1.12.2 Co-authored-by: Murtaza Patrawala <34130764+murtaza98@users.noreply.github.com> --- CHANGELOG.md | 3 +++ package.json | 2 +- src/lib/hooks.js | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05ff2dc07..4be9ce446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.12.2 - 2022-03-29 +[FIX] Revert: LoadConfig after registering guest #696 + ## 1.12.1 - 2022-03-08 [FIX] Making sure the 'hide agent info' hides the agent info even with department change. (#688) diff --git a/package.json b/package.json index b6c8fd19f..90e89a6ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/livechat", - "version": "1.12.1", + "version": "1.12.2", "files": [ "/build" ], diff --git a/src/lib/hooks.js b/src/lib/hooks.js index 59ddeda0c..f869303a6 100644 --- a/src/lib/hooks.js +++ b/src/lib/hooks.js @@ -10,7 +10,6 @@ import Triggers from './triggers'; const createOrUpdateGuest = async (guest) => { const { token } = guest; token && await store.setState({ token }); - token && await loadConfig(); const user = await Livechat.grantVisitor({ visitor: { ...guest } }); store.setState({ user }); };