diff --git a/src/gui/src/i18n/translations/en.js b/src/gui/src/i18n/translations/en.js index 1dde90d1e..e4add4455 100644 --- a/src/gui/src/i18n/translations/en.js +++ b/src/gui/src/i18n/translations/en.js @@ -372,7 +372,6 @@ const en = { 'billing.refunded': "Refunded", 'billing.paid': "Paid", 'billing.ok': "OK", - 'billing.confirm_payment_method': 'Confirm Payment Method', 'billing.resume_subscription': 'Resume Subscription', 'billing.subscription_cancelled': 'Your subscription has been canceled.', 'billing.subscription_cancelled_description': 'You will still have access to your subscription until the end of this billing period.', @@ -384,6 +383,20 @@ const en = { 'billing.bandwidth': 'Bandwidth', 'billing.apps_and_games': 'Apps & Games', 'billing.upgrade_to_pro': 'Upgrade to %strong%', + 'billing.switch_to': 'Switch to %strong%', + 'billing.payment_setup': 'Payment Setup', + 'billing.back': 'Back', + 'billing.you_are_now_subscribed_to': 'You are now subscribed to %strong% tier.', + 'billing.subscription_cancellation_confirmation': 'Are you sure you want to cancel your subscription?', + 'billing.subscription_setup': 'Subscription Setup', + 'billing.cancel_it': 'Cancel It', + 'billing.keep_it': 'Keep It', + 'billing.subscription_resumed': 'Your %strong% subscription has been resumed!', + 'billing.upgrade_now': 'Upgrade Now', + 'billing.currently_on_free_plan': 'You are currently on the free plan.', + 'billing.download_receipt': 'Download Receipt', + 'billing.subscription_check_error': 'A problem occurred while checking your subscription status.', + 'billing.payment_method_updated': 'Payment method updated!', } };