add more i18n keys for billing

This commit is contained in:
jelveh 2024-12-01 16:45:53 -08:00
parent ab4ba76433
commit 5ced83195d

View File

@ -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!',
}
};