@weareconceptstudio/account 0.4.6 → 0.4.8

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.
Files changed (84) hide show
  1. package/dist/components/AccountButton/icons.d.ts +2 -0
  2. package/dist/components/AccountButton/icons.js +3 -0
  3. package/dist/components/AccountButton/index.js +8 -4
  4. package/dist/components/AccountButton/style.js +68 -0
  5. package/dist/components/CustomCheckbox/index.js +1 -1
  6. package/dist/components/Sequence/index.js +12 -12
  7. package/dist/components/TotalCheckout/BalanceComp/index.js +3 -3
  8. package/dist/components/TotalCheckout/BalanceComp/utils.js +2 -4
  9. package/dist/components/TotalCheckout/CommentComp/index.js +1 -1
  10. package/dist/components/TotalCheckout/FreeShippingComp/index.js +3 -3
  11. package/dist/components/TotalCheckout/PromoCodeComp/index.d.ts +3 -3
  12. package/dist/components/TotalCheckout/PromoCodeComp/index.js +7 -7
  13. package/dist/components/TotalCheckout/PromoCodeComp/utils.js +1 -3
  14. package/dist/components/TotalCheckout/Skeleton/index.js +0 -1
  15. package/dist/components/TotalCheckout/index.js +13 -13
  16. package/dist/components/WarningMessageForPopup/index.js +4 -4
  17. package/dist/modules/account/AccountBalanceTemplate/HeroBalance/ProgressBalance/index.d.ts +2 -1
  18. package/dist/modules/account/AccountBalanceTemplate/HeroBalance/ProgressBalance/index.js +9 -9
  19. package/dist/modules/account/AccountBalanceTemplate/HeroBalance/ProgressBalance/style.js +4 -0
  20. package/dist/modules/account/AccountBalanceTemplate/HeroBalance/index.d.ts +2 -1
  21. package/dist/modules/account/AccountBalanceTemplate/HeroBalance/index.js +8 -8
  22. package/dist/modules/account/AccountBalanceTemplate/HistoryBalance/ItemHistory/index.js +4 -4
  23. package/dist/modules/account/AccountBalanceTemplate/HistoryBalance/index.js +3 -3
  24. package/dist/modules/account/AccountBalanceTemplate/StatusBalance/ItemStatus/index.d.ts +2 -1
  25. package/dist/modules/account/AccountBalanceTemplate/StatusBalance/ItemStatus/index.js +6 -6
  26. package/dist/modules/account/AccountBalanceTemplate/StatusBalance/index.d.ts +2 -1
  27. package/dist/modules/account/AccountBalanceTemplate/StatusBalance/index.js +3 -3
  28. package/dist/modules/account/AccountBalanceTemplate/index.js +4 -2
  29. package/dist/modules/account/AccountSettingsTemplate/AccountInfo/index.js +10 -7
  30. package/dist/modules/account/AccountSettingsTemplate/AccountInfo/utils.js +10 -10
  31. package/dist/modules/account/AccountSettingsTemplate/AccountPassword/index.js +6 -6
  32. package/dist/modules/account/AccountSettingsTemplate/AccountPassword/utils.js +4 -4
  33. package/dist/modules/account/AccountTemplate/index.js +3 -3
  34. package/dist/modules/address/AddressForm/index.js +3 -3
  35. package/dist/modules/address/AddressItem/index.js +8 -8
  36. package/dist/modules/address/AddressWrap/index.js +5 -4
  37. package/dist/modules/address/AddressesTemplate/index.js +2 -2
  38. package/dist/modules/address/EmptyAddress/index.js +1 -1
  39. package/dist/modules/address/SelectAddress/index.js +6 -6
  40. package/dist/modules/address/SelectAddressPopup/index.js +4 -4
  41. package/dist/modules/address/ShippingBillingInfo/index.js +6 -3
  42. package/dist/modules/auth/ForgotPasswordTemplate/index.js +14 -46
  43. package/dist/modules/auth/ResetPasswordTemplate/ExpiredLink/index.js +4 -4
  44. package/dist/modules/auth/ResetPasswordTemplate/index.js +8 -10
  45. package/dist/modules/auth/ResetPasswordTemplate/utils.js +2 -2
  46. package/dist/modules/auth/SignInTemplate/index.d.ts +2 -1
  47. package/dist/modules/auth/SignInTemplate/index.js +15 -8
  48. package/dist/modules/auth/SignInTemplate/style.js +28 -0
  49. package/dist/modules/auth/SignInTemplate/utils.js +4 -4
  50. package/dist/modules/auth/SignUpTemplate/index.d.ts +2 -1
  51. package/dist/modules/auth/SignUpTemplate/index.js +13 -9
  52. package/dist/modules/auth/SignUpTemplate/style.js +28 -0
  53. package/dist/modules/auth/SignUpTemplate/utils.js +9 -9
  54. package/dist/modules/auth/VerifyEmailAddressTemplate/index.js +13 -11
  55. package/dist/modules/cart/CartTemplate/index.js +5 -5
  56. package/dist/modules/cart/EmptyCart/index.js +3 -3
  57. package/dist/modules/cart/SimpleItems/Item/index.js +1 -1
  58. package/dist/modules/cart/SimpleItems/ItemMobile/index.js +8 -3
  59. package/dist/modules/cart/SimpleItems/index.js +5 -5
  60. package/dist/modules/checkout/CheckoutTemplate/StepReview/index.js +2 -2
  61. package/dist/modules/checkout/CheckoutTemplate/StepShipping/index.js +1 -1
  62. package/dist/modules/checkout/CheckoutTemplate/index.js +1 -1
  63. package/dist/modules/checkout/ThankYouTemplate/index.js +5 -5
  64. package/dist/modules/order/EmptyOrders/index.js +3 -3
  65. package/dist/modules/order/OrderDetails/index.js +9 -9
  66. package/dist/modules/order/OrderIndividualTemplate/index.js +1 -1
  67. package/dist/modules/order/OrderStatus/index.js +1 -1
  68. package/dist/modules/order/OrderedItems/index.js +17 -14
  69. package/dist/modules/order/OrdersList/OrderItem/index.js +1 -1
  70. package/dist/modules/order/OrdersList/index.js +19 -11
  71. package/dist/modules/payment/AddNewCard/index.js +7 -4
  72. package/dist/modules/payment/Card/index.js +3 -3
  73. package/dist/modules/payment/Payment/index.js +1 -1
  74. package/dist/modules/payment/PaymentMethodItem/index.js +1 -1
  75. package/dist/modules/payment/PaymentMethodsTemplate/index.js +1 -1
  76. package/dist/modules/payment/SelectPaymentMethodPopup/index.js +3 -3
  77. package/dist/translations/en.d.ts +195 -194
  78. package/dist/translations/en.js +199 -207
  79. package/dist/translations/hy.d.ts +237 -214
  80. package/dist/translations/hy.js +237 -231
  81. package/dist/translations/index.d.ts +642 -595
  82. package/dist/translations/ru.d.ts +237 -214
  83. package/dist/translations/ru.js +237 -231
  84. package/package.json +1 -1
@@ -1,53 +1,343 @@
1
1
  declare const _default: {
2
2
  en: {
3
3
  account: {
4
- action: {
4
+ auth_account_management: {
5
+ login: string;
6
+ signUp: string;
7
+ registration: string;
8
+ joinNow: string;
9
+ signOut: string;
10
+ doNotHaveAccount: string;
11
+ alreadyHaveAnAccount: string;
12
+ deleteYourAccount: string;
13
+ deleteYourAccountDesc: string;
14
+ welcomeBack: string;
15
+ continueWidth: string;
16
+ };
17
+ password_management: {
18
+ password: string;
19
+ passwordPlaceholder: string;
20
+ resetPassword: string;
21
+ forgotPassword: string;
22
+ forgotPasswordWithSymbol: string;
23
+ forgotPasswordDescription: string;
24
+ successfullyMessage: string;
25
+ yourPasswordHaveBeenChanged: string;
26
+ enterCurrentPassword: string;
27
+ enterCurrentPasswordPlaceholder: string;
28
+ enterNewPassword: string;
29
+ enterNewPasswordPlaceholder: string;
30
+ newPassword: string;
31
+ newPasswordPlaceholder: string;
32
+ confirmNewPassword: string;
33
+ confirmNewPasswordPlaceholder: string;
34
+ };
35
+ email_verification: {
36
+ verifyYourEmail: string;
37
+ verifyText1: string;
38
+ verifyText2: string;
39
+ verify: string;
40
+ haveNotReceivedIt: string;
41
+ resendNewCode: string;
42
+ codeResendSuccessTitle: string;
43
+ codeResendSuccessSubtitle: string;
44
+ recoveryText: string;
45
+ resendNewLink: string;
46
+ };
47
+ account_info: {
48
+ myAccount: string;
49
+ accountInformation: string;
50
+ accountSettings: string;
51
+ orderHistory: string;
52
+ name: string;
53
+ namePlaceholder: string;
54
+ firstName: string;
55
+ firstNamePlaceholder: string;
56
+ lastName: string;
57
+ lastNamePlaceholder: string;
58
+ email: string;
59
+ emailPlaceholder: string;
60
+ phone: string;
61
+ phonePlaceholder: string;
62
+ };
63
+ cart_checkout: {
64
+ editCart: string;
65
+ cartEmpty: string;
66
+ cartEmptyDesc: string;
67
+ myCart: string;
68
+ orderSummary: string;
69
+ subtotal: string;
70
+ proceedToCheckout: string;
71
+ proceedToPayment: string;
72
+ checkoutCommentPlaceholder: string;
73
+ };
74
+ order_management: {
75
+ orderItems: string;
76
+ orderDate: string;
77
+ totalItems: string;
78
+ orderNumber: string;
79
+ orderStatus: string;
80
+ totalPrice: string;
81
+ viewOrder: string;
82
+ orderDetails: string;
83
+ inProgress: string;
84
+ processing: string;
85
+ completed: string;
86
+ delivered: string;
87
+ canceled: string;
88
+ accepted: string;
89
+ payment_failed: string;
90
+ pending: string;
91
+ confirmMessageTitle: string;
92
+ confirmMessageDesc: string;
93
+ };
94
+ address_management: {
95
+ addresses: string;
96
+ address: string;
97
+ addressPlaceholder: string;
98
+ shipping: string;
99
+ billing: string;
100
+ shippingAddress: string;
101
+ billingAddress: string;
102
+ addNewAddress: string;
103
+ addNewShippingAddress: string;
104
+ addNewBillingAddress: string;
105
+ updateYourAddress: string;
106
+ updateYourShippingAddress: string;
107
+ updateYourBillingAddress: string;
108
+ thisYourDefaultAddress: string;
109
+ thisYourDefaultShippingAddress: string;
110
+ thisYourDefaultBillingAddress: string;
111
+ makeYourDefaultShippingAddress: string;
112
+ makeYourDefaultBillingAddress: string;
113
+ makeYourDefaultAddress: string;
114
+ defaultAddress: string;
115
+ defaultShippingAddress: string;
116
+ defaultBillingAddress: string;
117
+ deleteAddressMessage: string;
118
+ confirmDeleteAddress: string;
119
+ emptyAddress: string;
120
+ };
121
+ payment_management: {
122
+ payment: string;
123
+ selectPaymentMethod: string;
124
+ myCards: string;
125
+ addNewCard: string;
126
+ cardExpired: string;
127
+ deleteCardMessage: string;
128
+ confirmDeleteCard: string;
129
+ };
130
+ general_actions: {
5
131
  cancel: string;
132
+ backToList: string;
6
133
  saveChanges: string;
134
+ continueToShop: string;
7
135
  saveAndApply: string;
8
136
  remove: string;
9
137
  change: string;
10
138
  edit: string;
11
139
  submit: string;
12
140
  save: string;
13
- reorder: string;
141
+ done: string;
142
+ shopNow: string;
143
+ add: string;
144
+ backToShop: string;
145
+ backToLoginPAge: string;
146
+ continueShopping: string;
147
+ color: string;
148
+ size: string;
14
149
  };
15
- message: {
16
- yourSettingsHaveBeenSaved: string;
17
- yourPasswordHaveBeenChanged: string;
18
- removeAccount: string;
19
- deleteYourAccount: string;
20
- deleteYourAccountDesc: string;
21
- confirmMessageTitle: string;
22
- confirmMessageDesc: string;
23
- forgotErrorDescription: string;
150
+ user_status: {
151
+ tourist: string;
152
+ touristDesc1: string;
153
+ touristDesc2: string;
154
+ resident: string;
155
+ residentDesc1: string;
156
+ residentDesc2: string;
157
+ citizen: string;
158
+ citizenDesc1: string;
159
+ citizenDesc2: string;
160
+ };
161
+ legal_policies: {
162
+ privacyPolicy: string;
163
+ checkedText1: string;
164
+ checkedText2: string;
165
+ };
166
+ notifications_messages: {
167
+ thankYou: string;
24
168
  titleExpired: string;
25
169
  descriptionExpired: string;
170
+ youHaveReachedFreeShipping: string;
171
+ freeShippingText1: string;
172
+ freeShippingText2: string;
26
173
  };
27
- navigation: {
28
- backToList: string;
29
- continueToShop: string;
30
- goHome: string;
31
- backToShop: string;
32
- linkTextResentExpired: string;
174
+ account_deletion: {
175
+ deleteAccountTextPart1: string;
176
+ deleteAccountTextPart2: string;
177
+ deleteAccountTextPart3: string;
33
178
  };
34
- auth: {
35
- welcomeBack: string;
36
- login: string;
37
- signOut: string;
179
+ address_details: {
180
+ city: string;
181
+ cityPlaceholder: string;
182
+ entrance: string;
183
+ entrancePlaceholder: string;
184
+ floor: string;
185
+ floorPlaceholder: string;
186
+ apartment: string;
187
+ apartmentPlaceholder: string;
188
+ doorBell: string;
189
+ doorBellPlaceholder: string;
190
+ noteForCourier: string;
191
+ noteForCourierPlaceholder: string;
38
192
  };
39
- address: {
40
- addresses: string;
41
- address: string;
193
+ order_balance: {
194
+ emptyTitle: string;
195
+ emptyDesc: string;
196
+ useAlsoBillingAddress: string;
42
197
  shippingAndBillingInfo: string;
43
198
  shippingInfo: string;
44
199
  shippedTo: string;
45
200
  addNewAdd: string;
201
+ quantity: string;
202
+ free: string;
203
+ shippingCost: string;
204
+ item: string;
205
+ price: string;
206
+ total: string;
207
+ yourSettingsHaveBeenSaved: string;
208
+ billedTo: string;
209
+ confirmation: string;
210
+ selectShippingAddress: string;
211
+ selectBillingAddress: string;
212
+ review: string;
213
+ reorder: string;
214
+ comment: string;
215
+ discount: string;
216
+ note: string;
217
+ };
218
+ balance_promotions: {
219
+ balance: string;
220
+ balancePlaceholder: string;
221
+ balanceCashback: string;
222
+ balanceTotalSpent: string;
223
+ balanceNextStatusDescription1: string;
224
+ balanceNextStatusDescription2: string;
225
+ balanceHowToEarn: string;
226
+ gotPromotionCode: string;
227
+ promoCodePlaceholder: string;
228
+ usedBalance: string;
229
+ balanceStatus: string;
230
+ balanceFirstOrderStatus: string;
231
+ balanceStarting: string;
232
+ balanceRecentActivity: string;
233
+ balanceCategoryDate: string;
234
+ balanceCategoryActivity: string;
235
+ balanceCategoryAmount: string;
236
+ useYourMoney: string;
237
+ muramoney: string;
238
+ };
239
+ };
240
+ };
241
+ hy: {
242
+ account: {
243
+ auth_account_management: {
244
+ login: string;
245
+ signUp: string;
246
+ registration: string;
247
+ joinNow: string;
248
+ signOut: string;
249
+ doNotHaveAccount: string;
250
+ alreadyHaveAnAccount: string;
251
+ deleteYourAccount: string;
252
+ deleteYourAccountDesc: string;
253
+ welcomeBack: string;
254
+ continueWidth: string;
255
+ };
256
+ password_management: {
257
+ password: string;
258
+ passwordPlaceholder: string;
259
+ resetPassword: string;
260
+ forgotPassword: string;
261
+ forgotPasswordWithSymbol: string;
262
+ forgotPasswordDescription: string;
263
+ successfullyMessage: string;
264
+ yourPasswordHaveBeenChanged: string;
265
+ enterCurrentPassword: string;
266
+ enterCurrentPasswordPlaceholder: string;
267
+ enterNewPassword: string;
268
+ enterNewPasswordPlaceholder: string;
269
+ newPassword: string;
270
+ newPasswordPlaceholder: string;
271
+ confirmNewPassword: string;
272
+ confirmNewPasswordPlaceholder: string;
273
+ };
274
+ email_verification: {
275
+ verifyYourEmail: string;
276
+ verifyText1: string;
277
+ verifyText2: string;
278
+ verify: string;
279
+ haveNotReceivedIt: string;
280
+ resendNewCode: string;
281
+ codeResendSuccessTitle: string;
282
+ codeResendSuccessSubtitle: string;
283
+ recoveryText: string;
284
+ resendNewLink: string;
285
+ };
286
+ account_info: {
287
+ myAccount: string;
288
+ accountInformation: string;
289
+ accountSettings: string;
290
+ orderHistory: string;
291
+ name: string;
292
+ namePlaceholder: string;
293
+ firstName: string;
294
+ firstNamePlaceholder: string;
295
+ lastName: string;
296
+ lastNamePlaceholder: string;
297
+ email: string;
298
+ emailPlaceholder: string;
299
+ phone: string;
300
+ phonePlaceholder: string;
301
+ };
302
+ cart_checkout: {
303
+ editCart: string;
304
+ cartEmpty: string;
305
+ cartEmptyDesc: string;
306
+ myCart: string;
307
+ orderSummary: string;
308
+ subtotal: string;
309
+ proceedToCheckout: string;
310
+ proceedToPayment: string;
311
+ checkoutCommentPlaceholder: string;
312
+ };
313
+ order_management: {
314
+ orderItems: string;
315
+ orderDate: string;
316
+ totalItems: string;
317
+ orderNumber: string;
318
+ orderStatus: string;
319
+ totalPrice: string;
320
+ viewOrder: string;
321
+ orderDetails: string;
322
+ inProgress: string;
323
+ processing: string;
324
+ completed: string;
325
+ delivered: string;
326
+ canceled: string;
327
+ accepted: string;
328
+ payment_failed: string;
329
+ pending: string;
330
+ confirmMessageTitle: string;
331
+ confirmMessageDesc: string;
332
+ };
333
+ address_management: {
334
+ addresses: string;
335
+ address: string;
336
+ addressPlaceholder: string;
337
+ shipping: string;
338
+ billing: string;
46
339
  shippingAddress: string;
47
340
  billingAddress: string;
48
- emptyAddress: string;
49
- deleteAddressMessage: string;
50
- confirmDeleteAddress: string;
51
341
  addNewAddress: string;
52
342
  addNewShippingAddress: string;
53
343
  addNewBillingAddress: string;
@@ -63,39 +353,203 @@ declare const _default: {
63
353
  defaultAddress: string;
64
354
  defaultShippingAddress: string;
65
355
  defaultBillingAddress: string;
356
+ deleteAddressMessage: string;
357
+ confirmDeleteAddress: string;
358
+ emptyAddress: string;
359
+ };
360
+ payment_management: {
361
+ payment: string;
362
+ selectPaymentMethod: string;
363
+ myCards: string;
364
+ addNewCard: string;
365
+ cardExpired: string;
366
+ deleteCardMessage: string;
367
+ confirmDeleteCard: string;
368
+ };
369
+ general_actions: {
370
+ cancel: string;
371
+ backToList: string;
372
+ saveChanges: string;
373
+ continueToShop: string;
374
+ saveAndApply: string;
375
+ remove: string;
376
+ change: string;
377
+ edit: string;
378
+ submit: string;
379
+ save: string;
380
+ done: string;
381
+ shopNow: string;
382
+ add: string;
383
+ backToShop: string;
384
+ backToLoginPAge: string;
385
+ continueShopping: string;
386
+ color: string;
387
+ size: string;
388
+ };
389
+ user_status: {
390
+ tourist: string;
391
+ touristDesc1: string;
392
+ touristDesc2: string;
393
+ resident: string;
394
+ residentDesc1: string;
395
+ residentDesc2: string;
396
+ citizen: string;
397
+ citizenDesc1: string;
398
+ citizenDesc2: string;
399
+ };
400
+ legal_policies: {
401
+ privacyPolicy: string;
402
+ checkedText1: string;
403
+ checkedText2: string;
404
+ };
405
+ notifications_messages: {
406
+ thankYou: string;
407
+ titleExpired: string;
408
+ descriptionExpired: string;
409
+ youHaveReachedFreeShipping: string;
410
+ freeShippingText1: string;
411
+ freeShippingText2: string;
412
+ };
413
+ account_deletion: {
414
+ deleteAccountTextPart1: string;
415
+ deleteAccountTextPart2: string;
416
+ deleteAccountTextPart3: string;
417
+ };
418
+ address_details: {
419
+ city: string;
420
+ cityPlaceholder: string;
421
+ entrance: string;
422
+ entrancePlaceholder: string;
423
+ floor: string;
424
+ floorPlaceholder: string;
425
+ apartment: string;
426
+ apartmentPlaceholder: string;
427
+ doorBell: string;
428
+ doorBellPlaceholder: string;
429
+ noteForCourier: string;
430
+ noteForCourierPlaceholder: string;
431
+ };
432
+ order_balance: {
433
+ emptyTitle: string;
434
+ emptyDesc: string;
66
435
  useAlsoBillingAddress: string;
67
- shippingInformation: string;
68
- billing: string;
436
+ shippingAndBillingInfo: string;
437
+ shippingInfo: string;
438
+ shippedTo: string;
439
+ addNewAdd: string;
440
+ quantity: string;
441
+ free: string;
442
+ shippingCost: string;
443
+ item: string;
444
+ price: string;
445
+ total: string;
446
+ yourSettingsHaveBeenSaved: string;
447
+ billedTo: string;
448
+ confirmation: string;
69
449
  selectShippingAddress: string;
70
450
  selectBillingAddress: string;
451
+ review: string;
452
+ reorder: string;
453
+ comment: string;
454
+ discount: string;
455
+ note: string;
71
456
  };
72
- balance: {
73
- balanceStatus: string;
74
- priceValue: string;
457
+ balance_promotions: {
458
+ balance: string;
459
+ balancePlaceholder: string;
75
460
  balanceCashback: string;
76
461
  balanceTotalSpent: string;
77
- balance: string;
78
- specialNameBalance: string;
79
- progressBalanceTitle: string;
80
462
  balanceNextStatusDescription1: string;
81
463
  balanceNextStatusDescription2: string;
464
+ balanceHowToEarn: string;
465
+ gotPromotionCode: string;
466
+ promoCodePlaceholder: string;
467
+ usedBalance: string;
468
+ balanceStatus: string;
82
469
  balanceFirstOrderStatus: string;
83
470
  balanceStarting: string;
84
471
  balanceRecentActivity: string;
85
472
  balanceCategoryDate: string;
86
473
  balanceCategoryActivity: string;
87
474
  balanceCategoryAmount: string;
88
- balanceHowToEarn: string;
89
475
  useYourMoney: string;
90
- balanceLowercase: string;
91
- muramoneyPlaceholder: string;
476
+ muramoney: string;
477
+ };
478
+ };
479
+ };
480
+ ru: {
481
+ account: {
482
+ auth_account_management: {
483
+ login: string;
484
+ signUp: string;
485
+ registration: string;
486
+ joinNow: string;
487
+ signOut: string;
488
+ doNotHaveAccount: string;
489
+ alreadyHaveAnAccount: string;
490
+ deleteYourAccount: string;
491
+ deleteYourAccountDesc: string;
492
+ welcomeBack: string;
493
+ continueWidth: string;
494
+ };
495
+ password_management: {
496
+ password: string;
497
+ passwordPlaceholder: string;
498
+ resetPassword: string;
499
+ forgotPassword: string;
500
+ forgotPasswordWithSymbol: string;
501
+ forgotPasswordDescription: string;
502
+ successfullyMessage: string;
503
+ yourPasswordHaveBeenChanged: string;
504
+ enterCurrentPassword: string;
505
+ enterCurrentPasswordPlaceholder: string;
506
+ enterNewPassword: string;
507
+ enterNewPasswordPlaceholder: string;
508
+ newPassword: string;
509
+ newPasswordPlaceholder: string;
510
+ confirmNewPassword: string;
511
+ confirmNewPasswordPlaceholder: string;
512
+ };
513
+ email_verification: {
514
+ verifyYourEmail: string;
515
+ verifyText1: string;
516
+ verifyText2: string;
517
+ verify: string;
518
+ haveNotReceivedIt: string;
519
+ resendNewCode: string;
520
+ codeResendSuccessTitle: string;
521
+ codeResendSuccessSubtitle: string;
522
+ recoveryText: string;
523
+ resendNewLink: string;
92
524
  };
93
- cart: {
525
+ account_info: {
526
+ myAccount: string;
527
+ accountInformation: string;
528
+ accountSettings: string;
529
+ orderHistory: string;
530
+ name: string;
531
+ namePlaceholder: string;
532
+ firstName: string;
533
+ firstNamePlaceholder: string;
534
+ lastName: string;
535
+ lastNamePlaceholder: string;
536
+ email: string;
537
+ emailPlaceholder: string;
538
+ phone: string;
539
+ phonePlaceholder: string;
540
+ };
541
+ cart_checkout: {
94
542
  editCart: string;
95
543
  cartEmpty: string;
96
544
  cartEmptyDesc: string;
545
+ myCart: string;
546
+ orderSummary: string;
547
+ subtotal: string;
548
+ proceedToCheckout: string;
549
+ proceedToPayment: string;
550
+ checkoutCommentPlaceholder: string;
97
551
  };
98
- order: {
552
+ order_management: {
99
553
  orderItems: string;
100
554
  orderDate: string;
101
555
  totalItems: string;
@@ -103,571 +557,164 @@ declare const _default: {
103
557
  orderStatus: string;
104
558
  totalPrice: string;
105
559
  viewOrder: string;
106
- inProgress: string;
107
560
  orderDetails: string;
108
- deliverDate: string;
109
- usedBalance: string;
110
- status: {
111
- canceled: string;
112
- accepted: string;
113
- processing: string;
114
- delivered: string;
115
- payment_failed: string;
116
- pending: string;
117
- completed: string;
118
- };
119
- };
120
- payment: {
561
+ inProgress: string;
562
+ processing: string;
563
+ completed: string;
564
+ delivered: string;
565
+ canceled: string;
566
+ accepted: string;
567
+ payment_failed: string;
568
+ pending: string;
569
+ confirmMessageTitle: string;
570
+ confirmMessageDesc: string;
571
+ };
572
+ address_management: {
573
+ addresses: string;
574
+ address: string;
575
+ addressPlaceholder: string;
576
+ shipping: string;
577
+ billing: string;
578
+ shippingAddress: string;
579
+ billingAddress: string;
580
+ addNewAddress: string;
581
+ addNewShippingAddress: string;
582
+ addNewBillingAddress: string;
583
+ updateYourAddress: string;
584
+ updateYourShippingAddress: string;
585
+ updateYourBillingAddress: string;
586
+ thisYourDefaultAddress: string;
587
+ thisYourDefaultShippingAddress: string;
588
+ thisYourDefaultBillingAddress: string;
589
+ makeYourDefaultShippingAddress: string;
590
+ makeYourDefaultBillingAddress: string;
591
+ makeYourDefaultAddress: string;
592
+ defaultAddress: string;
593
+ defaultShippingAddress: string;
594
+ defaultBillingAddress: string;
595
+ deleteAddressMessage: string;
596
+ confirmDeleteAddress: string;
597
+ emptyAddress: string;
598
+ };
599
+ payment_management: {
121
600
  payment: string;
122
601
  selectPaymentMethod: string;
123
- paymentMethods: string;
124
602
  myCards: string;
125
603
  addNewCard: string;
126
604
  cardExpired: string;
127
605
  deleteCardMessage: string;
128
606
  confirmDeleteCard: string;
129
607
  };
130
- shopNow: string;
131
- noData: string;
132
- privacyPolicy: string;
133
- accountText: string;
134
- joinNow: string;
135
- forgotPasswordLink: string;
136
- forgotPassword: string;
137
- forgotPasswordDescription: string;
138
- thankYou: string;
139
- recoveryText: string;
140
- tryAgainText: string;
141
- tryAgain: string;
142
- resendNewLink: string;
143
- successfullyMessage: string;
144
- registration: string;
145
- alreadyHaveAnAccount: string;
146
- signUp: string;
147
- checkedText1: string;
148
- checkedText2: string;
149
- verifyYourEmail: string;
150
- verifyText1: string;
151
- verifyText2: string;
152
- verify: string;
153
- haveNotReceivedIt: string;
154
- resendNewCode: string;
155
- deleteAccountTextPart1: string;
156
- deleteAccountTextPart2: string;
157
- deleteAccountTextPart3: string;
158
- codeResendSuccessTitle: string;
159
- codeResendSuccessSubtitle: string;
160
- myAccount: string;
161
- accountInformation: string;
162
- accountSettings: string;
163
- orderHistory: string;
164
- name: string;
165
- namePlaceholder: string;
166
- firstName: string;
167
- first_name: string;
168
- firstNamePlaceholder: string;
169
- last_name: string;
170
- lastName: string;
171
- lastNamePlaceholder: string;
172
- email_: string;
173
- emailPlaceholder: string;
174
- email: string;
175
- phone: string;
176
- phone_: string;
177
- phone_input: string;
178
- phonePlaceholder: string;
179
- password: string;
180
- password_: string;
181
- password_title: string;
182
- passwordPlaceholder: string;
183
- enterCurrentPassword: string;
184
- enterCurrentPasswordPlaceholder: string;
185
- enterNewPassword: string;
186
- enterNewPasswordPlaceholder: string;
187
- newPasswordPlaceholder: string;
188
- confirmNewPasswordPlaceholder: string;
189
- recoverPassword: string;
190
- recoverPasswordDesc: string;
191
- newPassword: string;
192
- confirmNewPassword: string;
193
- resetPassword: string;
194
- emptyTitle: string;
195
- emptyDesc: string;
196
- sortBy: string;
197
- sortByWithSymbol: string;
198
- addToCart: string;
199
- addedToCart: string;
200
- quantityWithSymbol: string;
201
- free: string;
202
- shippingCost: string;
203
- orderSummary: string;
204
- subtotal: string;
205
- shipping: string;
206
- myCart: string;
207
- proceedToCheckout: string;
208
- continueShopping: string;
209
- proceedToPayment: string;
210
- checkoutCommentPlaceholder: string;
211
- item: string;
212
- quantity: string;
213
- price: string;
214
- total: string;
215
- billedTo: string;
216
- default: string;
217
- country: string;
218
- countryPlaceholder: string;
219
- address_1: string;
220
- address_1Placeholder: string;
221
- address_2: string;
222
- address_2Placeholder: string;
223
- zipCode: string;
224
- zipCodePlaceholder: string;
225
- city: string;
226
- cityPlaceholder: string;
227
- done: string;
228
- confirmation: string;
229
- all: string;
230
- by: string;
231
- view: string;
232
- review: string;
233
- gotPromotionCode: string;
234
- promoCodePlaceholder: string;
235
- comment: string;
236
- discount: string;
237
- note: string;
608
+ general_actions: {
609
+ cancel: string;
610
+ backToList: string;
611
+ saveChanges: string;
612
+ continueToShop: string;
613
+ saveAndApply: string;
614
+ remove: string;
615
+ change: string;
616
+ edit: string;
617
+ submit: string;
618
+ save: string;
619
+ done: string;
620
+ shopNow: string;
621
+ add: string;
622
+ backToShop: string;
623
+ backToLoginPage: string;
624
+ continueShopping: string;
625
+ color: string;
626
+ size: string;
627
+ };
628
+ user_status: {
629
+ tourist: string;
630
+ touristDesc1: string;
631
+ touristDesc2: string;
632
+ resident: string;
633
+ residentDesc1: string;
634
+ residentDesc2: string;
635
+ citizen: string;
636
+ citizenDesc1: string;
637
+ citizenDesc2: string;
638
+ };
639
+ legal_policies: {
640
+ privacyPolicy: string;
641
+ checkedText1: string;
642
+ checkedText2: string;
643
+ };
644
+ notifications_messages: {
645
+ thankYou: string;
646
+ titleExpired: string;
647
+ descriptionExpired: string;
648
+ youHaveReachedFreeShipping: string;
649
+ freeShippingText1: string;
650
+ freeShippingText2: string;
651
+ };
652
+ account_deletion: {
653
+ deleteAccountTextPart1: string;
654
+ deleteAccountTextPart2: string;
655
+ deleteAccountTextPart3: string;
656
+ };
657
+ address_details: {
658
+ city: string;
659
+ cityPlaceholder: string;
660
+ entrance: string;
661
+ entrancePlaceholder: string;
662
+ floor: string;
663
+ floorPlaceholder: string;
664
+ apartment: string;
665
+ apartmentPlaceholder: string;
666
+ doorBell: string;
667
+ doorBellPlaceholder: string;
668
+ noteForCourier: string;
669
+ noteForCourierPlaceholder: string;
670
+ };
671
+ order_balance: {
672
+ emptyTitle: string;
673
+ emptyDesc: string;
674
+ useAlsoBillingAddress: string;
675
+ shippingAndBillingInfo: string;
676
+ shippingInfo: string;
677
+ shippedTo: string;
678
+ addNewAdd: string;
679
+ quantity: string;
680
+ free: string;
681
+ shippingCost: string;
682
+ item: string;
683
+ price: string;
684
+ total: string;
685
+ yourSettingsHaveBeenSaved: string;
686
+ billedTo: string;
687
+ confirmation: string;
688
+ selectShippingAddress: string;
689
+ selectBillingAddress: string;
690
+ review: string;
691
+ reorder: string;
692
+ comment: string;
693
+ discount: string;
694
+ note: string;
695
+ };
696
+ balance_promotions: {
697
+ balance: string;
698
+ balancePlaceholder: string;
699
+ balanceCashback: string;
700
+ balanceTotalSpent: string;
701
+ balanceNextStatusDescription1: string;
702
+ balanceNextStatusDescription2: string;
703
+ balanceHowToEarn: string;
704
+ gotPromotionCode: string;
705
+ promoCodePlaceholder: string;
706
+ usedBalance: string;
707
+ balanceStatus: string;
708
+ balanceFirstOrderStatus: string;
709
+ balanceStarting: string;
710
+ balanceRecentActivity: string;
711
+ balanceCategoryDate: string;
712
+ balanceCategoryActivity: string;
713
+ balanceCategoryAmount: string;
714
+ useYourMoney: string;
715
+ muramoney: string;
716
+ };
238
717
  };
239
718
  };
240
- hy: {
241
- editCart: string;
242
- shopNow: string;
243
- noData: string;
244
- privacyPolicy: string;
245
- welcomeBack: string;
246
- login: string;
247
- accountText: string;
248
- joinNow: string;
249
- forgotPasswordLink: string;
250
- forgotPassword: string;
251
- forgotPasswordDescription: string;
252
- thankYou: string;
253
- recoveryText: string;
254
- tryAgainText: string;
255
- tryAgain: string;
256
- resendNewLink: string;
257
- successfullyMessage: string;
258
- registration: string;
259
- alreadyHaveAnAccount: string;
260
- signUp: string;
261
- checkedText1: string;
262
- checkedText2: string;
263
- verifyYourEmail: string;
264
- verifyText1: string;
265
- verifyText2: string;
266
- verify: string;
267
- haveNotReceivedIt: string;
268
- resendNewCode: string;
269
- deleteAccountTextPart1: string;
270
- deleteAccountTextPart2: string;
271
- deleteAccountTextPart3: string;
272
- codeResendSuccessTitle: string;
273
- codeResendSuccessSubtitle: string;
274
- myAccount: string;
275
- accountInformation: string;
276
- accountSettings: string;
277
- orderHistory: string;
278
- signOut: string;
279
- name: string;
280
- namePlaceholder: string;
281
- firstName: string;
282
- first_name: string;
283
- firstNamePlaceholder: string;
284
- last_name: string;
285
- lastName: string;
286
- lastNamePlaceholder: string;
287
- email_: string;
288
- emailPlaceholder: string;
289
- email: string;
290
- phone: string;
291
- phone_: string;
292
- phone_input: string;
293
- phonePlaceholder: string;
294
- password: string;
295
- password_: string;
296
- password_title: string;
297
- passwordPlaceholder: string;
298
- enterCurrentPassword: string;
299
- enterCurrentPasswordPlaceholder: string;
300
- enterNewPassword: string;
301
- enterNewPasswordPlaceholder: string;
302
- newPasswordPlaceholder: string;
303
- confirmNewPasswordPlaceholder: string;
304
- recoverPassword: string;
305
- recoverPasswordDesc: string;
306
- newPassword: string;
307
- confirmNewPassword: string;
308
- resetPassword: string;
309
- emptyTitle: string;
310
- emptyDesc: string;
311
- cancel: string;
312
- backToList: string;
313
- saveChanges: string;
314
- continueToShop: string;
315
- saveAndApply: string;
316
- remove: string;
317
- goHome: string;
318
- change: string;
319
- edit: string;
320
- submit: string;
321
- save: string;
322
- orderItems: string;
323
- orderDate: string;
324
- totalItems: string;
325
- orderNumber: string;
326
- orderStatus: string;
327
- totalPrice: string;
328
- viewOrder: string;
329
- inProgress: string;
330
- orderDetails: string;
331
- deliverDate: string;
332
- usedBalance: string;
333
- sortBy: string;
334
- sortByWithSymbol: string;
335
- addresses: string;
336
- address: string;
337
- shippingAndBillingInfo: string;
338
- shippingInfo: string;
339
- shippedTo: string;
340
- addNewAdd: string;
341
- shippingAddress: string;
342
- billingAddress: string;
343
- emptyAddress: string;
344
- deleteAddressMessage: string;
345
- confirmDeleteAddress: string;
346
- addNewAddress: string;
347
- addNewShippingAddress: string;
348
- addNewBillingAddress: string;
349
- updateYourAddress: string;
350
- updateYourShippingAddress: string;
351
- updateYourBillingAddress: string;
352
- thisYourDefaultAddress: string;
353
- thisYourDefaultShippingAddress: string;
354
- thisYourDefaultBillingAddress: string;
355
- makeYourDefaultShippingAddress: string;
356
- makeYourDefaultBillingAddress: string;
357
- makeYourDefaultAddress: string;
358
- defaultAddress: string;
359
- defaultShippingAddress: string;
360
- defaultBillingAddress: string;
361
- addToCart: string;
362
- addedToCart: string;
363
- quantityWithSymbol: string;
364
- free: string;
365
- shippingCost: string;
366
- cartEmpty: string;
367
- cartEmptyDesc: string;
368
- orderSummary: string;
369
- subtotal: string;
370
- shipping: string;
371
- myCart: string;
372
- proceedToCheckout: string;
373
- continueShopping: string;
374
- proceedToPayment: string;
375
- checkoutCommentPlaceholder: string;
376
- item: string;
377
- quantity: string;
378
- price: string;
379
- total: string;
380
- yourSettingsHaveBeenSaved: string;
381
- yourPasswordHaveBeenChanged: string;
382
- removeAccount: string;
383
- deleteYourAccount: string;
384
- deleteYourAccountDesc: string;
385
- billedTo: string;
386
- default: string;
387
- country: string;
388
- countryPlaceholder: string;
389
- address_1: string;
390
- address_1Placeholder: string;
391
- address_2: string;
392
- address_2Placeholder: string;
393
- zipCode: string;
394
- zipCodePlaceholder: string;
395
- city: string;
396
- cityPlaceholder: string;
397
- done: string;
398
- useAlsoBillingAddress: string;
399
- shippingInformation: string;
400
- payment: string;
401
- confirmation: string;
402
- billing: string;
403
- selectShippingAddress: string;
404
- selectBillingAddress: string;
405
- selectPaymentMethod: string;
406
- paymentMethods: string;
407
- myCards: string;
408
- addNewCard: string;
409
- cardExpired: string;
410
- deleteCardMessage: string;
411
- confirmDeleteCard: string;
412
- all: string;
413
- by: string;
414
- view: string;
415
- confirmMessageTitle: string;
416
- confirmMessageDesc: string;
417
- review: string;
418
- reorder: string;
419
- backToShop: string;
420
- forgotErrorDescription: string;
421
- gotPromotionCode: string;
422
- balanceStatus: string;
423
- priceValue: string;
424
- balanceCashback: string;
425
- balanceTotalSpent: string;
426
- balance: string;
427
- specialNameBalance: string;
428
- progressBalanceTitle: string;
429
- balanceNextStatusDescription1: string;
430
- balanceNextStatusDescription2: string;
431
- balanceFirstOrderStatus: string;
432
- balanceStarting: string;
433
- balanceRecentActivity: string;
434
- balanceCategoryDate: string;
435
- balanceCategoryActivity: string;
436
- balanceCategoryAmount: string;
437
- balanceHowToEarn: string;
438
- promoCodePlaceholder: string;
439
- titleExpired: string;
440
- descriptionExpired: string;
441
- linkTextResentExpired: string;
442
- useYourMoney: string;
443
- balanceLowercase: string;
444
- comment: string;
445
- muramoneyPlaceholder: string;
446
- discount: string;
447
- canceled: string;
448
- accepted: string;
449
- processing: string;
450
- delivered: string;
451
- payment_failed: string;
452
- pending: string;
453
- completed: string;
454
- note: string;
455
- };
456
- ru: {
457
- editCart: string;
458
- shopNow: string;
459
- noData: string;
460
- privacyPolicy: string;
461
- welcomeBack: string;
462
- login: string;
463
- accountText: string;
464
- joinNow: string;
465
- forgotPasswordLink: string;
466
- forgotPassword: string;
467
- forgotPasswordDescription: string;
468
- thankYou: string;
469
- recoveryText: string;
470
- tryAgainText: string;
471
- tryAgain: string;
472
- resendNewLink: string;
473
- successfullyMessage: string;
474
- registration: string;
475
- alreadyHaveAnAccount: string;
476
- signUp: string;
477
- checkedText1: string;
478
- checkedText2: string;
479
- verifyYourEmail: string;
480
- verifyText1: string;
481
- verifyText2: string;
482
- verify: string;
483
- haveNotReceivedIt: string;
484
- resendNewCode: string;
485
- deleteAccountTextPart1: string;
486
- deleteAccountTextPart2: string;
487
- deleteAccountTextPart3: string;
488
- codeResendSuccessTitle: string;
489
- codeResendSuccessSubtitle: string;
490
- myAccount: string;
491
- accountInformation: string;
492
- accountSettings: string;
493
- orderHistory: string;
494
- signOut: string;
495
- name: string;
496
- namePlaceholder: string;
497
- firstName: string;
498
- first_name: string;
499
- firstNamePlaceholder: string;
500
- last_name: string;
501
- lastName: string;
502
- lastNamePlaceholder: string;
503
- email_: string;
504
- emailPlaceholder: string;
505
- email: string;
506
- phone: string;
507
- phone_: string;
508
- phone_input: string;
509
- phonePlaceholder: string;
510
- password: string;
511
- password_: string;
512
- password_title: string;
513
- passwordPlaceholder: string;
514
- enterCurrentPassword: string;
515
- enterCurrentPasswordPlaceholder: string;
516
- enterNewPassword: string;
517
- enterNewPasswordPlaceholder: string;
518
- newPasswordPlaceholder: string;
519
- confirmNewPasswordPlaceholder: string;
520
- recoverPassword: string;
521
- recoverPasswordDesc: string;
522
- newPassword: string;
523
- confirmNewPassword: string;
524
- resetPassword: string;
525
- emptyTitle: string;
526
- emptyDesc: string;
527
- cancel: string;
528
- backToList: string;
529
- saveChanges: string;
530
- continueToShop: string;
531
- saveAndApply: string;
532
- remove: string;
533
- goHome: string;
534
- change: string;
535
- edit: string;
536
- submit: string;
537
- save: string;
538
- orderItems: string;
539
- orderDate: string;
540
- totalItems: string;
541
- orderNumber: string;
542
- orderStatus: string;
543
- totalPrice: string;
544
- viewOrder: string;
545
- inProgress: string;
546
- orderDetails: string;
547
- deliverDate: string;
548
- usedBalance: string;
549
- sortBy: string;
550
- sortByWithSymbol: string;
551
- addresses: string;
552
- address: string;
553
- shippingAndBillingInfo: string;
554
- shippingInfo: string;
555
- shippedTo: string;
556
- addNewAdd: string;
557
- shippingAddress: string;
558
- billingAddress: string;
559
- emptyAddress: string;
560
- deleteAddressMessage: string;
561
- confirmDeleteAddress: string;
562
- addNewAddress: string;
563
- addNewShippingAddress: string;
564
- addNewBillingAddress: string;
565
- updateYourAddress: string;
566
- updateYourShippingAddress: string;
567
- updateYourBillingAddress: string;
568
- thisYourDefaultAddress: string;
569
- thisYourDefaultShippingAddress: string;
570
- thisYourDefaultBillingAddress: string;
571
- makeYourDefaultShippingAddress: string;
572
- makeYourDefaultBillingAddress: string;
573
- makeYourDefaultAddress: string;
574
- defaultAddress: string;
575
- defaultShippingAddress: string;
576
- defaultBillingAddress: string;
577
- addToCart: string;
578
- addedToCart: string;
579
- quantityWithSymbol: string;
580
- free: string;
581
- shippingCost: string;
582
- cartEmpty: string;
583
- cartEmptyDesc: string;
584
- orderSummary: string;
585
- subtotal: string;
586
- shipping: string;
587
- myCart: string;
588
- proceedToCheckout: string;
589
- continueShopping: string;
590
- proceedToPayment: string;
591
- checkoutCommentPlaceholder: string;
592
- item: string;
593
- quantity: string;
594
- price: string;
595
- total: string;
596
- yourSettingsHaveBeenSaved: string;
597
- yourPasswordHaveBeenChanged: string;
598
- removeAccount: string;
599
- deleteYourAccount: string;
600
- deleteYourAccountDesc: string;
601
- billedTo: string;
602
- default: string;
603
- country: string;
604
- countryPlaceholder: string;
605
- address_1: string;
606
- address_1Placeholder: string;
607
- address_2: string;
608
- address_2Placeholder: string;
609
- zipCode: string;
610
- zipCodePlaceholder: string;
611
- city: string;
612
- cityPlaceholder: string;
613
- done: string;
614
- useAlsoBillingAddress: string;
615
- shippingInformation: string;
616
- payment: string;
617
- confirmation: string;
618
- billing: string;
619
- selectShippingAddress: string;
620
- selectBillingAddress: string;
621
- selectPaymentMethod: string;
622
- paymentMethods: string;
623
- myCards: string;
624
- addNewCard: string;
625
- cardExpired: string;
626
- deleteCardMessage: string;
627
- confirmDeleteCard: string;
628
- all: string;
629
- by: string;
630
- view: string;
631
- confirmMessageTitle: string;
632
- confirmMessageDesc: string;
633
- review: string;
634
- reorder: string;
635
- backToShop: string;
636
- forgotErrorDescription: string;
637
- gotPromotionCode: string;
638
- balanceStatus: string;
639
- priceValue: string;
640
- balanceCashback: string;
641
- balanceTotalSpent: string;
642
- balance: string;
643
- specialNameBalance: string;
644
- progressBalanceTitle: string;
645
- balanceNextStatusDescription1: string;
646
- balanceNextStatusDescription2: string;
647
- balanceFirstOrderStatus: string;
648
- balanceStarting: string;
649
- balanceRecentActivity: string;
650
- balanceCategoryDate: string;
651
- balanceCategoryActivity: string;
652
- balanceCategoryAmount: string;
653
- balanceHowToEarn: string;
654
- promoCodePlaceholder: string;
655
- titleExpired: string;
656
- descriptionExpired: string;
657
- linkTextResentExpired: string;
658
- useYourMoney: string;
659
- balanceLowercase: string;
660
- comment: string;
661
- muramoneyPlaceholder: string;
662
- discount: string;
663
- canceled: string;
664
- accepted: string;
665
- processing: string;
666
- delivered: string;
667
- payment_failed: string;
668
- pending: string;
669
- completed: string;
670
- note: string;
671
- };
672
719
  };
673
720
  export default _default;