create-brainerce-store 1.17.0 → 1.19.0
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.js +31 -9
- package/messages/en.json +366 -359
- package/messages/he.json +366 -359
- package/package.json +45 -45
- package/templates/nextjs/base/next.config.ts +31 -31
- package/templates/nextjs/base/scripts/fetch-store-info.mjs +81 -81
- package/templates/nextjs/base/src/app/.well-known/apple-developer-merchantid-domain-association/route.ts +26 -26
- package/templates/nextjs/base/src/app/account/layout.tsx +9 -9
- package/templates/nextjs/base/src/app/account/page.tsx +122 -122
- package/templates/nextjs/base/src/app/api/auth/logout/route.ts +14 -14
- package/templates/nextjs/base/src/app/api/auth/me/route.ts +56 -56
- package/templates/nextjs/base/src/app/api/auth/oauth-callback/route.ts +59 -59
- package/templates/nextjs/base/src/app/api/auth/reset-callback/route.ts +41 -41
- package/templates/nextjs/base/src/app/api/auth/reset-password/route.ts +77 -77
- package/templates/nextjs/base/src/app/api/store/[...path]/route.ts +198 -198
- package/templates/nextjs/base/src/app/auth/callback/page.tsx +92 -92
- package/templates/nextjs/base/src/app/cart/layout.tsx +9 -9
- package/templates/nextjs/base/src/app/cart/page.tsx +204 -199
- package/templates/nextjs/base/src/app/checkout/layout.tsx +9 -9
- package/templates/nextjs/base/src/app/checkout/page.tsx +860 -860
- package/templates/nextjs/base/src/app/forgot-password/page.tsx +112 -112
- package/templates/nextjs/base/src/app/layout.tsx.ejs +75 -0
- package/templates/nextjs/base/src/app/login/layout.tsx +9 -9
- package/templates/nextjs/base/src/app/login/page.tsx +59 -59
- package/templates/nextjs/base/src/app/order-confirmation/layout.tsx +9 -9
- package/templates/nextjs/base/src/app/order-confirmation/page.tsx +254 -254
- package/templates/nextjs/base/src/app/products/[slug]/page.tsx +67 -67
- package/templates/nextjs/base/src/app/products/[slug]/product-client-section.tsx +486 -486
- package/templates/nextjs/base/src/app/products/layout.tsx +18 -18
- package/templates/nextjs/base/src/app/products/page.tsx +431 -431
- package/templates/nextjs/base/src/app/register/layout.tsx +9 -9
- package/templates/nextjs/base/src/app/register/page.tsx +65 -65
- package/templates/nextjs/base/src/app/reset-password/page.tsx +132 -132
- package/templates/nextjs/base/src/app/robots.ts +14 -14
- package/templates/nextjs/base/src/app/sitemap.ts +25 -25
- package/templates/nextjs/base/src/app/verify-email/page.tsx +258 -258
- package/templates/nextjs/base/src/components/account/address-book.tsx +432 -432
- package/templates/nextjs/base/src/components/account/order-history.tsx +350 -350
- package/templates/nextjs/base/src/components/auth/oauth-buttons.tsx +137 -137
- package/templates/nextjs/base/src/components/auth/register-form.tsx +232 -232
- package/templates/nextjs/base/src/components/cart/cart-bundle-offer.tsx +247 -111
- package/templates/nextjs/base/src/components/cart/cart-item.tsx +153 -153
- package/templates/nextjs/base/src/components/cart/cart-upgrade-banner.tsx +142 -142
- package/templates/nextjs/base/src/components/cart/free-shipping-bar.tsx +59 -59
- package/templates/nextjs/base/src/components/checkout/checkout-form.tsx +415 -415
- package/templates/nextjs/base/src/components/checkout/order-bump-card.tsx +243 -83
- package/templates/nextjs/base/src/components/checkout/payment-step.tsx +519 -473
- package/templates/nextjs/base/src/components/layout/footer.tsx +41 -41
- package/templates/nextjs/base/src/components/layout/header.tsx +336 -336
- package/templates/nextjs/base/src/components/layout/language-switcher.tsx.ejs +63 -0
- package/templates/nextjs/base/src/components/products/discount-badge.tsx +22 -22
- package/templates/nextjs/base/src/components/products/frequently-bought-together.tsx +202 -202
- package/templates/nextjs/base/src/components/products/product-card.tsx +218 -218
- package/templates/nextjs/base/src/components/products/recommendation-section.tsx +107 -107
- package/templates/nextjs/base/src/components/products/stock-badge.tsx +63 -63
- package/templates/nextjs/base/src/components/products/variant-selector.tsx +292 -292
- package/templates/nextjs/base/src/components/seo/product-json-ld.tsx +72 -72
- package/templates/nextjs/base/src/i18n.ts.ejs +21 -0
- package/templates/nextjs/base/src/lib/auth.ts +149 -149
- package/templates/nextjs/base/src/lib/brainerce.ts.ejs +9 -0
- package/templates/nextjs/base/src/lib/translations.ts.ejs +31 -0
- package/templates/nextjs/base/src/middleware.ts.ejs +81 -0
- package/templates/nextjs/base/src/providers/store-provider.tsx.ejs +41 -0
- package/templates/nextjs/base/src/lib/translations.ts +0 -11
- package/templates/nextjs/base/src/middleware.ts +0 -25
package/messages/en.json
CHANGED
|
@@ -1,359 +1,366 @@
|
|
|
1
|
-
{
|
|
2
|
-
"common": {
|
|
3
|
-
"loading": "Loading...",
|
|
4
|
-
"error": "Something went wrong",
|
|
5
|
-
"tryAgain": "Try Again",
|
|
6
|
-
"continueShopping": "Continue Shopping",
|
|
7
|
-
"viewAll": "View all",
|
|
8
|
-
"shopNow": "Shop Now",
|
|
9
|
-
"free": "Free",
|
|
10
|
-
"yes": "Yes",
|
|
11
|
-
"no": "No",
|
|
12
|
-
"total": "Total",
|
|
13
|
-
"subtotal": "Subtotal",
|
|
14
|
-
"discount": "Discount",
|
|
15
|
-
"generalDiscount": "General Discount",
|
|
16
|
-
"couponDiscount": "Coupon",
|
|
17
|
-
"shipping": "Shipping",
|
|
18
|
-
"pickup": "Pickup",
|
|
19
|
-
"tax": "Tax",
|
|
20
|
-
"sale": "Sale",
|
|
21
|
-
"remove": "Remove",
|
|
22
|
-
"removing": "Removing...",
|
|
23
|
-
"apply": "Apply",
|
|
24
|
-
"saving": "Saving...",
|
|
25
|
-
"qty": "Qty:",
|
|
26
|
-
"noResults": "No results found",
|
|
27
|
-
"all": "All",
|
|
28
|
-
"sortBy": "Sort by:",
|
|
29
|
-
"product": "product",
|
|
30
|
-
"products": "products",
|
|
31
|
-
"item": "item",
|
|
32
|
-
"items": "items",
|
|
33
|
-
"found": "found",
|
|
34
|
-
"day": "day",
|
|
35
|
-
"days": "days",
|
|
36
|
-
"allRightsReserved": "All rights reserved.",
|
|
37
|
-
"store": "Store",
|
|
38
|
-
"save": "Save",
|
|
39
|
-
"cancel": "Cancel"
|
|
40
|
-
},
|
|
41
|
-
"nav": {
|
|
42
|
-
"products": "Products",
|
|
43
|
-
"account": "Account",
|
|
44
|
-
"login": "Login",
|
|
45
|
-
"logout": "Logout",
|
|
46
|
-
"searchPlaceholder": "Search products...",
|
|
47
|
-
"categories": "Categories",
|
|
48
|
-
"search": "Search",
|
|
49
|
-
"menu": "Menu"
|
|
50
|
-
},
|
|
51
|
-
"home": {
|
|
52
|
-
"pageTitle": "Home",
|
|
53
|
-
"welcomeTo": "Welcome to",
|
|
54
|
-
"heroSubtitle": "Discover our curated collection of products crafted with care.",
|
|
55
|
-
"featuredProducts": "Featured Products"
|
|
56
|
-
},
|
|
57
|
-
"products": {
|
|
58
|
-
"pageTitle": "Products",
|
|
59
|
-
"allProducts": "All Products",
|
|
60
|
-
"searchPrefix": "Search:",
|
|
61
|
-
"loadMore": "Load More",
|
|
62
|
-
"noProducts": "No products found.",
|
|
63
|
-
"sortNewest": "Newest",
|
|
64
|
-
"sortNameAZ": "Name A-Z",
|
|
65
|
-
"sortNameZA": "Name Z-A",
|
|
66
|
-
"sortPriceLow": "Price: Low to High",
|
|
67
|
-
"sortPriceHigh": "Price: High to Low",
|
|
68
|
-
"selectOptions": "Select Options"
|
|
69
|
-
},
|
|
70
|
-
"productDetail": {
|
|
71
|
-
"notFound": "Product not found.",
|
|
72
|
-
"backToProducts": "Back to products",
|
|
73
|
-
"description": "Description",
|
|
74
|
-
"specifications": "Specifications",
|
|
75
|
-
"addToCart": "Add to Cart",
|
|
76
|
-
"addingToCart": "Adding...",
|
|
77
|
-
"addedToCart": "Added to Cart!",
|
|
78
|
-
"outOfStock": "Out of Stock",
|
|
79
|
-
"inStock": "In Stock",
|
|
80
|
-
"unavailable": "Unavailable",
|
|
81
|
-
"onlyLeft": "Only {available} left",
|
|
82
|
-
"availableInStock": "{available} in stock",
|
|
83
|
-
"decreaseQuantity": "Decrease quantity",
|
|
84
|
-
"increaseQuantity": "Increase quantity",
|
|
85
|
-
"youMayAlsoLike": "You May Also Like",
|
|
86
|
-
"similarProducts": "Similar Products",
|
|
87
|
-
"upgradeYourChoice": "Upgrade Your Choice",
|
|
88
|
-
"digitalProduct": "Digital Product",
|
|
89
|
-
"instantDownload": "Instant Download",
|
|
90
|
-
"downloadAfterPurchase": "Available for download after purchase",
|
|
91
|
-
"filesIncluded": "{count} files included",
|
|
92
|
-
"frequentlyBoughtTogether": "Frequently Bought Together",
|
|
93
|
-
"addSelectedToCart": "Add Selected to Cart",
|
|
94
|
-
"totalPrice": "Total: {price}",
|
|
95
|
-
"addingAll": "Adding..."
|
|
96
|
-
},
|
|
97
|
-
"cart": {
|
|
98
|
-
"pageTitle": "Shopping Cart",
|
|
99
|
-
"title": "Shopping Cart",
|
|
100
|
-
"emptyTitle": "Your cart is empty",
|
|
101
|
-
"emptySubtitle": "Looks like you haven't added anything to your cart yet.",
|
|
102
|
-
"proceedToCheckout": "Proceed to Checkout",
|
|
103
|
-
"orderSummary": "Order Summary",
|
|
104
|
-
"taxAtCheckout": "Calculated at checkout",
|
|
105
|
-
"youMightAlsoNeed": "You Might Also Need",
|
|
106
|
-
"freeShippingQualified": "You've got free shipping!",
|
|
107
|
-
"freeShippingRemaining": "You're {amount} away from free shipping!",
|
|
108
|
-
"upgradeFor": "Upgrade to {name} for only +{amount}",
|
|
109
|
-
"upgrade": "Upgrade",
|
|
110
|
-
"upgrading": "Upgrading...",
|
|
111
|
-
"dismissUpgrade": "Dismiss",
|
|
112
|
-
"bundleOffers": "Bundle & Save",
|
|
113
|
-
"addBundleItem": "Add & Save",
|
|
114
|
-
"addingBundle": "Adding..."
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
"
|
|
161
|
-
"
|
|
162
|
-
"
|
|
163
|
-
"
|
|
164
|
-
"
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
"
|
|
168
|
-
"
|
|
169
|
-
"
|
|
170
|
-
"
|
|
171
|
-
"
|
|
172
|
-
"
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
"
|
|
176
|
-
"
|
|
177
|
-
"
|
|
178
|
-
"
|
|
179
|
-
"
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
"
|
|
183
|
-
"
|
|
184
|
-
"
|
|
185
|
-
"
|
|
186
|
-
"
|
|
187
|
-
"
|
|
188
|
-
"
|
|
189
|
-
"
|
|
190
|
-
"
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
"
|
|
194
|
-
"
|
|
195
|
-
"
|
|
196
|
-
"
|
|
197
|
-
"
|
|
198
|
-
"
|
|
199
|
-
"
|
|
200
|
-
"
|
|
201
|
-
"
|
|
202
|
-
"
|
|
203
|
-
"
|
|
204
|
-
"
|
|
205
|
-
"
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
"
|
|
209
|
-
"
|
|
210
|
-
"
|
|
211
|
-
"
|
|
212
|
-
"
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
"
|
|
216
|
-
"
|
|
217
|
-
"
|
|
218
|
-
"
|
|
219
|
-
"
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
"
|
|
223
|
-
"
|
|
224
|
-
"
|
|
225
|
-
"
|
|
226
|
-
"
|
|
227
|
-
"
|
|
228
|
-
"
|
|
229
|
-
"
|
|
230
|
-
"
|
|
231
|
-
"
|
|
232
|
-
"
|
|
233
|
-
"
|
|
234
|
-
"
|
|
235
|
-
"
|
|
236
|
-
"
|
|
237
|
-
"
|
|
238
|
-
"
|
|
239
|
-
"
|
|
240
|
-
"
|
|
241
|
-
"
|
|
242
|
-
"
|
|
243
|
-
"
|
|
244
|
-
"
|
|
245
|
-
"
|
|
246
|
-
"
|
|
247
|
-
"
|
|
248
|
-
"
|
|
249
|
-
"
|
|
250
|
-
"
|
|
251
|
-
"
|
|
252
|
-
"
|
|
253
|
-
"
|
|
254
|
-
"
|
|
255
|
-
"
|
|
256
|
-
"
|
|
257
|
-
"
|
|
258
|
-
"
|
|
259
|
-
"
|
|
260
|
-
"
|
|
261
|
-
"
|
|
262
|
-
"
|
|
263
|
-
"
|
|
264
|
-
"
|
|
265
|
-
"
|
|
266
|
-
"
|
|
267
|
-
"
|
|
268
|
-
"
|
|
269
|
-
"
|
|
270
|
-
"
|
|
271
|
-
"
|
|
272
|
-
"
|
|
273
|
-
"
|
|
274
|
-
"
|
|
275
|
-
"
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
"
|
|
279
|
-
"
|
|
280
|
-
"
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
"
|
|
286
|
-
"
|
|
287
|
-
"
|
|
288
|
-
"
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"
|
|
292
|
-
"
|
|
293
|
-
"
|
|
294
|
-
"
|
|
295
|
-
"
|
|
296
|
-
"
|
|
297
|
-
"
|
|
298
|
-
"
|
|
299
|
-
"
|
|
300
|
-
"
|
|
301
|
-
"
|
|
302
|
-
"
|
|
303
|
-
"
|
|
304
|
-
"
|
|
305
|
-
"
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
-
"
|
|
309
|
-
"
|
|
310
|
-
"
|
|
311
|
-
"
|
|
312
|
-
"
|
|
313
|
-
"
|
|
314
|
-
"
|
|
315
|
-
"
|
|
316
|
-
"
|
|
317
|
-
"
|
|
318
|
-
"
|
|
319
|
-
"
|
|
320
|
-
"
|
|
321
|
-
"
|
|
322
|
-
"
|
|
323
|
-
"
|
|
324
|
-
"
|
|
325
|
-
"
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
"
|
|
329
|
-
"
|
|
330
|
-
"
|
|
331
|
-
"
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
"
|
|
336
|
-
"
|
|
337
|
-
"
|
|
338
|
-
"
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
"
|
|
342
|
-
"
|
|
343
|
-
"
|
|
344
|
-
"
|
|
345
|
-
"
|
|
346
|
-
"
|
|
347
|
-
"
|
|
348
|
-
"
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
"
|
|
352
|
-
"
|
|
353
|
-
"
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
1
|
+
{
|
|
2
|
+
"common": {
|
|
3
|
+
"loading": "Loading...",
|
|
4
|
+
"error": "Something went wrong",
|
|
5
|
+
"tryAgain": "Try Again",
|
|
6
|
+
"continueShopping": "Continue Shopping",
|
|
7
|
+
"viewAll": "View all",
|
|
8
|
+
"shopNow": "Shop Now",
|
|
9
|
+
"free": "Free",
|
|
10
|
+
"yes": "Yes",
|
|
11
|
+
"no": "No",
|
|
12
|
+
"total": "Total",
|
|
13
|
+
"subtotal": "Subtotal",
|
|
14
|
+
"discount": "Discount",
|
|
15
|
+
"generalDiscount": "General Discount",
|
|
16
|
+
"couponDiscount": "Coupon",
|
|
17
|
+
"shipping": "Shipping",
|
|
18
|
+
"pickup": "Pickup",
|
|
19
|
+
"tax": "Tax",
|
|
20
|
+
"sale": "Sale",
|
|
21
|
+
"remove": "Remove",
|
|
22
|
+
"removing": "Removing...",
|
|
23
|
+
"apply": "Apply",
|
|
24
|
+
"saving": "Saving...",
|
|
25
|
+
"qty": "Qty:",
|
|
26
|
+
"noResults": "No results found",
|
|
27
|
+
"all": "All",
|
|
28
|
+
"sortBy": "Sort by:",
|
|
29
|
+
"product": "product",
|
|
30
|
+
"products": "products",
|
|
31
|
+
"item": "item",
|
|
32
|
+
"items": "items",
|
|
33
|
+
"found": "found",
|
|
34
|
+
"day": "day",
|
|
35
|
+
"days": "days",
|
|
36
|
+
"allRightsReserved": "All rights reserved.",
|
|
37
|
+
"store": "Store",
|
|
38
|
+
"save": "Save",
|
|
39
|
+
"cancel": "Cancel"
|
|
40
|
+
},
|
|
41
|
+
"nav": {
|
|
42
|
+
"products": "Products",
|
|
43
|
+
"account": "Account",
|
|
44
|
+
"login": "Login",
|
|
45
|
+
"logout": "Logout",
|
|
46
|
+
"searchPlaceholder": "Search products...",
|
|
47
|
+
"categories": "Categories",
|
|
48
|
+
"search": "Search",
|
|
49
|
+
"menu": "Menu"
|
|
50
|
+
},
|
|
51
|
+
"home": {
|
|
52
|
+
"pageTitle": "Home",
|
|
53
|
+
"welcomeTo": "Welcome to",
|
|
54
|
+
"heroSubtitle": "Discover our curated collection of products crafted with care.",
|
|
55
|
+
"featuredProducts": "Featured Products"
|
|
56
|
+
},
|
|
57
|
+
"products": {
|
|
58
|
+
"pageTitle": "Products",
|
|
59
|
+
"allProducts": "All Products",
|
|
60
|
+
"searchPrefix": "Search:",
|
|
61
|
+
"loadMore": "Load More",
|
|
62
|
+
"noProducts": "No products found.",
|
|
63
|
+
"sortNewest": "Newest",
|
|
64
|
+
"sortNameAZ": "Name A-Z",
|
|
65
|
+
"sortNameZA": "Name Z-A",
|
|
66
|
+
"sortPriceLow": "Price: Low to High",
|
|
67
|
+
"sortPriceHigh": "Price: High to Low",
|
|
68
|
+
"selectOptions": "Select Options"
|
|
69
|
+
},
|
|
70
|
+
"productDetail": {
|
|
71
|
+
"notFound": "Product not found.",
|
|
72
|
+
"backToProducts": "Back to products",
|
|
73
|
+
"description": "Description",
|
|
74
|
+
"specifications": "Specifications",
|
|
75
|
+
"addToCart": "Add to Cart",
|
|
76
|
+
"addingToCart": "Adding...",
|
|
77
|
+
"addedToCart": "Added to Cart!",
|
|
78
|
+
"outOfStock": "Out of Stock",
|
|
79
|
+
"inStock": "In Stock",
|
|
80
|
+
"unavailable": "Unavailable",
|
|
81
|
+
"onlyLeft": "Only {available} left",
|
|
82
|
+
"availableInStock": "{available} in stock",
|
|
83
|
+
"decreaseQuantity": "Decrease quantity",
|
|
84
|
+
"increaseQuantity": "Increase quantity",
|
|
85
|
+
"youMayAlsoLike": "You May Also Like",
|
|
86
|
+
"similarProducts": "Similar Products",
|
|
87
|
+
"upgradeYourChoice": "Upgrade Your Choice",
|
|
88
|
+
"digitalProduct": "Digital Product",
|
|
89
|
+
"instantDownload": "Instant Download",
|
|
90
|
+
"downloadAfterPurchase": "Available for download after purchase",
|
|
91
|
+
"filesIncluded": "{count} files included",
|
|
92
|
+
"frequentlyBoughtTogether": "Frequently Bought Together",
|
|
93
|
+
"addSelectedToCart": "Add Selected to Cart",
|
|
94
|
+
"totalPrice": "Total: {price}",
|
|
95
|
+
"addingAll": "Adding..."
|
|
96
|
+
},
|
|
97
|
+
"cart": {
|
|
98
|
+
"pageTitle": "Shopping Cart",
|
|
99
|
+
"title": "Shopping Cart",
|
|
100
|
+
"emptyTitle": "Your cart is empty",
|
|
101
|
+
"emptySubtitle": "Looks like you haven't added anything to your cart yet.",
|
|
102
|
+
"proceedToCheckout": "Proceed to Checkout",
|
|
103
|
+
"orderSummary": "Order Summary",
|
|
104
|
+
"taxAtCheckout": "Calculated at checkout",
|
|
105
|
+
"youMightAlsoNeed": "You Might Also Need",
|
|
106
|
+
"freeShippingQualified": "You've got free shipping!",
|
|
107
|
+
"freeShippingRemaining": "You're {amount} away from free shipping!",
|
|
108
|
+
"upgradeFor": "Upgrade to {name} for only +{amount}",
|
|
109
|
+
"upgrade": "Upgrade",
|
|
110
|
+
"upgrading": "Upgrading...",
|
|
111
|
+
"dismissUpgrade": "Dismiss",
|
|
112
|
+
"bundleOffers": "Bundle & Save",
|
|
113
|
+
"addBundleItem": "Add & Save",
|
|
114
|
+
"addingBundle": "Adding...",
|
|
115
|
+
"selectOptions": "Select options",
|
|
116
|
+
"outOfStock": "Out of stock"
|
|
117
|
+
},
|
|
118
|
+
"checkout": {
|
|
119
|
+
"pageTitle": "Checkout",
|
|
120
|
+
"title": "Checkout",
|
|
121
|
+
"emptyCart": "Your cart is empty",
|
|
122
|
+
"emptyCartSubtitle": "Add some items to your cart before checking out.",
|
|
123
|
+
"errorTitle": "Checkout Error",
|
|
124
|
+
"returnToCart": "Return to Cart",
|
|
125
|
+
"paymentCanceledBanner": "Payment was canceled. You can try again or change your payment method.",
|
|
126
|
+
"orderSummary": "Order Summary",
|
|
127
|
+
"stepMethod": "Method",
|
|
128
|
+
"stepAddress": "Address",
|
|
129
|
+
"stepShipping": "Shipping",
|
|
130
|
+
"stepPickup": "Pickup",
|
|
131
|
+
"stepPayment": "Payment",
|
|
132
|
+
"deliveryMethod": "Delivery Method",
|
|
133
|
+
"shipToAddress": "Ship to address",
|
|
134
|
+
"shipToAddressDesc": "Delivered to your shipping address",
|
|
135
|
+
"pickUpInStore": "Pick up in store",
|
|
136
|
+
"pickUpInStoreDesc": "Collect from a pickup location",
|
|
137
|
+
"shippingAddress": "Shipping Address",
|
|
138
|
+
"contactInfo": "Contact Information",
|
|
139
|
+
"stepContactInfo": "Contact",
|
|
140
|
+
"changeMethod": "Change method",
|
|
141
|
+
"editAddress": "Edit address",
|
|
142
|
+
"shippingMethod": "Shipping Method",
|
|
143
|
+
"noShippingOptions": "No shipping options available for this address.",
|
|
144
|
+
"noShippingOptionsHint": "Please try a different address or contact support.",
|
|
145
|
+
"estimatedDelivery": "Estimated delivery:",
|
|
146
|
+
"pickupLocation": "Pickup Location",
|
|
147
|
+
"selectPickupLocation": "Select pickup location",
|
|
148
|
+
"pickupLocationRequired": "Please select a pickup location",
|
|
149
|
+
"yourDetails": "Your details",
|
|
150
|
+
"continueToPayment": "Continue to Payment",
|
|
151
|
+
"changePickup": "Change pickup",
|
|
152
|
+
"changeShipping": "Change shipping",
|
|
153
|
+
"payment": "Payment",
|
|
154
|
+
"preparingPayment": "Preparing payment...",
|
|
155
|
+
"loadingPaymentOptions": "Loading payment options...",
|
|
156
|
+
"paymentNotConfigured": "Payment Not Configured",
|
|
157
|
+
"paymentNotConfiguredDesc": "Payment has not been set up for this store yet. Please contact the store owner.",
|
|
158
|
+
"paymentError": "Payment Error",
|
|
159
|
+
"sandboxTitle": "Sandbox Mode",
|
|
160
|
+
"sandboxDescription": "This is a test order. No real payment will be processed.",
|
|
161
|
+
"completeTestOrder": "Complete Test Order",
|
|
162
|
+
"redirectingToPayment": "Redirecting to payment provider...",
|
|
163
|
+
"redirectingHint": "If you are not redirected automatically, ",
|
|
164
|
+
"clickHere": "click here",
|
|
165
|
+
"calculatedAtCheckout": "Calculated at checkout",
|
|
166
|
+
"calculatedAfterAddress": "Calculated after address entry",
|
|
167
|
+
"noTax": "No tax",
|
|
168
|
+
"failedToStartCheckout": "Unable to start checkout. Please try again.",
|
|
169
|
+
"cartIsEmpty": "Your cart is empty.",
|
|
170
|
+
"failedToInitCheckout": "Failed to initialize checkout",
|
|
171
|
+
"failedToSaveAddress": "Failed to save address",
|
|
172
|
+
"failedToSelectShipping": "Failed to select shipping",
|
|
173
|
+
"failedToSetDeliveryMethod": "Failed to set delivery method",
|
|
174
|
+
"failedToSelectPickup": "Failed to select pickup location",
|
|
175
|
+
"failedToLoadPaymentSdk": "Failed to load payment SDK",
|
|
176
|
+
"paymentTimedOut": "Payment session timed out. Please try again.",
|
|
177
|
+
"addToYourOrder": "Add to your order",
|
|
178
|
+
"selectOptions": "Select options",
|
|
179
|
+
"outOfStock": "Out of stock"
|
|
180
|
+
},
|
|
181
|
+
"checkoutForm": {
|
|
182
|
+
"email": "Email",
|
|
183
|
+
"firstName": "First Name",
|
|
184
|
+
"lastName": "Last Name",
|
|
185
|
+
"country": "Country",
|
|
186
|
+
"selectCountry": "Select country",
|
|
187
|
+
"stateRegion": "State / Region",
|
|
188
|
+
"selectRegion": "Select region",
|
|
189
|
+
"address": "Address",
|
|
190
|
+
"streetAddress": "Street address",
|
|
191
|
+
"apartmentSuite": "Apartment, suite, etc.",
|
|
192
|
+
"aptPlaceholder": "Apt, suite, unit, etc. (optional)",
|
|
193
|
+
"city": "City",
|
|
194
|
+
"postalCode": "Postal Code",
|
|
195
|
+
"phone": "Phone",
|
|
196
|
+
"phonePlaceholder": "+1234567890 (optional)",
|
|
197
|
+
"continueToShipping": "Continue to Shipping",
|
|
198
|
+
"continueToPayment": "Continue to Payment",
|
|
199
|
+
"countryPlaceholder": "e.g. US, IL, GB",
|
|
200
|
+
"emailRequired": "Email is required",
|
|
201
|
+
"emailInvalid": "Please enter a valid email",
|
|
202
|
+
"firstNameRequired": "First name is required",
|
|
203
|
+
"lastNameRequired": "Last name is required",
|
|
204
|
+
"addressRequired": "Address is required",
|
|
205
|
+
"cityRequired": "City is required",
|
|
206
|
+
"postalCodeRequired": "Postal code is required",
|
|
207
|
+
"countryRequired": "Country is required",
|
|
208
|
+
"privacyAcceptPrefix": "I have read and agree to the",
|
|
209
|
+
"privacyPolicyLink": "Privacy Policy",
|
|
210
|
+
"privacyRequired": "You must accept the privacy policy to continue",
|
|
211
|
+
"acceptsMarketing": "Send me news, promotions, and updates by email",
|
|
212
|
+
"saveDetailsForNextTime": "Save my details for faster checkout next time"
|
|
213
|
+
},
|
|
214
|
+
"auth": {
|
|
215
|
+
"loginPageTitle": "Sign In",
|
|
216
|
+
"registerPageTitle": "Create Account",
|
|
217
|
+
"welcomeBack": "Welcome back",
|
|
218
|
+
"signInSubtitle": "Sign in to your account to continue",
|
|
219
|
+
"signIn": "Sign In",
|
|
220
|
+
"signingIn": "Signing in...",
|
|
221
|
+
"noAccount": "Don't have an account?",
|
|
222
|
+
"createOne": "Create one",
|
|
223
|
+
"createAccountTitle": "Create an account",
|
|
224
|
+
"joinSubtitle": "Join us to start shopping",
|
|
225
|
+
"creatingAccount": "Creating account...",
|
|
226
|
+
"createAccount": "Create Account",
|
|
227
|
+
"alreadyHaveAccount": "Already have an account?",
|
|
228
|
+
"email": "Email",
|
|
229
|
+
"emailPlaceholder": "you@example.com",
|
|
230
|
+
"password": "Password",
|
|
231
|
+
"passwordPlaceholder": "Enter your password",
|
|
232
|
+
"firstNamePlaceholder": "Jane",
|
|
233
|
+
"lastNamePlaceholder": "Doe",
|
|
234
|
+
"atLeastChars": "At least 6 characters",
|
|
235
|
+
"orContinueWith": "or continue with",
|
|
236
|
+
"tooShort": "Too short",
|
|
237
|
+
"weak": "Weak",
|
|
238
|
+
"fair": "Fair",
|
|
239
|
+
"good": "Good",
|
|
240
|
+
"strong": "Strong",
|
|
241
|
+
"google": "Google",
|
|
242
|
+
"facebook": "Facebook",
|
|
243
|
+
"github": "GitHub",
|
|
244
|
+
"verifyTitle": "Verify your email",
|
|
245
|
+
"verifySubtitle": "Enter the 6-digit code we sent to your email address.",
|
|
246
|
+
"digitAriaLabel": "Digit",
|
|
247
|
+
"verifying": "Verifying...",
|
|
248
|
+
"verifyButton": "Verify Email",
|
|
249
|
+
"didntReceive": "Didn't receive the code?",
|
|
250
|
+
"sending": "Sending...",
|
|
251
|
+
"resendIn": "Resend in",
|
|
252
|
+
"secondsSuffix": "s",
|
|
253
|
+
"resendCode": "Resend code",
|
|
254
|
+
"verificationInvalid": "Verification link invalid",
|
|
255
|
+
"verificationInvalidDesc": "This verification link is missing required information. Please try registering again.",
|
|
256
|
+
"goToRegister": "Go to Register",
|
|
257
|
+
"authFailed": "Authentication failed",
|
|
258
|
+
"authFailedDesc": "Missing authentication parameters. Please try again.",
|
|
259
|
+
"backToLogin": "Back to Login",
|
|
260
|
+
"completingSignIn": "Completing sign in...",
|
|
261
|
+
"forgotPassword": "Forgot password?",
|
|
262
|
+
"forgotPasswordTitle": "Reset your password",
|
|
263
|
+
"forgotPasswordSubtitle": "Enter your email and we'll send you a reset link.",
|
|
264
|
+
"sendResetLink": "Send Reset Link",
|
|
265
|
+
"sendingResetLink": "Sending...",
|
|
266
|
+
"resetLinkSent": "If an account exists with this email, you'll receive a password reset link shortly.",
|
|
267
|
+
"resetPasswordTitle": "Set new password",
|
|
268
|
+
"resetPasswordSubtitle": "Enter your new password below.",
|
|
269
|
+
"newPassword": "New Password",
|
|
270
|
+
"newPasswordPlaceholder": "Enter new password",
|
|
271
|
+
"confirmPassword": "Confirm Password",
|
|
272
|
+
"confirmPasswordPlaceholder": "Re-enter new password",
|
|
273
|
+
"resetPassword": "Reset Password",
|
|
274
|
+
"resettingPassword": "Resetting...",
|
|
275
|
+
"passwordResetSuccess": "Password reset successfully! Redirecting to login...",
|
|
276
|
+
"passwordsMustMatch": "Passwords must match",
|
|
277
|
+
"invalidResetLink": "Invalid reset link",
|
|
278
|
+
"invalidResetLinkDesc": "This password reset link is invalid or has expired. Please request a new one.",
|
|
279
|
+
"privacyAcceptPrefix": "I have read and agree to the",
|
|
280
|
+
"privacyPolicyLink": "Privacy Policy",
|
|
281
|
+
"privacyRequired": "You must accept the privacy policy to continue",
|
|
282
|
+
"acceptsMarketing": "Send me news, promotions, and updates by email"
|
|
283
|
+
},
|
|
284
|
+
"account": {
|
|
285
|
+
"pageTitle": "My Account",
|
|
286
|
+
"myAccount": "My Account",
|
|
287
|
+
"signOut": "Sign out",
|
|
288
|
+
"orderHistory": "Order History",
|
|
289
|
+
"noOrders": "No orders yet",
|
|
290
|
+
"noOrdersDesc": "Your order history will appear here after your first purchase.",
|
|
291
|
+
"verified": "Verified",
|
|
292
|
+
"unverified": "Unverified",
|
|
293
|
+
"memberSince": "Member since",
|
|
294
|
+
"orderPrefix": "Order",
|
|
295
|
+
"productFallback": "Product",
|
|
296
|
+
"statusPending": "Pending",
|
|
297
|
+
"statusProcessing": "Processing",
|
|
298
|
+
"statusShipped": "Shipped",
|
|
299
|
+
"statusDelivered": "Delivered",
|
|
300
|
+
"statusCancelled": "Cancelled",
|
|
301
|
+
"statusRefunded": "Refunded",
|
|
302
|
+
"editProfile": "Edit Profile",
|
|
303
|
+
"firstName": "First Name",
|
|
304
|
+
"lastName": "Last Name",
|
|
305
|
+
"phone": "Phone",
|
|
306
|
+
"save": "Save",
|
|
307
|
+
"cancel": "Cancel",
|
|
308
|
+
"profileUpdated": "Profile updated successfully",
|
|
309
|
+
"profileUpdateFailed": "Failed to update profile",
|
|
310
|
+
"downloads": "Downloads",
|
|
311
|
+
"downloadFile": "Download",
|
|
312
|
+
"downloadsRemaining": "{used} of {limit} downloads used",
|
|
313
|
+
"unlimitedDownloads": "Unlimited downloads",
|
|
314
|
+
"expiresAt": "Expires {date}",
|
|
315
|
+
"noExpiry": "No expiry",
|
|
316
|
+
"addressBook": "Address Book",
|
|
317
|
+
"addAddress": "Add Address",
|
|
318
|
+
"editAddress": "Edit Address",
|
|
319
|
+
"deleteAddress": "Delete",
|
|
320
|
+
"setDefault": "Set as default",
|
|
321
|
+
"defaultAddress": "Default",
|
|
322
|
+
"noAddresses": "No saved addresses yet.",
|
|
323
|
+
"addressSaved": "Address saved",
|
|
324
|
+
"addressDeleted": "Address deleted",
|
|
325
|
+
"addressLabel": "Label (e.g. Home, Work)",
|
|
326
|
+
"line1": "Street Address",
|
|
327
|
+
"line2": "Apt, Suite, etc.",
|
|
328
|
+
"city": "City",
|
|
329
|
+
"region": "State / Region",
|
|
330
|
+
"postalCode": "Postal Code",
|
|
331
|
+
"country": "Country",
|
|
332
|
+
"isDefault": "Set as my default address"
|
|
333
|
+
},
|
|
334
|
+
"checkoutAddress": {
|
|
335
|
+
"saveToProfile": "Save this address to my profile?",
|
|
336
|
+
"saveYes": "Save",
|
|
337
|
+
"saveNo": "No thanks",
|
|
338
|
+
"addressSaved": "Address saved to your profile"
|
|
339
|
+
},
|
|
340
|
+
"orderConfirmation": {
|
|
341
|
+
"pageTitle": "Order Confirmation",
|
|
342
|
+
"confirming": "Confirming your order...",
|
|
343
|
+
"confirmingHint": "This may take a few seconds.",
|
|
344
|
+
"errorTitle": "Something went wrong",
|
|
345
|
+
"errorChargedHint": "If you were charged, your order may still be processing. Please check your email for a confirmation.",
|
|
346
|
+
"returnHome": "Return Home",
|
|
347
|
+
"thankYou": "Thank you for your order!",
|
|
348
|
+
"orderNumber": "Order Number:",
|
|
349
|
+
"confirmationEmail": "We've sent a confirmation email with your order details.",
|
|
350
|
+
"viewOrders": "View Orders",
|
|
351
|
+
"paymentReceived": "Payment received!",
|
|
352
|
+
"orderProcessing": "Your order is being processed. You'll receive a confirmation email shortly with your order details.",
|
|
353
|
+
"missingCheckoutInfo": "Missing checkout information.",
|
|
354
|
+
"yourDownloads": "Your Downloads",
|
|
355
|
+
"download": "Download"
|
|
356
|
+
},
|
|
357
|
+
"reservation": {
|
|
358
|
+
"expired": "Reservation expired. Items may no longer be available.",
|
|
359
|
+
"hurry": "Hurry!",
|
|
360
|
+
"reservedFor": "Items reserved for"
|
|
361
|
+
},
|
|
362
|
+
"coupon": {
|
|
363
|
+
"placeholder": "Coupon code",
|
|
364
|
+
"invalidCode": "Invalid coupon code"
|
|
365
|
+
}
|
|
366
|
+
}
|