From c0db545811f280f1c84ba95f815ba22558dc6ea3 Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Wed, 27 May 2026 19:51:40 -0300 Subject: [PATCH] chore(i18n): pt-BR + en keys for activity, costsSection, logsGroup, systemGroup, costsOverview (B/F3) Add new sidebar i18n keys without removing existing ones (back-compat B11/B12): - sidebar.activity / sidebar.activitySubtitle - sidebar.logsGroup - sidebar.systemGroup - sidebar.costsOverview / sidebar.costsOverviewSubtitle Existing sidebar.costs, sidebar.costsSection, sidebar.costsSubtitle preserved. --- src/i18n/messages/en.json | 8 +++++++- src/i18n/messages/pt-BR.json | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/i18n/messages/en.json b/src/i18n/messages/en.json index 5115037d36..d11b7d779a 100644 --- a/src/i18n/messages/en.json +++ b/src/i18n/messages/en.json @@ -930,7 +930,13 @@ "settingsAuthzSubtitle": "Route inventory and bypass policy", "docsSubtitle": "Documentation", "issuesSubtitle": "Report a bug", - "changelogSubtitle": "Release notes" + "changelogSubtitle": "Release notes", + "activity": "Activity", + "activitySubtitle": "Friendly feed of recent events", + "logsGroup": "Logs", + "systemGroup": "System", + "costsOverview": "Overview", + "costsOverviewSubtitle": "Consolidated cost analysis" }, "webhooks": { "title": "Webhooks", diff --git a/src/i18n/messages/pt-BR.json b/src/i18n/messages/pt-BR.json index cc60285114..fe3efecbe9 100644 --- a/src/i18n/messages/pt-BR.json +++ b/src/i18n/messages/pt-BR.json @@ -930,7 +930,13 @@ "settingsAuthzSubtitle": "Inventário de rotas e política de bypass", "docsSubtitle": "Documentação", "issuesSubtitle": "Reportar um bug", - "changelogSubtitle": "Notas de versão" + "changelogSubtitle": "Notas de versão", + "activity": "Atividade", + "activitySubtitle": "Feed amigável de eventos recentes", + "logsGroup": "Logs", + "systemGroup": "Sistema", + "costsOverview": "Visão geral", + "costsOverviewSubtitle": "Análise consolidada de custos" }, "webhooks": { "title": "Webhooks",