mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-12-24 13:17:45 -06:00
translate chatwoot config
This commit is contained in:
@@ -12,6 +12,7 @@ export default {
|
||||
disconnect: "Disconnect",
|
||||
sure: "Sure?",
|
||||
save: "Save",
|
||||
step: "Passo {step}",
|
||||
instance: "Instance | Instances",
|
||||
search: "Search",
|
||||
loading: "Loading",
|
||||
@@ -80,6 +81,18 @@ export default {
|
||||
conversationPendingHelp: "Starts the conversation as pending instead of open",
|
||||
autoCreate: "Create Inbox",
|
||||
autoCreateHelp: "Creates the inbox in Chatwoot if it doesn't exist",
|
||||
config: {
|
||||
btn: "How to configure Chatwoot?",
|
||||
title: "How to configure Chatwoot inbox?",
|
||||
fullDoc: "View full documentation",
|
||||
steps: {
|
||||
"1": "Access settings > Inbox and click on \"Add Inbox\"",
|
||||
"2": "Select \"API\" as the inbox type",
|
||||
"3": "Fill in the inbox name and webhook. The values should be exactly as follows:",
|
||||
"4": "Add agents to the inbox.",
|
||||
"5": "Done! Now you can receive messages.",
|
||||
}
|
||||
}
|
||||
},
|
||||
typebot: {
|
||||
typebot: "Typebot flow name",
|
||||
|
||||
@@ -12,6 +12,7 @@ export default {
|
||||
disconnect: "Desconectar",
|
||||
sure: "Tem certeza?",
|
||||
save: "Salvar",
|
||||
step: "Passo {step}",
|
||||
instance: "Instância | Instâncias",
|
||||
search: "Pesquisar",
|
||||
loading: "Carregando",
|
||||
@@ -80,6 +81,18 @@ export default {
|
||||
conversationPendingHelp: "Inicia a conversa como pendente ao invés de aberta",
|
||||
autoCreate: "Criar Caixa de Entrada",
|
||||
autoCreateHelp: "Cria a caixa de entrada no Chatwoot caso ela não exista",
|
||||
config: {
|
||||
btn: "Como configurar o chatwoot?",
|
||||
title: "Como configurar a caixa de entrada do Chatwoot?",
|
||||
fullDoc: "Ver documentação completa",
|
||||
steps: {
|
||||
"1": "Acesse as configurações > Caixa de Entrada e \"Adicionar Caixa\"",
|
||||
"2": "Selecione \"API\" como tipo de caixa",
|
||||
"3": "Preencha nome da caixa e webhook. Os valores devem ser exatamente os seguintes:",
|
||||
"4": "Adicione os agentes à caixa de entrada.",
|
||||
"5": "Pronto! Agora você pode receber mensagens.",
|
||||
}
|
||||
}
|
||||
},
|
||||
typebot: {
|
||||
typebot: "Nome do fluxo do Typebot",
|
||||
|
||||
Reference in New Issue
Block a user