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",