da12a39321
New translation updates
135 lines
6.7 KiB
JSON
135 lines
6.7 KiB
JSON
{
|
|
"INTEGRATION_SETTINGS": {
|
|
"HEADER": "Integrações",
|
|
"WEBHOOK": {
|
|
"SUBSCRIBED_EVENTS": "Subscribed Events",
|
|
"FORM": {
|
|
"CANCEL": "cancelar",
|
|
"DESC": "Eventos Webhook fornecem informações em tempo real sobre o que está acontecendo em sua conta Chatwoot. Por favor, insira uma URL válida para configurar uma callback.",
|
|
"SUBSCRIPTIONS": {
|
|
"LABEL": "Events",
|
|
"EVENTS": {
|
|
"CONVERSATION_CREATED": "Conversation Created",
|
|
"CONVERSATION_STATUS_CHANGED": "Conversation Status Changed",
|
|
"CONVERSATION_UPDATED": "Conversation Updated",
|
|
"MESSAGE_CREATED": "Message created",
|
|
"MESSAGE_UPDATED": "Message updated",
|
|
"WEBWIDGET_TRIGGERED": "Live chat widget opened by the user"
|
|
}
|
|
},
|
|
"END_POINT": {
|
|
"LABEL": "URL do Webhook",
|
|
"PLACEHOLDER": "Exemplo: https://example/api/webhook",
|
|
"ERROR": "Por favor, insira uma URL válida"
|
|
},
|
|
"EDIT_SUBMIT": "Update webhook",
|
|
"ADD_SUBMIT": "Criar webhook"
|
|
},
|
|
"TITLE": "Webhook",
|
|
"CONFIGURE": "Configurar",
|
|
"HEADER": "Configurações de webhook",
|
|
"HEADER_BTN_TXT": "Adicionar novo webhook",
|
|
"LOADING": "Buscando webhooks anexados",
|
|
"SEARCH_404": "Não existem itens correspondentes a esta consulta",
|
|
"SIDEBAR_TXT": "<p><b>Webhooks</b> </p> <p>Webhooks são chamadas HTTP que podem ser definidas para cada conta. Eles são acionados por eventos como criação de mensagens no Chatwoot. Você pode criar mais de um webhook para esta conta. <br /><br /> Para criar um <b>webhook</b>, clique no botão <b>Adicionar novo webhook</b> . Você também pode remover qualquer webhook existente clicando no botão Excluir.</p>",
|
|
"LIST": {
|
|
"404": "Não há webhooks configurados para esta conta.",
|
|
"TITLE": "Gerenciar webhooks",
|
|
"TABLE_HEADER": [
|
|
"endpoint do webhook",
|
|
"Ações."
|
|
]
|
|
},
|
|
"EDIT": {
|
|
"BUTTON_TEXT": "Alterar",
|
|
"TITLE": "Editar Webhooks",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Webhook configuration updated successfully",
|
|
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde"
|
|
}
|
|
},
|
|
"ADD": {
|
|
"CANCEL": "cancelar",
|
|
"TITLE": "Adicionar novo webhook",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Webhook configuration added successfully",
|
|
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde"
|
|
}
|
|
},
|
|
"DELETE": {
|
|
"BUTTON_TEXT": "excluir",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Webhook excluído com sucesso",
|
|
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde"
|
|
},
|
|
"CONFIRM": {
|
|
"TITLE": "Confirmar Exclusão",
|
|
"MESSAGE": "Are you sure to delete the webhook? (%{webhookURL})",
|
|
"YES": "Sim, excluir ",
|
|
"NO": "Não, mantenha isso"
|
|
}
|
|
}
|
|
},
|
|
"SLACK": {
|
|
"HELP_TEXT": {
|
|
"TITLE": "Utilizar a integração Slack",
|
|
"BODY": "<br/><p>Chatwoot irá agora sincronizar todas as mensagens recebidas através do canal de <b><i>conversas com clientes</i></b> dentro do seu local de trabalho do Slack.</p><p>A resposta a uma mensagem nas <b><i>conversas com o cliente</i></b> no seu canal de slack irá criar uma resposta para o cliente através do Chatwoot.</p><p> Comece as respostas com <b><i>nota:</i></b> para criar notas privadas em vez de respostas.</p><p>Se o remetente do slack tiver um perfil de agente no Chatwoot com o mesmo e-mail, as respostas serão associadas de acordo com isso.</p><p>Quando a pessoa que responde não tiver um perfil de agente associado, as respostas serão dadas a partir do perfil do bot.</p>"
|
|
}
|
|
},
|
|
"DELETE": {
|
|
"BUTTON_TEXT": "excluir",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Integração removida com sucesso"
|
|
}
|
|
},
|
|
"CONNECT": {
|
|
"BUTTON_TEXT": "Ligar"
|
|
},
|
|
"DASHBOARD_APPS": {
|
|
"TITLE": "Dashboard Apps",
|
|
"HEADER_BTN_TXT": "Add a new dashboard app",
|
|
"SIDEBAR_TXT": "<p><b>Dashboard Apps</b></p><p>Dashboard Apps allow organizations to embed an application inside the Chatwoot dashboard to provide the context for customer support agents. This feature allows you to create an application independently and embed that inside the dashboard to provide user information, their orders, or their previous payment history.</p><p>When you embed your application using the dashboard in Chatwoot, your application will get the context of the conversation and contact as a window event. Implement a listener for the message event on your page to receive the context.</p><p>To add a new dashboard app, click on the button 'Add a new dashboard app'.</p>",
|
|
"DESCRIPTION": "Dashboard Apps allow organizations to embed an application inside the dashboard to provide the context for customer support agents. This feature allows you to create an application independently and embed that to provide user information, their orders, or their previous payment history.",
|
|
"LIST": {
|
|
"404": "There are no dashboard apps configured on this account yet",
|
|
"LOADING": "Fetching dashboard apps...",
|
|
"TABLE_HEADER": [
|
|
"Nome:",
|
|
"Endpoint"
|
|
],
|
|
"EDIT_TOOLTIP": "Edit app",
|
|
"DELETE_TOOLTIP": "Delete app"
|
|
},
|
|
"FORM": {
|
|
"TITLE_LABEL": "Nome:",
|
|
"TITLE_PLACEHOLDER": "Enter a name for your dashboard app",
|
|
"TITLE_ERROR": "A name for the dashboard app is required",
|
|
"URL_LABEL": "Endpoint",
|
|
"URL_PLACEHOLDER": "Enter the endpoint URL where your app is hosted",
|
|
"URL_ERROR": "A valid URL is required"
|
|
},
|
|
"CREATE": {
|
|
"HEADER": "Add a new dashboard app",
|
|
"FORM_SUBMIT": "submeter",
|
|
"FORM_CANCEL": "cancelar",
|
|
"API_SUCCESS": "Dashboard app configured successfully",
|
|
"API_ERROR": "We couldn't create an app. Please try again later"
|
|
},
|
|
"UPDATE": {
|
|
"HEADER": "Edit dashboard app",
|
|
"FORM_SUBMIT": "Atualização",
|
|
"FORM_CANCEL": "cancelar",
|
|
"API_SUCCESS": "Dashboard app updated successfully",
|
|
"API_ERROR": "We couldn't update the app. Please try again later"
|
|
},
|
|
"DELETE": {
|
|
"CONFIRM_YES": "Yes, delete it",
|
|
"CONFIRM_NO": "No, keep it",
|
|
"TITLE": "Confirmar a eliminação",
|
|
"MESSAGE": "Are you sure to delete the app - %{appName}?",
|
|
"API_SUCCESS": "Dashboard app deleted successfully",
|
|
"API_ERROR": "We couldn't delete the app. Please try again later"
|
|
}
|
|
}
|
|
}
|
|
}
|