@weareconceptstudio/account 0.0.4 → 0.0.6
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/AccountProvider.d.ts +2 -1
- package/dist/AccountProvider.js +2 -2
- package/dist/components/AddressForm/index.js +1 -2
- package/dist/components/AddressItem/index.js +1 -1
- package/dist/components/AddressWrap/index.js +1 -1
- package/dist/components/EmptyOrders/index.js +1 -1
- package/dist/components/OrderedItems/index.js +1 -1
- package/dist/components/OrdersList/OrderItem/index.js +1 -1
- package/dist/components/OrdersList/index.js +2 -2
- package/dist/components/SelectShippingBilling/index.js +1 -1
- package/dist/components/TotalCheckout/index.js +1 -1
- package/dist/components/cart/Items/Simple/Item/index.js +21 -33
- package/dist/components/cart/Items/Simple/ItemMobile/index.js +11 -11
- package/dist/components/cart/Items/Simple/index.js +6 -6
- package/dist/components/cart/Items/Simple/style.js +2 -2
- package/dist/components/ui/WarningMessageForPopup/index.js +1 -1
- package/dist/templates/AccountSettingsTemplate/AccountInfo/index.js +1 -1
- package/dist/templates/AccountSettingsTemplate/AccountInfo/utils.js +6 -6
- package/dist/templates/CartTemplate/index.d.ts +4 -2
- package/dist/templates/CartTemplate/index.js +4 -4
- package/dist/templates/ForgotPasswordTemplate/index.js +1 -1
- package/dist/translations/en.d.ts +1 -29
- package/dist/translations/en.js +1 -29
- package/dist/translations/hy.d.ts +158 -0
- package/dist/translations/hy.js +157 -0
- package/dist/translations/index.d.ts +345 -29
- package/dist/translations/index.js +3 -1
- package/dist/translations/ru.d.ts +188 -0
- package/dist/translations/ru.js +187 -0
- package/package.json +1 -1
|
@@ -1,32 +1,19 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
en: {
|
|
3
|
-
login: string;
|
|
4
3
|
saveAndApply: string;
|
|
5
4
|
addNewAdd: string;
|
|
6
5
|
editCart: string;
|
|
7
6
|
shopNow: string;
|
|
8
7
|
firstName: string;
|
|
9
|
-
first_nameIsRequired: string;
|
|
10
8
|
lastName: string;
|
|
11
|
-
last_nameIsRequired: string;
|
|
12
9
|
email: string;
|
|
13
|
-
emailIsRequired: string;
|
|
14
|
-
invalidEmailAddress: string;
|
|
15
10
|
phone: string;
|
|
16
|
-
phoneIsRequired: string;
|
|
17
|
-
invalidPhoneNumber: string;
|
|
18
11
|
password: string;
|
|
19
|
-
passwordIsRequired: string;
|
|
20
|
-
invalidPassword: string;
|
|
21
|
-
invalidConfirmPassword: string;
|
|
22
|
-
password_confirmationIsRequired: string;
|
|
23
|
-
region: string;
|
|
24
|
-
regionPlaceholder: string;
|
|
25
|
-
regionIsRequired: string;
|
|
26
12
|
noData: string;
|
|
27
13
|
contactUs: string;
|
|
28
14
|
privacyPolicy: string;
|
|
29
15
|
welcomeBack: string;
|
|
16
|
+
login: string;
|
|
30
17
|
forgotPasswordLink: string;
|
|
31
18
|
accountText: string;
|
|
32
19
|
joinNow: string;
|
|
@@ -72,11 +59,8 @@ declare const _default: {
|
|
|
72
59
|
password_title: string;
|
|
73
60
|
cancel: string;
|
|
74
61
|
phone_input: string;
|
|
75
|
-
current_passwordIsRequired: string;
|
|
76
|
-
new_passwordIsRequired: string;
|
|
77
62
|
enterCurrentPassword: string;
|
|
78
63
|
enterNewPassword: string;
|
|
79
|
-
products: string;
|
|
80
64
|
firstNamePlaceholder: string;
|
|
81
65
|
lastNamePlaceholder: string;
|
|
82
66
|
emailPlaceholder: string;
|
|
@@ -191,8 +175,6 @@ declare const _default: {
|
|
|
191
175
|
partnership: string;
|
|
192
176
|
quantityWithSymbol: string;
|
|
193
177
|
saveChanges: string;
|
|
194
|
-
phone_numberIsRequired: string;
|
|
195
|
-
region_idIsRequired: string;
|
|
196
178
|
yourSettingsHaveBeenSaved: string;
|
|
197
179
|
yourPasswordHaveBeenChanged: string;
|
|
198
180
|
oopsNoResults: string;
|
|
@@ -234,20 +216,10 @@ declare const _default: {
|
|
|
234
216
|
yourReview: string;
|
|
235
217
|
upload: string;
|
|
236
218
|
submitReview: string;
|
|
237
|
-
ratingIsRequired: string;
|
|
238
|
-
titleIsRequired: string;
|
|
239
|
-
contentIsRequired: string;
|
|
240
219
|
is_recommendedIsRequired: string;
|
|
241
|
-
username: string;
|
|
242
|
-
usernamePlaceholder: string;
|
|
243
|
-
usernameIsRequired: string;
|
|
244
|
-
userName: string;
|
|
245
|
-
emptyFilterTitle: string;
|
|
246
|
-
emptyFilterDesc: string;
|
|
247
220
|
productReviewGuidelines: string;
|
|
248
221
|
archiveRegistry: string;
|
|
249
222
|
noteMessage: string;
|
|
250
|
-
addItemsToRegistry: string;
|
|
251
223
|
iRecommendThisProduct: string;
|
|
252
224
|
removeRegistryPopupTitle: string;
|
|
253
225
|
removeRegistryPopupDesc: string;
|
|
@@ -255,5 +227,349 @@ declare const _default: {
|
|
|
255
227
|
thankYouPopupDesc: string;
|
|
256
228
|
continueToShop: string;
|
|
257
229
|
};
|
|
230
|
+
hy: {
|
|
231
|
+
saveAndApply: string;
|
|
232
|
+
addNewAdd: string;
|
|
233
|
+
editCart: string;
|
|
234
|
+
shopNow: string;
|
|
235
|
+
firstName: string;
|
|
236
|
+
lastName: string;
|
|
237
|
+
email: string;
|
|
238
|
+
phone: string;
|
|
239
|
+
password: string;
|
|
240
|
+
noData: string;
|
|
241
|
+
contactUs: string;
|
|
242
|
+
privacyPolicy: string;
|
|
243
|
+
welcomeBack: string;
|
|
244
|
+
login: string;
|
|
245
|
+
forgotPasswordLink: string;
|
|
246
|
+
accountText: string;
|
|
247
|
+
joinNow: string;
|
|
248
|
+
forgotPassword: string;
|
|
249
|
+
forgotPasswordDescription: string;
|
|
250
|
+
submit: string;
|
|
251
|
+
thankYou: string;
|
|
252
|
+
recoveryText: string;
|
|
253
|
+
tryAgainText: string;
|
|
254
|
+
tryAgain: string;
|
|
255
|
+
newPassword: string;
|
|
256
|
+
confirmNewPassword: string;
|
|
257
|
+
resetPassword: string;
|
|
258
|
+
successfullyMessage: string;
|
|
259
|
+
registration: string;
|
|
260
|
+
alreadyHaveAnAccount: string;
|
|
261
|
+
signUp: string;
|
|
262
|
+
checkedText1: string;
|
|
263
|
+
checkedText2: string;
|
|
264
|
+
verifyYourEmail: string;
|
|
265
|
+
verifyText1: string;
|
|
266
|
+
verifyText2: string;
|
|
267
|
+
verify: string;
|
|
268
|
+
haveNotReceivedIt: string;
|
|
269
|
+
resendNewCode: string;
|
|
270
|
+
deleteAccountTextPart1: string;
|
|
271
|
+
deleteAccountTextPart2: string;
|
|
272
|
+
deleteAccountTextPart3: string;
|
|
273
|
+
codeResendSuccessTitle: string;
|
|
274
|
+
codeResendSuccessSubtitle: string;
|
|
275
|
+
myAccount: string;
|
|
276
|
+
accountSettings: string;
|
|
277
|
+
orderHistory: string;
|
|
278
|
+
addresses: string;
|
|
279
|
+
signOut: string;
|
|
280
|
+
accountInformation: string;
|
|
281
|
+
edit: string;
|
|
282
|
+
first_name: string;
|
|
283
|
+
last_name: string;
|
|
284
|
+
phone_: string;
|
|
285
|
+
email_: string;
|
|
286
|
+
password_: string;
|
|
287
|
+
password_title: string;
|
|
288
|
+
cancel: string;
|
|
289
|
+
phone_input: string;
|
|
290
|
+
enterCurrentPassword: string;
|
|
291
|
+
enterNewPassword: string;
|
|
292
|
+
firstNamePlaceholder: string;
|
|
293
|
+
lastNamePlaceholder: string;
|
|
294
|
+
emailPlaceholder: string;
|
|
295
|
+
passwordPlaceholder: string;
|
|
296
|
+
phonePlaceholder: string;
|
|
297
|
+
enterCurrentPasswordPlaceholder: string;
|
|
298
|
+
enterNewPasswordPlaceholder: string;
|
|
299
|
+
newPasswordPlaceholder: string;
|
|
300
|
+
confirmNewPasswordPlaceholder: string;
|
|
301
|
+
emptyTitle: string;
|
|
302
|
+
emptyDesc: string;
|
|
303
|
+
orderDate: string;
|
|
304
|
+
totalItems: string;
|
|
305
|
+
orderNumber: string;
|
|
306
|
+
orderStatus: string;
|
|
307
|
+
totalPrice: string;
|
|
308
|
+
viewOrder: string;
|
|
309
|
+
sortBy: string;
|
|
310
|
+
sortByWithSymbol: string;
|
|
311
|
+
delivered: string;
|
|
312
|
+
canceled: string;
|
|
313
|
+
inProgress: string;
|
|
314
|
+
orderDetails: string;
|
|
315
|
+
deliverDate: string;
|
|
316
|
+
shippingAndBillingInfo: string;
|
|
317
|
+
shippedTo: string;
|
|
318
|
+
backToList: string;
|
|
319
|
+
item: string;
|
|
320
|
+
quantity: string;
|
|
321
|
+
price: string;
|
|
322
|
+
total: string;
|
|
323
|
+
orderItems: string;
|
|
324
|
+
billedTo: string;
|
|
325
|
+
color: string;
|
|
326
|
+
size: string;
|
|
327
|
+
clearAll: string;
|
|
328
|
+
shippingAddress: string;
|
|
329
|
+
billingAddress: string;
|
|
330
|
+
emptyAddress: string;
|
|
331
|
+
default: string;
|
|
332
|
+
remove: string;
|
|
333
|
+
deleteAddressMessage: string;
|
|
334
|
+
confirmDeleteAddress: string;
|
|
335
|
+
addNewShippingAddress: string;
|
|
336
|
+
addNewBillingAddress: string;
|
|
337
|
+
updateYourShippingAddress: string;
|
|
338
|
+
updateYourBillingAddress: string;
|
|
339
|
+
thisYourDefaultShippingAddress: string;
|
|
340
|
+
thisYourDefaultBillingAddress: string;
|
|
341
|
+
makeYourDefaultShippingAddress: string;
|
|
342
|
+
makeYourDefaultBillingAddress: string;
|
|
343
|
+
defaultShippingAddress: string;
|
|
344
|
+
defaultBillingAddress: string;
|
|
345
|
+
country: string;
|
|
346
|
+
countryPlaceholder: string;
|
|
347
|
+
address_1: string;
|
|
348
|
+
address_1Placeholder: string;
|
|
349
|
+
address_2: string;
|
|
350
|
+
address_2Placeholder: string;
|
|
351
|
+
zipCode: string;
|
|
352
|
+
zipCodePlaceholder: string;
|
|
353
|
+
city: string;
|
|
354
|
+
cityPlaceholder: string;
|
|
355
|
+
address_1IsRequired: string;
|
|
356
|
+
cityIsRequired: string;
|
|
357
|
+
zip_codeIsRequired: string;
|
|
358
|
+
done: string;
|
|
359
|
+
outOfStock: string;
|
|
360
|
+
cartEmpty: string;
|
|
361
|
+
cartEmptyDesc: string;
|
|
362
|
+
orderSummary: string;
|
|
363
|
+
subtotal: string;
|
|
364
|
+
shipping: string;
|
|
365
|
+
proceedToCheckout: string;
|
|
366
|
+
continueShopping: string;
|
|
367
|
+
myCart: string;
|
|
368
|
+
addToWishlist: string;
|
|
369
|
+
productDetails: string;
|
|
370
|
+
shippingInformation: string;
|
|
371
|
+
productSku: string;
|
|
372
|
+
colorCode: string;
|
|
373
|
+
message404Title: string;
|
|
374
|
+
message404Desc: string;
|
|
375
|
+
goHome: string;
|
|
376
|
+
useAlsoBillingAddress: string;
|
|
377
|
+
review: string;
|
|
378
|
+
payment: string;
|
|
379
|
+
confirmation: string;
|
|
380
|
+
change: string;
|
|
381
|
+
billing: string;
|
|
382
|
+
selectShippingAddress: string;
|
|
383
|
+
selectBillingAddress: string;
|
|
384
|
+
confirmMessageTitle: string;
|
|
385
|
+
confirmMessageDescription: string;
|
|
386
|
+
};
|
|
387
|
+
ru: {
|
|
388
|
+
saveAndApply: string;
|
|
389
|
+
addNewAdd: string;
|
|
390
|
+
editCart: string;
|
|
391
|
+
shopNow: string;
|
|
392
|
+
firstName: string;
|
|
393
|
+
lastName: string;
|
|
394
|
+
email: string;
|
|
395
|
+
phone: string;
|
|
396
|
+
password: string;
|
|
397
|
+
noData: string;
|
|
398
|
+
contactUs: string;
|
|
399
|
+
privacyPolicy: string;
|
|
400
|
+
welcomeBack: string;
|
|
401
|
+
login: string;
|
|
402
|
+
forgotPasswordLink: string;
|
|
403
|
+
accountText: string;
|
|
404
|
+
joinNow: string;
|
|
405
|
+
forgotPassword: string;
|
|
406
|
+
forgotPasswordDescription: string;
|
|
407
|
+
submit: string;
|
|
408
|
+
thankYou: string;
|
|
409
|
+
recoveryText: string;
|
|
410
|
+
tryAgainText: string;
|
|
411
|
+
tryAgain: string;
|
|
412
|
+
newPassword: string;
|
|
413
|
+
confirmNewPassword: string;
|
|
414
|
+
resetPassword: string;
|
|
415
|
+
successfullyMessage: string;
|
|
416
|
+
registration: string;
|
|
417
|
+
alreadyHaveAnAccount: string;
|
|
418
|
+
signUp: string;
|
|
419
|
+
checkedText1: string;
|
|
420
|
+
checkedText2: string;
|
|
421
|
+
verifyYourEmail: string;
|
|
422
|
+
verifyText1: string;
|
|
423
|
+
verifyText2: string;
|
|
424
|
+
verify: string;
|
|
425
|
+
haveNotReceivedIt: string;
|
|
426
|
+
resendNewCode: string;
|
|
427
|
+
deleteAccountTextPart1: string;
|
|
428
|
+
deleteAccountTextPart2: string;
|
|
429
|
+
deleteAccountTextPart3: string;
|
|
430
|
+
codeResendSuccessTitle: string;
|
|
431
|
+
codeResendSuccessSubtitle: string;
|
|
432
|
+
myAccount: string;
|
|
433
|
+
accountSettings: string;
|
|
434
|
+
orderHistory: string;
|
|
435
|
+
addresses: string;
|
|
436
|
+
signOut: string;
|
|
437
|
+
accountInformation: string;
|
|
438
|
+
edit: string;
|
|
439
|
+
first_name: string;
|
|
440
|
+
last_name: string;
|
|
441
|
+
phone_: string;
|
|
442
|
+
email_: string;
|
|
443
|
+
password_: string;
|
|
444
|
+
password_title: string;
|
|
445
|
+
cancel: string;
|
|
446
|
+
phone_input: string;
|
|
447
|
+
enterCurrentPassword: string;
|
|
448
|
+
enterNewPassword: string;
|
|
449
|
+
firstNamePlaceholder: string;
|
|
450
|
+
lastNamePlaceholder: string;
|
|
451
|
+
emailPlaceholder: string;
|
|
452
|
+
passwordPlaceholder: string;
|
|
453
|
+
phonePlaceholder: string;
|
|
454
|
+
enterCurrentPasswordPlaceholder: string;
|
|
455
|
+
enterNewPasswordPlaceholder: string;
|
|
456
|
+
newPasswordPlaceholder: string;
|
|
457
|
+
confirmNewPasswordPlaceholder: string;
|
|
458
|
+
emptyTitle: string;
|
|
459
|
+
emptyDesc: string;
|
|
460
|
+
orderDate: string;
|
|
461
|
+
totalItems: string;
|
|
462
|
+
orderNumber: string;
|
|
463
|
+
orderStatus: string;
|
|
464
|
+
totalPrice: string;
|
|
465
|
+
viewOrder: string;
|
|
466
|
+
sortBy: string;
|
|
467
|
+
sortByWithSymbol: string;
|
|
468
|
+
delivered: string;
|
|
469
|
+
canceled: string;
|
|
470
|
+
inProgress: string;
|
|
471
|
+
orderDetails: string;
|
|
472
|
+
deliverDate: string;
|
|
473
|
+
shippingAndBillingInfo: string;
|
|
474
|
+
shippedTo: string;
|
|
475
|
+
backToList: string;
|
|
476
|
+
item: string;
|
|
477
|
+
quantity: string;
|
|
478
|
+
price: string;
|
|
479
|
+
total: string;
|
|
480
|
+
orderItems: string;
|
|
481
|
+
billedTo: string;
|
|
482
|
+
color: string;
|
|
483
|
+
size: string;
|
|
484
|
+
clearAll: string;
|
|
485
|
+
shippingAddress: string;
|
|
486
|
+
billingAddress: string;
|
|
487
|
+
emptyAddress: string;
|
|
488
|
+
default: string;
|
|
489
|
+
remove: string;
|
|
490
|
+
deleteAddressMessage: string;
|
|
491
|
+
confirmDeleteAddress: string;
|
|
492
|
+
addNewShippingAddress: string;
|
|
493
|
+
addNewBillingAddress: string;
|
|
494
|
+
updateYourShippingAddress: string;
|
|
495
|
+
updateYourBillingAddress: string;
|
|
496
|
+
thisYourDefaultShippingAddress: string;
|
|
497
|
+
thisYourDefaultBillingAddress: string;
|
|
498
|
+
makeYourDefaultShippingAddress: string;
|
|
499
|
+
makeYourDefaultBillingAddress: string;
|
|
500
|
+
defaultShippingAddress: string;
|
|
501
|
+
defaultBillingAddress: string;
|
|
502
|
+
country: string;
|
|
503
|
+
countryPlaceholder: string;
|
|
504
|
+
address_1: string;
|
|
505
|
+
address_1Placeholder: string;
|
|
506
|
+
address_2: string;
|
|
507
|
+
address_2Placeholder: string;
|
|
508
|
+
zipCode: string;
|
|
509
|
+
zipCodePlaceholder: string;
|
|
510
|
+
city: string;
|
|
511
|
+
cityPlaceholder: string;
|
|
512
|
+
address_1IsRequired: string;
|
|
513
|
+
cityIsRequired: string;
|
|
514
|
+
zip_codeIsRequired: string;
|
|
515
|
+
done: string;
|
|
516
|
+
outOfStock: string;
|
|
517
|
+
cartEmpty: string;
|
|
518
|
+
cartEmptyDesc: string;
|
|
519
|
+
orderSummary: string;
|
|
520
|
+
subtotal: string;
|
|
521
|
+
shipping: string;
|
|
522
|
+
proceedToCheckout: string;
|
|
523
|
+
continueShopping: string;
|
|
524
|
+
myCart: string;
|
|
525
|
+
addToWishlist: string;
|
|
526
|
+
productDetails: string;
|
|
527
|
+
shippingInformation: string;
|
|
528
|
+
productSku: string;
|
|
529
|
+
colorCode: string;
|
|
530
|
+
message404Title: string;
|
|
531
|
+
message404Desc: string;
|
|
532
|
+
goHome: string;
|
|
533
|
+
useAlsoBillingAddress: string;
|
|
534
|
+
review: string;
|
|
535
|
+
payment: string;
|
|
536
|
+
confirmation: string;
|
|
537
|
+
change: string;
|
|
538
|
+
billing: string;
|
|
539
|
+
selectShippingAddress: string;
|
|
540
|
+
selectBillingAddress: string;
|
|
541
|
+
confirmMessageTitle: string;
|
|
542
|
+
confirmMessageDesc: string;
|
|
543
|
+
mostPopular: string;
|
|
544
|
+
trendingProducts: string;
|
|
545
|
+
youMayAlsoLike: string;
|
|
546
|
+
mostWanted: string;
|
|
547
|
+
all: string;
|
|
548
|
+
by: string;
|
|
549
|
+
read: string;
|
|
550
|
+
blogIndSendEmailText: string;
|
|
551
|
+
frequentlyAskedQuestions: string;
|
|
552
|
+
followUsDesc: string;
|
|
553
|
+
view: string;
|
|
554
|
+
addToCart: string;
|
|
555
|
+
addedToCart: string;
|
|
556
|
+
resetAllFilters: string;
|
|
557
|
+
readingMaterial: string;
|
|
558
|
+
subscribeSectionPlaceholder: string;
|
|
559
|
+
subscribeSectionBtnText: string;
|
|
560
|
+
partnership: string;
|
|
561
|
+
quantityWithSymbol: string;
|
|
562
|
+
saveChanges: string;
|
|
563
|
+
yourSettingsHaveBeenSaved: string;
|
|
564
|
+
yourPasswordHaveBeenChanged: string;
|
|
565
|
+
oopsNoResults: string;
|
|
566
|
+
searchEmptyMessage: string;
|
|
567
|
+
removeAccount: string;
|
|
568
|
+
recoverPassword: string;
|
|
569
|
+
recoverPasswordDesc: string;
|
|
570
|
+
deleteYourAccount: string;
|
|
571
|
+
deleteYourAccountDesc: string;
|
|
572
|
+
loginTitle: string;
|
|
573
|
+
};
|
|
258
574
|
};
|
|
259
575
|
export default _default;
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
saveAndApply: string;
|
|
3
|
+
addNewAdd: string;
|
|
4
|
+
editCart: string;
|
|
5
|
+
shopNow: string;
|
|
6
|
+
firstName: string;
|
|
7
|
+
lastName: string;
|
|
8
|
+
email: string;
|
|
9
|
+
phone: string;
|
|
10
|
+
password: string;
|
|
11
|
+
noData: string;
|
|
12
|
+
contactUs: string;
|
|
13
|
+
privacyPolicy: string;
|
|
14
|
+
welcomeBack: string;
|
|
15
|
+
login: string;
|
|
16
|
+
forgotPasswordLink: string;
|
|
17
|
+
accountText: string;
|
|
18
|
+
joinNow: string;
|
|
19
|
+
forgotPassword: string;
|
|
20
|
+
forgotPasswordDescription: string;
|
|
21
|
+
submit: string;
|
|
22
|
+
thankYou: string;
|
|
23
|
+
recoveryText: string;
|
|
24
|
+
tryAgainText: string;
|
|
25
|
+
tryAgain: string;
|
|
26
|
+
newPassword: string;
|
|
27
|
+
confirmNewPassword: string;
|
|
28
|
+
resetPassword: string;
|
|
29
|
+
successfullyMessage: string;
|
|
30
|
+
registration: string;
|
|
31
|
+
alreadyHaveAnAccount: string;
|
|
32
|
+
signUp: string;
|
|
33
|
+
checkedText1: string;
|
|
34
|
+
checkedText2: string;
|
|
35
|
+
verifyYourEmail: string;
|
|
36
|
+
verifyText1: string;
|
|
37
|
+
verifyText2: string;
|
|
38
|
+
verify: string;
|
|
39
|
+
haveNotReceivedIt: string;
|
|
40
|
+
resendNewCode: string;
|
|
41
|
+
deleteAccountTextPart1: string;
|
|
42
|
+
deleteAccountTextPart2: string;
|
|
43
|
+
deleteAccountTextPart3: string;
|
|
44
|
+
codeResendSuccessTitle: string;
|
|
45
|
+
codeResendSuccessSubtitle: string;
|
|
46
|
+
myAccount: string;
|
|
47
|
+
accountSettings: string;
|
|
48
|
+
orderHistory: string;
|
|
49
|
+
addresses: string;
|
|
50
|
+
signOut: string;
|
|
51
|
+
accountInformation: string;
|
|
52
|
+
edit: string;
|
|
53
|
+
first_name: string;
|
|
54
|
+
last_name: string;
|
|
55
|
+
phone_: string;
|
|
56
|
+
email_: string;
|
|
57
|
+
password_: string;
|
|
58
|
+
password_title: string;
|
|
59
|
+
cancel: string;
|
|
60
|
+
phone_input: string;
|
|
61
|
+
enterCurrentPassword: string;
|
|
62
|
+
enterNewPassword: string;
|
|
63
|
+
firstNamePlaceholder: string;
|
|
64
|
+
lastNamePlaceholder: string;
|
|
65
|
+
emailPlaceholder: string;
|
|
66
|
+
passwordPlaceholder: string;
|
|
67
|
+
phonePlaceholder: string;
|
|
68
|
+
enterCurrentPasswordPlaceholder: string;
|
|
69
|
+
enterNewPasswordPlaceholder: string;
|
|
70
|
+
newPasswordPlaceholder: string;
|
|
71
|
+
confirmNewPasswordPlaceholder: string;
|
|
72
|
+
emptyTitle: string;
|
|
73
|
+
emptyDesc: string;
|
|
74
|
+
orderDate: string;
|
|
75
|
+
totalItems: string;
|
|
76
|
+
orderNumber: string;
|
|
77
|
+
orderStatus: string;
|
|
78
|
+
totalPrice: string;
|
|
79
|
+
viewOrder: string;
|
|
80
|
+
sortBy: string;
|
|
81
|
+
sortByWithSymbol: string;
|
|
82
|
+
delivered: string;
|
|
83
|
+
canceled: string;
|
|
84
|
+
inProgress: string;
|
|
85
|
+
orderDetails: string;
|
|
86
|
+
deliverDate: string;
|
|
87
|
+
shippingAndBillingInfo: string;
|
|
88
|
+
shippedTo: string;
|
|
89
|
+
backToList: string;
|
|
90
|
+
item: string;
|
|
91
|
+
quantity: string;
|
|
92
|
+
price: string;
|
|
93
|
+
total: string;
|
|
94
|
+
orderItems: string;
|
|
95
|
+
billedTo: string;
|
|
96
|
+
color: string;
|
|
97
|
+
size: string;
|
|
98
|
+
clearAll: string;
|
|
99
|
+
shippingAddress: string;
|
|
100
|
+
billingAddress: string;
|
|
101
|
+
emptyAddress: string;
|
|
102
|
+
default: string;
|
|
103
|
+
remove: string;
|
|
104
|
+
deleteAddressMessage: string;
|
|
105
|
+
confirmDeleteAddress: string;
|
|
106
|
+
addNewShippingAddress: string;
|
|
107
|
+
addNewBillingAddress: string;
|
|
108
|
+
updateYourShippingAddress: string;
|
|
109
|
+
updateYourBillingAddress: string;
|
|
110
|
+
thisYourDefaultShippingAddress: string;
|
|
111
|
+
thisYourDefaultBillingAddress: string;
|
|
112
|
+
makeYourDefaultShippingAddress: string;
|
|
113
|
+
makeYourDefaultBillingAddress: string;
|
|
114
|
+
defaultShippingAddress: string;
|
|
115
|
+
defaultBillingAddress: string;
|
|
116
|
+
country: string;
|
|
117
|
+
countryPlaceholder: string;
|
|
118
|
+
address_1: string;
|
|
119
|
+
address_1Placeholder: string;
|
|
120
|
+
address_2: string;
|
|
121
|
+
address_2Placeholder: string;
|
|
122
|
+
zipCode: string;
|
|
123
|
+
zipCodePlaceholder: string;
|
|
124
|
+
city: string;
|
|
125
|
+
cityPlaceholder: string;
|
|
126
|
+
address_1IsRequired: string;
|
|
127
|
+
cityIsRequired: string;
|
|
128
|
+
zip_codeIsRequired: string;
|
|
129
|
+
done: string;
|
|
130
|
+
outOfStock: string;
|
|
131
|
+
cartEmpty: string;
|
|
132
|
+
cartEmptyDesc: string;
|
|
133
|
+
orderSummary: string;
|
|
134
|
+
subtotal: string;
|
|
135
|
+
shipping: string;
|
|
136
|
+
proceedToCheckout: string;
|
|
137
|
+
continueShopping: string;
|
|
138
|
+
myCart: string;
|
|
139
|
+
addToWishlist: string;
|
|
140
|
+
productDetails: string;
|
|
141
|
+
shippingInformation: string;
|
|
142
|
+
productSku: string;
|
|
143
|
+
colorCode: string;
|
|
144
|
+
message404Title: string;
|
|
145
|
+
message404Desc: string;
|
|
146
|
+
goHome: string;
|
|
147
|
+
useAlsoBillingAddress: string;
|
|
148
|
+
review: string;
|
|
149
|
+
payment: string;
|
|
150
|
+
confirmation: string;
|
|
151
|
+
change: string;
|
|
152
|
+
billing: string;
|
|
153
|
+
selectShippingAddress: string;
|
|
154
|
+
selectBillingAddress: string;
|
|
155
|
+
confirmMessageTitle: string;
|
|
156
|
+
confirmMessageDesc: string;
|
|
157
|
+
mostPopular: string;
|
|
158
|
+
trendingProducts: string;
|
|
159
|
+
youMayAlsoLike: string;
|
|
160
|
+
mostWanted: string;
|
|
161
|
+
all: string;
|
|
162
|
+
by: string;
|
|
163
|
+
read: string;
|
|
164
|
+
blogIndSendEmailText: string;
|
|
165
|
+
frequentlyAskedQuestions: string;
|
|
166
|
+
followUsDesc: string;
|
|
167
|
+
view: string;
|
|
168
|
+
addToCart: string;
|
|
169
|
+
addedToCart: string;
|
|
170
|
+
resetAllFilters: string;
|
|
171
|
+
readingMaterial: string;
|
|
172
|
+
subscribeSectionPlaceholder: string;
|
|
173
|
+
subscribeSectionBtnText: string;
|
|
174
|
+
partnership: string;
|
|
175
|
+
quantityWithSymbol: string;
|
|
176
|
+
saveChanges: string;
|
|
177
|
+
yourSettingsHaveBeenSaved: string;
|
|
178
|
+
yourPasswordHaveBeenChanged: string;
|
|
179
|
+
oopsNoResults: string;
|
|
180
|
+
searchEmptyMessage: string;
|
|
181
|
+
removeAccount: string;
|
|
182
|
+
recoverPassword: string;
|
|
183
|
+
recoverPasswordDesc: string;
|
|
184
|
+
deleteYourAccount: string;
|
|
185
|
+
deleteYourAccountDesc: string;
|
|
186
|
+
loginTitle: string;
|
|
187
|
+
};
|
|
188
|
+
export default _default;
|