From 01d49f5373705a496365e34d737ae9e97938cfae Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Thu, 28 May 2026 13:51:52 -0300 Subject: [PATCH] chore(i18n): pt-BR + en quotaShare.stackedBarTitle + usedSuffix (B/G4) Add stackedBarTitle and usedSuffix keys to quotaShare namespace in both pt-BR and en locales to support the new StackedAllocationBar component. --- src/i18n/messages/en.json | 4 +++- src/i18n/messages/pt-BR.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/i18n/messages/en.json b/src/i18n/messages/en.json index 602bea59d5..3b35a14572 100644 --- a/src/i18n/messages/en.json +++ b/src/i18n/messages/en.json @@ -7317,7 +7317,9 @@ "migratedFromLocalStorageNotice": "Pools successfully migrated from localStorage.", "policyCapAbsoluteLabel": "Absolute cap", "policyCapAbsolutePlaceholder": "Numeric limit (optional)", - "multiDimensionLabel": "Multi-dimension" + "multiDimensionLabel": "Multi-dimension", + "stackedBarTitle": "Slices by API key", + "usedSuffix": "used {percent}%" }, "quotaPlans": { "title": "Plans & Quotas", diff --git a/src/i18n/messages/pt-BR.json b/src/i18n/messages/pt-BR.json index e5a868c70e..a71cb938ed 100644 --- a/src/i18n/messages/pt-BR.json +++ b/src/i18n/messages/pt-BR.json @@ -7307,7 +7307,9 @@ "migratedFromLocalStorageNotice": "Pools migrados do localStorage com sucesso.", "policyCapAbsoluteLabel": "Cap absoluto", "policyCapAbsolutePlaceholder": "Limite numérico (opcional)", - "multiDimensionLabel": "Multi-dimensão" + "multiDimensionLabel": "Multi-dimensão", + "stackedBarTitle": "Fatias por API key", + "usedSuffix": "usou {percent}%" }, "quotaPlans": { "title": "Planos & Cotas",