@clerk/localizations 3.13.11-snapshot.v20250416104815 → 3.13.11
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/en-US.js +13 -1
- package/dist/en-US.js.map +1 -1
- package/dist/en-US.mjs +13 -1
- package/dist/en-US.mjs.map +1 -1
- package/dist/index.js +13 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
@@ -1847,7 +1847,19 @@ var enUS = {
|
|
1847
1847
|
keepSubscription: "Keep subscription",
|
1848
1848
|
reSubscribe: "Re-subscribe",
|
1849
1849
|
month: "Month",
|
1850
|
-
switchPlan: "Switch to this plan"
|
1850
|
+
switchPlan: "Switch to this plan",
|
1851
|
+
checkout: {
|
1852
|
+
title__paymentSuccessful: "Payment was successful!",
|
1853
|
+
title__subscriptionSuccessful: "Success!",
|
1854
|
+
description__paymentSuccessful: "Your new subscription is all set.",
|
1855
|
+
description__subscriptionSuccessful: "Your new subscription is all set.",
|
1856
|
+
lineItems: {
|
1857
|
+
title__totalPaid: "Total paid",
|
1858
|
+
title__paymentMethod: "Payment method",
|
1859
|
+
title__invoiceId: "Invoice ID",
|
1860
|
+
title__subscriptionBegins: "Subscription begins"
|
1861
|
+
}
|
1862
|
+
}
|
1851
1863
|
},
|
1852
1864
|
backButton: "Back",
|
1853
1865
|
badge__currentPlan: "Current Plan",
|