diff --git a/src/components/instance/profile/Privacy.vue b/src/components/instance/profile/Privacy.vue
index 5d4b5ef..c26ed81 100644
--- a/src/components/instance/profile/Privacy.vue
+++ b/src/components/instance/profile/Privacy.vue
@@ -126,6 +126,7 @@ const defaultObj = () => ({
token: "",
sign_msg: true,
reopen_conversation: true,
+ merge_brazil_contacts: true,
conversation_pending: false,
import_contacts: false,
import_messages: false,
diff --git a/src/components/instance/settings/Chatwoot.vue b/src/components/instance/settings/Chatwoot.vue
index 1748cef..324b50a 100644
--- a/src/components/instance/settings/Chatwoot.vue
+++ b/src/components/instance/settings/Chatwoot.vue
@@ -129,6 +129,15 @@
placeholder="\n"
style="min-width: 200px"
>
+
@@ -148,6 +157,23 @@
+
+
+
+
+ {{ $t("chatwoot.mergeBrazilContacts") }}
+
+ {{ $t("chatwoot.mergeBrazilContactsHelp") }}
+
+
+
+
({
token: "",
sign_msg: true,
sign_delimiter: "\n",
+ name_inbox: "",
reopen_conversation: true,
+ merge_brazil_contacts: true,
conversation_pending: false,
auto_create: undefined,
import_contacts: false,
@@ -303,7 +331,9 @@ export default {
token: "",
sign_msg: true,
sign_delimiter: "\n",
+ name_inbox: "",
reopen_conversation: true,
+ merge_brazil_contacts: true,
conversation_pending: false,
import_contacts: false,
import_messages: false,
@@ -316,7 +346,9 @@ export default {
token: "",
sign_msg: true,
sign_delimiter: "\n",
+ name_inbox: "",
reopen_conversation: true,
+ merge_brazil_contacts: true,
conversation_pending: false,
import_contacts: false,
import_messages: false,
diff --git a/src/i18n/en.js b/src/i18n/en.js
index c84f9a8..9e2d605 100644
--- a/src/i18n/en.js
+++ b/src/i18n/en.js
@@ -74,7 +74,7 @@ export default {
title: "Phone not connected",
apiGenericError: "Could not load QR Code, if the error persists, restart the API and try again.",
qr: "QR Code",
- code: "C骴igo",
+ code: "C锟絛igo",
},
options: {
title: "Behavior",
@@ -101,8 +101,11 @@ export default {
signMsgHelp: "Adds the agent name at the first line of the message",
signDelimiter: "Signature delimiter",
signDelimiterHelp: "Delimiter used to separate the signature from the message (\\n for line break)",
+ nameInbox: "Nombre de la bandeja de entrada de Chatwoot",
reopenConversation: "Reopen conversation",
reopenConversationHelp: "Reopens the customer's conversation when he starts a new conversation instead of creating a new conversation",
+ mergeBrazilContacts: "Merge contacts from Brazil",
+ mergeBrazilContactsHelp: "Unifies phone contacts with the same number without or with the 9",
conversationPending: "Start conversation as pending",
conversationPendingHelp: "Starts the conversation as pending instead of open",
autoCreate: "Create Inbox",
diff --git a/src/i18n/es.js b/src/i18n/es.js
index b9aac3d..d645941 100644
--- a/src/i18n/es.js
+++ b/src/i18n/es.js
@@ -101,8 +101,11 @@ export default {
signMsgHelp: "Agrega el nombre del agente en la primera l铆nea del mensaje.",
signDelimiter: "Delimitador de firma",
signDelimiterHelp: "Delimitador utilizado para separar la firma del mensaje (\\n para salto de l铆nea)",
+ nameInbox: "Chatwoot Inbox Name",
reopenConversation: "Reabrir conversaci贸n",
reopenConversationHelp: "Vuelve a abrir la conversaci贸n del cliente cuando inicia una nueva conversaci贸n en lugar de crear una nueva conversaci贸n.",
+ mergeBrazilContacts: "Fusionar contactos de Brasil",
+ mergeBrazilContactsHelp: "Unifica contactos telef贸nicos con el mismo n煤mero sin o con el 9",
conversationPending: "Iniciar conversaci贸n en estado pendiente",
conversationPendingHelp: "Inicia la conversaci贸n como pendiente en lugar de abierta",
autoCreate: "Crear bandeja de entrada",
diff --git a/src/i18n/pt.js b/src/i18n/pt.js
index 6deca97..9616b62 100644
--- a/src/i18n/pt.js
+++ b/src/i18n/pt.js
@@ -108,9 +108,12 @@ export default {
signDelimiter: "Separador da assinatura da mensagem",
signDelimiterHelp:
"Delimitador utilizado para separar a assinatura da mensagem (\\n para quebra de linha)",
+ nameInbox: "Nome da Caixa no Chatwoot",
reopenConversation: "Reabrir conversa",
reopenConversationHelp:
"Reabre a conversa do cliente quando ele inicia uma nova conversa em vez de criar uma nova conversa",
+ mergeBrazilContacts: "Mesclar contatos Do Brasil",
+ mergeBrazilContactsHelp: "Unifica os contatos de telefones do mesmo numero que que esteja sem ou com o 9",
conversationPending: "Iniciar conversa como pendente",
conversationPendingHelp:
"Inicia a conversa como pendente ao inv茅s de aberta",