@clerk/localizations 3.18.1 → 3.19.0-canary.v20250714171150

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -9579,6 +9579,16 @@ var enUS = {
9579
9579
  billingCycle: "Billing cycle",
9580
9580
  included: "Included"
9581
9581
  },
9582
+ subscriptionDetails: {
9583
+ title: "Subscription",
9584
+ currentBillingCycle: "Current billing cycle",
9585
+ nextPaymentOn: "Next payment on",
9586
+ nextPaymentAmount: "Next payment amount",
9587
+ subscribedOn: "Subscribed on",
9588
+ endsOn: "Ends on",
9589
+ renewsAt: "Renews at",
9590
+ beginsOn: "Begins on"
9591
+ },
9582
9592
  reSubscribe: "Resubscribe",
9583
9593
  seeAllFeatures: "See all features",
9584
9594
  subscribe: "Subscribe",
@@ -9586,6 +9596,8 @@ var enUS = {
9586
9596
  switchPlan: "Switch to this plan",
9587
9597
  switchToAnnual: "Switch to annual",
9588
9598
  switchToMonthly: "Switch to monthly",
9599
+ switchToMonthlyWithPrice: "Switch to monthly {{currency}}{{price}} / month",
9600
+ switchToAnnualWithAnnualPrice: "Switch to annual {{currency}}{{price}} / year",
9589
9601
  totalDue: "Total due",
9590
9602
  totalDueToday: "Total Due Today",
9591
9603
  viewFeatures: "View features",