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
