Skip to content

Commit

Permalink
add i18n entries for billing and offerings
Browse files Browse the repository at this point in the history
  • Loading branch information
jelveh committed Nov 30, 2024
1 parent 67ca4cc commit badc654
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/gui/src/i18n/translations/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,25 @@ const en = {
'Owner': 'Owner',
"You can't share with yourself.": `You can't share with yourself.`,
'This user already has access to this item': 'This user already has access to this item',

// Billing
'billing.change_payment_method': "Change",
'billing.cancel': "Cancel",
'billing.download_invoice': "Download",
'billing.payment_method': "Payment Method",
'billing.payment_method_updated': "Payment method updated!",
'billing.confirm_payment_method': 'Confirm Payment Method',
'billing.payment_history': "Payment History",
'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.',
'billing.offering.free': 'Free',
'billing.offering.pro': 'Professional',
'billing.offering.business': 'Business',
}
};

Expand Down

0 comments on commit badc654

Please sign in to comment.