UNPKG

@better-auth-ui/core

Version:

Authentication components and data utilities for [Better Auth](https://better-auth.com), available for React and Solid.

37 lines (35 loc) 1.27 kB
export const billingLocalization = { billing: "Billing", billingDescription: "Manage plans, subscription details, seats, and usage.", plans: "Plans", currentPlan: "Current plan", choosePlan: "Choose plan", changePlan: "Change plan", perMonth: "per month", perYear: "per year", oneTime: "one time", popular: "Popular", subscription: "Subscription", noSubscription: "No active subscription", noSubscriptionDescription: "Choose a plan to start a subscription.", manageBilling: "Manage billing", renewsOn: "Renews on {{date}}", endsOn: "Ends on {{date}}", cancelSubscription: "Cancel subscription", cancelSubscriptionTitle: "Cancel subscription?", cancelSubscriptionDescription: "Your access remains available until the end of the current billing period.", restoreSubscription: "Restore subscription", restoreSubscriptionTitle: "Restore subscription?", restoreSubscriptionDescription: "Your subscription will continue renewing on its current plan.", confirm: "Confirm", cancel: "Cancel", seats: "Seats", updateSeats: "Update seats", usage: "Usage", unlimited: "Unlimited", used: "{{used}} used", loadingBilling: "Loading billing information" } export type BillingLocalization = typeof billingLocalization