mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-07-13 15:14:49 -06:00
Merger Brasil Contacts
This commit is contained in:
parent
b1747d5df1
commit
a772b09498
@ -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,
|
||||
|
@ -148,6 +148,23 @@
|
||||
</template>
|
||||
</v-checkbox>
|
||||
</div>
|
||||
<div class="d-flex gap-x-4 flex-wrap">
|
||||
<div>
|
||||
<v-checkbox
|
||||
v-model="chatwootData.merge_brazil_contacts"
|
||||
:disabled="loading"
|
||||
hide-details
|
||||
class="mb-3"
|
||||
density="compact"
|
||||
>
|
||||
<template v-slot:label>
|
||||
<span>{{ $t("chatwoot.mergeBrazilContacts") }}</span>
|
||||
<HelpTooltip>
|
||||
{{ $t("chatwoot.mergeBrazilContactsHelp") }}
|
||||
</HelpTooltip>
|
||||
</template>
|
||||
</v-checkbox>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<v-checkbox
|
||||
@ -275,6 +292,7 @@ const defaultObj = () => ({
|
||||
sign_msg: true,
|
||||
sign_delimiter: "\n",
|
||||
reopen_conversation: true,
|
||||
merge_brazil_contacts: true,
|
||||
conversation_pending: false,
|
||||
auto_create: undefined,
|
||||
import_contacts: false,
|
||||
@ -304,6 +322,7 @@ export default {
|
||||
sign_msg: true,
|
||||
sign_delimiter: "\n",
|
||||
reopen_conversation: true,
|
||||
merge_brazil_contacts: true,
|
||||
conversation_pending: false,
|
||||
import_contacts: false,
|
||||
import_messages: false,
|
||||
@ -317,6 +336,7 @@ export default {
|
||||
sign_msg: true,
|
||||
sign_delimiter: "\n",
|
||||
reopen_conversation: true,
|
||||
merge_brazil_contacts: true,
|
||||
conversation_pending: false,
|
||||
import_contacts: false,
|
||||
import_messages: false,
|
||||
|
@ -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ódigo",
|
||||
code: "C<EFBFBD>digo",
|
||||
},
|
||||
options: {
|
||||
title: "Behavior",
|
||||
@ -103,6 +103,8 @@ export default {
|
||||
signDelimiterHelp: "Delimiter used to separate the signature from the message (\\n for line break)",
|
||||
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",
|
||||
|
@ -103,6 +103,8 @@ export default {
|
||||
signDelimiterHelp: "Delimitador utilizado para separar la firma del mensaje (\\n para salto de línea)",
|
||||
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",
|
||||
|
@ -111,6 +111,8 @@ export default {
|
||||
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",
|
||||
|
Loading…
Reference in New Issue
Block a user