From d52762ec76bf8e5ef8ec9308b69b2dea9a2c5039 Mon Sep 17 00:00:00 2001 From: Stephon Brown Date: Thu, 18 Sep 2025 10:35:58 -0400 Subject: [PATCH] feat(billing): add required messages --- apps/web/src/locales/en/messages.json | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/apps/web/src/locales/en/messages.json b/apps/web/src/locales/en/messages.json index 1b374c97478..1f03a9a47ec 100644 --- a/apps/web/src/locales/en/messages.json +++ b/apps/web/src/locales/en/messages.json @@ -11532,5 +11532,35 @@ }, "seamlessIntegration": { "message": "Seamless integration" + }, + "families": { + "message": "Families" + }, + "upgradeToFamilies": { + "message": "Upgrade to Families" + }, + "upgradeToPremium": { + "message": "Upgrade to Premium" + }, + "familiesUpdated": { + "message": "You've upgraded to Families!" + }, + "taxCalculationError": { + "message": "There was an error calculating tax for your location. Please try again." + }, + "individualUpgradeWelcomeMessage": { + "message": "Welcome to Bitwarden" + }, + "individualUpgradeDescriptionMessage": { + "message": "Unlock more security features with Premium, or start sharing items with Families" + }, + "individualUpgradeTaxInformationMessage": { + "message": "Prices exclude tax and are billed annually." + }, + "organizationNameDescription": { + "message": "Your organization name will appear in invitations you send to members." + }, + "continueWithoutUpgrading": { + "message": "Continue without upgrading" } }