-
Passo 4: Adicione os agentes à caixa de entrada.
+
+ {{ $t("step", { step: 4 }) }}
+ {{ $t("chatwoot.config.steps.4") }}
+
-
Passo 5: Pronto! Agora você pode receber mensagens.
+
+ {{ $t("step", { step: 5 }) }}
+ {{ $t("chatwoot.config.steps.5") }}
+
-
-
- Ver documentação completa
+ {{ $t("chatwoot.config.fullDoc") }}
- fechar
+ {{ $t("close") }}
diff --git a/src/i18n/en.js b/src/i18n/en.js
index b0c493e..d47268d 100644
--- a/src/i18n/en.js
+++ b/src/i18n/en.js
@@ -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",
diff --git a/src/i18n/pt.js b/src/i18n/pt.js
index 2c48d4e..82f9c56 100644
--- a/src/i18n/pt.js
+++ b/src/i18n/pt.js
@@ -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",