From 646dfc5ed4dabd9763289f10f8fef45b129fab07 Mon Sep 17 00:00:00 2001 From: Chatwoot Bot <92152627+chatwoot-bot@users.noreply.github.com> Date: Tue, 14 Oct 2025 04:27:46 -0700 Subject: [PATCH] New translations report.json (Portuguese) [ci skip] --- app/javascript/dashboard/i18n/locale/pt/report.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/javascript/dashboard/i18n/locale/pt/report.json b/app/javascript/dashboard/i18n/locale/pt/report.json index c520fb5ea..44796931d 100644 --- a/app/javascript/dashboard/i18n/locale/pt/report.json +++ b/app/javascript/dashboard/i18n/locale/pt/report.json @@ -51,6 +51,7 @@ }, "DATE_RANGE_OPTIONS": { "LAST_7_DAYS": "Últimos 7 Dias", + "LAST_14_DAYS": "Últimos 14 Dias", "LAST_30_DAYS": "Últimos 30 Dias", "LAST_3_MONTHS": "Últimos 3 meses", "LAST_6_MONTHS": "Últimos 6 meses", @@ -266,6 +267,8 @@ "NO_ENOUGH_DATA": "Não recebemos pontos de dados suficientes para gerar o relatório. Por favor, tente novamente mais tarde.", "DOWNLOAD_INBOX_REPORTS": "Descarregar relatórios de caixa de entrada", "FILTER_DROPDOWN_LABEL": "Escolher caixa de entrada", + "ALL_INBOXES": "All Inboxes", + "SEARCH_INBOX": "Search Inbox", "METRICS": { "CONVERSATIONS": { "NAME": "Conversas", @@ -467,6 +470,13 @@ "CONVERSATIONS": "{count} conversas", "DOWNLOAD_REPORT": "Descarregar relatório" }, + "RESOLUTION_HEATMAP": { + "HEADER": "Resolutions", + "NO_CONVERSATIONS": "Não existem conversas", + "CONVERSATION": "{count} conversa", + "CONVERSATIONS": "{count} conversas", + "DOWNLOAD_REPORT": "Descarregar relatório" + }, "AGENT_CONVERSATIONS": { "HEADER": "Conversas por agentes", "LOADING_MESSAGE": "A gerar métricas dos agentes...",