From 594871ed96649dcf693fdc4ab099632ef4ae9e81 Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Mon, 7 Dec 2020 20:11:27 +0530 Subject: [PATCH] chore: Fix translation issues (#1494) --- app/javascript/dashboard/i18n/locale/de/conversation.json | 2 +- app/javascript/dashboard/i18n/locale/en/conversation.json | 2 +- app/javascript/dashboard/i18n/locale/en/integrations.json | 4 +--- app/javascript/dashboard/i18n/locale/fa/conversation.json | 2 +- app/javascript/dashboard/i18n/locale/fi/conversation.json | 2 +- app/javascript/dashboard/i18n/locale/hi/conversation.json | 2 +- app/javascript/dashboard/i18n/locale/hu/conversation.json | 2 +- app/javascript/dashboard/i18n/locale/it/conversation.json | 2 +- app/javascript/dashboard/i18n/locale/ko/conversation.json | 2 +- app/javascript/dashboard/i18n/locale/nl/conversation.json | 2 +- app/javascript/dashboard/i18n/locale/pl/conversation.json | 2 +- app/javascript/dashboard/i18n/locale/pt/conversation.json | 2 +- app/javascript/dashboard/i18n/locale/ro/conversation.json | 2 +- app/javascript/dashboard/i18n/locale/sk/conversation.json | 2 +- app/javascript/dashboard/i18n/locale/sv/conversation.json | 2 +- app/javascript/dashboard/i18n/locale/ta/conversation.json | 2 +- app/javascript/dashboard/i18n/locale/uk/conversation.json | 2 +- app/javascript/dashboard/i18n/locale/zh/conversation.json | 2 +- app/javascript/dashboard/i18n/locale/zh_CN/conversation.json | 2 +- app/javascript/dashboard/i18n/locale/zh_TW/conversation.json | 2 +- 20 files changed, 20 insertions(+), 22 deletions(-) diff --git a/app/javascript/dashboard/i18n/locale/de/conversation.json b/app/javascript/dashboard/i18n/locale/de/conversation.json index 6b3aa55fe..dce2295f8 100644 --- a/app/javascript/dashboard/i18n/locale/de/conversation.json +++ b/app/javascript/dashboard/i18n/locale/de/conversation.json @@ -53,7 +53,7 @@ "SEND_EMAIL_ERROR": "There was an error, please try again", "FORM": { "SEND_TO_CONTACT": "Send the transcript to the customer", - "SEND_TO_AGENT": "Send the transcript of the assigned agent", + "SEND_TO_AGENT": "Send the transcript to the assigned agent", "SEND_TO_OTHER_EMAIL_ADDRESS": "Send the transcript to another email address", "EMAIL": { "PLACEHOLDER": "Enter an email address", diff --git a/app/javascript/dashboard/i18n/locale/en/conversation.json b/app/javascript/dashboard/i18n/locale/en/conversation.json index d271c7895..85b72aad8 100644 --- a/app/javascript/dashboard/i18n/locale/en/conversation.json +++ b/app/javascript/dashboard/i18n/locale/en/conversation.json @@ -53,7 +53,7 @@ "SEND_EMAIL_ERROR": "There was an error, please try again", "FORM": { "SEND_TO_CONTACT": "Send the transcript to the customer", - "SEND_TO_AGENT": "Send the transcript of the assigned agent", + "SEND_TO_AGENT": "Send the transcript to the assigned agent", "SEND_TO_OTHER_EMAIL_ADDRESS": "Send the transcript to another email address", "EMAIL": { "PLACEHOLDER": "Enter an email address", diff --git a/app/javascript/dashboard/i18n/locale/en/integrations.json b/app/javascript/dashboard/i18n/locale/en/integrations.json index 21df315bc..8e158982a 100644 --- a/app/javascript/dashboard/i18n/locale/en/integrations.json +++ b/app/javascript/dashboard/i18n/locale/en/integrations.json @@ -6,14 +6,12 @@ "CONFIGURE": "Configure", "HEADER": "Webhook settings", "HEADER_BTN_TXT": "Add new webhook", - "INTEGRATION_TXT": "Webhook events provide you the realtime information about what's happening in your Chatwoot account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks.", "LOADING": "Fetching attached webhooks", "SEARCH_404": "There are no items matching this query", "SIDEBAR_TXT": "

Webhooks

Webhooks are HTTP callbacks which can be defined for every account. They are triggered by events like message creation in Chatwoot. You can create more than one webhook for this account.

For creating a webhook, click on the Add new webhook button. You can also remove any existing webhook by clicking on the Delete button.

", "LIST": { "404": "There are no webhooks configured for this account.", "TITLE": "Manage webhooks", - "DESC": "Webhooks are predefined reply templates which can be used to quickly send out replies to tickets.", "TABLE_HEADER": [ "Webhook endpoint", "Actions" @@ -58,6 +56,6 @@ }, "CONNECT": { "BUTTON_TEXT": "Connect" - } + } } } diff --git a/app/javascript/dashboard/i18n/locale/fa/conversation.json b/app/javascript/dashboard/i18n/locale/fa/conversation.json index 81e90896b..4fd514058 100644 --- a/app/javascript/dashboard/i18n/locale/fa/conversation.json +++ b/app/javascript/dashboard/i18n/locale/fa/conversation.json @@ -53,7 +53,7 @@ "SEND_EMAIL_ERROR": "خطایی پیش آمد. لطفا دوباره امتحان کنید", "FORM": { "SEND_TO_CONTACT": "متن گفتگو را برای مشتری ارسال کنید", - "SEND_TO_AGENT": "Send the transcript of the assigned agent", + "SEND_TO_AGENT": "Send the transcript to the assigned agent", "SEND_TO_OTHER_EMAIL_ADDRESS": "متن گفتگو را به آدرس ایمیل دیگری ارسال کنید", "EMAIL": { "PLACEHOLDER": "یک آدرس ایمیل وارد کنید", diff --git a/app/javascript/dashboard/i18n/locale/fi/conversation.json b/app/javascript/dashboard/i18n/locale/fi/conversation.json index d271c7895..85b72aad8 100644 --- a/app/javascript/dashboard/i18n/locale/fi/conversation.json +++ b/app/javascript/dashboard/i18n/locale/fi/conversation.json @@ -53,7 +53,7 @@ "SEND_EMAIL_ERROR": "There was an error, please try again", "FORM": { "SEND_TO_CONTACT": "Send the transcript to the customer", - "SEND_TO_AGENT": "Send the transcript of the assigned agent", + "SEND_TO_AGENT": "Send the transcript to the assigned agent", "SEND_TO_OTHER_EMAIL_ADDRESS": "Send the transcript to another email address", "EMAIL": { "PLACEHOLDER": "Enter an email address", diff --git a/app/javascript/dashboard/i18n/locale/hi/conversation.json b/app/javascript/dashboard/i18n/locale/hi/conversation.json index d271c7895..85b72aad8 100644 --- a/app/javascript/dashboard/i18n/locale/hi/conversation.json +++ b/app/javascript/dashboard/i18n/locale/hi/conversation.json @@ -53,7 +53,7 @@ "SEND_EMAIL_ERROR": "There was an error, please try again", "FORM": { "SEND_TO_CONTACT": "Send the transcript to the customer", - "SEND_TO_AGENT": "Send the transcript of the assigned agent", + "SEND_TO_AGENT": "Send the transcript to the assigned agent", "SEND_TO_OTHER_EMAIL_ADDRESS": "Send the transcript to another email address", "EMAIL": { "PLACEHOLDER": "Enter an email address", diff --git a/app/javascript/dashboard/i18n/locale/hu/conversation.json b/app/javascript/dashboard/i18n/locale/hu/conversation.json index d271c7895..85b72aad8 100644 --- a/app/javascript/dashboard/i18n/locale/hu/conversation.json +++ b/app/javascript/dashboard/i18n/locale/hu/conversation.json @@ -53,7 +53,7 @@ "SEND_EMAIL_ERROR": "There was an error, please try again", "FORM": { "SEND_TO_CONTACT": "Send the transcript to the customer", - "SEND_TO_AGENT": "Send the transcript of the assigned agent", + "SEND_TO_AGENT": "Send the transcript to the assigned agent", "SEND_TO_OTHER_EMAIL_ADDRESS": "Send the transcript to another email address", "EMAIL": { "PLACEHOLDER": "Enter an email address", diff --git a/app/javascript/dashboard/i18n/locale/it/conversation.json b/app/javascript/dashboard/i18n/locale/it/conversation.json index 8ec1982ad..31480f231 100644 --- a/app/javascript/dashboard/i18n/locale/it/conversation.json +++ b/app/javascript/dashboard/i18n/locale/it/conversation.json @@ -53,7 +53,7 @@ "SEND_EMAIL_ERROR": "There was an error, please try again", "FORM": { "SEND_TO_CONTACT": "Send the transcript to the customer", - "SEND_TO_AGENT": "Send the transcript of the assigned agent", + "SEND_TO_AGENT": "Send the transcript to the assigned agent", "SEND_TO_OTHER_EMAIL_ADDRESS": "Send the transcript to another email address", "EMAIL": { "PLACEHOLDER": "Enter an email address", diff --git a/app/javascript/dashboard/i18n/locale/ko/conversation.json b/app/javascript/dashboard/i18n/locale/ko/conversation.json index d271c7895..85b72aad8 100644 --- a/app/javascript/dashboard/i18n/locale/ko/conversation.json +++ b/app/javascript/dashboard/i18n/locale/ko/conversation.json @@ -53,7 +53,7 @@ "SEND_EMAIL_ERROR": "There was an error, please try again", "FORM": { "SEND_TO_CONTACT": "Send the transcript to the customer", - "SEND_TO_AGENT": "Send the transcript of the assigned agent", + "SEND_TO_AGENT": "Send the transcript to the assigned agent", "SEND_TO_OTHER_EMAIL_ADDRESS": "Send the transcript to another email address", "EMAIL": { "PLACEHOLDER": "Enter an email address", diff --git a/app/javascript/dashboard/i18n/locale/nl/conversation.json b/app/javascript/dashboard/i18n/locale/nl/conversation.json index 95ef401ff..1b54bda06 100644 --- a/app/javascript/dashboard/i18n/locale/nl/conversation.json +++ b/app/javascript/dashboard/i18n/locale/nl/conversation.json @@ -53,7 +53,7 @@ "SEND_EMAIL_ERROR": "Er is een fout opgetreden, probeer het opnieuw", "FORM": { "SEND_TO_CONTACT": "Send the transcript to the customer", - "SEND_TO_AGENT": "Send the transcript of the assigned agent", + "SEND_TO_AGENT": "Send the transcript to the assigned agent", "SEND_TO_OTHER_EMAIL_ADDRESS": "Send the transcript to another email address", "EMAIL": { "PLACEHOLDER": "Enter an email address", diff --git a/app/javascript/dashboard/i18n/locale/pl/conversation.json b/app/javascript/dashboard/i18n/locale/pl/conversation.json index 7164daf55..1559e644c 100644 --- a/app/javascript/dashboard/i18n/locale/pl/conversation.json +++ b/app/javascript/dashboard/i18n/locale/pl/conversation.json @@ -53,7 +53,7 @@ "SEND_EMAIL_ERROR": "There was an error, please try again", "FORM": { "SEND_TO_CONTACT": "Send the transcript to the customer", - "SEND_TO_AGENT": "Send the transcript of the assigned agent", + "SEND_TO_AGENT": "Send the transcript to the assigned agent", "SEND_TO_OTHER_EMAIL_ADDRESS": "Send the transcript to another email address", "EMAIL": { "PLACEHOLDER": "Enter an email address", diff --git a/app/javascript/dashboard/i18n/locale/pt/conversation.json b/app/javascript/dashboard/i18n/locale/pt/conversation.json index a69447def..7fafbfd0f 100644 --- a/app/javascript/dashboard/i18n/locale/pt/conversation.json +++ b/app/javascript/dashboard/i18n/locale/pt/conversation.json @@ -53,7 +53,7 @@ "SEND_EMAIL_ERROR": "There was an error, please try again", "FORM": { "SEND_TO_CONTACT": "Send the transcript to the customer", - "SEND_TO_AGENT": "Send the transcript of the assigned agent", + "SEND_TO_AGENT": "Send the transcript to the assigned agent", "SEND_TO_OTHER_EMAIL_ADDRESS": "Send the transcript to another email address", "EMAIL": { "PLACEHOLDER": "Enter an email address", diff --git a/app/javascript/dashboard/i18n/locale/ro/conversation.json b/app/javascript/dashboard/i18n/locale/ro/conversation.json index fee47db39..6de10134c 100644 --- a/app/javascript/dashboard/i18n/locale/ro/conversation.json +++ b/app/javascript/dashboard/i18n/locale/ro/conversation.json @@ -53,7 +53,7 @@ "SEND_EMAIL_ERROR": "A apărut o eroare, încercați din nou", "FORM": { "SEND_TO_CONTACT": "Send the transcript to the customer", - "SEND_TO_AGENT": "Send the transcript of the assigned agent", + "SEND_TO_AGENT": "Send the transcript to the assigned agent", "SEND_TO_OTHER_EMAIL_ADDRESS": "Send the transcript to another email address", "EMAIL": { "PLACEHOLDER": "Enter an email address", diff --git a/app/javascript/dashboard/i18n/locale/sk/conversation.json b/app/javascript/dashboard/i18n/locale/sk/conversation.json index d271c7895..85b72aad8 100644 --- a/app/javascript/dashboard/i18n/locale/sk/conversation.json +++ b/app/javascript/dashboard/i18n/locale/sk/conversation.json @@ -53,7 +53,7 @@ "SEND_EMAIL_ERROR": "There was an error, please try again", "FORM": { "SEND_TO_CONTACT": "Send the transcript to the customer", - "SEND_TO_AGENT": "Send the transcript of the assigned agent", + "SEND_TO_AGENT": "Send the transcript to the assigned agent", "SEND_TO_OTHER_EMAIL_ADDRESS": "Send the transcript to another email address", "EMAIL": { "PLACEHOLDER": "Enter an email address", diff --git a/app/javascript/dashboard/i18n/locale/sv/conversation.json b/app/javascript/dashboard/i18n/locale/sv/conversation.json index b2d5d9b91..42a8f3eca 100644 --- a/app/javascript/dashboard/i18n/locale/sv/conversation.json +++ b/app/javascript/dashboard/i18n/locale/sv/conversation.json @@ -53,7 +53,7 @@ "SEND_EMAIL_ERROR": "There was an error, please try again", "FORM": { "SEND_TO_CONTACT": "Send the transcript to the customer", - "SEND_TO_AGENT": "Send the transcript of the assigned agent", + "SEND_TO_AGENT": "Send the transcript to the assigned agent", "SEND_TO_OTHER_EMAIL_ADDRESS": "Send the transcript to another email address", "EMAIL": { "PLACEHOLDER": "Enter an email address", diff --git a/app/javascript/dashboard/i18n/locale/ta/conversation.json b/app/javascript/dashboard/i18n/locale/ta/conversation.json index 8c2a58f5b..71244b94f 100644 --- a/app/javascript/dashboard/i18n/locale/ta/conversation.json +++ b/app/javascript/dashboard/i18n/locale/ta/conversation.json @@ -53,7 +53,7 @@ "SEND_EMAIL_ERROR": "There was an error, please try again", "FORM": { "SEND_TO_CONTACT": "Send the transcript to the customer", - "SEND_TO_AGENT": "Send the transcript of the assigned agent", + "SEND_TO_AGENT": "Send the transcript to the assigned agent", "SEND_TO_OTHER_EMAIL_ADDRESS": "Send the transcript to another email address", "EMAIL": { "PLACEHOLDER": "Enter an email address", diff --git a/app/javascript/dashboard/i18n/locale/uk/conversation.json b/app/javascript/dashboard/i18n/locale/uk/conversation.json index fd268d0f0..f936db965 100644 --- a/app/javascript/dashboard/i18n/locale/uk/conversation.json +++ b/app/javascript/dashboard/i18n/locale/uk/conversation.json @@ -53,7 +53,7 @@ "SEND_EMAIL_ERROR": "There was an error, please try again", "FORM": { "SEND_TO_CONTACT": "Send the transcript to the customer", - "SEND_TO_AGENT": "Send the transcript of the assigned agent", + "SEND_TO_AGENT": "Send the transcript to the assigned agent", "SEND_TO_OTHER_EMAIL_ADDRESS": "Send the transcript to another email address", "EMAIL": { "PLACEHOLDER": "Enter an email address", diff --git a/app/javascript/dashboard/i18n/locale/zh/conversation.json b/app/javascript/dashboard/i18n/locale/zh/conversation.json index f34ef7328..84a746e91 100644 --- a/app/javascript/dashboard/i18n/locale/zh/conversation.json +++ b/app/javascript/dashboard/i18n/locale/zh/conversation.json @@ -46,7 +46,7 @@ "SEND_EMAIL_ERROR": "出错了,请重试", "FORM": { "SEND_TO_CONTACT": "Send the transcript to the customer", - "SEND_TO_AGENT": "Send the transcript of the assigned agent", + "SEND_TO_AGENT": "Send the transcript to the assigned agent", "SEND_TO_OTHER_EMAIL_ADDRESS": "Send the transcript to another email address", "EMAIL": { "PLACEHOLDER": "Enter an email address", diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/conversation.json b/app/javascript/dashboard/i18n/locale/zh_CN/conversation.json index bc565e376..19be9451c 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/conversation.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/conversation.json @@ -53,7 +53,7 @@ "SEND_EMAIL_ERROR": "出错了,请重试", "FORM": { "SEND_TO_CONTACT": "Send the transcript to the customer", - "SEND_TO_AGENT": "Send the transcript of the assigned agent", + "SEND_TO_AGENT": "Send the transcript to the assigned agent", "SEND_TO_OTHER_EMAIL_ADDRESS": "Send the transcript to another email address", "EMAIL": { "PLACEHOLDER": "Enter an email address", diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/conversation.json b/app/javascript/dashboard/i18n/locale/zh_TW/conversation.json index 5a6ae25da..21c016006 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/conversation.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/conversation.json @@ -53,7 +53,7 @@ "SEND_EMAIL_ERROR": "出錯了,請重試", "FORM": { "SEND_TO_CONTACT": "Send the transcript to the customer", - "SEND_TO_AGENT": "Send the transcript of the assigned agent", + "SEND_TO_AGENT": "Send the transcript to the assigned agent", "SEND_TO_OTHER_EMAIL_ADDRESS": "Send the transcript to another email address", "EMAIL": { "PLACEHOLDER": "請輸入電子信箱",