diff --git a/app/javascript/dashboard/i18n/locale/ar/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ar/attributesMgmt.json index bb6b0a822..2556de355 100644 --- a/app/javascript/dashboard/i18n/locale/ar/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ar/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "السمات", "HEADER_BTN_TXT": "إضافة سمة", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "أضف سمة", "SUBMIT": "إنشاء", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "اسم العرض", - "PLACEHOLDER": "أدخل اسم عرض السمة" + "PLACEHOLDER": "أدخل اسم عرض السمة", + "ERROR": "Name is required" }, "DESC": { "LABEL": "الوصف", - "PLACEHOLDER": "أدخل وصف السمة" + "PLACEHOLDER": "أدخل وصف السمة", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "نموذج", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "تمت إضافة السمة بنجاح", - "ERROR_MESSAGE": "تعذر الاتصال بالخادم، الرجاء المحاولة مرة أخرى لاحقاً" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "حذف", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "هل أنت متأكد من أنك تريد حذف - %{attributeName}", + "PLACE_HOLDER": "Please type {attributeName} to confirm", + "MESSAGE": "Deleting will remove the attribute", + "YES": "حذف ", + "NO": "إلغاء" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "تحديث", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "سمات مخصصة", + "CONVERSATION": "Conversation", + "CONTACT": "جهات الاتصال" + }, + "LIST": { + "TABLE_HEADER": [ + "الاسم", + "الوصف", + "النوع", + "المفتاح" + ], + "BUTTONS": { + "EDIT": "تعديل", + "DELETE": "حذف" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/ar/contact.json b/app/javascript/dashboard/i18n/locale/ar/contact.json index ba128cb9c..1d45fc568 100644 --- a/app/javascript/dashboard/i18n/locale/ar/contact.json +++ b/app/javascript/dashboard/i18n/locale/ar/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "تم كتم هذه المحادثة لمدة 6 ساعات", "UNMUTED_SUCCESS": "تم إلغاء كتم هذه المحادثة", "SEND_TRANSCRIPT": "إرسال النص", - "EDIT_LABEL": "تعديل" + "EDIT_LABEL": "تعديل", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "سمات مخصصة", + "CONTACT_LABELS": "تصنفيات جهات الاتصال", + "PREVIOUS_CONVERSATIONS": "المحادثات السابقة" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "تعديل جهة الاتصال", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "سمات مخصصة", "BUTTON": "إضافة سمة خاصة", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "إنشاء سمة خاصة", "DESC": "أضف معلومات خاصة إلى جهة الاتصال هذه." diff --git a/app/javascript/dashboard/i18n/locale/ar/conversation.json b/app/javascript/dashboard/i18n/locale/ar/conversation.json index 4c7023b87..44814ced8 100644 --- a/app/javascript/dashboard/i18n/locale/ar/conversation.json +++ b/app/javascript/dashboard/i18n/locale/ar/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "العضو المكلف", "SELECT": { "PLACEHOLDER": "لا شيء" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "وسوم المحادثة", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "المحادثات السابقة" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json index 42ac9e35a..a8b03aebe 100644 --- a/app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "بدء إعادة توجيه رسائل البريد الإلكتروني الخاصة بك إلى عنوان البريد الإلكتروني التالي." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "اسم القناة", + "PLACEHOLDER": "الرجاء إدخال اسم القناة", + "ERROR": "هذا الحقل مطلوب" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "اختر قناة", "DESC": "شاتوت يدعم أداة الدردشة المباشرة، صفحة الفيسبوك، ملف تويتر الشخصي، واتسب، البريد الإلكتروني وما إلى ذلك، كقنوات. إذا كنت ترغب في إنشاء قناة مخصصة، يمكنك إنشاءها باستخدام قناة API. حدد قناة واحدة من الخيارات أدناه للمتابعة." diff --git a/app/javascript/dashboard/i18n/locale/ca/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ca/attributesMgmt.json index 12ef2e0ab..4e3d88e9f 100644 --- a/app/javascript/dashboard/i18n/locale/ca/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ca/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Add attribute", "SUBMIT": "Crear", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "Descripció", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "Esborrar", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Are you sure want to delete - %{attributeName}", + "PLACE_HOLDER": "Please type {attributeName} to confirm", + "MESSAGE": "Deleting will remove the attribute", + "YES": "Suprimeix ", + "NO": "Cancel·la" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "Actualitza", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "Atributs personalitzats", + "CONVERSATION": "Conversation", + "CONTACT": "Contact" + }, + "LIST": { + "TABLE_HEADER": [ + "Nom", + "Descripció", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "Edita", + "DELETE": "Esborrar" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/ca/contact.json b/app/javascript/dashboard/i18n/locale/ca/contact.json index 680fcf59f..a1398b8d9 100644 --- a/app/javascript/dashboard/i18n/locale/ca/contact.json +++ b/app/javascript/dashboard/i18n/locale/ca/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "Aquesta conversa s'ha silenciat durant 6 hores", "UNMUTED_SUCCESS": "La conversa te desactivat el silenci", "SEND_TRANSCRIPT": "Envia la transcripció", - "EDIT_LABEL": "Edita" + "EDIT_LABEL": "Edita", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "Atributs personalitzats", + "CONTACT_LABELS": "Contact Labels", + "PREVIOUS_CONVERSATIONS": "Converses prèvies" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "Edita el contacte", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Atributs personalitzats", "BUTTON": "Add custom attribute", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Create custom attribute", "DESC": "Add custom information to this contact." diff --git a/app/javascript/dashboard/i18n/locale/ca/conversation.json b/app/javascript/dashboard/i18n/locale/ca/conversation.json index 5e7dca190..25a3d57f5 100644 --- a/app/javascript/dashboard/i18n/locale/ca/conversation.json +++ b/app/javascript/dashboard/i18n/locale/ca/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Assigned Team", "SELECT": { "PLACEHOLDER": "None" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "Etiquetes de converses", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "Converses prèvies" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/ca/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ca/inboxMgmt.json index 926c8f1e6..f5e8da922 100644 --- a/app/javascript/dashboard/i18n/locale/ca/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ca/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "Comença a reenviar els teus correus electrònics a la següent adreça electrònica." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "Nom del canal", + "PLACEHOLDER": "Introduïu el nom del canal", + "ERROR": "Aquest camp és obligatori" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/cs/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/cs/attributesMgmt.json index 873c511f2..ea9001dcb 100644 --- a/app/javascript/dashboard/i18n/locale/cs/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/cs/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Add attribute", "SUBMIT": "Create", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "Description", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "Nelze se připojit k Woot serveru, opakujte akci později" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "Vymazat", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Are you sure want to delete - %{attributeName}", + "PLACE_HOLDER": "Please type {attributeName} to confirm", + "MESSAGE": "Deleting will remove the attribute", + "YES": "Vymazat ", + "NO": "Zrušit" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "Aktualizovat", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "Vlastní atributy", + "CONVERSATION": "Conversation", + "CONTACT": "Contact" + }, + "LIST": { + "TABLE_HEADER": [ + "Název", + "Description", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "Upravit", + "DELETE": "Vymazat" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/cs/contact.json b/app/javascript/dashboard/i18n/locale/cs/contact.json index 5af91d0f6..d71b4b174 100644 --- a/app/javascript/dashboard/i18n/locale/cs/contact.json +++ b/app/javascript/dashboard/i18n/locale/cs/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "Tato konverzace je ztlumena na 6 hodin", "UNMUTED_SUCCESS": "Tato konverzace je odtlumena", "SEND_TRANSCRIPT": "Poslat přepis", - "EDIT_LABEL": "Upravit" + "EDIT_LABEL": "Upravit", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "Vlastní atributy", + "CONTACT_LABELS": "Contact Labels", + "PREVIOUS_CONVERSATIONS": "Předchozí konverzace" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "Upravit kontakt", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Vlastní atributy", "BUTTON": "Add custom attribute", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Create custom attribute", "DESC": "Add custom information to this contact." diff --git a/app/javascript/dashboard/i18n/locale/cs/conversation.json b/app/javascript/dashboard/i18n/locale/cs/conversation.json index 157b361bf..aef26bb95 100644 --- a/app/javascript/dashboard/i18n/locale/cs/conversation.json +++ b/app/javascript/dashboard/i18n/locale/cs/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Přiřazený tým", "SELECT": { "PLACEHOLDER": "Nic" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "Conversation Labels", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "Předchozí konverzace" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/cs/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/cs/inboxMgmt.json index 8b41220e8..28e42b91c 100644 --- a/app/javascript/dashboard/i18n/locale/cs/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/cs/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "Start forwarding your emails to the following email address." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "Název kanálu", + "PLACEHOLDER": "Zadejte název kanálu", + "ERROR": "Toto pole je povinné" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/da/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/da/attributesMgmt.json index 1488a6c74..cb7e31f89 100644 --- a/app/javascript/dashboard/i18n/locale/da/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/da/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Add attribute", "SUBMIT": "Opret", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "Beskrivelse", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "Kunne ikke oprette forbindelse til Woot Server, Prøv igen senere" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "Slet", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Are you sure want to delete - %{attributeName}", + "PLACE_HOLDER": "Please type {attributeName} to confirm", + "MESSAGE": "Deleting will remove the attribute", + "YES": "Slet ", + "NO": "Annuller" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "Opdater", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "Brugerdefinerede Egenskaber", + "CONVERSATION": "Conversation", + "CONTACT": "Contact" + }, + "LIST": { + "TABLE_HEADER": [ + "Navn", + "Beskrivelse", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "Rediger", + "DELETE": "Slet" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/da/contact.json b/app/javascript/dashboard/i18n/locale/da/contact.json index a9aacf7a4..3a89b1de7 100644 --- a/app/javascript/dashboard/i18n/locale/da/contact.json +++ b/app/javascript/dashboard/i18n/locale/da/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "Denne samtale er gjort tavs i 6 timer", "UNMUTED_SUCCESS": "Denne samtale er genaktiveret", "SEND_TRANSCRIPT": "Send Udskrift", - "EDIT_LABEL": "Rediger" + "EDIT_LABEL": "Rediger", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "Brugerdefinerede Egenskaber", + "CONTACT_LABELS": "Contact Labels", + "PREVIOUS_CONVERSATIONS": "Tidligere Samtaler" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "Rediger Kontakt", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Brugerdefinerede Egenskaber", "BUTTON": "Add custom attribute", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Create custom attribute", "DESC": "Add custom information to this contact." diff --git a/app/javascript/dashboard/i18n/locale/da/conversation.json b/app/javascript/dashboard/i18n/locale/da/conversation.json index 59075bf06..e17dcc8db 100644 --- a/app/javascript/dashboard/i18n/locale/da/conversation.json +++ b/app/javascript/dashboard/i18n/locale/da/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Assigned Team", "SELECT": { "PLACEHOLDER": "None" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "Samtale Etiketter", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "Tidligere Samtaler" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/da/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/da/inboxMgmt.json index fae5d7187..3db06c047 100644 --- a/app/javascript/dashboard/i18n/locale/da/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/da/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "Begynd at videresende dine e-mails til følgende e-mailadresse." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "Kanalnavn", + "PLACEHOLDER": "Indtast et kanalnavn", + "ERROR": "Dette felt er påkrævet" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/de/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/de/attributesMgmt.json index 128578ac7..342d0418e 100644 --- a/app/javascript/dashboard/i18n/locale/de/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/de/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Attribut hinzufügen", "SUBMIT": "Erstellen", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "Beschreibung", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "Es konnte keine Verbindung zum Woot Server hergestellt werden. Bitte versuchen Sie es später erneut" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "Löschen", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Sind Sie sicher, dass Sie %{attributeName} löschen möchten", + "PLACE_HOLDER": "Bitte geben Sie {attributeName} zur Bestätigung ein", + "MESSAGE": "Deleting will remove the attribute", + "YES": "Löschen ", + "NO": "Stornieren" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "Aktualisieren", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "Benutzerdefinierte Attribute", + "CONVERSATION": "Conversation", + "CONTACT": "Kontakt" + }, + "LIST": { + "TABLE_HEADER": [ + "Name", + "Beschreibung", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "Bearbeiten", + "DELETE": "Löschen" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/de/contact.json b/app/javascript/dashboard/i18n/locale/de/contact.json index bdf37333e..8010b00be 100644 --- a/app/javascript/dashboard/i18n/locale/de/contact.json +++ b/app/javascript/dashboard/i18n/locale/de/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "Diese Unterhaltung ist für 6 Stunden auf stumm schalten", "UNMUTED_SUCCESS": "Diese Unterhaltung ist nicht mehr stumm geschaltet", "SEND_TRANSCRIPT": "Transkript senden", - "EDIT_LABEL": "Bearbeiten" + "EDIT_LABEL": "Bearbeiten", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "Benutzerdefinierte Attribute", + "CONTACT_LABELS": "Kontakt-Labels", + "PREVIOUS_CONVERSATIONS": "Vorherige Gespräche" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "Kontakt bearbeiten", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Benutzerdefinierte Attribute", "BUTTON": "Eigenes Attribut hinzufügen", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Eigenes Attribut erstellen", "DESC": "Füge diesem Kontakt benutzerdefinierte Informationen hinzu." diff --git a/app/javascript/dashboard/i18n/locale/de/conversation.json b/app/javascript/dashboard/i18n/locale/de/conversation.json index 0fa31705a..0373053a6 100644 --- a/app/javascript/dashboard/i18n/locale/de/conversation.json +++ b/app/javascript/dashboard/i18n/locale/de/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Zugewiesenes Team", "SELECT": { "PLACEHOLDER": "Keine" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "Konversationsetiketten", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "Vorherige Gespräche" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json index 1e51e699f..ac47a14cc 100644 --- a/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "Starten Sie die Weiterleitung Ihrer E-Mails an die folgende E-Mail-Adresse." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "Kanal Name", + "PLACEHOLDER": "Bitte geben Sie einen Kanalnamen ein", + "ERROR": "Dieses Feld wird benötigt" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Wähle einen Kanal", "DESC": "Chatwoot unterstützt Live-Chat-Widget, Facebook-Seite, Twitter-Profil, Whatsapp, E-Mail etc., als Kanäle. Wenn Sie einen eigenen Kanal erstellen möchten, können Sie einen API-Kanals verwenden. Wählen Sie einen Kanal aus den folgenden Optionen aus, um fortzufahren." diff --git a/app/javascript/dashboard/i18n/locale/el/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/el/attributesMgmt.json index 7ad611641..3c9e299d8 100644 --- a/app/javascript/dashboard/i18n/locale/el/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/el/attributesMgmt.json @@ -1,37 +1,84 @@ { "ATTRIBUTES_MGMT": { - "HEADER": "Attributes", - "HEADER_BTN_TXT": "Add Attribute", + "HEADER": "Ιδιότητες", + "HEADER_BTN_TXT": "Προσθήκη ιδιότητας", + "LOADING": "Λήψη ιδιοτήτων", + "SIDEBAR_TXT": "

Ιδιότητες

Μια προσαρμοσμένη ιδιότητα παρακολουθεί γεγονότα σχετικά με τις επαφές σας/συνομιλίες σας — όπως για παράδειγμα συνδρομή, ή όταν γίνεται η πρώτη παραγγελία κ. λπ.

Για τη δημιουργία ιδιοτήτων απλά κάντε κλικ στοΠροσθήκη Ιδιότητας. Μπορείτε επίσης να επεξεργαστείτε ή να διαγράψετε μια υπάρχουσα Ιδιότητα κάνοντας κλικ στο κουμπί Επεξεργασία ή διαγραφή.

", "ADD": { "TITLE": "Προσθήκη ιδιότητας", "SUBMIT": "Δημιουργία", "CANCEL_BUTTON_TEXT": "Άκυρο", "FORM": { "NAME": { - "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "LABEL": "Εμφανιζόμενο Όνομα", + "PLACEHOLDER": "Εισάγετε το εμφανιζόμενο όνομα της ιδιότητας", + "ERROR": "Το όνομα απαιτείται" }, "DESC": { "LABEL": "Περιγραφή", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Εισάγετε την περιγραφή της ιδιότητας", + "ERROR": "Η περιγραφή απαιτείται" }, "MODEL": { - "LABEL": "Model", - "PLACEHOLDER": "Please select a model", - "ERROR": "Model is required" + "LABEL": "Μοντέλο", + "PLACEHOLDER": "Παρακαλώ επιλέξτε ένα μοντέλο", + "ERROR": "Απαιτείται το μοντέλο" }, "TYPE": { - "LABEL": "Type", + "LABEL": "Τύπος", "PLACEHOLDER": "Παρακαλώ επιλέξτε ρόλο", - "ERROR": "Type is required" + "ERROR": "Ο τύπος απαιτείται" }, "KEY": { - "LABEL": "Key" + "LABEL": "Κλειδί" } }, "API": { - "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "Αδυναμία σύνδεσης με τον Woot Server, Παρακαλώ προσπαθήστε αργότερα" + "SUCCESS_MESSAGE": "Η ιδιότητα προστέθηκε με επιτυχία", + "ERROR_MESSAGE": "Δεν ήταν δυνατή η δημιουργία Ιδιότητας, Παρακαλώ δοκιμάστε ξανά αργότερα" + } + }, + "DELETE": { + "BUTTON_TEXT": "Διαγραφή", + "API": { + "SUCCESS_MESSAGE": "Η ιδιότητα προστέθηκε με επιτυχία.", + "ERROR_MESSAGE": "Δεν ήταν δυνατή η διαγραφή της ιδιότητας. Δοκιμάστε ξανά." + }, + "CONFIRM": { + "TITLE": "Είστε σίγουροι ότι θέλετε να διαγράψετε την ομάδα %{attributeName}", + "PLACE_HOLDER": "Παρακαλώ πληκτρολογήστε {attributeName} για επιβεβαίωση", + "MESSAGE": "Διαγραφή θα καταργήσει την ιδιότητα", + "YES": "Διαγραφή ", + "NO": "Άκυρο" + } + }, + "EDIT": { + "TITLE": "Επεξεργασία ιδιότητας", + "UPDATE_BUTTON_TEXT": "Ενημέρωση", + "API": { + "SUCCESS_MESSAGE": "Ο πράκτορας ενημερώθηκε επιτυχώς", + "ERROR_MESSAGE": "Παρουσιάστηκε σφάλμα κατά την ενημέρωση της ιδιότητας, παρακαλώ προσπαθήστε ξανά" + } + }, + "TABS": { + "HEADER": "Προσαρμοζόμενες Ιδιότητες", + "CONVERSATION": "Συνομιλία", + "CONTACT": "Επαφές" + }, + "LIST": { + "TABLE_HEADER": [ + "Όνομα", + "Περιγραφή", + "Τύπος", + "Κλειδί" + ], + "BUTTONS": { + "EDIT": "Επεξεργασία", + "DELETE": "Διαγραφή" + }, + "EMPTY_RESULT": { + "404": "Δεν δημιουργήθηκαν χαρακτηριστικά", + "NOT_FOUND": "Δεν έχουν ρυθμιστεί ιδιότητες" } } } diff --git a/app/javascript/dashboard/i18n/locale/el/contact.json b/app/javascript/dashboard/i18n/locale/el/contact.json index 708d11357..c440509cc 100644 --- a/app/javascript/dashboard/i18n/locale/el/contact.json +++ b/app/javascript/dashboard/i18n/locale/el/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "Η συνομιλία είναι σε σίγαση (mute) για 6 ώρες", "UNMUTED_SUCCESS": "Έγινε επαναφορά της συνομιλίας", "SEND_TRANSCRIPT": "Αποστολή μεταγραφής", - "EDIT_LABEL": "Επεξεργασία" + "EDIT_LABEL": "Επεξεργασία", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "Προσαρμοζόμενες Ιδιότητες", + "CONTACT_LABELS": "Ετικέτες Επαφών", + "PREVIOUS_CONVERSATIONS": "Προηγούμενες συνομιλίες" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "Επεξεργασία Επαφής", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Προσαρμοζόμενες Ιδιότητες", "BUTTON": "Προσθήκη προσαρμοσμένης ιδιότητας", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Δημιουργία προσαρμοσμένης ιδιότητας", "DESC": "Προσθέστε προσαρμοσμένες πληροφορίες σε αυτήν την επαφή." diff --git a/app/javascript/dashboard/i18n/locale/el/conversation.json b/app/javascript/dashboard/i18n/locale/el/conversation.json index 31bb250ce..d83535790 100644 --- a/app/javascript/dashboard/i18n/locale/el/conversation.json +++ b/app/javascript/dashboard/i18n/locale/el/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Ανατεθειμένο σε Ομάδα", "SELECT": { "PLACEHOLDER": "Κανένα" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Λεπτομέρειες Επαφής", + "CONVERSATION_ACTIONS": "Ενέργειες Συνομιλίας", + "CONVERSATION_LABELS": "Ετικέτες συνομιλίας", + "CONVERSATION_INFO": "Πληροφορίες Συνομιλίας", + "CONTACT_ATTRIBUTES": "Ιδιότητες Επαφής", + "PREVIOUS_CONVERSATION": "Προηγούμενες συνομιλίες" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/el/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/el/inboxMgmt.json index 2bdab9acd..0aa6c054b 100644 --- a/app/javascript/dashboard/i18n/locale/el/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/el/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "Προώθηση των email σας στην ακόλουθη διεύθυνση email." }, + "LINE_CHANNEL": { + "TITLE": "Κανάλι LINE", + "DESC": "Ενσωμάτωση με κανάλι LINE και ξεκινήστε να υποστηρίζετε τους πελάτες σας.", + "CHANNEL_NAME": { + "LABEL": "Όνομα καναλιού", + "PLACEHOLDER": "Παρακαλώ εισάγετε ένα όνομα καναλιού", + "ERROR": "Το πεδίο είναι απαραίτητο" + }, + "LINE_CHANNEL_ID": { + "LABEL": "ID Καναλιού LINE", + "PLACEHOLDER": "ID Καναλιού LINE" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "Secret Καναλιού LINE", + "PLACEHOLDER": "Secret Καναλιού LINE" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "Token Καναλιού LINE", + "PLACEHOLDER": "Token Καναλιού LINE" + }, + "SUBMIT_BUTTON": "Δημιουργία LINE Καναλιού", + "API": { + "ERROR_MESSAGE": "Δεν είμαστε σε θέση να αποθηκεύσουμε το LINE κανάλι" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Κανάλι Telegram", + "DESC": "Ενσωμάτωση με το κανάλι Telegram και ξεκινήστε να υποστηρίζετε τους πελάτες σας.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Ρυθμίστε το bot token που λάβατε από το BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Δημιουργία Καναλιού Telegram", + "API": { + "ERROR_MESSAGE": "Δεν ήμασταν σε θέση να αποθηκεύσουμε το telegram κανάλι" + } + }, "AUTH": { "TITLE": "Επιλογή Καναλιού", "DESC": "Chatwoot υποστηρίζει widget live-chat, σελίδα Facebook, προφίλ Twitter, Whatsapp, Email κλπ., ως κανάλια. Αν θέλετε να δημιουργήσετε ένα προσαρμοσμένο κανάλι, μπορείτε να το δημιουργήσετε χρησιμοποιώντας το κανάλι API. Επιλέξτε ένα κανάλι από τις παρακάτω επιλογές για να συνεχίσετε." @@ -232,7 +270,7 @@ }, "DELETE": { "BUTTON_TEXT": "Διαγραφή", - "AVATAR_DELETE_BUTTON_TEXT": "Delete Avatar", + "AVATAR_DELETE_BUTTON_TEXT": "Διαγραφή Avatar", "CONFIRM": { "TITLE": "Επιβεβαίωση Διαγραφής", "MESSAGE": "Είσαστε σίγουρος για την διαγραφή ", @@ -243,8 +281,8 @@ "API": { "SUCCESS_MESSAGE": "Το κιβώτιο διαγράφηκε επιτυχώς", "ERROR_MESSAGE": "Αδυναμία διαγραφής του κιβωτίου. Παρακαλώ προσπαθήστε αργότερα.", - "AVATAR_SUCCESS_MESSAGE": "Inbox avatar deleted successfully", - "AVATAR_ERROR_MESSAGE": "Could not delete the inbox avatar. Please try again later." + "AVATAR_SUCCESS_MESSAGE": "Το avatar εισερχομένων διαγράφηκε επιτυχώς", + "AVATAR_ERROR_MESSAGE": "Δεν ήταν δυνατή η διαγραφή του avatar εισερχομένων. Παρακαλώ προσπαθήστε ξανά αργότερα." } }, "TABS": { @@ -277,9 +315,9 @@ "AUTO_ASSIGNMENT_SUB_TEXT": "Ενεργοποιήστε ή απενεργοποιήστε την αυτόματη αντιστοίχιση των νέων συζητήσεων στους πράκτορες αυτού του κιβωτίου.", "HMAC_VERIFICATION": "Επικύρωση Ταυτότητας Χρήστη", "HMAC_DESCRIPTION": "Για λόγους επικύρωσης της ταυτότητας των χρηστών, το SDK σας επιτρέπει να περάσετε ένα `identity_hash` για κάθε χρήστη. Μπορείτε να δημιουργήσετε HMAC χρησιμοποιώντας το 'sha256' με το κλειδί που εμφανίζεται εδώ.", - "INBOX_IDENTIFIER": "Inbox Identifier", - "INBOX_IDENTIFIER_SUB_TEXT": "Use the `inbox_identifier` token shown here to authentication your API clients.", - "FORWARD_EMAIL_TITLE": "Forward to Email", + "INBOX_IDENTIFIER": "Αναγνωριστικό Εισερχόμενων", + "INBOX_IDENTIFIER_SUB_TEXT": "Χρησιμοποιήστε το διακριτικό `inbox_identifier` που εμφανίζεται εδώ για τον έλεγχο ταυτότητας των πελατών API.", + "FORWARD_EMAIL_TITLE": "Προώθηση στο email", "FORWARD_EMAIL_SUB_TEXT": "Προώθηση των email σας στην ακόλουθη διεύθυνση email." }, "FACEBOOK_REAUTHORIZE": { diff --git a/app/javascript/dashboard/i18n/locale/el/settings.json b/app/javascript/dashboard/i18n/locale/el/settings.json index 6a201ac71..7b76a7f14 100644 --- a/app/javascript/dashboard/i18n/locale/el/settings.json +++ b/app/javascript/dashboard/i18n/locale/el/settings.json @@ -142,7 +142,7 @@ "ACCOUNT_SETTINGS": "Ρυθμίσεις Λογαριασμού", "APPLICATIONS": "Εφαρμογές", "LABELS": "Ετικέτες", - "ATTRIBUTES": "Attributes", + "ATTRIBUTES": "Ιδιότητες", "TEAMS": "Ομάδες", "ALL_CONTACTS": "Όλες Οι Επαφές", "TAGGED_WITH": "Ετικέτα με", @@ -182,7 +182,7 @@ "GO_TO_REPORTS_SIDEBAR": "Πλευρική μπάρα αναφορών", "MOVE_TO_NEXT_TAB": "Μετακίνηση στην επόμενη καρτέλα στη λίστα συνομιλιών", "GO_TO_SETTINGS": "Μετάβαση στις ρυθμίσεις", - "SWITCH_CONVERSATION_STATUS": "Switch to the next conversation status", + "SWITCH_CONVERSATION_STATUS": "Εναλλαγή στην επόμενη κατάσταση συνομιλίας", "SWITCH_TO_PRIVATE_NOTE": "Αλλαγή σε Ιδιωτική Σημείωση", "TOGGLE_RICH_CONTENT_EDITOR": "Εναλλαγή επεξεργαστή εμπλουτισμένου περιεχομένου", "SWITCH_TO_REPLY": "Εναλλαγή σε απάντηση", diff --git a/app/javascript/dashboard/i18n/locale/es/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/es/attributesMgmt.json index 9f0c672cd..0232f1a54 100644 --- a/app/javascript/dashboard/i18n/locale/es/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/es/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Add attribute", "SUBMIT": "Crear", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "Descripción", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtalo de nuevo más tarde" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "Eliminar", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "¿Está seguro que quiere borrar - %{attributeName}?", + "PLACE_HOLDER": "Por favor, escriba {attributeName} para confirmar", + "MESSAGE": "Deleting will remove the attribute", + "YES": "Eliminar ", + "NO": "Cancelar" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "Actualizar", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "Atributos personalizados", + "CONVERSATION": "Conversation", + "CONTACT": "Contact" + }, + "LIST": { + "TABLE_HEADER": [ + "Nombre", + "Descripción", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "Editar", + "DELETE": "Eliminar" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/es/contact.json b/app/javascript/dashboard/i18n/locale/es/contact.json index ce03e674f..5fd917377 100644 --- a/app/javascript/dashboard/i18n/locale/es/contact.json +++ b/app/javascript/dashboard/i18n/locale/es/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "Ésta conversación está silenciada por 6 horas", "UNMUTED_SUCCESS": "Ésta conversación ya no está silenciada", "SEND_TRANSCRIPT": "Enviar Transcripción", - "EDIT_LABEL": "Editar" + "EDIT_LABEL": "Editar", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "Atributos personalizados", + "CONTACT_LABELS": "Etiqueta de Contacto", + "PREVIOUS_CONVERSATIONS": "Conversaciones anteriores" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "Editar Contacto", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Atributos personalizados", "BUTTON": "Add custom attribute", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Create custom attribute", "DESC": "Add custom information to this contact." diff --git a/app/javascript/dashboard/i18n/locale/es/conversation.json b/app/javascript/dashboard/i18n/locale/es/conversation.json index e79b87915..38d54144a 100644 --- a/app/javascript/dashboard/i18n/locale/es/conversation.json +++ b/app/javascript/dashboard/i18n/locale/es/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Equipo asignado", "SELECT": { "PLACEHOLDER": "Ninguna" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "Etiquetas de conversación", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "Conversaciones anteriores" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/es/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/es/inboxMgmt.json index 2382497c1..08f1209b3 100644 --- a/app/javascript/dashboard/i18n/locale/es/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/es/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "Empieze a reenviar su emails a la siguiente dirección de email." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "Nombre del canal", + "PLACEHOLDER": "Por favor, introduzca un nombre de canal", + "ERROR": "Este campo es obligatorio" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/fa/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/fa/attributesMgmt.json index 522ff423a..b20537f25 100644 --- a/app/javascript/dashboard/i18n/locale/fa/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fa/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "ویژگی ها", "HEADER_BTN_TXT": "افزودن ویژگی", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "افزودن ویژگی", "SUBMIT": "ايجاد كردن", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "توضیحات", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "متاسفانه ارتباط با سرور برقرار نشد، مجددا امتحان کنید" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "حذف", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "آیا مطمئن هستید که می خواهید حذف کنید - %{attributeName}", + "PLACE_HOLDER": "برای تایید لطفا {attributeName} را تایپ کنید", + "MESSAGE": "Deleting will remove the attribute", + "YES": "حذف ", + "NO": "انصراف" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "اعمال شود", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "ویژگی‌های سفارشی", + "CONVERSATION": "Conversation", + "CONTACT": "مخاطب" + }, + "LIST": { + "TABLE_HEADER": [ + "نام", + "توضیحات", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "ویرایش", + "DELETE": "حذف" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/fa/contact.json b/app/javascript/dashboard/i18n/locale/fa/contact.json index d27076ac1..dde0b739e 100644 --- a/app/javascript/dashboard/i18n/locale/fa/contact.json +++ b/app/javascript/dashboard/i18n/locale/fa/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "این گفتگو به مدت ۶ ساعت بی‌صدا است", "UNMUTED_SUCCESS": "این گفتگو از حالت بی صدا خارج شده است", "SEND_TRANSCRIPT": "ارسال متن", - "EDIT_LABEL": "ویرایش" + "EDIT_LABEL": "ویرایش", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "ویژگی‌های سفارشی", + "CONTACT_LABELS": "تماس با برچسب ها", + "PREVIOUS_CONVERSATIONS": "گفتگوهای قبلی" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "ویرایش مخاطب", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "ویژگی‌های سفارشی", "BUTTON": "اضافه کردن ویژگی سفارشی", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "ساخت ویژگی سفارشی", "DESC": "اطلاعات سفارشی مخاطب را اضافه کنید." diff --git a/app/javascript/dashboard/i18n/locale/fa/conversation.json b/app/javascript/dashboard/i18n/locale/fa/conversation.json index 6e7a3eb9a..30f2c9d00 100644 --- a/app/javascript/dashboard/i18n/locale/fa/conversation.json +++ b/app/javascript/dashboard/i18n/locale/fa/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "اختصاص به تیم", "SELECT": { "PLACEHOLDER": "هیچکدام" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "برچسب‌های گفتگو", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "گفتگوهای قبلی" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/fa/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/fa/inboxMgmt.json index aae35a052..b08ae3d5d 100644 --- a/app/javascript/dashboard/i18n/locale/fa/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fa/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "ایمیل های خود را به این آدرس ها فوروارد کنید." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "عنوان کانال", + "PLACEHOLDER": "لطفا اسم یک کانال را وارد کنید", + "ERROR": "پر کردن این فیلد ضروری است" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "کانالی را انتخاب کنید", "DESC": "ما از چت زنده روی سایت، فیسبوک، توییتر، واتس آپ و ایمیل پشتیبانی می کنیم. در صورتی که نیاز به ارتباط از طریق کانال اختصاصی دیگیر دارید می توانید آن را به کمک API ایجاد نمایید." diff --git a/app/javascript/dashboard/i18n/locale/fi/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/fi/attributesMgmt.json index b04fcd84c..1062a3b73 100644 --- a/app/javascript/dashboard/i18n/locale/fi/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fi/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Add attribute", "SUBMIT": "Luo", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "Kuvaus", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "Yhteyden muodostaminen Woot-palvelimelle ei onnistunut, yritä myöhemmin uudelleen" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "Poista", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Are you sure want to delete - %{attributeName}", + "PLACE_HOLDER": "Please type {attributeName} to confirm", + "MESSAGE": "Deleting will remove the attribute", + "YES": "Poista ", + "NO": "Peruuta" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "Päivitä", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "Mukautetut attribuutit", + "CONVERSATION": "Conversation", + "CONTACT": "Contact" + }, + "LIST": { + "TABLE_HEADER": [ + "Nimi", + "Kuvaus", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "Muokkaa", + "DELETE": "Poista" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/fi/contact.json b/app/javascript/dashboard/i18n/locale/fi/contact.json index 9f4f0fcfb..b205b2614 100644 --- a/app/javascript/dashboard/i18n/locale/fi/contact.json +++ b/app/javascript/dashboard/i18n/locale/fi/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "Tämä keskustelu on mykistetty 6 tunniksi", "UNMUTED_SUCCESS": "Tätä keskustelua ei ole hiljennetty", "SEND_TRANSCRIPT": "Lähetä keskustelu", - "EDIT_LABEL": "Muokkaa" + "EDIT_LABEL": "Muokkaa", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "Mukautetut attribuutit", + "CONTACT_LABELS": "Contact Labels", + "PREVIOUS_CONVERSATIONS": "Edelliset keskustelut" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "Muokkaa yhteystietoa", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Mukautetut attribuutit", "BUTTON": "Add custom attribute", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Create custom attribute", "DESC": "Add custom information to this contact." diff --git a/app/javascript/dashboard/i18n/locale/fi/conversation.json b/app/javascript/dashboard/i18n/locale/fi/conversation.json index 2ce259409..c4041d70c 100644 --- a/app/javascript/dashboard/i18n/locale/fi/conversation.json +++ b/app/javascript/dashboard/i18n/locale/fi/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Assigned Team", "SELECT": { "PLACEHOLDER": "None" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "Keskustelutunnisteet", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "Edelliset keskustelut" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/fi/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/fi/inboxMgmt.json index 4ddeced15..923988f64 100644 --- a/app/javascript/dashboard/i18n/locale/fi/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fi/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "Aloita välittämällä sähköpostit seuraavaan osoitteeseen." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "Kanavan nimi", + "PLACEHOLDER": "Ole hyvä ja anna kanavan nimi", + "ERROR": "Tämä kenttä on pakollinen" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/fr/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/fr/attributesMgmt.json index 822fe1791..82d09e13f 100644 --- a/app/javascript/dashboard/i18n/locale/fr/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fr/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Ajouter un attribut", "SUBMIT": "Créer", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "Description", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "Impossible de se connecter au serveur Woot, veuillez réessayer plus tard" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "Supprimer", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Voulez-vous vraiment supprimer - %{attributeName}", + "PLACE_HOLDER": "Veuillez taper {attributeName} pour confirmer", + "MESSAGE": "Deleting will remove the attribute", + "YES": "Supprimer ", + "NO": "Annuler" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "Mettre à jour", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "Attributs personnalisés", + "CONVERSATION": "Conversation", + "CONTACT": "Contact" + }, + "LIST": { + "TABLE_HEADER": [ + "Nom", + "Description", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "Modifier", + "DELETE": "Supprimer" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/fr/contact.json b/app/javascript/dashboard/i18n/locale/fr/contact.json index de54b6cae..7c68d1373 100644 --- a/app/javascript/dashboard/i18n/locale/fr/contact.json +++ b/app/javascript/dashboard/i18n/locale/fr/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "Cette conversation est mise en sourdine pendant 6 heures", "UNMUTED_SUCCESS": "Cette conversation n'est plus muette", "SEND_TRANSCRIPT": "Envoyer la transcription", - "EDIT_LABEL": "Modifier" + "EDIT_LABEL": "Modifier", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "Attributs personnalisés", + "CONTACT_LABELS": "Libellés des contacts", + "PREVIOUS_CONVERSATIONS": "Conversations précédentes" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "Modifier le contact", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Attributs personnalisés", "BUTTON": "Ajouter un attribut personnalisé", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Créer un attribut personnalisé", "DESC": "Ajouter des informations personnalisées à ce contact." diff --git a/app/javascript/dashboard/i18n/locale/fr/conversation.json b/app/javascript/dashboard/i18n/locale/fr/conversation.json index 03187244c..bbada62d4 100644 --- a/app/javascript/dashboard/i18n/locale/fr/conversation.json +++ b/app/javascript/dashboard/i18n/locale/fr/conversation.json @@ -45,9 +45,9 @@ "MARK_PENDING": "Mark as pending", "SNOOZE": { "TITLE": "Snooze until", - "NEXT_REPLY": "Next reply", - "TOMORROW": "Tomorrow", - "NEXT_WEEK": "Next week" + "NEXT_REPLY": "Réponse suivante", + "TOMORROW": "Demain", + "NEXT_WEEK": "Semaine prochaine" } }, "FOOTER": { @@ -70,12 +70,12 @@ "CC": { "LABEL": "CC", "PLACEHOLDER": "Emails separated by commas", - "ERROR": "Please enter valid email addresses" + "ERROR": "Veuillez saisir une adresse de courriel valide" }, "BCC": { "LABEL": "BCC", "PLACEHOLDER": "Emails separated by commas", - "ERROR": "Please enter valid email addresses" + "ERROR": "Veuillez saisir une adresse de courriel valide" } } }, @@ -142,6 +142,14 @@ "TEAM_LABEL": "Équipe assignée", "SELECT": { "PLACEHOLDER": "Aucun" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Détails du contact", + "CONVERSATION_ACTIONS": "Actions de conversation", + "CONVERSATION_LABELS": "Étiquettes de conversation", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "Conversations précédentes" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/fr/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/fr/inboxMgmt.json index 776a785a8..2fdfc0b1f 100644 --- a/app/javascript/dashboard/i18n/locale/fr/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fr/inboxMgmt.json @@ -172,8 +172,46 @@ }, "FINISH_MESSAGE": "Commencez à transférer vos courriels à l'adresse suivante." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "Nom du canal", + "PLACEHOLDER": "Veuillez entrer un nom de canal", + "ERROR": "Ce champ est requis" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { - "TITLE": "Choose a channel", + "TITLE": "Choisir un canal", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." }, "AGENTS": { diff --git a/app/javascript/dashboard/i18n/locale/he/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/he/attributesMgmt.json index 976685f77..d1abf89b1 100644 --- a/app/javascript/dashboard/i18n/locale/he/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/he/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Add attribute", "SUBMIT": "צור", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "Description", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "לא ניתן להתחבר לשרת Woot, נסה שוב מאוחר יותר" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "מחק", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Are you sure want to delete - %{attributeName}", + "PLACE_HOLDER": "Please type {attributeName} to confirm", + "MESSAGE": "Deleting will remove the attribute", + "YES": "מחק ", + "NO": "ביטול" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "עדכן", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "Custom Attributes", + "CONVERSATION": "Conversation", + "CONTACT": "Contact" + }, + "LIST": { + "TABLE_HEADER": [ + "שם", + "Description", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "ערוך", + "DELETE": "מחק" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/he/contact.json b/app/javascript/dashboard/i18n/locale/he/contact.json index 306fb5786..eab1e7f47 100644 --- a/app/javascript/dashboard/i18n/locale/he/contact.json +++ b/app/javascript/dashboard/i18n/locale/he/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "This conversation is muted for 6 hours", "UNMUTED_SUCCESS": "This conversation is unmuted", "SEND_TRANSCRIPT": "Send Transcript", - "EDIT_LABEL": "ערוך" + "EDIT_LABEL": "ערוך", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "Custom Attributes", + "CONTACT_LABELS": "Contact Labels", + "PREVIOUS_CONVERSATIONS": "Previous Conversations" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "Edit Contact", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Custom Attributes", "BUTTON": "Add custom attribute", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Create custom attribute", "DESC": "Add custom information to this contact." diff --git a/app/javascript/dashboard/i18n/locale/he/conversation.json b/app/javascript/dashboard/i18n/locale/he/conversation.json index b8611e154..ab8f7567d 100644 --- a/app/javascript/dashboard/i18n/locale/he/conversation.json +++ b/app/javascript/dashboard/i18n/locale/he/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Assigned Team", "SELECT": { "PLACEHOLDER": "None" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "Conversation Labels", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "Previous Conversations" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/he/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/he/inboxMgmt.json index a0a8a3164..89efc3de8 100644 --- a/app/javascript/dashboard/i18n/locale/he/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/he/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "Start forwarding your emails to the following email address." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "Channel Name", + "PLACEHOLDER": "Please enter a channel name", + "ERROR": "This field is required" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/hi/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/hi/attributesMgmt.json index 275cdf81d..7064537c9 100644 --- a/app/javascript/dashboard/i18n/locale/hi/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hi/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Add attribute", "SUBMIT": "Create", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "Description", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "Delete", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Are you sure want to delete - %{attributeName}", + "PLACE_HOLDER": "Please type {attributeName} to confirm", + "MESSAGE": "Deleting will remove the attribute", + "YES": "Delete ", + "NO": "Cancel" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "Update", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "Custom Attributes", + "CONVERSATION": "Conversation", + "CONTACT": "Contact" + }, + "LIST": { + "TABLE_HEADER": [ + "Name", + "Description", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "Edit", + "DELETE": "Delete" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/hi/contact.json b/app/javascript/dashboard/i18n/locale/hi/contact.json index 051aad27e..e00e01647 100644 --- a/app/javascript/dashboard/i18n/locale/hi/contact.json +++ b/app/javascript/dashboard/i18n/locale/hi/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "This conversation is muted for 6 hours", "UNMUTED_SUCCESS": "This conversation is unmuted", "SEND_TRANSCRIPT": "Send Transcript", - "EDIT_LABEL": "Edit" + "EDIT_LABEL": "Edit", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "Custom Attributes", + "CONTACT_LABELS": "Contact Labels", + "PREVIOUS_CONVERSATIONS": "Previous Conversations" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "Edit Contact", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Custom Attributes", "BUTTON": "Add custom attribute", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Create custom attribute", "DESC": "Add custom information to this contact." diff --git a/app/javascript/dashboard/i18n/locale/hi/conversation.json b/app/javascript/dashboard/i18n/locale/hi/conversation.json index ef7a66691..42a25e897 100644 --- a/app/javascript/dashboard/i18n/locale/hi/conversation.json +++ b/app/javascript/dashboard/i18n/locale/hi/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Assigned Team", "SELECT": { "PLACEHOLDER": "None" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "Conversation Labels", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "Previous Conversations" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/hi/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/hi/inboxMgmt.json index 4f7d5ff1d..0327ada74 100644 --- a/app/javascript/dashboard/i18n/locale/hi/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hi/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "Start forwarding your emails to the following email address." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "Channel Name", + "PLACEHOLDER": "Please enter a channel name", + "ERROR": "This field is required" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/hu/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/hu/attributesMgmt.json index 23461df4f..a555cf811 100644 --- a/app/javascript/dashboard/i18n/locale/hu/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hu/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Add attribute", "SUBMIT": "Létrehozás", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "Leírás", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "Nem sikerült csatlakozni a Woot szerverhez, kérjük próbáld később" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "Törlés", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Biztosan törölni akarod: %{attributeName}", + "PLACE_HOLDER": "Please type {attributeName} to confirm", + "MESSAGE": "Deleting will remove the attribute", + "YES": "Törlés ", + "NO": "Mégse" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "Frissítés", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "Egyedi atribútumok", + "CONVERSATION": "Conversation", + "CONTACT": "Contact" + }, + "LIST": { + "TABLE_HEADER": [ + "Név", + "Leírás", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "Szerkesztés", + "DELETE": "Törlés" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/hu/contact.json b/app/javascript/dashboard/i18n/locale/hu/contact.json index 2671721c7..c78febd9e 100644 --- a/app/javascript/dashboard/i18n/locale/hu/contact.json +++ b/app/javascript/dashboard/i18n/locale/hu/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "A beszélgetés 6 órára elnémítva", "UNMUTED_SUCCESS": "A beszélgetés elnémítása megszűntetve", "SEND_TRANSCRIPT": "Jegyzetek elküldése", - "EDIT_LABEL": "Szerkesztés" + "EDIT_LABEL": "Szerkesztés", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "Egyedi atribútumok", + "CONTACT_LABELS": "Contact Labels", + "PREVIOUS_CONVERSATIONS": "Korábbi beszélgetések" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "Jegyzetek szerkesztése", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Egyedi atribútumok", "BUTTON": "Add custom attribute", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Create custom attribute", "DESC": "Add custom information to this contact." diff --git a/app/javascript/dashboard/i18n/locale/hu/conversation.json b/app/javascript/dashboard/i18n/locale/hu/conversation.json index 737e6a353..baca32200 100644 --- a/app/javascript/dashboard/i18n/locale/hu/conversation.json +++ b/app/javascript/dashboard/i18n/locale/hu/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Hozzárendelt csapat", "SELECT": { "PLACEHOLDER": "Nincs" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "Beszélgetés cimkék", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "Korábbi beszélgetések" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/hu/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/hu/inboxMgmt.json index dd38646bd..d80b634bf 100644 --- a/app/javascript/dashboard/i18n/locale/hu/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hu/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "Kezdd el továbbítani az e-maileket a következő e-mail címekre." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "Csatorna neve", + "PLACEHOLDER": "Kérjük adj meg csatorna nevet", + "ERROR": "Ez a mező kötelező" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/id/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/id/attributesMgmt.json index 4d896c9d5..ac635ee33 100644 --- a/app/javascript/dashboard/i18n/locale/id/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/id/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Add attribute", "SUBMIT": "Buat", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "Deskripsi", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "Tidak dapat terhubung ke Server Woot, Silahkan coba lagi nanti" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "Hapus", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Are you sure want to delete - %{attributeName}", + "PLACE_HOLDER": "Please type {attributeName} to confirm", + "MESSAGE": "Deleting will remove the attribute", + "YES": "Hapus ", + "NO": "Batalkan" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "Perbarui", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "Atribut Kustom", + "CONVERSATION": "Conversation", + "CONTACT": "Contact" + }, + "LIST": { + "TABLE_HEADER": [ + "Nama", + "Deskripsi", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "Edit", + "DELETE": "Hapus" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/id/contact.json b/app/javascript/dashboard/i18n/locale/id/contact.json index 9c63b42de..c848bba93 100644 --- a/app/javascript/dashboard/i18n/locale/id/contact.json +++ b/app/javascript/dashboard/i18n/locale/id/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "Percakapan ini di mute selama 6 jam", "UNMUTED_SUCCESS": "Percakapan ini di unmute", "SEND_TRANSCRIPT": "Kirim Transkrip", - "EDIT_LABEL": "Edit" + "EDIT_LABEL": "Edit", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "Atribut Kustom", + "CONTACT_LABELS": "Contact Labels", + "PREVIOUS_CONVERSATIONS": "Percakapan Sebelumnya" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "Edit Kontak", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Atribut Kustom", "BUTTON": "Add custom attribute", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Create custom attribute", "DESC": "Add custom information to this contact." diff --git a/app/javascript/dashboard/i18n/locale/id/conversation.json b/app/javascript/dashboard/i18n/locale/id/conversation.json index f8d4d579b..30f2f7e97 100644 --- a/app/javascript/dashboard/i18n/locale/id/conversation.json +++ b/app/javascript/dashboard/i18n/locale/id/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Tim Ditugaskan", "SELECT": { "PLACEHOLDER": "Tidak ada" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "Label Percakapan", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "Percakapan Sebelumnya" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/id/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/id/inboxMgmt.json index 568d647fe..912a8491d 100644 --- a/app/javascript/dashboard/i18n/locale/id/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/id/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "Mulailah meneruskan email Anda ke alamat email berikut." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "Nama Channel", + "PLACEHOLDER": "Harap masukkan nama channel", + "ERROR": "Bagian ini diperlukan" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/it/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/it/attributesMgmt.json index ee690135d..3e1640bfb 100644 --- a/app/javascript/dashboard/i18n/locale/it/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/it/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Add attribute", "SUBMIT": "Create", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "Description", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "Impossibile connettersi al server Woot, riprova più tardi" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "Cancellare", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Are you sure want to delete - %{attributeName}", + "PLACE_HOLDER": "Please type {attributeName} to confirm", + "MESSAGE": "Deleting will remove the attribute", + "YES": "Cancellare ", + "NO": "annulla" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "Aggiornamento", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "Custom Attributes", + "CONVERSATION": "Conversation", + "CONTACT": "Contact" + }, + "LIST": { + "TABLE_HEADER": [ + "nome", + "Description", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "Modifica", + "DELETE": "Cancellare" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/it/contact.json b/app/javascript/dashboard/i18n/locale/it/contact.json index b7610853b..3f0c70108 100644 --- a/app/javascript/dashboard/i18n/locale/it/contact.json +++ b/app/javascript/dashboard/i18n/locale/it/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "This conversation is muted for 6 hours", "UNMUTED_SUCCESS": "This conversation is unmuted", "SEND_TRANSCRIPT": "Send Transcript", - "EDIT_LABEL": "Modifica" + "EDIT_LABEL": "Modifica", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "Custom Attributes", + "CONTACT_LABELS": "Contact Labels", + "PREVIOUS_CONVERSATIONS": "Conversazioni precedenti" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "Edit Contact", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Custom Attributes", "BUTTON": "Add custom attribute", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Create custom attribute", "DESC": "Add custom information to this contact." diff --git a/app/javascript/dashboard/i18n/locale/it/conversation.json b/app/javascript/dashboard/i18n/locale/it/conversation.json index aebd1e6e3..8e1dac33a 100644 --- a/app/javascript/dashboard/i18n/locale/it/conversation.json +++ b/app/javascript/dashboard/i18n/locale/it/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Assigned Team", "SELECT": { "PLACEHOLDER": "None" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "Conversation Labels", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "Conversazioni precedenti" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/it/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/it/inboxMgmt.json index 29eaad24e..6ca9fa681 100644 --- a/app/javascript/dashboard/i18n/locale/it/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/it/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "Start forwarding your emails to the following email address." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "Nome canale", + "PLACEHOLDER": "Inserisci un nome del canale", + "ERROR": "Questo campo è obbligatorio" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/ja/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ja/attributesMgmt.json index 8102f1a24..a156fa532 100644 --- a/app/javascript/dashboard/i18n/locale/ja/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ja/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Add attribute", "SUBMIT": "作成", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "説明", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "Woot Serverに接続できませんでした。後でもう一度お試しください。" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "削除", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Are you sure want to delete - %{attributeName}", + "PLACE_HOLDER": "Please type {attributeName} to confirm", + "MESSAGE": "Deleting will remove the attribute", + "YES": "削除 ", + "NO": "キャンセル" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "更新", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "カスタム属性", + "CONVERSATION": "Conversation", + "CONTACT": "Contact" + }, + "LIST": { + "TABLE_HEADER": [ + "名前", + "説明", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "編集", + "DELETE": "削除" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/ja/contact.json b/app/javascript/dashboard/i18n/locale/ja/contact.json index da1ff34a2..e0bed3d5e 100644 --- a/app/javascript/dashboard/i18n/locale/ja/contact.json +++ b/app/javascript/dashboard/i18n/locale/ja/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "この会話は6時間ミュートされています。", "UNMUTED_SUCCESS": "This conversation is unmuted", "SEND_TRANSCRIPT": "会話のログを送信", - "EDIT_LABEL": "編集" + "EDIT_LABEL": "編集", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "カスタム属性", + "CONTACT_LABELS": "Contact Labels", + "PREVIOUS_CONVERSATIONS": "前の会話" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "連絡先を編集", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "カスタム属性", "BUTTON": "Add custom attribute", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Create custom attribute", "DESC": "Add custom information to this contact." diff --git a/app/javascript/dashboard/i18n/locale/ja/conversation.json b/app/javascript/dashboard/i18n/locale/ja/conversation.json index 014a301e9..e99b4aa1d 100644 --- a/app/javascript/dashboard/i18n/locale/ja/conversation.json +++ b/app/javascript/dashboard/i18n/locale/ja/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Assigned Team", "SELECT": { "PLACEHOLDER": "None" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "会話のラベル", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "前の会話" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/ja/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ja/inboxMgmt.json index 8c18080bb..a4cf934ac 100644 --- a/app/javascript/dashboard/i18n/locale/ja/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ja/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "以下のメールアドレスにメールを転送します。" }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "チャンネル名", + "PLACEHOLDER": "チャンネル名を入力してください", + "ERROR": "このフィールドは必須項目です" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/ko/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ko/attributesMgmt.json index c3bccbcc8..8225a6965 100644 --- a/app/javascript/dashboard/i18n/locale/ko/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ko/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Add attribute", "SUBMIT": "만들기", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "내용", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "Woot 서버에 연결할 수 없음. 나중에 다시 시도하십시오." + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "삭제", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "%{attributeName}팀을 삭제하시겠습니까?", + "PLACE_HOLDER": "Please type {attributeName} to confirm", + "MESSAGE": "Deleting will remove the attribute", + "YES": "삭제 ", + "NO": "취소" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "업데이트", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "사용자 지정 특성", + "CONVERSATION": "Conversation", + "CONTACT": "Contact" + }, + "LIST": { + "TABLE_HEADER": [ + "이름", + "내용", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "수정", + "DELETE": "삭제" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/ko/contact.json b/app/javascript/dashboard/i18n/locale/ko/contact.json index 07f3851dc..9a0c3dee9 100644 --- a/app/javascript/dashboard/i18n/locale/ko/contact.json +++ b/app/javascript/dashboard/i18n/locale/ko/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "이 대화는 6시간 동안 중단됩니다.", "UNMUTED_SUCCESS": "이 대화는 음소거 되었습니다.", "SEND_TRANSCRIPT": "대화기록 보내기", - "EDIT_LABEL": "수정" + "EDIT_LABEL": "수정", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "사용자 지정 특성", + "CONTACT_LABELS": "Contact Labels", + "PREVIOUS_CONVERSATIONS": "이전 대화" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "연락처 수정", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "사용자 지정 특성", "BUTTON": "Add custom attribute", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Create custom attribute", "DESC": "Add custom information to this contact." diff --git a/app/javascript/dashboard/i18n/locale/ko/conversation.json b/app/javascript/dashboard/i18n/locale/ko/conversation.json index c756dacd8..1105659c1 100644 --- a/app/javascript/dashboard/i18n/locale/ko/conversation.json +++ b/app/javascript/dashboard/i18n/locale/ko/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "할당된 팀", "SELECT": { "PLACEHOLDER": "없음" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "대화 라벨", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "이전 대화" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/ko/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ko/inboxMgmt.json index f74f1c9cb..b9bd2a942 100644 --- a/app/javascript/dashboard/i18n/locale/ko/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ko/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "당신의 이메일 주소로 이메일 전달을 시작하십시오." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "채널 이름", + "PLACEHOLDER": "채널 이름을 입력하십시오.", + "ERROR": "해당 입력란은 필수 입력 사항입니다." + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/ml/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ml/attributesMgmt.json index 1040bc65c..f5bade425 100644 --- a/app/javascript/dashboard/i18n/locale/ml/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ml/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Add attribute", "SUBMIT": "സൃഷ്ടിക്കുക", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "വിവരണം", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "വൂട്ട് സെർവറിലേക്ക് കണക്റ്റുചെയ്യാനായില്ല, ദയവായി പിന്നീട് വീണ്ടും ശ്രമിക്കുക" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "ഇല്ലാതാക്കുക", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Are you sure want to delete - %{attributeName}", + "PLACE_HOLDER": "Please type {attributeName} to confirm", + "MESSAGE": "Deleting will remove the attribute", + "YES": "ഇല്ലാതാക്കുക ", + "NO": "റദ്ദാക്കുക" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "അപ്‌ഡേറ്റ്", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "ഇഷ്‌ടാനുസൃത ആട്രിബ്യൂട്ടുകൾ", + "CONVERSATION": "Conversation", + "CONTACT": "Contact" + }, + "LIST": { + "TABLE_HEADER": [ + "പേര്", + "വിവരണം", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "എഡിറ്റുചെയ്യുക", + "DELETE": "ഇല്ലാതാക്കുക" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/ml/contact.json b/app/javascript/dashboard/i18n/locale/ml/contact.json index af1c1ea56..3ba4cfe43 100644 --- a/app/javascript/dashboard/i18n/locale/ml/contact.json +++ b/app/javascript/dashboard/i18n/locale/ml/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "ഈ സംഭാഷണം 6 മണിക്കൂർ നിശബ്ദമാക്കി", "UNMUTED_SUCCESS": "ഈ സംഭാഷണം നിശബ്ദമാക്കി", "SEND_TRANSCRIPT": "ട്രാൻസ്ക്രിപ്റ്റ് അയയ്ക്കുക", - "EDIT_LABEL": "എഡിറ്റുചെയ്യുക" + "EDIT_LABEL": "എഡിറ്റുചെയ്യുക", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "ഇഷ്‌ടാനുസൃത ആട്രിബ്യൂട്ടുകൾ", + "CONTACT_LABELS": "Contact Labels", + "PREVIOUS_CONVERSATIONS": "മുമ്പത്തെ സംഭാഷണങ്ങൾ" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "കോൺ‌ടാക്റ്റ് എഡിറ്റുചെയ്യുക", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "ഇഷ്‌ടാനുസൃത ആട്രിബ്യൂട്ടുകൾ", "BUTTON": "Add custom attribute", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Create custom attribute", "DESC": "Add custom information to this contact." diff --git a/app/javascript/dashboard/i18n/locale/ml/conversation.json b/app/javascript/dashboard/i18n/locale/ml/conversation.json index 6540b985e..66fa282d8 100644 --- a/app/javascript/dashboard/i18n/locale/ml/conversation.json +++ b/app/javascript/dashboard/i18n/locale/ml/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Assigned Team", "SELECT": { "PLACEHOLDER": "None" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "സംഭാഷണ ലേബലുകൾ", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "മുമ്പത്തെ സംഭാഷണങ്ങൾ" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/ml/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ml/inboxMgmt.json index 0c057cc66..0a026316b 100644 --- a/app/javascript/dashboard/i18n/locale/ml/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ml/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "Start forwarding your emails to the following email address." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "ചാനലിന്റെ പേര്", + "PLACEHOLDER": "ഈ ചാനലിനു ദയവായി ഒരു പേര് നൽകുക", + "ERROR": "ഈ ഫീൽഡ് ആവശ്യമാണ്" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/ne/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ne/attributesMgmt.json index 275cdf81d..7064537c9 100644 --- a/app/javascript/dashboard/i18n/locale/ne/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ne/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Add attribute", "SUBMIT": "Create", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "Description", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "Delete", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Are you sure want to delete - %{attributeName}", + "PLACE_HOLDER": "Please type {attributeName} to confirm", + "MESSAGE": "Deleting will remove the attribute", + "YES": "Delete ", + "NO": "Cancel" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "Update", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "Custom Attributes", + "CONVERSATION": "Conversation", + "CONTACT": "Contact" + }, + "LIST": { + "TABLE_HEADER": [ + "Name", + "Description", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "Edit", + "DELETE": "Delete" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/ne/contact.json b/app/javascript/dashboard/i18n/locale/ne/contact.json index cf9824b90..c73648c84 100644 --- a/app/javascript/dashboard/i18n/locale/ne/contact.json +++ b/app/javascript/dashboard/i18n/locale/ne/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "This conversation is muted for 6 hours", "UNMUTED_SUCCESS": "This conversation is unmuted", "SEND_TRANSCRIPT": "Send Transcript", - "EDIT_LABEL": "Edit" + "EDIT_LABEL": "Edit", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "Custom Attributes", + "CONTACT_LABELS": "Contact Labels", + "PREVIOUS_CONVERSATIONS": "Previous Conversations" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "Edit Contact", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Custom Attributes", "BUTTON": "Add custom attribute", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Create custom attribute", "DESC": "Add custom information to this contact." diff --git a/app/javascript/dashboard/i18n/locale/ne/conversation.json b/app/javascript/dashboard/i18n/locale/ne/conversation.json index ff9a702ca..0a403894c 100644 --- a/app/javascript/dashboard/i18n/locale/ne/conversation.json +++ b/app/javascript/dashboard/i18n/locale/ne/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Assigned Team", "SELECT": { "PLACEHOLDER": "None" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "Conversation Labels", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "Previous Conversations" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/ne/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ne/inboxMgmt.json index 4f7d5ff1d..0327ada74 100644 --- a/app/javascript/dashboard/i18n/locale/ne/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ne/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "Start forwarding your emails to the following email address." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "Channel Name", + "PLACEHOLDER": "Please enter a channel name", + "ERROR": "This field is required" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/nl/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/nl/attributesMgmt.json index 63503e34a..5e0b67318 100644 --- a/app/javascript/dashboard/i18n/locale/nl/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/nl/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Add attribute", "SUBMIT": "Aanmaken", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "Beschrijving", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "Kan geen verbinding maken met Woot Server, probeer het later opnieuw" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "Verwijderen", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Are you sure want to delete - %{attributeName}", + "PLACE_HOLDER": "Please type {attributeName} to confirm", + "MESSAGE": "Deleting will remove the attribute", + "YES": "Verwijderen ", + "NO": "Annuleren" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "Vernieuwen", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "Custom Attributes", + "CONVERSATION": "Conversation", + "CONTACT": "Contact" + }, + "LIST": { + "TABLE_HEADER": [ + "Naam", + "Beschrijving", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "Bewerken", + "DELETE": "Verwijderen" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/nl/contact.json b/app/javascript/dashboard/i18n/locale/nl/contact.json index d72d67d90..c8231c956 100644 --- a/app/javascript/dashboard/i18n/locale/nl/contact.json +++ b/app/javascript/dashboard/i18n/locale/nl/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "Dit gesprek is gedempt voor 6 uur", "UNMUTED_SUCCESS": "This conversation is unmuted", "SEND_TRANSCRIPT": "Transcript verzenden", - "EDIT_LABEL": "Bewerken" + "EDIT_LABEL": "Bewerken", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "Custom Attributes", + "CONTACT_LABELS": "Contact Labels", + "PREVIOUS_CONVERSATIONS": "Vorige gesprekken" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "Contact bewerken", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Custom Attributes", "BUTTON": "Add custom attribute", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Create custom attribute", "DESC": "Add custom information to this contact." diff --git a/app/javascript/dashboard/i18n/locale/nl/conversation.json b/app/javascript/dashboard/i18n/locale/nl/conversation.json index 5d90f8643..981b54075 100644 --- a/app/javascript/dashboard/i18n/locale/nl/conversation.json +++ b/app/javascript/dashboard/i18n/locale/nl/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Assigned Team", "SELECT": { "PLACEHOLDER": "None" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "Labels voor gesprekken", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "Vorige gesprekken" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/nl/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/nl/inboxMgmt.json index 3d85391fb..d347896e5 100644 --- a/app/javascript/dashboard/i18n/locale/nl/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/nl/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "Start forwarding your emails to the following email address." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "Kanaal naam", + "PLACEHOLDER": "Voer een kanaal naam in", + "ERROR": "Dit veld is verplicht" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/no/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/no/attributesMgmt.json index 75d4ba914..21bde6656 100644 --- a/app/javascript/dashboard/i18n/locale/no/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/no/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Add attribute", "SUBMIT": "Opprett", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "Beskrivelse", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "Kunne ikke koble til Woot Server, vennligst prøv igjen senere" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "Slett", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Are you sure want to delete - %{attributeName}", + "PLACE_HOLDER": "Please type {attributeName} to confirm", + "MESSAGE": "Deleting will remove the attribute", + "YES": "Slett ", + "NO": "Avbryt" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "Oppdater", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "Egendefinerte verdier", + "CONVERSATION": "Conversation", + "CONTACT": "Contact" + }, + "LIST": { + "TABLE_HEADER": [ + "Navn", + "Beskrivelse", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "Rediger", + "DELETE": "Slett" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/no/contact.json b/app/javascript/dashboard/i18n/locale/no/contact.json index 6c2d11a0e..bef7d69f6 100644 --- a/app/javascript/dashboard/i18n/locale/no/contact.json +++ b/app/javascript/dashboard/i18n/locale/no/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "Denne samtalen er dempet i 6 timer", "UNMUTED_SUCCESS": "Demping er skrudd av for samtalen", "SEND_TRANSCRIPT": "Send kopi av samtale", - "EDIT_LABEL": "Rediger" + "EDIT_LABEL": "Rediger", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "Egendefinerte verdier", + "CONTACT_LABELS": "Contact Labels", + "PREVIOUS_CONVERSATIONS": "Tidligere samtaler" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "Rediger kontakt", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Egendefinerte verdier", "BUTTON": "Add custom attribute", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Create custom attribute", "DESC": "Add custom information to this contact." diff --git a/app/javascript/dashboard/i18n/locale/no/conversation.json b/app/javascript/dashboard/i18n/locale/no/conversation.json index dcb120026..126f6e2ba 100644 --- a/app/javascript/dashboard/i18n/locale/no/conversation.json +++ b/app/javascript/dashboard/i18n/locale/no/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Assigned Team", "SELECT": { "PLACEHOLDER": "None" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "Samtaleetiketter", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "Tidligere samtaler" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/no/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/no/inboxMgmt.json index ad4f4b235..b0d6b2989 100644 --- a/app/javascript/dashboard/i18n/locale/no/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/no/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "Begynn å videresende e-post til følgende e-postadresse." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "Kanalnavn", + "PLACEHOLDER": "Vennligst skriv inn et kanalnavn", + "ERROR": "Dette feltet er obligatorisk" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/pl/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/pl/attributesMgmt.json index 9070a15d1..ee6ceb3bc 100644 --- a/app/javascript/dashboard/i18n/locale/pl/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pl/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Dodaj atrybut", "SUBMIT": "Stwórz", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "Description", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "Nie można połączyć się z Woot Server, spróbuj ponownie później" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "Usuń", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Are you sure want to delete - %{attributeName}", + "PLACE_HOLDER": "Please type {attributeName} to confirm", + "MESSAGE": "Deleting will remove the attribute", + "YES": "Usuń ", + "NO": "Anuluj" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "Aktualizuj", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "Niestandardowe atrybuty", + "CONVERSATION": "Conversation", + "CONTACT": "Contact" + }, + "LIST": { + "TABLE_HEADER": [ + "Nazwa", + "Description", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "Edytuj", + "DELETE": "Usuń" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/pl/contact.json b/app/javascript/dashboard/i18n/locale/pl/contact.json index 8557f1b51..40e3459bc 100644 --- a/app/javascript/dashboard/i18n/locale/pl/contact.json +++ b/app/javascript/dashboard/i18n/locale/pl/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "Ta rozmowa jest wyciszona na 6 godzin", "UNMUTED_SUCCESS": "Ta rozmowa nie jest wyciszona", "SEND_TRANSCRIPT": "Wyślij transkrypcję", - "EDIT_LABEL": "Edytuj" + "EDIT_LABEL": "Edytuj", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "Niestandardowe atrybuty", + "CONTACT_LABELS": "Etykiety kontaktu", + "PREVIOUS_CONVERSATIONS": "Poprzednie rozmowy" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "Edytuj Kontakt", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Niestandardowe atrybuty", "BUTTON": "Dodaj niestandardowy atrybut", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Dodaj niestandardowy atrybut", "DESC": "Dodaj niestandardową informację do tego kontaktu." diff --git a/app/javascript/dashboard/i18n/locale/pl/conversation.json b/app/javascript/dashboard/i18n/locale/pl/conversation.json index deec4cd11..98308d3dd 100644 --- a/app/javascript/dashboard/i18n/locale/pl/conversation.json +++ b/app/javascript/dashboard/i18n/locale/pl/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Przypisany zespół", "SELECT": { "PLACEHOLDER": "Brak" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "Etykiety rozmowy", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "Poprzednie rozmowy" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/pl/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/pl/inboxMgmt.json index ed77cfd15..4c3164f64 100644 --- a/app/javascript/dashboard/i18n/locale/pl/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pl/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "Zacznij przekierowywać swoje wiadomości na następujący adres e-mail." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "Nazwa kanału", + "PLACEHOLDER": "Wprowadź nazwę kanału", + "ERROR": "To pole jest wymagane" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/pt/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/pt/attributesMgmt.json index d4ed12d9e..09b60f014 100644 --- a/app/javascript/dashboard/i18n/locale/pt/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pt/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Adicionar atributo", "SUBMIT": "Criar", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "Descrição", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "excluir", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Tem a certeza que quer apagar a equipa - %{attributeName}", + "PLACE_HOLDER": "Por favor, digite {attributeName} para confirmar", + "MESSAGE": "Deleting will remove the attribute", + "YES": "excluir ", + "NO": "cancelar" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "Atualização", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "Atributos personalizados", + "CONVERSATION": "Conversation", + "CONTACT": "Contato" + }, + "LIST": { + "TABLE_HEADER": [ + "Nome:", + "Descrição", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "Alterar", + "DELETE": "excluir" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/pt/contact.json b/app/javascript/dashboard/i18n/locale/pt/contact.json index 9d7984a65..4d95265e0 100644 --- a/app/javascript/dashboard/i18n/locale/pt/contact.json +++ b/app/javascript/dashboard/i18n/locale/pt/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "Esta conversa foi silenciada por 6 horas", "UNMUTED_SUCCESS": "Esta conversa foi reativada", "SEND_TRANSCRIPT": "Enviar Transcrição", - "EDIT_LABEL": "Alterar" + "EDIT_LABEL": "Alterar", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "Atributos personalizados", + "CONTACT_LABELS": "Etiquetas de Contato", + "PREVIOUS_CONVERSATIONS": "Conversas anteriores" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "Editar Contato", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Atributos personalizados", "BUTTON": "Adicionar atributo personalizado", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Criar atributo personalizado", "DESC": "Adicionar informação personalizada a este contato." diff --git a/app/javascript/dashboard/i18n/locale/pt/conversation.json b/app/javascript/dashboard/i18n/locale/pt/conversation.json index 99b6728f7..f89d18dbf 100644 --- a/app/javascript/dashboard/i18n/locale/pt/conversation.json +++ b/app/javascript/dashboard/i18n/locale/pt/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Equipe atribuída", "SELECT": { "PLACEHOLDER": "Nenhuma" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "Etiquetas da conversa", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "Conversas anteriores" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/pt/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/pt/inboxMgmt.json index e3238ffc2..44daf3b94 100644 --- a/app/javascript/dashboard/i18n/locale/pt/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pt/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "Comece a encaminhar as suas mensagens de email para o seguinte endereço." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "Nome do Canal", + "PLACEHOLDER": "Por favor, insira um nome de canal", + "ERROR": "Este campo é obrigatório" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Escolher um canal", "DESC": "O Chatwoot pode ter vários canais como widget, páginas do Facebook, perfis do Twitter, Whatsapp, E-mail, etc. Se quiser criar um canal personalizado pode utilizar uma API. Escolha um canal entre as opções a seguir para prosseguir." diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/pt_BR/attributesMgmt.json index 8f509b65e..624ad7a72 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Atributos", "HEADER_BTN_TXT": "Adicionar atributo", + "LOADING": "Buscando atributos", + "SIDEBAR_TXT": "

Atributos

Um atributo personalizado faixa fatos sobre seus contatos/conversa — como o plano de assinatura. ou quando eles compraram o primeiro item, etc.

Para criar um Atributo, basta clicar noAdicionar Atributo. Pode também editar ou apagar um atributo existente clicando em Editar ou Apagar botão.

", "ADD": { "TITLE": "Adicionar atributo", "SUBMIT": "Criar", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Nome para exibição", - "PLACEHOLDER": "Digite o nome de exibição do atributo" + "PLACEHOLDER": "Digite o nome de exibição do atributo", + "ERROR": "O nome é obrigatório" }, "DESC": { "LABEL": "Descrição", - "PLACEHOLDER": "Digite a descrição do atributo" + "PLACEHOLDER": "Digite a descrição do atributo", + "ERROR": "Descrição obrigatória" }, "MODEL": { "LABEL": "Modelo", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Atributo adicionado com sucesso", - "ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "Excluir", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Tem certeza que deseja excluir - %{attributeName}", + "PLACE_HOLDER": "Digite {attributeName} para confirmar", + "MESSAGE": "Deleting will remove the attribute", + "YES": "Excluir ", + "NO": "Cancelar" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "Atualizar", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "Atributos Personalizados", + "CONVERSATION": "Conversas", + "CONTACT": "Contato" + }, + "LIST": { + "TABLE_HEADER": [ + "Nome", + "Descrição", + "Tipo", + "Chave" + ], + "BUTTONS": { + "EDIT": "Alterar", + "DELETE": "Excluir" + }, + "EMPTY_RESULT": { + "404": "Não há atributos criados", + "NOT_FOUND": "Não há atributos configurados" } } } diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/contact.json b/app/javascript/dashboard/i18n/locale/pt_BR/contact.json index bc84c884f..d2b80d89a 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/contact.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "Esta conversa está silenciada por 6 horas", "UNMUTED_SUCCESS": "Essa conversa está reativada", "SEND_TRANSCRIPT": "Enviar Transcrição", - "EDIT_LABEL": "Alterar" + "EDIT_LABEL": "Alterar", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "Atributos Personalizados", + "CONTACT_LABELS": "Etiquetas de contato", + "PREVIOUS_CONVERSATIONS": "Conversas anteriores" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "Alterar Contato", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Atributos Personalizados", "BUTTON": "Criar atributo personalizado", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Criar atributo personalizado", "DESC": "Adicionar informações personalizadas a este contato." diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/conversation.json b/app/javascript/dashboard/i18n/locale/pt_BR/conversation.json index 1e442479a..4b36f7316 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/conversation.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Equipe Atribuída", "SELECT": { "PLACEHOLDER": "Nenhuma" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "Marcador da conversa", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "Conversas anteriores" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/pt_BR/inboxMgmt.json index 9f9cab476..6ab801ca6 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "Comece a encaminhar seus e-mails para o seguinte endereço de e-mail." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "Nome do Canal", + "PLACEHOLDER": "Por favor, insira um nome de canal", + "ERROR": "Este campo é obrigatório" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Canal do Telegram", + "DESC": "Integre com o canal do Telegram e comece a apoiar seus clientes.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure o token do bot que obteve do Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Criar canal do Telegram", + "API": { + "ERROR_MESSAGE": "Não foi possível salvar o canal de e-mail" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/ro/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ro/attributesMgmt.json index 58c17b4ce..81d85e241 100644 --- a/app/javascript/dashboard/i18n/locale/ro/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ro/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Add attribute", "SUBMIT": "Creeaza", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "Descriere", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "Nu s-a putut conecta la Woot Server, încercați din nou mai târziu" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "Şterge", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Are you sure want to delete - %{attributeName}", + "PLACE_HOLDER": "Please type {attributeName} to confirm", + "MESSAGE": "Deleting will remove the attribute", + "YES": "Şterge ", + "NO": "Renunță" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "Actualizare", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "Custom Attributes", + "CONVERSATION": "Conversation", + "CONTACT": "Contact" + }, + "LIST": { + "TABLE_HEADER": [ + "Nume", + "Descriere", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "Editare", + "DELETE": "Şterge" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/ro/contact.json b/app/javascript/dashboard/i18n/locale/ro/contact.json index dc5859b8f..af93643e9 100644 --- a/app/javascript/dashboard/i18n/locale/ro/contact.json +++ b/app/javascript/dashboard/i18n/locale/ro/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "This conversation is muted for 6 hours", "UNMUTED_SUCCESS": "This conversation is unmuted", "SEND_TRANSCRIPT": "Send Transcript", - "EDIT_LABEL": "Editare" + "EDIT_LABEL": "Editare", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "Custom Attributes", + "CONTACT_LABELS": "Contact Labels", + "PREVIOUS_CONVERSATIONS": "Conversații anterioare" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "Edit Contact", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Custom Attributes", "BUTTON": "Add custom attribute", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Create custom attribute", "DESC": "Add custom information to this contact." diff --git a/app/javascript/dashboard/i18n/locale/ro/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ro/inboxMgmt.json index 97e81b828..e17f9fb77 100644 --- a/app/javascript/dashboard/i18n/locale/ro/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ro/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "Începeți să vă trimiteți e-mailuri la următoarea adresă de e-mail." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "Nume canal", + "PLACEHOLDER": "Te rugăm să introduci un conținut", + "ERROR": "Acest câmp este obligatoriu" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/ru/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ru/attributesMgmt.json index e71b5e9d5..8b2e27654 100644 --- a/app/javascript/dashboard/i18n/locale/ru/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ru/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Свойства", "HEADER_BTN_TXT": "Добавить параметр", + "LOADING": "Загрузка атрибутов", + "SIDEBAR_TXT": "

Атрибуты

Пользовательский атрибут отслеживает факты о ваших контактах/диалогах — как план подписки, или когда они сделали первый заказ и т. д.

Для создания атрибутов, просто нажмите кнопкуДобавить атрибут. Вы также можете редактировать или удалять существующие атрибуты, нажав на кнопку Правка или Удалить.

", "ADD": { "TITLE": "Добавить параметр", "SUBMIT": "Создать", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Отображать имя", - "PLACEHOLDER": "Введите имя отображаемого атрибута" + "PLACEHOLDER": "Введите имя отображаемого атрибута", + "ERROR": "Необходимо указать имя" }, "DESC": { "LABEL": "Описание", - "PLACEHOLDER": "Введите описание атрибута" + "PLACEHOLDER": "Введите описание атрибута", + "ERROR": "Необходимо описание" }, "MODEL": { "LABEL": "Модель", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Атрибут успешно добавлен", - "ERROR_MESSAGE": "Не удается соединиться с сервером Woot, попробуйте позже" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "Удалить", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Вы уверены, что хотите удалить - %{attributeName}", + "PLACE_HOLDER": "Пожалуйста, введите {attributeName} для подтверждения", + "MESSAGE": "Deleting will remove the attribute", + "YES": "Удалить ", + "NO": "Отменить" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "Обновить", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "Пользовательские атрибуты", + "CONVERSATION": "Диалоги", + "CONTACT": "Контакт" + }, + "LIST": { + "TABLE_HEADER": [ + "Имя", + "Описание", + "Тип", + "Ключ" + ], + "BUTTONS": { + "EDIT": "Редактировать", + "DELETE": "Удалить" + }, + "EMPTY_RESULT": { + "404": "Нет созданных атрибутов", + "NOT_FOUND": "Нет настроенных атрибутов" } } } diff --git a/app/javascript/dashboard/i18n/locale/ru/contact.json b/app/javascript/dashboard/i18n/locale/ru/contact.json index e1ca4c4c8..629a54519 100644 --- a/app/javascript/dashboard/i18n/locale/ru/contact.json +++ b/app/javascript/dashboard/i18n/locale/ru/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "Этот диалог заглушен на 6 часов", "UNMUTED_SUCCESS": "Этот диалог включен", "SEND_TRANSCRIPT": "Отправить субтитры", - "EDIT_LABEL": "Редактировать" + "EDIT_LABEL": "Редактировать", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "Пользовательские атрибуты", + "CONTACT_LABELS": "Ярлыки контактов", + "PREVIOUS_CONVERSATIONS": "Предыдущие диалоги" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "Изменить контакт", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Пользовательские атрибуты", "BUTTON": "Добавить пользовательский атрибут", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Создать пользовательский атрибут", "DESC": "Добавить пользовательскую информацию этому контакту." diff --git a/app/javascript/dashboard/i18n/locale/ru/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ru/inboxMgmt.json index 63eb21e5f..6aef6d6e8 100644 --- a/app/javascript/dashboard/i18n/locale/ru/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ru/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "Начните пересылать свои письма на этот email." }, + "LINE_CHANNEL": { + "TITLE": "Канал LINE", + "DESC": "Интегрируйте канал LINE и начните общаться с вашими клиентами.", + "CHANNEL_NAME": { + "LABEL": "имя источника", + "PLACEHOLDER": "Пожалуйста введите имя источника", + "ERROR": "Это поле обязательно" + }, + "LINE_CHANNEL_ID": { + "LABEL": "ID канала LINE", + "PLACEHOLDER": "ID канала LINE" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "Секрет канала LINE", + "PLACEHOLDER": "Секрет канала LINE" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "Токен канала LINE", + "PLACEHOLDER": "Токен канала LINE" + }, + "SUBMIT_BUTTON": "Создать канал LINE", + "API": { + "ERROR_MESSAGE": "Не удалось сохранить канал LINE" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram канал", + "DESC": "Интегрируйте Telegram канал и начните общаться с вашими клиентами.", + "BOT_TOKEN": { + "LABEL": "Токен авторизации", + "SUBTITLE": "Настройте токен бота, который вы получили в Telegram BotFather.", + "PLACEHOLDER": "Токен авторизации" + }, + "SUBMIT_BUTTON": "Создать канал Telegram", + "API": { + "ERROR_MESSAGE": "Не удалось добавить канал Телеграм" + } + }, "AUTH": { "TITLE": "Выберите источник", "DESC": "Chatwoot поддерживает виджет живого-чата, страницу Facebook, профиль Twitter, Whatsapp, Email и т. д., как канал связи с пользователями. Если вы хотите настроить пользовательский канал, вы можете создать его с помощью канала API. Выберите один канал из списка ниже, чтобы продолжить." diff --git a/app/javascript/dashboard/i18n/locale/sk/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/sk/attributesMgmt.json index 275cdf81d..7064537c9 100644 --- a/app/javascript/dashboard/i18n/locale/sk/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sk/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Add attribute", "SUBMIT": "Create", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "Description", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "Delete", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Are you sure want to delete - %{attributeName}", + "PLACE_HOLDER": "Please type {attributeName} to confirm", + "MESSAGE": "Deleting will remove the attribute", + "YES": "Delete ", + "NO": "Cancel" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "Update", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "Custom Attributes", + "CONVERSATION": "Conversation", + "CONTACT": "Contact" + }, + "LIST": { + "TABLE_HEADER": [ + "Name", + "Description", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "Edit", + "DELETE": "Delete" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/sk/contact.json b/app/javascript/dashboard/i18n/locale/sk/contact.json index 051aad27e..e00e01647 100644 --- a/app/javascript/dashboard/i18n/locale/sk/contact.json +++ b/app/javascript/dashboard/i18n/locale/sk/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "This conversation is muted for 6 hours", "UNMUTED_SUCCESS": "This conversation is unmuted", "SEND_TRANSCRIPT": "Send Transcript", - "EDIT_LABEL": "Edit" + "EDIT_LABEL": "Edit", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "Custom Attributes", + "CONTACT_LABELS": "Contact Labels", + "PREVIOUS_CONVERSATIONS": "Previous Conversations" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "Edit Contact", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Custom Attributes", "BUTTON": "Add custom attribute", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Create custom attribute", "DESC": "Add custom information to this contact." diff --git a/app/javascript/dashboard/i18n/locale/sk/conversation.json b/app/javascript/dashboard/i18n/locale/sk/conversation.json index ef7a66691..42a25e897 100644 --- a/app/javascript/dashboard/i18n/locale/sk/conversation.json +++ b/app/javascript/dashboard/i18n/locale/sk/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Assigned Team", "SELECT": { "PLACEHOLDER": "None" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "Conversation Labels", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "Previous Conversations" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/sk/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/sk/inboxMgmt.json index 4f7d5ff1d..0327ada74 100644 --- a/app/javascript/dashboard/i18n/locale/sk/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sk/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "Start forwarding your emails to the following email address." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "Channel Name", + "PLACEHOLDER": "Please enter a channel name", + "ERROR": "This field is required" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/sv/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/sv/attributesMgmt.json index 0da4dc8f7..c5b8fe0fd 100644 --- a/app/javascript/dashboard/i18n/locale/sv/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sv/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Add attribute", "SUBMIT": "Skapa", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "Beskrivning", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "Kunde inte ansluta till Woot Server, försök igen senare" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "Radera", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Are you sure want to delete - %{attributeName}", + "PLACE_HOLDER": "Please type {attributeName} to confirm", + "MESSAGE": "Deleting will remove the attribute", + "YES": "Radera ", + "NO": "Avbryt" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "Uppdatera", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "Egna egenskaper", + "CONVERSATION": "Conversation", + "CONTACT": "Contact" + }, + "LIST": { + "TABLE_HEADER": [ + "Namn", + "Beskrivning", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "Redigera", + "DELETE": "Radera" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/sv/contact.json b/app/javascript/dashboard/i18n/locale/sv/contact.json index ed3605258..51dd73386 100644 --- a/app/javascript/dashboard/i18n/locale/sv/contact.json +++ b/app/javascript/dashboard/i18n/locale/sv/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "Denna konversation är tystad i 6 timmar", "UNMUTED_SUCCESS": "Denna konversation är avtystad", "SEND_TRANSCRIPT": "Skicka transkribering", - "EDIT_LABEL": "Redigera" + "EDIT_LABEL": "Redigera", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "Egna egenskaper", + "CONTACT_LABELS": "Contact Labels", + "PREVIOUS_CONVERSATIONS": "Tidigare konversationer" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "Redigera kontakt", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Egna egenskaper", "BUTTON": "Add custom attribute", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Create custom attribute", "DESC": "Add custom information to this contact." diff --git a/app/javascript/dashboard/i18n/locale/sv/conversation.json b/app/javascript/dashboard/i18n/locale/sv/conversation.json index ced0f811a..387acbc3d 100644 --- a/app/javascript/dashboard/i18n/locale/sv/conversation.json +++ b/app/javascript/dashboard/i18n/locale/sv/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Assigned Team", "SELECT": { "PLACEHOLDER": "None" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "Conversation Labels", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "Tidigare konversationer" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/sv/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/sv/inboxMgmt.json index f27d8ea61..386160da8 100644 --- a/app/javascript/dashboard/i18n/locale/sv/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sv/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "Börja vidarebefordra dina e-postmeddelanden till följande e-postadress." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "Kanalnamn", + "PLACEHOLDER": "Ange ett kanalnamn", + "ERROR": "Detta fält är obligatoriskt" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/ta/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ta/attributesMgmt.json index f0de1318b..c0faac437 100644 --- a/app/javascript/dashboard/i18n/locale/ta/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ta/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Add attribute", "SUBMIT": "Create", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "Description", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "வூட் சர்வருடன் இணைக்க முடியவில்ல, மீண்டும் முயற்சிக்கவும்" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "Delete", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Are you sure want to delete - %{attributeName}", + "PLACE_HOLDER": "Please type {attributeName} to confirm", + "MESSAGE": "Deleting will remove the attribute", + "YES": "Delete ", + "NO": "ரத்துசெய்" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "புதுப்பிப்பு", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "Custom Attributes", + "CONVERSATION": "Conversation", + "CONTACT": "Contact" + }, + "LIST": { + "TABLE_HEADER": [ + "பெயர்", + "Description", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "திருத்து", + "DELETE": "Delete" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/ta/contact.json b/app/javascript/dashboard/i18n/locale/ta/contact.json index f4c9b2e9a..ffdd574ae 100644 --- a/app/javascript/dashboard/i18n/locale/ta/contact.json +++ b/app/javascript/dashboard/i18n/locale/ta/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "This conversation is muted for 6 hours", "UNMUTED_SUCCESS": "This conversation is unmuted", "SEND_TRANSCRIPT": "Send Transcript", - "EDIT_LABEL": "திருத்து" + "EDIT_LABEL": "திருத்து", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "Custom Attributes", + "CONTACT_LABELS": "Contact Labels", + "PREVIOUS_CONVERSATIONS": "முந்தைய உரையாடல்கள்" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "Edit Contact", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Custom Attributes", "BUTTON": "Add custom attribute", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Create custom attribute", "DESC": "Add custom information to this contact." diff --git a/app/javascript/dashboard/i18n/locale/ta/conversation.json b/app/javascript/dashboard/i18n/locale/ta/conversation.json index 333598125..b7aab59b1 100644 --- a/app/javascript/dashboard/i18n/locale/ta/conversation.json +++ b/app/javascript/dashboard/i18n/locale/ta/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Assigned Team", "SELECT": { "PLACEHOLDER": "None" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "உரையாடல் லேபிள்கள்", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "முந்தைய உரையாடல்கள்" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/ta/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ta/inboxMgmt.json index 24b33db5a..b89dcc554 100644 --- a/app/javascript/dashboard/i18n/locale/ta/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ta/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "Start forwarding your emails to the following email address." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "சேனலின் பெயர்", + "PLACEHOLDER": "சேனலின் பெயரை உள்ளிடவும்", + "ERROR": "இந்த புலம் தேவை" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/th/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/th/attributesMgmt.json index bb64333db..f9d0ac581 100644 --- a/app/javascript/dashboard/i18n/locale/th/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/th/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "เพิ่มแอตทริบิวต์", "SUBMIT": "สร้าง", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "Description", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "ไม่สามารถเชื่อมต่อเซิฟเวอร์ได้โปรดลองอีกครั้งในภายหลัง" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "ลบ", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Are you sure want to delete - %{attributeName}", + "PLACE_HOLDER": "Please type {attributeName} to confirm", + "MESSAGE": "Deleting will remove the attribute", + "YES": "ลบ ", + "NO": "ยกเลิก" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "อัพเดท", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "แอตทริบิวต์ที่กำหนดเอง", + "CONVERSATION": "Conversation", + "CONTACT": "Contact" + }, + "LIST": { + "TABLE_HEADER": [ + "ชื่อ", + "Description", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "เเก้ไข", + "DELETE": "ลบ" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/th/contact.json b/app/javascript/dashboard/i18n/locale/th/contact.json index caa348295..b800bf87e 100644 --- a/app/javascript/dashboard/i18n/locale/th/contact.json +++ b/app/javascript/dashboard/i18n/locale/th/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "การสนทนานี้ถูกระงับ 6 ชั่วโมง", "UNMUTED_SUCCESS": "การสนทนานี้เลิกใบ้เเล้ว", "SEND_TRANSCRIPT": "ส่งประวัติเเชท", - "EDIT_LABEL": "เเก้ไข" + "EDIT_LABEL": "เเก้ไข", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "แอตทริบิวต์ที่กำหนดเอง", + "CONTACT_LABELS": "ป้ายกำกับผู้ติดต่อ", + "PREVIOUS_CONVERSATIONS": "การสนทนาก่อนหน้า" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "เเก้ไขผู้ติดต่อ", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "แอตทริบิวต์ที่กำหนดเอง", "BUTTON": "เพิ่มแอตทริบิวต์เเบบกำหนดเอง", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "สร้างแอตทริบิวต์เเบบกำหนดเอง", "DESC": "เพิ่มข้อมูลแอตทริบิวต์ในผู้ติดต่อนี้" diff --git a/app/javascript/dashboard/i18n/locale/th/conversation.json b/app/javascript/dashboard/i18n/locale/th/conversation.json index 4d4d99d1b..84718efb8 100644 --- a/app/javascript/dashboard/i18n/locale/th/conversation.json +++ b/app/javascript/dashboard/i18n/locale/th/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Assigned Team", "SELECT": { "PLACEHOLDER": "None" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "ป้ายกำกับการสนทนา", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "การสนทนาก่อนหน้า" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/th/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/th/inboxMgmt.json index fb1fcda04..041ec75dd 100644 --- a/app/javascript/dashboard/i18n/locale/th/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/th/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "เริ่มนำเข้าอีเมล์ของคุณไปที่อยู่อีเมล์" }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "ชื่อช่อง", + "PLACEHOLDER": "กรุณากรอกชื่อช่อง", + "ERROR": "ฟิลด์นี้จำเป็นต้องกรอก" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/tr/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/tr/attributesMgmt.json index 2c2ac432f..12f540ab2 100644 --- a/app/javascript/dashboard/i18n/locale/tr/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/tr/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Öznitelikler", "HEADER_BTN_TXT": "Öznitelik ekle", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Öznitelik ekle", "SUBMIT": "Yarat", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Ekran adı", - "PLACEHOLDER": "Öznitelik adı girin" + "PLACEHOLDER": "Öznitelik adı girin", + "ERROR": "Name is required" }, "DESC": { "LABEL": "Açıklama", - "PLACEHOLDER": "Öznitelik açıklaması girin" + "PLACEHOLDER": "Öznitelik açıklaması girin", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Öznitelik başarıyla eklendi", - "ERROR_MESSAGE": "Woot Sunucusuna bağlanılamadı, Lütfen daha sonra tekrar deneyin" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "Sil", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Are you sure want to delete - %{attributeName}", + "PLACE_HOLDER": "Please type {attributeName} to confirm", + "MESSAGE": "Deleting will remove the attribute", + "YES": "Sil ", + "NO": "İptal Et" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "Güncelleme", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "Özel Nitelikler", + "CONVERSATION": "Conversation", + "CONTACT": "Contact" + }, + "LIST": { + "TABLE_HEADER": [ + "İsim", + "Açıklama", + "Tip", + "Anahtar" + ], + "BUTTONS": { + "EDIT": "Düzenle", + "DELETE": "Sil" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/tr/contact.json b/app/javascript/dashboard/i18n/locale/tr/contact.json index 5e7b5372d..27cd11c92 100644 --- a/app/javascript/dashboard/i18n/locale/tr/contact.json +++ b/app/javascript/dashboard/i18n/locale/tr/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "Bu konuşma 6 saatliğine sessize alınır", "UNMUTED_SUCCESS": "Bu görüşmenin sesi kapatıldı", "SEND_TRANSCRIPT": "Transkript Gönder", - "EDIT_LABEL": "Düzenle" + "EDIT_LABEL": "Düzenle", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "Özel Nitelikler", + "CONTACT_LABELS": "Contact Labels", + "PREVIOUS_CONVERSATIONS": "Önceki Sohbetler" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "Kişiyi Düzenle", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Özel Nitelikler", "BUTTON": "Add custom attribute", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Create custom attribute", "DESC": "Add custom information to this contact." diff --git a/app/javascript/dashboard/i18n/locale/tr/conversation.json b/app/javascript/dashboard/i18n/locale/tr/conversation.json index 2cdefe50b..2cbd3217d 100644 --- a/app/javascript/dashboard/i18n/locale/tr/conversation.json +++ b/app/javascript/dashboard/i18n/locale/tr/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Assigned Team", "SELECT": { "PLACEHOLDER": "None" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "Konuşma Etiketleri", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "Önceki Sohbetler" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/tr/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/tr/inboxMgmt.json index 33ffd151c..6001c0eaa 100644 --- a/app/javascript/dashboard/i18n/locale/tr/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/tr/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "E-postalarınızı aşağıdaki e-posta adresine iletmeye başlayın." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "Kanal ismi", + "PLACEHOLDER": "Lütfen bir kanal adı girin", + "ERROR": "Bu alan gereklidir" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/uk/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/uk/attributesMgmt.json index 4365b9642..8f208a17a 100644 --- a/app/javascript/dashboard/i18n/locale/uk/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/uk/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Add attribute", "SUBMIT": "Create", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "Description", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "Не вдалося підключитися до Woot Server, спробуйте ще раз пізніше" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "Видалити", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Are you sure want to delete - %{attributeName}", + "PLACE_HOLDER": "Please type {attributeName} to confirm", + "MESSAGE": "Deleting will remove the attribute", + "YES": "Видалити ", + "NO": "Скасувати" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "Оновити", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "Custom Attributes", + "CONVERSATION": "Conversation", + "CONTACT": "Contact" + }, + "LIST": { + "TABLE_HEADER": [ + "Ім'я", + "Description", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "Редагувати", + "DELETE": "Видалити" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/uk/contact.json b/app/javascript/dashboard/i18n/locale/uk/contact.json index 712167c67..2dc7555d9 100644 --- a/app/javascript/dashboard/i18n/locale/uk/contact.json +++ b/app/javascript/dashboard/i18n/locale/uk/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "This conversation is muted for 6 hours", "UNMUTED_SUCCESS": "This conversation is unmuted", "SEND_TRANSCRIPT": "Send Transcript", - "EDIT_LABEL": "Редагувати" + "EDIT_LABEL": "Редагувати", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "Custom Attributes", + "CONTACT_LABELS": "Contact Labels", + "PREVIOUS_CONVERSATIONS": "Попередні бесіди" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "Edit Contact", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Custom Attributes", "BUTTON": "Add custom attribute", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Create custom attribute", "DESC": "Add custom information to this contact." diff --git a/app/javascript/dashboard/i18n/locale/uk/conversation.json b/app/javascript/dashboard/i18n/locale/uk/conversation.json index f67c82b87..727ad637f 100644 --- a/app/javascript/dashboard/i18n/locale/uk/conversation.json +++ b/app/javascript/dashboard/i18n/locale/uk/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Assigned Team", "SELECT": { "PLACEHOLDER": "None" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "Conversation Labels", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "Попередні бесіди" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/uk/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/uk/inboxMgmt.json index fecb3288c..4db996bc1 100644 --- a/app/javascript/dashboard/i18n/locale/uk/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/uk/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "Start forwarding your emails to the following email address." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "Назва каналу", + "PLACEHOLDER": "Будь ласка, введіть назву каналу", + "ERROR": "Це поле є обов'язковим" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/vi/agentMgmt.json b/app/javascript/dashboard/i18n/locale/vi/agentMgmt.json index dc3406de9..ba55acca8 100644 --- a/app/javascript/dashboard/i18n/locale/vi/agentMgmt.json +++ b/app/javascript/dashboard/i18n/locale/vi/agentMgmt.json @@ -90,22 +90,22 @@ } }, "SEARCH": { - "NO_RESULTS": "No results found." + "NO_RESULTS": "Không tìm thấy kết quả." }, "MULTI_SELECTOR": { "PLACEHOLDER": "None", "TITLE": { - "AGENT": "Select agent", - "TEAM": "Select team" + "AGENT": "Chọn thành viên", + "TEAM": "Chọn nhóm" }, "SEARCH": { "NO_RESULTS": { "AGENT": "Không tìm thấy nhà cung cấp", - "TEAM": "No teams found" + "TEAM": "Không tìm thấy nhóm nào" }, "PLACEHOLDER": { - "AGENT": "Search agents", - "TEAM": "Search teams" + "AGENT": "Tìm kiếm thành viên", + "TEAM": "Tìm kiếm nhóm" } } } diff --git a/app/javascript/dashboard/i18n/locale/vi/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/vi/attributesMgmt.json index e6a67dd58..158bc475a 100644 --- a/app/javascript/dashboard/i18n/locale/vi/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/vi/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Add attribute", "SUBMIT": "Tạo", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "Mô tả", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "Không thể kết nối với Máy chủ Woot, Vui lòng thử lại sau" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "Xoá", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Are you sure want to delete - %{attributeName}", + "PLACE_HOLDER": "Please type {attributeName} to confirm", + "MESSAGE": "Deleting will remove the attribute", + "YES": "Xoá ", + "NO": "Huỷ" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "Cập nhật", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "Thuộc tính tùy chỉnh", + "CONVERSATION": "Conversation", + "CONTACT": "Contact" + }, + "LIST": { + "TABLE_HEADER": [ + "Tên", + "Mô tả", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "Chỉnh sửa", + "DELETE": "Xoá" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/vi/contact.json b/app/javascript/dashboard/i18n/locale/vi/contact.json index 67f353cb9..acee8558d 100644 --- a/app/javascript/dashboard/i18n/locale/vi/contact.json +++ b/app/javascript/dashboard/i18n/locale/vi/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "Cuộc trò chuyện này bị tắt tiếng trong 6 giờ", "UNMUTED_SUCCESS": "This conversation is unmuted", "SEND_TRANSCRIPT": "Gửi bản ghi", - "EDIT_LABEL": "Chỉnh sửa" + "EDIT_LABEL": "Chỉnh sửa", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "Thuộc tính tùy chỉnh", + "CONTACT_LABELS": "Contact Labels", + "PREVIOUS_CONVERSATIONS": "Cuộc trò chuyện trước đó" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "Chỉnh sửa liên hệ", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "Thuộc tính tùy chỉnh", "BUTTON": "Add custom attribute", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Create custom attribute", "DESC": "Add custom information to this contact." diff --git a/app/javascript/dashboard/i18n/locale/vi/conversation.json b/app/javascript/dashboard/i18n/locale/vi/conversation.json index 63164a021..219895837 100644 --- a/app/javascript/dashboard/i18n/locale/vi/conversation.json +++ b/app/javascript/dashboard/i18n/locale/vi/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Assigned Team", "SELECT": { "PLACEHOLDER": "None" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "Nhãn hội thoại", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "Cuộc trò chuyện trước đó" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/vi/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/vi/inboxMgmt.json index 033558d84..1313f8385 100644 --- a/app/javascript/dashboard/i18n/locale/vi/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/vi/inboxMgmt.json @@ -162,9 +162,9 @@ "ERROR": "Trường này là bắt buộc" }, "EMAIL": { - "LABEL": "Email", + "LABEL": "Thư điện tử", "SUBTITLE": "Email nơi khách hàng của bạn gửi cho bạn vé hỗ trợ", - "PLACEHOLDER": "Email" + "PLACEHOLDER": "Thư điện tử" }, "SUBMIT_BUTTON": "Tạo kênh Email", "API": { @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "Bắt đầu chuyển tiếp email của bạn tới địa chỉ email sau." }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "Tên kênh", + "PLACEHOLDER": "Vui lòng nhập tên kênh", + "ERROR": "Trường này là bắt buộc" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/vi/login.json b/app/javascript/dashboard/i18n/locale/vi/login.json index d1d05dc31..6be717a3c 100644 --- a/app/javascript/dashboard/i18n/locale/vi/login.json +++ b/app/javascript/dashboard/i18n/locale/vi/login.json @@ -2,7 +2,7 @@ "LOGIN": { "TITLE": "Đăng nhập Chatwoot", "EMAIL": { - "LABEL": "Email", + "LABEL": "Thư điện tử", "PLACEHOLDER": "Email : someone@example.com" }, "PASSWORD": { diff --git a/app/javascript/dashboard/i18n/locale/vi/resetPassword.json b/app/javascript/dashboard/i18n/locale/vi/resetPassword.json index 2df7d6592..730d8fad6 100644 --- a/app/javascript/dashboard/i18n/locale/vi/resetPassword.json +++ b/app/javascript/dashboard/i18n/locale/vi/resetPassword.json @@ -2,7 +2,7 @@ "RESET_PASSWORD": { "TITLE": "Đặt lại mật khẩu", "EMAIL": { - "LABEL": "Email", + "LABEL": "Thư điện tử", "PLACEHOLDER": "Vui lòng nhập email", "ERROR": "Vui lòng nhập email hợp lệ" }, diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/zh_CN/attributesMgmt.json index bfa526ec8..d65e3903c 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/attributesMgmt.json @@ -2,6 +2,8 @@ "ATTRIBUTES_MGMT": { "HEADER": "Attributes", "HEADER_BTN_TXT": "Add Attribute", + "LOADING": "Fetching attributes", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "Add attribute", "SUBMIT": "创建", @@ -9,11 +11,13 @@ "FORM": { "NAME": { "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "描述信息", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "无法连接服务器,请稍后再试" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "删除", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "Are you sure want to delete - %{attributeName}", + "PLACE_HOLDER": "Please type {attributeName} to confirm", + "MESSAGE": "Deleting will remove the attribute", + "YES": "删除 ", + "NO": "取消" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "更新", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "自定义属性", + "CONVERSATION": "Conversation", + "CONTACT": "Contact" + }, + "LIST": { + "TABLE_HEADER": [ + "姓名:", + "描述信息", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "编辑", + "DELETE": "删除" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/contact.json b/app/javascript/dashboard/i18n/locale/zh_CN/contact.json index 367f5b1c6..6c5e9e561 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/contact.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "此对话被静音6小时", "UNMUTED_SUCCESS": "此对话已取消静音", "SEND_TRANSCRIPT": "Send Transcript", - "EDIT_LABEL": "编辑" + "EDIT_LABEL": "编辑", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "自定义属性", + "CONTACT_LABELS": "联系人标签", + "PREVIOUS_CONVERSATIONS": "上一次对话" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "编辑联系人", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "自定义属性", "BUTTON": "Add custom attribute", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "Create custom attribute", "DESC": "Add custom information to this contact." diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/conversation.json b/app/javascript/dashboard/i18n/locale/zh_CN/conversation.json index fda740a90..ff7daffc5 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/conversation.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "Assigned Team", "SELECT": { "PLACEHOLDER": "None" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "对话标记", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "上一次对话" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/zh_CN/inboxMgmt.json index 9d5b8483c..93b285669 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "开始将您的电子邮件转发到以下电子邮件地址。" }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "频道类型", + "PLACEHOLDER": "请输入频道名称", + "ERROR": "此字段是必填项" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/zh_TW/attributesMgmt.json index 9579cc793..2def6266f 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/attributesMgmt.json @@ -1,19 +1,23 @@ { "ATTRIBUTES_MGMT": { - "HEADER": "Attributes", - "HEADER_BTN_TXT": "Add Attribute", + "HEADER": "屬性", + "HEADER_BTN_TXT": "新增屬性", + "LOADING": "取得屬性", + "SIDEBAR_TXT": "

Attributes

A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.

For creating a Attributes, just click on the Add Attribute. You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.

", "ADD": { "TITLE": "新增屬性", "SUBMIT": "建立", "CANCEL_BUTTON_TEXT": "取消", "FORM": { "NAME": { - "LABEL": "Display Name", - "PLACEHOLDER": "Enter attribute display name" + "LABEL": "顯示名稱", + "PLACEHOLDER": "Enter attribute display name", + "ERROR": "Name is required" }, "DESC": { "LABEL": "描述資訊", - "PLACEHOLDER": "Enter attribute description" + "PLACEHOLDER": "Enter attribute description", + "ERROR": "Description is required" }, "MODEL": { "LABEL": "Model", @@ -31,7 +35,50 @@ }, "API": { "SUCCESS_MESSAGE": "Attribute added successfully", - "ERROR_MESSAGE": "無法連接伺服器,請稍後再試" + "ERROR_MESSAGE": "Could not able to create an attribute, Please try again later" + } + }, + "DELETE": { + "BUTTON_TEXT": "刪除", + "API": { + "SUCCESS_MESSAGE": "Attribute deleted successfully.", + "ERROR_MESSAGE": "Couldn't delete the attribute. Try again." + }, + "CONFIRM": { + "TITLE": "確定要刪除 - %{attributeName} ?", + "PLACE_HOLDER": "Please type {attributeName} to confirm", + "MESSAGE": "Deleting will remove the attribute", + "YES": "刪除 ", + "NO": "取消" + } + }, + "EDIT": { + "TITLE": "Edit attribute", + "UPDATE_BUTTON_TEXT": "更新", + "API": { + "SUCCESS_MESSAGE": "Attribute updated successfully", + "ERROR_MESSAGE": "There was an error updating attribute, please try again" + } + }, + "TABS": { + "HEADER": "自訂屬性", + "CONVERSATION": "對話", + "CONTACT": "聯絡人" + }, + "LIST": { + "TABLE_HEADER": [ + "姓名", + "描述資訊", + "Type", + "Key" + ], + "BUTTONS": { + "EDIT": "編輯", + "DELETE": "刪除" + }, + "EMPTY_RESULT": { + "404": "There are no attributes created", + "NOT_FOUND": "There are no attributes configured" } } } diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/contact.json b/app/javascript/dashboard/i18n/locale/zh_TW/contact.json index b9bc589f8..8effe87dd 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/contact.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/contact.json @@ -37,7 +37,12 @@ "MUTED_SUCCESS": "將對話靜音 6 小時", "UNMUTED_SUCCESS": "對話已解除靜音", "SEND_TRANSCRIPT": "Send Transcript", - "EDIT_LABEL": "編輯" + "EDIT_LABEL": "編輯", + "SIDEBAR_SECTIONS": { + "CUSTOM_ATTRIBUTES": "自訂屬性", + "CONTACT_LABELS": "聯絡人標籤", + "PREVIOUS_CONVERSATIONS": "上一次對話" + } }, "EDIT_CONTACT": { "BUTTON_LABEL": "編輯聯絡人", @@ -186,8 +191,8 @@ } }, "CUSTOM_ATTRIBUTES": { - "TITLE": "自訂屬性", "BUTTON": "新增自訂屬性", + "NOT_AVAILABLE": "There are no custom attributes available for this contact.", "ADD": { "TITLE": "建立自訂屬性", "DESC": "為聯絡人新增自訂資訊" diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/conversation.json b/app/javascript/dashboard/i18n/locale/zh_TW/conversation.json index 43f88ca74..aee178269 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/conversation.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/conversation.json @@ -142,6 +142,14 @@ "TEAM_LABEL": "指派團隊", "SELECT": { "PLACEHOLDER": "無" + }, + "ACCORDION": { + "CONTACT_DETAILS": "Contact Details", + "CONVERSATION_ACTIONS": "Conversation Actions", + "CONVERSATION_LABELS": "對話標記", + "CONVERSATION_INFO": "Conversation Information", + "CONTACT_ATTRIBUTES": "Contact Attributes", + "PREVIOUS_CONVERSATION": "上一次對話" } }, "EMAIL_HEADER": { diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/zh_TW/inboxMgmt.json index cd0e3302a..fb861a08e 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/inboxMgmt.json @@ -172,6 +172,44 @@ }, "FINISH_MESSAGE": "開始將您的電子信箱轉發到以下電子信箱地址。" }, + "LINE_CHANNEL": { + "TITLE": "LINE Channel", + "DESC": "Integrate with LINE channel and start supporting your customers.", + "CHANNEL_NAME": { + "LABEL": "頻道類型", + "PLACEHOLDER": "請輸入頻道名稱", + "ERROR": "此欄位是必填項目" + }, + "LINE_CHANNEL_ID": { + "LABEL": "LINE Channel ID", + "PLACEHOLDER": "LINE Channel ID" + }, + "LINE_CHANNEL_SECRET": { + "LABEL": "LINE Channel Secret", + "PLACEHOLDER": "LINE Channel Secret" + }, + "LINE_CHANNEL_TOKEN": { + "LABEL": "LINE Channel Token", + "PLACEHOLDER": "LINE Channel Token" + }, + "SUBMIT_BUTTON": "Create LINE Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the LINE channel" + } + }, + "TELEGRAM_CHANNEL": { + "TITLE": "Telegram Channel", + "DESC": "Integrate with Telegram channel and start supporting your customers.", + "BOT_TOKEN": { + "LABEL": "Bot Token", + "SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.", + "PLACEHOLDER": "Bot Token" + }, + "SUBMIT_BUTTON": "Create Telegram Channel", + "API": { + "ERROR_MESSAGE": "We were not able to save the telegram channel" + } + }, "AUTH": { "TITLE": "Choose a channel", "DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed." diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/settings.json b/app/javascript/dashboard/i18n/locale/zh_TW/settings.json index 4420dd6d7..2c9b41b1d 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/settings.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/settings.json @@ -142,7 +142,7 @@ "ACCOUNT_SETTINGS": "帳戶設定", "APPLICATIONS": "Applications", "LABELS": "標籤", - "ATTRIBUTES": "Attributes", + "ATTRIBUTES": "屬性", "TEAMS": "團隊", "ALL_CONTACTS": "All Contacts", "TAGGED_WITH": "Tagged with",