translate chatwoot config

This commit is contained in:
Gabriel Pastori
2023-12-16 17:09:43 -03:00
parent c5c87ec2ea
commit bb36f11c5e
4 changed files with 49 additions and 18 deletions

View File

@@ -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",

View File

@@ -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",