@clerk/localizations 3.19.0-snapshot.v20250714174600 → 3.19.0-snapshot.v20250715171210
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 +4 -1
- package/dist/en-US.js.map +1 -1
- package/dist/en-US.mjs +4 -1
- package/dist/en-US.mjs.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
@@ -9510,9 +9510,11 @@ var enUS = {
|
|
9510
9510
|
badge__renewsAt: "Renews {{ date | shortDate('en-US') }}",
|
9511
9511
|
badge__requiresAction: "Requires action",
|
9512
9512
|
badge__startsAt: "Starts {{ date | shortDate('en-US') }}",
|
9513
|
+
badge__pastDueAt: "Past due {{ date | shortDate('en-US') }}",
|
9513
9514
|
badge__thisDevice: "This device",
|
9514
9515
|
badge__unverified: "Unverified",
|
9515
9516
|
badge__upcomingPlan: "Upcoming",
|
9517
|
+
badge__pastDuePlan: "Past due",
|
9516
9518
|
badge__userDevice: "User device",
|
9517
9519
|
badge__you: "You",
|
9518
9520
|
commerce: {
|
@@ -9587,7 +9589,8 @@ var enUS = {
|
|
9587
9589
|
subscribedOn: "Subscribed on",
|
9588
9590
|
endsOn: "Ends on",
|
9589
9591
|
renewsAt: "Renews at",
|
9590
|
-
beginsOn: "Begins on"
|
9592
|
+
beginsOn: "Begins on",
|
9593
|
+
pastDueAt: "Past due on"
|
9591
9594
|
},
|
9592
9595
|
reSubscribe: "Resubscribe",
|
9593
9596
|
seeAllFeatures: "See all features",
|