@weareconceptstudio/account 0.0.8 → 0.0.9
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/components/TotalCheckout/index.js +13 -18
- package/dist/components/TotalCheckout/style.js +0 -7
- package/dist/components/cart/EmptyCart/index.js +3 -3
- package/dist/components/cart/EmptyCart/style.js +1 -1
- package/dist/components/cart/Items/Simple/Item/index.js +8 -9
- package/dist/components/cart/Items/Simple/ItemMobile/index.js +12 -22
- package/dist/components/cart/Items/Simple/index.js +10 -9
- package/dist/components/cart/Items/Simple/style.js +14 -7
- package/dist/components/ui/AccountButton/index.js +5 -2
- package/dist/components/ui/AccountButton/style.js +3 -1
- package/dist/templates/AccountTemplate/index.js +1 -1
- package/dist/templates/AccountTemplate/style.js +0 -6
- package/dist/templates/CartTemplate/index.js +9 -7
- package/dist/templates/CheckoutTemplate/StepReview/index.d.ts +3 -1
- package/dist/templates/CheckoutTemplate/StepReview/index.js +10 -2
- package/dist/templates/CheckoutTemplate/index.d.ts +2 -1
- package/dist/templates/CheckoutTemplate/index.js +5 -6
- package/dist/translations/hy.d.ts +69 -65
- package/dist/translations/hy.js +177 -161
- package/dist/translations/index.d.ts +136 -158
- package/dist/translations/ru.d.ts +67 -93
- package/dist/translations/ru.js +177 -191
- package/package.json +1 -1
|
@@ -167,33 +167,21 @@ declare const _default: {
|
|
|
167
167
|
confirmMessageDesc: string;
|
|
168
168
|
};
|
|
169
169
|
hy: {
|
|
170
|
-
saveAndApply: string;
|
|
171
|
-
addNewAdd: string;
|
|
172
170
|
editCart: string;
|
|
173
171
|
shopNow: string;
|
|
174
|
-
firstName: string;
|
|
175
|
-
lastName: string;
|
|
176
|
-
email: string;
|
|
177
|
-
phone: string;
|
|
178
|
-
password: string;
|
|
179
172
|
noData: string;
|
|
180
|
-
contactUs: string;
|
|
181
173
|
privacyPolicy: string;
|
|
182
174
|
welcomeBack: string;
|
|
183
175
|
login: string;
|
|
184
|
-
forgotPasswordLink: string;
|
|
185
176
|
accountText: string;
|
|
186
177
|
joinNow: string;
|
|
178
|
+
forgotPasswordLink: string;
|
|
187
179
|
forgotPassword: string;
|
|
188
180
|
forgotPasswordDescription: string;
|
|
189
|
-
submit: string;
|
|
190
181
|
thankYou: string;
|
|
191
182
|
recoveryText: string;
|
|
192
183
|
tryAgainText: string;
|
|
193
184
|
tryAgain: string;
|
|
194
|
-
newPassword: string;
|
|
195
|
-
confirmNewPassword: string;
|
|
196
|
-
resetPassword: string;
|
|
197
185
|
successfullyMessage: string;
|
|
198
186
|
registration: string;
|
|
199
187
|
alreadyHaveAnAccount: string;
|
|
@@ -212,64 +200,72 @@ declare const _default: {
|
|
|
212
200
|
codeResendSuccessTitle: string;
|
|
213
201
|
codeResendSuccessSubtitle: string;
|
|
214
202
|
myAccount: string;
|
|
203
|
+
accountInformation: string;
|
|
215
204
|
accountSettings: string;
|
|
216
205
|
orderHistory: string;
|
|
217
|
-
addresses: string;
|
|
218
|
-
address: string;
|
|
219
206
|
signOut: string;
|
|
220
|
-
|
|
221
|
-
edit: string;
|
|
207
|
+
firstName: string;
|
|
222
208
|
first_name: string;
|
|
209
|
+
firstNamePlaceholder: string;
|
|
223
210
|
last_name: string;
|
|
224
|
-
|
|
211
|
+
lastName: string;
|
|
212
|
+
lastNamePlaceholder: string;
|
|
225
213
|
email_: string;
|
|
214
|
+
emailPlaceholder: string;
|
|
215
|
+
email: string;
|
|
216
|
+
phone: string;
|
|
217
|
+
phone_: string;
|
|
218
|
+
phone_input: string;
|
|
219
|
+
phonePlaceholder: string;
|
|
220
|
+
password: string;
|
|
226
221
|
password_: string;
|
|
227
222
|
password_title: string;
|
|
228
|
-
cancel: string;
|
|
229
|
-
phone_input: string;
|
|
230
|
-
enterCurrentPassword: string;
|
|
231
|
-
enterNewPassword: string;
|
|
232
|
-
firstNamePlaceholder: string;
|
|
233
|
-
lastNamePlaceholder: string;
|
|
234
|
-
emailPlaceholder: string;
|
|
235
223
|
passwordPlaceholder: string;
|
|
236
|
-
|
|
224
|
+
enterCurrentPassword: string;
|
|
237
225
|
enterCurrentPasswordPlaceholder: string;
|
|
226
|
+
enterNewPassword: string;
|
|
238
227
|
enterNewPasswordPlaceholder: string;
|
|
239
228
|
newPasswordPlaceholder: string;
|
|
240
229
|
confirmNewPasswordPlaceholder: string;
|
|
230
|
+
recoverPassword: string;
|
|
231
|
+
recoverPasswordDesc: string;
|
|
232
|
+
newPassword: string;
|
|
233
|
+
confirmNewPassword: string;
|
|
234
|
+
resetPassword: string;
|
|
241
235
|
emptyTitle: string;
|
|
242
236
|
emptyDesc: string;
|
|
237
|
+
cancel: string;
|
|
238
|
+
canceled: string;
|
|
239
|
+
backToList: string;
|
|
240
|
+
saveChanges: string;
|
|
241
|
+
continueToShop: string;
|
|
242
|
+
saveAndApply: string;
|
|
243
|
+
remove: string;
|
|
244
|
+
goHome: string;
|
|
245
|
+
change: string;
|
|
246
|
+
edit: string;
|
|
247
|
+
submit: string;
|
|
248
|
+
orderItems: string;
|
|
243
249
|
orderDate: string;
|
|
244
250
|
totalItems: string;
|
|
245
251
|
orderNumber: string;
|
|
246
252
|
orderStatus: string;
|
|
247
253
|
totalPrice: string;
|
|
248
254
|
viewOrder: string;
|
|
249
|
-
sortBy: string;
|
|
250
|
-
sortByWithSymbol: string;
|
|
251
|
-
delivered: string;
|
|
252
|
-
canceled: string;
|
|
253
255
|
inProgress: string;
|
|
254
256
|
orderDetails: string;
|
|
255
257
|
deliverDate: string;
|
|
258
|
+
sortBy: string;
|
|
259
|
+
sortByWithSymbol: string;
|
|
260
|
+
delivered: string;
|
|
261
|
+
addresses: string;
|
|
262
|
+
address: string;
|
|
256
263
|
shippingAndBillingInfo: string;
|
|
257
264
|
shippedTo: string;
|
|
258
|
-
|
|
259
|
-
item: string;
|
|
260
|
-
quantity: string;
|
|
261
|
-
price: string;
|
|
262
|
-
total: string;
|
|
263
|
-
orderItems: string;
|
|
264
|
-
billedTo: string;
|
|
265
|
-
color: string;
|
|
266
|
-
size: string;
|
|
267
|
-
clearAll: string;
|
|
265
|
+
addNewAdd: string;
|
|
268
266
|
shippingAddress: string;
|
|
269
267
|
billingAddress: string;
|
|
270
268
|
emptyAddress: string;
|
|
271
|
-
default: string;
|
|
272
|
-
remove: string;
|
|
273
269
|
deleteAddressMessage: string;
|
|
274
270
|
confirmDeleteAddress: string;
|
|
275
271
|
addNewAddress: string;
|
|
@@ -287,6 +283,32 @@ declare const _default: {
|
|
|
287
283
|
defaultAddress: string;
|
|
288
284
|
defaultShippingAddress: string;
|
|
289
285
|
defaultBillingAddress: string;
|
|
286
|
+
addToCart: string;
|
|
287
|
+
addedToCart: string;
|
|
288
|
+
quantityWithSymbol: string;
|
|
289
|
+
free: string;
|
|
290
|
+
shippingCost: string;
|
|
291
|
+
cartEmpty: string;
|
|
292
|
+
cartEmptyDesc: string;
|
|
293
|
+
orderSummary: string;
|
|
294
|
+
subtotal: string;
|
|
295
|
+
shipping: string;
|
|
296
|
+
myCart: string;
|
|
297
|
+
proceedToCheckout: string;
|
|
298
|
+
continueShopping: string;
|
|
299
|
+
proceedToPayment: string;
|
|
300
|
+
checkoutCommentPlaceholder: string;
|
|
301
|
+
item: string;
|
|
302
|
+
quantity: string;
|
|
303
|
+
price: string;
|
|
304
|
+
total: string;
|
|
305
|
+
yourSettingsHaveBeenSaved: string;
|
|
306
|
+
yourPasswordHaveBeenChanged: string;
|
|
307
|
+
removeAccount: string;
|
|
308
|
+
deleteYourAccount: string;
|
|
309
|
+
deleteYourAccountDesc: string;
|
|
310
|
+
billedTo: string;
|
|
311
|
+
default: string;
|
|
290
312
|
country: string;
|
|
291
313
|
countryPlaceholder: string;
|
|
292
314
|
address_1: string;
|
|
@@ -297,66 +319,36 @@ declare const _default: {
|
|
|
297
319
|
zipCodePlaceholder: string;
|
|
298
320
|
city: string;
|
|
299
321
|
cityPlaceholder: string;
|
|
300
|
-
address_1IsRequired: string;
|
|
301
|
-
cityIsRequired: string;
|
|
302
|
-
zip_codeIsRequired: string;
|
|
303
322
|
done: string;
|
|
304
|
-
outOfStock: string;
|
|
305
|
-
cartEmpty: string;
|
|
306
|
-
cartEmptyDesc: string;
|
|
307
|
-
orderSummary: string;
|
|
308
|
-
subtotal: string;
|
|
309
|
-
shipping: string;
|
|
310
|
-
proceedToCheckout: string;
|
|
311
|
-
continueShopping: string;
|
|
312
|
-
myCart: string;
|
|
313
|
-
addToWishlist: string;
|
|
314
|
-
productDetails: string;
|
|
315
|
-
shippingInformation: string;
|
|
316
|
-
productSku: string;
|
|
317
|
-
colorCode: string;
|
|
318
|
-
message404Title: string;
|
|
319
|
-
message404Desc: string;
|
|
320
|
-
goHome: string;
|
|
321
323
|
useAlsoBillingAddress: string;
|
|
322
|
-
|
|
324
|
+
shippingInformation: string;
|
|
323
325
|
payment: string;
|
|
324
326
|
confirmation: string;
|
|
325
|
-
change: string;
|
|
326
327
|
billing: string;
|
|
327
328
|
selectShippingAddress: string;
|
|
328
329
|
selectBillingAddress: string;
|
|
330
|
+
all: string;
|
|
331
|
+
by: string;
|
|
332
|
+
view: string;
|
|
329
333
|
confirmMessageTitle: string;
|
|
330
|
-
|
|
334
|
+
confirmMessageDesc: string;
|
|
331
335
|
};
|
|
332
336
|
ru: {
|
|
333
|
-
saveAndApply: string;
|
|
334
|
-
addNewAdd: string;
|
|
335
337
|
editCart: string;
|
|
336
338
|
shopNow: string;
|
|
337
|
-
firstName: string;
|
|
338
|
-
lastName: string;
|
|
339
|
-
email: string;
|
|
340
|
-
phone: string;
|
|
341
|
-
password: string;
|
|
342
339
|
noData: string;
|
|
343
|
-
contactUs: string;
|
|
344
340
|
privacyPolicy: string;
|
|
345
341
|
welcomeBack: string;
|
|
346
342
|
login: string;
|
|
347
|
-
forgotPasswordLink: string;
|
|
348
343
|
accountText: string;
|
|
349
344
|
joinNow: string;
|
|
345
|
+
forgotPasswordLink: string;
|
|
350
346
|
forgotPassword: string;
|
|
351
347
|
forgotPasswordDescription: string;
|
|
352
|
-
submit: string;
|
|
353
348
|
thankYou: string;
|
|
354
349
|
recoveryText: string;
|
|
355
350
|
tryAgainText: string;
|
|
356
351
|
tryAgain: string;
|
|
357
|
-
newPassword: string;
|
|
358
|
-
confirmNewPassword: string;
|
|
359
|
-
resetPassword: string;
|
|
360
352
|
successfullyMessage: string;
|
|
361
353
|
registration: string;
|
|
362
354
|
alreadyHaveAnAccount: string;
|
|
@@ -375,64 +367,72 @@ declare const _default: {
|
|
|
375
367
|
codeResendSuccessTitle: string;
|
|
376
368
|
codeResendSuccessSubtitle: string;
|
|
377
369
|
myAccount: string;
|
|
370
|
+
accountInformation: string;
|
|
378
371
|
accountSettings: string;
|
|
379
372
|
orderHistory: string;
|
|
380
|
-
addresses: string;
|
|
381
|
-
address: string;
|
|
382
373
|
signOut: string;
|
|
383
|
-
|
|
384
|
-
edit: string;
|
|
374
|
+
firstName: string;
|
|
385
375
|
first_name: string;
|
|
376
|
+
firstNamePlaceholder: string;
|
|
386
377
|
last_name: string;
|
|
387
|
-
|
|
378
|
+
lastName: string;
|
|
379
|
+
lastNamePlaceholder: string;
|
|
388
380
|
email_: string;
|
|
381
|
+
emailPlaceholder: string;
|
|
382
|
+
email: string;
|
|
383
|
+
phone: string;
|
|
384
|
+
phone_: string;
|
|
385
|
+
phone_input: string;
|
|
386
|
+
phonePlaceholder: string;
|
|
387
|
+
password: string;
|
|
389
388
|
password_: string;
|
|
390
389
|
password_title: string;
|
|
391
|
-
cancel: string;
|
|
392
|
-
phone_input: string;
|
|
393
|
-
enterCurrentPassword: string;
|
|
394
|
-
enterNewPassword: string;
|
|
395
|
-
firstNamePlaceholder: string;
|
|
396
|
-
lastNamePlaceholder: string;
|
|
397
|
-
emailPlaceholder: string;
|
|
398
390
|
passwordPlaceholder: string;
|
|
399
|
-
|
|
391
|
+
enterCurrentPassword: string;
|
|
400
392
|
enterCurrentPasswordPlaceholder: string;
|
|
393
|
+
enterNewPassword: string;
|
|
401
394
|
enterNewPasswordPlaceholder: string;
|
|
402
395
|
newPasswordPlaceholder: string;
|
|
403
396
|
confirmNewPasswordPlaceholder: string;
|
|
397
|
+
recoverPassword: string;
|
|
398
|
+
recoverPasswordDesc: string;
|
|
399
|
+
newPassword: string;
|
|
400
|
+
confirmNewPassword: string;
|
|
401
|
+
resetPassword: string;
|
|
404
402
|
emptyTitle: string;
|
|
405
403
|
emptyDesc: string;
|
|
404
|
+
cancel: string;
|
|
405
|
+
canceled: string;
|
|
406
|
+
backToList: string;
|
|
407
|
+
saveChanges: string;
|
|
408
|
+
continueToShop: string;
|
|
409
|
+
saveAndApply: string;
|
|
410
|
+
remove: string;
|
|
411
|
+
goHome: string;
|
|
412
|
+
change: string;
|
|
413
|
+
edit: string;
|
|
414
|
+
submit: string;
|
|
415
|
+
orderItems: string;
|
|
406
416
|
orderDate: string;
|
|
407
417
|
totalItems: string;
|
|
408
418
|
orderNumber: string;
|
|
409
419
|
orderStatus: string;
|
|
410
420
|
totalPrice: string;
|
|
411
421
|
viewOrder: string;
|
|
412
|
-
sortBy: string;
|
|
413
|
-
sortByWithSymbol: string;
|
|
414
|
-
delivered: string;
|
|
415
|
-
canceled: string;
|
|
416
422
|
inProgress: string;
|
|
417
423
|
orderDetails: string;
|
|
418
424
|
deliverDate: string;
|
|
425
|
+
sortBy: string;
|
|
426
|
+
sortByWithSymbol: string;
|
|
427
|
+
delivered: string;
|
|
428
|
+
addresses: string;
|
|
429
|
+
address: string;
|
|
419
430
|
shippingAndBillingInfo: string;
|
|
420
431
|
shippedTo: string;
|
|
421
|
-
|
|
422
|
-
item: string;
|
|
423
|
-
quantity: string;
|
|
424
|
-
price: string;
|
|
425
|
-
total: string;
|
|
426
|
-
orderItems: string;
|
|
427
|
-
billedTo: string;
|
|
428
|
-
color: string;
|
|
429
|
-
size: string;
|
|
430
|
-
clearAll: string;
|
|
432
|
+
addNewAdd: string;
|
|
431
433
|
shippingAddress: string;
|
|
432
434
|
billingAddress: string;
|
|
433
435
|
emptyAddress: string;
|
|
434
|
-
default: string;
|
|
435
|
-
remove: string;
|
|
436
436
|
deleteAddressMessage: string;
|
|
437
437
|
confirmDeleteAddress: string;
|
|
438
438
|
addNewAddress: string;
|
|
@@ -450,6 +450,32 @@ declare const _default: {
|
|
|
450
450
|
defaultAddress: string;
|
|
451
451
|
defaultShippingAddress: string;
|
|
452
452
|
defaultBillingAddress: string;
|
|
453
|
+
addToCart: string;
|
|
454
|
+
addedToCart: string;
|
|
455
|
+
quantityWithSymbol: string;
|
|
456
|
+
free: string;
|
|
457
|
+
shippingCost: string;
|
|
458
|
+
cartEmpty: string;
|
|
459
|
+
cartEmptyDesc: string;
|
|
460
|
+
orderSummary: string;
|
|
461
|
+
subtotal: string;
|
|
462
|
+
shipping: string;
|
|
463
|
+
myCart: string;
|
|
464
|
+
proceedToCheckout: string;
|
|
465
|
+
continueShopping: string;
|
|
466
|
+
proceedToPayment: string;
|
|
467
|
+
checkoutCommentPlaceholder: string;
|
|
468
|
+
item: string;
|
|
469
|
+
quantity: string;
|
|
470
|
+
price: string;
|
|
471
|
+
total: string;
|
|
472
|
+
yourSettingsHaveBeenSaved: string;
|
|
473
|
+
yourPasswordHaveBeenChanged: string;
|
|
474
|
+
removeAccount: string;
|
|
475
|
+
deleteYourAccount: string;
|
|
476
|
+
deleteYourAccountDesc: string;
|
|
477
|
+
billedTo: string;
|
|
478
|
+
default: string;
|
|
453
479
|
country: string;
|
|
454
480
|
countryPlaceholder: string;
|
|
455
481
|
address_1: string;
|
|
@@ -460,67 +486,19 @@ declare const _default: {
|
|
|
460
486
|
zipCodePlaceholder: string;
|
|
461
487
|
city: string;
|
|
462
488
|
cityPlaceholder: string;
|
|
463
|
-
address_1IsRequired: string;
|
|
464
|
-
cityIsRequired: string;
|
|
465
|
-
zip_codeIsRequired: string;
|
|
466
489
|
done: string;
|
|
467
|
-
outOfStock: string;
|
|
468
|
-
cartEmpty: string;
|
|
469
|
-
cartEmptyDesc: string;
|
|
470
|
-
orderSummary: string;
|
|
471
|
-
subtotal: string;
|
|
472
|
-
shipping: string;
|
|
473
|
-
proceedToCheckout: string;
|
|
474
|
-
continueShopping: string;
|
|
475
|
-
myCart: string;
|
|
476
|
-
addToWishlist: string;
|
|
477
|
-
productDetails: string;
|
|
478
|
-
shippingInformation: string;
|
|
479
|
-
productSku: string;
|
|
480
|
-
colorCode: string;
|
|
481
|
-
message404Title: string;
|
|
482
|
-
message404Desc: string;
|
|
483
|
-
goHome: string;
|
|
484
490
|
useAlsoBillingAddress: string;
|
|
485
|
-
|
|
491
|
+
shippingInformation: string;
|
|
486
492
|
payment: string;
|
|
487
493
|
confirmation: string;
|
|
488
|
-
change: string;
|
|
489
494
|
billing: string;
|
|
490
495
|
selectShippingAddress: string;
|
|
491
496
|
selectBillingAddress: string;
|
|
492
|
-
confirmMessageTitle: string;
|
|
493
|
-
confirmMessageDesc: string;
|
|
494
|
-
mostPopular: string;
|
|
495
|
-
trendingProducts: string;
|
|
496
|
-
youMayAlsoLike: string;
|
|
497
|
-
mostWanted: string;
|
|
498
497
|
all: string;
|
|
499
498
|
by: string;
|
|
500
|
-
read: string;
|
|
501
|
-
blogIndSendEmailText: string;
|
|
502
|
-
frequentlyAskedQuestions: string;
|
|
503
|
-
followUsDesc: string;
|
|
504
499
|
view: string;
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
resetAllFilters: string;
|
|
508
|
-
readingMaterial: string;
|
|
509
|
-
subscribeSectionPlaceholder: string;
|
|
510
|
-
subscribeSectionBtnText: string;
|
|
511
|
-
partnership: string;
|
|
512
|
-
quantityWithSymbol: string;
|
|
513
|
-
saveChanges: string;
|
|
514
|
-
yourSettingsHaveBeenSaved: string;
|
|
515
|
-
yourPasswordHaveBeenChanged: string;
|
|
516
|
-
oopsNoResults: string;
|
|
517
|
-
searchEmptyMessage: string;
|
|
518
|
-
removeAccount: string;
|
|
519
|
-
recoverPassword: string;
|
|
520
|
-
recoverPasswordDesc: string;
|
|
521
|
-
deleteYourAccount: string;
|
|
522
|
-
deleteYourAccountDesc: string;
|
|
523
|
-
loginTitle: string;
|
|
500
|
+
confirmMessageTitle: string;
|
|
501
|
+
confirmMessageDesc: string;
|
|
524
502
|
};
|
|
525
503
|
};
|
|
526
504
|
export default _default;
|
|
@@ -1,31 +1,19 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
saveAndApply: string;
|
|
3
|
-
addNewAdd: string;
|
|
4
2
|
editCart: string;
|
|
5
3
|
shopNow: string;
|
|
6
|
-
firstName: string;
|
|
7
|
-
lastName: string;
|
|
8
|
-
email: string;
|
|
9
|
-
phone: string;
|
|
10
|
-
password: string;
|
|
11
4
|
noData: string;
|
|
12
|
-
contactUs: string;
|
|
13
5
|
privacyPolicy: string;
|
|
14
6
|
welcomeBack: string;
|
|
15
7
|
login: string;
|
|
16
|
-
forgotPasswordLink: string;
|
|
17
8
|
accountText: string;
|
|
18
9
|
joinNow: string;
|
|
10
|
+
forgotPasswordLink: string;
|
|
19
11
|
forgotPassword: string;
|
|
20
12
|
forgotPasswordDescription: string;
|
|
21
|
-
submit: string;
|
|
22
13
|
thankYou: string;
|
|
23
14
|
recoveryText: string;
|
|
24
15
|
tryAgainText: string;
|
|
25
16
|
tryAgain: string;
|
|
26
|
-
newPassword: string;
|
|
27
|
-
confirmNewPassword: string;
|
|
28
|
-
resetPassword: string;
|
|
29
17
|
successfullyMessage: string;
|
|
30
18
|
registration: string;
|
|
31
19
|
alreadyHaveAnAccount: string;
|
|
@@ -44,64 +32,72 @@ declare const _default: {
|
|
|
44
32
|
codeResendSuccessTitle: string;
|
|
45
33
|
codeResendSuccessSubtitle: string;
|
|
46
34
|
myAccount: string;
|
|
35
|
+
accountInformation: string;
|
|
47
36
|
accountSettings: string;
|
|
48
37
|
orderHistory: string;
|
|
49
|
-
addresses: string;
|
|
50
|
-
address: string;
|
|
51
38
|
signOut: string;
|
|
52
|
-
|
|
53
|
-
edit: string;
|
|
39
|
+
firstName: string;
|
|
54
40
|
first_name: string;
|
|
41
|
+
firstNamePlaceholder: string;
|
|
55
42
|
last_name: string;
|
|
56
|
-
|
|
43
|
+
lastName: string;
|
|
44
|
+
lastNamePlaceholder: string;
|
|
57
45
|
email_: string;
|
|
46
|
+
emailPlaceholder: string;
|
|
47
|
+
email: string;
|
|
48
|
+
phone: string;
|
|
49
|
+
phone_: string;
|
|
50
|
+
phone_input: string;
|
|
51
|
+
phonePlaceholder: string;
|
|
52
|
+
password: string;
|
|
58
53
|
password_: string;
|
|
59
54
|
password_title: string;
|
|
60
|
-
cancel: string;
|
|
61
|
-
phone_input: string;
|
|
62
|
-
enterCurrentPassword: string;
|
|
63
|
-
enterNewPassword: string;
|
|
64
|
-
firstNamePlaceholder: string;
|
|
65
|
-
lastNamePlaceholder: string;
|
|
66
|
-
emailPlaceholder: string;
|
|
67
55
|
passwordPlaceholder: string;
|
|
68
|
-
|
|
56
|
+
enterCurrentPassword: string;
|
|
69
57
|
enterCurrentPasswordPlaceholder: string;
|
|
58
|
+
enterNewPassword: string;
|
|
70
59
|
enterNewPasswordPlaceholder: string;
|
|
71
60
|
newPasswordPlaceholder: string;
|
|
72
61
|
confirmNewPasswordPlaceholder: string;
|
|
62
|
+
recoverPassword: string;
|
|
63
|
+
recoverPasswordDesc: string;
|
|
64
|
+
newPassword: string;
|
|
65
|
+
confirmNewPassword: string;
|
|
66
|
+
resetPassword: string;
|
|
73
67
|
emptyTitle: string;
|
|
74
68
|
emptyDesc: string;
|
|
69
|
+
cancel: string;
|
|
70
|
+
canceled: string;
|
|
71
|
+
backToList: string;
|
|
72
|
+
saveChanges: string;
|
|
73
|
+
continueToShop: string;
|
|
74
|
+
saveAndApply: string;
|
|
75
|
+
remove: string;
|
|
76
|
+
goHome: string;
|
|
77
|
+
change: string;
|
|
78
|
+
edit: string;
|
|
79
|
+
submit: string;
|
|
80
|
+
orderItems: string;
|
|
75
81
|
orderDate: string;
|
|
76
82
|
totalItems: string;
|
|
77
83
|
orderNumber: string;
|
|
78
84
|
orderStatus: string;
|
|
79
85
|
totalPrice: string;
|
|
80
86
|
viewOrder: string;
|
|
81
|
-
sortBy: string;
|
|
82
|
-
sortByWithSymbol: string;
|
|
83
|
-
delivered: string;
|
|
84
|
-
canceled: string;
|
|
85
87
|
inProgress: string;
|
|
86
88
|
orderDetails: string;
|
|
87
89
|
deliverDate: string;
|
|
90
|
+
sortBy: string;
|
|
91
|
+
sortByWithSymbol: string;
|
|
92
|
+
delivered: string;
|
|
93
|
+
addresses: string;
|
|
94
|
+
address: string;
|
|
88
95
|
shippingAndBillingInfo: string;
|
|
89
96
|
shippedTo: string;
|
|
90
|
-
|
|
91
|
-
item: string;
|
|
92
|
-
quantity: string;
|
|
93
|
-
price: string;
|
|
94
|
-
total: string;
|
|
95
|
-
orderItems: string;
|
|
96
|
-
billedTo: string;
|
|
97
|
-
color: string;
|
|
98
|
-
size: string;
|
|
99
|
-
clearAll: string;
|
|
97
|
+
addNewAdd: string;
|
|
100
98
|
shippingAddress: string;
|
|
101
99
|
billingAddress: string;
|
|
102
100
|
emptyAddress: string;
|
|
103
|
-
default: string;
|
|
104
|
-
remove: string;
|
|
105
101
|
deleteAddressMessage: string;
|
|
106
102
|
confirmDeleteAddress: string;
|
|
107
103
|
addNewAddress: string;
|
|
@@ -119,6 +115,32 @@ declare const _default: {
|
|
|
119
115
|
defaultAddress: string;
|
|
120
116
|
defaultShippingAddress: string;
|
|
121
117
|
defaultBillingAddress: string;
|
|
118
|
+
addToCart: string;
|
|
119
|
+
addedToCart: string;
|
|
120
|
+
quantityWithSymbol: string;
|
|
121
|
+
free: string;
|
|
122
|
+
shippingCost: string;
|
|
123
|
+
cartEmpty: string;
|
|
124
|
+
cartEmptyDesc: string;
|
|
125
|
+
orderSummary: string;
|
|
126
|
+
subtotal: string;
|
|
127
|
+
shipping: string;
|
|
128
|
+
myCart: string;
|
|
129
|
+
proceedToCheckout: string;
|
|
130
|
+
continueShopping: string;
|
|
131
|
+
proceedToPayment: string;
|
|
132
|
+
checkoutCommentPlaceholder: string;
|
|
133
|
+
item: string;
|
|
134
|
+
quantity: string;
|
|
135
|
+
price: string;
|
|
136
|
+
total: string;
|
|
137
|
+
yourSettingsHaveBeenSaved: string;
|
|
138
|
+
yourPasswordHaveBeenChanged: string;
|
|
139
|
+
removeAccount: string;
|
|
140
|
+
deleteYourAccount: string;
|
|
141
|
+
deleteYourAccountDesc: string;
|
|
142
|
+
billedTo: string;
|
|
143
|
+
default: string;
|
|
122
144
|
country: string;
|
|
123
145
|
countryPlaceholder: string;
|
|
124
146
|
address_1: string;
|
|
@@ -129,66 +151,18 @@ declare const _default: {
|
|
|
129
151
|
zipCodePlaceholder: string;
|
|
130
152
|
city: string;
|
|
131
153
|
cityPlaceholder: string;
|
|
132
|
-
address_1IsRequired: string;
|
|
133
|
-
cityIsRequired: string;
|
|
134
|
-
zip_codeIsRequired: string;
|
|
135
154
|
done: string;
|
|
136
|
-
outOfStock: string;
|
|
137
|
-
cartEmpty: string;
|
|
138
|
-
cartEmptyDesc: string;
|
|
139
|
-
orderSummary: string;
|
|
140
|
-
subtotal: string;
|
|
141
|
-
shipping: string;
|
|
142
|
-
proceedToCheckout: string;
|
|
143
|
-
continueShopping: string;
|
|
144
|
-
myCart: string;
|
|
145
|
-
addToWishlist: string;
|
|
146
|
-
productDetails: string;
|
|
147
|
-
shippingInformation: string;
|
|
148
|
-
productSku: string;
|
|
149
|
-
colorCode: string;
|
|
150
|
-
message404Title: string;
|
|
151
|
-
message404Desc: string;
|
|
152
|
-
goHome: string;
|
|
153
155
|
useAlsoBillingAddress: string;
|
|
154
|
-
|
|
156
|
+
shippingInformation: string;
|
|
155
157
|
payment: string;
|
|
156
158
|
confirmation: string;
|
|
157
|
-
change: string;
|
|
158
159
|
billing: string;
|
|
159
160
|
selectShippingAddress: string;
|
|
160
161
|
selectBillingAddress: string;
|
|
161
|
-
confirmMessageTitle: string;
|
|
162
|
-
confirmMessageDesc: string;
|
|
163
|
-
mostPopular: string;
|
|
164
|
-
trendingProducts: string;
|
|
165
|
-
youMayAlsoLike: string;
|
|
166
|
-
mostWanted: string;
|
|
167
162
|
all: string;
|
|
168
163
|
by: string;
|
|
169
|
-
read: string;
|
|
170
|
-
blogIndSendEmailText: string;
|
|
171
|
-
frequentlyAskedQuestions: string;
|
|
172
|
-
followUsDesc: string;
|
|
173
164
|
view: string;
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
resetAllFilters: string;
|
|
177
|
-
readingMaterial: string;
|
|
178
|
-
subscribeSectionPlaceholder: string;
|
|
179
|
-
subscribeSectionBtnText: string;
|
|
180
|
-
partnership: string;
|
|
181
|
-
quantityWithSymbol: string;
|
|
182
|
-
saveChanges: string;
|
|
183
|
-
yourSettingsHaveBeenSaved: string;
|
|
184
|
-
yourPasswordHaveBeenChanged: string;
|
|
185
|
-
oopsNoResults: string;
|
|
186
|
-
searchEmptyMessage: string;
|
|
187
|
-
removeAccount: string;
|
|
188
|
-
recoverPassword: string;
|
|
189
|
-
recoverPasswordDesc: string;
|
|
190
|
-
deleteYourAccount: string;
|
|
191
|
-
deleteYourAccountDesc: string;
|
|
192
|
-
loginTitle: string;
|
|
165
|
+
confirmMessageTitle: string;
|
|
166
|
+
confirmMessageDesc: string;
|
|
193
167
|
};
|
|
194
168
|
export default _default;
|