@clerk/localizations 3.16.4 → 3.16.5-canary.v20250606194225
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 +3 -0
- package/dist/en-US.js.map +1 -1
- package/dist/en-US.mjs +3 -0
- package/dist/en-US.mjs.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
@@ -8761,6 +8761,7 @@ var enUS = {
|
|
8761
8761
|
title__paymentSuccessful: "Payment was successful!",
|
8762
8762
|
title__subscriptionSuccessful: "Success!"
|
8763
8763
|
},
|
8764
|
+
credit: "Credit",
|
8764
8765
|
creditRemainder: "Credit for the remainder of your current subscription.",
|
8765
8766
|
defaultFreePlanActive: "You're currently on the Free plan",
|
8766
8767
|
free: "Free",
|
@@ -8912,6 +8913,7 @@ var enUS = {
|
|
8912
8913
|
title: "Payment methods"
|
8913
8914
|
},
|
8914
8915
|
start: {
|
8916
|
+
headerTitle__payments: "Payments",
|
8915
8917
|
headerTitle__plans: "Plans",
|
8916
8918
|
headerTitle__statements: "Statements",
|
8917
8919
|
headerTitle__subscriptions: "Subscriptions"
|
@@ -9518,6 +9520,7 @@ var enUS = {
|
|
9518
9520
|
title: "Payment methods"
|
9519
9521
|
},
|
9520
9522
|
start: {
|
9523
|
+
headerTitle__payments: "Payments",
|
9521
9524
|
headerTitle__plans: "Plans",
|
9522
9525
|
headerTitle__statements: "Statements",
|
9523
9526
|
headerTitle__subscriptions: "Subscription"
|