From a6b18ff84414b72e73e5f99c7f154cedfeba92f3 Mon Sep 17 00:00:00 2001 From: jelveh Date: Thu, 19 Mar 2026 18:23:25 -0700 Subject: [PATCH] Add basic/professional/business/free translations Add missing English translations for plan tiers (free, basic, professional, business) to src/gui/src/i18n/translations/en.js and perform a minor formatting cleanup near billing messages to ensure keys are available for UI display. --- src/gui/src/i18n/translations/en.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/gui/src/i18n/translations/en.js b/src/gui/src/i18n/translations/en.js index 4c9c48b39..3e0fe49b7 100644 --- a/src/gui/src/i18n/translations/en.js +++ b/src/gui/src/i18n/translations/en.js @@ -452,6 +452,10 @@ const en = { 'billing.offering.pro': 'Professional', 'billing.offering.professional': 'Professional', 'billing.offering.business': 'Business', + 'business': 'Business', + 'professional': 'Professional', + 'basic': 'Basic', + 'free': 'Free', 'billing.cloud_storage': 'Cloud Storage', 'billing.ai_access': 'AI Access', 'billing.bandwidth': 'Bandwidth', @@ -482,6 +486,7 @@ const en = { 'billing.expanded': 'Expanded', 'billing.accelerated': 'Accelerated', 'billing.enjoy_msg': 'Enjoy %% of Cloud Storage plus other benefits.', + 'too_many_attempts': 'Too many attempts. Please try again later.', 'server_timeout': 'The server took too long to respond. Please try again.', 'signup_error': 'An error occurred during signup. Please try again.',